@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
.has-blue-color, .has-blue-color.wp-block-button__link {
  color: #59BACC;
}

.has-blue-background-color, .has-blue-background-color.wp-block-button__link {
  background-color: #59BACC;
}

.has-green-color, .has-green-color.wp-block-button__link {
  color: #009e40;
}

.has-green-background-color, .has-green-background-color.wp-block-button__link {
  background-color: #009e40;
}

.has-gold-color, .has-gold-color.wp-block-button__link {
  color: #c9a45b;
}

.has-gold-background-color, .has-gold-background-color.wp-block-button__link {
  background-color: #c9a45b;
}

.has-purple-color, .has-purple-color.wp-block-button__link {
  color: #a20486;
}

.has-purple-background-color, .has-purple-background-color.wp-block-button__link {
  background-color: #a20486;
}

.has-white-color, .has-white-color.wp-block-button__link {
  color: #fff;
}

.has-white-background-color, .has-white-background-color.wp-block-button__link {
  background-color: #fff;
}

.has-black-color, .has-black-color.wp-block-button__link {
  color: #000;
}

.has-black-background-color, .has-black-background-color.wp-block-button__link {
  background-color: #000;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}

a {
  color: #1462DE;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.site-header button:focus {
  outline: none;
}

a:focus, button:focus {
  outline: 1px dotted currentColor;
}

.unpacking .decoration-image img {
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.valign-wrapper {
  display: flex;
  align-items: center;
}

/*mobile and up styles -----------------------------------*/
@media (min-width: 601px) {
  .valign-wrapper-medium {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1201px) {
  .valign-wrapper-large {
    display: flex;
    align-items: center;
  }
}
.clearfix {
  clear: both;
}

.pagination {
  text-align: center;
  margin: 35px 0px 0px 0px;
}
.pagination li {
  display: inline-block;
}
.pagination a {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  min-width: 30px;
  min-height: 30px;
  display: block;
  margin: 0.25em;
  border-radius: 8px;
  line-height: 27px;
  background-color: #1462DE;
  border: 2px solid #1462DE;
  padding-left: 5px;
  padding-right: 5px;
}
.pagination a img {
  display: inline-block;
  vertical-align: middle;
  margin: 0em 0.25em;
}
.pagination a:hover {
  background-color: #103070;
  border-color: #103070;
}
.pagination .active a {
  background-color: #fff;
  color: #1462DE;
}

/*Helpers and wordpress required styles --------------------------------- */
@media screen and (min-width: 601px) {
  img.alignright, .alignright {
    float: right;
    margin: 0 0 12.5px 25px;
  }
  img.alignleft, .alignleft {
    float: left;
    margin: 0 25px 12.5px 0;
  }
  img.aligncenter, .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  a img.alignright {
    float: right;
    margin: 0 0 12.5px 25px;
  }
  a img.alignleft {
    float: left;
    margin: 0 25px 12.5px 0;
  }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-caption-text {
  font-size: 0.865em;
  font-style: italic;
}

.clearfix:after {
  clear: both;
  display: table;
  content: " ";
  width: 100%;
}

.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width : 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width : 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width : 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width : 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  .center-on-small-only {
    text-align: center;
  }
}

table, th, td {
  border: none;
}

table {
  width: 100%;
  display: table;
}
table.bordered > thead > tr, table.bordered > tbody > tr {
  border-bottom: 1px solid #d0d0d0;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}
table.striped > tbody > tr > td {
  border-radius: 0;
}
table.highlight > tbody > tr {
  transition: background-color 0.25s ease;
}
table.highlight > tbody > tr:hover {
  background-color: #f2f2f2;
}
table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

thead {
  border-bottom: 1px solid #d0d0d0;
}

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width : 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: " ";
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: " ";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid #d0d0d0;
  }
  table.responsive-table.bordered th {
    border-bottom: 0;
    border-left: 0;
  }
  table.responsive-table.bordered td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  table.responsive-table.bordered tr {
    border: 0;
  }
  table.responsive-table.bordered tbody tr {
    border-right: 1px solid #d0d0d0;
  }
}
.single-post-content div {
  max-width: 100%;
}

.video-container, .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed, .iframe-wrapper iframe, .iframe-wrapper object, .iframe-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.center, .center-align {
  text-align: center;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select {
  user-select: none;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0 !important;
}

/*Social sharing links -----------------------------------------------------*/
.sharing a {
  display: inline-block;
}

.icon-links svg, .game-links svg, .slick-arrow svg, .site-footer svg {
  vertical-align: middle;
}
.icon-links svg, .icon-links g, .icon-links path, .icon-links polygon, .icon-links rect, .icon-links circle, .game-links svg, .game-links g, .game-links path, .game-links polygon, .game-links rect, .game-links circle, .slick-arrow svg, .slick-arrow g, .slick-arrow path, .slick-arrow polygon, .slick-arrow rect, .slick-arrow circle, .site-footer svg, .site-footer g, .site-footer path, .site-footer polygon, .site-footer rect, .site-footer circle {
  fill: currentColor;
}

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  cursor: pointer;
  /*       width:50%;
         height: 50%;*/
  border-radius: 50%;
  transition: all 0.2s;
}

.youtube-player .play:after {
  content: " ";
  display: block;
  background-color: transparent;
  border-left: 40px solid #103070;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  height: 0;
  width: 0;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Search form
-------------------------------------------------------- */
.searchform {
  font-size: 0px;
}
.searchform label {
  display: block;
}
.searchform label, .searchform input {
  font-size: 1rem;
}
.searchform input {
  display: inline-block;
}
.searchform input[type=text] {
  width: 66.66%;
}
.searchform input[type=submit], .searchform input[type=button] {
  width: 33.33%;
}

.wrapper {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1250px;
  width: 100%;
  padding: 0px 25px;
}

.wide-container {
  max-width: none;
  padding: 0px 25px;
}

@media only screen and (min-width : 601px) {
  .container {
    padding: 0px 25px;
  }
}
.wp-block-cover.alignwide,
.wp-block-image.alignwide,
.wp-block-video.alignwide,
.wp-block-file.alignwide,
.wp-block-auto.alignwide,
.wp-block-pullquote.alignwide {
  width: auto;
}

.wp-block-image.alignwide, .wp-block-image.alignfull {
  margin: 0 auto;
  max-width: none;
}

.alignfull,
.wp-block-image.alignfull,
.wp-block-cover.alignfull,
.wp-block-video.alignfull,
.wp-block-file.alignfull,
.wp-block-auto.alignfull,
.wp-block-pullquote.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: 0px;
}

.alignfull .wp-block-column, .alignwide .wp-block-column {
  padding: 0px 18.75px;
}
.alignfull .wp-block-column .wp-block-cover, .alignwide .wp-block-column .wp-block-cover {
  width: auto;
  margin-left: -18.75px;
  margin-right: -18.75px;
}

@media only screen and (min-width : 601px) {
  .alignwide,
  .wp-block-cover.alignwide,
  .wp-block-image.alignwide,
  .wp-block-video.alignwide,
  .wp-block-file.alignwide,
  .wp-block-auto.alignwide,
  .wp-block-pullquote.alignwide {
    margin-left: -10%;
    margin-right: -10%;
  }
}
@media screen and (min-width: 993px) {
  .alignwide,
  .wp-block-cover.alignwide,
  .wp-block-image.alignwide,
  .wp-block-video.alignwide,
  .wp-block-file.alignwide,
  .wp-block-auto.alignwide,
  .wp-block-pullquote.alignwide {
    margin-left: -25%;
    margin-right: -25%;
  }
}
@media screen and (max-width: 600px) {
  .container .row {
    margin-left: -6.25px;
    margin-right: -6.25px;
  }
}
.container .row {
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.row {
  margin-left: auto;
  margin-right: auto;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 12.5px;
  min-height: 1px;
}
.row .col[class*=push-], .row .col[class*=pull-] {
  position: relative;
}
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}
.row .col.pull-s1 {
  right: 8.3333333333%;
}
.row .col.push-s1 {
  left: 8.3333333333%;
}
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}
.row .col.pull-s2 {
  right: 16.6666666667%;
}
.row .col.push-s2 {
  left: 16.6666666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}
.row .col.pull-s4 {
  right: 33.3333333333%;
}
.row .col.push-s4 {
  left: 33.3333333333%;
}
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}
.row .col.pull-s5 {
  right: 41.6666666667%;
}
.row .col.push-s5 {
  left: 41.6666666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}
.row .col.pull-s7 {
  right: 58.3333333333%;
}
.row .col.push-s7 {
  left: 58.3333333333%;
}
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}
.row .col.pull-s8 {
  right: 66.6666666667%;
}
.row .col.push-s8 {
  left: 66.6666666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}
.row .col.pull-s10 {
  right: 83.3333333333%;
}
.row .col.push-s10 {
  left: 83.3333333333%;
}
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}
.row .col.pull-s11 {
  right: 91.6666666667%;
}
.row .col.push-s11 {
  left: 91.6666666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width : 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width : 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width : 1201px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}

html {
  line-height: 1.5;
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  color: #434C60;
}
@media only screen and (min-width: 0) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 25px;
  line-height: 1.3;
  margin: 0.5em auto;
}

h2 {
  font-size: 1.602em;
  line-height: 1.3;
  margin: 0.5em auto;
}

h3 {
  font-size: 1.424em;
  line-height: 1.3;
  margin: 0.5em auto;
}

h4 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0.5em auto;
}

h5 {
  font-size: 1em;
  line-height: 1.3;
  margin: 0.5em auto;
}

h6 {
  font-size: 1em;
  line-height: 1.3;
  margin: 0.5em auto;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

small {
  font-size: 75%;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}

.lead-para, .is-style-large-paragraph {
  font-size: 1.1487em;
}

.has-medium-font-size {
  font-size: 1.2em !important;
}

.has-large-font-size {
  font-size: 1.4em !important;
}

.has-huge-font-size {
  font-size: 1.6em !important;
}

.index-content ul:not([class]), .page-section ul:not([class]) {
  list-style-type: disc;
  margin-left: 1em;
}
.index-content ul:not([class]) li, .page-section ul:not([class]) li {
  list-style-type: disc;
}

.index-content a {
  color: #1462DE;
  text-decoration: underline;
}
.index-content a:hover {
  color: #103070;
}

.features-list {
  font-size: 18px;
}
.features-list li {
  display: block;
  position: relative;
  list-style-type: none;
  padding-left: 2.5em;
  margin-bottom: 1.5em;
}
.features-list li:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1.5em;
  height: 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-position: left top;
}

.aac .features-list {
  font-weight: 500;
}

.aac .features-list li:before {
  background-image: url(../img/marker-aac.svg);
}

.unpacking .features-list li:before {
  background-image: url(../img/marker-unpacking.png);
}

.tempopo .features-list li:before {
  background-image: url(../img/tempopo/tempopo-point@2x.png);
}

.features-list-small, .features-list--small {
  font-size: 1.125rem;
}
.features-list-small li, .features-list--small li {
  margin-bottom: 1rem;
}
.features-list-small li:before, .features-list--small li:before {
  width: 20px;
  height: 20px;
}

.unpacking .features-list-small li:before, .unpacking .features-list--small li:before {
  background-image: url(../img/marker-unpacking-small.png);
}

.page-title {
  text-align: center;
  color: #103070;
  text-transform: uppercase;
}

.post-title {
  font-size: 24px;
  margin: 1em auto 0.75em auto;
}

.index-content h2 {
  font-size: 1.953em;
}
.index-content h3 {
  font-size: 1.7em;
}

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent;
  text-align: left;
}
blockquote p,
blockquote.wp-block-quote p {
  font-size: 1.33em;
  font-style: normal;
  font-weight: 400;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  display: block;
  font-size: 1em;
  font-weight: 700;
  margin-top: 0.865em;
  text-transform: uppercase;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
blockquote.is-large, blockquote.is-style-large,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
  margin: 50px auto;
}

/* Pull Quote
--------------------------------------------- */
.wp-block-pullquote {
  border: none;
  padding: 0;
}
.wp-block-pullquote blockquote {
  border-left: 0;
  border-top: 0.5em solid #103070;
  border-bottom: 0.5em solid #103070;
  padding: 1em 0;
  text-align: center;
  margin: 0 auto;
}
.wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
  max-width: 100%;
}

/* Accordion 

------------------------------------------------------*/
.accordion__introduction {
  font-size: 1.125rem;
  text-align: center;
}

/* Horizontal Rule
--------------------------------------------- */
.wp-block-separator:not(.is-style-dots),
hr:not(.is-style-dots) {
  background-color: #103070;
  border: 0;
  height: 1px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
hr:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  height: 4px;
  background: transparent;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before,
hr:not(.is-style-wide):not(.is-style-dots)::before {
  content: "";
  display: block;
  height: 4px;
  margin: 0px auto;
  width: 40px;
  background: #1462DE;
}
.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color: #1462DE;
  font-size: 18px;
  letter-spacing: 12px;
  padding-left: 12px;
}

