@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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; }

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.dk-select,
.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 200px;
  cursor: pointer; }

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 0.4em;
  padding: 0 1.5em 0 0.5em;
  text-overflow: ellipsis; }
  .dk-selected:before, .dk-selected:after {
    content: '';
    display: block;
    position: absolute;
    right: 0; }
  .dk-selected:before {
    top: 50%;
    border: solid transparent;
    border-width: 0.25em 0.25em 0;
    border-top-color: #CCCCCC;
    margin: -0.125em 0.5em 0 0; }
  .dk-selected:after {
    top: 0;
    height: 100%;
    border-left: 1px solid #CCCCCC;
    margin: 0 1.5em 0 0; }

.dk-selected-disabled {
  color: #BBBBBB; }

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0; }

.dk-select-open-up .dk-select-options {
  border-radius: 0.4em 0.4em 0 0;
  margin-bottom: -1px;
  bottom: 100%; }

.dk-select-open-down .dk-select-options {
  border-radius: 0 0 0.4em 0.4em;
  margin-top: -1px;
  top: 100%; }

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 0.4em;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100; }

.dk-option-selected {
  background-color: #3297fd;
  color: #fff; }

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit; }

.dk-option {
  padding: 0 0.5em; }

.dk-select-options .dk-option-highlight {
  background-color: #3297fd;
  color: #fff; }

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent; }

.dk-select-options .dk-option-hidden {
  display: none; }

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em; }
  .dk-optgroup + .dk-option {
    margin-top: 0.25em; }
  .dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0; }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }
  .dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.dk-optgroup-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }
  .dk-optgroup-options li {
    padding-left: 1.2em; }

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #3297fd; }

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #3297fd; }

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #3297fd; }

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
  border-left-color: #3297fd; }

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #3297fd; }

.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none; }

.dk-selected:hover,
.dk-selected:focus {
  outline: none;
  border-color: #3297fd; }
  .dk-selected:hover:before,
  .dk-selected:focus:before {
    border-top-color: #3297fd; }
  .dk-selected:hover:after,
  .dk-selected:focus:after {
    border-left-color: #3297fd; }

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }
  .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
    border-color: inherit; }
    .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
      border-top-color: inherit; }
    .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
      border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }

/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc; }

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc; }

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none; } }

/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto; }

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0; }

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal; }

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray; }

.token.punctuation {
  color: #999; }

.namespace {
  opacity: .7; }

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905; }

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #9a6e3a;
  background: rgba(255, 255, 255, 0.5); }

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a; }

.token.function,
.token.class-name {
  color: #DD4A68; }

.token.regex,
.token.important,
.token.variable {
  color: #e90; }

.token.important,
.token.bold {
  font-weight: bold; }

.token.italic {
  font-style: italic; }

.token.entity {
  cursor: help; }

pre[class*="language-"].line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber; }

pre[class*="language-"].line-numbers > code {
  position: relative;
  white-space: inherit; }

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber; }