/* Larger screen sizes
--------------------------------------------- */
@media screen and (max-width: 600px) {
  .center-on-mobile {
    text-align: center;
  }
}
@media screen and (min-width: 601px) {
  .twocol {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
  .lead-para, .is-style-large-paragraph {
    font-size: 1.1486em;
  }
  h1 {
    font-size: 55px;
    line-height: 1.3;
  }
  h2 {
    font-size: 2.441em;
    line-height: 1.3;
  }
  h3 {
    font-size: 1.953em;
    line-height: 1.3;
  }
  h4 {
    font-size: 18px;
    line-height: 1.3;
  }
  h5 {
    font-size: 1em;
    line-height: 1.3;
  }
  h6 {
    font-size: 1em;
    line-height: 1.3;
  }
  .post-title {
    font-size: 34px;
  }
  .index-content h2 {
    font-size: 2.3em;
  }
}
@media screen and (min-width: 993px) {
  .section-title, .page-template-page-game h2 {
    font-size: 52px;
  }
  .features-list-large {
    font-size: 24px;
  }
  .features-list-small, .features-list--small {
    font-size: 1.25rem;
  }
  .accordion__introduction {
    font-size: 1.25rem;
  }
}
.card {
  background-color: #fff;
  margin: 0px auto 25px auto;
  border-radius: 9px;
  overflow: hidden;
  width: 100%;
  max-width: 384px;
  transition: all 0.2s;
}
.card a {
  color: inherit;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.post-card-thumbnail:before {
  padding-bottom: 57%; /* Minimum aspect ratio */
  content: "";
  float: left;
}

.post-card-thumbnail:after {
  display: table;
  content: "";
  clear: both;
}

.posts-slider-wrapper .card {
  max-width: none;
}

.slick-initialized .card:hover {
  transform: none;
}

.card .date {
  color: #1462DE;
  font-size: 14px;
  font-weight: bold;
}

.card h5 {
  font-size: 18px;
  color: #434C60;
  font-weight: normal;
}

.card-content {
  padding: 15px 28px;
}

.game-card {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  margin: 25px auto;
  max-width: 571px;
}
.game-card h1, .game-card h2, .game-card h3, .game-card h4, .game-card h5 {
  color: #103070;
  margin-bottom: 1em;
}
.game-card h1 a, .game-card h2 a, .game-card h3 a, .game-card h4 a, .game-card h5 a {
  color: #103070;
}
.game-card h1 a:hover, .game-card h2 a:hover, .game-card h3 a:hover, .game-card h4 a:hover, .game-card h5 a:hover {
  color: #1248F9;
}
.game-card img {
  display: block;
}
.game-card a {
  text-decoration: none;
  font-weight: bold;
}
.game-card .learn-more {
  display: inline-block;
  margin-top: 1em;
}
.game-card .game-card-image-link {
  transition: all 0.2s;
  display: block;
  background-color: #fff;
}
.game-card .game-card-image-link img, .game-card .game-card-image-link .game-card-image {
  transition: all 0.2s;
}
.game-card a.game-card-image-link:hover img, .game-card a.game-card-image-link:hover .game-card-image {
  opacity: 0.8;
}

.game-card-content {
  padding: 28px;
}

.team-card {
  margin: 25px auto;
  clear: both;
}
.team-card .team-member-name {
  font-size: 20px;
  margin-bottom: 0px;
}
.team-card h5 {
  font-weight: 500;
}

.team-card-content {
  border-radius: 5px;
  background-color: #fff;
  padding: 25px;
}

.team-profile-image {
  width: 170px;
  max-height: 170px;
  overflow: hidden;
  border-radius: 5px;
}
.team-profile-image img {
  display: block;
}

.social-link {
  text-decoration: none !important;
  color: #1248F9;
}

@media screen and (max-width: 993px) {
  .team-profile-image {
    margin: 0px auto -30px auto;
  }
  .team-card {
    margin-bottom: 32px;
  }
  .team-card-content {
    padding-top: 50px;
  }
}
@media screen and (min-width: 993px) {
  .game-card {
    display: flex;
    align-items: center;
    max-width: none;
    flex-direction: row-reverse;
    position: relative;
    min-height: 192px;
  }
  .game-card .game-card-image-link {
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 57%;
    flex-shrink: 0;
    height: 100%;
  }
  .game-card .game-card-image-link .game-card-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .game-card-content {
    padding-bottom: 15px;
    padding-top: 6px;
    width: 43%;
  }
  .team-card {
    position: relative;
    padding-left: 143px;
    padding-top: 25px;
  }
  .team-card .team-member-name {
    display: inline;
  }
  .team-card .social-link {
    margin-left: 1em;
  }
  .team-card-content {
    padding-left: 53px;
  }
  .team-profile-image {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.tab-label {
  cursor: pointer;
}

.tab-active .tab-label {
  font-weight: bold;
}

.tab-content, .tab-mobile-content {
  display: none;
}

.tab-content.tab-active, .tab-active .tab-mobile-content {
  display: block;
}

button {
  border-radius: 0px;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0px solid transparent;
}

li .theme-button {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.theme-button {
  border: 2px solid currentColor;
  font-weight: bold;
  display: inline-block;
  color: currentColor;
  text-align: center;
  transition: all 0.2s;
  min-height: 3rem;
  text-decoration: none !important;
  padding: 0.65em 3em;
  border-radius: 1.65em;
  overflow: hidden;
  width: 351px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.theme-button span, .theme-button > * {
  position: relative;
}
.theme-button:hover span, .theme-button:hover > * {
  filter: invert(1);
}
@media screen and (max-width: 600px) {
  .theme-button {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 601px) {
  .theme-button {
    font-size: 18px;
  }
}
.theme-button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: " ";
  display: block;
  transition: width 0.2s ease-in;
  background-color: currentColor;
}
.theme-button:hover:before {
  width: 100%;
}
.theme-button.twitter-button:after, .theme-button.facebook-button:after {
  position: absolute;
  top: 50%;
  left: 2em;
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: " ";
  display: block;
  transform: translateY(-50%);
}
.theme-button.twitter-button:after {
  background-image: url(../img/icons/social/twitter.svg);
}
.theme-button.facebook-button:after {
  background-image: url(../img/icons/social/facebook.svg);
}

.unpacking .theme-button.twitter-button:after {
  background-image: url(../img/icons/social/twitter-dark.svg);
}
.unpacking .theme-button.facebook-button:after {
  background-image: url(../img/icons/social/facebook-dark.svg);
}

.back-button {
  border: 2px solid #1462DE;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  border-radius: 19px;
  padding: 0.5em 1.5em 0.5em 2.5em;
  position: relative;
}
.back-button:before {
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1em;
  background-image: url(../img/icons/chevron-blue-left.svg);
  content: " ";
  display: block;
  left: 1em;
  top: 50%;
  transition: all 0.2s;
  position: absolute;
  transform: translateY(-50%);
}
.back-button:hover:before {
  left: 0.5em;
}

/* Button block (gutenberg colours)
--------------------------------------------- */
.wp-block-button__link {
  border-radius: 0 !important;
  text-decoration: none !important;
}
.wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:not(.has-background) {
  background-color: #59BACC;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #2d8292;
}
.wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus {
  color: #59BACC;
}
.wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
  background-color: #2d8292;
}
.wp-block-button__link.has-green-color:hover, .wp-block-button__link.has-green-color:focus {
  color: #009e40;
}
.wp-block-button__link.has-green-background-color:hover, .wp-block-button__link.has-green-background-color:focus {
  background-color: #003817;
}
.wp-block-button__link.has-gold-color:hover, .wp-block-button__link.has-gold-color:focus {
  color: #c9a45b;
}
.wp-block-button__link.has-gold-background-color:hover, .wp-block-button__link.has-gold-background-color:focus {
  background-color: #8f6f2f;
}
.wp-block-button__link.has-purple-color:hover, .wp-block-button__link.has-purple-color:focus {
  color: #a20486;
}
.wp-block-button__link.has-purple-background-color:hover, .wp-block-button__link.has-purple-background-color:focus {
  background-color: #3e0234;
}
.wp-block-button__link.has-white-color:hover, .wp-block-button__link.has-white-color:focus {
  color: #fff;
}
.wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus {
  background-color: #cccccc;
}
.wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
  color: #000;
}
.wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
  background-color: black;
}

label {
  font-size: 1rem;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::placeholder {
  color: #707070;
}

/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  border: 2px solid currentColor;
  outline: none;
  height: 3rem;
  font-size: 16px;
  margin: 0 0 0px 0;
  padding: 0 1em;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.3s;
}
input:not([type]):disabled, input:not([type])[readonly=readonly],
input[type=text]:not(.browser-default):disabled,
input[type=text]:not(.browser-default)[readonly=readonly],
input[type=password]:not(.browser-default):disabled,
input[type=password]:not(.browser-default)[readonly=readonly],
input[type=email]:not(.browser-default):disabled,
input[type=email]:not(.browser-default)[readonly=readonly],
input[type=url]:not(.browser-default):disabled,
input[type=url]:not(.browser-default)[readonly=readonly],
input[type=time]:not(.browser-default):disabled,
input[type=time]:not(.browser-default)[readonly=readonly],
input[type=date]:not(.browser-default):disabled,
input[type=date]:not(.browser-default)[readonly=readonly],
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default)[readonly=readonly],
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default)[readonly=readonly],
input[type=tel]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default)[readonly=readonly],
input[type=number]:not(.browser-default):disabled,
input[type=number]:not(.browser-default)[readonly=readonly],
input[type=search]:not(.browser-default):disabled,
input[type=search]:not(.browser-default)[readonly=readonly],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly=readonly] {
  color: rgba(0, 0, 0, 0.42);
  border: 1px dotted rgba(0, 0, 0, 0.42);
}
input:not([type]):disabled + label, input:not([type])[readonly=readonly] + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text]:not(.browser-default)[readonly=readonly] + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password]:not(.browser-default)[readonly=readonly] + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email]:not(.browser-default)[readonly=readonly] + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url]:not(.browser-default)[readonly=readonly] + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time]:not(.browser-default)[readonly=readonly] + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date]:not(.browser-default)[readonly=readonly] + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime]:not(.browser-default)[readonly=readonly] + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local]:not(.browser-default)[readonly=readonly] + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel]:not(.browser-default)[readonly=readonly] + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number]:not(.browser-default)[readonly=readonly] + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search]:not(.browser-default)[readonly=readonly] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.42);
}
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  box-shadow: 0 0px 1px 1px #1555BC;
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #1555BC;
}
input:not([type]).validate + label,
input[type=text]:not(.browser-default).validate + label,
input[type=password]:not(.browser-default).validate + label,
input[type=email]:not(.browser-default).validate + label,
input[type=url]:not(.browser-default).validate + label,
input[type=time]:not(.browser-default).validate + label,
input[type=date]:not(.browser-default).validate + label,
input[type=datetime]:not(.browser-default).validate + label,
input[type=datetime-local]:not(.browser-default).validate + label,
input[type=tel]:not(.browser-default).validate + label,
input[type=number]:not(.browser-default).validate + label,
input[type=search]:not(.browser-default).validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}
input:not([type]).invalid + label:after, input:not([type]).valid + label:after,
input[type=text]:not(.browser-default).invalid + label:after,
input[type=text]:not(.browser-default).valid + label:after,
input[type=password]:not(.browser-default).invalid + label:after,
input[type=password]:not(.browser-default).valid + label:after,
input[type=email]:not(.browser-default).invalid + label:after,
input[type=email]:not(.browser-default).valid + label:after,
input[type=url]:not(.browser-default).invalid + label:after,
input[type=url]:not(.browser-default).valid + label:after,
input[type=time]:not(.browser-default).invalid + label:after,
input[type=time]:not(.browser-default).valid + label:after,
input[type=date]:not(.browser-default).invalid + label:after,
input[type=date]:not(.browser-default).valid + label:after,
input[type=datetime]:not(.browser-default).invalid + label:after,
input[type=datetime]:not(.browser-default).valid + label:after,
input[type=datetime-local]:not(.browser-default).invalid + label:after,
input[type=datetime-local]:not(.browser-default).valid + label:after,
input[type=tel]:not(.browser-default).invalid + label:after,
input[type=tel]:not(.browser-default).valid + label:after,
input[type=number]:not(.browser-default).invalid + label:after,
input[type=number]:not(.browser-default).valid + label:after,
input[type=search]:not(.browser-default).invalid + label:after,
input[type=search]:not(.browser-default).valid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea.valid + label:after {
  display: none;
}
input:not([type]).invalid + label.active:after, input:not([type]).valid + label.active:after,
input[type=text]:not(.browser-default).invalid + label.active:after,
input[type=text]:not(.browser-default).valid + label.active:after,
input[type=password]:not(.browser-default).invalid + label.active:after,
input[type=password]:not(.browser-default).valid + label.active:after,
input[type=email]:not(.browser-default).invalid + label.active:after,
input[type=email]:not(.browser-default).valid + label.active:after,
input[type=url]:not(.browser-default).invalid + label.active:after,
input[type=url]:not(.browser-default).valid + label.active:after,
input[type=time]:not(.browser-default).invalid + label.active:after,
input[type=time]:not(.browser-default).valid + label.active:after,
input[type=date]:not(.browser-default).invalid + label.active:after,
input[type=date]:not(.browser-default).valid + label.active:after,
input[type=datetime]:not(.browser-default).invalid + label.active:after,
input[type=datetime]:not(.browser-default).valid + label.active:after,
input[type=datetime-local]:not(.browser-default).invalid + label.active:after,
input[type=datetime-local]:not(.browser-default).valid + label.active:after,
input[type=tel]:not(.browser-default).invalid + label.active:after,
input[type=tel]:not(.browser-default).valid + label.active:after,
input[type=number]:not(.browser-default).invalid + label.active:after,
input[type=number]:not(.browser-default).valid + label.active:after,
input[type=search]:not(.browser-default).invalid + label.active:after,
input[type=search]:not(.browser-default).valid + label.active:after,
textarea.materialize-textarea.invalid + label.active:after,
textarea.materialize-textarea.valid + label.active:after {
  display: block;
}

/* Validation Sass Placeholders */
input:not([type]).valid, input:not([type]):focus.valid,
input[type=text]:not(.browser-default).valid,
input[type=text]:not(.browser-default):focus.valid,
input[type=password]:not(.browser-default).valid,
input[type=password]:not(.browser-default):focus.valid,
input[type=email]:not(.browser-default).valid,
input[type=email]:not(.browser-default):focus.valid,
input[type=url]:not(.browser-default).valid,
input[type=url]:not(.browser-default):focus.valid,
input[type=time]:not(.browser-default).valid,
input[type=time]:not(.browser-default):focus.valid,
input[type=date]:not(.browser-default).valid,
input[type=date]:not(.browser-default):focus.valid,
input[type=datetime]:not(.browser-default).valid,
input[type=datetime]:not(.browser-default):focus.valid,
input[type=datetime-local]:not(.browser-default).valid,
input[type=datetime-local]:not(.browser-default):focus.valid,
input[type=tel]:not(.browser-default).valid,
input[type=tel]:not(.browser-default):focus.valid,
input[type=number]:not(.browser-default).valid,
input[type=number]:not(.browser-default):focus.valid,
input[type=search]:not(.browser-default).valid,
input[type=search]:not(.browser-default):focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
  border: 1px solid green;
  box-shadow: 0 1px 0 0 green;
}

input:not([type]).invalid, input:not([type]):focus.invalid,
input[type=text]:not(.browser-default).invalid,
input[type=text]:not(.browser-default):focus.invalid,
input[type=password]:not(.browser-default).invalid,
input[type=password]:not(.browser-default):focus.invalid,
input[type=email]:not(.browser-default).invalid,
input[type=email]:not(.browser-default):focus.invalid,
input[type=url]:not(.browser-default).invalid,
input[type=url]:not(.browser-default):focus.invalid,
input[type=time]:not(.browser-default).invalid,
input[type=time]:not(.browser-default):focus.invalid,
input[type=date]:not(.browser-default).invalid,
input[type=date]:not(.browser-default):focus.invalid,
input[type=datetime]:not(.browser-default).invalid,
input[type=datetime]:not(.browser-default):focus.invalid,
input[type=datetime-local]:not(.browser-default).invalid,
input[type=datetime-local]:not(.browser-default):focus.invalid,
input[type=tel]:not(.browser-default).invalid,
input[type=tel]:not(.browser-default):focus.invalid,
input[type=number]:not(.browser-default).invalid,
input[type=number]:not(.browser-default):focus.invalid,
input[type=search]:not(.browser-default).invalid,
input[type=search]:not(.browser-default):focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
  border: 1px solid red;
  box-shadow: 0 1px 0 0 red;
}

input:not([type]).valid + label:after, input:not([type]):focus.valid + label:after,
input[type=text]:not(.browser-default).valid + label:after,
input[type=text]:not(.browser-default):focus.valid + label:after,
input[type=password]:not(.browser-default).valid + label:after,
input[type=password]:not(.browser-default):focus.valid + label:after,
input[type=email]:not(.browser-default).valid + label:after,
input[type=email]:not(.browser-default):focus.valid + label:after,
input[type=url]:not(.browser-default).valid + label:after,
input[type=url]:not(.browser-default):focus.valid + label:after,
input[type=time]:not(.browser-default).valid + label:after,
input[type=time]:not(.browser-default):focus.valid + label:after,
input[type=date]:not(.browser-default).valid + label:after,
input[type=date]:not(.browser-default):focus.valid + label:after,
input[type=datetime]:not(.browser-default).valid + label:after,
input[type=datetime]:not(.browser-default):focus.valid + label:after,
input[type=datetime-local]:not(.browser-default).valid + label:after,
input[type=datetime-local]:not(.browser-default):focus.valid + label:after,
input[type=tel]:not(.browser-default).valid + label:after,
input[type=tel]:not(.browser-default):focus.valid + label:after,
input[type=number]:not(.browser-default).valid + label:after,
input[type=number]:not(.browser-default):focus.valid + label:after,
input[type=search]:not(.browser-default).valid + label:after,
input[type=search]:not(.browser-default):focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
  content: attr(data-success);
  color: green;
  opacity: 1;
  transform: translateY(9px);
}

input:not([type]).invalid + label:after, input:not([type]):focus.invalid + label:after,
input[type=text]:not(.browser-default).invalid + label:after,
input[type=text]:not(.browser-default):focus.invalid + label:after,
input[type=password]:not(.browser-default).invalid + label:after,
input[type=password]:not(.browser-default):focus.invalid + label:after,
input[type=email]:not(.browser-default).invalid + label:after,
input[type=email]:not(.browser-default):focus.invalid + label:after,
input[type=url]:not(.browser-default).invalid + label:after,
input[type=url]:not(.browser-default):focus.invalid + label:after,
input[type=time]:not(.browser-default).invalid + label:after,
input[type=time]:not(.browser-default):focus.invalid + label:after,
input[type=date]:not(.browser-default).invalid + label:after,
input[type=date]:not(.browser-default):focus.invalid + label:after,
input[type=datetime]:not(.browser-default).invalid + label:after,
input[type=datetime]:not(.browser-default):focus.invalid + label:after,
input[type=datetime-local]:not(.browser-default).invalid + label:after,
input[type=datetime-local]:not(.browser-default):focus.invalid + label:after,
input[type=tel]:not(.browser-default).invalid + label:after,
input[type=tel]:not(.browser-default):focus.invalid + label:after,
input[type=number]:not(.browser-default).invalid + label:after,
input[type=number]:not(.browser-default):focus.invalid + label:after,
input[type=search]:not(.browser-default).invalid + label:after,
input[type=search]:not(.browser-default):focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
  content: attr(data-error);
  color: red;
  opacity: 1;
  transform: translateY(9px);
}

input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

/* Textarea */
textarea {
  width: 100%;
  min-height: 3rem;
  background-color: #fff;
  border: none;
  border: 2px solid currentColor;
  overflow-y: hidden; /* prevents scroll bar flash */
  padding: 0 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  box-sizing: border-box;
}
textarea:disabled, textarea[readonly=readonly] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}
textarea:disabled + label, textarea[readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.42);
}
textarea:focus:not([readonly]) {
  box-shadow: 0 0px 1px 1px #1555BC;
}

@supports (-webkit-appearance: none) {
  /*  AKA, only do this if `-webkit-appearance: none` is supported. 
    Which means IE11 and Opera Mini will get the old browser-styled checkbox. 
    Which works just fine. Old browsers can get old looking things. */
  input[type=radio],
  fieldset input[type=radio] {
    /*  Remove the default styling.
        `-webkit-appearance` is not an official CSS property 
      & likely never will be. But it's also in 95% of browsers, 
      non-webkit included, yes, as a `-webkit` property. 
      Firefox, Edge, Chrome, Opera all implemented `-webkit-appearance`.  
      Plus it *will* stick around. Browsers can't remove it. 
      So use it like this...                                 */
    -webkit-appearance: none;
    /* Style the radio button container. */
    width: 1.4rem;
    min-width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    border: 1px solid currentColor;
    margin: 0.3rem 0 0 0;
    padding: 0;
    background-color: #fff;
    margin-top: -0.2rem;
    transition: background-color 0.2s;
  }
  input[type=radio]:hover,
  fieldset input[type=radio]:hover {
    background-color: #f2f2f2;
  }
  input[type=radio]:checked,
  fieldset input[type=radio]:checked {
    /* Prepare for placing the new checkmark. */
    position: relative;
    /* Do a bug fix to keep iOS from adding dark background. */
    background: none;
  }
  input[type=radio]:checked::after,
  fieldset input[type=radio]:checked::after {
    /* Place (position) the new “filled-in” blob. */
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    width: 0.7rem;
    height: 0.7rem;
    background: #103070;
    border-radius: 50%;
    content: "";
  }
  /* Focus styles. */
  fieldset:focus-within {
    box-shadow: 0 0px 1px 1px #1555BC;
  }
  fieldset:focus-within legend {
    box-shadow: 0 0px 1px 1px #1555BC;
  }
  input[type=radio]:focus,
  fieldset input[type=radio]:focus {
    box-shadow: 0 0px 1px 1px #1555BC;
  }
}
@supports (-webkit-appearance: none) {
  /*  AKA, only do this if `-webkit-appearance: none` is supported. 
    Which means IE11 and Opera Mini will get the old browser-styled checkbox. 
    Which works just fine. Old browsers can get old looking things. */
  input[type=checkbox] {
    /*  Remove the default styling.
        `-webkit-appearance` is not an official CSS property 
      & likely never will be. But it's also in 95% of browsers, 
      non-webkit included, yes, as a `-webkit` property. 
      Firefox, Edge, Chrome, Opera all implemented `-webkit-appearance`.  
      Plus it *will* stick around. Browsers can't remove it. 
      So use it like this...                                 */
    -webkit-appearance: none;
    /* Style the box. */
    min-width: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid currentColor;
    background-color: #fff;
    transition: background-color 0.2s;
  }
  input[type=checkbox]:hover {
    background-color: #f2f2f2;
  }
  input[type=checkbox]:focus {
    /* Style the box when it's focused. */
    box-shadow: 0 0px 1px 1px #1555BC;
  }
  input[type=checkbox]:checked {
    /* Prepare for placing the new checkmark. */
    position: relative;
    /* Do a bug fix to keep iOS from adding dark background. */
    background: none;
  }
  input[type=checkbox]:checked::after {
    /* Place (position) the new checkmark. */
    position: absolute;
    top: 0.26rem;
    left: 0.22rem;
    display: block;
    /*  Create a checkmark in CSS. 
      Could use an SVG or `content: "✓";` instead. 
      This is a box, turned 45 degs, with a 
      left and bottom border to make the checkmark.
      Created using an empty pseudo-element.*/
    content: "";
    width: 1rem;
    height: 0.7rem;
    border: 4px solid #103070;
    border-right: none;
    border-top: none;
    transform: rotate(-45deg);
  }
}
/* Select Field
   ========================================================================== */
select.browser-default {
  display: block;
}