.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip, .quote-slider .flip.slick-slide {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp, .quote-slider .slick-slide.slick-active {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp, .quote-slider .slick-slide {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated, .quote-slider .slick-slide {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite, .quote-slider .infinite.slick-slide {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s, .quote-slider .delay-1s.slick-slide {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s, .quote-slider .delay-2s.slick-slide {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s, .quote-slider .delay-3s.slick-slide {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s, .quote-slider .delay-4s.slick-slide {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s, .quote-slider .delay-5s.slick-slide {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast, .quote-slider .fast.slick-slide {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster, .quote-slider .faster.slick-slide {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow, .quote-slider .slow.slick-slide {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower, .quote-slider .slower.slick-slide {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated, .quote-slider .slick-slide {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

.code-tabs .code-tabs__heading {
  display: none; }

.code-tabs .code-tabs__list__item {
  display: inline;
  cursor: pointer; }

.code-tabs-wrapper {
  clear: both;
  margin-bottom: 20px;
  zoom: 1; }

.code-tabs-wrapper:before,
.code-tabs-wrapper:after {
  content: "";
  display: table; }

.code-tabs-wrapper:after {
  clear: both; }

.code-tabs .code-tabs__heading:focus,
.code-tabs .code-tabs__list__item:focus {
  outline: 1px solid transparent; }

.code-tabs .code-tabs__heading--active:focus,
.code-tabs .code-tabs__list__item--active:focus {
  outline: none; }

.code-tabs ul.code-tabs__list {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  margin-bottom: 0 !important;
  padding: 0;
  border: 1px solid #ddd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 0; }

.code-tabs .code-tabs__list__item {
  color: #999;
  font-size: 14px;
  line-height: 19px;
  text-transform: inherit;
  margin: 0;
  margin-bottom: 0 !important;
  padding: 10px 12px 10px;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block; }

.code-tabs .code-tabs__list__item .fa {
  margin-right: 8px;
  line-height: 0.8; }

.code-tabs .code-tabs__list__item:hover {
  color: #333;
  background: transparent; }

.code-tabs .code-tabs__list__item--active,
.code-tabs .code-tabs__list__item--active:hover {
  font-weight: bold;
  color: #666;
  margin-top: 0; }

.code-tabs .code-tabs__panel {
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-bottom: 0;
  padding: 0;
  word-wrap: break-word;
  border: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }
  .code-tabs .code-tabs__panel > p {
    margin: 0 !important; }
  .code-tabs .code-tabs__panel > .crayon-syntax {
    border: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important; }

.code-tabs .code-tabs__panel:after {
  content: "";
  display: block;
  height: 0;
  clear: both; }

@media (min-width: 768px) {
  .code-tabs .code-tabs__panel--closed-accordion-only {
    display: block; } }

@media (max-width: 767px) {
  .code-tabs .code-tabs__list {
    display: none; }
  .code-tabs .code-tabs__heading {
    display: block;
    cursor: pointer; }
  .code-tabs .code-tabs__heading {
    background: #fff;
    color: #777;
    font-size: 16px !important;
    font-weight: normal;
    text-transform: inherit;
    margin: 0;
    padding: 10px 0;
    padding-left: 20px;
    margin-bottom: 0px !important;
    position: relative;
    text-decoration: underline; }
  .code-tabs .code-tabs__heading .fa {
    margin-right: 8px;
    display: none; }
  .code-tabs .code-tabs__heading:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #777;
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 0;
    width: 0; }
  .code-tabs .code-tabs__heading:hover {
    background: #eee;
    color: #777; }
  .code-tabs .code-tabs__heading:hover:after {
    border-top: 6px solid #777; }
  .code-tabs .code-tabs__heading--active,
  .code-tabs .code-tabs__heading--active:hover {
    text-decoration: none;
    background: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 4px; }
  .code-tabs .code-tabs__heading--active:after,
  .code-tabs .code-tabs__heading--active:hover:after {
    border-bottom: 6px solid #fff;
    border-top: 0;
    top: 18px; }
  .code-tabs .code-tabs__panel {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    border-top: none;
    margin: 0; } }

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.row, ul.quote-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, ul.quote-grid li, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6, ul.quote-grid li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4, ul.quote-grid li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.game-tiles,
.h3,
.rte blockquote,
.section .rte blockquote,
.rte-post blockquote p,
.section .rte-post blockquote p,
.h4,
.h5,
.h6 {
  color: #2B2826;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.3; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.game-tiles,
.h3,
.rte blockquote,
.section .rte blockquote,
.rte-post blockquote p,
.section .rte-post blockquote p,
.h4,
.h5,
.h6 {
  font-weight: 500; }

h1,
.h1 {
  font-size: 50px; }
  @media (min-width: 992px) {
    h1,
    .h1 {
      font-size: 58px; } }

.h1-smaller-mobile {
  font-size: 32px; }
  @media (min-width: 992px) {
    .h1-smaller-mobile {
      font-size: 56px; } }

h2,
.h2,
.game-tiles {
  font-size: 38px; }
  @media (min-width: 992px) {
    h2,
    .h2,
    .game-tiles {
      font-size: 40px; } }

.h2-smaller-mobile {
  font-size: 24px; }
  @media (min-width: 992px) {
    .h2-smaller-mobile {
      font-size: 40px; } }

h3,
.h3,
.rte blockquote,
.section .rte blockquote,
.rte-post blockquote p,
.section .rte-post blockquote p {
  font-size: 32px; }

h4,
.h4 {
  font-size: 20px; }

h5,
.h5 {
  font-size: 18px; }

button,
input[type=submit],
button[type=submit] {
  color: inherit;
  cursor: pointer;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  outline: none; }

.no-appearance, .slider-nav button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  outline: none; }

.btn, input[type=submit],
button[type=submit], .mobile-nav-secondary ul li a, .desktop-nav-small ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4650F0;
  background-image: -webkit-gradient(linear, right top, left top, from(#2e3aee), to(#4650F0));
  background-image: linear-gradient(to left, #2e3aee, #4650F0);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  line-height: 1.3;
  padding: 10px 20px;
  text-overflow: ellipsis;
  -webkit-transition: all ease-in-out, 250ms;
  transition: all ease-in-out, 250ms;
  white-space: nowrap; }
  .btn:hover, input:hover[type=submit],
  button:hover[type=submit], .mobile-nav-secondary ul li a:hover, .desktop-nav-small ul li a:hover, .btn:active, input:active[type=submit],
  button:active[type=submit], .mobile-nav-secondary ul li a:active, .desktop-nav-small ul li a:active {
    background-image: none;
    text-decoration: none !important; }
  .btn .icon, input[type=submit] .icon, button[type=submit] .icon, .mobile-nav-secondary ul li a .icon, .desktop-nav-small ul li a .icon {
    margin-right: 10px; }
  .btn .highlight, input[type=submit] .highlight, button[type=submit] .highlight, .mobile-nav-secondary ul li a .highlight, .desktop-nav-small ul li a .highlight {
    color: #2B2826;
    font-weight: 500; }

.btn-medium {
  height: 40px;
  font-size: 14px;
  padding: 6.66667px 12.5px; }

.btn-small, .desktop-nav-small ul li a {
  height: 35px;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: 500; }

.btn-smaller {
  height: 30px;
  font-size: 14px;
  padding: 10px; }

.btn-transparent, .mobile-nav-secondary ul li.btn-transparent a {
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(43, 40, 38, 0);
  color: inherit; }
  .btn-transparent:hover, .mobile-nav-secondary ul li.btn-transparent a:hover, .btn-transparent:active, .mobile-nav-secondary ul li.btn-transparent a:active, .btn-transparent:focus, .mobile-nav-secondary ul li.btn-transparent a:focus {
    background-color: #ffffff;
    color: #2B2826 !important; }

.btn-transparent-light {
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(43, 40, 38, 0);
  color: #73716E; }
  .btn-transparent-light:hover, .btn-transparent-light:active, .btn-transparent-light:focus {
    color: #2B2826; }

.btn-transparent-green {
  background-color: transparent;
  background-image: none;
  border: 2px solid #14F0AF;
  height: 40px;
  color: #73716E; }
  .btn-transparent-green:hover, .btn-transparent-green:active, .btn-transparent-green:focus {
    background-color: #2cf2b7; }

.btn-transparent-white {
  background-color: transparent;
  background-image: none;
  border: none;
  color: #ffffff; }
  .btn-transparent-white:hover, .btn-transparent-white:active, .btn-transparent-white:focus {
    color: #ffffff; }

.btn-transparent-dark {
  color: #2B2826; }
  .btn-transparent-dark:hover, .btn-transparent-dark:active {
    color: #73716E; }
  .btn-transparent-dark:focus {
    color: #73716E; }

.btn-black {
  background-color: #2B2826;
  background-image: none;
  color: #ffffff; }
  .btn-black:hover, .btn-black:active, .btn-black:focus {
    background-color: #393532; }

.btn-white {
  background-color: #ffffff;
  background-image: none;
  color: #2B2826 !important; }
  .btn-white:hover, .btn-white:active, .btn-white:focus {
    background-color: #f2f2f2; }

.btn-grey {
  background-color: #F3F2F2;
  background-image: none;
  border: none;
  color: #2B2826 !important; }
  .btn-grey:hover, .btn-grey:active, .btn-grey:focus {
    background-color: #e7e5e5; }

.btn-underlined {
  text-decoration: underline; }

.btn-light-blue {
  background-color: #4650F0;
  background-image: none;
  border: none;
  color: #fff !important;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: -0.3px;
  height: 32px;
  padding: 15px; }
  .btn-light-blue:hover, .btn-light-blue:active, .btn-light-blue:focus {
    background-color: #757df4; }

.btn-inline {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.btn-yellow {
  background-color: #FBAC32;
  background-image: none;
  color: #2B2826 !important; }
  .btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
    background-color: #fbb64b;
    color: #2B2826 !important; }

.btn-green {
  background-color: #14F0AF;
  background-image: none;
  color: #2B2826 !important; }
  .btn-green:hover, .btn-green:active, .btn-green:focus {
    background-color: #2cf2b7;
    color: #2B2826 !important; }

.btn-benchmarks {
  border-color: #FBAC32;
  background-color: #FBAC32;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: bold;
  color: #ffffff;
  font-size: 16px; }
  .btn-benchmarks:hover, .btn-benchmarks:active, .btn-benchmarks:focus {
    background-color: #fcc064; }

.btn-fancy {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: none;
  position: relative;
  margin-right: 4px;
  margin-top: 4px; }
  .btn-fancy::before {
    content: "";
    position: absolute;
    border: 2px solid #2B2826;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    top: -4px;
    right: -4px;
    background-color: transparent; }

.btn-small-text {
  font-size: 13px; }

.btn-double-border {
  border: 2px solid rgba(0, 0, 0, 0.07); }

.btn-border-dark {
  border: 1px solid rgba(0, 0, 0, 0.07) !important; }

.btn-border-light {
  border: 1px solid rgba(255, 255, 255, 0.1) !important; }

.btn-border, .btn-benchmarks, .btn-border-blue, .desktop-nav-small ul li a, .btn-form-yellow, .btn-form-green, .btn-border-yellow, .btn-border-green, .btn-border-white, .desktop-nav-small ul li:first-child a, .btn-noborder {
  line-height: 10px;
  display: inline-block;
  border: #ffffff 2px solid;
  background: transparent;
  padding: 16px 28px;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer; }
  .btn-border:hover, .btn-benchmarks:hover, .btn-border-blue:hover, .desktop-nav-small ul li a:hover, .btn-form-yellow:hover, .btn-form-green:hover, .btn-border-yellow:hover, .btn-border-green:hover, .btn-border-white:hover, .btn-noborder:hover {
    background-color: rgba(255, 255, 255, 0.05); }

.btn-border-blue, .desktop-nav-small ul li a {
  border-color: #0196F6;
  background-color: #0196F6; }
  .btn-border-blue:hover, .desktop-nav-small ul li a:hover, .btn-border-blue:active, .desktop-nav-small ul li a:active, .btn-border-blue:focus, .desktop-nav-small ul li a:focus {
    background-color: #2cacfe; }

.btn-form-yellow {
  border-color: #FBAC32;
  background-color: #FBAC32;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: bold;
  font-size: 16px; }
  .btn-form-yellow:hover, .btn-form-yellow:active, .btn-form-yellow:focus {
    background-color: #fcc064; }

.btn-form-green {
  border-color: #14F0AF;
  background-color: #14F0AF;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: bold;
  font-size: 16px; }
  .btn-form-green:hover, .btn-form-green:active, .btn-form-green:focus {
    background-color: #0edc9f; }

.btn-border-yellow {
  border-color: #ffcf43; }

.btn-border-green {
  border-color: #14F0AF; }

.btn-border-white, .desktop-nav-small ul li:first-child a {
  border-color: #ffffff; }

.btn-noborder, .desktop-nav-small ul li:first-child a {
  border-color: transparent; }

.btn-simple, .btn-simple-blue {
  border-radius: 0;
  background: transparent;
  padding: 2px 36px;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  padding-top: 13px; }

.btn-simple-blue {
  background-color: #0196F6;
  font-size: 16px;
  color: #ffffff; }
  .btn-simple-blue:hover {
    background-color: #2cacfe; }

.btn-small2 {
  font-size: 14px;
  padding: 0px 14px; }

input[type=text],
input[type=email],
input[type=number],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(43, 40, 38, 0.1);
          box-shadow: 0px 1px 3px rgba(43, 40, 38, 0.1);
  color: #2B2826;
  display: inline-block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  outline: none;
  padding: 14px 20px;
  -webkit-transition: ease-in-out, 250ms;
  transition: ease-in-out, 250ms; }
  input[type=text]:active, input[type=text]:focus,
  input[type=email]:active,
  input[type=email]:focus,
  input[type=number]:active,
  input[type=number]:focus,
  textarea:active,
  textarea:focus {
    border: #ffcf43; }
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #B0ADAB; }
  input[type=text]::-ms-input-placeholder,
  input[type=email]::-ms-input-placeholder,
  input[type=number]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #B0ADAB; }
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=number]::placeholder,
  textarea::placeholder {
    color: #B0ADAB; }
  input[type=text].error,
  input[type=email].error,
  input[type=number].error,
  textarea.error {
    border: 1px solid red; }

body,
html {
  min-height: 100%;
  height: 100%; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (max-width: 991.98px) {
  body .container, html .container {
    padding-left: 50px;
    padding-right: 50px; } }

*,
*:before,
*:after {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2B2826;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: ease-in-out, 250ms;
  transition: ease-in-out, 250ms; }

img {
  height: auto;
  max-width: 100%; }

svg {
  max-height: 100%;
  max-width: 100%; }

svg.icon {
  display: inline-block;
  fill: inherit;
  max-height: 20px;
  max-width: 20px;
  -webkit-transition: all ease-in-out, 250ms;
  transition: all ease-in-out, 250ms; }

svg.icon-upload {
  height: 16px;
  width: 10px; }

svg.icon-right-arrow {
  height: 12px;
  width: 6px; }

svg.icon-right-arrow-medium {
  height: 14px;
  width: 8px; }

svg.icon-right-arrow-extended {
  height: 13px;
  width: 14px; }

svg.icon-left-arrow-extended {
  height: 13px;
  width: 14px; }

svg.icon-up-arrow-extended {
  height: 14px;
  width: 13px; }

svg.icon-down-arrow-extended {
  height: 14px;
  width: 13px; }

svg.icon-right-arrow-sdk {
  height: 10px;
  width: 6px;
  margin-right: 10px !important;
  margin-left: 5px !important; }

svg.icon-grey {
  fill: #73716E; }

svg.icon-white-stroke {
  stroke: #ffffff; }

svg.icon-fill-white {
  fill: #ffffff; }

svg.icon-fill-none {
  fill: none; }

svg.icon-stroke-grey {
  stroke: #73716E; }

svg.icon-stroke-light-grey {
  stroke: #B0ADAB; }

svg.icon-stroke-grey.icon-life-ring circle {
  fill: #73716E;
  stroke: #73716E; }

svg.icon-margin-right {
  margin-right: 5px; }

svg.icon-small {
  max-height: 12px;
  max-width: 12px; }

img.icon-small {
  margin-right: 5px;
  max-width: 14px; }

svg.logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 80px; }

.slider .slide {
  display: none; }
  .slider .slide:first-of-type {
    display: block; }

.slider.slick-initialized .slide {
  display: block; }

.container {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 992px) {
  .container {
    max-width: 1240px; } }

hr {
  border: none;
  height: 1px;
  width: 100%;
  background-color: rgba(43, 40, 38, 0.1); }

.ga-v2-select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .ga-v2-select-wrapper select {
    width: auto; }
  .ga-v2-select-wrapper .dk-select {
    max-width: 200px; }
  .ga-v2-select-wrapper .btn, .ga-v2-select-wrapper input[type=submit],
  .ga-v2-select-wrapper button[type=submit], .ga-v2-select-wrapper .mobile-nav-secondary ul li a, .mobile-nav-secondary ul li .ga-v2-select-wrapper a, .ga-v2-select-wrapper .desktop-nav-small ul li a, .desktop-nav-small ul li .ga-v2-select-wrapper a {
    height: 46px !important;
    margin-left: 20px !important; }

@-webkit-keyframes blink {
  50% {
    opacity: 0.0; } }

@keyframes blink {
  50% {
    opacity: 0.0; } }

[data-typing-animation]:after {
  content: '|';
  font-weight: 100;
  -webkit-animation: blink 1s step-start 0s infinite;
          animation: blink 1s step-start 0s infinite; }

@media (max-width: 991.98px) {
  .page-template-template-features .section .top-spaced-4, .page-template-template-features .section .top-spaced-5, .page-template-template-features .section .top-spaced-7 {
    margin-top: 20px; } }

@media (max-width: 991.98px) {
  .page-template-template-features .section .bottom-spaced-5 {
    margin-bottom: 20px; } }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.mobile-hidden {
  display: none !important;
  visibility: hidden !important; }
  @media (min-width: 992px) {
    .mobile-hidden {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      visibility: visible !important; } }

.mobile-hidden2 {
  position: absolute;
  left: -9999px;
  opacity: 0; }
  @media (min-width: 992px) {
    .mobile-hidden2 {
      position: initial;
      left: auto;
      opacity: initial; } }

.desktop-hidden {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  visibility: visible !important; }
  @media (min-width: 992px) {
    .desktop-hidden {
      display: none !important;
      visibility: hidden !important; } }

.container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 992px) {
  .container-narrow {
    max-width: 820px; } }

@media (min-width: 992px) {
  .container-narrower {
    max-width: 800px; } }

@media (min-width: 992px) {
  .container-full-width {
    max-width: 100%; } }

.container-90 {
  width: 90%;
  margin: 0 auto; }

.container-no-padding-mobile {
  padding: 0; }
  @media (min-width: 992px) {
    .container-no-padding-mobile {
      padding: 0 30px; } }

@media (min-width: 992px) {
  .container-no-padding {
    padding: 0; } }

@media (max-width: 991.98px) {
  .mobile-flex-order {
    -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999; } }

@media (min-width: 992px) {
  .row-vertical-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (min-width: 768px) {
  .row-md-vertical-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (min-width: 992px) {
  .row-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.row-no-padding-mobile {
  padding: 0; }
  @media (min-width: 992px) {
    .row-no-padding-mobile {
      padding: 0 10px; } }

.row-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

.row-pull-top {
  margin-top: 20px; }
  @media (min-width: 992px) {
    .row-pull-top {
      margin-top: -60px; } }

@media (min-width: 992px) {
  .col-vertical-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.col-no-margin-bottom {
  margin-bottom: 0 !important; }

.col-padding {
  padding: 20px; }
  @media (min-width: 992px) {
    .col-padding {
      padding: 80px 10px; } }

.col-no-padding {
  padding: 0; }

@media (min-width: 992px) {
  .col-no-padding-left {
    padding-left: 0; } }

@media (min-width: 992px) {
  .col-border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.07); } }

.col-padded-mobile {
  padding: 0 30px; }
  @media (min-width: 992px) {
    .col-padded-mobile {
      padding: 0; } }

.col-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.col-relative {
  position: relative; }

@media (min-width: 992px) {
  .col-lg-pull-1 {
    margin-left: -8.33333%; } }

@media (min-width: 992px) {
  .col-lg-pull-2 {
    margin-left: -16.66667%; } }

@media (min-width: 992px) {
  .col-lg-push-small {
    margin-left: 3.33333%; } }

@media (min-width: 992px) {
  .col-lg-push-1 {
    margin-left: 8.33333%; } }

@media (min-width: 992px) {
  .col-lg-push-2 {
    margin-left: 16.66667%; } }

@media (min-width: 992px) {
  .col-lg-push-3 {
    margin-left: 25%; } }

.col-s-pull-top {
  margin-top: -100px; }
  @media (min-width: 992px) {
    .col-s-pull-top {
      margin-top: 0; } }

@media (min-width: 992px) {
  .col-lg-margin-top {
    margin-top: 40px; } }

@media (min-width: 992px) {
  .col-lg-margin-top-bottom {
    margin: 40px 0; } }

@media (min-width: 992px) {
  .col-lg-padding-bottom {
    padding-bottom: 20px; } }

@media (min-width: 992px) {
  .col-lg-padding-bottom-large {
    padding-bottom: 80px; } }

@media (min-width: 992px) {
  .col-lg-padding-top-bottom {
    padding: 40px 0; } }

.col-lg-pull-top {
  position: relative;
  z-index: 1;
  margin-top: -100px; }
  @media (min-width: 992px) {
    .col-lg-pull-top {
      margin-top: -330px; } }

@media (min-width: 992px) {
  .restrict-left {
    margin-left: auto;
    max-width: 470px;
    padding-right: 20px; } }

@media (min-width: 1200px) {
  .restrict-left {
    max-width: 560px;
    padding-right: 60px; } }

.uppercase {
  text-transform: uppercase; }

.caps, .footer-excerpt h3, .footer-bottom-nav ul li, .footer-nav ul:not(.sub-menu) > li.menu-item-has-children, .card-section-heading {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.small-caps, .team-grid-person-position, .breadcrumb-item,
.section .breadcrumb-item {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  .small-caps .icon-right-arrow-extended, .team-grid-person-position .icon-right-arrow-extended, .breadcrumb-item .icon-right-arrow-extended {
    margin-left: 5px; }

.count-down {
  font-size: 40px;
  color: #2B2826 !important;
  font-weight: 600;
  letter-spacing: 0.025em; }

.nowrap {
  white-space: nowrap; }

.center-block {
  margin: 0 auto; }

.center-text {
  text-align: center; }
  @media (min-width: 992px) {
    .center-text {
      text-align: center; } }

.center-text-mobile {
  text-align: center; }
  @media (min-width: 992px) {
    .center-text-mobile {
      text-align: left; } }

@media (min-width: 768px) {
  .break-on-mobile {
    display: none; } }

@media (max-width: 1199.98px) {
  .no-offset-mobile {
    margin-left: 0; } }

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

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

.cross-out {
  text-decoration: line-through; }

.center-text-mobile {
  text-align: center; }
  @media (min-width: 992px) {
    .center-text-mobile {
      text-align: left; } }

.font-size-0 {
  font-size: 14px; }

.font-size-1 {
  font-size: 16px; }

.font-size-2 {
  font-size: 18px; }

.font-size-3 {
  font-size: 20px; }
  .font-size-3 > a {
    font-weight: 500; }

.font-size-11 {
  font-size: 11px; }

.font-size-13 {
  font-size: 13px; }

.font-size-13-ga {
  font-size: 13px;
  font-style: italic; }

.font-size-14-ga {
  font-size: 14px;
  opacity: 0.7; }

.font-weight-regular {
  font-weight: 400; }

.font-weight-medium {
  font-weight: 500; }

.h2-bigger {
  font-size: 45px; }

.h3-bigger {
  font-size: 35px; }

.h3-smaller {
  font-size: 25px; }

.h4-lighter {
  color: #73716E;
  font-size: 24px;
  font-weight: 400; }

.lighter-paragraphs p {
  font-weight: 300;
  font-size: 20px; }
  .lighter-paragraphs p b {
    font-weight: 500; }

@media (min-width: 992px) {
  .extra-padding {
    padding-right: 30px; } }

@media (min-width: 576px) {
  .extra-padding-2 {
    padding-right: 30px;
    padding-left: 30px; } }

.orange {
  color: #FFA602 !important; }

.dark-yellow {
  color: #FBAC32 !important; }

.red {
  color: #FF706F !important; }

.blue {
  color: #4650F0 !important;
  fill: #4650F0 !important; }

.green {
  color: #14F0AF !important;
  fill: #14F0AF !important; }

.blue-link {
  color: #48AEFF !important;
  fill: #48AEFF !important; }

.grey {
  color: #73716E !important;
  fill: #73716E !important; }

.light-grey {
  color: #B0ADAB !important;
  fill: #B0ADAB !important; }

.dark-grey {
  color: #3E3E3C !important;
  fill: #3E3E3C !important; }

.white {
  color: #ffffff !important;
  fill: #ffffff !important; }

.white-darker {
  color: rgba(255, 255, 255, 0.7); }

.black {
  color: #2B2826 !important;
  fill: #2B2826 !important; }

.dark-blue {
  color: #22469c !important;
  fill: #22469c !important; }

.dark-green-2 {
  color: #003B29 !important;
  fill: #003B29 !important; }

.selected {
  background-color: #FFF5C1;
  padding: 1px; }

.icon-sdk-voodoo {
  color: #ffffff !important;
  fill: #ffffff !important; }

.icon-android {
  color: #009B2C !important;
  fill: #009B2C !important; }

.icon-apple {
  color: #2D3544 !important;
  fill: #2D3544 !important; }

.icon-cocos2d {
  color: #258FB1 !important;
  fill: #258FB1 !important; }

.icon-corona {
  color: #D06D2B !important;
  fill: #D06D2B !important; }

.icon-stencyl {
  color: #454545 !important;
  fill: #454545 !important; }

.icon-construct {
  color: #CFE0F0 !important;
  fill: #CFE0F0 !important; }

.icon-gamemaker {
  color: #666 !important;
  fill: #666 !important; }

.icon-adobe_air {
  color: #2da397 !important;
  fill: #2da397 !important; }

.icon-c_sharp {
  color: #a51517 !important;
  fill: #a51517 !important; }

.icon-cpp {
  color: #6a2e7c !important;
  fill: #6a2e7c !important; }

.icon-javascript {
  color: #cc8410 !important;
  fill: #cc8410 !important; }

.icon-lumberyard {
  color: #66459A !important;
  fill: #66459A !important; }

.icon-rest_api {
  color: #38A88A !important;
  fill: #38A88A !important; }

.icon-unity {
  color: #2CB3B1 !important;
  fill: #2CB3B1 !important; }

.icon-unreal {
  color: #666 !important;
  fill: #666 !important; }

.icon-xamarin {
  color: #3498db !important;
  fill: #3498db !important; }

.bottom-spaced-1,
.bottom-spaced {
  margin-bottom: 10px; }

.bottom-spaced-2, .section .row div[class^="col-"], .section ul.quote-grid div[class^="col-"], .section .row-cols-bottom-spaced div[class^="col-"] {
  margin-bottom: 20px; }

.bottom-spaced-3 {
  margin-bottom: 40px; }

.bottom-spaced-4 {
  margin-bottom: 60px; }

.bottom-spaced-5 {
  margin-bottom: 80px; }

.bottom-spaced-6 {
  margin-bottom: 100px; }

.bottom-spaced-7 {
  margin-bottom: 120px; }

.bottom-spaced-8 {
  margin-bottom: 140px; }

@media (min-width: 992px) {
  .bottom-spaced-3-lg {
    margin-bottom: 50px; } }

@media (min-width: 992px) {
  .bottom-spaced-4-lg {
    margin-bottom: 60px; } }

@media (min-width: 992px) {
  .bottom-spaced-5-lg {
    margin-bottom: 80px; } }

@media (max-width: 991.98px) {
  .bottom-spaced-1-mobile {
    margin-bottom: 10px; } }

@media (max-width: 991.98px) {
  .bottom-spaced-2-mobile {
    margin-bottom: 20px; } }

@media (max-width: 991.98px) {
  .bottom-spaced-3-mobile {
    margin-bottom: 30px; } }

@media (max-width: 991.98px) {
  .bottom-spaced-4-mobile {
    margin-bottom: 60px; } }

.top-spaced-1,
.top-spaced {
  margin-top: 10px; }

.top-spaced-2 {
  margin-top: 20px; }

.top-spaced-3 {
  margin-top: 50px; }

.top-spaced-4 {
  margin-top: 60px; }

.top-spaced-5 {
  margin-top: 80px; }

.top-spaced-6 {
  margin-top: 100px; }

.top-spaced-7 {
  margin-top: 120px; }

.top-spaced-8 {
  margin-top: 140px; }

@media (min-width: 992px) {
  .top-spaced-3-lg {
    margin-top: 40px; } }

@media (min-width: 992px) {
  .top-spaced-4-lg {
    margin-top: 60px; } }

@media (max-width: 991.98px) {
  .top-spaced-4-mobile {
    margin-top: 60px; } }

@media (min-width: 992px) {
  .top-spaced-5-lg {
    margin-top: 80px; } }

@media (min-width: 992px) {
  .top-spaced-6-lg {
    margin-top: 100px; } }

@media (max-width: 991.98px) {
  .inline-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1200px) {
  img.pull-top {
    margin-top: -85px; } }

.grey-container {
  background-color: #202C50;
  color: #ffffff;
  overflow: hidden; }
  .grey-container p, .grey-container h1, .grey-container h2, .grey-container h3, .grey-container h4, .grey-container h5 {
    color: #ffffff; }

.blue-container {
  background-color: #202C50;
  color: #ffffff;
  overflow: hidden; }
  .blue-container p, .blue-container h1, .blue-container h2, .blue-container h3, .blue-container h4, .blue-container h5 {
    color: #ffffff; }

.light-yellow-container {
  background-color: #F2B108;
  color: #ffffff;
  height: 28px;
  overflow: hidden; }
  .light-yellow-container p, .light-yellow-container h1, .light-yellow-container h2, .light-yellow-container h3, .light-yellow-container h4, .light-yellow-container h5 {
    color: #ffffff; }

.blue-gradient-container {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4650F0), to(#1B24B7));
  background-image: linear-gradient(#4650F0, #1B24B7);
  background-repeat: no-repeat, no-repeat;
  background-color: #4650F0; }

.blue-gradient-container-old {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4650F0), to(#303661));
  background-image: linear-gradient(#4650F0, #303661);
  background-repeat: no-repeat, no-repeat;
  background-color: #0B0E22; }

.blue-gradient-container p, .blue-gradient-container h1, .blue-gradient-container h2, .blue-gradient-container h3, .blue-gradient-container h4, .blue-gradient-container h5 {
  color: #ffffff; }

.blue-gradient-container-side {
  background-color: #4650F0;
  background-image: -webkit-gradient(linear, left top, right top, from(#4650F0), to(#1B24B7));
  background-image: linear-gradient(to right, #4650F0, #1B24B7);
  color: #ffffff;
  overflow: hidden; }
  .blue-gradient-container-side p, .blue-gradient-container-side h1, .blue-gradient-container-side h2, .blue-gradient-container-side h3, .blue-gradient-container-side h4, .blue-gradient-container-side h5 {
    color: #ffffff; }

.blue-gradient-container-radial {
  background-color: #4650F0;
  background-image: radial-gradient(#4650F0, #1B24B7);
  color: #ffffff;
  overflow: hidden; }
  .blue-gradient-container-radial p, .blue-gradient-container-radial h1, .blue-gradient-container-radial h2, .blue-gradient-container-radial h3, .blue-gradient-container-radial h4, .blue-gradient-container-radial h5 {
    color: #ffffff; }

.blue-container-image {
  background-image: url("/wp-content/themes/ga-v2/dist/images/header-background-cover.jpg");
  color: #ffffff;
  overflow: hidden; }
  .blue-container-image p, .blue-container-image h1, .blue-container-image h2, .blue-container-image h3, .blue-container-image h4, .blue-container-image h5 {
    color: #ffffff; }

.benchmarks-voting {
  background-color: #4650F0;
  background-image: -webkit-gradient(linear, left top, right top, from(#4650F0), to(#1B24B7));
  background-image: linear-gradient(to right, #4650F0, #1B24B7);
  color: #ffffff;
  overflow: hidden; }
  .benchmarks-voting p, .benchmarks-voting h1, .benchmarks-voting h2, .benchmarks-voting h3, .benchmarks-voting h4, .benchmarks-voting h5 {
    color: #ffffff; }

.top-line {
  border-top: 4px solid #FBAC32; }

.bottom-line {
  border-bottom: 4px solid #14F0AF; }

.dashboard-splash {
  position: absolute;
  top: -35px;
  left: 0;
  width: 919px;
  height: 752px; }

@media (min-width: 1200px) {
  .pull-top-offset {
    margin-top: 85px; } }

img.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.align-bottom {
  margin-top: auto; }

.base-line-height {
  line-height: 1.5; }

.rounded-corners {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.07); }
  .rounded-corners img {
    display: block; }

.animated-gif {
  border-radius: 5px !important;
  border: 1px solid rgba(0, 0, 0, 0.07); }

.benchmarks-gif {
  border-radius: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.07);
  width: 300px;
  height: 180px; }

.full-width-image {
  min-width: 100%; }

.full-width {
  width: 100%; }

.small {
  display: inline-block;
  font-size: 12px;
  color: #a6a4a1; }

.sdk-svg {
  margin-right: 10px;
  max-height: 32px !important;
  max-width: 28px !important; }

.mobile-break {
  display: block; }
  @media (min-width: 768px) {
    .mobile-break {
      display: inline; } }

.desktop-break {
  display: inline; }
  @media (min-width: 768px) {
    .desktop-break {
      display: block; } }

.attribution-logo {
  max-width: none !important; }

ol.hide-before {
  list-style: decimal !important;
  margin-left: 30px; }
  ol.hide-before li::before {
    display: none !important; }

.inline-demo-button li::before {
  display: none !important; }

.demo-image-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 5px; }

td.demo {
  border-right: 1px solid rgba(0, 0, 0, 0.07); }

th.demo {
  border-right: 1px solid rgba(0, 0, 0, 0.07); }

.bctt-click-to-tweet {
  margin-bottom: 3.5em !important;
  margin-top: 3.5em !important; }

.sdk-svg {
  margin-left: 10px !important; }

.game-icon {
  margin-right: 10px;
  max-width: 80px;
  padding-bottom: 15px; }

.game-info {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: none; }

.game-app-icon {
  border-radius: 10px; }

.small-text-case {
  font-size: 12px;
  color: #a6a4a1;
  text-align: center; }

.cropped-320px {
  /* height: 320px; */
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px; }
  .cropped-320px img {
    max-height: 320px;
    width: auto;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    height: auto; }

h2.whr-group {
  color: #48AEFF !important;
  fill: #48AEFF !important;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  margin-top: 4em; }

ul.whr-items {
  margin-left: 2em;
  margin-top: 2.5em; }

h3.whr-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 1em;
  text-decoration: underline; }

ul.whr-info {
  display: none; }

.slick-dots {
  margin-bottom: 0px !important; }

.bottom-banner-bpp {
  position: fixed;
  height: 95px;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background-color: #0B0E24; }

.bottom-banner-bpp-text {
  font-size: 14px; }

.benchmarks-btn {
  visibility: hidden;
  height: 40px; }

.pill-button {
  background-color: #146DD0;
  background-image: -webkit-gradient(linear, left top, right top, from(#146DD0), to(#2CB4AE));
  background-image: linear-gradient(to right, #146DD0, #2CB4AE);
  border: none;
  color: black;
  padding: 5px 5px;
  max-width: 150px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 8px; }

.twenty {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.container {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.forty {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.bottom-spaced-2, .section .row div[class^="col-"], .section ul.quote-grid div[class^="col-"], .section .row-cols-bottom-spaced div[class^="col-"], .section .row div[class^="col-"], .section ul.quote-grid div[class^="col-"], .section ul.quote-grid div[class^="col-"], .section .row-cols-bottom-spaced div[class^="col-"] {
  margin-bottom: 10px !important; }

.slick-list {
  max-height: 480px; }

.subscription-font {
  font-size: 13px !important;
  font-style: italic; }

.page-title-bpp {
  font-size: 40px !important; }

.sdk-logos {
  margin-bottom: 0px !important;
  height: 50px !important; }

.banner-text {
  padding-left: 0px;
  margin-top: 10px; }

.bpp-btn:hover {
  text-decoration: none !important; }

#subcat {
  visibility: hidden;
  height: 0px; }

@media (min-width: 375px) {
  .font-size-1 {
    font-size: 14px; } }

@media (min-width: 768px) {
  .bottom-banner-bpp {
    height: 79px; }
  .benchmarks-btn {
    visibility: visible; }
  .twenty {
    padding-left: 50px;
    padding-right: 50px; }
  .forty {
    padding-left: 50px;
    padding-right: 50px; }
  .bottom-banner-bpp-text {
    font-size: 18px; }
  .container {
    padding-left: 50px;
    padding-right: 50px; }
  .slick-list {
    max-height: 560px; }
  .benchmarks-gif {
    border-radius: 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.07);
    width: 500px;
    height: 333px; }
  .font-size-1 {
    font-size: 16px !important; }
  .sdk-logos {
    margin-bottom: 60px !important; }
  .page-title-bpp {
    font-size: 68px !important; }
  .banner-text {
    padding-left: 95px; } }

#sticky-offer {
  color: white;
  padding-left: 5px; }

.below-text {
  font-size: 10px;
  padding-top: 50px; }

.homepage-icon {
  width: 140px;
  float: right; }

.homepage-card {
  background-color: #FBFBFB;
  border-radius: 10px;
  padding: 30px 15px 40px;
  height: 100%;
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease-in .15s;
  transition: all ease-in .15s;
  -webkit-box-shadow: 0 5px 2px 1px #eee;
          box-shadow: 0 5px 2px 1px #eee;
  margin: 10px; }
  .homepage-card .homepage-icon {
    max-height: 100px;
    width: 70px; }
  .homepage-card .card-heading {
    font-weight: 500;
    font-size: 32px; }
  .homepage-card .card-content {
    font-weight: 200;
    text-align: center;
    color: #354052; }
  .homepage-card a {
    color: #4650F0; }

.homepage-card:hover, .homepage-card:focus {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }

#grow-your-game {
  padding-top: 120px; }

.card-img {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 100%; }

@media only screen and (max-width: 40em) {
  /* For mobile phones: */
  .card-img {
    max-width: 40%;
    float: none;
    margin: 0 auto; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .card-img {
    max-width: 30%;
    float: none;
    margin: 0 auto; } }

.avatar-logo {
  width: 250px !important;
  max-width: 250px !important;
  margin-top: 15px; }

.slick-slide {
  height: auto !important; }

@media only screen and (max-width: 40em) {
  /* For mobile phones: */
  .text-quote {
    font-size: 20px !important; } }

/* Toolbox blog CTA */
.toolbox-cta {
  margin-top: 200px !important;
  padding-right: 40px;
  border-radius: 10px; }

section.pricing {
  background: #007bff;
  background: -webkit-gradient(linear, left top, right top, from(#0062E6), to(#33AEFF));
  background: linear-gradient(to right, #0062E6, #33AEFF); }

.pricing .card, .pricing .arrows-up,
.pricing .arrows-down,
.pricing .arrows-left,
.pricing .arrows-right {
  border: none;
  border-radius: 1rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); }

.pricing hr {
  margin: 1.5rem 0; }

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold; }

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
  text-align: center; }

.pricing .card-price .period {
  font-size: 0.8rem; }

.pricing .text-muted {
  opacity: 0.7; }

.pricing .btn, .pricing input[type=submit],
.pricing button[type=submit], .pricing .mobile-nav-secondary ul li a, .mobile-nav-secondary ul li .pricing a, .pricing .desktop-nav-small ul li a, .desktop-nav-small ul li .pricing a {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.pricing .card:hover, .pricing .arrows-up:hover,
.pricing .arrows-down:hover,
.pricing .arrows-left:hover,
.pricing .arrows-right:hover {
  margin-top: -.25rem;
  margin-bottom: .25rem;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3); }

.pricing .card:hover .btn, .pricing .arrows-up:hover .btn, .pricing .arrows-down:hover .btn, .pricing .arrows-left:hover .btn, .pricing .arrows-right:hover .btn, .pricing .card:hover input[type=submit], .pricing .arrows-up:hover input[type=submit], .pricing .arrows-down:hover input[type=submit], .pricing .arrows-left:hover input[type=submit], .pricing .arrows-right:hover input[type=submit],
.pricing .card:hover button[type=submit],
.pricing .arrows-up:hover button[type=submit],
.pricing .arrows-down:hover button[type=submit],
.pricing .arrows-left:hover button[type=submit],
.pricing .arrows-right:hover button[type=submit], .pricing .card:hover .mobile-nav-secondary ul li a, .mobile-nav-secondary ul li .pricing .card:hover a, .pricing .arrows-up:hover .mobile-nav-secondary ul li a, .mobile-nav-secondary ul li .pricing .arrows-up:hover a, .pricing .arrows-down:hover .mobile-nav-secondary ul li a, .mobile-nav-secondary ul li .pricing .arrows-down:hover a, .pricing .arrows-left:hover .mobile-nav-secondary ul li a, .mobile-nav-secondary ul li .pricing .arrows-left:hover a, .pricing .arrows-right:hover .mobile-nav-secondary ul li a, .mobile-nav-secondary ul li .pricing .arrows-right:hover a, .pricing .card:hover .desktop-nav-small ul li a, .desktop-nav-small ul li .pricing .card:hover a, .pricing .arrows-up:hover .desktop-nav-small ul li a, .desktop-nav-small ul li .pricing .arrows-up:hover a, .pricing .arrows-down:hover .desktop-nav-small ul li a, .desktop-nav-small ul li .pricing .arrows-down:hover a, .pricing .arrows-left:hover .desktop-nav-small ul li a, .desktop-nav-small ul li .pricing .arrows-left:hover a, .pricing .arrows-right:hover .desktop-nav-small ul li a, .desktop-nav-small ul li .pricing .arrows-right:hover a {
  opacity: 1; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  text-align: center; }

figcaption.wp-caption-text {
  margin-bottom: 0 !important; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
  margin-bottom: 0; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.content-area {
  /* Text meant only for screen readers. */ }
  .content-area .alignnone {
    margin: 5px 20px 20px 0; }
  .content-area .aligncenter,
  .content-area div.aligncenter {
    display: block;
    margin: 5px auto 20px auto; }
  .content-area .alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .content-area .alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  .content-area a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .content-area a img.alignnone {
    margin: 5px 20px 20px 0; }
  .content-area a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  .content-area a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .content-area .wp-caption {
    max-width: 100%;
    text-align: left; }
  .content-area figcaption.wp-caption-text {
    margin-bottom: 0 !important; }
  .content-area .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .content-area .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .content-area .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .content-area .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .content-area .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
    margin-bottom: 0; }
  .content-area .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden; }
  .content-area .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.dk-select {
  width: 100%; }

.dk-selected {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 40, 38, 0.05)), to(transparent));
  background-image: linear-gradient(to top, rgba(43, 40, 38, 0.05), transparent);
  padding: 10px 20px 10px 10px; }

.dk-selected:before {
  margin-left: 20px; }

.dk-selected:after {
  border-left: 0; }

.dk-option {
  padding: 5px 10px; }

.dk-select-options {
  list-style: none !important; }
  .dk-select-options li {
    margin-bottom: 0 !important; }

.wp-pagenavi,
.section .wp-pagenavi {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  color: #a6a4a1;
  padding-top: 30px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 100%; }
  .wp-pagenavi a,
  .wp-pagenavi span,
  .section .wp-pagenavi a,
  .section .wp-pagenavi span {
    color: #a6a4a1;
    padding: 3px 4px;
    margin-right: 12.5px; }
  .wp-pagenavi a:hover, .wp-pagenavi a:active, .wp-pagenavi a:focus,
  .section .wp-pagenavi a:hover,
  .section .wp-pagenavi a:active,
  .section .wp-pagenavi a:focus {
    text-decoration: underline; }
  .wp-pagenavi span.current,
  .section .wp-pagenavi span.current {
    background-color: #F3F2F2;
    border-radius: 5px;
    color: #2B2826; }
  .wp-pagenavi .pages,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .section .wp-pagenavi .pages,
  .section .wp-pagenavi .previouspostslink,
  .section .wp-pagenavi .nextpostslink {
    display: none; }

.lang-switcher .dk-select .dk-selected, .lang-switcher .dk-select .dk-option {
  position: relative;
  padding-left: 30px; }
  .lang-switcher .dk-select .dk-selected:after, .lang-switcher .dk-select .dk-option:after {
    position: absolute;
    content: '';
    width: 26px;
    height: 16px;
    margin-left: 5px;
    background-repeat: no-repeat;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-32%);
            transform: translateY(-32%);
    border: 0;
    background-image: url(/wp-content/themes/ga-v2/dist/images/us.png); }

.lang-switcher .dk-option[data-value~="ru.gameanalytics.com"]:after, .lang-switcher.lang-ru .dk-selected:after {
  background-image: url(/wp-content/themes/ga-v2/dist/images/ru.png); }

.lang-switcher .dk-option[data-value~="cn.gameanalytics.com"]:after, .lang-switcher.lang-cn .dk-selected:after {
  background-image: url(/wp-content/themes/ga-v2/dist/images/cn.png); }

.header {
  background-color: #0B0E24;
  height: 70px;
  padding: 10px 0;
  color: #ffffff; }
  @media (min-width: 992px) {
    .header {
      height: auto;
      padding: 15px 0; } }
  .header > .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.floating-header, .page-template-template-home .header,
.page-template-template-features .header,
.page-template-template-customers .header,
.page-template-template-pricing .header {
  background-color: rgba(11, 14, 36, 0.9);
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }

.header-fixed {
  display: none;
  position: fixed !important;
  opacity: 0;
  -webkit-box-shadow: 0px 1px 3px rgba(43, 40, 38, 0.1);
          box-shadow: 0px 1px 3px rgba(43, 40, 38, 0.1);
  overflow-x: hidden;
  padding: 15px 0;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: ease-in-out 250ms;
  transition: ease-in-out 250ms;
  width: 100%;
  z-index: 55 !important; }
  .header-fixed.is-visible {
    background-color: rgba(25, 29, 48, 0.9);
    opacity: 1;
    overflow-x: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .header-fixed.is-visible .header-logo-text {
      opacity: 0; }
  .header-fixed.website-nav {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    overflow: visible;
    height: auto; }
    .header-fixed.website-nav .container {
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 767.98px) {
        .header-fixed.website-nav .container .header-logo-text {
          display: none; } }
  @media (min-width: 992px) {
    .header-fixed {
      display: block; } }

.header-logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  /* flex: 0 0 40px; */ }

.header-logo-mark {
  fill: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  width: 40px; }

.header-logo-text {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500; }

.header-mobile-nav-toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500; }
  .header-mobile-nav-toggle .icon {
    fill: #ffffff;
    height: 10px;
    margin-right: 5px;
    width: 10px; }
  .header-mobile-nav-toggle .icon-cross {
    display: none; }
  @media (min-width: 992px) {
    .header-mobile-nav-toggle {
      display: none; } }

@media (max-width: 991.98px) {
  .header.mobile-nav-is-open {
    background-color: #1C1C1C; }
    .header.mobile-nav-is-open .header-logo-mark {
      fill: #ffffff; }
    .header.mobile-nav-is-open .header-logo-text {
      color: #ffffff; }
    .header.mobile-nav-is-open .header-mobile-nav-toggle {
      color: #ffffff; }
      .header.mobile-nav-is-open .header-mobile-nav-toggle .icon-cross {
        display: inline-block;
        fill: #ffffff; }
      .header.mobile-nav-is-open .header-mobile-nav-toggle .icon-down {
        display: none; } }

.header-search {
  display: none; }
  @media (min-width: 992px) {
    .header-search {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #F3F2F2;
      border-radius: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 30px;
      width: 31px; }
      .header-search svg.icon {
        fill: #73716E;
        height: 14px;
        width: 15px; } }

.nav-item-mobile-only {
  display: list-item; }

.nav-item-group-title {
  display: list-item;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 12px;
  margin-top: 20px; }

.nav-item-group-title a {
  text-decoration: none; }

@media screen and (min-width: 768px) {
  .nav-item-mobile-only, .nav-item-group-title {
    display: none; } }

.slick-dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.slick-active .slickbox {
  opacity: 1;
  border: #599CFF 2px solid;
  border-radius: 5px;
  -webkit-transform: scale(1.5);
  transform: scale(1.05);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }

.slick-dots li:hover .slickbox {
  opacity: 1;
  -webkit-transform: scale(1.5);
  transform: scale(1.05);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }

@media (max-width: 991.98px) {
  .homescreen-slider-nav li {
    display: none; }
    .homescreen-slider-nav li.is-active {
      display: block;
      margin: 0 auto;
      width: 100%;
      pointer-events: none; }
      .homescreen-slider-nav li.is-active .carousel-title {
        display: none; } }

.homescreen-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto; }
  .homescreen-slider-nav a {
    text-decoration: none !important; }
  .homescreen-slider-nav .slickbox {
    text-align: center;
    border: white 2px solid;
    border-radius: 5px;
    padding: 25px 20px;
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: all ease-in .15s;
    transition: all ease-in .15s; }
  .homescreen-slider-nav li.is-active .slickbox {
    opacity: 1;
    border-color: #8197bb; }

.homescreen-slider-nav-select {
  color: black; }

.carousel-title {
  font-size: 20px;
  color: white; }

.carousel-default {
  font-size: 14px;
  color: white;
  margin-top: 5px; }

.screen-slider .slick-slide {
  opacity: 0 !important; }

.screen-slider .slick-slide.slick-current {
  opacity: 1 !important; }

.homescreen-slider-items .slick-dots {
  margin-top: 50px; }

.homescreen-slider-items {
  margin-bottom: 50px; }

.mobile-nav {
  background-color: #1C1C1C;
  display: none;
  height: calc( 100% - 70px);
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 5; }
  .mobile-nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; }
  .mobile-nav.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 992px) {
      .mobile-nav.is-open {
        display: none; } }
  @media (min-width: 992px) {
    .mobile-nav {
      display: none; } }

body.body-mobile-nav-is-open {
  overflow-y: hidden; }

.mobile-nav-primary {
  padding-top: 20px;
  width: 100%; }
  .mobile-nav-primary ul li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    padding: 10px 0;
    position: relative; }
    .mobile-nav-primary ul li a:hover, .mobile-nav-primary ul li a:active, .mobile-nav-primary ul li a:focus {
      text-decoration: underline; }
  .mobile-nav-primary ul li.menu-item-has-children > a span {
    background-image: url(../../src/svg/grey-down-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    position: relative;
    width: 20px; }
  .mobile-nav-primary ul li.menu-item-has-children ul {
    display: none; }
    .mobile-nav-primary ul li.menu-item-has-children ul li a {
      color: #B0ADAB;
      padding: 10px 30px; }

.mobile-nav-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #B0ADAB;
  margin-top: 20px;
  width: 100%; }
  .mobile-nav-bottom h3 {
    color: #B0ADAB; }
  .mobile-nav-bottom .inline-form {
    margin-bottom: 20px; }
    .mobile-nav-bottom .inline-form input {
      background: #2f2c2a;
      border: 1px solid rgba(255, 255, 255, 0.1);
      color: #B0ADAB;
      text-align: left; }
  .mobile-nav-bottom ul {
    margin-bottom: 20px; }
    .mobile-nav-bottom ul li {
      font-weight: 500;
      margin-bottom: 15px; }
      .mobile-nav-bottom ul li:last-of-type {
        margin-bottom: 0; }
      .mobile-nav-bottom ul li a {
        color: #ffffff; }

.mobile-nav-follow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #B0ADAB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px; }
  .mobile-nav-follow .social-icons ul {
    margin-bottom: 0; }

.mobile-nav-secondary {
  padding: 20px 0 10px; }
  .mobile-nav-secondary ul li {
    margin-bottom: 5px; }
    .mobile-nav-secondary ul li:last-of-type {
      margin-bottom: 0; }

.desktop-nav-main {
  display: none;
  visibility: hidden; }
  @media (min-width: 992px) {
    .desktop-nav-main {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      visibility: visible; } }
  .desktop-nav-main ul.sub-menu {
    top: 38px; }
  .desktop-nav-main > ul > li {
    margin: 0;
    /* padding: 10px 15px; */ }
  .desktop-nav-main ul {
    margin-bottom: 0px !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .desktop-nav-main ul li {
      font-size: 14px;
      line-height: 1.3;
      margin: 0 5px;
      position: relative;
      white-space: nowrap; }
      .desktop-nav-main ul li > a {
        border-radius: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 500;
        padding: 10px; }
      .desktop-nav-main ul li ul {
        background-color: #191D30;
        border-radius: 5px;
        -webkit-box-shadow: 0px 1px 7px rgba(43, 40, 38, 0.2);
                box-shadow: 0px 1px 7px rgba(43, 40, 38, 0.2);
        display: none;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 38px;
        /* min-width: 140px; */
        z-index: 15; }
        .desktop-nav-main ul li ul > li {
          margin: 0; }
          .desktop-nav-main ul li ul > li > a {
            border-radius: 0; }
      .desktop-nav-main ul li.menu-item-has-children > a {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
        .desktop-nav-main ul li.menu-item-has-children > a:after {
          background-image: url(../../src/svg/grey-down-arrow.svg);
          background-position: center center;
          background-repeat: no-repeat;
          content: "";
          display: inline-block;
          height: 18px;
          margin-left: 5px;
          position: relative;
          width: 13px;
          top: 2px; }
      .desktop-nav-main ul li:hover ul, .desktop-nav-main ul li:active ul, .desktop-nav-main ul li:focus ul {
        display: block;
        min-width: 100%; }

.desktop-nav-main:not(.desktop-nav-main-blog) ul li:hover > a, .desktop-nav-main:not(.desktop-nav-main-blog) ul li:active > a, .desktop-nav-main:not(.desktop-nav-main-blog) ul li:focus > a, .desktop-nav-main:not(.desktop-nav-main-blog) ul li.current-menu-item > a {
  background-color: #202c50; }

.desktop-nav-main:not(.desktop-nav-main-blog) ul li ul > li.current-menu-item > a {
  background-color: #191D30; }

.desktop-nav-main:not(.desktop-nav-main-blog) ul li ul > li:hover > a, .desktop-nav-main:not(.desktop-nav-main-blog) ul li ul > li:active > a, .desktop-nav-main:not(.desktop-nav-main-blog) ul li ul > li:focus > a {
  background-color: #212633; }

.desktop-nav-small {
  display: none;
  visibility: hidden; }
  @media (min-width: 992px) {
    .desktop-nav-small {
      display: block;
      visibility: visible; } }
  .desktop-nav-small ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px !important; }
    .desktop-nav-small ul li:first-child a {
      margin-right: 10px;
      font-size: 15px;
      padding: 9px 28px;
      font-weight: bold; }
    .desktop-nav-small ul li:hover {
      background-color: transparent; }
    .desktop-nav-small ul li a {
      font-size: 15px;
      padding: 9px 28px;
      font-weight: bold;
      background-color: transparent;
      border: 2px solid #14F0AF; }
      .desktop-nav-small ul li a:hover, .desktop-nav-small ul li a :active {
        background-color: #14F0AF; }
    .desktop-nav-small ul li {
      margin: 0 5px; }
      .desktop-nav-small ul li ul {
        display: none; }

.social-icons ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .social-icons ul li {
    margin: 0 10px; }
    .social-icons ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .social-icons ul li a .icon {
        height: 18px;
        fill: #B0ADAB;
        width: 18px; }
      .social-icons ul li a:hover .icon, .social-icons ul li a:active .icon, .social-icons ul li a:focus .icon {
        fill: #ffffff; }

.footer {
  background-color: #0B0E24;
  background-image: radial-gradient(#303661, #0B0E24);
  background-repeat: repeat-x;
  color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding: 20px 0; }
  @media (min-width: 992px) {
    .footer {
      border-top: 0;
      font-size: 14px;
      padding: 0; } }
  @media (min-width: 992px) {
    .footer .container {
      padding: 30px 10px 0 10px; } }
  .footer .social-icons li a .icon {
    fill: #ffffff; }
  .footer .social-icons li a:hover .icon, .footer .social-icons li a:active .icon, .footer .social-icons li a:focus .icon {
    fill: gray; }
  .footer .lang-switcher {
    color: #2B2826; }

.footer-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #ffffff;
  height: 40px;
  margin-right: 15px;
  width: 40px; }

.footer-excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .footer-excerpt p {
    color: #ffffff; }
  .footer-excerpt .footer-logo {
    fill: #ffffff;
    display: none; }
    @media (min-width: 992px) {
      .footer-excerpt .footer-logo {
        display: block; } }
  .footer-excerpt h3 {
    margin-bottom: 10px;
    color: #ffffff; }
    @media (min-width: 992px) {
      .footer-excerpt h3 {
        font-size: 12px; } }
  .footer-excerpt p {
    color: #ffffff; }

.footer-bottom-nav {
  margin-bottom: 20px; }
  .footer-bottom-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer-bottom-nav ul li {
      display: block;
      width: 100%; }
      .footer-bottom-nav ul li a {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .footer-bottom-nav ul li a:hover, .footer-bottom-nav ul li a:active, .footer-bottom-nav ul li a:focus {
          text-decoration: underline; }
      .footer-bottom-nav ul li.phone, .footer-bottom-nav ul li.email {
        margin-top: 10px;
        width: 50%; }
        .footer-bottom-nav ul li.phone a, .footer-bottom-nav ul li.email a {
          color: #ffffff; }
      .footer-bottom-nav ul li.languages {
        margin-top: 20px; }
      .footer-bottom-nav ul li .icon {
        fill: #ffffff;
        height: 15px;
        margin-right: 5px;
        width: 15px; }

.footer-bottom-copyright {
  color: #ffffff;
  font-size: 14px;
  text-align: center; }
  @media (min-width: 992px) {
    .footer-bottom-copyright {
      font-size: 12px;
      text-align: left; } }

@media (max-width: 768px) {
  .footer-bottom-nav ul li.contact-us, .footer-bottom-nav ul li.email {
    display: inline-block;
    width: 50%;
    margin: 0; }
  .footer-bottom-nav ul li.email a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media (min-width: 992px) {
  .mobile-footer {
    display: none; } }

.mobile-footer .footer-excerpt {
  margin-bottom: 20px; }

.mobile-footer .lang-switcher {
  margin-top: 20px; }

.mobile-footer-logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }

.desktop-footer {
  display: none;
  background-image: url("/wp-content/themes/ga-v2/dist/images/footer-bg-cover.jpg");
  color: #ffffff;
  padding-top: 110px;
  padding-bottom: 90px;
  background-repeat: repeat;
  background-position: bottom left;
  background-color: #4650F0; }
  @media (min-width: 992px) {
    .desktop-footer {
      display: block; } }
  @media (min-width: 1200px) {
    .desktop-footer .dk-select {
      min-width: 120px; } }
  .desktop-footer .dk-select,
  .desktop-footer .dk-selected {
    height: 34px; }
  .desktop-footer .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
  .desktop-footer .footer-excerpt {
    -webkit-box-flex: 1.6;
        -ms-flex: 1.6;
            flex: 1.6;
    padding-right: 40px; }
  .desktop-footer .footer-nav {
    border-bottom: 0;
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
    margin: 0;
    padding: 0; }
    .desktop-footer .footer-nav ul:not(.sub-menu) > li.menu-item-has-children {
      font-size: 12px;
      width: 25%; }
      .desktop-footer .footer-nav ul:not(.sub-menu) > li.menu-item-has-children a:not([href]):hover {
        text-decoration: none; }
      .desktop-footer .footer-nav ul:not(.sub-menu) > li.menu-item-has-children > a {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .desktop-footer .footer-nav ul:not(.sub-menu) > li.menu-item-has-children > a::before {
          background-image: url(../../src/svg/right-enter-arrow-white.svg);
          background-repeat: no-repeat;
          background-position: center center;
          display: inline-block;
          content: "";
          height: 16px;
          width: 16px; }
      .desktop-footer .footer-nav ul:not(.sub-menu) > li.menu-item-has-children ul.sub-menu {
        margin-top: 10px;
        margin-left: 16px; }
        .desktop-footer .footer-nav ul:not(.sub-menu) > li.menu-item-has-children ul.sub-menu li {
          font-size: 14px; }
  .desktop-footer .footer-bottom {
    border-top: 1px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0; }
    .desktop-footer .footer-bottom div:not(.footer-bottom-nav) {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .desktop-footer .footer-bottom-copyright {
    margin-right: 10px; }
  .desktop-footer .footer-bottom-cn-ip {
    margin-right: 10px;
    padding-left: 10px; }
  .desktop-footer .footer-bottom-nav {
    margin: 0; }
    .desktop-footer .footer-bottom-nav ul:not(.dk-select-options) {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .desktop-footer .footer-bottom-nav ul:not(.dk-select-options) li {
        font-size: 12px;
        margin: 0;
        margin-right: 20px;
        width: auto; }
        .desktop-footer .footer-bottom-nav ul:not(.dk-select-options) li img {
          height: 35px; }
        .desktop-footer .footer-bottom-nav ul:not(.dk-select-options) li:last-of-type {
          margin-right: 0; }
    .desktop-footer .footer-bottom-nav ul.dk-select-options li {
      margin-right: 0; }

.footer-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
  padding: 20px 0 10px; }
  .footer-nav ul li a:hover, .footer-nav ul li a:active, .footer-nav ul li a:focus {
    text-decoration: underline; }
  .footer-nav ul:not(.sub-menu) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer-nav ul:not(.sub-menu) > li.menu-item-has-children {
      margin-bottom: 20px;
      width: 50%; }
      .footer-nav ul:not(.sub-menu) > li.menu-item-has-children:nth-of-type(odd) {
        padding-right: 10px; }
        @media (min-width: 992px) {
          .footer-nav ul:not(.sub-menu) > li.menu-item-has-children:nth-of-type(odd) {
            padding-right: 0;
            padding-left: 20px; } }
      .footer-nav ul:not(.sub-menu) > li.menu-item-has-children:nth-of-type(even) {
        padding-left: 10px; }
        @media (min-width: 992px) {
          .footer-nav ul:not(.sub-menu) > li.menu-item-has-children:nth-of-type(even) {
            padding-left: 20px; } }
      .footer-nav ul:not(.sub-menu) > li.menu-item-has-children ul.sub-menu {
        margin-top: 5px; }
        .footer-nav ul:not(.sub-menu) > li.menu-item-has-children ul.sub-menu li {
          color: #ffffff;
          font-size: 16px;
          font-weight: 400;
          letter-spacing: 0;
          margin-bottom: 5px;
          text-transform: none; }

.page .static {
  position: static !important; }

.page-title {
  color: #2B2826;
  line-height: 1.2;
  font-size: 50px;
  font-weight: 500; }
  @media (min-width: 992px) {
    .page-title {
      font-size: 72px; } }

.blue-container .page-title {
  color: #ffffff; }

.blue-gradient-container .page-title {
  color: #ffffff; }

.page-title.page-title-smaller {
  font-size: 40px; }
  @media only screen and (min-width: 1280px) {
    .page-title.page-title-smaller {
      font-size: 48px; } }

.page-title.page-title-animated {
  font-size: 45px; }
  @media (max-width: 575.98px) {
    .page-title.page-title-animated {
      font-size: 30px; } }
  @media only screen and (min-width: 1280px) {
    .page-title.page-title-animated {
      font-size: 52px; } }

.page-subheading, .page-subheading-light {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400; }
  .page-subheading a, .page-subheading-light a {
    color: #3C9ECE;
    text-decoration: underline; }
  .page-subheading b, .page-subheading-light b {
    font-weight: 500; }

.page-subheading-hero {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400; }
  .page-subheading-hero a {
    color: #3C9ECE;
    text-decoration: underline; }
  .page-subheading-hero b {
    font-weight: 500; }

.page-subheading-large {
  font-size: 26px;
  opacity: 0.7;
  font-weight: 300;
  max-width: 100%; }

.page-subheading-light {
  font-weight: 400; }

.page-intro {
  color: #73716E;
  font-size: 18px;
  line-height: 1.7;
  text-align: center; }
  @media (min-width: 992px) {
    .page-intro {
      text-align: left; } }

.top-left-squares {
  background-image: url("../images/top-left-squares.png");
  width: 285px;
  height: 228px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.bottom-right-squares {
  background-image: url("../images/bottom-right-squares.png");
  width: 238px;
  height: 238px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1; }

.overflowing-excavators {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: -110px;
  margin-bottom: -80px;
  width: 100%;
  background-image: url("../images/excav-bg.png");
  height: 756px;
  background-position: center;
  background-repeat: no-repeat; }

.overflowing-left-cranes {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: -410px;
  margin-bottom: -80px;
  width: 100%;
  background-image: url("../images/left-cranes.png");
  height: 613px;
  background-position: left;
  background-repeat: no-repeat; }

.overflowing-left-buildings {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: -406px;
  margin-bottom: -208px;
  width: 100%;
  background-image: url("../images/buildings.png");
  height: 613px;
  background-position: left;
  background-repeat: no-repeat; }

@media (max-width: 767.98px) {
  body.page-template-template-customers #customers-intro .page-title.page-title-smaller {
    font-size: 26px; }
  body.page-template-template-customers #customers-intro img {
    width: 80%; } }

.section {
  padding: 40px 0;
  position: relative;
  z-index: 1; }
  @media (min-width: 992px) {
    .section {
      padding: 40px 0; } }
  .section.section-used-by-the-best, .section.section-what-we-offer, .section.section-testimonials, .section.section-more-reasons {
    padding: 110px 0 100px; }
    .section.section-used-by-the-best h4.h4-lighter, .section.section-what-we-offer h4.h4-lighter, .section.section-testimonials h4.h4-lighter, .section.section-more-reasons h4.h4-lighter {
      margin: 50px auto 110px; }
  .section.section-used-by-the-best-homepage h4.h4-lighter {
    margin: 50px auto 50px; }
  .section.section-what-we-offer + .overflowing-excavators {
    margin-top: -370px; }
  .section .row div[class^="col-"], .section ul.quote-grid div[class^="col-"] {
    position: relative; }
    .section .row div[class^="col-"]:last-of-type, .section ul.quote-grid div[class^="col-"]:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .section .row div[class^="col-"], .section ul.quote-grid div[class^="col-"] {
        margin-bottom: 0; } }
  .section .row-cols-bottom-spaced div[class^="col-"] {
    position: relative; }
    .section .row-cols-bottom-spaced div[class^="col-"]:last-of-type {
      margin-bottom: 20px; }
    @media (min-width: 992px) {
      .section .row-cols-bottom-spaced div[class^="col-"] {
        margin-bottom: 30px; }
        .section .row-cols-bottom-spaced div[class^="col-"]:last-of-type {
          margin-bottom: 30px; } }
  .section .row-cols-bottom-spaced > div[class^="col-"]:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .section .row-cols-bottom-spaced > div[class^="col-"]:last-of-type {
      margin-bottom: 0; } }
  .section .row-cols-bottom-spaced .row:last-of-type div[class^="col-"]:last-of-type, .section .row-cols-bottom-spaced ul.quote-grid:last-of-type div[class^="col-"]:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .section .row-cols-bottom-spaced .row:last-of-type div[class^="col-"], .section .row-cols-bottom-spaced ul.quote-grid:last-of-type div[class^="col-"] {
      margin-bottom: 0; } }
  .section p,
  .section li,
  .section span {
    color: #73716E; }
    .section p > a,
    .section li > a,
    .section span > a {
      color: #4650F0; }
      .section p > a:hover, .section p > a:active, .section p > a:focus,
      .section li > a:hover,
      .section li > a:active,
      .section li > a:focus,
      .section span > a:hover,
      .section span > a:active,
      .section span > a:focus {
        text-decoration: underline; }
      .section p > a .icon,
      .section li > a .icon,
      .section span > a .icon {
        fill: #4650F0; }

.section-half-padding {
  padding: 20px 0; }
  @media (min-width: 992px) {
    .section-half-padding {
      padding: 40px 0; } }

.section-double-padding {
  padding: 80px 0; }
  @media (min-width: 992px) {
    .section-double-padding {
      padding: 160px 0; } }

.section-no-padding {
  padding: 0; }
  .section-no-padding .container {
    padding: 0; }

.section-no-padding-top {
  padding-top: 0; }
  @media (min-width: 992px) {
    .section-no-padding-top {
      padding-top: 0; } }

.section-half-padding-top {
  padding-top: 20px; }
  @media (min-width: 992px) {
    .section-half-padding-top {
      padding-top: 40px; } }

.section-bordered::before {
  background-color: rgba(0, 0, 0, 0.07);
  top: 0;
  content: "";
  height: 1px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: 100%; }
  @media (min-width: 576px) {
    .section-bordered::before {
      width: 540px; } }
  @media (min-width: 768px) {
    .section-bordered::before {
      width: 720px; } }
  @media (min-width: 992px) {
    .section-bordered::before {
      width: 960px; } }
  @media (min-width: 1200px) {
    .section-bordered::before {
      width: 1140px; } }

.section-bordered::after {
  background-color: rgba(0, 0, 0, 0.07);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: 100%; }
  @media (min-width: 576px) {
    .section-bordered::after {
      width: 540px; } }
  @media (min-width: 768px) {
    .section-bordered::after {
      width: 720px; } }
  @media (min-width: 992px) {
    .section-bordered::after {
      width: 960px; } }
  @media (min-width: 1200px) {
    .section-bordered::after {
      width: 1140px; } }

.section-border-top::after {
  background-color: rgba(0, 0, 0, 0.07);
  top: 0;
  content: "";
  height: 1px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: 100%; }
  @media (min-width: 576px) {
    .section-border-top::after {
      width: 540px; } }
  @media (min-width: 768px) {
    .section-border-top::after {
      width: 720px; } }
  @media (min-width: 992px) {
    .section-border-top::after {
      width: 960px; } }
  @media (min-width: 1200px) {
    .section-border-top::after {
      width: 1140px; } }

@media (min-width: 992px) {
  .section-border-top-narrow::after {
    max-width: 780px; } }

.section-border-bottom::after {
  background-color: #4650F0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 80%;
  /* @include media-breakpoint-up( md ) {
      width: 720px;
    }

    @include media-breakpoint-up( lg ) {
      width: 960px;
    }

    @include media-breakpoint-up( xl ) {
      width: 1140px;
    } */ }
  @media (min-width: 576px) {
    .section-border-bottom::after {
      width: 540px; } }

.section-grey-bg {
  background-color: #fbfbfb; }

@media (min-width: 992px) {
  .section-bg-right-edge {
    background-repeat: no-repeat;
    background-position: center right; }
    .section-bg-right-edge::before {
      content: "";
      background-color: #ffffff;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 45%;
      z-index: 0; }
    .section-bg-right-edge::after {
      content: "";
      background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
      background-image: linear-gradient(to right, #ffffff, transparent);
      height: 100%;
      position: absolute;
      left: 45%;
      top: 0;
      width: 15%;
      z-index: -1; } }

@media (min-width: 992px) {
  .section-bg-right {
    background-repeat: no-repeat;
    background-position: right center; }
    .section-bg-right::before {
      content: "";
      background-color: #ffffff;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 45%;
      z-index: 0; }
    .section-bg-right::after {
      content: "";
      background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
      background-image: linear-gradient(to right, #ffffff, transparent);
      height: 100%;
      position: absolute;
      left: 45%;
      top: 0;
      width: 15%;
      z-index: -1; } }

.section-dark {
  background-color: #000000; }
  .section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6, .section-dark .h1, .section-dark .h2, .section-dark .game-tiles, .section-dark .h3, .section-dark .rte blockquote, .rte .section-dark blockquote, .section-dark .rte-post blockquote p, .rte-post blockquote .section-dark p, .section-dark .h4, .section-dark .h5, .section-dark .h6 {
    color: #ffffff; }
  .section-dark p,
  .section-dark li,
  .section-dark span {
    color: rgba(255, 255, 255, 0.7); }

.section-dark-feature {
  background-color: #2B2826 !important; }
  .section-dark-feature h1, .section-dark-feature h2, .section-dark-feature h3, .section-dark-feature h4, .section-dark-feature h5, .section-dark-feature h6, .section-dark-feature .h1, .section-dark-feature .h2, .section-dark-feature .game-tiles, .section-dark-feature .h3, .section-dark-feature .rte blockquote, .rte .section-dark-feature blockquote, .section-dark-feature .rte-post blockquote p, .rte-post blockquote .section-dark-feature p, .section-dark-feature .h4, .section-dark-feature .h5, .section-dark-feature .h6 {
    color: #ffffff; }
  .section-dark-feature p,
  .section-dark-feature li,
  .section-dark-feature span {
    color: rgba(255, 255, 255, 0.7); }

@media (min-width: 992px) {
  .section-custom-left-padding {
    padding-left: 7%; } }

.section-home-1 {
  padding-bottom: 0; }

.section-brand-logos {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #efefef;
  z-index: 2;
  position: relative; }

.sdks-logos {
  padding-top: 5px;
  padding-bottom: 5px; }
  .sdks-logos li {
    padding-left: 20px;
    padding-right: 20px; }
  .sdks-logos .side-by-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sdks-logos .side-by-side .col {
      padding: 0; }
  .sdks-logos svg.icon {
    color: #1B223B !important;
    fill: #1B223B !important;
    margin: 0 !important; }
  .sdks-logos h5 {
    font-weight: 500;
    color: #1B223B;
    white-space: nowrap;
    margin: 0; }
  @media (max-width: 991.98px) {
    .sdks-logos .container {
      padding-left: 20px;
      padding-right: 20px; }
    .sdks-logos .side-by-side {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .sdks-logos h5 {
      text-align: center;
      margin: 10px 0; } }

.section-inline-stats-white .slick-arrow {
  display: none !important; }

.section-mobile-app {
  min-height: 354px;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .section-mobile-app > .container {
    -webkit-transform: translateY(-36px);
            transform: translateY(-36px); }
  .section-mobile-app .floating-mobile {
    position: absolute;
    bottom: 0;
    right: 150px; }

.section-about-values {
  min-height: 354px;
  padding-top: 120px;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .section-about-values > .container {
    -webkit-transform: translateY(-36px);
            transform: translateY(-36px); }

/*.section-home-1 {

  @include media-breakpoint-up( lg ) {
    @include img-retina( '../images/home-section-1.png', '../images/home-section-1@2x.png', '919px', '752px' );
  }
}*/
/* HIDDEN SWIRLS
// Features page
.section-features-1 {

  @include media-breakpoint-up( lg ) {
    background-image: url('../images/placeholder-rectangle-vertical.png'), url('../images/placeholder-rectangle-vertical.png');
    background-position: bottom 150px left 0, bottom 150px right 0;
    background-repeat: no-repeat, no-repeat;
  }

  @include media-breakpoint-up( xl ) {
    background-position: bottom 150px left 10%, bottom 150px right 10%;

  }
}
*/
/* .section-features-11 {
  background-image: url('../images/features-section-11.png');
  background-position: top center;
  background-repeat: no-repeat;
}*/
.section-about-1,
.section-careers-1,
.section-home-1 {
  padding-top: 120px; }

@media (min-width: 992px) {
  .section-about-1-pull-image {
    margin-top: -160px; } }

@media (min-width: 1200px) {
  .section-about-1-pull-image {
    margin-top: -320px; } }

@media (min-width: 992px) {
  .section-about-4-pull-image {
    margin-top: -180px; } }

@media (min-width: 1200px) {
  .section-about-4-pull-image {
    margin-top: -200px; } }

/* HIDDEN SWIRLS
// Pricing page
.section-pricing-1 {
  @include media-breakpoint-up( lg ) {
    background-image: url('../images/placeholder-rectangle-vertical.png'), url('../images/placeholder-rectangle-large.png'), url('../images/placeholder-rectangle-vertical.png');
    background-position: bottom 120px left 0, bottom 120px center, bottom 120px right 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }
}
*/
@media (min-width: 992px) {
  .section-publisher-1 {
    background-image: url("../images/section-1-publisher-left.png"), url("../images/section-1-publisher-right.png");
    background-position: top 90px left 0, top 90px right 0;
    background-repeat: no-repeat, no-repeat; } }

@media (min-width: 992px) {
  .section-publisher-homa-games {
    background-image: url("../images/homa-publisher-left-bg.png"), url("../images/homa-publisher-right-bg.png");
    background-position: top 50px left 0, top 50px right 0;
    background-repeat: no-repeat, no-repeat; } }

.section-benchmarks-plus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000554), to(#2430E5));
  background-image: linear-gradient(#000554, #2430E5);
  background-repeat: no-repeat, no-repeat;
  background-color: #000554; }
  @media (min-width: 576px) {
    .section-benchmarks-plus {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#000554), to(#2430E5));
      background-image: linear-gradient(#000554, #2430E5);
      background-repeat: no-repeat, no-repeat;
      background-color: #000554; } }
  @media (min-width: 768px) {
    .section-benchmarks-plus {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#000554), to(#2430E5));
      background-image: linear-gradient(#000554, #2430E5);
      background-repeat: no-repeat, no-repeat;
      background-color: #000554; } }
  @media (min-width: 992px) {
    .section-benchmarks-plus {
      background-image: url("../images/benchmarks-left-bg.png"), url("../images/benchmarks-right-bg.png"), -webkit-gradient(linear, left top, left bottom, from(#000554), to(#2430E5));
      background-image: url("../images/benchmarks-left-bg.png"), url("../images/benchmarks-right-bg.png"), linear-gradient(#000554, #2430E5);
      background-position: top 90px left 0, top 90px right 0;
      background-repeat: no-repeat, no-repeat;
      background-color: #000554; } }

/* OLD BENCHMARKS LP BACKGROUND
// Benchmarks+ early bird
.section-benchmarks-plus-old {
  @include media-breakpoint-up( xs ) {
    background-image: linear-gradient(#0B0E24, #303661);
    background-repeat: no-repeat, no-repeat;
    background-color: #0B0E22;
  }
  @include media-breakpoint-up( sm ) {
    background-image: linear-gradient(#0B0E24, #303661);
    background-repeat: no-repeat, no-repeat;
    background-color: #0B0E22;
  }
  @include media-breakpoint-up( md ) {
    background-image: linear-gradient(#0B0E24, #303661);
    background-repeat: no-repeat, no-repeat;
    background-color: #0B0E22;
  }
  @include media-breakpoint-up( lg ) {
    background-image: url('../images/benchmarks-left-bg.png'), url('../images/benchmarks-right-bg.png'), linear-gradient(#0B0E24, #303661);
    background-position: top 90px left 0, top 90px right 0;
    background-repeat: no-repeat, no-repeat;
    background-color: #0B0E22;
  }
}
*/
/* HIDDEN SWIRLS
// Author page
.section-author-heading {
  @include media-breakpoint-up( lg ) {
    background-image: url('../images/home-section-3-left.png'), url('../images/home-section-3-right.png');
    background-position: top 45% left 30px, top 45% right 30px;
    background-repeat: no-repeat, no-repeat;
  }
}
*/
#features-slider h2 {
  margin-bottom: 60px; }

@media (min-width: 992px) {
  .section-customers-3 .dividing-line {
    margin-left: 0; } }

@media (max-width: 991.98px) {
  #homa-games .btn, #homa-games input[type=submit],
  #homa-games button[type=submit], #homa-games .mobile-nav-secondary ul li a, .mobile-nav-secondary ul li #homa-games a, #homa-games .desktop-nav-small ul li a, .desktop-nav-small ul li #homa-games a, #softgames .btn, #softgames input[type=submit],
  #softgames button[type=submit], #softgames .mobile-nav-secondary ul li a, .mobile-nav-secondary ul li #softgames a, #softgames .desktop-nav-small ul li a, .desktop-nav-small ul li #softgames a {
    margin-bottom: 40px; }
  #view-demo {
    padding-top: 60px;
    padding-bottom: 70px; }
    #view-demo .paragraph {
      margin-top: 37px;
      margin-bottom: 35px; }
  #case-studies .case + .case {
    margin-top: 50px; }
  #features-slider h2 {
    margin-bottom: 45px; }
  #features-slider .features-mobile-nav {
    margin-bottom: 45px; }
  #features-slider .screen-slider-item-details h3, #features-slider .screen-slider-item-details p {
    margin-bottom: 43px; }
  #features-slider .slider-nav {
    margin-bottom: 5px; }
  #customers-intro {
    padding-top: 130px; }
  .container .mobile-flex-order .form-wrapper {
    margin-top: 10px; } }

.inline-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  @media (min-width: 992px) {
    .inline-form {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      max-width: 555px;
      margin-left: auto;
      margin-right: auto; } }
  .inline-form input[type=text],
  .inline-form input[type=email],
  .inline-form input[type=number],
  .inline-form textarea {
    text-align: center; }
    @media (min-width: 992px) {
      .inline-form input[type=text],
      .inline-form input[type=email],
      .inline-form input[type=number],
      .inline-form textarea {
        text-align: left; } }
  @media (min-width: 992px) {
    .inline-form .first-input {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }
  @media (min-width: 992px) {
    .inline-form .last-input {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; } }

.inline-form-smaller input[type=text], .inline-form-smaller input[type=email], .inline-form-smaller input[type=number], .inline-form-smaller textarea {
  font-size: 14px;
  padding: 7px 10px;
  height: 45px; }

.inline-form-smaller .btn, .inline-form-smaller input[type=submit],
.inline-form-smaller button[type=submit], .inline-form-smaller .mobile-nav-secondary ul li a, .mobile-nav-secondary ul li .inline-form-smaller a, .inline-form-smaller .desktop-nav-small ul li a, .desktop-nav-small ul li .inline-form-smaller a, .inline-form-smaller input[type=submit], .inline-form-smaller button[type=submit] {
  font-size: 13px;
  height: 45px;
  padding: 7px 10px; }

@media (min-width: 992px) {
  .inline-form-narrow {
    max-width: 380px; } }

.bubble {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(43, 40, 38, 0.1);
          box-shadow: 0px 1px 3px rgba(43, 40, 38, 0.1);
  color: #73716E;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  line-height: 1.3;
  padding: 14px 20px;
  -webkit-transition: ease-in-out, 250ms;
  transition: ease-in-out, 250ms; }
  .bubble .bubble-highlighted {
    color: #2B2826;
    font-weight: 700;
    margin-right: 10px; }
  .bubble .icon {
    fill: #4650F0;
    height: 12px;
    margin-left: 10px;
    width: 6px; }

a.bubble:hover, a.bubble:active, a.bubble:focus {
  background-color: #F3F2F2; }

.bubble-spaced {
  margin-bottom: 20px; }

.bubble-fw {
  width: 100%; }

ul.inline-bullets {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #73716E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) {
    ul.inline-bullets {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  ul.inline-bullets li {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    ul.inline-bullets li::before {
      color: #B0ADAB;
      content: "•";
      margin: 0 10px; }
    @media (min-width: 768px) {
      ul.inline-bullets li:first-of-type::before {
        display: none; } }

.card, .arrows-up,
.arrows-down,
.arrows-left,
.arrows-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(43, 40, 38, 0.1);
          box-shadow: 0px 1px 3px rgba(43, 40, 38, 0.1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: ease-in-out, 250ms;
  transition: ease-in-out, 250ms;
  width: 100%; }

.card-body {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.benchmarks-card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 1px 3px rgba(43, 40, 38, 0.1);
          box-shadow: 0px 1px 3px rgba(43, 40, 38, 0.1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: ease-in-out, 250ms;
  transition: ease-in-out, 250ms;
  width: 100%; }
  .benchmarks-card .card-footer {
    position: absolute;
    bottom: 0;
    width: 100%; }

.benchmarks-card-main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-color: #4D75E8;
  -webkit-box-shadow: 0px 0px 9px rgba(70, 80, 240, 0.9);
          box-shadow: 0px 0px 9px rgba(70, 80, 240, 0.9);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: ease-in-out, 250ms;
  transition: ease-in-out, 250ms;
  width: 100%; }

.card-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%; }

@media (min-width: 992px) {
  .card-inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

/* HIDDEN SWIRLS
.card-with-swirls {

    @include media-breakpoint-up( lg ) {
      position: relative;

      &::after,
      &::before {
        background-position: center center;
        background-repeat: no-repeat;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        width: 160px;
      }

      &::after {
        @include img-retina( '../images/home-section-3-left.png', '../images/home-section-3-left@2x.png', '240px', '138px' );
        left: -161px;
      }

      &::before {
        @include img-retina( '../images/home-section-3-right.png', '../images/home-section-3-right@2x.png', '207px', '183px' );
        right: -161px;
      }
    }
}
*/
@media (min-width: 992px) {
  .card-with-circle {
    position: relative;
    /* HIDDEN SWIRLS
    &::after {
      @include img-retina( '../images/home-section-3-left.png', '../images/home-section-3-left@2x.png', '240px', '138px' );
      left: -161px;
    }
*/ }
    .card-with-circle::after, .card-with-circle::before {
      background-position: top 100px center;
      background-repeat: no-repeat;
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      width: 160px; }
    .card-with-circle::before {
      background-image: url("../images/circle.png");
      right: -79px; } }
    @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (min-resolution: 2dppx) {
      .card-with-circle::before {
        background-image: url("../images/circle@2x.png");
        background-size: "136px" "136px"; } }

.half-opacity {
  opacity: 50%; }

.card-section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 50px 20px;
  position: relative;
  width: 100%; }
  .card-section:last-of-type {
    border-bottom: 0; }
  @media (min-width: 992px) {
    .card-section {
      padding: 60px; } }

.card-section-cv {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 50px 20px;
  position: relative;
  width: 100%;
  background-color: #fbfbfb; }
  .card-section-cv:last-of-type {
    border-bottom: 0; }
  @media (min-width: 992px) {
    .card-section-cv {
      padding: 60px; } }

.card-section-no-padding-bottom {
  padding-bottom: 0 !important; }
  @media (min-width: 992px) {
    .card-section-no-padding-bottom {
      padding-bottom: 0 !important; } }

.card-section-no-padding-sides {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 992px) {
    .card-section-no-padding-sides {
      padding-left: 0;
      padding-right: 0; } }

.card-section-no-padding {
  padding: 0; }
  @media (min-width: 992px) {
    .card-section-no-padding {
      padding: 0; } }

@media (min-width: 992px) {
  .card-section-no-padding-right {
    padding-right: 0; } }

.card-section-half-padding {
  padding: 25px 20px; }
  @media (min-width: 992px) {
    .card-section-half-padding {
      padding: 35px; } }

.card-section-quarter-padding {
  padding: 25px 20px/2; }
  @media (min-width: 992px) {
    .card-section-quarter-padding {
      padding: 15px; } }

@media (min-width: 992px) {
  .card-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px; } }

.card-section-heading-wrapper {
  left: 0;
  position: absolute;
  top: -13px;
  text-align: center;
  width: 100%; }

.card-section-heading {
  font-size: 18px;
  font-weight: 400;
  -webkit-box-shadow: 0 0 15px #ffffff;
          box-shadow: 0 0 15px #ffffff;
  display: inline-block;
  position: relative;
  text-shadow: 0 0 5px #ffffff, 5px 0 5px #ffffff, -5px 0 5px #ffffff;
  z-index: 1; }
  .card-section-heading::before {
    content: "";
    background-color: #ffffff;
    left: -15px;
    padding: 0 10px;
    position: absolute;
    height: 100%;
    width: calc( 100% + 30px);
    z-index: -1; }

.card-black,
.section .card-black {
  background-color: #2B2826;
  color: rgba(255, 255, 255, 0.8); }
  .card-black p,
  .card-black li,
  .section .card-black p,
  .section .card-black li {
    color: rgba(255, 255, 255, 0.8); }
  .card-black .card-section-heading,
  .section .card-black .card-section-heading {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #ffffff;
    text-shadow: none; }
    .card-black .card-section-heading::before,
    .section .card-black .card-section-heading::before {
      display: none; }

.card-blue,
.section .card-blue {
  background-color: #1DA1F2;
  color: rgba(255, 255, 255, 0.8); }
  .card-blue p,
  .card-blue li,
  .section .card-blue p,
  .section .card-blue li {
    color: rgba(255, 255, 255, 0.8); }
  .card-blue .card-section-heading,
  .section .card-blue .card-section-heading {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #ffffff;
    text-shadow: none; }
    .card-blue .card-section-heading::before,
    .section .card-blue .card-section-heading::before {
      display: none; }

@media (min-width: 992px) {
  .card-tall {
    min-height: 600px; } }

.card-fade-bottom {
  position: relative; }
  .card-fade-bottom::before {
    content: "";
    position: absolute;
    top: 300px;
    left: -5%;
    width: 110%;
    height: 100px;
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%); }
  .card-fade-bottom::after {
    content: "";
    position: absolute;
    left: -5%;
    top: 400px;
    background: white;
    height: calc(100% - 390px);
    width: 110%; }
  .card-fade-bottom .card-section {
    position: relative;
    z-index: 1; }

.card-alt-shadow {
  -webkit-box-shadow: 0 0 0 1px rgba(112, 110, 107, 0.08), 0 1px 3px 0 rgba(150, 148, 146, 0.26);
          box-shadow: 0 0 0 1px rgba(112, 110, 107, 0.08), 0 1px 3px 0 rgba(150, 148, 146, 0.26); }

.card-overflow-hidden {
  overflow: hidden; }

.card-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .card-link:after {
    content: "";
    display: table;
    clear: both; }
  .card-link::after {
    content: "";
    background-color: #54BBF3;
    height: 20px;
    -webkit-mask-image: url(../../src/svg/right-arrow-extended.svg);
            mask-image: url(../../src/svg/right-arrow-extended.svg);
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 20px 20px;
            mask-size: 20px 20px;
    width: 20px;
    margin-left: 20px; }
  .card-link:hover, .card-link:active, .card-link:focus {
    background-color: #F3F2F2; }
  .card-link h2 {
    margin-bottom: 10px !important; }
  .card-link p {
    margin-bottom: 0 !important; }

.brand-logos-break-margins {
  height: 52px; }
  .brand-logos-break-margins .brand-logos {
    position: absolute;
    left: 0;
    width: 100%; }

.highlight-logos .brand-logos img {
  opacity: 0.5; }

.highlight-logos .brand-logos .slick-current img {
  opacity: 1; }

ul.brand-logos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%; }
  ul.brand-logos .slick-arrow {
    position: relative;
    top: -2px;
    font-size: 23px;
    font-weight: 500;
    cursor: pointer; }
    ul.brand-logos .slick-arrow.left {
      padding-left: 120px;
      padding-right: 40px; }
    ul.brand-logos .slick-arrow.right {
      padding-right: 120px;
      padding-left: 40px; }
  ul.brand-logos.hidden-before-load {
    opacity: 0; }
  @media (min-width: 992px) {
    ul.brand-logos {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  ul.brand-logos li {
    height: 52px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    position: relative;
    -webkit-transition: ease-in-out, 250ms;
    transition: ease-in-out, 250ms;
    width: auto;
    margin-right: 40px;
    padding: 0 40px; }
    ul.brand-logos li img {
      margin: 0 auto; }
    ul.brand-logos li:last-of-type {
      margin-right: 0; }
    ul.brand-logos li.divider {
      display: none; }
      @media (min-width: 992px) {
        ul.brand-logos li.divider {
          background: #e7e5e5;
          display: inline-block;
          height: 100%;
          padding: 0;
          width: 1px; } }

@media (min-width: 992px) {
  ul.brand-logos-small-spacing li {
    margin-right: 10px;
    padding: 0 5px; }
    ul.brand-logos-small-spacing li:last-of-type {
      margin-right: 0; } }

.brand-logos-wrapper {
  position: relative; }
  .brand-logos-wrapper:hover ul.brand-logos li, .brand-logos-wrapper:active ul.brand-logos li, .brand-logos-wrapper:focus ul.brand-logos li {
    -webkit-filter: blur(2px);
            filter: blur(2px); }
  .brand-logos-wrapper:hover .brand-logos-overlay, .brand-logos-wrapper:active .brand-logos-overlay, .brand-logos-wrapper:focus .brand-logos-overlay {
    opacity: 1; }

.brand-logos-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: ease-in-out, 250ms;
  transition: ease-in-out, 250ms; }
  .brand-logos-overlay .btn, .brand-logos-overlay input[type=submit],
  .brand-logos-overlay button[type=submit], .brand-logos-overlay .mobile-nav-secondary ul li a, .mobile-nav-secondary ul li .brand-logos-overlay a, .brand-logos-overlay .desktop-nav-small ul li a, .desktop-nav-small ul li .brand-logos-overlay a {
    max-width: 300px; }

.section-brand-logos-pre-footer {
  padding-top: 0;
  padding-bottom: 110px; }
  .section-brand-logos-pre-footer .brand-logos-break-margins .brand-logos {
    position: relative;
    left: auto;
    width: auto; }

ul.inline-stats {
  text-align: center; }
  @media (min-width: 992px) {
    ul.inline-stats {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left; } }
  ul.inline-stats li {
    margin-bottom: 40px;
    position: relative;
    text-align: center; }
    @media (min-width: 992px) {
      ul.inline-stats li {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-bottom: 0;
        padding: 0 30px; }
        ul.inline-stats li::after {
          background-color: rgba(0, 0, 0, 0.07);
          content: "";
          display: block;
          height: 40px;
          position: absolute;
          right: 0;
          bottom: 0;
          width: 1px; }
        ul.inline-stats li:last-of-type::after {
          display: none; } }
    ul.inline-stats li:last-of-type {
      margin-bottom: 0; }
  ul.inline-stats p {
    font-size: 18px;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    max-width: 190px; }
    @media (min-width: 992px) {
      ul.inline-stats p {
        max-width: 100%; } }
  ul.inline-stats .highlighted {
    color: #2B2826;
    font-weight: 500; }

.inline-stats-number {
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 20px; }

div.author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #B0ADAB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.author-avatar {
  margin-right: 10px;
  max-width: 80px; }

.author-details > p,
.author-details > h4 {
  margin-bottom: 2.5px; }

.author-position {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.author-excerpt {
  font-size: 13px; }

.author-details-small h4 {
  font-size: 14px; }

.author-details-small .author-position {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none; }

.quote-slider {
  position: relative; }
  .quote-slider .quote-slider-item {
    text-align: center; }
    .quote-slider .quote-slider-item .h3-quote {
      font-size: 27px;
      font-weight: 500;
      opacity: .9; }
    .quote-slider .quote-slider-item .author {
      margin-top: 40px;
      display: block; }
      .quote-slider .quote-slider-item .author .author-avatar {
        margin: 0 auto;
        width: 50px; }
      .quote-slider .quote-slider-item .author .author-details {
        margin-top: 25px; }
        .quote-slider .quote-slider-item .author .author-details h4 {
          font-size: 18px;
          opacity: .9;
          padding-bottom: 5px; }
      .quote-slider .quote-slider-item .author .author-position {
        font-size: 18px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: normal; }
      .quote-slider .quote-slider-item .author .author-excerpt {
        font-size: 15px; }
  .quote-slider svg.icon {
    fill: #e7e5e5; }
  .quote-slider .slider-nav button svg.icon {
    fill: #e7e5e5;
    height: 14px;
    width: 13px; }
  .quote-slider .slider-nav .slider-nav-prev, .quote-slider .slider-nav .slider-nav-next {
    position: absolute;
    display: block;
    top: 20px;
    left: -160px;
    background-image: url(../../src/svg/blue-arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    content: "";
    height: 32px;
    width: 17px; }
  .quote-slider .slider-nav .slider-nav-next {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    left: auto;
    right: -160px; }
  @media (max-width: 1000px) {
    .quote-slider .slider-nav {
      display: none; } }
  @media (max-width: 1200px) {
    .quote-slider .slider-nav .slider-nav-prev, .quote-slider .slider-nav .slider-nav-next {
      left: -100px;
      right: auto; }
    .quote-slider .slider-nav .slider-nav-next {
      right: -100px;
      left: auto; } }
  .quote-slider .dots ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (min-width: 992px) {
      .quote-slider .dots ul {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .quote-slider .dots ul li {
          margin: 5px 0; } }

.quote-slider {
  position: relative; }
  .quote-slider .quote-slider-item {
    text-align: center; }
    .quote-slider .quote-slider-item .h3-quote {
      font-size: 27px;
      font-weight: 500;
      opacity: .9; }
    .quote-slider .quote-slider-item .author {
      margin-top: 40px;
      display: block; }
      .quote-slider .quote-slider-item .author .author-avatar {
        margin: 0 auto;
        width: 50px; }
      .quote-slider .quote-slider-item .author .author-details {
        margin-top: 25px; }
        .quote-slider .quote-slider-item .author .author-details h4 {
          font-size: 18px;
          opacity: .9;
          padding-bottom: 5px; }
      .quote-slider .quote-slider-item .author .author-position {
        font-size: 18px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: normal; }
      .quote-slider .quote-slider-item .author .author-excerpt {
        font-size: 15px; }
  .quote-slider svg.icon {
    fill: #e7e5e5; }
  .quote-slider .slider-nav button svg.icon {
    fill: #e7e5e5;
    height: 14px;
    width: 13px; }
  .quote-slider .slider-nav .slider-nav-prev, .quote-slider .slider-nav .slider-nav-next {
    position: absolute;
    display: block;
    top: 20px;
    left: -160px;
    background-image: url(../../src/svg/blue-arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    content: "";
    height: 32px;
    width: 17px; }
  .quote-slider .slider-nav .slider-nav-next {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    left: auto;
    right: -160px; }
  @media (max-width: 1000px) {
    .quote-slider .slider-nav {
      display: none; } }
  @media (max-width: 1200px) {
    .quote-slider .slider-nav .slider-nav-prev, .quote-slider .slider-nav .slider-nav-next {
      left: -100px;
      right: auto; }
    .quote-slider .slider-nav .slider-nav-next {
      right: -100px;
      left: auto; } }
  .quote-slider .dots ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (min-width: 992px) {
      .quote-slider .dots ul {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .quote-slider .dots ul li {
          margin: 5px 0; } }

.quote-slider-old {
  position: relative;
  text-align: center; }
  .quote-slider-old .icon-quote-mark {
    fill: #B0ADAB;
    vertical-align: top; }
  .quote-slider-old .author {
    margin-top: 40px;
    display: block; }
    .quote-slider-old .author .author-avatar {
      margin: 0 auto;
      width: 50px; }
    .quote-slider-old .author .author-details {
      margin-top: 25px; }
      .quote-slider-old .author .author-details h4 {
        font-size: 18px;
        opacity: .9;
        padding-bottom: 5px; }
    .quote-slider-old .author .author-position {
      font-size: 18px;
      font-weight: 400;
      text-transform: none;
      letter-spacing: normal; }
    .quote-slider-old .author .author-excerpt {
      font-size: 15px; }

.dots ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .dots ul li {
    background-color: #e7e5e5;
    border-radius: 5px;
    cursor: pointer;
    height: 4px;
    margin: 0 5px;
    width: 4px; }
    .dots ul li.slick-active {
      background-color: #2B2826; }
    .dots ul li button {
      display: none; }

ul.stacked-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 20px;
  font-weight: 600; }
  ul.stacked-list li:last-of-type {
    border-bottom: 0; }
  ul.stacked-list li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #2B2826;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0; }
  ul.stacked-list li svg.icon {
    fill: #73716E; }

.article-card {
  outline: none; }
  .article-card .article-meta {
    margin-bottom: 10px; }
  .article-card:hover .article-card-image, .article-card:active .article-card-image, .article-card:focus .article-card-image {
    opacity: 0.8; }

.article-card-image {
  background-color: #F3F2F2;
  background-position: center center;
  background-size: cover;
  height: 245px;
  margin-bottom: 30px;
  -webkit-transition: ease-in-out, 250ms;
  transition: ease-in-out, 250ms;
  width: 100%; }
  @media (min-width: 992px) {
    .article-card-image {
      height: 330px; } }
  @media (min-width: 1200px) {
    .article-card-image {
      height: 420px; } }

.article-card-details {
  padding: 0 20px;
  text-align: center; }
  @media (min-width: 992px) {
    .article-card-details {
      padding: 20px 30px;
      text-align: left; } }
  @media (min-width: 1200px) {
    .article-card-details {
      padding: 20px 60px; } }

.article-card-title {
  margin-bottom: 10px; }

.article-card-excerpt {
  margin-bottom: 40px; }

body.single article .card, body.single article .arrows-up,
body.single article .arrows-down,
body.single article .arrows-left,
body.single article .arrows-right {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
  body.single article .card .card-section, body.single article .arrows-up .card-section, body.single article .arrows-down .card-section, body.single article .arrows-left .card-section, body.single article .arrows-right .card-section {
    padding-left: 0;
    padding-right: 0; }
  body.single article .card .author-bar, body.single article .arrows-up .author-bar, body.single article .arrows-down .author-bar, body.single article .arrows-left .author-bar, body.single article .arrows-right .author-bar {
    max-width: 700px;
    margin: 0 auto 60px; }
    body.single article .card .author-bar .social-share-horizontal, body.single article .arrows-up .author-bar .social-share-horizontal, body.single article .arrows-down .author-bar .social-share-horizontal, body.single article .arrows-left .author-bar .social-share-horizontal, body.single article .arrows-right .author-bar .social-share-horizontal {
      margin-left: auto; }

ul.inline-list li {
  color: #a4a09e;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase; }
  ul.inline-list li a {
    color: #B0ADAB; }
  ul.inline-list li::after {
    content: "/";
    margin: 0 4px; }
  ul.inline-list li:first-of-type::after {
    margin: 0; }
  ul.inline-list li:last-of-type::after {
    display: none; }

.slider-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .slider-nav button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0; }
    .slider-nav button.slider-nav-next {
      margin-left: 10px; }
    .slider-nav button.slider-nav-prev, .quote-slider .slider-nav button.slider-nav-next {
      margin-right: 10px; }
    .slider-nav button svg.icon {
      fill: #73716E;
      height: 12px;
      width: 6px; }
    .slider-nav button:hover svg.icon, .slider-nav button:active svg.icon, .slider-nav button:focus svg.icon {
      fill: #B0ADAB; }

ul.inline-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F3F2F2;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2px;
  width: 100%; }
  @media (min-width: 992px) {
    ul.inline-nav {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  ul.inline-nav li {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    width: 50%; }
    ul.inline-nav li a {
      border-radius: 5px;
      color: #aaa2a2;
      display: block;
      padding: 10px 20px; }
      ul.inline-nav li a:hover, ul.inline-nav li a:active, ul.inline-nav li a:focus {
        color: #2B2826;
        text-decoration: underline; }
    ul.inline-nav li.is-active a {
      background-color: #ffffff;
      color: #2B2826;
      text-decoration: none; }

.screen-slider .slick-slide {
  opacity: 0.4;
  outline: none;
  text-align: center;
  -webkit-transition: opacity ease-in-out 250ms;
  transition: opacity ease-in-out 250ms; }
  @media (min-width: 992px) {
    .screen-slider .slick-slide {
      padding: 0 20px; } }
  @media (min-width: 1200px) {
    .screen-slider .slick-slide {
      padding: 0 40px; } }

.screen-slider .slick-slide.slick-current {
  opacity: 1; }

.screen-slider-item {
  text-align: center; }
  .screen-slider-item img {
    display: inline-block; }

@media (min-width: 992px) {
  .screen-slider-item-details {
    margin-left: auto;
    margin-right: auto;
    max-width: 560px; } }

ul.inline-app-buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 992px) {
    ul.inline-app-buttons {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  ul.inline-app-buttons li {
    margin-bottom: 10px; }
    ul.inline-app-buttons li:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      ul.inline-app-buttons li {
        margin-bottom: 0;
        margin-right: 20px; }
        ul.inline-app-buttons li:last-of-type {
          margin-right: 0; } }

ul.inline-platform-logos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    ul.inline-platform-logos {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  ul.inline-platform-logos li {
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    display: inline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    position: relative;
    width: auto;
    margin-right: 20px; }
    ul.inline-platform-logos li:last-of-type {
      margin-right: 0; }
    @media (min-width: 992px) {
      ul.inline-platform-logos li {
        margin-right: 10px;
        padding: 0 10px; } }

ul.inline-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  ul.inline-buttons li {
    margin-bottom: 0;
    margin-right: 0; }
    ul.inline-buttons li:last-of-type {
      margin-right: 0; }
  @media (min-width: 992px) {
    ul.inline-buttons {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row; }
      ul.inline-buttons li {
        margin-right: 20px; } }

@media (min-width: 992px) {
  ul.inline-buttons-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.dividing-line {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  display: block;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  width: 90px; }

.dividing-line-left {
  margin-left: 0; }

.images-overlapped {
  position: relative; }

.images-overlapped-pull-bottom-right {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .images-overlapped-pull-bottom-right {
      padding-bottom: 120px; } }

.images-overlapped-image {
  position: absolute; }

.images-overlapped-image-pull-bottom-right {
  position: absolute;
  bottom: -20px;
  right: -40px;
  border-color: #fff;
  border-width: 6px;
  border-radius: 10px !important; }

@media (min-width: 992px) and (max-width: 1199.98px) {
  ul.cta-button-pair {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    ul.cta-button-pair li {
      margin-right: 0; }
    ul.cta-button-pair .btn-fancy {
      margin-bottom: 10px;
      margin-right: 0; } }

ul.quote-grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  ul.quote-grid li {
    padding-bottom: 20px; }
    ul.quote-grid li:last-of-type {
      padding-bottom: 0; }

.timeline li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.timeline-year {
  font-size: 25px;
  line-height: 1;
  white-space: nowrap; }

.timeline-date {
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  padding-right: 20px;
  position: relative;
  text-align: right;
  width: 25%; }
  .timeline-date::after {
    content: "●";
    position: absolute;
    top: 0;
    right: -6px;
    color: #2B2826; }
  @media (min-width: 768px) {
    .timeline-date {
      width: 20%; } }
  @media (min-width: 992px) {
    .timeline-date {
      width: 15%; } }
  @media (min-width: 1200px) {
    .timeline-date {
      width: 10%; } }

.timeline-description {
  padding-bottom: 40px;
  padding-left: 20px;
  position: relative;
  width: 75%; }
  @media (min-width: 576px) {
    .timeline-description {
      width: 80%; } }
  @media (min-width: 992px) {
    .timeline-description {
      font-size: 18px;
      width: 85%; } }
  @media (min-width: 1200px) {
    .timeline-description {
      width: 90%; } }

.unstyled-list li {
  font-size: 14px;
  list-style: none;
  line-height: 1.3; }

.team-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.team-grid-person {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .team-grid-person {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (min-width: 992px) {
    .team-grid-person {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      margin-bottom: 80px; } }
  .team-grid-person:last-of-type, .team-grid-person:nth-last-of-type(2) {
    margin-bottom: 0; }

.team-grid-person-name {
  font-size: 16px; }

.team-grid-person-detail {
  font-size: 14px; }

.team-grid-favorite-games {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #2B2826 !important; }

.team-grid-person-position {
  color: #4650F0 !important; }

.tick-list li {
  font-size: 18px;
  list-style-position: inside;
  list-style-image: url("../images/tick-mark.png");
  margin-bottom: 10px; }
  .tick-list li:last-of-type {
    margin-bottom: 0; }

body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%; }
  @media (min-width: 992px) {
    body.is-fixed {
      overflow: auto;
      position: relative; } }

body.error404 {
  background-color: #fafaf9; }
  body.error404 .header ~ #main-content {
    padding-top: 70px; }
  @media (min-width: 992px) {
    body.error404 {
      background-color: #ffffff; } }

body.page-template-template-docs {
  background-color: #fafaf9; }

@media (min-width: 992px) {
  body.page-template-template-docs > .header .container,
  body.page-template-template-docs > .content-wrap .container,
  body.page-template-template-docs > .footer .container,
  body.page-template-template-docs-integration > .header .container,
  body.page-template-template-docs-integration > .content-wrap .container,
  body.page-template-template-docs-integration > .footer .container,
  body.page-template-template-docs-faqs > .header .container,
  body.page-template-template-docs-faqs > .content-wrap .container,
  body.page-template-template-docs-faqs > .footer .container,
  body.page-template-template-docs-game > .header .container,
  body.page-template-template-docs-game > .content-wrap .container,
  body.page-template-template-docs-game > .footer .container,
  body.tax-doc_cat > .header .container,
  body.tax-doc_cat > .content-wrap .container,
  body.tax-doc_cat > .footer .container,
  body.single-documentation > .header .container,
  body.single-documentation > .content-wrap .container,
  body.single-documentation > .footer .container {
    max-width: 1440px; } }

body.page-template-template-publisher-voodoo,
body.dark-colorscheme {
  background-color: #2B2826;
  color: #ffffff; }
  body.page-template-template-publisher-voodoo .header,
  body.page-template-template-publisher-voodoo .footer,
  body.dark-colorscheme .header,
  body.dark-colorscheme .footer {
    background-color: #2B2826; }
  body.page-template-template-publisher-voodoo .footer-logo,
  body.dark-colorscheme .footer-logo {
    fill: #ffffff !important; }
  body.page-template-template-publisher-voodoo .header-logo-mark,
  body.dark-colorscheme .header-logo-mark {
    fill: #ffffff; }
  body.page-template-template-publisher-voodoo .header-logo-text,
  body.dark-colorscheme .header-logo-text {
    color: #ffffff; }
  body.page-template-template-publisher-voodoo .pill,
  body.dark-colorscheme .pill {
    color: #ffffff !important; }
  body.page-template-template-publisher-voodoo .attribution-logo,
  body.dark-colorscheme .attribution-logo {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); }
  body.page-template-template-publisher-voodoo .pill-item,
  body.dark-colorscheme .pill-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    body.page-template-template-publisher-voodoo .pill-item .title,
    body.dark-colorscheme .pill-item .title {
      color: #ffffff !important; }
  body.page-template-template-publisher-voodoo .icon,
  body.dark-colorscheme .icon {
    color: #ffffff !important;
    fill: #ffffff !important; }
  body.page-template-template-publisher-voodoo .desktop-nav-main ul li:hover > a,
  body.dark-colorscheme .desktop-nav-main ul li:hover > a {
    background: #393532;
    color: #ffffff; }
  body.page-template-template-publisher-voodoo .desktop-nav-main ul li ul,
  body.dark-colorscheme .desktop-nav-main ul li ul {
    background: #393532; }
  body.page-template-template-publisher-voodoo .desktop-nav-small .btn-transparent-light,
  body.dark-colorscheme .desktop-nav-small .btn-transparent-light {
    background-color: transparent; }
    body.page-template-template-publisher-voodoo .desktop-nav-small .btn-transparent-light > a,
    body.dark-colorscheme .desktop-nav-small .btn-transparent-light > a {
      background-color: #ffffff !important;
      border-radius: 5px;
      color: #2B2826; }
    body.page-template-template-publisher-voodoo .desktop-nav-small .btn-transparent-light:hover, body.page-template-template-publisher-voodoo .desktop-nav-small .btn-transparent-light:active, body.page-template-template-publisher-voodoo .desktop-nav-small .btn-transparent-light:focus,
    body.dark-colorscheme .desktop-nav-small .btn-transparent-light:hover,
    body.dark-colorscheme .desktop-nav-small .btn-transparent-light:active,
    body.dark-colorscheme .desktop-nav-small .btn-transparent-light:focus {
      background-color: transparent;
      border-radius: 5px; }
      body.page-template-template-publisher-voodoo .desktop-nav-small .btn-transparent-light:hover a, body.page-template-template-publisher-voodoo .desktop-nav-small .btn-transparent-light:active a, body.page-template-template-publisher-voodoo .desktop-nav-small .btn-transparent-light:focus a,
      body.dark-colorscheme .desktop-nav-small .btn-transparent-light:hover a,
      body.dark-colorscheme .desktop-nav-small .btn-transparent-light:active a,
      body.dark-colorscheme .desktop-nav-small .btn-transparent-light:focus a {
        border-radius: 5px; }
  body.page-template-template-publisher-voodoo .truncated-table tr:not(.show-all):first-of-type,
  body.page-template-template-publisher-voodoo .truncated-table tr:not(.show-all),
  body.dark-colorscheme .truncated-table tr:not(.show-all):first-of-type,
  body.dark-colorscheme .truncated-table tr:not(.show-all) {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  body.page-template-template-publisher-voodoo .truncated-table tr:not(.show-all):hover,
  body.dark-colorscheme .truncated-table tr:not(.show-all):hover {
    background-color: #46413e; }
  body.page-template-template-publisher-voodoo .truncated-table th svg.icon,
  body.page-template-template-publisher-voodoo .truncated-table td svg.icon,
  body.dark-colorscheme .truncated-table th svg.icon,
  body.dark-colorscheme .truncated-table td svg.icon {
    fill: #ffffff; }
  body.page-template-template-publisher-voodoo .truncated-table td:first-of-type,
  body.dark-colorscheme .truncated-table td:first-of-type {
    color: #ffffff; }
  body.page-template-template-publisher-voodoo .footer,
  body.page-template-template-publisher-voodoo .footer a,
  body.page-template-template-publisher-voodoo .footer-excerpt p,
  body.page-template-template-publisher-voodoo .footer-bottom-copyright,
  body.page-template-template-publisher-voodoo .footer-bottom-nav ul li.phone a,
  body.dark-colorscheme .footer,
  body.dark-colorscheme .footer a,
  body.dark-colorscheme .footer-excerpt p,
  body.dark-colorscheme .footer-bottom-copyright,
  body.dark-colorscheme .footer-bottom-nav ul li.phone a {
    color: #ffffff; }
  @media (min-width: 992px) {
    body.page-template-template-publisher-voodoo .footer .container,
    body.dark-colorscheme .footer .container {
      border-top: 1px solid rgba(255, 255, 255, 0.1); } }
  body.page-template-template-publisher-voodoo .footer-bottom-nav ul li .icon,
  body.page-template-template-publisher-voodoo .social-icons ul li a .icon,
  body.dark-colorscheme .footer-bottom-nav ul li .icon,
  body.dark-colorscheme .social-icons ul li a .icon {
    fill: #ffffff; }
  body.page-template-template-publisher-voodoo .footer .social-icons li a:hover .icon, body.page-template-template-publisher-voodoo .footer .social-icons li a:active .icon, body.page-template-template-publisher-voodoo .footer .social-icons li a:focus .icon,
  body.dark-colorscheme .footer .social-icons li a:hover .icon,
  body.dark-colorscheme .footer .social-icons li a:active .icon,
  body.dark-colorscheme .footer .social-icons li a:focus .icon {
    fill: #d9d9d9; }
  body.page-template-template-publisher-voodoo .footer .dk-selected,
  body.page-template-template-publisher-voodoo .footer .dk-option,
  body.dark-colorscheme .footer .dk-selected,
  body.dark-colorscheme .footer .dk-option {
    color: #2B2826; }
  body.page-template-template-publisher-voodoo .desktop-footer .footer-bottom,
  body.dark-colorscheme .desktop-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  body.page-template-template-publisher-voodoo .row-border-bottom,
  body.dark-colorscheme .row-border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  body.page-template-template-publisher-voodoo .section-border-bottom::after,
  body.dark-colorscheme .section-border-bottom::after {
    background-color: rgba(255, 255, 255, 0.1); }
  body.page-template-template-publisher-voodoo h1,
  body.page-template-template-publisher-voodoo h2,
  body.page-template-template-publisher-voodoo h3,
  body.page-template-template-publisher-voodoo h4,
  body.page-template-template-publisher-voodoo h5,
  body.page-template-template-publisher-voodoo h6,
  body.page-template-template-publisher-voodoo .breadcrumb-item, body.page-template-template-publisher-voodoo .section .breadcrumb-item,
  body.page-template-template-publisher-voodoo .section p, body.page-template-template-publisher-voodoo .section li, body.page-template-template-publisher-voodoo .section span,
  body.dark-colorscheme h1,
  body.dark-colorscheme h2,
  body.dark-colorscheme h3,
  body.dark-colorscheme h4,
  body.dark-colorscheme h5,
  body.dark-colorscheme h6,
  body.dark-colorscheme .breadcrumb-item,
  body.dark-colorscheme .section .breadcrumb-item,
  body.dark-colorscheme .section p,
  body.dark-colorscheme .section li,
  body.dark-colorscheme .section span {
    color: #ffffff; }
  body.page-template-template-publisher-voodoo .breadcrumb-item::after,
  body.page-template-template-publisher-voodoo .section .breadcrumb-item::after,
  body.dark-colorscheme .breadcrumb-item::after,
  body.dark-colorscheme .section .breadcrumb-item::after {
    border-right: 1px solid rgba(255, 255, 255, 0.1); }

.mobile-quote-slider .slick-slide {
  opacity: 0.4;
  outline: none;
  -webkit-transition: opacity ease-in-out 250ms;
  transition: opacity ease-in-out 250ms; }

.mobile-quote-slider .slick-slide.slick-current {
  opacity: 1; }

.form input[type=text],
.form input[type=email],
.form input[type=number],
.form textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  padding: 11px; }

.form-input {
  margin-bottom: 20px;
  position: relative; }
  @media (min-width: 992px) {
    .form-input {
      margin-bottom: 30px; } }
  .form-input label,
  .form-input input,
  .form-input textarea {
    width: 100%; }
  .form-input textarea {
    min-height: 160px; }
  .form-input label {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px; }

.form-input-upload > input[type=file] {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0; }

.form-input-upload > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.9;
  margin-bottom: 0; }
  .form-input-upload > label .form-input-upload-label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 42px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    margin-top: 3px;
    max-width: 200px;
    padding: 6px; }
    .form-input-upload > label .form-input-upload-label span {
      color: #2B2826 !important;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: auto;
      margin-right: 10px;
      text-align: left;
      font-size: 13px !important; }
  .form-input-upload > label .icon {
    fill: #B0ADAB;
    margin-right: 10px;
    width: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 10px; }

.form-input-bottom-padding input[type=text],
.form-input-bottom-padding input[type=email],
.form-input-bottom-padding input[type=number],
.form-input-bottom-padding textarea {
  padding-bottom: 30px; }

.form-input-note {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  display: inline-block;
  font-size: 12px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  width: calc( 100% - 30px); }

.form-small {
  color: #73716E;
  display: inline-block;
  font-size: 12px; }

.form-output {
  color: #2B2826;
  font-size: 14px;
  font-weight: 500; }

.form-output-error {
  color: red; }

.form-output-success {
  color: green; }

.form-bordered {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 20px 0; }

.form-tighter-input-margin .form-input {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .form-tighter-input-margin .form-input {
      margin-bottom: 20px; } }

.inline-radios {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .inline-radios input[type=radio] {
    display: none; }
  .inline-radios input[type=radio]:checked + label {
    color: #2B2826;
    border-bottom: 1px solid #2B2826; }

.inline-radios-input {
  margin-right: 20px; }
  @media (min-width: 992px) {
    .inline-radios-input {
      margin-right: 40px; } }
  .inline-radios-input:last-of-type {
    margin-right: 0; }
  .inline-radios-input label {
    color: #73716E;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 0;
    padding: 10px 0; }
    @media (min-width: 992px) {
      .inline-radios-input label {
        padding: 15px 0; } }

.job-tabs {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px; }

.job-tabs-nav,
.section .job-tabs-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 20px; }
  .job-tabs-nav li,
  .section .job-tabs-nav li {
    margin-right: 20px; }
    .job-tabs-nav li[data-job-type="previous-listings"],
    .section .job-tabs-nav li[data-job-type="previous-listings"] {
      letter-spacing: 0.025em;
      margin-left: auto;
      text-transform: uppercase; }
      .job-tabs-nav li[data-job-type="previous-listings"] a,
      .section .job-tabs-nav li[data-job-type="previous-listings"] a {
        font-size: 12px; }
    .job-tabs-nav li.current a,
    .section .job-tabs-nav li.current a {
      color: #2B2826;
      text-decoration: underline; }
    .job-tabs-nav li a,
    .section .job-tabs-nav li a {
      color: #73716E;
      font-size: 14px;
      font-weight: 500; }
    .job-tabs-nav li:last-of-type,
    .section .job-tabs-nav li:last-of-type {
      margin-right: 0; }
  @media (min-width: 992px) {
    .job-tabs-nav,
    .section .job-tabs-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.job-tabs-jobs-list li,
.section .job-tabs-jobs-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  width: 100%; }
  .job-tabs-jobs-list li a,
  .section .job-tabs-jobs-list li a {
    color: #4650F0;
    font-weight: 500;
    text-decoration: underline; }
    .job-tabs-jobs-list li a:hover, .job-tabs-jobs-list li a:active, .job-tabs-jobs-list li a:focus,
    .section .job-tabs-jobs-list li a:hover,
    .section .job-tabs-jobs-list li a:active,
    .section .job-tabs-jobs-list li a:focus {
      text-decoration: none; }
  .job-tabs-jobs-list li > div,
  .section .job-tabs-jobs-list li > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 10px; }
    .job-tabs-jobs-list li > div:last-of-type,
    .section .job-tabs-jobs-list li > div:last-of-type {
      margin-bottom: 0; }
  @media (min-width: 992px) {
    .job-tabs-jobs-list li,
    .section .job-tabs-jobs-list li {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .job-tabs-jobs-list li > div,
      .section .job-tabs-jobs-list li > div {
        margin-bottom: 0;
        margin-right: 20px; }
        .job-tabs-jobs-list li > div:last-of-type,
        .section .job-tabs-jobs-list li > div:last-of-type {
          margin-right: 0; } }

.job-tabs-jobs-list:last-of-type li:last-of-type,
.section .job-tabs-jobs-list:last-of-type li:last-of-type {
  border-bottom: 0; }

.job-tabs-job-location {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .job-tabs-job-location .icon {
    margin-right: 5px; }

.job-tabs-job-link,
.section .job-tabs-job-link {
  text-align: right; }

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6,
.rte p,
.rte ul,
.rte ol,
.rte img,
.rte blockquote,
.rte figure,
.rte iframe,
.rte table,
.rte pre,
.rte .fluid-width-video-wrapper,
.section .rte h1,
.section .rte h2,
.section .rte h3,
.section .rte h4,
.section .rte h5,
.section .rte h6,
.section .rte p,
.section .rte ul,
.section .rte ol,
.section .rte img,
.section .rte blockquote,
.section .rte figure,
.section .rte iframe,
.section .rte table,
.section .rte pre,
.section .rte .fluid-width-video-wrapper {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .rte h1,
    .rte h2,
    .rte h3,
    .rte h4,
    .rte h5,
    .rte h6,
    .rte p,
    .rte ul,
    .rte ol,
    .rte img,
    .rte blockquote,
    .rte figure,
    .rte iframe,
    .rte table,
    .rte pre,
    .rte .fluid-width-video-wrapper,
    .section .rte h1,
    .section .rte h2,
    .section .rte h3,
    .section .rte h4,
    .section .rte h5,
    .section .rte h6,
    .section .rte p,
    .section .rte ul,
    .section .rte ol,
    .section .rte img,
    .section .rte blockquote,
    .section .rte figure,
    .section .rte iframe,
    .section .rte table,
    .section .rte pre,
    .section .rte .fluid-width-video-wrapper {
      margin-bottom: 30px; } }

.rte strong,
.section .rte strong {
  font-weight: 600; }

.rte em,
.section .rte em {
  font-style: italic; }

.rte u,
.section .rte u {
  text-decoration: underline; }

.rte p > code,
.rte li > code,
.section .rte p > code,
.section .rte li > code {
  font-family: monospace;
  color: #008CF0;
  background-color: #f7f7f7;
  word-break: break-all; }

.rte pre,
.section .rte pre {
  overflow: scroll;
  white-space: pre-wrap;
  font-family: monospace;
  color: #008CF0;
  background-color: #f7f7f7; }

.rte table,
.section .rte table {
  display: table;
  width: 100%;
  clear: both;
  overflow-x: auto;
  border: 1px solid #e7e5e5;
  border-radius: 5px;
  font-size: 14px; }
  .rte table thead tr,
  .section .rte table thead tr {
    border-bottom: 1px solid #e7e5e5; }
  .rte table tbody tr,
  .section .rte table tbody tr {
    border-bottom: 1px solid #e7e5e5;
    padding: 0 10px; }
    .rte table tbody tr:last-of-type,
    .section .rte table tbody tr:last-of-type {
      border-bottom: 0; }
  .rte table th,
  .rte table td,
  .section .rte table th,
  .section .rte table td {
    vertical-align: middle;
    display: table-cell;
    padding: 10px 12px;
    text-align: left; }
  .rte table th,
  .section .rte table th {
    color: #2B2826;
    font-weight: 500; }
  .rte table tr td:first-of-type,
  .section .rte table tr td:first-of-type {
    color: #797cff; }
  .rte table tr td:nth-child(2),
  .section .rte table tr td:nth-child(2) {
    font-weight: bold; }
  .rte table tr:hover,
  .section .rte table tr:hover {
    background-color: #fafaf9; }
  .rte table tr th:last-of-type,
  .rte table tr td:last-of-type,
  .section .rte table tr th:last-of-type,
  .section .rte table tr td:last-of-type {
    min-width: 100%; }

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6,
.section .rte h1,
.section .rte h2,
.section .rte h3,
.section .rte h4,
.section .rte h5,
.section .rte h6 {
  color: #2B2826; }

.rte li,
.section .rte li {
  list-style-position: inside;
  margin-bottom: 16px; }

.rte ol,
.rte ul,
.section .rte ol,
.section .rte ul {
  list-style-position: inside; }
  .rte ol ol,
  .rte ol ul,
  .rte ul ol,
  .rte ul ul,
  .section .rte ol ol,
  .section .rte ol ul,
  .section .rte ul ol,
  .section .rte ul ul {
    margin-left: 20px;
    margin-top: 10px; }

.rte ul,
.section .rte ul {
  list-style: disc; }

.rte ol,
.section .rte ol {
  list-style: decimal; }

.rte blockquote,
.section .rte blockquote {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 40px 0; }
  .rte blockquote:before,
  .section .rte blockquote:before {
    content: "“";
    color: #dbd7d7;
    display: block;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 48px;
    line-height: 0.5; }
  @media (min-width: 992px) {
    .rte blockquote,
    .section .rte blockquote {
      margin: 50px 0; } }

.rte figure,
.section .rte figure {
  margin-top: 40px;
  margin-bottom: 40px; }
  .rte figure img,
  .section .rte figure img {
    margin-bottom: 5px; }
  .rte figure figcaption,
  .section .rte figure figcaption {
    color: #73716E;
    font-size: 13px; }

@media (min-width: 992px) {
  .rte figure.narrow-caption figcaption,
  .section .rte figure.narrow-caption figcaption {
    margin-left: 16.66667%;
    max-width: 66.66667%; } }

.rte p img,
.rte li img,
.section .rte p img,
.section .rte li img {
  margin-top: 40px;
  margin-bottom: 40px; }

.rte-post,
.section .rte-post {
  color: #514F4D; }
  @media (min-width: 1200px) {
    .rte-post .full-width-image,
    .section .rte-post .full-width-image {
      margin-left: -164px;
      width: 1120px; }
      .rte-post .full-width-image img,
      .section .rte-post .full-width-image img {
        width: 100%; } }
  .rte-post h1,
  .rte-post h2,
  .rte-post h3,
  .rte-post h4,
  .rte-post h5,
  .rte-post h6,
  .rte-post p,
  .rte-post ul,
  .rte-post ol,
  .rte-post img,
  .rte-post blockquote,
  .rte-post figure,
  .rte-post iframe,
  .rte-post table,
  .rte-post pre,
  .rte-post .fluid-width-video-wrapper,
  .section .rte-post h1,
  .section .rte-post h2,
  .section .rte-post h3,
  .section .rte-post h4,
  .section .rte-post h5,
  .section .rte-post h6,
  .section .rte-post p,
  .section .rte-post ul,
  .section .rte-post ol,
  .section .rte-post img,
  .section .rte-post blockquote,
  .section .rte-post figure,
  .section .rte-post iframe,
  .section .rte-post table,
  .section .rte-post pre,
  .section .rte-post .fluid-width-video-wrapper {
    margin-bottom: 25px; }
    @media (min-width: 992px) {
      .rte-post h1,
      .rte-post h2,
      .rte-post h3,
      .rte-post h4,
      .rte-post h5,
      .rte-post h6,
      .rte-post p,
      .rte-post ul,
      .rte-post ol,
      .rte-post img,
      .rte-post blockquote,
      .rte-post figure,
      .rte-post iframe,
      .rte-post table,
      .rte-post pre,
      .rte-post .fluid-width-video-wrapper,
      .section .rte-post h1,
      .section .rte-post h2,
      .section .rte-post h3,
      .section .rte-post h4,
      .section .rte-post h5,
      .section .rte-post h6,
      .section .rte-post p,
      .section .rte-post ul,
      .section .rte-post ol,
      .section .rte-post img,
      .section .rte-post blockquote,
      .section .rte-post figure,
      .section .rte-post iframe,
      .section .rte-post table,
      .section .rte-post pre,
      .section .rte-post .fluid-width-video-wrapper {
        margin-bottom: 35px; } }
  .rte-post ul,
  .rte-post ol,
  .section .rte-post ul,
  .section .rte-post ol {
    margin-left: 20px; }
  .rte-post li,
  .section .rte-post li {
    list-style-position: outside;
    margin-bottom: 12.5px; }
    .rte-post li:last-of-type,
    .section .rte-post li:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .rte-post li,
      .section .rte-post li {
        margin-bottom: 12.5px; }
        .rte-post li:last-of-type,
        .section .rte-post li:last-of-type {
          margin-bottom: 0; } }
  .rte-post > p:first-of-type,
  .section .rte-post > p:first-of-type {
    position: relative; }
    .rte-post > p:first-of-type:after,
    .section .rte-post > p:first-of-type:after {
      content: "";
      display: table;
      clear: both; }
  .rte-post > p:first-of-type:first-letter,
  .section .rte-post > p:first-of-type:first-letter {
    color: #2B2826;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    float: left;
    margin-right: 10px; }
    @media (min-width: 992px) {
      .rte-post > p:first-of-type:first-letter,
      .section .rte-post > p:first-of-type:first-letter {
        font-size: 54.4px; } }
  @media (min-width: 992px) {
    .rte-post p,
    .rte-post li,
    .section .rte-post p,
    .section .rte-post li {
      font-size: 18px; } }
  .rte-post p,
  .rte-post li,
  .rte-post span,
  .section .rte-post p,
  .section .rte-post li,
  .section .rte-post span {
    color: #514F4D; }
  .rte-post blockquote,
  .section .rte-post blockquote {
    margin-top: 60px;
    margin-bottom: 60px; }
    .rte-post blockquote p,
    .section .rte-post blockquote p {
      font-weight: 500; }
  .rte-post h2,
  .section .rte-post h2 {
    font-size: 32px; }
  .rte-post h3,
  .rte-post h4,
  .section .rte-post h3,
  .section .rte-post h4 {
    font-size: 20px;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .rte-post h3,
      .rte-post h4,
      .section .rte-post h3,
      .section .rte-post h4 {
        margin-bottom: 20px; } }

.rte-doc,
.section .rte-doc {
  /*code,
  pre {
    font-family: $font-family-monospace;
    font-size: $base-font-size * 0.875;
    background: #FBFBFA;
    max-width: 100%;
    overflow: scroll;
    padding: $base-spacing;
    border-radius: $base-border-radius;
  }*/ }
  .rte-doc .section-title-wrapper,
  .rte-doc .section-subtitle-wrapper,
  .section .rte-doc .section-title-wrapper,
  .section .rte-doc .section-subtitle-wrapper {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    position: relative; }
    .rte-doc .section-title-wrapper:after,
    .rte-doc .section-subtitle-wrapper:after,
    .section .rte-doc .section-title-wrapper:after,
    .section .rte-doc .section-subtitle-wrapper:after {
      content: "";
      display: table;
      clear: both; }
    .rte-doc .section-title-wrapper.section-title-wrapper h2,
    .rte-doc .section-subtitle-wrapper.section-title-wrapper h2,
    .section .rte-doc .section-title-wrapper.section-title-wrapper h2,
    .section .rte-doc .section-subtitle-wrapper.section-title-wrapper h2 {
      font-size: 14px;
      color: #969492;
      line-height: 23px;
      text-transform: capitalize;
      margin-bottom: 16px !important; }
    .rte-doc .section-title-wrapper.section-subtitle-wrapper h3,
    .rte-doc .section-subtitle-wrapper.section-subtitle-wrapper h3,
    .section .rte-doc .section-title-wrapper.section-subtitle-wrapper h3,
    .section .rte-doc .section-subtitle-wrapper.section-subtitle-wrapper h3 {
      margin-bottom: 24px !important; }
    .rte-doc .section-title-wrapper .hash,
    .rte-doc .section-subtitle-wrapper .hash,
    .section .rte-doc .section-title-wrapper .hash,
    .section .rte-doc .section-subtitle-wrapper .hash {
      color: #cecaca;
      font-weight: 500;
      margin-right: 5px; }
    .rte-doc .section-title-wrapper .copy-tooltip,
    .rte-doc .section-subtitle-wrapper .copy-tooltip,
    .section .rte-doc .section-title-wrapper .copy-tooltip,
    .section .rte-doc .section-subtitle-wrapper .copy-tooltip {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #2B2826;
      color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      font-weight: 500;
      font-size: 13px;
      padding: 5px;
      border-radius: 5px;
      height: 25px;
      left: 20px;
      top: -25px;
      opacity: 0;
      -webkit-transition: opacity ease-in-out 250ms;
      transition: opacity ease-in-out 250ms;
      z-index: 5; }
      .rte-doc .section-title-wrapper .copy-tooltip.is-visible,
      .rte-doc .section-subtitle-wrapper .copy-tooltip.is-visible,
      .section .rte-doc .section-title-wrapper .copy-tooltip.is-visible,
      .section .rte-doc .section-subtitle-wrapper .copy-tooltip.is-visible {
        opacity: 1; }
    @media (min-width: 992px) {
      .rte-doc .section-title-wrapper,
      .rte-doc .section-subtitle-wrapper,
      .section .rte-doc .section-title-wrapper,
      .section .rte-doc .section-subtitle-wrapper {
        margin-left: -20px; }
        .rte-doc .section-title-wrapper .hash,
        .rte-doc .section-subtitle-wrapper .hash,
        .section .rte-doc .section-title-wrapper .hash,
        .section .rte-doc .section-subtitle-wrapper .hash {
          margin-right: 10px; } }
    .rte-doc .section-title-wrapper:hover .hash, .rte-doc .section-title-wrapper:active .hash, .rte-doc .section-title-wrapper:focus .hash,
    .rte-doc .section-subtitle-wrapper:hover .hash,
    .rte-doc .section-subtitle-wrapper:active .hash,
    .rte-doc .section-subtitle-wrapper:focus .hash,
    .section .rte-doc .section-title-wrapper:hover .hash,
    .section .rte-doc .section-title-wrapper:active .hash,
    .section .rte-doc .section-title-wrapper:focus .hash,
    .section .rte-doc .section-subtitle-wrapper:hover .hash,
    .section .rte-doc .section-subtitle-wrapper:active .hash,
    .section .rte-doc .section-subtitle-wrapper:focus .hash {
      color: #2B2826; }
    .rte-doc .section-title-wrapper:hover .copy-tooltip, .rte-doc .section-title-wrapper:active .copy-tooltip, .rte-doc .section-title-wrapper:focus .copy-tooltip,
    .rte-doc .section-subtitle-wrapper:hover .copy-tooltip,
    .rte-doc .section-subtitle-wrapper:active .copy-tooltip,
    .rte-doc .section-subtitle-wrapper:focus .copy-tooltip,
    .section .rte-doc .section-title-wrapper:hover .copy-tooltip,
    .section .rte-doc .section-title-wrapper:active .copy-tooltip,
    .section .rte-doc .section-title-wrapper:focus .copy-tooltip,
    .section .rte-doc .section-subtitle-wrapper:hover .copy-tooltip,
    .section .rte-doc .section-subtitle-wrapper:active .copy-tooltip,
    .section .rte-doc .section-subtitle-wrapper:focus .copy-tooltip {
      opacity: 1; }
  .rte-doc h1,
  .section .rte-doc h1 {
    color: #2B2826;
    font-size: 24px; }
  .rte-doc h1.doc-title,
  .section .rte-doc h1.doc-title {
    font-size: 32px; }
  .rte-doc h2,
  .section .rte-doc h2 {
    color: #373737;
    font-size: 20px; }
  .rte-doc h3,
  .section .rte-doc h3 {
    font-size: 18px;
    font-weight: 500;
    color: #3E3E3C;
    line-height: 24px;
    margin-bottom: 24px !important; }
  .rte-doc h4,
  .section .rte-doc h4 {
    font-size: 16px;
    font-weight: 400;
    color: #706E6B;
    line-height: 24px; }
  .rte-doc h5,
  .section .rte-doc h5 {
    color: #3E3E3C;
    font-size: 14px;
    font-weight: 500; }
  .rte-doc blockquote,
  .section .rte-doc blockquote {
    border: none;
    color: #2B2826;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px;
    background: #F3F2F2;
    border-radius: 5px;
    line-height: 1.5; }
    .rte-doc blockquote a,
    .section .rte-doc blockquote a {
      text-decoration: underline; }
    .rte-doc blockquote img.emoji,
    .section .rte-doc blockquote img.emoji {
      display: inline-block !important;
      margin-right: 10px !important; }
    .rte-doc blockquote.blue,
    .section .rte-doc blockquote.blue {
      background: #e9f5fd;
      color: #0194FF; }
      .rte-doc blockquote.blue p, .rte-doc blockquote.blue a,
      .section .rte-doc blockquote.blue p,
      .section .rte-doc blockquote.blue a {
        color: #0194FF; }
      .rte-doc blockquote.blue::before,
      .section .rte-doc blockquote.blue::before {
        content: "";
        background-color: #54BBF3;
        display: block;
        float: left;
        height: 20px;
        margin-right: 7.5px;
        -webkit-mask-image: url(../../src/svg/radio-alert.svg);
                mask-image: url(../../src/svg/radio-alert.svg);
        -webkit-mask-position: center center;
                mask-position: center center;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-size: 20px 20px;
                mask-size: 20px 20px;
        width: 20px; }
    .rte-doc blockquote.red,
    .section .rte-doc blockquote.red {
      background: #fdf0ee;
      color: #E66565; }
      .rte-doc blockquote.red p, .rte-doc blockquote.red a,
      .section .rte-doc blockquote.red p,
      .section .rte-doc blockquote.red a {
        color: #E66565; }
      .rte-doc blockquote.red::before,
      .section .rte-doc blockquote.red::before {
        content: "";
        background-color: #E66565;
        display: block;
        float: left;
        height: 18px;
        margin-right: 7.5px;
        -webkit-mask-image: url(../../src/svg/warning-alert.svg);
                mask-image: url(../../src/svg/warning-alert.svg);
        -webkit-mask-position: center center;
                mask-position: center center;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-size: 18px 18px;
                mask-size: 18px 18px;
        width: 18px; }
    .rte-doc blockquote.yellow,
    .section .rte-doc blockquote.yellow {
      background: #fdf8ef;
      color: #E69602; }
      .rte-doc blockquote.yellow p, .rte-doc blockquote.yellow a,
      .section .rte-doc blockquote.yellow p,
      .section .rte-doc blockquote.yellow a {
        color: #E69602; }
      .rte-doc blockquote.yellow::before,
      .section .rte-doc blockquote.yellow::before {
        content: "";
        background-color: #FFA602;
        display: block;
        float: left;
        height: 20px;
        margin-right: 7.5px;
        -webkit-mask-image: url(../../src/svg/radio-alert.svg);
                mask-image: url(../../src/svg/radio-alert.svg);
        -webkit-mask-position: center center;
                mask-position: center center;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-size: 20px 20px;
                mask-size: 20px 20px;
        width: 20px; }
    .rte-doc blockquote.green,
    .section .rte-doc blockquote.green {
      background: #EDFBF4;
      color: #37A16C; }
      .rte-doc blockquote.green p, .rte-doc blockquote.green a,
      .section .rte-doc blockquote.green p,
      .section .rte-doc blockquote.green a {
        color: #37A16C; }
      .rte-doc blockquote.green::before,
      .section .rte-doc blockquote.green::before {
        content: "";
        background-color: #37A16C;
        display: block;
        float: left;
        height: 20px;
        margin-right: 7.5px;
        -webkit-mask-image: url(../../src/svg/radio-alert.svg);
                mask-image: url(../../src/svg/radio-alert.svg);
        -webkit-mask-position: center center;
                mask-position: center center;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-size: 20px 20px;
                mask-size: 20px 20px;
        width: 20px; }
    .rte-doc blockquote::before,
    .section .rte-doc blockquote::before {
      display: none; }
    .rte-doc blockquote > p:last-of-type,
    .section .rte-doc blockquote > p:last-of-type {
      margin-bottom: 0; }

.rte-post-narrow,
.section .rte-post-narrow {
  margin: 0 auto;
  max-width: 700px; }

.rte-job ul li,
.section .rte-job ul li {
  list-style: none; }
  .rte-job ul li::before,
  .section .rte-job ul li::before {
    content: "•";
    color: #C9C7C5;
    display: inline-block;
    margin-right: 7.5px; }

.rte-smaller p, .rte-smaller li,
.section .rte-smaller p,
.section .rte-smaller li {
  font-size: 14px; }

@media (min-width: 992px) {
  .sidebar {
    padding-top: 80px; } }

.sidebar-widget {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 20px; }
  .sidebar-widget:last-of-type {
    border-bottom: 0;
    margin-bottom: 0; }

@media (min-width: 992px) {
  .sidebar-no-padding-top {
    padding-top: 0; } }

@media (min-width: 992px) {
  .sidebar-left-padding {
    padding-left: 20px; } }

@media (max-width: 1199.98px) {
  .featured-section .sidebar-no-padding-top {
    padding-top: 40px; } }

ul.breadcrumb,
.section ul.breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  @media (min-width: 992px) {
    ul.breadcrumb,
    .section ul.breadcrumb {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.breadcrumb-item,
.section .breadcrumb-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2B2826;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  position: relative; }
  .breadcrumb-item img,
  .section .breadcrumb-item img {
    display: inline-block;
    margin: 0; }
  .breadcrumb-item a,
  .section .breadcrumb-item a {
    color: #73716E; }
  .breadcrumb-item svg.icon,
  .section .breadcrumb-item svg.icon {
    margin-right: 5px;
    fill: #73716E;
    max-height: 10px;
    max-width: 10px; }
  @media (min-width: 992px) {
    .breadcrumb-item,
    .section .breadcrumb-item {
      margin-bottom: 0; }
      .breadcrumb-item::after,
      .section .breadcrumb-item::after {
        border-right: 1px solid rgba(0, 0, 0, 0.07);
        content: "";
        height: 30px;
        margin: 0 20px;
        position: relative;
        width: 1px; }
      .breadcrumb-item:last-of-type::after,
      .section .breadcrumb-item:last-of-type::after {
        display: none; } }

.copy-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F3F2F2;
  border-radius: 5px;
  color: #73716E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 10px;
  position: relative; }
  .copy-link:hover .copy-link-text, .copy-link:active .copy-link-text, .copy-link:focus .copy-link-text {
    color: #2B2826; }
  .copy-link .icon {
    margin-right: 5px; }

.copy-link-url {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.copy-link-text {
  padding-left: 5px;
  margin-left: auto; }

.copy-link-indicator,
.section .copy-link-indicator {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2B2826;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 5px;
  height: 25px;
  right: 0;
  top: -30px;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 250ms;
  transition: opacity ease-in-out 250ms; }
  .copy-link-indicator.is-visible,
  .section .copy-link-indicator.is-visible {
    opacity: 1; }

.game {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  display: none;
  margin-bottom: 40px;
  padding-top: 10px;
  text-align: center;
  width: 100%; }
  @media (min-width: 992px) {
    .game {
      min-height: 475px; } }
  @media (min-width: 1200px) {
    .game {
      min-height: 560px; } }
  @media (min-width: 992px) {
    .game.show {
      display: block; } }

.game-initial-state {
  background-image: url("../images/tiles.png");
  background-repeat: no-repeat;
  background-position: 0px 10px;
  background-size: contain; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .game-initial-state {
      background-image: url("../images/tiles@2x.png");
      background-size: "909px" "153px"; } }

.game-initial-state,
.game-end-state,
.game-over-state {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 992px) {
    .game-initial-state.show,
    .game-end-state.show,
    .game-over-state.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.game-tiles-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.game-tiles {
  color: #2B2826 !important;
  margin: 0 10px; }

.game-tiles-text {
  font-size: 14px;
  line-height: 1.3; }
  .game-tiles-text span {
    color: #2B2826 !important; }
  .game-tiles-text a {
    font-weight: 500; }

.game-congrats {
  position: relative; }
  .game-congrats::before {
    background-image: url(../images/congrats-1.png);
    content: "";
    position: absolute;
    left: -174px;
    top: -54px;
    height: 174px;
    width: 174px; }
  .game-congrats::after {
    background-image: url(../images/congrats-2.png);
    content: "";
    position: absolute;
    right: -92px;
    top: -44px;
    height: 72px;
    width: 72px; }

.game-footer {
  display: none; }
  @media (min-width: 992px) {
    .game-footer {
      display: block; } }

.arrows {
  width: 88px; }
  .arrows svg.icon {
    max-height: 10px;
    max-width: 10px; }

.arrows-top-row,
.arrows-bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.arrows-up,
.arrows-down,
.arrows-left,
.arrows-right {
  height: 27px;
  margin: 1px;
  width: 27px; }

ul.inline-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  ul.inline-links li {
    margin-right: 20px; }
    ul.inline-links li:last-of-type {
      margin-right: 0; }
    ul.inline-links li a {
      font-weight: 500;
      text-decoration: underline; }
      ul.inline-links li a:hover, ul.inline-links li a:active, ul.inline-links li a:focus {
        text-decoration: none; }

.truncated-table {
  font-size: 14px;
  width: 100%; }
  .truncated-table tr:not(.show-all) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .truncated-table tr:not(.show-all):first-of-type {
      border-top: 1px solid rgba(0, 0, 0, 0.07); }
    .truncated-table tr:not(.show-all):hover {
      background-color: #fafaf9; }
  .truncated-table tr.show-all {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    display: none !important;
    width: 100%; }
  .truncated-table th,
  .truncated-table td {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 12px 0; }
    .truncated-table th img,
    .truncated-table td img {
      max-width: 20px;
      margin-left: 10px; }
    .truncated-table th svg.icon,
    .truncated-table td svg.icon {
      margin-left: 5px; }
  .truncated-table th {
    font-weight: 500;
    text-align: left; }
  .truncated-table td:first-of-type {
    color: #73716E;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .truncated-table td:first-of-type a {
      color: #2B2826; }
      .truncated-table td:first-of-type a:hover, .truncated-table td:first-of-type a:active, .truncated-table td:first-of-type a:focus {
        text-decoration: underline; }
  .truncated-table td:last-of-type {
    font-weight: 500;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }

.list-resources-item {
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .list-resources-item {
      padding-bottom: 40px; } }

.header.header-blog {
  position: relative;
  z-index: 2; }
  .header.header-blog.light-color {
    background-color: #EFEFEF;
    color: #3c3c3c;
    /* padding-top: 0;
    padding-bottom: 0; */ }
    .header.header-blog.light-color .desktop-nav-main ul li:hover > a,
    .header.header-blog.light-color .desktop-nav-main ul li:active > a,
    .header.header-blog.light-color .desktop-nav-main ul li:focus > a {
      background-color: #d8d8d8;
      border-radius: 2px; }
    .header.header-blog.light-color .desktop-nav-main ul li.menu-item-has-children > a:after {
      background-image: url(../../src/svg/down-arrow.svg);
      opacity: 0.6; }
    .header.header-blog.light-color .desktop-nav-main ul li ul {
      background-color: #edecec;
      border-radius: 2px;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .header.header-blog.light-color .header-search {
      background-color: #e1e1e1;
      color: #3c3c3c; }
  @media (min-width: 992px) {
    .header.header-blog {
      /* padding: 0; */
      z-index: 6; } }
  @media (max-width: 991.98px) {
    .header.header-blog {
      display: none; } }

.mobile-search-bar {
  display: none; }

@media (max-width: 991.98px) {
  header.website-nav {
    display: none; }
  body.blog-zone #main-content {
    padding-top: 60px; }
  body.blog-zone .mobile-nav:not(.mobile-nav-blog) {
    display: none !important; }
  .header-blog.header-fixed {
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    height: auto;
    padding: 15px 0; }
    .header-blog.header-fixed .container {
      padding-left: 20px;
      padding-right: 20px; }
    .header-blog.header-fixed.mobile-nav-is-open .mobile-search-bar {
      display: block; }
    .header-blog.header-fixed .header-mobile-nav-toggle {
      padding: 0; }
  .mobile-nav.mobile-nav-blog {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 55; }
    .mobile-nav.mobile-nav-blog h5 {
      text-transform: uppercase;
      font-size: 14px;
      margin-top: 26px;
      color: #B0ADAB; }
  .mobile-search-bar {
    /* position: absolute;
    left: 78px;
    right: 100px; */
    width: 100%;
    margin-left: 20px;
    margin-right: 20px; }
    .mobile-search-bar form {
      width: 100%; }
      .mobile-search-bar form .search-form-input {
        width: 100%;
        border-radius: 5px;
        height: 46px;
        padding: 0 9px;
        border: 0;
        margin: 0;
        background-color: #3E3E3C;
        color: #fff; } }

@media (max-width: 575.98px) {
  body.single #single .section .container {
    padding-left: 20px;
    padding-right: 20px; }
  body.single #single .article-text .card, body.single #single .article-text .arrows-up,
  body.single #single .article-text .arrows-down,
  body.single #single .article-text .arrows-left,
  body.single #single .article-text .arrows-right {
    display: block; }
  body.single #single .article-text .card-section {
    padding-left: 20px;
    padding-right: 20px; } }

.dropdown-search {
  background-color: #fafaf9;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: none;
  padding: 20px 0; }
  @media (min-width: 992px) {
    .dropdown-search {
      padding: 30px 0; } }
  .dropdown-search.is-open {
    display: block; }

input.dropdown-search-form-input {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #B0ADAB;
  font-size: 40px;
  padding: 0; }
  input.dropdown-search-form-input:focus {
    border: 0; }

.dropdown-search-tip {
  font-size: 14px;
  font-weight: 500; }

.dropdown-search-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%; }
  .dropdown-search-close svg.icon {
    fill: #73716E;
    margin-right: 10px;
    max-height: 14px;
    max-width: 14px; }

.featured-post-image {
  background-color: #4650F0;
  background-image: url("/wp-content/themes/ga-v2/dist/images/header-bg-cover.webp");
  position: relative;
  width: 100%;
  padding: 90px 0 90px; }
  .featured-post-image .container {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center; }
    .featured-post-image .container h1 {
      color: inherit;
      margin: 0; }
    .featured-post-image .container strong {
      font-weight: 500; }
    .featured-post-image .container a {
      color: #3C9ECE;
      font-weight: 700; }
    .featured-post-image .container hr {
      border: 1px solid #FBAC32;
      width: 450px;
      max-width: 60%;
      margin: 50px auto; }
    .featured-post-image .container .searching-for .lead {
      font-size: 26px;
      margin: 0; }
    .featured-post-image .container .searching-for .searchbar-animated {
      width: 700px;
      max-width: 80%;
      height: 50px;
      background-color: #fff;
      border-radius: 10px;
      margin: 50px auto 16px;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .featured-post-image .container .searching-for .searchbar-animated .text-field {
        display: block;
        line-height: 48px;
        text-align: center;
        font-size: 20px;
        color: #8a8a8a;
        margin: 0;
        padding: 0;
        width: 100%;
        opacity: 1;
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
        cursor: pointer; }
        .featured-post-image .container .searching-for .searchbar-animated .text-field.hide {
          width: 0;
          opacity: 0; }
      .featured-post-image .container .searching-for .searchbar-animated .search-field {
        display: block;
        width: 0;
        opacity: 0;
        -webkit-transform: all ease-in-out .15s;
                transform: all ease-in-out .15s; }
        .featured-post-image .container .searching-for .searchbar-animated .search-field.show {
          width: 100%;
          opacity: 1; }
          .featured-post-image .container .searching-for .searchbar-animated .search-field.show .search-form-input {
            width: 100%;
            text-align: center;
            -webkit-transition: all ease-in-out .15s;
            transition: all ease-in-out .15s; }
    .featured-post-image .container .searching-for p > small {
      font-size: 12px; }
  .featured-post-image .decors {
    z-index: 0; }
  @media (max-width: 767.98px) {
    .featured-post-image {
      border-bottom: 6px solid #FBAC32; }
      .featured-post-image hr, .featured-post-image .searching-for, .featured-post-image .top-left-squares {
        display: none; } }

body.category .featured-post-image {
  padding-bottom: 100px; }
  body.category .featured-post-image .container {
    text-align: left; }
  body.category .featured-post-image h1 {
    font-size: 60px;
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      body.category .featured-post-image h1 {
        font-size: 40px; } }

body.single .featured-post-image {
  height: 578px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  body.single .featured-post-image .container {
    z-index: 2; }
    body.single .featured-post-image .container h1 {
      margin-bottom: 80px; }
    body.single .featured-post-image .container p {
      margin-bottom: 0; }
  body.single .featured-post-image .article-meta {
    margin-bottom: 50px; }
    body.single .featured-post-image .article-meta li {
      color: #fff; }
  body.single .featured-post-image .article-cover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* img {
        width: 100%;
        max-width: none;
        height: auto;
        position: relative;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
      } */ }
    body.single .featured-post-image .article-cover::before {
      content: "";
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: #202C50;
      opacity: 0.9; }

.follow-us-here {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media (min-width: 992px) {
  .blog-sidebar {
    padding-left: 20px; } }

.blog-sidebar-sign-up-title,
.section .blog-sidebar-sign-up-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .blog-sidebar-sign-up-title p,
  .section .blog-sidebar-sign-up-title p {
    color: #2B2826; }
  .blog-sidebar-sign-up-title img,
  .section .blog-sidebar-sign-up-title img {
    margin-right: 20px; }

.recommended-blog-posts-refresh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .recommended-blog-posts-refresh a {
    color: #4650F0;
    text-decoration: underline; }
    .recommended-blog-posts-refresh a:hover, .recommended-blog-posts-refresh a:active, .recommended-blog-posts-refresh a:focus {
      text-decoration: none; }

.recommended-blog-posts-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .recommended-blog-posts-item:last-of-type {
    margin-bottom: 0; }
  .recommended-blog-posts-item img {
    border: 1px solid rgba(0, 0, 0, 0.07); }

.recommended-blog-posts-item-image {
  margin-right: 20px;
  width: 100px; }

.recommended-blog-posts-item-content {
  width: calc( 100% - 120px); }

.pagination {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 14px;
  font-weight: 500;
  padding: 20px 0; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .pagination li {
    min-height: 1px; }
  .pagination li > a {
    color: #73716E; }
    .pagination li > a:hover, .pagination li > a:active, .pagination li > a:focus {
      color: #2B2826;
      text-decoration: underline; }

.author-bar .author-card {
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .author-bar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .author-bar .author-card {
      margin-bottom: 0;
      margin-right: 40px; } }

.author-card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.author-card-horizontal-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.author-card-image {
  border-radius: 140px;
  height: 70px;
  margin-right: 20px;
  min-width: 70px;
  overflow: hidden;
  width: 70px; }
  .author-card-image img {
    margin: 0 !important; }

@media (min-width: 1200px) {
  ul.social-share-horizontal,
  .section ul.social-share-horizontal {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

ul.social-share-horizontal li,
.section ul.social-share-horizontal li {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px; }
  @media (min-width: 992px) {
    ul.social-share-horizontal li,
    .section ul.social-share-horizontal li {
      margin-bottom: 10px;
      margin-right: 20px; } }
  ul.social-share-horizontal li:last-of-type,
  .section ul.social-share-horizontal li:last-of-type {
    margin-right: 0; }
  ul.social-share-horizontal li a,
  .section ul.social-share-horizontal li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F3F2F2;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px; }
    @media (min-width: 992px) {
      ul.social-share-horizontal li a,
      .section ul.social-share-horizontal li a {
        padding: 10px; } }
    ul.social-share-horizontal li a .icon,
    .section ul.social-share-horizontal li a .icon {
      fill: #ffffff;
      margin-right: 10px;
      max-width: 14px; }
    ul.social-share-horizontal li a:hover, ul.social-share-horizontal li a:active, ul.social-share-horizontal li a:focus,
    .section ul.social-share-horizontal li a:hover,
    .section ul.social-share-horizontal li a:active,
    .section ul.social-share-horizontal li a:focus {
      text-decoration: none; }
  ul.social-share-horizontal li.facebook a,
  .section ul.social-share-horizontal li.facebook a {
    background-color: #2273B9; }
  ul.social-share-horizontal li.linkedin a,
  .section ul.social-share-horizontal li.linkedin a {
    background-color: #2F8DDF; }
  ul.social-share-horizontal li.twitter a,
  .section ul.social-share-horizontal li.twitter a {
    background-color: #26C3F8; }

ul.social-share-vertical,
.section ul.social-share-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  ul.social-share-vertical .icon,
  .section ul.social-share-vertical .icon {
    fill: #ffffff;
    max-width: 20px; }
  ul.social-share-vertical li,
  .section ul.social-share-vertical li {
    margin-bottom: 10px; }
    ul.social-share-vertical li:last-of-type,
    .section ul.social-share-vertical li:last-of-type {
      margin-bottom: 0; }
    ul.social-share-vertical li a,
    .section ul.social-share-vertical li a {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #ffffff;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 45px;
      width: 45px; }
      ul.social-share-vertical li a:hover, ul.social-share-vertical li a:active, ul.social-share-vertical li a:focus,
      .section ul.social-share-vertical li a:hover,
      .section ul.social-share-vertical li a:active,
      .section ul.social-share-vertical li a:focus {
        opacity: 0.8; }
    ul.social-share-vertical li.facebook a,
    .section ul.social-share-vertical li.facebook a {
      background-color: #2273B9; }
    ul.social-share-vertical li.linkedin a,
    .section ul.social-share-vertical li.linkedin a {
      background-color: #2F8DDF; }
    ul.social-share-vertical li.twitter a,
    .section ul.social-share-vertical li.twitter a {
      background-color: #26C3F8; }

#single .article-text {
  padding-top: 30px; }

#single .article-text .card-section {
  padding-top: 0; }

#single .author-card.sticky-share-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 575.98px) {
  #single .article-sidebar .author-card {
    padding-left: 20px;
    padding-right: 20px; } }

.single-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 60px;
  padding: 60px 20px 0 20px; }
  @media (min-width: 992px) {
    .single-bottom {
      position: relative;
      /*
    &::after {
      @include img-retina( '../images/home-section-3-left.png', '../images/home-section-3-left@2x.png', '240px', '138px' );
      left: -100px;
    }

    &::before {
      @include img-retina( '../images/home-section-3-right.png', '../images/home-section-3-right@2x.png', '207px', '183px' );
      right: -100px;
      top: -40px;
    }
    */ }
      .single-bottom::after, .single-bottom::before {
        background-position: center center;
        background-repeat: no-repeat;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        width: 160px; } }

.single-bottom-learn-more,
.section .single-bottom-learn-more {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  margin-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-weight: 500; }
  .single-bottom-learn-more p,
  .section .single-bottom-learn-more p {
    color: #2B2826; }
  .single-bottom-learn-more a,
  .section .single-bottom-learn-more a {
    text-decoration: underline; }

.header.header-docs {
  background-color: #1C1C1C;
  padding: 10px 0; }
  .header.header-docs .header-logo-mark {
    fill: #ffffff; }
  .header.header-docs .header-mobile-nav-toggle {
    color: #ffffff; }
    .header.header-docs .header-mobile-nav-toggle .icon {
      fill: #ffffff; }

.docs-search {
  position: relative; }
  @media (min-width: 992px) {
    .docs-search {
      width: 30%; } }
  .docs-search .icon-search.is-hidden {
    display: none; }
    @media (min-width: 992px) {
      .docs-search .icon-search.is-hidden {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; } }

.docs-search-input-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .docs-search-input-wrapper .icon {
    fill: #B0ADAB;
    max-width: 14px;
    margin-right: 10px;
    margin-left: auto; }

input[type=text].docs-search-input {
  background-color: transparent;
  border: 0;
  color: #B0ADAB;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3; }

.docs-search-results {
  background: #fafaf9;
  -webkit-box-shadow: 0px 1px 7px rgba(43, 40, 38, 0.2);
          box-shadow: 0px 1px 7px rgba(43, 40, 38, 0.2);
  display: none;
  height: 0;
  position: fixed;
  left: 0;
  overflow-y: scroll;
  padding: 20px;
  top: 60px;
  width: 100%;
  z-index: 50; }
  .docs-search-results.is-visible {
    display: block;
    height: 50%; }
    @media (min-width: 992px) {
      .docs-search-results.is-visible {
        background-color: #ffffff;
        border-radius: 5px;
        height: auto;
        min-height: 60px;
        max-height: 380px;
        position: absolute;
        top: 45px;
        width: 120%; } }

.docs-search-results-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  line-height: 1.2;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .docs-search-results-item a {
    display: block; }
    .docs-search-results-item a:hover h3, .docs-search-results-item a:active h3, .docs-search-results-item a:focus h3 {
      text-decoration: underline; }
  .docs-search-results-item h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3.33333px; }
  .docs-search-results-item span {
    color: #73716E;
    display: inline-block;
    font-size: 14px; }

.docs-search-close {
  display: none; }
  .docs-search-close.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 992px) {
      .docs-search-close.is-visible {
        display: none !important; } }

.docs-search-mask {
  background-color: rgba(43, 40, 38, 0.5);
  display: none;
  height: 0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 40; }
  .docs-search-mask.is-visible {
    display: block;
    height: 100%; }
    @media (min-width: 992px) {
      .docs-search-mask.is-visible {
        display: none !important; } }

.docs-search-total {
  font-weight: 500; }
  .docs-search-total:hover, .docs-search-total:active, .docs-search-total:focus {
    text-decoration: underline; }

.desktop-nav-main.desktop-nav-main-docs ul li > a {
  color: #ffffff; }

.desktop-nav-main.desktop-nav-main-docs ul li:hover > a, .desktop-nav-main.desktop-nav-main-docs ul li:active > a, .desktop-nav-main.desktop-nav-main-docs ul li:focus > a {
  background-color: #ffffff;
  color: #2B2826; }

.desktop-nav-main.desktop-nav-main-docs ul li.system-status > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .desktop-nav-main.desktop-nav-main-docs ul li.system-status > a::before {
    background-color: #5DD99B;
    border: 4px solid #23945b;
    border-radius: 100px;
    content: "";
    display: inline-block;
    margin-right: 5px;
    height: 15px;
    width: 15px; }

.desktop-nav-main.desktop-nav-main-docs ul li.cta > a {
  background-color: #ffffff;
  color: #2B2826; }

.docs-sidebar-nav {
  display: none; }
  @media (min-width: 992px) {
    .docs-sidebar-nav {
      display: block; } }
  .docs-sidebar-nav ul li {
    font-size: 14px;
    margin-bottom: 10px; }
    .docs-sidebar-nav ul li:last-of-type {
      margin-bottom: 0; }
    .docs-sidebar-nav ul li:hover, .docs-sidebar-nav ul li:active, .docs-sidebar-nav ul li:focus, .docs-sidebar-nav ul li.current-menu-item {
      font-weight: 500; }
      .docs-sidebar-nav ul li:hover > a, .docs-sidebar-nav ul li:active > a, .docs-sidebar-nav ul li:focus > a, .docs-sidebar-nav ul li.current-menu-item > a {
        color: #2B2826;
        text-decoration: none; }
    .docs-sidebar-nav ul li.menu-item-has-children > a {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .docs-sidebar-nav ul li.menu-item-has-children > a span {
        background-color: #73716E;
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
        content: "";
        height: 16px;
        -webkit-mask-image: url(../../src/svg/right-arrow.svg);
                mask-image: url(../../src/svg/right-arrow.svg);
        -webkit-mask-position: center center;
                mask-position: center center;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        width: 16px; }
      .docs-sidebar-nav ul li.menu-item-has-children > a:hover span, .docs-sidebar-nav ul li.menu-item-has-children > a:active span, .docs-sidebar-nav ul li.menu-item-has-children > a:focus span {
        background-color: #2B2826; }
    .docs-sidebar-nav ul li.menu-item-has-children.is-open a span {
      -webkit-mask-image: url(../../src/svg/down-arrow.svg);
              mask-image: url(../../src/svg/down-arrow.svg); }
    .docs-sidebar-nav ul li a {
      color: #73716E; }
    .docs-sidebar-nav ul li ul {
      display: none;
      margin-left: 10px;
      margin-top: 10px; }
      .docs-sidebar-nav ul li ul.is-open {
        display: block; }
      .docs-sidebar-nav ul li ul > li {
        font-size: 13px;
        font-weight: 400; }

.docs-helpful-resources {
  display: none; }
  @media (min-width: 992px) {
    .docs-helpful-resources {
      display: block; } }
  .docs-helpful-resources > ul > li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px; }
    .docs-helpful-resources > ul > li > a {
      color: #2B2826; }
    .docs-helpful-resources > ul > li > ul {
      margin-bottom: 20px; }
      .docs-helpful-resources > ul > li > ul > li {
        font-size: 13px;
        font-weight: 400; }
        .docs-helpful-resources > ul > li > ul > li > a {
          color: #73716E; }

.docs-breadcrumbs,
.section .docs-breadcrumbs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #73716E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .docs-breadcrumbs,
    .section .docs-breadcrumbs {
      padding-bottom: 30px 0; } }
  .docs-breadcrumbs span,
  .section .docs-breadcrumbs span {
    color: #73716E; }
    .docs-breadcrumbs span.highlight,
    .section .docs-breadcrumbs span.highlight {
      color: #2B2826; }
  .docs-breadcrumbs a,
  .docs-breadcrumbs a span,
  .section .docs-breadcrumbs a,
  .section .docs-breadcrumbs a span {
    color: #2B2826; }

.docs-breadcrumbs-items {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .docs-breadcrumbs-items > span {
    margin: 0 5px; }
    .docs-breadcrumbs-items > span:last-of-type {
      margin-right: 0; }

.docs-breadcrumbs-sdks {
  display: none;
  font-size: 12px;
  margin-left: 20px; }
  .docs-breadcrumbs-sdks img {
    margin-right: 10px; }
  @media (min-width: 768px) {
    .docs-breadcrumbs-sdks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.docs-breadcrumbs-no-border,
.section .docs-breadcrumbs-no-border {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0; }
  .docs-breadcrumbs-no-border span,
  .section .docs-breadcrumbs-no-border span {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 0; }
    .docs-breadcrumbs-no-border span a,
    .section .docs-breadcrumbs-no-border span a {
      color: #73716E; }
  .docs-breadcrumbs-no-border span:first-of-type a,
  .section .docs-breadcrumbs-no-border span:first-of-type a {
    color: #2B2826; }
  .docs-breadcrumbs-no-border span:first-of-type::before,
  .section .docs-breadcrumbs-no-border span:first-of-type::before {
    content: "";
    display: none; }

.icon-with-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.icon-with-text-icon {
  margin-right: 10px; }

ul.collapsable-list li,
.section ul.collapsable-list li {
  margin-bottom: 15px; }
  ul.collapsable-list li:last-of-type,
  .section ul.collapsable-list li:last-of-type {
    margin-bottom: 0; }
  ul.collapsable-list li > a,
  .section ul.collapsable-list li > a {
    background-image: url(../../src/svg/plus.svg);
    background-position: left 5px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    color: #2B2826;
    display: inline-block;
    padding: 5px;
    padding-left: 20px; }
    ul.collapsable-list li > a:hover, ul.collapsable-list li > a:active, ul.collapsable-list li > a:focus,
    .section ul.collapsable-list li > a:hover,
    .section ul.collapsable-list li > a:active,
    .section ul.collapsable-list li > a:focus {
      background-color: #F3F2F2;
      text-decoration: none; }
  ul.collapsable-list li > p,
  .section ul.collapsable-list li > p {
    display: none;
    font-size: 14px; }

.collapsable-list-border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding-top: 20px; }

.green-card,
.section .green-card {
  background-color: #14F0AF;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 7px rgba(43, 40, 38, 0.33);
          box-shadow: 0px 1px 7px rgba(43, 40, 38, 0.33);
  color: #ffffff;
  overflow: hidden; }
  .green-card h1,
  .green-card h2,
  .green-card h3,
  .green-card h4,
  .green-card h5,
  .green-card h6,
  .green-card li,
  .green-card p,
  .green-card blockquote,
  .section .green-card h1,
  .section .green-card h2,
  .section .green-card h3,
  .section .green-card h4,
  .section .green-card h5,
  .section .green-card h6,
  .section .green-card li,
  .section .green-card p,
  .section .green-card blockquote {
    color: #ffffff; }

.green-card-section {
  padding: 20px;
  width: 100%; }
  @media (min-width: 992px) {
    .green-card-section {
      padding: 40px; } }

@media (min-width: 992px) {
  .green-card-section-half-padding {
    padding: 20px; } }

.green-card-section-darker {
  background-color: #41A467; }

.white-card,
.section .white-card {
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 7px rgba(43, 40, 38, 0.33);
          box-shadow: 0px 1px 7px rgba(43, 40, 38, 0.33);
  color: #2B2826;
  overflow: hidden; }
  .white-card h1,
  .white-card h2,
  .white-card h3,
  .white-card h4,
  .white-card h5,
  .white-card h6,
  .white-card li,
  .white-card p,
  .white-card blockquote,
  .section .white-card h1,
  .section .white-card h2,
  .section .white-card h3,
  .section .white-card h4,
  .section .white-card h5,
  .section .white-card h6,
  .section .white-card li,
  .section .white-card p,
  .section .white-card blockquote {
    color: #2B2826; }

.white-card-section {
  padding: 20px;
  width: 100%; }
  @media (min-width: 992px) {
    .white-card-section {
      padding: 40px; } }

@media (min-width: 992px) {
  .white-card-section-half-padding {
    padding: 20px; } }

.white-card-section-darker {
  background-color: #F3F2F2; }

@media (min-width: 992px) {
  .interactive-doc-game {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.interactive-doc-game-slide {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .interactive-doc-game-slide .row, .interactive-doc-game-slide ul.quote-grid {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%; }
  .interactive-doc-game-slide.is-in-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .interactive-doc-game-slide .line-numbers .line-numbers-rows {
    border-right: 0; }
    .interactive-doc-game-slide .line-numbers .line-numbers-rows > span {
      margin-bottom: 0.2em; }
  .interactive-doc-game-slide pre {
    color: #2B2826;
    max-width: 100%;
    overflow: scroll;
    padding: 20px;
    border-radius: 5px; }
    .interactive-doc-game-slide pre code {
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 1.5; }
  .interactive-doc-game-slide :not(pre) > code[class*="language-"], .interactive-doc-game-slide pre[class*="language-"] {
    background-color: #ffffff; }
  .interactive-doc-game-slide ul,
  .interactive-doc-game-slide ol {
    list-style: none;
    margin-bottom: 20px; }
    .interactive-doc-game-slide ul li,
    .interactive-doc-game-slide ol li {
      margin-bottom: 10px; }
      .interactive-doc-game-slide ul li::before,
      .interactive-doc-game-slide ol li::before {
        content: "•";
        color: #2B2826;
        display: inline-block;
        margin-right: 6.25px; }
      .interactive-doc-game-slide ul li:last-of-type,
      .interactive-doc-game-slide ol li:last-of-type {
        margin-bottom: 0; }

.interactive-doc-game-nav {
  -ms-flex-item-align: end;
      align-self: flex-end;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  width: 100%;
  margin-top: auto; }

.interactive-doc-game-prev,
.interactive-doc-game-next {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px; }
  .interactive-doc-game-prev svg.icon,
  .interactive-doc-game-next svg.icon {
    fill: #ffffff;
    height: 14px;
    width: 14px; }

.interactive-doc-game-slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  overflow: hidden; }

.interactive-doc-game-sidebar,
.section .interactive-doc-game-sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .interactive-doc-game-sidebar > ul.interactive-doc-game-sections,
  .section .interactive-doc-game-sidebar > ul.interactive-doc-game-sections {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding-top: 10px; }
    .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li,
    .section .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.07);
      display: block;
      font-weight: 500;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li:last-of-type,
      .section .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li:last-of-type {
        border-bottom: 0;
        margin-bottom: 0; }
      .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li.current a,
      .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li.current span,
      .section .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li.current a,
      .section .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li.current span {
        color: #ffffff; }
      .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li span,
      .section .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li span {
        color: #3E3E3C;
        font-weight: 400;
        margin-right: 10px; }
      .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li a,
      .section .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li a {
        color: #3E3E3C;
        display: block; }
        .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li a:hover, .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li a:active, .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li a:focus,
        .section .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li a:hover,
        .section .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li a:active,
        .section .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li a:focus {
          color: #ffffff;
          text-decoration: none; }
          .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li a:hover span, .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li a:active span, .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li a:focus span,
          .section .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li a:hover span,
          .section .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li a:active span,
          .section .interactive-doc-game-sidebar > ul.interactive-doc-game-sections > li a:focus span {
            color: #ffffff;
            text-decoration: none; }
  @media (min-width: 992px) {
    .interactive-doc-game-sidebar,
    .section .interactive-doc-game-sidebar {
      border-left: 1px solid rgba(0, 0, 0, 0.07); } }

span.interactive-doc-game-slide-name {
  color: #ffffff; }

.interactive-doc-game-image {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 992px) {
    .interactive-doc-game-image {
      display: inline-block;
      margin-bottom: -40px !important; } }
  .interactive-doc-game-image img {
    display: block; }

.interactive-doc-game-next {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  width: 100%; }
  .interactive-doc-game-next p {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.3; }
    .interactive-doc-game-next p span {
      display: block; }

.interactive-doc-game-code-topper {
  background-color: #ffffff;
  color: #2B2826;
  font-weight: 500;
  font-size: 14px;
  padding: 12.5px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: -20px;
  position: relative;
  z-index: 1; }

.interactive-white-doc-game-sidebar,
.section .interactive-white-doc-game-sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections,
  .section .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding-top: 10px; }
    .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li,
    .section .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.07);
      display: block;
      font-weight: 500;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li:last-of-type,
      .section .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li:last-of-type {
        border-bottom: 0;
        margin-bottom: 0; }
      .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li.current a,
      .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li.current span,
      .section .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li.current a,
      .section .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li.current span {
        color: #2B2826; }
      .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li span,
      .section .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li span {
        color: #73716E;
        font-weight: 400;
        margin-right: 10px; }
      .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li a,
      .section .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li a {
        color: #73716E;
        display: block; }
        .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li a:hover, .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li a:active, .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li a:focus,
        .section .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li a:hover,
        .section .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li a:active,
        .section .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li a:focus {
          color: #2B2826;
          text-decoration: none; }
          .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li a:hover span, .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li a:active span, .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li a:focus span,
          .section .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li a:hover span,
          .section .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li a:active span,
          .section .interactive-white-doc-game-sidebar > ul.interactive-doc-game-sections > li a:focus span {
            color: #2B2826;
            text-decoration: none; }

.interactive-white-doc-game-prev,
.interactive-white-doc-game-next {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px; }
  .interactive-white-doc-game-prev svg.icon,
  .interactive-white-doc-game-next svg.icon {
    fill: #2B2826;
    height: 14px;
    width: 14px; }

.interactive-white-doc-game-next {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  width: 100%; }
  .interactive-white-doc-game-next p {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.3; }
    .interactive-white-doc-game-next p span {
      display: block; }

span.interactive-white-doc-game-slide-name {
  color: #73716E; }

table.table,
.section table.table {
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 7px rgba(43, 40, 38, 0.2);
          box-shadow: 0px 1px 7px rgba(43, 40, 38, 0.2);
  color: #2B2826;
  font-size: 14px;
  width: 100%; }
  table.table th,
  .section table.table th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    font-weight: 500;
    text-align: left; }
    table.table th:first-of-type,
    .section table.table th:first-of-type {
      border-right: 1px solid rgba(0, 0, 0, 0.07); }
  table.table td:first-of-type,
  .section table.table td:first-of-type {
    border-right: 1px solid rgba(0, 0, 0, 0.07); }
  table.table th,
  table.table td,
  .section table.table th,
  .section table.table td {
    padding: 12.5px; }

.desktop-nav-main-blog {
  width: 100%; }
  .desktop-nav-main-blog > .menu {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .desktop-nav-main-blog ul {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    .desktop-nav-main-blog ul li {
      /* padding: $small-spacing 0; */ }
      .desktop-nav-main-blog ul li.menu-item-has-children a {
        border-radius: 5px; }
  .desktop-nav-main-blog ul.sub-menu {
    top: 38px; }
    .desktop-nav-main-blog ul.sub-menu li {
      padding: 0; }

.desktop-nav-main-blog-dropdown img {
  border: 1px solid rgba(0, 0, 0, 0.07); }

.desktop-nav-main-blog-dropdown {
  color: #2B2826;
  height: 0;
  opacity: 0;
  overflow-y: hidden;
  padding: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }
  .desktop-nav-main-blog-dropdown > .container {
    max-width: 1390px; }
  .desktop-nav-main-blog-dropdown.is-visible {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    height: auto;
    opacity: 1;
    overflow-y: auto;
    padding: 30px 10px;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  @media (min-width: 992px) {
    .desktop-nav-main-blog-dropdown {
      background-color: #fafaf9;
      left: 0;
      position: absolute;
      top: 58px;
      width: 100%;
      z-index: -1; }
      .desktop-nav-main-blog-dropdown ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .desktop-nav-main-blog-dropdown ul li {
          font-size: 14px;
          margin-bottom: 10px;
          width: 50%; }
          .desktop-nav-main-blog-dropdown ul li a {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .desktop-nav-main-blog-dropdown ul li a::after {
              background-image: url(../../src/svg/right-arrow.svg);
              background-repeat: no-repeat;
              background-position: center center;
              display: none;
              content: "";
              height: 16px;
              width: 16px; }
            .desktop-nav-main-blog-dropdown ul li a:hover {
              color: #2B2826;
              font-weight: 500;
              text-decoration: underline; }
              .desktop-nav-main-blog-dropdown ul li a:hover::after {
                display: inline-block; }
          .desktop-nav-main-blog-dropdown ul li ul {
            display: none; } }

/* .desktop-nav-main ul#menu-header-blog-menu, .desktop-nav-main ul#menu-header-blog-menu-1 {
    li ul {
        display: none !important; // Don't show sub menus ( We overwrite them with custom blog menu )
    }
} */
.desktop-nav-main-blog-slide {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%; }

.sticky-share {
  background-color: #ffffff;
  bottom: 0;
  -webkit-box-shadow: 0px 1px 7px rgba(43, 40, 38, 0.2);
          box-shadow: 0px 1px 7px rgba(43, 40, 38, 0.2);
  line-height: 1.3;
  opacity: 0;
  padding: 15px;
  position: fixed;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: ease-in-out 250ms;
  transition: ease-in-out 250ms;
  width: 100%;
  z-index: 55; }
  @media (min-width: 992px) {
    .sticky-share.is-visible {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  .sticky-share ul.social-share-horizontal {
    display: inline-block; }
    .sticky-share ul.social-share-horizontal li {
      margin-bottom: 0;
      margin-right: 10px; }
      .sticky-share ul.social-share-horizontal li a {
        padding: 7.5px; }

.blog-roll.row, ul.blog-roll.quote-grid {
  margin-top: 40px;
  margin-left: -25px;
  margin-right: -25px; }
  .blog-roll.row > div[class^=col-], ul.blog-roll.quote-grid > div[class^=col-] {
    padding: 0 25px;
    margin-bottom: 80px; }
  .blog-roll.row + .wp-pagenavi, ul.blog-roll.quote-grid + .wp-pagenavi {
    padding-top: 67px;
    margin-bottom: 120px; }

.blog-roll-card {
  background-color: #FBFBF8;
  border-radius: 9px;
  position: relative;
  height: 100%;
  padding: 0 14px 19px;
  overflow: hidden; }
  .blog-roll-card .cover {
    position: relative;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: 14px; }
    .blog-roll-card .cover img {
      display: block; }
  .blog-roll-card .the-category {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    border-radius: 8px 0px 0px 0px;
    text-transform: uppercase;
    padding: 5px 12px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    bottom: 0px; }
  .blog-roll-card .excerpt {
    color: #fff;
    position: absolute;
    top: calc(100% - 3px);
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 23px;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    background-color: rgba(12, 60, 140, 0.97); }
    .blog-roll-card .excerpt p {
      color: inherit; }
    .blog-roll-card .excerpt .read-more {
      position: absolute;
      right: 23px;
      bottom: 15px; }
      .blog-roll-card .excerpt .read-more:hover, .blog-roll-card .excerpt .read-more:focus {
        text-decoration: underline; }
  .blog-roll-card .the-category {
    background-color: rgba(12, 60, 140, 0.9); }
  .blog-roll-card .meta li {
    font-size: 13px;
    font-weight: 500; }
  .blog-roll-card .title, .blog-roll-card .excerpt {
    font-size: 16px;
    font-weight: 600; }
  .blog-roll-card .title {
    line-height: 24px;
    margin: 6px 0; }
  .blog-roll-card .author {
    font-size: 14px;
    color: #969290; }
  .blog-roll-card.analytics-tips .the-category {
    background-color: rgba(28, 147, 230, 0.9); }
  .blog-roll-card.analytics-tips .excerpt {
    background-color: rgba(28, 147, 230, 0.97); }
  .blog-roll-card.marketing .the-category {
    background-color: rgba(251, 147, 50, 0.9); }
  .blog-roll-card.marketing .excerpt {
    background-color: rgba(251, 147, 50, 0.97); }
  .blog-roll-card.news .the-category {
    background-color: rgba(55, 195, 155, 0.9); }
  .blog-roll-card.news .excerpt {
    background-color: rgba(55, 195, 155, 0.97); }
  .blog-roll-card.game-development .the-category {
    background-color: rgba(178, 24, 127, 0.9); }
  .blog-roll-card.game-development .excerpt {
    background-color: rgba(178, 24, 127, 0.97); }

.blog-roll-card:hover .excerpt, .blog-roll-card:focus .excerpt {
  top: 0; }

.featured-cards {
  width: 100%; }
  @media (min-width: 992px) {
    .featured-cards {
      width: 750px; } }

.favorite-blog-posts {
  margin-top: 90px; }

.cta-post .blog-roll-card {
  padding: 50px 40px 40px;
  color: #fff;
  background: #3b9dcd;
  background: -webkit-gradient(linear, left top, left bottom, from(#3b9dcd), to(#297da7));
  background: linear-gradient(to bottom, #3b9dcd 0%, #297da7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b9dcd', endColorstr='#297da7',GradientType=0 ); }
  .cta-post .blog-roll-card .title {
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    color: inherit; }
  .cta-post .blog-roll-card p {
    margin: 16px 0 30px;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.7px; }
  .cta-post .blog-roll-card .download {
    display: inline-block;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 20px 10px;
    background-color: transparent;
    -webkit-transition: background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
    .cta-post .blog-roll-card .download:hover, .cta-post .blog-roll-card .download:focus {
      background-color: rgba(255, 255, 255, 0.3); }

.post-roll img {
  border: 1px solid rgba(0, 0, 0, 0.07); }

.docs-search-roll-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .docs-search-roll-item:last-of-type {
    border: 0;
    padding: 0;
    margin: 0; }

.docs-single-nav.is-fixed {
  position: fixed;
  top: 61px; }

.docs-single-nav ul li {
  font-size: 13px; }
  .docs-single-nav ul li a {
    color: #73716E;
    text-decoration: none; }
    .docs-single-nav ul li a.current {
      color: #2B2826; }
  .docs-single-nav ul li:hover > a, .docs-single-nav ul li:active > a, .docs-single-nav ul li:focus > a, .docs-single-nav ul li.current-menu-item > a {
    color: #2B2826;
    text-decoration: none; }
  .docs-single-nav ul li.heading {
    font-weight: 500;
    margin-top: 20px; }
    .docs-single-nav ul li.heading a {
      font-size: 14px;
      color: #2B2826;
      letter-spacing: 0;
      text-transform: capitalize; }
    .docs-single-nav ul li.heading:first-of-type {
      margin-top: 0; }

.docs-single-bottom-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 15px 0; }
  .docs-single-bottom-link:hover, .docs-single-bottom-link:active, .docs-single-bottom-link:focus {
    text-decoration: underline; }
  .docs-single-bottom-link svg.icon {
    fill: #4650F0;
    height: 22px;
    width: 25px; }

.border {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

.sticky-share-vertical {
  display: none; }
  @media (min-width: 992px) {
    .sticky-share-vertical {
      display: block;
      position: relative;
      z-index: 55; } }
  .sticky-share-vertical ul.social-share-horizontal {
    display: inline-block; }
    .sticky-share-vertical ul.social-share-horizontal li {
      margin-bottom: 0;
      margin-right: 10px; }
      .sticky-share-vertical ul.social-share-horizontal li a {
        padding: 7.5px; }

@media (min-width: 992px) {
  .sticky-share-vertical-push-top {
    margin-top: 30px; } }

.categories-widget h5 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 26px; }

.categories-widget .menu a {
  color: #73716E;
  padding: 5px 0;
  display: inline-block; }

.cookie-consent {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  width: 230px;
  -webkit-box-shadow: 0px 1px 3px rgba(43, 40, 38, 0.1);
          box-shadow: 0px 1px 3px rgba(43, 40, 38, 0.1);
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }
  .cookie-consent.is-open {
    opacity: 1;
    z-index: 501;
    visibility: visible; }
  @media (min-width: 992px) {
    .cookie-consent {
      right: 30px;
      bottom: 30px; } }
  .cookie-consent .icon-cross {
    fill: #73716E;
    height: 8px;
    width: 8px; }

.cookie-consent-inner {
  padding: 10px; }
  .cookie-consent-inner h3 {
    color: #2B2826;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px; }
  .cookie-consent-inner p {
    font-size: 13px;
    font-weight: 400; }

.cookie-consent-close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
  margin: 0;
  padding: 0;
  background: #E5E9F2;
  border: none;
  border-radius: 50%;
  color: #BDC4D1;
  font-size: 18px;
  text-align: center;
  z-index: 3; }

.cookie-consent-button-group {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cookie-consent-button-group a {
    background-color: #ffffff;
    padding: 8px 10px;
    font-size: 13px;
    color: #2B2826;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transition: background-color ease-in-out 250ms;
    transition: background-color ease-in-out 250ms; }
    .cookie-consent-button-group a:hover, .cookie-consent-button-group a:active, .cookie-consent-button-group a:focus {
      background-color: #f6f7f9; }
    .cookie-consent-button-group a.cookie-consent-fine {
      border-left: 1px solid rgba(0, 0, 0, 0.07);
      color: #0dc48e; }
      .cookie-consent-button-group a.cookie-consent-fine svg.icon {
        font-size: 17px;
        margin-right: 5px;
        display: inline-block;
        fill: #14F0AF; }

/*
    Mobile breakpoint
    Moves pills to new line
*/
@media screen and (max-width: 537px) {
  .pill-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .pill-item .title {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .pill-item .pills {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      width: 100%;
      margin-top: 10px; } }

.pill-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  padding-top: 14px;
  padding-bottom: 12px;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .pill-item:hover {
    background-color: #fafaf9; }
  .pill-item .title {
    width: 240px;
    font-weight: 500;
    white-space: nowrap;
    color: #2B2826; }
    .pill-item .title svg {
      max-width: 30px;
      max-height: 30px;
      vertical-align: bottom; }
  .pill-item .pills {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .pill-item .pills .pill {
      display: inline-block;
      padding: 0 8px;
      margin-right: 4px;
      margin-bottom: 6px;
      border: 1px solid #ECEBEA;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 4px;
      font-size: 12px;
      font-weight: bold;
      color: #73716E; }
  .pill-item .link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-weight: 500;
    white-space: nowrap; }
    .pill-item .link .icon-right-arrow {
      position: relative;
      margin-left: 5px;
      top: 1px; }

.card-slider {
  display: block; }
  .card-slider .grey-extra {
    color: #a4a09e; }
  .card-slider .card-slider-item {
    width: 725px;
    height: 420px; }
    @media (max-width: 1199.98px) {
      .card-slider .card-slider-item {
        height: 100%; } }
  .card-slider .slider-nav {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 9; }
    @media (min-width: 992px) {
      .card-slider .slider-nav {
        right: 35px;
        top: 35px; } }
  .card-slider .card-content {
    height: 300px; }
    @media (max-width: 1199.98px) {
      .card-slider .card-content {
        height: 100%;
        padding-bottom: 25px; } }

.contact-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .contact-input input {
    font-weight: 500;
    font-size: 14px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2;
    border-bottom-left-radius: 2;
    color: #bbb;
    background-color: #ffffff26; }
    .contact-input input::-webkit-input-placeholder {
      color: #bbb; }
    .contact-input input::-ms-input-placeholder {
      color: #bbb; }
    .contact-input input::placeholder {
      color: #bbb; }
  @media (max-width: 991.98px) {
    .contact-input {
      display: block; }
      .contact-input input, .contact-input button {
        display: block;
        width: 100%;
        border-radius: 0;
        margin-top: 3px;
        text-align: center; } }

.marketo-module {
  opacity: 0;
  padding-bottom: 50px;
  position: relative; }
  .marketo-module.loaded {
    opacity: 1;
    z-index: 1; }
  .marketo-module .checkbox-item {
    position: absolute;
    bottom: 0; }
  .marketo-module .mktoFormCol {
    padding-bottom: 10px; }
  .marketo-module .mktoFormRow, .marketo-module .mktoRequiredField, .marketo-module .mktoEmailField, .marketo-module .mktoFormCol {
    width: 100%; }
  .marketo-module .checkbox-item .mktoFormCol {
    width: auto; }
  .marketo-module .mktoForm .mktoFormRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.quote-slider-joypac {
  position: relative;
  text-align: center; }
  .quote-slider-joypac .icon-quote-mark {
    fill: #B0ADAB;
    vertical-align: top; }
  .quote-slider-joypac .author {
    margin-top: 40px;
    display: block; }
    .quote-slider-joypac .author .author-avatar {
      margin: 0 auto;
      width: 50px; }
    .quote-slider-joypac .author .author-details {
      margin-top: 25px; }
      .quote-slider-joypac .author .author-details h4 {
        font-size: 18px;
        opacity: .9;
        padding-bottom: 5px; }
    .quote-slider-joypac .author .author-position {
      font-size: 18px;
      font-weight: 400;
      text-transform: none;
      letter-spacing: normal; }
    .quote-slider-joypac .author .author-excerpt {
      font-size: 15px; }

.sdks-logos.homepage {
  margin-top: 50px; }

.home-sdk-svg {
  fill: #599CFF !important;
  margin: 0 !important;
  width: 45px; }

.sdks-gray-icons .home-sdk-svg {
  fill: #2B2826 !important; }

body.page-template-template-resources {
  padding-top: 70px; }
  body.page-template-template-resources .page-header {
    text-align: center;
    margin-top: 100px; }
    body.page-template-template-resources .page-header h1 {
      font-size: 68px;
      font-weight: bold;
      line-height: 1; }
      body.page-template-template-resources .page-header h1::after {
        content: "";
        width: 80%;
        height: 3px;
        max-width: 330px;
        background-color: #fecf5d;
        display: block;
        margin: 70px auto 60px; }
      body.page-template-template-resources .page-header h1 + .lead {
        font-size: 18px;
        margin-bottom: 70px; }
    @media (max-width: 767px) {
      body.page-template-template-resources .page-header h1 {
        font-size: 45px; } }
  body.page-template-template-resources .navtabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 70px;
    list-style: none; }
    body.page-template-template-resources .navtabs .navitem {
      -ms-flex: 1 1 auto;
      -webkit-box-flex: 1;
              flex: 1 1 auto;
      text-align: center; }
      body.page-template-template-resources .navtabs .navitem + .navitem {
        margin-left: 2px; }
      body.page-template-template-resources .navtabs .navitem .navlink {
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        color: #706e6b; }
        body.page-template-template-resources .navtabs .navitem .navlink.active, body.page-template-template-resources .navtabs .navitem .navlink:hover, body.page-template-template-resources .navtabs .navitem .navlink:focus {
          color: #2a2826; }
          body.page-template-template-resources .navtabs .navitem .navlink.active::after, body.page-template-template-resources .navtabs .navitem .navlink:hover::after, body.page-template-template-resources .navtabs .navitem .navlink:focus::after {
            content: "";
            display: block;
            width: 44px;
            height: 2px;
            background-color: #fecf5d;
            margin-top: 5px; }
  body.page-template-template-resources .tabcontent .tabpane:not(.active) {
    display: none; }
  body.page-template-template-resources .list-resources .resource-item {
    margin-bottom: 70px; }
  body.page-template-template-resources .featured-resource {
    height: 447px;
    border-radius: 10px;
    padding: 66px;
    padding-bottom: 0;
    position: relative; }
    body.page-template-template-resources .featured-resource .content-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      height: 100%;
      position: relative;
      z-index: 1; }
      body.page-template-template-resources .featured-resource .content-box img {
        height: 100%;
        width: auto; }
    body.page-template-template-resources .featured-resource .content-body {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 34px;
      padding-right: 80px;
      color: #fff; }
      body.page-template-template-resources .featured-resource .content-body h2 {
        color: inherit;
        font-size: 40px;
        font-weight: bold;
        line-height: normal; }
        body.page-template-template-resources .featured-resource .content-body h2::after {
          content: "";
          display: block;
          width: 98px;
          height: 2px;
          background-color: #fff;
          opacity: 0.5;
          margin: 30px 0; }
      body.page-template-template-resources .featured-resource .content-body p {
        font-size: 16px; }
      body.page-template-template-resources .featured-resource .content-body .btn, body.page-template-template-resources .featured-resource .content-body input[type=submit],
      body.page-template-template-resources .featured-resource .content-body button[type=submit], body.page-template-template-resources .featured-resource .content-body .mobile-nav-secondary ul li a, .mobile-nav-secondary ul li body.page-template-template-resources .featured-resource .content-body a, body.page-template-template-resources .featured-resource .content-body .desktop-nav-small ul li a, .desktop-nav-small ul li body.page-template-template-resources .featured-resource .content-body a {
        margin-top: 34px; }
    @media (max-width: 767px) {
      body.page-template-template-resources .featured-resource {
        padding: 0;
        height: auto;
        overflow: hidden; }
        body.page-template-template-resources .featured-resource .content-box {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column;
                  flex-flow: column;
          padding: 40px;
          padding-bottom: 0; }
          body.page-template-template-resources .featured-resource .content-box .content-body {
            padding: 0;
            text-align: center; }
            body.page-template-template-resources .featured-resource .content-box .content-body h2 {
              font-size: 26px;
              margin-bottom: 30px; }
              body.page-template-template-resources .featured-resource .content-box .content-body h2::after {
                content: none; }
          body.page-template-template-resources .featured-resource .content-box img {
            width: 100%;
            height: auto;
            margin-top: 37px;
            margin-bottom: -76px; } }
    @media (max-width: 992px) {
      body.page-template-template-resources .featured-resource .content-box .content-body h2 {
        font-size: 26px;
        word-wrap: break-word; } }
  body.page-template-template-resources #view-demo {
    margin-top: 82px; }
  body.page-template-template-resources .btn-see-all-posts {
    margin-bottom: 142px; }
  body.page-template-template-resources .tabpane.videos .featured-resource,
  body.page-template-template-resources .tabpane.case-studies .featured-resource {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 66px; }
    body.page-template-template-resources .tabpane.videos .featured-resource .content-box,
    body.page-template-template-resources .tabpane.case-studies .featured-resource .content-box {
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    body.page-template-template-resources .tabpane.videos .featured-resource .content-body,
    body.page-template-template-resources .tabpane.case-studies .featured-resource .content-body {
      padding: 0;
      margin: 0 20%; }
      body.page-template-template-resources .tabpane.videos .featured-resource .content-body h2::after,
      body.page-template-template-resources .tabpane.case-studies .featured-resource .content-body h2::after {
        content: none; }
      body.page-template-template-resources .tabpane.videos .featured-resource .content-body .banner-excerpt,
      body.page-template-template-resources .tabpane.case-studies .featured-resource .content-body .banner-excerpt {
        margin-top: 35px;
        margin-bottom: 50px; }
    body.page-template-template-resources .tabpane.videos .featured-resource .overlay,
    body.page-template-template-resources .tabpane.case-studies .featured-resource .overlay {
      position: absolute;
      border-radius: 10px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  body.page-template-template-resources .tabpane.videos .cover .static,
  body.page-template-template-resources .tabpane.case-studies .cover .static {
    display: block; }
  body.page-template-template-resources .tabpane.videos .cover .animated, body.page-template-template-resources .tabpane.videos .cover .quote-slider .slick-slide, .quote-slider body.page-template-template-resources .tabpane.videos .cover .slick-slide,
  body.page-template-template-resources .tabpane.case-studies .cover .animated,
  body.page-template-template-resources .tabpane.case-studies .cover .quote-slider .slick-slide,
  .quote-slider body.page-template-template-resources .tabpane.case-studies .cover .slick-slide {
    display: none; }
  body.page-template-template-resources .tabpane.videos .resource-item:hover .cover .static,
  body.page-template-template-resources .tabpane.case-studies .resource-item:hover .cover .static {
    display: none; }
  body.page-template-template-resources .tabpane.videos .resource-item:hover .cover .animated, body.page-template-template-resources .tabpane.videos .resource-item:hover .cover .quote-slider .slick-slide, .quote-slider body.page-template-template-resources .tabpane.videos .resource-item:hover .cover .slick-slide,
  body.page-template-template-resources .tabpane.case-studies .resource-item:hover .cover .animated,
  body.page-template-template-resources .tabpane.case-studies .resource-item:hover .cover .quote-slider .slick-slide,
  .quote-slider body.page-template-template-resources .tabpane.case-studies .resource-item:hover .cover .slick-slide {
    display: block; }
  body.page-template-template-resources .tabpane .cover {
    padding: 0;
    position: relative; }
    body.page-template-template-resources .tabpane .cover img.thumbnail {
      width: 100%;
      height: auto;
      margin: 0; }
    body.page-template-template-resources .tabpane .cover .branding {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 36px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      body.page-template-template-resources .tabpane .cover .branding > div:not(.overlay) {
        position: relative;
        z-index: 1;
        font-size: 12px; }
      body.page-template-template-resources .tabpane .cover .branding .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
  body.page-template-template-resources .tabpane.case-studies .cover .branding,
  body.page-template-template-resources .featured-resource .branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 21px;
    line-height: 1;
    padding: 8px 14px; }
    body.page-template-template-resources .tabpane.case-studies .cover .branding .description,
    body.page-template-template-resources .featured-resource .branding .description {
      border-left: 2px solid #fff;
      margin-left: 10px;
      padding-left: 10px; }
    body.page-template-template-resources .tabpane.case-studies .cover .branding .logo,
    body.page-template-template-resources .featured-resource .branding .logo {
      height: 100%; }
    body.page-template-template-resources .tabpane.case-studies .cover .branding .logo img,
    body.page-template-template-resources .featured-resource .branding .logo img {
      height: 100%;
      width: auto; }
  body.page-template-template-resources .featured-resource .branding {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px; }
    @media (max-width: 767px) {
      body.page-template-template-resources .featured-resource .branding {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        padding: 0;
        margin-bottom: 40px; }
      body.page-template-template-resources .featured-resource .branding .logo img {
        width: 100%;
        height: auto;
        margin: 0;
        margin-bottom: 30px; }
      body.page-template-template-resources .featured-resource .branding .description {
        border-left: 0;
        margin: 0;
        padding: 0; } }
  body.page-template-template-resources .quotes-card {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px rgba(43, 40, 38, 0.1);
            box-shadow: 0px 1px 3px rgba(43, 40, 38, 0.1);
    width: 100%;
    padding: 30px 24px; }
    body.page-template-template-resources .quotes-card .quote-slider .quote-slider-item {
      text-align: left; }
      body.page-template-template-resources .quotes-card .quote-slider .quote-slider-item .author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0;
        margin-top: 30px; }
        body.page-template-template-resources .quotes-card .quote-slider .quote-slider-item .author .author-details {
          margin: 0; }
          body.page-template-template-resources .quotes-card .quote-slider .quote-slider-item .author .author-details h4 {
            padding: 0;
            margin: 0;
            font-size: 15px; }
        body.page-template-template-resources .quotes-card .quote-slider .quote-slider-item .author .author-position {
          margin: 0;
          font-size: 13px; }
        body.page-template-template-resources .quotes-card .quote-slider .quote-slider-item .author .author-avatar {
          margin: 0;
          margin-right: 18px; }
      body.page-template-template-resources .quotes-card .quote-slider .quote-slider-item .h3-quote {
        font-size: 18px;
        font-weight: normal;
        opacity: 1; }
  body.page-template-template-resources .tabs-to-select {
    display: none; }

.single-resource {
  margin-top: 125px; }
  @media (max-width: 767px) {
    .single-resource {
      margin-top: 0; } }
  .single-resource h1 {
    margin-top: 40px;
    font-size: 52px; }
  .single-resource.game-industry-reports h1::after {
    content: "";
    height: 2px;
    width: 80%;
    max-width: 330px;
    background-color: #fecf5d;
    display: block;
    margin: 55px 0 44px; }
  @media (min-width: 767px) {
    .single-resource.game-industry-reports .resource-header .content .img-cover {
      display: none; } }
  @media (max-width: 767px) {
    .single-resource.game-industry-reports h1 {
      font-size: 45px;
      line-height: 1.25; }
      .single-resource.game-industry-reports h1::after {
        margin: 55px auto 75px; }
    .single-resource.game-industry-reports .resource-header .content {
      text-align: center; }
      .single-resource.game-industry-reports .resource-header .content .img-cover {
        margin-bottom: 60px; }
    .single-resource.game-industry-reports .cover {
      display: none;
      /* .fit-content-height {
                        position: relative;

                        img {
                            width: 100%;
                            height: auto;
                            float: none;
                        }
                    } */ } }
  .single-resource.videos {
    text-align: center; }
    .single-resource.videos h1 {
      text-align: center;
      margin-bottom: 90px; }
    .single-resource.videos .video-wrapper {
      margin-bottom: 104px; }
    .single-resource.videos .button-wrapper {
      margin-top: 53px; }
  .single-resource .content p {
    font-size: 18px; }
  .single-resource .content .download-option {
    margin-top: 44px; }
  .single-resource .cover .fit-content-height {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .single-resource .cover .fit-content-height img {
      height: 100%;
      width: auto;
      float: right; }
  .single-resource .whats-inside {
    margin-top: 140px;
    text-align: center; }
    .single-resource .whats-inside .icon {
      width: 155px;
      height: auto;
      display: block;
      margin: auto; }
    .single-resource .whats-inside h2 {
      font-size: 40px;
      margin-bottom: 80px; }
    .single-resource .whats-inside h3 {
      font-size: 22px;
      margin: 40px 0 22px; }
    .single-resource .whats-inside p {
      font-size: 18px; }
    @media (max-width: 767px) {
      .single-resource .whats-inside .item:not(:last-of-type) {
        margin-bottom: 70px; } }

.list-resources .row, .list-resources ul.quote-grid {
  margin-left: -25px;
  margin-right: -25px; }

.list-resources .resource-item {
  padding-left: 25px;
  padding-right: 25px; }
  .list-resources .resource-item .wrapper {
    background-color: #FBFBFB;
    border-radius: 10px;
    padding: 0 15px 40px;
    height: 100%;
    position: relative;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: all ease-in .15s;
    transition: all ease-in .15s; }
    .list-resources .resource-item .wrapper:hover, .list-resources .resource-item .wrapper:focus {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
              box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
  .list-resources .resource-item .cover {
    height: 190px;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    padding-top: 32px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    position: relative; }
    .list-resources .resource-item .cover img {
      display: block;
      width: 150px;
      height: auto;
      margin: 0 auto; }
  .list-resources .resource-item h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 20px; }
    .list-resources .resource-item h3::after {
      content: "";
      width: 80px;
      height: 2px;
      display: block;
      background-color: #ffcc33;
      margin: 14px 0 15px; }
  .list-resources .resource-item .excerpt {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 30px;
    padding-bottom: 10px; }
  .list-resources .resource-item .read-more {
    color: #3c9ece;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: 15px;
    right: 15px; }

@media (max-width: 767px) {
  body:not(.single) .list-resources .container {
    padding-left: 0;
    padding-right: 0; } }

.related-resources {
  margin-top: 140px;
  padding: 95px 0 104px;
  position: relative; }
  .related-resources::before {
    content: "";
    height: 2px;
    width: 80%;
    max-width: 826px;
    background-color: #fedf93;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .related-resources h2, .related-resources p.lead {
    text-align: center; }
  .related-resources p.lead {
    margin: 60px 0 120px; }
  @media (max-width: 767px) {
    .related-resources {
      margin-top: 45px; } }

.related-resources.videos .list-resources .resource-item .cover,
.tabpane.videos .list-resources .resource-item .cover {
  height: auto;
  padding: 0; }
  .related-resources.videos .list-resources .resource-item .cover::before, .related-resources.videos .list-resources .resource-item .cover::after,
  .tabpane.videos .list-resources .resource-item .cover::before,
  .tabpane.videos .list-resources .resource-item .cover::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
            transform: translateX(-50%) translateY(-50%) scale(0.8);
    opacity: 0;
    -webkit-transition: all ease-in .15s;
    transition: all ease-in .15s; }
  .related-resources.videos .list-resources .resource-item .cover::before,
  .tabpane.videos .list-resources .resource-item .cover::before {
    width: 86px;
    height: 61px;
    border-radius: 20px;
    background-color: #d42323; }
  .related-resources.videos .list-resources .resource-item .cover::after,
  .tabpane.videos .list-resources .resource-item .cover::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 24px;
    border-color: transparent transparent transparent #ffffff; }
  .related-resources.videos .list-resources .resource-item .cover img,
  .tabpane.videos .list-resources .resource-item .cover img {
    width: 100%; }

.related-resources.videos .list-resources .resource-item .wrapper:hover .cover::before,
.related-resources.videos .list-resources .resource-item .wrapper:hover .cover::after,
.related-resources.videos .list-resources .resource-item .wrapper:focus .cover::before,
.related-resources.videos .list-resources .resource-item .wrapper:focus .cover::after,
.tabpane.videos .list-resources .resource-item .wrapper:hover .cover::before,
.tabpane.videos .list-resources .resource-item .wrapper:hover .cover::after,
.tabpane.videos .list-resources .resource-item .wrapper:focus .cover::before,
.tabpane.videos .list-resources .resource-item .wrapper:focus .cover::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1); }

.code-snippets1337 .tab-list {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 70%;
  margin: 0 auto; }
  .code-snippets1337 .tab-list .tab-item {
    opacity: 0.4;
    border-bottom: 2px solid white; }
    .code-snippets1337 .tab-list .tab-item:hover {
      opacity: 0.8; }
    .code-snippets1337 .tab-list .tab-item.active {
      opacity: 1;
      font-weight: bold;
      border-bottom: 2px solid #FFCF43; }

.code-snippets1337 .code-block {
  display: none;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 490px;
          flex: 0 0 490px;
  background-color: #F2F2F2;
  color: white;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden; }
  .code-snippets1337 .code-block.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .code-snippets1337 .code-block .code-nav {
    height: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 490px;
            flex: 0 0 490px;
    background-color: #1B1D34;
    font-size: 20px;
    color: white;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    overflow: hidden; }
    .code-snippets1337 .code-block .code-nav:hover .code-nav-item {
      background-color: #1B1D34 !important; }
    .code-snippets1337 .code-block .code-nav .code-nav-item {
      position: relative;
      padding-left: 57px;
      padding-top: 45px;
      padding-bottom: 45px;
      padding-right: 10%;
      cursor: pointer; }
      .code-snippets1337 .code-block .code-nav .code-nav-item.active {
        background-color: #26294a;
        cursor: default; }
      .code-snippets1337 .code-block .code-nav .code-nav-item:hover {
        background-color: #26294a !important; }
      .code-snippets1337 .code-block .code-nav .code-nav-item .sub {
        color: gray;
        padding-right: 10%; }
      .code-snippets1337 .code-block .code-nav .code-nav-item:after {
        background-image: url(../../src/svg/grey-down-arrow.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -5px;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        opacity: 0.5; }
  .code-snippets1337 .code-block .code-text {
    height: 100%;
    padding: 40px; }
    .code-snippets1337 .code-block .code-text h5 {
      color: #2B2826; }
    .code-snippets1337 .code-block .code-text .code {
      margin-top: 15px;
      color: #2B2826;
      line-height: 23px;
      font-family: courier;
      font-size: 18px;
      display: none;
      word-break: break-word; }
      .code-snippets1337 .code-block .code-text .code.active {
        display: block; }

.code-snippets1337 .right-note {
  margin-top: 10px;
  text-align: right;
  font-size: 12px; }
  .code-snippets1337 .right-note a {
    color: #0196F6; }

@media screen and (max-width: 1024px) {
  .code-snippets1337 .tab-list {
    width: 100%; }
  .code-snippets1337 .code-block.active {
    display: block; }
  .code-snippets1337 .code-nav {
    border-radius: 16px; }
  .code-snippets1337 .code-block .code-nav .code-nav-item {
    padding: 20px; }
  .code-snippets1337 .code-block .code-text {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px; } }

/*# sourceMappingURL=../../dist/css/main.min.css.map */