select {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 0.25em 1em;
  border: 2px solid currentColor;
  border-radius: 8px;
  height: 3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
select:focus:not([readonly]), select:focus-within:not([readonly]) {
  box-shadow: 0 0px 1px 1px #1555BC;
}

select:not([multiple]) {
  background-position: right 1em center;
  background-size: auto 0.5em;
  background-repeat: no-repeat;
  background-image: url(../img/icons/chevron-down.svg);
}

select[multiple] {
  height: auto;
  min-height: 3rem;
}

.mailchimp-form {
  margin: 0 auto;
}

.mc4wp-form {
  width: 383px;
  max-width: 100%;
  margin: 0 auto;
}
.mc4wp-form label {
  display: none;
}
.mc4wp-form > div {
  display: flex;
  align-items: center;
  justify-content: justify;
}
.mc4wp-form input {
  display: inline-block;
  border: 2px solid currentColor;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.mc4wp-form input[type=submit] {
  background-color: #1462DE;
  color: #fff;
  font-weight: bold;
  height: 3rem;
  border: 0px solid transparent;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-left: 2em;
  padding-right: 2em;
}
.mc4wp-form input[type=submit]:hover {
  background-color: #103070;
}

@media screen and (max-width: 500px) {
  .mc4wp-form input,
  .mc4wp-form input[type=submit] {
    display: block;
    border-radius: 9px;
    margin-bottom: 10px !important;
    width: 100%;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
  }
}
.accordion {
  margin: 3em auto;
}

.accordion-item {
  border: 2px solid #ECEFFB;
  margin-bottom: 1em;
  border-bottom: 2px solid #103070;
}

.accordion-title {
  background-color: #ECEFFB;
  overflow: hidden;
  cursor: pointer;
  padding: 0.5em 1em;
  padding-right: 3em;
  position: relative;
  transition: all 0.2s;
}
.accordion-title:hover {
  background-color: #e1e6f9;
}
.accordion-title h1, .accordion-title h2, .accordion-title h3, .accordion-title h4, .accordion-title h5 {
  font-weight: 600;
}

.accordion-title .chevron {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
  width: 1em;
}

.accordion-item.open .accordion-title .chevron {
  transform: translateY(-50%) rotate(180deg);
}

.accordion-content {
  overflow: hidden;
  padding: 1em 1.5em;
}

.split-row {
  background-color: #ECEFFB;
  overflow: hidden;
  position: relative;
}
.split-row .row-content {
  padding: 0px 18.75px;
}
.split-row .image-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
}
.split-row .row-content-inner {
  max-width: 640px;
  margin: 3em 0px;
}

@media (min-width: 601px) {
  .split-row .row-content {
    float: right;
    width: 50%;
    padding: 0px 25px;
  }
  .split-row .image-cover {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .split-row .row-content-inner {
    margin: 4em 0px;
  }
  .hero .hero-background {
    padding-top: 110px;
  }
  .hero .hero-background:before {
    height: 110px;
  }
  .hero .hero-background:after {
    height: 350px;
  }
  .hero h1 {
    font-size: 3.1111111111em;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1201px) {
  .split-row .row-content {
    padding: 0px 50px;
  }
  .split-row .row-content-inner {
    margin: 4em 0px;
  }
}
/* Slider */
.slide {
  display: block;
  width: 100%;
}

.slick-slider {
  width: 100%;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  text-align: center;
  margin: 36px auto;
}

.slick-dots li {
  display: inline-block;
  margin: 8px;
}

.slick-dots button {
  width: 12px;
  cursor: pointer;
  font-size: 0px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  padding: 0;
  overflow: hidden;
  border: 1px solid currentColor;
}

.slick-dots .slick-active button {
  background-color: currentColor;
}

@media screen and (min-width: 601px) {
  .screenshot-wrapper {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .screenshot-gallery-slide {
    padding: 0px 12.5px;
  }
}
.screenshot-wrapper, .posts-slider-wrapper, .testimonial-slider-wrapper {
  position: relative;
  margin: 20px auto;
}
.screenshot-wrapper .slick-next, .posts-slider-wrapper .slick-next, .testimonial-slider-wrapper .slick-next {
  right: 0px;
}
.screenshot-wrapper .slick-prev, .posts-slider-wrapper .slick-prev, .testimonial-slider-wrapper .slick-prev {
  left: 0px;
}
.screenshot-wrapper .inner-slider-wrapper, .posts-slider-wrapper .inner-slider-wrapper, .testimonial-slider-wrapper .inner-slider-wrapper {
  position: relative;
}
.screenshot-wrapper .inner-slider-wrapper .card, .posts-slider-wrapper .inner-slider-wrapper .card, .testimonial-slider-wrapper .inner-slider-wrapper .card {
  margin-bottom: 0px;
}
.screenshot-wrapper .slick-slider, .posts-slider-wrapper .slick-slider, .testimonial-slider-wrapper .slick-slider {
  position: relative;
}
.screenshot-wrapper .slick-arrow, .posts-slider-wrapper .slick-arrow, .testimonial-slider-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 2em;
  padding: 10px;
}

.posts-slider-wrapper .slick-initialized .card {
  margin-left: 20px;
  margin-right: 20px;
}

.slick-arrow {
  transition: all 0.2s;
}
.slick-arrow.slick-disabled {
  opacity: 0;
}
.slick-arrow:hover {
  cursor: pointer;
}

.slick-prev:hover {
  transform: translate(-3px, -50%);
}

.slick-next:hover {
  transform: translate(3px, -50%);
}

@media screen and (max-width: 601px) {
  .slick-arrow {
    width: 12px;
    padding: 0px;
  }
  .slick-arrow svg {
    width: 100%;
    height: auto;
  }
  .screenshot-wrapper .inner-slider-wrapper, .posts-slider-wrapper .inner-slider-wrapper, .testimonial-slider-wrapper .inner-slider-wrapper {
    padding: 0px 12px;
  }
  .screenshot-wrapper .slick-next, .posts-slider-wrapper .slick-next, .testimonial-slider-wrapper .slick-next {
    right: -7px;
  }
  .screenshot-wrapper .slick-prev, .posts-slider-wrapper .slick-prev, .testimonial-slider-wrapper .slick-prev {
    left: -7px;
  }
  .screenshot-wrapper .slick-prev {
    left: -17px;
  }
  .screenshot-wrapper .slick-next {
    right: -17px;
  }
}
.mobile-menu-container {
  font-weight: bold;
  font-size: 20px;
  background-color: #ECEFFB;
  padding: 24px 27px 28px 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px 0px 0px 15px;
  min-width: 246px;
}
.mobile-menu-container .icon-close {
  cursor: pointer;
  display: block;
}
.mobile-menu-container .icon-close img {
  display: block;
}
.mobile-menu-container .icon-links a {
  margin-right: 1em;
}
.mobile-menu-container.fixedtotop {
  z-index: 99999999;
}

.mobile-menu-container:after {
  display: block;
  clear: both;
  content: " ";
}

.menu-overlay-close {
  position: absolute;
  top: 24px;
  right: 24px;
}

.fixedtotop {
  top: 0;
  right: 0;
  position: fixed;
}

.mobile-menu {
  color: #1555BC;
  overflow: hidden;
}
.mobile-menu a {
  color: inherit;
}
.mobile-menu a:hover {
  color: #1462DE;
}
.mobile-menu .menu {
  margin-top: 0px;
}
.mobile-menu .sub-menu {
  margin-left: 0.5em;
}

.mobile-menu .menu li:not(:last-child) {
  margin-bottom: 0.75em;
}

.menu-overlay {
  background: #103070;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.37;
  display: none;
  z-index: 9;
}

.menu-overlay.menu-open {
  display: block;
}

.mobile-menu-container {
  position: fixed;
  right: -100%;
  transition: all 0.5s ease-out;
}

.mobile-menu-container.menu-open {
  display: flex !important;
  right: 0;
}

@media (min-width: 601px) {
  .mobile-menu-container {
    padding: 20px 50px 19px 50px;
    border-radius: 65px 0px 0px 65px;
    box-shadow: none;
  }
  .mobile-menu-container #main-menu, .mobile-menu-container .icon-links {
    display: inline-block;
  }
  .mobile-menu-container .icon-links a {
    display: inline-block;
    vertical-align: middle;
  }
  .menu-overlay-close {
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
  .mobile-menu {
    display: flex;
    align-items: center;
  }
  .mobile-menu-container .icon-links {
    margin-left: 1em;
    margin-right: 0.5em;
    display: flex;
  }
  .mobile-menu-container .icon-links svg {
    vertical-align: baseline;
  }
  .mobile-menu-container .icon-links a {
    display: flex;
  }
  .mobile-menu .menu {
    margin-bottom: 0px;
  }
  .mobile-menu .menu ul, .mobile-menu .menu li, .mobile-menu .menu li:not(:last-child) {
    margin-bottom: 0px;
  }
  .mobile-menu .menu li {
    display: inline-block;
  }
  .mobile-menu .menu li:not(:last-child):after {
    content: "";
    display: inline-block;
    height: 1.2em;
    vertical-align: sub;
    width: 2px;
    background-color: #303340;
    margin: 0px 0.74em;
  }
}
@media (min-width: 993px) {
  .menu-overlay-close {
    right: 50px;
  }
  .mobile-menu-container {
    min-height: 100px;
    display: flex;
    align-items: center;
    border-radius: 65px 0px 0px 65px;
  }
  .mobile-menu-container .icon-links {
    margin-left: 2em;
    margin-right: 1em;
  }
  .mobile-menu-container .icon-links svg {
    height: 32px;
    width: auto;
  }
  .mobile-menu-container .icon-links a {
    margin-right: 2em;
  }
}
@media (min-width: 1201px) {
  .menu-overlay-close {
    right: 50px;
  }
  .mobile-menu-container {
    min-height: 133px;
  }
}
@media (prefers-reduced-motion) {
  .parallax {
    background-position: center top !important;
  }
}
.page-template-page-game .wrapper, .page-template-page-game-tempopo .wrapper {
  background-color: transparent !important;
}

.jarallax {
  position: relative;
  z-index: auto !important;
  background-color: transparent !important;
}

.jarallax.tiled > div[id^=jarallax-container-] div {
  background-size: initial !important;
  background-repeat: repeat !important;
}

@media screen and (min-width: 601px) {
  .parallax.initialised {
    background-image: none !important;
    background-color: transparent !important;
  }
}
.section-content.gallery, .section-content.plain_text, .section-content.latest_posts {
  margin: 30px auto;
}

section {
  min-height: 100px;
  position: relative;
  background-position: center;
}
section.gradient:before {
  opacity: 0.51;
  content: " ";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.page-section:before, .page-section:after {
  content: " ";
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
}

section.tiled {
  background-position: top left;
}

.section.cover {
  background-position: top center;
}

section.tiled.parallax {
  background-position: center;
}

section.gradient > div {
  position: relative;
}

section.bordered {
  padding-top: 18px;
  padding-bottom: 18px;
}
section.bordered .border-top, section.bordered .border-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: repeat-x;
  height: 36px;
  background-size: auto 100%;
  background-position: left center;
  z-index: 2;
}
section.bordered .border-top {
  top: -18px;
}
section.bordered .border-bottom {
  bottom: -18px;
}

.bordered.unpacking .border-top, .bordered.unpacking .border-bottom {
  background-image: url(../img/border-unpacking.png);
}
.bordered.unpacking .border-top {
  transform: rotate(180deg);
  background-position: right center;
}

.bordered.aac .border-top, .bordered.aac .border-bottom {
  background-image: url(../img/border-aac.png);
}

:root {
  --border-height: 79px;
}

.bordered.tempopo {
  background-color: #a0e87d;
}
.bordered.tempopo .border-top, .bordered.tempopo .border-bottom {
  background-image: url(../img/tempopo/border-tempopo.png?ver=1);
  background-image: image-set(url("../img/tempopo/border-tempopo.webp?ver=1") type("image/webp"), url("../img/tempopo/border-tempopo.png?ver=1") type("image/png"));
  height: var(--border-height);
}
.bordered.tempopo .border-top {
  top: calc(var(--border-height) / -2);
  transform: rotate(180deg);
}
.bordered.tempopo .border-bottom {
  bottom: calc(var(--border-height) / -2);
}

.bordered.last .border-bottom {
  display: none;
}

section.last .section-content {
  position: relative;
  z-index: 1;
}

.section-content:before, .section-content:after {
  display: table;
  clear: both;
  content: " ";
}

.section-title {
  text-align: center;
}

.prev-border-1 .section-content:first-child .section-title,
.prev-border-1 .section-content:first-child h2:first-of-type {
  margin-top: 1em;
}

.decoration-image {
  text-align: right;
  clear: both;
  margin-bottom: -33px;
  position: relative;
  z-index: 10;
  margin-top: -33px;
}

@media screen and (min-width: 993px) {
  .bordered.unpacking {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .bordered.unpacking .border-top, .bordered.unpacking .border-bottom {
    height: 63px;
  }
  .bordered.unpacking .border-top {
    top: -32px;
  }
  .bordered.unpacking .border-bottom {
    bottom: -32px;
  }
  .testimonial_slider .decoration-image {
    margin-right: -100px;
    margin-bottom: -63px;
    margin-top: -163px;
  }
  .features_row .decoration-image {
    margin: 0;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 1400px;
    max-width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .page-template-page-game .container {
    width: 90%;
  }
}
.page-template-page-game .wrapper {
  position: relative;
}

.landing-page-header {
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}
.landing-page-header .wide-container {
  margin: 0 auto;
  transition: padding 0.2s;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landing-page-header .brand-logo {
  width: 144px;
}
.landing-page-header .brand-logo,
.landing-page-header .scrolled-brand-logo {
  display: block;
}
.landing-page-header .brand-logo img,
.landing-page-header .scrolled-brand-logo img {
  display: block;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4117647059));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4117647059));
  outline: 10px solid transparent;
}
.landing-page-header .scrolled-brand-logo {
  width: 55px;
  display: none;
}
.landing-page-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landing-page-header .hamburger span {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.landing-page-header .hamburger:hover span {
  background-color: #3BAFFC;
}

.landing-page-header.scrolled .wide-container {
  padding-top: 10px;
}

@media screen and (max-width: 600px) {
  .landing-page-header {
    position: absolute;
  }
  .landing-page-header .brand-logo {
    margin-top: 10px;
    overflow: visible;
  }
}
@media screen and (min-width: 601px) and (max-width: 1300px) {
  .landing-page-header.scrolled .brand-logo {
    display: none;
  }
  .landing-page-header.scrolled .brand-logo img {
    padding: 10px;
    margin: -10px;
  }
  .landing-page-header.scrolled .scrolled-brand-logo {
    display: block;
  }
}
@media screen and (min-width: 601px) {
  .landing-page-header .wide-container {
    padding: 15px 15px 0px 15px;
  }
  .landing-page-header .brand-logo {
    width: 214px;
  }
}
@media screen and (min-width: 1400px) {
  .landing-page-header .wide-container {
    padding: 36px 56px 0px 56px;
  }
}
.plain_text {
  margin: 2.4em auto;
}

.latest_posts .buttons {
  margin: 45px 0px;
}

.standalone_image img {
  margin-top: 20px;
}

@media screen and (min-width: 601px) {
  .unpacking .standalone_image img {
    margin-bottom: -10px;
  }
}
.testimonial-slider-wrapper {
  margin: 100px auto 60px auto;
  width: 1079px;
  max-width: 100%;
  z-index: 11;
  position: relative;
}

.testimonial-slide {
  text-align: center;
  font-size: 18px;
}

.testimonial-credit {
  font-weight: bold;
  margin-top: 2em;
}
.testimonial-credit a {
  color: currentColor;
}
.testimonial-credit a:hover {
  color: #1462DE;
}

.testimonial-content {
  width: 743px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 601px) and (max-width: 992px) {
  .testimonial-slider {
    padding: 0px 70px;
  }
}
@media screen and (min-width: 993px) {
  .testimonial-content {
    font-size: 28px;
  }
  .testimonial-credit {
    font-size: 20px;
  }
}
.section-content.gallery {
  max-width: 1920px;
  overflow: hidden;
}

.screenshot-wrapper {
  margin: 40px 0px;
}

@media screen and (min-width: 601px) and (max-width: 992px) {
  .screenshot-wrapper .inner-slider-wrapper {
    padding: 0px 30px;
  }
}
@media screen and (min-width: 993px) {
  .screenshot-gallery .slick-list {
    overflow: visible;
  }
  .screenshot-wrapper .slick-prev {
    left: -70px;
  }
  .screenshot-wrapper .slick-next {
    right: -70px;
  }
  .screenshot-gallery .slick-slide > div {
    transform: scale(0.5);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .screenshot-gallery .slick-center > div {
    transform: scale(1);
  }
  .screenshot-gallery .slider__item > img {
    width: 100%;
    height: auto;
  }
  .screenshot-gallery .slick-slide > * {
    opacity: 1;
    transition: opacity 0.2s;
    display: block;
  }
  .screenshot-gallery .slick-slide:not(.slick-active) > * {
    opacity: 0.4;
    -webkit-mask-image: linear-gradient(to left, rgb(0, 0, 0) 0%, transparent 40%);
    -moz-mask-image: linear-gradient(to left, rgb(0, 0, 0) 0%, transparent 40%);
    mask-image: linear-gradient(to left, rgb(0, 0, 0) 0%, transparent 40%);
    pointer-events: none;
  }
  .screenshot-gallery .slick-slide.slick-current + .slick-slide + .slick-slide > * {
    opacity: 0.4;
    -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 0%, transparent 40%);
    -moz-mask-image: linear-gradient(to right, rgb(0, 0, 0) 0%, transparent 40%);
    mask-image: linear-gradient(to right, rgb(0, 0, 0) 0%, transparent 40%);
    pointer-events: none;
  }
  .screenshot-gallery .slick-current > *, .screenshot-gallery .slick-current-clone-animate > *, .screenshot-gallery .slick-current-clone-animate + .slick-slide > * {
    opacity: 1 !important;
    -webkit-mask-image: none !important;
    -moz-mask-image: none !important;
    mask-image: none !important;
  }
}
.unpacking .decoration-image img, .unpacking .feature-image img, .unpacking .feature-image-decoration img {
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.hero.generic {
  display: flex;
  align-items: center;
}

.hero {
  background-color: #303340;
  color: #fff;
  min-height: 484px;
  background-size: cover;
  background-position: top center;
  margin: 0 auto;
  position: relative;
  padding: 0px 25px;
  overflow: hidden;
}
@media screen and (min-width: 1433px) {
  .hero {
    min-height: 855px;
  }
}

.hero-inner {
  max-width: 1920px;
  margin: 0 auto;
}

.hero-chevron {
  padding-bottom: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.hero-flair {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-flair img {
  width: 100%;
}

.hero-logo {
  position: relative;
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.hero-logo img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .hero.unpacking {
    padding: 0px 5px;
  }
  .hero.unpacking .hero-logo {
    margin-top: 93px;
  }
  .hero.aac .hero-logo {
    margin-top: 148px;
    width: 319px;
  }
  .hero.aac .hero-flair {
    top: 161px;
    height: calc(100% - 145px);
  }
  .hero.aac .hero-flair img {
    height: 75px;
    width: auto;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 601px) {
  .hero.unpacking {
    box-shadow: inset 0 0 100px #38241b;
  }
  .hero.unpacking .hero-logo {
    margin-left: 12.5%;
    margin-right: 7%;
    margin-top: 200px;
    margin-bottom: 50px;
  }
  .hero.aac .hero-logo {
    margin-top: 128px;
    width: 493px;
  }
  .hero.aac .hero-flair {
    top: 150px;
    height: calc(100% - 115px);
  }
  .hero.aac .hero-flair img {
    height: 115px;
    width: auto;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 993px) {
  .hero.unpacking .hero-logo {
    margin-left: 24%;
    margin-right: 15%;
    margin-top: 250px;
    margin-bottom: 70px;
  }
  .hero.aac .hero-logo {
    margin-top: 108px;
    width: 693px;
  }
  .hero.aac .hero-flair {
    top: 160px;
    height: calc(100% - 115px);
  }
  .hero.aac .hero-flair img {
    height: 115px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 1433px) {
  .hero.unpacking .hero-logo {
    margin-top: 360px;
    margin-bottom: 143px;
  }
  .hero.aac .hero-logo {
    margin-top: 177px;
    width: 884px;
  }
  .hero.aac .hero-flair {
    top: 261px;
    height: calc(100% - 241px);
  }
}
@media screen and (min-width: 1803px) {
  .hero.aac .hero-logo {
    margin-top: 237px;
    width: 884px;
  }
  .hero.aac .hero-flair {
    top: 320px;
    height: calc(100% - 241px);
  }
}
.landing-page-introduction {
  font-size: 16px;
}
.landing-page-introduction h2 {
  font-size: 2.005em;
}
.landing-page-introduction .feature-image-decoration {
  margin-bottom: 40px;
}
.landing-page-introduction .feature-image-title {
  margin-left: -12.5px;
  margin-right: -12.5px;
}

@media screen and (max-width: 600px) {
  .landing-page-introduction h2 {
    text-align: center;
  }
}
@media screen and (min-width: 601px) {
  .introduction-section {
    font-size: 18px;
  }
  .landing-page-introduction p {
    font-size: 18px;
  }
}
@media screen and (min-width: 993px) {
  .introduction-section {
    margin: 50px auto 100px auto;
  }
}
.game-links-box {
  padding: 7px 25px;
  background-color: rgba(0, 0, 0, 0.25);
  font-size: 18px;
  max-width: 310px;
  margin: 0em auto 2em auto;
}
.game-links-box a {
  color: inherit;
  display: flex;
  align-items: center;
}
.game-links-box a:hover {
  color: #3BAFFC;
}
.game-links-box svg {
  color: inherit;
  width: 100%;
  height: auto;
}

.game-links {
  font-weight: bold;
}
.game-links li {
  margin: 0.75em 0em;
}
.game-links .icon {
  width: 28px;
  display: inline-block;
  align-items: center;
  margin-right: 1em;
}

.game-links-intro {
  font-weight: bold;
}

.aac .game-links-box {
  background-color: #101841;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}

.unpacking .game-links-intro p:first-child {
  font-size: 1.47em;
  margin-bottom: 0px;
}
.unpacking .game-links-intro p:not(:first-child) {
  margin-top: 0px;
}
.unpacking .game-links-box {
  background: transparent linear-gradient(180deg, var(--unnamed-color-ffffff) 0%, #FCE188 0%, #FDF39D 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FCE188 0%, #FDF39D 100%) 0% 0% no-repeat padding-box;
  border-radius: 9px;
  position: relative;
  box-shadow: -4px 1px 5px 0px rgba(99, 13, 13, 0.075), -3px 6px 3px 0px rgba(99, 13, 13, 0.15);
  transform: rotate(-4deg);
  padding: 7px 22px;
}
.unpacking .game-links-box:before {
  width: 100%;
  height: 40px;
  top: -20px;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/tape.svg);
  content: " ";
  display: block;
  position: absolute;
}
.unpacking .game-links-box .icon {
  width: 1.5em;
  margin-right: 1rem;
}
.unpacking .game-links-box .icon svg {
  width: 100%;
}
.unpacking .game-links {
  font-size: 1em;
  line-height: 1.2;
}
@media screen and (min-width: 993px) {
  .unpacking .game-links {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1300px) {
  .unpacking .game-links-box {
    padding: 7px 25px;
  }
  .unpacking .game-links-box .icon {
    width: 1.75em;
  }
  .unpacking .game-links {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 992px) {
  .game-links-box {
    margin-top: 1em;
  }
}
@media screen and (min-width: 993px) {
  .game-links-box {
    font-size: 21px;
  }
}
@media screen and (max-width: 600px) {
  .game-links-box {
    margin-top: 2em;
  }
}
.features-content {
  margin: 100px auto;
}

.feature-image.over {
  margin-top: -60px;
  margin-bottom: -60px;
  position: relative;
  z-index: 2;
  padding: 0px 46px;
}

@media screen and (max-width: 992px) {
  .feature-image.under {
    display: none;
  }
}
@media screen and (min-width: 993px) {
  .feature-section-container-under {
    overflow: hidden;
  }
  .feature-section-container-under.image-aligned-left .features-content {
    margin-bottom: 200px;
  }
  .features-content {
    width: 50%;
    position: relative;
    z-index: 1;
  }
  .feature-image.under {
    width: 50%;
    position: absolute;
    top: 50%;
    overflow: hidden;
    transform: translateY(-50%);
  }
  .feature-image.under img {
    width: auto;
    height: auto;
    max-width: none;
  }
  .bordered .feature-section-container-under {
    overflow: hidden;
    position: relative;
    margin-top: -32px;
    margin-bottom: -32px;
  }
  .bordered .feature-section-container-under .features-content {
    width: 57%;
  }
  .container:after {
    clear: both;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
  }
  .feature-image.over {
    width: 50%;
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .image-aligned-left .feature-image.under {
    left: 0;
    text-align: right;
    height: 100%;
  }
  .image-aligned-left .feature-image.under img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .image-aligned-left .feature-image.over {
    float: left;
  }
  .image-aligned-left .features-content {
    float: right;
  }
  .image-aligned-right {
    position: relative;
  }
  .image-aligned-right .feature-image.under {
    right: 0;
  }
  .image-aligned-right .feature-image.over {
    float: right;
  }
  .image-aligned-right .features-content {
    float: left;
  }
}
.video-container, .video-image-container {
  margin: 2em auto;
}
.video-container iframe, .video-container img, .video-container a, .video-image-container iframe, .video-image-container img, .video-image-container a {
  display: block;
}
.video-container img, .video-image-container img {
  width: 100%;
}

.video-image-container a {
  position: relative;
}
.video-image-container a img {
  transition: all 0.2s;
}
.video-image-container a:before {
  width: 28%;
  height: 28%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icons/play.svg);
  position: absolute;
  display: block;
  content: " ";
  transition: all 0.2s;
}
.video-image-container a:hover:before {
  width: 31%;
  height: 31%;
}
.aac .video-container,
.aac .video-image-container {
  box-shadow: 0px 3px 44px #171719;
}

.unpacking .video-container, .unpacking .video-image-container {
  box-shadow: 0px 3px 10px rgba(21, 21, 45, 0.2509803922);
  border: 5px solid #F2E8E0;
  position: relative;
}
.unpacking .video-container:before, .unpacking .video-container:after, .unpacking .video-image-container:before, .unpacking .video-image-container:after {
  display: block;
  content: " ";
  position: absolute;
  height: 0;
  padding-bottom: 75px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 75px;
  z-index: 1;
  background-image: url(../img/icons/corner.svg);
}
.unpacking .video-container:before, .unpacking .video-image-container:before {
  top: -28px;
  left: -28px;
  transform: rotate(-2deg);
}
.unpacking .video-container:after, .unpacking .video-image-container:after {
  bottom: -28px;
  right: -28px;
  transform: rotate(178deg);
}

@media screen and (max-width: 992px) {
  .unpacking .video-container:before, .unpacking .video-container:after, .unpacking .video-image-container:before, .unpacking .video-image-container:after {
    padding-bottom: 30px;
    width: 30px;
  }
  .unpacking .video-container:before, .unpacking .video-image-container:before {
    top: -12px;
    left: -12px;
  }
  .unpacking .video-container:after, .unpacking .video-image-container:after {
    bottom: -12px;
    right: -12px;
  }
}
@media screen and (min-width: 993px) {
  .unpacking .video-container,
  .unpacking .video-image-container {
    border-width: 15px;
  }
}
.js-showhide__content {
  display: none;
}

.mobile-awards-modal {
  display: none;
}

.awards-grid {
  display: grid;
  grid-gap: 23px;
  grid-template-columns: 1fr 1fr;
  margin: 56px 0px;
}
.awards-grid--more-mobile {
  margin: 0 auto 3rem auto;
  display: block;
}
.awards-grid-more {
  color: currentColor;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto 3rem;
}
.awards-grid-more .accordion__icon {
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.awards-grid-more .accordion__icon svg {
  max-width: 100%;
  transition: all 0.2s;
}
.awards-grid-more.open .accordion__icon svg {
  transform: rotate(-180deg);
}
.awards-grid li {
  display: block;
  float: left;
  text-align: center;
}
.awards-grid--desktop-wrapper {
  display: none;
}

.awards-wrapper--title .awards-grid {
  margin-top: 24px;
}

#mobileAwards {
  padding: 1.5rem 1rem;
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (min-width: 993px) {
  .awards-grid {
    margin: 104px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 33px;
  }
  .awards-grid--mobile-wrapper {
    display: none;
  }
  .awards-grid--desktop-wrapper {
    display: block;
  }
  .awards-wrapper--title .awards-grid {
    margin-top: 54px;
  }
}
.awards-grid--more {
  margin: 0 auto 33px auto;
}

.awards-grid--has-more {
  margin-bottom: 33px;
}

.text-awards-block {
  position: relative;
  margin-block: 3rem 0rem;
}
.text-awards-block .feature-image-decoration--top {
  position: absolute;
  top: 0;
  right: -5.625rem;
}
.text-awards-block .feature-image-decoration--bottom {
  position: absolute;
  bottom: 0;
  left: -7.125rem;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .text-awards-block {
    padding-top: 4rem;
  }
  .text-awards-block .section-title {
    max-width: 59%;
    font-size: 2.3rem;
  }
  .text-awards-block .feature-image-decoration--top {
    top: -2rem;
  }
  .text-awards-block .feature-image-decoration--bottom {
    left: -12rem;
    bottom: -2rem;
  }
}
@media screen and (min-width: 1201px) {
  .text-awards-block {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
  .text-awards-block .section-title {
    max-width: none;
  }
  .text-awards-block .feature-image-decoration--top {
    right: -5.625rem;
  }
  .text-awards-block .feature-image-decoration--bottom {
    left: -7.125rem;
  }
}

.mobile-awards-image {
  margin-inline: auto 0;
  margin-block: 0;
  display: block;
}

.awards-text {
  margin-block: 2rem 1rem;
  display: grid;
  grid-template-columns: 1fr;
  font-size: 0.875rem;
  display: flex;
  gap: 1rem;
  overflow: auto;
  margin-inline: -25px;
  padding-inline: 25px;
  margin-inline: 0;
  padding-inline: 0;
  display: grid;
  gap: unset;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  font-size: 0.675rem;
  overflow: unset;
}
@media screen and (min-width: 440px) {
  .awards-text {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 601px) {
  .awards-text {
    grid-gap: 1.5rem;
    font-size: 0.875rem;
    margin-block: 4rem 0rem;
  }
}
@media screen and (min-width: 800px) {
  .awards-text {
    width: min(888px, 100%);
    grid-row-gap: 2.5rem;
    grid-column-gap: clamp(2rem, 6vw, 10rem);
    grid-template-columns: 1fr 1fr;
    margin-inline: auto;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1230px) {
  .awards-text {
    width: min(1100px, 100%);
    grid-column-gap: clamp(2rem, 6vw, 5rem);
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 993px) {
  .awards-text {
    margin-block: 4rem;
  }
}

.container-overflow-visible {
  overflow: visible;
}

.text-award {
  max-width: 20em;
  margin-inline: auto;
  width: 100%;
  line-height: 1.0909090909;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../img/award-left.svg), url(../img/award-right.svg);
  background-repeat: no-repeat no-repeat;
  background-repeat: no-repeat no-repeat;
  background-position: left center, right center;
  background-size: auto 4.25em, auto 4.25em;
  min-height: 68px;
  padding-inline: 2.2rem;
  text-align: center;
}
.text-award:last-child:nth-child(odd) {
  grid-column: span 2;
}
@media screen and (min-width: 1230px) {
  .text-award:last-child:nth-child(odd) {
    grid-column: span 1;
  }
}
@media screen and (max-width: 399px) {
  .text-award {
    max-width: 50vw;
    min-height: 50px;
    flex: 0 0 15em;
    padding-inline: 1.5rem;
    background-size: auto 2rem, auto 2rem;
  }
}
.text-award__title {
  font-weight: 500;
  margin-bottom: 0.125rem;
}
.text-award__description {
  font-size: 0.875em;
  margin-top: 0.125em;
}
@media screen and (min-width: 993px) {
  .text-award {
    max-width: 23em;
    padding-inline: 2.6rem;
  }
  .text-award__title {
    font-size: 1.35em;
  }
  .text-award__description {
    font-size: 1.1em;
  }
}

.nominations {
  position: relative;
}
.nominations .accordion__wrapper {
  margin-top: 1rem;
}
.nominations ul {
  margin-block: 2rem;
  font-size: 0.75rem;
}
.nominations ul li {
  margin-block: 0 0.5rem;
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1.375;
  break-inside: avoid;
}
.nominations ul li:before {
  content: " ";
  display: block;
  width: 1rem;
  height: 1px;
  background-color: currentColor;
  margin-right: 1.5rem;
  margin-top: 0.75rem;
  opacity: 0.7;
  flex: 0 0 1rem;
}
@media screen and (min-width: 601px) {
  .nominations ul {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 993px) {
  .nominations ul {
    column-count: 2;
    column-gap: 50px;
    font-size: 1rem;
  }
}

.unpacking .landing-page-introduction a, .unpacking .features-content a, .unpacking .wysiwyg a {
  color: currentColor;
  font-weight: bold;
}
.unpacking .landing-page-introduction a:hover, .unpacking .features-content a:hover, .unpacking .wysiwyg a:hover {
  text-decoration: underline;
}

.accordion__item {
  margin: 0rem -1.5rem;
}
.accordion__wrapper {
  margin-bottom: 3rem;
  margin-top: 2rem;
}
.accordion__introduction {
  margin-top: 2rem;
}
.accordion__title {
  font-weight: 700;
  font-size: 1.25rem;
  transition: background-color 0.2s;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
}
.accordion__title .btn__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion__title:hover, .accordion__title:focus {
  background-color: rgba(255, 255, 255, 0.27);
}
.accordion__icon {
  transition: all 0.2s;
}
.accordion__icon svg {
  display: block;
  width: 1rem;
}
.accordion__icon svg path {
  fill: currentColor;
}
.accordion__content {
  padding: 0.5rem 1.5rem 1.5rem 1.5rem;
}
.accordion__item.open .accordion__title {
  background-color: rgba(255, 255, 255, 0.27);
}
.accordion__item.open .accordion__icon {
  transform: rotate(180deg);
}

@media screen and (min-width: 993px) {
  .accordion__title {
    font-size: 1.5rem;
  }
  .accordion__wrapper {
    margin-bottom: 6rem;
    margin-top: 3rem;
  }
  .accordion__icon svg {
    width: auto;
  }
}
.unpacking .accordion__icon {
  color: rgb(13, 24, 48);
}

/*univeral (mobile first) styles -----------------------------------------*/
body {
  color: #434C60;
  background-color: #ECEFFB;
}

body.home {
  background-color: #2084C9;
}

.brand-logo {
  display: block;
}

/*responsive image default*/
img {
  max-width: 100%;
  height: auto;
}

.fixedPosition {
  overflow: hidden;
}

/*Site Header       
-------------------------------------------------------- */
body:not(.page-template-page-game-php):not(.page-template-page-game-tempopo-php) .wrapper {
  background-image: url(../img/mobile-header-shape.svg);
  background-repeat: no-repeat;
  background-position: top -1px left -1px;
  background-color: #ECEFFB;
}

.site-header .brand-logo {
  width: 144px;
}
.site-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .header-element {
  display: flex;
  align-items: center;
}
.site-header ul {
  margin: 0px;
}
.site-header ul li {
  display: inline-block;
  position: relative;
}
.site-header .menu .sub-menu {
  display: none;
  text-align: left;
  position: absolute;
  z-index: 999;
  left: 0;
  background-color: #fff;
}
.site-header .menu .sub-menu li {
  float: none;
  line-height: 1;
  display: block;
}
.site-header .menu .sub-menu li a {
  line-height: 1;
  padding: 0.5em 1em;
  display: block;
  white-space: nowrap;
}
.site-header .menu .sub-menu li a:hover {
  background-color: #1462DE;
  color: #fff;
}
.site-header .menu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.site-header .menu li:hover > .sub-menu {
  display: block;
}

.hamburger {
  width: 36px;
  padding: 10px 10px;
  display: block;
  cursor: pointer;
}
.hamburger span {
  display: block;
  background-color: #1462DE;
  width: 24px;
  height: 4px;
  border-radius: 6px;
  transition: all 0.2s;
}
.hamburger span:not(:last-child) {
  margin-bottom: 4px;
}
.hamburger.close span:nth-child(2) {
  display: none;
}
.hamburger:hover span {
  background-color: #0a1d43;
}

/*Site Footer      
-------------------------------------------------------- */
section.last {
  margin-bottom: -264px;
  min-height: 264px;
}

.site-footer {
  position: relative;
  margin-top: 264px;
  font-size: 14px;
  background-color: #303340;
  color: #fff;
  text-align: center;
  background-image: url(../img/footer-background.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 75px 0px;
}
.site-footer:before {
  background-image: url(../img/footer-curve.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  right: 0;
  bottom: calc(100% - 2px);
  height: 284px;
  width: 100%;
  content: " ";
  display: block;
  margin-right: -1px;
}
.site-footer a {
  color: inherit;
}
.site-footer a:hover {
  color: #3BAFFC;
}
.site-footer .brand-logo {
  width: 190px;
  margin: 0 auto;
}
.site-footer .brand-logo svg {
  width: 100%;
  height: auto;
}
.site-footer .icon-links a {
  margin: 0em 1em;
}
.site-footer .presskit-menu > div, .site-footer .presskit-menu > ul, .site-footer .presskit-menu li {
  display: inline-block;
}
.site-footer .game-presskit:after {
  width: 1px;
  height: 1em;
  background-color: #fff;
  margin: 0em 0.75em;
  display: inline-block;
  content: " ";
  vertical-align: middle;
}

.presskit-menu {
  margin-top: 2em;
}
.presskit-menu .menu {
  margin-bottom: 0px;
}

.footer-menu li {
  display: inline-block;
}
.footer-menu li:not(:last-child):after {
  display: inline-block;
  width: 2px;
  height: 1em;
  background-color: #20222B;
  content: " ";
  vertical-align: middle;
  margin: 0em 0.75em;
}

.footer-menu {
  font-size: 18px;
  font-weight: bold;
}

.copyright ul, .copyright li, .copyright div, .copyright p {
  display: inline-block;
}
.copyright .menu {
  margin-right: 1em;
}

/*Page Title
---------------------------------------------------------- */
#title {
  color: #103070;
}

.team-page-title {
  color: #103070;
  font-size: 24px;
  margin-top: 1.5em;
}

.team-list {
  max-width: 100%;
  width: 895px;
  margin: 0 auto;
}

/*Blog styles      -------------------------------------------------------- */
.back-to-blog-navigation {
  text-align: center;
  margin: 3em auto 0em auto;
}

#respond {
  margin: 4em auto;
}

#comments {
  margin-top: 2em;
}

.filters {
  margin: 35px auto;
}
.filters select {
  max-width: 384px;
  margin: 0 auto;
  display: block;
}

.post-meta {
  margin: 1em auto 2em auto;
  text-align: center;
}
.post-meta ul, .post-meta li {
  display: inline-block;
}
.post-meta a {
  font-weight: bold;
  text-decoration: none;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
}

.post-link {
  color: #000;
  font-weight: bold;
  margin: 47px 0px;
  font-size: 18px;
  display: block;
}
.post-link:hover {
  color: #1462DE;
}
.post-link img {
  display: inline-block;
  vertical-align: middle;
}

.prev-column {
  margin-left: 0;
  margin-right: auto;
  flex-shrink: none;
}
.prev-column .post-link img {
  margin-right: 0.5em;
}

.next-column {
  margin-right: 0;
  margin-left: auto;
  flex-shrink: none;
}
.next-column .post-link {
  text-align: right;
}
.next-column .post-link img {
  margin-left: 0.5em;
}

.single-post-thumbnail {
  margin: 1em auto 2em auto;
  text-align: center;
}
.single-post-thumbnail img {
  display: block;
  margin: 0 auto;
}

/* Home page      -------------------------------------------------------- */
.home-page-block {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #103070;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.home-page-block .container {
  position: relative;
  z-index: 2;
}
.home-page-block:before, .home-page-block:after {
  width: 100%;
  height: 50%;
  display: block;
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 897px;
}
.home-page-block:before {
  background-image: url(../img/home-top-left.svg);
  top: -1px;
  left: -1px;
  background-position: top left;
}
.home-page-block:after {
  background-image: url(../img/home-bottom-right.svg);
  bottom: -1px;
  right: -1px;
  background-position: bottom right;
}

.home-page-block-content {
  text-align: center;
  margin: 4em auto;
}

.home-page-navigation a {
  color: #fff;
}
.home-page-navigation a:hover {
  color: #3BAFFC;
}

.home-feature-logo {
  width: 867px;
}

.home-page-content {
  font-weight: 500;
  margin: 2em auto;
}

.home-page-navigation > div {
  margin: 48px auto;
}
.home-page-navigation > div ul {
  margin: 0px;
}

.main-home-menu {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.main-home-menu li {
  display: inline-block;
}
.main-home-menu li:not(:last-child):after {
  display: inline-block;
  width: 2px;
  height: 1em;
  background-color: #3BAFFC;
  content: " ";
  vertical-align: middle;
  margin: 0em 0.75em;
}

.home-page-navigation .social-links svg {
  height: 28px;
}
.home-page-navigation .social-links a {
  margin: 0em 1em;
}

.presskit-home-menu {
  font-weight: bold;
}
.presskit-home-menu a {
  display: inline-block;
  padding: 0.5em 2em;
  border: 1px solid #fff;
  border-radius: 1.5em;
  overflow: hidden;
  position: relative;
}
.presskit-home-menu a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: " ";
  display: block;
  transition: width 0.2s ease-in;
  background-color: #fff;
}
.presskit-home-menu a span {
  position: relative;
}
.presskit-home-menu a:hover:before {
  width: 100%;
}

/*Responsive styles ----------------------------------------------------------------------------------------------------------------*/
/*tablet only styles -----------------------------------*/
@media (max-width: 600px) {
  .home-page-content,
  .presskit-home-menu {
    font-size: 14px;
  }
  .page-title {
    max-width: 354px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-header {
    margin-bottom: 39px;
  }
  .site-header .brand-logo {
    margin-top: 10px;
  }
  .site-footer {
    padding: 68px 0px 135px 0px;
  }
  .site-footer .icon-links {
    margin: 2em auto;
  }
  .site-footer {
    margin-top: 201px;
    background-size: 100% auto;
    background-image: url(../img/footer-background-mobile.svg);
  }
  .site-footer:before {
    background-image: url(../img/footer-curve-mobile.svg);
    background-size: 100% auto;
    height: 201px;
    margin-right: -1px;
    margin-left: -1px;
    width: calc(100% + 3px);
  }
  section.last {
    margin-bottom: -201px;
  }
  .hamburger {
    margin-right: -17px;
  }
  header .brand-logo {
    margin-left: -10px;
  }
}
/*mobile and up styles -----------------------------------*/
@media (min-width: 601px) {
  .home-page-content {
    font-size: 17px;
    margin: 5px auto;
  }
  .home-page-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main-home-menu {
    margin-left: 0px !important;
  }
  .home-page-navigation .icon-links {
    display: block;
  }
  .home-page-block-content {
    max-width: 659px;
  }
  .presskit-home-menu {
    font-size: 12px;
    margin-right: 0px !important;
  }
  body:not(.page-template-page-game-php):not(.page-template-page-game-tempopo-php) .wrapper {
    background-image: url(../img/desktop-header-shape.svg);
    background-size: 60.88% auto;
  }
  .site-header {
    position: relative;
  }
  .site-header .brand-logo {
    width: 20%;
    margin-top: 10px;
  }
  .filters {
    text-align: center;
  }
  .desktop-filters {
    background-color: #fff;
    border-radius: 8px;
    display: inline-block;
    align-items: center;
    margin: 35px auto;
    padding: 12.5px 25px;
    text-align: center;
  }
  .desktop-filters label {
    margin-right: 1.5em;
  }
  .desktop-filters ul, .desktop-filters label {
    display: inline-block;
  }
  .desktop-filters ul {
    margin: 0px;
  }
  .desktop-filters li {
    display: inline-block;
    margin: 0em 1em;
  }
  .desktop-filters a {
    color: #434C60;
    font-weight: bold;
  }
  .desktop-filters a:hover, .desktop-filters a.selected {
    color: #1462DE;
  }
  .post-navigation {
    border-top: 2px solid #1462DE;
    margin-top: 2em;
  }
  .site-footer:before {
    background-size: 60.88% auto;
  }
  .footer-menu, .icon-links {
    display: inline-block;
  }
  .site-footer .icon-links {
    margin-left: 0.75em;
  }
  .footer-menu li:last-child:after {
    display: none;
  }
  .presskit-menu {
    margin-top: 1em;
  }
  .posts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 25px;
  }
  .posts-grid:after {
    width: 100%;
    height: 1px;
    clear: both;
    content: " ";
    display: block;
  }
  .posts-grid > div {
    float: left;
    width: 100%;
    max-width: 394px;
  }
}
/*tablet and up styles ----------------------------------*/
@media (min-width: 993px) {
  .back-to-blog-navigation {
    text-align: left;
  }
  .site-header {
    position: relative;
  }
  .site-header .brand-logo {
    max-width: 321px;
    width: 16.7%;
    margin-top: 0px;
  }
  .site-header .brand-logo img {
    padding-top: 13%;
  }
  .site-header .wide-container {
    padding: 0px 50px;
  }
  .post-navigation > div {
    min-width: 384px;
  }
}
@media (min-width: 993px) and (max-width: 1730px) {
  .back-to-blog-navigation, .post-title {
    max-width: 66%;
  }
}
/* desktop --------------------------------------*/
@media (min-width: 1366px) {
  .home-page-block-content {
    max-width: 867px;
  }
  .home-page-content {
    font-size: 22px;
  }
  .main-home-menu {
    font-size: 26px;
  }
  .main-home-menu li:not(:last-child):after {
    margin: 0px 1em;
  }
  .home-page-navigation {
    padding: 0px 5px;
  }
  .home-page-navigation .social-links svg {
    width: 42px;
    height: 42px;
  }
  .home-page-navigation .social-links a {
    margin: 0em 2em;
  }
  .home-page-navigation .social-links a:first-child {
    margin-left: 0;
  }
  .home-page-navigation .social-links a:last-child {
    margin-right: 0;
  }
  .presskit-home-menu {
    font-size: 16px;
  }
  .presskit-home-menu a {
    padding: 0.7em 3.25em;
    border-width: 2px;
  }
}
/* desktop --------------------------------------*/
@media screen and (min-width: 1920px) {
  body:not(.page-template-page-game-php):not(.page-template-page-game-tempopo-php) .wrapper {
    background-size: 1169px auto;
  }
  .site-footer:before {
    background-size: contain;
  }
}
.ie .game-links .icon {
  height: 40px;
}

@media screen and (min-width: 993px) {
  .ie .home-page-block {
    padding-top: 10vh;
  }
}
@media screen and (min-width: 601px) {
  .ie .posts-grid > .card {
    width: calc(33.33% - 25px);
    margin-left: 12.5px;
    margin-right: 12.5px;
    margin-bottom: 25px;
    height: 350px;
  }
  .ie .awards-grid li {
    float: left;
    width: 25%;
    padding: 12.5px;
    height: 130px;
  }
}
.tempopo {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
}

:root {
  --tempopo-block-spacing: clamp(2rem, 10vw, 4rem);
}
@media screen and (min-width: 600px) {
  :root {
    --tempopo-block-spacing: clamp(2rem, 8vw, 7rem);
  }
}

.page-section.tempopo .section-content {
  margin-block: 0;
  padding-block: calc(var(--tempopo-block-spacing) + (var(--border-height)));
}
.page-section.tempopo.bordered .section-content {
  padding-block: calc(var(--tempopo-block-spacing));
}

.page-section.tempopo h2 {
  font-size: 1.5rem;
  margin-top: 0;
}
@media screen and (min-width: 601px) {
  .page-section.tempopo h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 993px) {
  .page-section.tempopo h2 {
    font-size: 3.25rem;
  }
}

:root {
  --animation-duration: 2s;
}

@keyframes islandBounce {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 10px);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes gentleBounce {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 5px);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes shadowBounce {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes flyup {
  0% {
    opacity: 0;
    left: 50%;
  }
  25% {
    opacity: 1;
    top: -5rem;
    rotate: 0deg;
  }
  50% {
    opacity: 0;
    top: -10rem;
    rotate: 20deg;
  }
}
.flower {
  transition: all 0.2s;
  display: block;
}

.note {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 50%;
  text-align: center;
  rotate: -40deg;
  width: 50%;
  height: auto;
}

.note:nth-child(1) {
  animation-delay: 0s;
  left: -15%;
}

.note:nth-child(2) {
  animation-delay: 1s;
  left: 115%;
}

.note:nth-child(3) {
  animation-delay: 2s;
  left: -15%;
}

.note:nth-child(4) {
  animation-delay: 3s;
  left: 115%;
}

.flower-inner {
  animation-name: bounce;
  transform-origin: 50% 100%;
  transition: all 0.2s;
  font-size: 4rem;
  transform: scale(1);
  display: block;
}

.flower .note {
  animation-name: flyup;
}

.flower.animating .note {
  animation-duration: calc(var(--animation-duration) * 2);
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion) {
  .flower.animating .note {
    animation: none;
  }
}
.flower.animating .flower-inner {
  animation-iteration-count: infinite;
  animation-duration: var(--animation-duration);
}
@media (prefers-reduced-motion) {
  .flower.animating .flower-inner {
    animation: none;
  }
}

@keyframes bounce {
  0% {
    transform: scale(1) rotate(0deg);
  }
  25% {
    transform: scale(1.05) rotate(-4deg);
  }
  50% {
    transform: scale(1) rotate(0deg);
  }
  75% {
    transform: scale(1.05) rotate(4deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.island-environment {
  position: relative;
  left: -20%;
  width: clamp(280px, 128vw, 665px);
  margin-block: 4rem calc(-4 * var(--tempopo-block-spacing));
}
.island-environment__island {
  position: relative;
}
.island-environment__island img {
  width: 100%;
  height: auto;
}
.island-environment__flower {
  width: 21.52%;
  position: absolute;
  top: 17%;
  left: 58%;
}
.island-environment__inner {
  position: relative;
}
.island-environment__bobber {
  animation-name: islandBounce;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-duration: calc(var(--animation-duration) * 4);
}
@media screen and (min-width: 601px) {
  .island-environment {
    margin-block: 4rem calc(-1 * var(--tempopo-block-spacing));
  }
}
@media screen and (min-width: 993px) {
  .island-environment {
    width: clamp(300px, 45.5vw, 665px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10.36vw;
    margin-block: 0;
  }
}

@media (prefers-reduced-motion) {
  .island-environment {
    animation: none;
  }
  .island-environment * {
    animation: none;
  }
}
:root {
  --bounce-duration: .75s;
}

.character {
  position: relative;
  width: clamp(144px, 23vw, 330px);
  aspect-ratio: 1;
  margin: 20px auto;
  display: block;
}
.character:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 7.5%;
  right: 0;
  width: 90%;
  height: 15%;
  border-radius: 50%;
  background-image: url(../img/tempopo/shadow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.character__spritesheet {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 0 0%;
  background-size: 100%;
}
.character--chomper .character__spritesheet {
  background-image: url("../img/tempopo/chomper-sprite@1x.png");
  --bounce-duration: .75s;
}
.character--tempopo .character__spritesheet {
  background-image: url("../img/tempopo/tempopo-sprite.png?ver=2");
  --bounce-duration: .75s;
}
.character--tempopo:nth-child(odd) .character__spritesheet {
  animation-delay: 0.35s;
}

@-webkit-keyframes sprite {
  from {
    background-position: 0 0%;
  }
  to {
    background-position: 0 100%;
  }
}
@keyframes sprite {
  from {
    background-position: 0 0%;
  }
  to {
    background-position: 0 100%;
  }
}
.tempopo-marquee {
  display: flex;
  gap: 2rem;
}

@media (prefers-reduced-motion) {
  /* styles to apply if a user's device settings are set to reduced motion */
  .character.animating .character__spritesheet, .character .character__spritesheet {
    animation: none;
  }
  .character--tempopo .character__spritesheet {
    background-position: center 100%;
  }
}
.marquee {
  width: 100%;
  overflow: hidden;
  margin-block-end: 7rem;
}
.marquee__inner {
  display: inline-flex;
  width: fit-content;
}
.marquee__content {
  margin-inline: 6.5rem;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  position: relative;
}
.marquee.animating .character__spritesheet {
  animation-name: sprite;
  animation-duration: var(--bounce-duration);
  animation-timing-function: steps(29);
  animation-iteration-count: infinite;
}

@media screen and (min-width: 1201px) {
  .marquee {
    margin-block: 2rem 2rem;
  }
}
.page-template-page-game-tempopo .page-section.last {
  padding-bottom: 7rem;
}
@media screen and (min-width: 1201px) {
  .page-template-page-game-tempopo .page-section.last {
    padding-bottom: 13rem;
  }
}

.tempopo *:focus-visible {
  outline: 3px solid #FD93B9 !important;
}
.tempopo .game-links-box {
  border-radius: 9px;
  border: 3px solid #C8FF9D;
  background-image: url(../img/tempopo/links-bg.png);
  background-image: image-set(url("../img/tempopo/links-bg.webp?ver=1") type("image/webp"), url("../img/tempopo/links-bg.png?ver=1") type("image/png"));
  background-color: #F9FFB7;
  background-size: cover;
  box-shadow: 14px 14px 4px 0px rgba(86, 77, 74, 0.22);
  font-size: 1rem;
  padding: 1.75rem 1rem 2rem 1.75rem;
  margin-inline: auto;
}
.tempopo .game-links-box .icon {
  width: 1.5rem;
}
.tempopo .game-links-box li:first-child {
  margin-top: 0;
}
.tempopo .game-links-box li:last-child {
  margin-bottom: 0;
}
.tempopo .game-links-box .game-links {
  margin: 0;
}
.tempopo .game-links-box a {
  line-height: 1.2;
}
.tempopo .game-links-box a:hover {
  color: var(--button-text);
}
.tempopo .game-links-box__friend {
  max-width: 259px;
  margin-inline: auto;
  position: relative;
  padding-bottom: 1.5rem;
  margin-top: -4rem;
}
.tempopo .game-links-box__friend__tempopo {
  display: block;
  width: min(70%, 184px);
  margin-inline: auto 0;
}
.tempopo .game-links-box__friend:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 15%;
  border-radius: 50%;
  background-image: url(../img/tempopo/shadow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 601px) {
  .tempopo .game-links-box {
    font-size: 1.125rem;
    padding-block: 2rem;
    box-shadow: 24px 24px 4px 0px rgba(86, 77, 74, 0.22);
    max-width: 281px;
  }
  .tempopo .game-links-box__friend {
    margin-inline: auto 0;
  }
}
.tempopo .introduction-section {
  margin-block: 4rem 0;
}
.tempopo .introduction-section__grid {
  display: grid;
  gap: 25px;
}
.tempopo .introduction-section__cta {
  padding-inline: 40px;
  z-index: 99;
  margin-top: 2rem;
}
.tempopo .introduction-section__intro h2 {
  font-size: 1.75rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 601px) {
  .tempopo .introduction-section {
    margin: 0;
  }
}
@media screen and (min-width: 993px) {
  .tempopo .introduction-section {
    margin-bottom: 2rem;
  }
  .tempopo .introduction-section__grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .tempopo .introduction-section__cta {
    order: 2;
    grid-column: 9/13;
    padding-top: 1.5rem;
    margin-top: 0;
  }
  .tempopo .introduction-section__intro {
    order: 1;
    grid-column: 2/9;
    padding-right: 2rem;
  }
  .tempopo .introduction-section__intro h2 {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 1.5rem;
  }
  .tempopo .introduction-section__intro p {
    font-size: 1.375rem;
  }
}
.tempopo .features-content {
  margin: 0;
  padding: 0;
  float: none;
}
.tempopo .features-list {
  font-size: 1rem;
}
.tempopo .features-list li {
  padding-left: 3.5rem;
}
.tempopo .features-list li:before {
  width: 2rem;
}
@media screen and (min-width: 601px) {
  .tempopo .features-list {
    font-size: 1.125rem;
  }
  .tempopo .features-list li {
    padding-left: 4.5rem;
  }
  .tempopo .features-list li:before {
    width: 3rem;
  }
}
@media screen and (min-width: 993px) {
  .tempopo .features-list {
    font-size: 1.5rem;
  }
  .tempopo .features-list li {
    padding-left: 4rem;
  }
  .tempopo .features-list li:before {
    width: 2.875rem;
  }
}
.tempopo .feature-section-container .container {
  position: relative;
}
.tempopo .feature-mobile-image {
  margin-inline: auto -40px;
  width: 342px;
  height: auto;
  /* margin-top: min(var(--tempopo-block-spacing)* 2, 10vh); */
  margin-bottom: calc(-1 * var(--tempopo-block-spacing) - var(--border-height) * 2);
  z-index: 3;
  position: relative;
}
.tempopo .feature-mobile-image img {
  display: block;
}
.tempopo .feature-island {
  position: absolute;
  z-index: 3;
  width: min(82.9vw, 1195px);
  left: calc(50% + 25px);
  top: 50%;
  transform: translateY(-50%);
}
.tempopo .feature-island img {
  display: block;
}
.tempopo .feature-island .big-island {
  width: 100%;
  height: auto;
}
.tempopo .feature-island.animating .floating-tempopo {
  animation-name: islandBounce;
  animation-iteration-count: infinite;
  animation-duration: calc(var(--animation-duration) * 4);
}
.tempopo .feature-island .floating-tempopo {
  position: absolute;
  width: 30.3%;
  height: auto;
  left: 16%;
  bottom: 29%;
}
.tempopo .section-content.testimonial_slider {
  position: relative;
}
.tempopo .section-content.testimonial_slider .container {
  position: relative;
}
@media screen and (min-width: 993px) {
  .tempopo .section-content.testimonial_slider .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 25px;
  }
  .tempopo .section-content.testimonial_slider .container .testimonial-slider-wrapper {
    grid-column: 6/13;
    width: auto;
    min-width: 0;
    max-width: none;
  }
}
.tempopo .section-content.testimonial_slider .testimonial-foreground {
  display: none;
}
@media screen and (min-width: 601px) {
  .tempopo .section-content.testimonial_slider .testimonial-foreground {
    display: block;
    position: absolute;
    width: clamp(200px, 50vw, 624px);
    bottom: 0;
    left: 0;
  }
  .tempopo .section-content.testimonial_slider .testimonial-foreground img {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .tempopo .section-content.testimonial_slider {
    padding-block: calc(var(--tempopo-block-spacing) * 2) calc(var(--tempopo-block-spacing) * 1.5);
  }
}
.tempopo .testimonial-slider-wrapper {
  margin-block: 0 2rem;
}
@media screen and (min-width: 601px) {
  .tempopo .testimonial-slider-wrapper {
    margin: 2rem 0;
  }
}
.tempopo .testimonial-slider-wrapper .testimonial-slider {
  padding: 0;
  margin: 0;
}
.tempopo .testimonial-slider-wrapper .testimonial-content {
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 1.5rem;
  margin-inline: 0;
  line-height: 1.33;
  width: 100%;
  max-width: none;
  font-weight: 500;
}
.tempopo .testimonial-slider-wrapper .testimonial-credit {
  font-size: 0.875rem;
  text-align: left;
  font-weight: 700;
}
.tempopo .testimonial-slider-wrapper .slider-navigation {
  justify-content: flex-start;
}
.tempopo .testimonial-slider-wrapper .testimonial-slide {
  margin-bottom: 2rem;
}
@media screen and (min-width: 993px) {
  .tempopo .testimonial-slider-wrapper .testimonial-content {
    font-size: 1.75rem;
  }
  .tempopo .testimonial-slider-wrapper .testimonial-credit {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1201px) {
  .tempopo .testimonial-slider-wrapper .testimonial-content {
    font-size: 2rem;
    line-height: 1.12;
  }
  .tempopo .testimonial-slider-wrapper .testimonial-credit {
    font-size: 1.125rem;
  }
}
.tempopo .community_links p {
  text-align: center;
  margin-block: 2rem;
}
@media screen and (min-width: 601px) {
  .tempopo .community_links p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 993px) {
  .tempopo .community_links p {
    font-size: 1.5rem;
  }
}
.tempopo .community_links label {
  display: none;
}
.tempopo .community_links form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-block: 2rem 5rem;
}
.tempopo .community_links form p {
  margin-block: 0;
}
.tempopo .community_links form br {
  display: none;
}
@media screen and (min-width: 601px) {
  .tempopo .community_links form {
    margin-block: 2rem 3.5rem;
  }
}
@media screen and (min-width: 601px) {
  .tempopo .community_links #mc_embed_signup_scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-direction: row;
  }
}
.tempopo .community_links #mc_embed_signup div.mce_inline_error {
  margin-top: 0.5rem;
}
.tempopo .community_links #mc-embedded-subscribe {
  apperance: none;
  margin-inline: auto;
}
.tempopo .community_links #mc-embedded-subscribe .btn__inner {
  min-width: 143px;
}
.tempopo .community_links #mc_embed_signup div.mce_inline_error {
  font-size: 0.75rem;
  background: transparent;
  color: currentColor;
}
@media screen and (min-width: 600px) {
  .tempopo .community_links #mc_embed_signup div.mce_inline_error {
    position: absolute;
  }
}
.tempopo .community_links input[type=text], .tempopo .community_links input[type=email] {
  margin-bottom: 1rem;
  min-height: var(--button-height);
  display: flex;
  width: fit-content;
  border: 3px solid var(--button-border);
  color: var(--button-text);
  font-size: 1rem;
  outline: outset;
  outline-color: white;
  outline: 3px solid white;
  border-radius: calc(2rem + 6px);
  position: relative;
  background: white;
  transition: outline-width 0.2s;
}
@media screen and (min-width: 601px) {
  .tempopo .community_links input[type=text], .tempopo .community_links input[type=email] {
    margin-bottom: 0;
  }
}
.tempopo .community_links input[type=text]:focus, .tempopo .community_links input[type=email]:focus {
  border-color: var(--button-bg);
}
.tempopo .community_links input[type=text]::placeholder, .tempopo .community_links input[type=email]::placeholder {
  color: var(--button-text);
}

:root {
  --button-bg: #ffa0c2;
  --button-hover: #FFC2D8;
  --button-text: #630035;
  --button-border: #df1f74;
  --button-dark-border: #630035;
  --border-width: 3px;
  --button-padding-inline: 1rem;
  --button-height: 2.625rem;
  --button-width: 12rem;
}

.btn--tempopo--pink {
  --button-bg: #ffa0c2;
  --button-text: #630035;
  --button-border: #df1f74;
  --button-hover: #FFC2D8;
}
.tempopo .accordion__title, .btn--tempopo--green {
  --button-bg: #AFDE00;
  --button-text: #044314;
  --button-border: #0D8D2E;
  --button-hover: #D4F45C;
  --button-dark-border: #044314;
}
.btn--tempopo--gold {
  --button-bg: #fff78b;
  --button-text: #B14507;
  --button-border: #D1AC26;
  --button-hover: #FEFFBC;
  --button-dark-border: #d58811;
}

.btn--tempopo, .tempopo .accordion__title, .tempopo .slick-arrow, .tempopo .community_links #mc-embedded-subscribe {
  cursor: pointer;
  padding: 0;
  min-height: var(--button-height);
  display: flex;
  width: fit-content;
  border: 3px solid white;
  border-radius: calc(2rem + 6px);
  position: relative;
  background: var(--button-bg);
  transition: outline-width 0.2s;
  outline: 0px solid white;
  color: var(--button-border);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--button-text);
  line-height: 1;
}
@media screen and (min-width: 993px) {
  .btn--tempopo, .tempopo .accordion__title, .tempopo .slick-arrow, .tempopo .community_links #mc-embedded-subscribe {
    font-size: 1.125rem;
  }
}
.btn--tempopo:after, .tempopo .accordion__title:after, .tempopo .slick-arrow:after, .tempopo .community_links #mc-embedded-subscribe:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: var(--border-width) solid var(--button-dark-border);
  border-radius: 2rem;
  clip-path: polygon(72% 0, 100% 0, 100% 100%, 51% 100%);
  background-color: transparent;
  transition: margin 0.2s, border-width 0.2s, background-color 0.2s;
}
.btn--tempopo .btn__inner, .tempopo .accordion__title .btn__inner, .tempopo .slick-arrow .btn__inner, .tempopo .community_links #mc-embedded-subscribe .btn__inner {
  display: flex;
  gap: 0.5rem;
  background: var(--button-bg);
  border-radius: 2rem;
  padding-block: 0.33rem;
  padding-inline: var(--button-padding-inline);
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  border: var(--border-width) solid var(--button-border);
  min-height: var(--button-height);
  transition: margin 0.2s, border-width 0.2s, background-color 0.2s;
}
.btn--tempopo .btn__text, .tempopo .accordion__title .btn__text, .tempopo .slick-arrow .btn__text, .tempopo .community_links #mc-embedded-subscribe .btn__text {
  font-weight: 700;
  color: var(--button-text);
  line-height: 1;
  flex-grow: 1;
}
.btn--tempopo .btn__icon, .tempopo .accordion__title .btn__icon, .tempopo .slick-arrow .btn__icon, .tempopo .community_links #mc-embedded-subscribe .btn__icon {
  height: 1.25rem;
  display: block;
  width: auto;
  flex-grow: 0;
  flex-shrink: 0;
  color: var(--button-text);
}
.btn--tempopo .btn__icon svg, .tempopo .accordion__title .btn__icon svg, .tempopo .slick-arrow .btn__icon svg, .tempopo .community_links #mc-embedded-subscribe .btn__icon svg {
  fill: currentColor;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  width: auto;
}
.btn--tempopo .btn__icon svg path, .tempopo .accordion__title .btn__icon svg path, .tempopo .slick-arrow .btn__icon svg path, .tempopo .community_links #mc-embedded-subscribe .btn__icon svg path {
  fill: currentColor;
}
.btn--tempopo .btn__icon--square, .tempopo .accordion__title .btn__icon--square, .tempopo .slick-arrow .btn__icon--square, .tempopo .community_links #mc-embedded-subscribe .btn__icon--square {
  height: 1rem;
}
.btn--tempopo:hover, .tempopo .accordion__title:hover, .tempopo .slick-arrow:hover, .tempopo .community_links #mc-embedded-subscribe:hover {
  animation-name: pulse;
  animation-duration: calc(var(--animation-duration) * 0.5);
  animation-iteration-count: infinite;
  background-color: var(--button-hover);
}
.btn--tempopo:hover .btn__inner, .tempopo .accordion__title:hover .btn__inner, .tempopo .slick-arrow:hover .btn__inner, .tempopo .community_links #mc-embedded-subscribe:hover .btn__inner {
  background-color: var(--button-hover);
}
@media (prefers-reduced-motion) {
  .btn--tempopo:hover, .tempopo .accordion__title:hover, .tempopo .slick-arrow:hover, .tempopo .community_links #mc-embedded-subscribe:hover {
    animation: none;
  }
}
.btn--tempopo--wide .btn__inner {
  min-width: var(--button-width);
}
@media (min-width: 601px) {
  .btn--tempopo, .tempopo .accordion__title, .tempopo .slick-arrow, .tempopo .community_links #mc-embedded-subscribe {
    --button-width: 259px;
    --button-height: 3.3125rem;
  }
}
.btn--tempopo--circle {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: opacity 0.2s, background-color 0.2s;
}
.btn--tempopo--circle svg {
  width: 0.625rem;
}
.btn--tempopo--circle.slick-disabled {
  opacity: 0.7;
  pointer-events: none;
}
@media screen and (min-width: 993px) {
  .btn--tempopo--circle {
    width: 3rem;
    height: 3rem;
  }
  .btn--tempopo--circle svg {
    width: 0.875rem;
  }
}
.btn--tempopo--circle:after {
  clip-path: none;
  border-color: var(--button-border);
}

@keyframes pulse {
  from {
    outline: 5px solid white;
  }
  to {
    ouline: 3px solid white;
  }
}
.button-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 601px) {
  .button-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.button-note {
  position: relative;
}
.button-note .note {
  width: 2rem;
}
.button-note:hover .note {
  animation-name: flyup;
  animation-duration: calc(var(--animation-duration) * 2);
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion) {
  .button-note:hover .note {
    animation: none;
  }
}

.tempopo .gallery {
  overflow: visible;
}
.tempopo .screenshot-wrapper {
  margin: 0;
}
.tempopo .testimonial_slider {
  --button-bg: #AFDE00;
  --button-text: #044314;
  --button-border: #0D8D2E;
  --button-hover: #D4F45C;
}
.tempopo .screenshot-wrapper {
  --button-bg: #FDFF83;
  --button-text: #B14507;
  --button-border: #D1AC26;
  --button-hover: #FEFFBC;
}
.tempopo .screenshot__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.tempopo .screenshot__header__title {
  text-align: left;
  margin: 0 !important;
}
.tempopo .slider-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.tempopo .slider-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.tempopo .slider-footer .slick-dots {
  margin-top: 0;
}
.tempopo .slick-arrow {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: opacity 0.2s, background-color 0.2s;
}
.tempopo .slick-arrow svg {
  width: 0.625rem;
}
.tempopo .slick-arrow.slick-disabled {
  opacity: 0.7;
  pointer-events: none;
}
@media screen and (min-width: 993px) {
  .tempopo .slick-arrow {
    width: 3rem;
    height: 3rem;
  }
  .tempopo .slick-arrow svg {
    width: 0.875rem;
  }
}
.tempopo .slick-arrow:after {
  clip-path: none;
  border-color: var(--button-border);
}
.tempopo .slick-dots {
  gap: 0.875rem;
  margin-bottom: 0;
}
@media screen and (min-width: 601px) {
  .tempopo .slick-dots {
    margin-top: 3.5rem;
  }
}
.tempopo .slick-dots button {
  border: 3px solid white;
  width: 0.75rem;
  height: 0.75rem;
  background-color: transparent;
  transition: background-color 0.2s;
}
@media screen and (min-width: 601px) {
  .tempopo .slick-dots button {
    width: 1rem;
    height: 1rem;
  }
}
.tempopo .slick-dots .slick-active button {
  background-color: #FD93B9;
}
.tempopo .slick-slide img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 600px) {
  .tempopo .screenshot-gallery {
    margin-inline-end: -40px;
    padding-inline-end: 40px;
    overflow: hidden;
    width: calc(100% + 40px);
  }
  .tempopo .screenshot-gallery .slick-list {
    overflow: visible;
  }
  .tempopo .screenshot-gallery .slick-slide {
    padding-right: 1rem;
  }
}
@media screen and (min-width: 601px) {
  .tempopo .screenshot-gallery .slick-list .slick-slide {
    opacity: 1;
  }
  .tempopo .screenshot-gallery .slick-list .slick-slide > * {
    pointer-events: all;
    opacity: 1;
  }
  .tempopo .screenshot-gallery .slick-slide.slick-current + .slick-slide + .slick-slide > * {
    pointer-events: all;
    opacity: 1;
  }
}
.tempopo .screenshot-wrapper, .tempopo .posts-slider-wrapper, .tempopo .testimonial-slider-wrapper {
  position: relative;
}
.tempopo .screenshot-wrapper .slick-next, .tempopo .posts-slider-wrapper .slick-next, .tempopo .testimonial-slider-wrapper .slick-next {
  right: 0px;
}
.tempopo .screenshot-wrapper .slick-prev, .tempopo .posts-slider-wrapper .slick-prev, .tempopo .testimonial-slider-wrapper .slick-prev {
  left: 0px;
}
.tempopo .screenshot-wrapper .slick-slider, .tempopo .posts-slider-wrapper .slick-slider, .tempopo .testimonial-slider-wrapper .slick-slider {
  position: relative;
}
.tempopo .screenshot-wrapper .slick-arrow, .tempopo .posts-slider-wrapper .slick-arrow, .tempopo .testimonial-slider-wrapper .slick-arrow {
  position: relative;
}
.tempopo .slick-arrow {
  transform: none;
}
.tempopo .slick-prev:hover {
  transform: none;
}
.tempopo .slick-next:hover {
  transform: none;
}
@media screen and (max-width: 601px) {
  .tempopo .screenshot-wrapper .inner-slider-wrapper, .tempopo .posts-slider-wrapper .inner-slider-wrapper, .tempopo .testimonial-slider-wrapper .inner-slider-wrapper {
    padding: 0;
  }
  .tempopo .screenshot-wrapper .slick-next, .tempopo .posts-slider-wrapper .slick-next, .tempopo .testimonial-slider-wrapper .slick-next {
    right: unset;
  }
  .tempopo .screenshot-wrapper .slick-prev, .tempopo .posts-slider-wrapper .slick-prev, .tempopo .testimonial-slider-wrapper .slick-prev {
    left: unset;
  }
  .tempopo .screenshot-wrapper .slick-prev {
    left: unset;
  }
  .tempopo .screenshot-wrapper .slick-next {
    right: unset;
  }
}

.video-hero {
  height: 95vh;
  max-height: 134vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background-color: #1A64CA;
  background-image: linear-gradient(0deg, #70ACFF 0%, #1A64CA 100%);
  transition: opacity 1s;
  transition: height 0.2s;
}
.video-hero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s;
}
.video-hero__image--desktop {
  display: none;
}
.video-hero__video {
  width: 100%;
  height: 56.25vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.video-hero__video:after {
  content: " ";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.video-hero__video--autoplay {
  aspect-ratio: 16/9;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-hero__video--full {
  height: 56.25vw;
  max-height: 100%;
}
.video-hero__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-hero__video.active {
  opacity: 1;
  pointer-events: all;
}
.video-hero__video--full.active {
  opacity: 0.4;
}
.video-hero:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(26, 100, 202, 0.6509803922), rgba(222, 246, 255, 0));
  z-index: 1;
  pointer-events: none;
}
.video-hero__inner {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.video-hero__logo {
  filter: drop-shadow(0px 0px 47px #0F4694);
  margin-inline: auto;
}
.video-hero__logo img {
  max-width: min(80vw, 17rem);
  width: auto;
}
@media screen and (min-width: 601px) {
  .video-hero__logo img {
    max-width: min(66vw, 41.875rem);
    max-height: 50vh;
  }
  .video-hero__logo img img {
    max-width: 100%;
  }
}
.video-hero__button {
  margin-inline: auto;
  opacity: 0;
  transition: all 0.2s;
}
@media screen and (min-width: 601px) {
  .video-hero__button {
    --button-padding-inline: 1.75rem;
  }
}
@media screen and (max-width: 600px) {
  .video-hero__button .btn__icon {
    height: 1rem;
  }
}
.video-hero__button.active {
  opacity: 1;
  pointer-events: all;
}
.video-hero__pause {
  position: absolute;
  right: 40px;
  top: calc(50% + 28.125vw + 40px);
  display: none;
}
.video-hero__stop {
  position: absolute;
  right: 40px;
  top: calc(100% + 40px);
  display: none;
}
.video-hero.youtube-active:before {
  opacity: 0;
}
.video-hero.youtube-active .video-hero__inner {
  opacity: 0;
  pointer-events: none;
}
.video-hero.youtube-active .video-hero__video--full {
  z-index: 9999999;
  opacity: 1;
}
.video-hero.youtube-active .video-hero__video--full:after {
  display: none;
}
.video-hero.youtube-active .video-hero__video--autoplay {
  opacity: 0;
}
.video-hero.youtube-active .video-hero__pause {
  display: flex;
}
.video-hero.youtube-active .video-hero__image {
  opacity: 0;
}
@media screen and (min-aspect-ratio: 1) {
  .video-hero {
    height: 56.25vw;
    max-height: 87vh;
  }
  .video-hero__image--mobile {
    display: none;
  }
  .video-hero__image--desktop {
    display: block;
  }
  .video-hero.youtube-active .video-hero__pause {
    display: none;
  }
  .video-hero.youtube-active .video-hero__stop {
    display: block;
    z-index: 999;
  }
  .video-hero.youtube-active .hana__container {
    z-index: 99999999;
    transform: translate(-50vw, 50vh);
    opacity: 0;
    transition: all 1s;
    transition-timing-function: ease-in;
  }
  .video-hero.youtube-active .hana__container .hana__character .hana__before {
    opacity: 0;
  }
}

.hana {
  position: absolute;
  top: calc(100% - 5rem);
  left: -2rem;
  width: clamp(281px, 57vw, 371px);
}
.hana__container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
}
.hana__container--secondary {
  display: none;
}
.hana__character {
  padding-bottom: 13%;
}
.hana.animating .hana__character {
  animation-name: gentleBounce;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-duration: calc(var(--animation-duration) * 2);
}
@media (prefers-reduced-motion) {
  .hana.animating .hana__character {
    animation-name: none;
  }
}
.hana.animating:before {
  animation-name: shadowBounce;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-duration: calc(var(--animation-duration) * 2);
}
@media (prefers-reduced-motion) {
  .hana.animating:before {
    animation-name: none;
  }
}
.hana:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 15%;
  border-radius: 50%;
  background-image: url(../img/tempopo/hana-shadow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 601px) and (min-height: 700px) {
  .hana {
    width: 371px;
    bottom: -7rem;
    top: auto;
    left: -1rem;
  }
}
@media screen and (min-aspect-ratio: 1) {
  .hana__container--secondary {
    display: block;
    transform: translate(-100vw, -15vh);
    opacity: 0;
    transition: all 1s;
    transition-timing-function: ease-in-out;
  }
  .hana__container--secondary.active {
    display: block;
    opacity: 1;
    transform: translate(-50%, 0);
  }
  .hana__container--secondary .hana {
    bottom: 0;
    top: auto;
    left: 0;
    transform: translateY(50%);
  }
  .hana__container--secondary .hana:before {
    display: none;
  }
}

.tempopo *:focus-visible {
  outline: 3px solid #FDFF83 !important;
}
.tempopo .slick-slide {
  height: auto;
}

.tempopo .accordion__wrapper {
  display: flex;
  gap: 0.875rem;
  flex-direction: column;
}
.tempopo .accordion__item {
  margin: 0rem 0;
}
.tempopo .accordion__wrapper {
  margin-bottom: 3rem;
  margin-top: 2rem;
}
.tempopo .accordion__introduction {
  margin-top: 2rem;
}
.tempopo .accordion__title {
  width: 100%;
}
.tempopo .accordion__title .btn__inner {
  justify-content: space-between;
}
@media screen and (min-width: 993px) {
  .tempopo .accordion__title .btn__inner {
    padding-inline: 2rem;
  }
}
.tempopo .accordion__title:hover, .tempopo .accordion__title:focus {
  background-color: rgba(255, 255, 255, 0.27);
}
.tempopo .accordion__title .accordion__icon {
  width: 1rem;
  display: block;
  width: auto;
  flex-grow: 0;
  flex-shrink: 0;
  color: var(--button-text);
}
.tempopo .accordion__item.open .accordion__icon {
  transform: rotate(180deg);
}
@media screen and (min-width: 993px) {
  .tempopo .accordion .accordion__wrapper {
    margin-bottom: 6rem;
    margin-top: 3rem;
  }
  .tempopo .accordion .accordion__icon svg {
    width: auto;
  }
}

.screenshot-gallery .slick-list {
  overflow: hidden;
}

.screenshot-gallery .slick-slide:not(.slick-active) > * {
  opacity: 1;
  -webkit-mask-image: none !important;
  -moz-mask-image: none !important;
  mask-image: none !important;
  pointer-events: none;
}

.section-content.video .video-container .iframe-wrapper {
  position: static;
}

/*# sourceMappingURL=all-styles.css.map */
