/* 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; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-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; }

#fullscreen-menu-trigger .icon-container .icon, .footer-menu-heading i.icon, .btn.btn-arrow::before, .featured-testimonial-popup .close-trigger-icon .icon, .filter-dropdown-option.is-selected::before, .itl-ice-modal .close-trigger .close-trigger-icon .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.bg-content-carousel.slick-carousel .slick-arrows, .featured-testimonial-block .ftb-wrap, [id^="banner-simple-block"] .banner-simple-container, .banner-simple-block .banner-simple-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.btn.btn-primary {
  color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, right top, from(#F04E35), color-stop(50%, #F4AA40), to(#F04E35));
  background-image: -o-linear-gradient(left, #F04E35 0%, #F4AA40 50%, #F04E35 100%);
  background-image: linear-gradient(to right, #F04E35 0%, #F4AA40 50%, #F04E35 100%);
  -webkit-transition: background-position 0.3s;
  -o-transition: background-position 0.3s;
  transition: background-position 0.3s;
  background-size: 200% auto; }
  .btn.btn-primary:hover {
    color: #FFFFFF;
    background-position: right center; }

[id^="banner-simple-block"] .banner-spacer, .banner-simple-block .banner-spacer {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 6.3vw;
  background: url(../../images/svgs/banner-spacer-bg.svg) no-repeat center center/cover;
  z-index: 145; }
  [id^="banner-simple-block"] .banner-spacer.is-alt, .banner-simple-block .banner-spacer.is-alt {
    background: url(../../images/svgs/banner-spacer-bg-alt.svg) no-repeat center center/cover; }
    [id^="banner-simple-block"] .banner-spacer.is-alt .banner-spacer-trigger, .banner-simple-block .banner-spacer.is-alt .banner-spacer-trigger {
      background-color: #FFFFFF; }
      [id^="banner-simple-block"] .banner-spacer.is-alt .banner-spacer-trigger::before, .banner-simple-block .banner-spacer.is-alt .banner-spacer-trigger::before {
        border-color: transparent #FFFFFF transparent transparent; }
      [id^="banner-simple-block"] .banner-spacer.is-alt .banner-spacer-trigger::after, .banner-simple-block .banner-spacer.is-alt .banner-spacer-trigger::after {
        border-color: transparent transparent transparent #FFFFFF; }

[id^="banner-simple-block"] .banner-spacer-trigger, .banner-simple-block .banner-spacer-trigger {
  position: absolute;
  top: 0;
  left: 50%;
  width: 115px;
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 30px;
  background-color: #FBFBFB;
  -webkit-transform: translate(-50%, -50px);
      -ms-transform: translate(-50%, -50px);
          transform: translate(-50%, -50px);
  cursor: pointer; }

@media screen and (max-width: 500px) {
  [id^="banner-simple-block"] .banner-spacer-trigger, .banner-simple-block .banner-spacer-trigger {
    width: 85px;
    height: 80px;
    -webkit-transform: translate(-50%, -35px);
        -ms-transform: translate(-50%, -35px);
            transform: translate(-50%, -35px);
    padding-bottom: 12px; } }
  [id^="banner-simple-block"] .banner-spacer-trigger::before, .banner-simple-block .banner-spacer-trigger::before {
    position: absolute;
    top: -0.2px;
    left: -37px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 105px 38px 0 0;
    border-color: transparent #FBFBFB transparent transparent;
    content: ""; }
  [id^="banner-simple-block"] .banner-spacer-trigger::after, .banner-simple-block .banner-spacer-trigger::after {
    position: absolute;
    top: -0.2px;
    right: -37px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 105px 0 0 38px;
    border-color: transparent transparent transparent #FBFBFB;
    content: ""; }

[id^="banner-simple-block"] .banner-spacer-trigger-icon, .banner-simple-block .banner-spacer-trigger-icon {
  display: block; }
  [id^="banner-simple-block"] .banner-spacer-trigger-icon .icon, .banner-simple-block .banner-spacer-trigger-icon .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 72px; }

@media screen and (max-width: 500px) {
  [id^="banner-simple-block"] .banner-spacer-trigger-icon .icon, .banner-simple-block .banner-spacer-trigger-icon .icon {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px); } }
    [id^="banner-simple-block"] .banner-spacer-trigger-icon .icon svg, .banner-simple-block .banner-spacer-trigger-icon .icon svg {
      width: 100%;
      height: 100%; }
    [id^="banner-simple-block"] .banner-spacer-trigger-icon .icon path, .banner-simple-block .banner-spacer-trigger-icon .icon path {
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px); }

.footer-menu li a, .fsm-secondary-menu li a, .bps-author-name a, .return-cta-link span, .pgc-sticky-post-cta span, .pgc-author .author-name a {
  position: relative; }
  .footer-menu li a::before, .fsm-secondary-menu li a::before, .bps-author-name a::before, .return-cta-link span::before, .pgc-sticky-post-cta span::before, .pgc-author .author-name a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0%;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
    background-image: -o-linear-gradient(left, #F04E35 0%, #F4AA40 100%);
    background-image: linear-gradient(to right, #F04E35 0%, #F4AA40 100%);
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    content: ""; }
  .footer-menu li a:hover::before, .fsm-secondary-menu li a:hover::before, .bps-author-name a:hover::before, .return-cta-link span:hover::before, .pgc-sticky-post-cta span:hover::before, .pgc-author .author-name a:hover::before {
    width: 100%; }

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; }

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

body {
  font: 16px/1 "proxima-nova", "Helvetica", sans-serif;
  color: #333333;
  background-color: #FFFFFF;
  overflow-x: hidden; }
  body.no-scrolling-allowed {
    overflow: hidden; }

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

button {
  border: 0; }

.responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

a {
  text-decoration: none;
  color: inherit; }

.outer-wrap {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto; }

.wrap {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto; }

@media screen and (max-width: 1690px) and (min-width: 601px) {
  .wrap {
    padding-right: 80px;
    padding-left: 80px; } }

@media screen and (max-width: 940px) and (min-width: 401px) {
  .wrap {
    padding-right: 40px;
    padding-left: 40px; } }

@media screen and (max-width: 400px) {
  .wrap {
    padding-right: 20px;
    padding-left: 20px; } }

.inner-wrap {
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto; }

@media screen and (min-width: 601px) {
  .is-mobile-only {
    display: none !important; } }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.alignright {
  float: right;
  margin: 0 0 10px 10px; }

@media screen and (max-width: 600px) {
  .alignright {
    float: none;
    display: block;
    margin: 0 auto 10px; } }

.aligncenter {
  text-align: center; }

.alignleft {
  float: left;
  margin: 0 10px 10px 0; }

@media screen and (max-width: 600px) {
  .alignleft {
    float: none;
    display: block;
    margin: 0 auto 10px; } }

::-moz-selection {
  background-color: #F04E35 !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: initial !important; }

::selection {
  background-color: #F04E35 !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: initial !important; }

strong, b {
  font-weight: 700; }

.styled_standard_content p {
  margin-bottom: 30px;
  font-size: 1.25em;
  line-height: 1.75rem; }

.styled_standard_content ul {
  margin-bottom: 30px;
  font-size: 1.25em;
  line-height: 1.75rem;
  padding-left: 50px; }

.styled_standard_content li {
  list-style-type: circle; }

.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .flex-grid.cols-2 .col {
    width: 50%; }

@media screen and (max-width: 1000px) {
  .flex-grid.cols-2 .col {
    width: 100%; } }
  .flex-grid.cols-2.gutters-m .col {
    width: calc(50% - 35px);
    margin-right: 70px; }

@media screen and (max-width: 1300px) {
  .flex-grid.cols-2.gutters-m .col {
    width: 100%;
    margin-right: 0; } }
    .flex-grid.cols-2.gutters-m .col:nth-child(2n) {
      margin-right: 0; }
  .flex-grid.cols-3 .col {
    width: 33.33333333333333%; }

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .flex-grid.cols-3 .col {
    width: calc(50% - 30px);
    margin-right: 60px; }
    .flex-grid.cols-3 .col:nth-child(2n) {
      margin-right: 0; }
    section:not(.always-show-odd-cols) .flex-grid.cols-3 .col:nth-child(odd):last-child {
      display: none; } }

@media screen and (max-width: 768px) {
  .flex-grid.cols-3 .col {
    width: 100% !important;
    margin-right: 0 !important; } }

@media screen and (min-width: 1081px) {
  .flex-grid.cols-3 .col:nth-child(3n) {
    margin-right: 0 !important; } }

@media screen and (min-width: 1301px) {
  .flex-grid.cols-3.gutters-sm .col {
    width: calc(33.33333333333333% - 33.33333333333333px);
    margin-right: 50px; } }

@media screen and (max-width: 1300px) and (min-width: 1081px) {
  .flex-grid.cols-3.gutters-sm .col {
    width: calc(33.33333333333333% - 13.33333333333333px);
    margin-right: 20px; } }

@media screen and (min-width: 1301px) {
  .flex-grid.cols-3.gutters-m .col {
    width: calc(33.33333333333333% - 46.66666666666667px);
    margin-right: 70px; } }

@media screen and (max-width: 1300px) and (min-width: 1081px) {
  .flex-grid.cols-3.gutters-m .col {
    width: calc(33.33333333333333% - 40px);
    margin-right: 60px; } }

@media screen and (min-width: 1691px) {
  .flex-grid.cols-3.gutters-lg .col {
    width: calc(33.33333333333333% - 60px);
    margin-right: 90px; } }

@media screen and (max-width: 1690px) and (min-width: 1501px) {
  .flex-grid.cols-3.gutters-lg .col {
    width: calc(33.33333333333333% - 40px);
    margin-right: 60px; } }

@media screen and (max-width: 1500px) and (min-width: 1081px) {
  .flex-grid.cols-3.gutters-lg .col {
    width: calc(33.33333333333333% - 26.66666666666667px);
    margin-right: 40px; } }

@media screen and (max-width: 940px) {
  .flex-grid.cols-3.gutters-lg .col {
    width: 100%;
    margin-right: 0; }
    section:not(.always-show-odd-cols) .flex-grid.cols-3.gutters-lg .col:nth-child(odd):last-child {
      display: block; } }
  .flex-grid.cols-4 .col {
    width: 25%; }
  .flex-grid.cols-4.gutters-m .col {
    width: calc(25% - 45px);
    margin-right: 60px; }

@media screen and (max-width: 1690px) and (min-width: 1401px) {
  .flex-grid.cols-4.gutters-m .col {
    width: calc(25% - 30px);
    margin-right: 40px; } }

@media screen and (max-width: 1400px) and (min-width: 1081px) {
  .flex-grid.cols-4.gutters-m .col {
    width: calc(50% - 40px);
    margin-right: 80px; } }

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .flex-grid.cols-4.gutters-m .col {
    width: calc(50% - 20px);
    margin-right: 40px; } }

@media screen and (max-width: 768px) {
  .flex-grid.cols-4.gutters-m .col {
    width: 100%;
    margin-right: 0; } }

@media screen and (max-width: 1400px) and (min-width: 769px) {
  .flex-grid.cols-4.gutters-m .col:nth-child(2n) {
    margin-right: 0; } }

@media screen and (min-width: 1401px) {
  .flex-grid.cols-4.gutters-m .col:nth-child(4n) {
    margin-right: 0; } }
  .flex-grid.cols-4.gutters-lg .col {
    width: calc(25% - 63.75px);
    margin-right: 85px; }

@media screen and (max-width: 1690px) and (min-width: 1301px) {
  .flex-grid.cols-4.gutters-lg .col {
    width: calc(33.33333333333333% - 56.66666666666667px);
    margin-right: 85px; } }

@media screen and (max-width: 1300px) and (min-width: 1081px) {
  .flex-grid.cols-4.gutters-lg .col {
    width: calc(33.33333333333333% - 26.66666666666667px);
    margin-right: 40px; } }

@media screen and (max-width: 1080px) and (min-width: 601px) {
  .flex-grid.cols-4.gutters-lg .col {
    width: calc(50% - 20px);
    margin-right: 40px; } }

@media screen and (max-width: 600px) {
  .flex-grid.cols-4.gutters-lg .col {
    width: 100%;
    margin-right: 0; } }

@media screen and (max-width: 1080px) {
  .flex-grid.cols-4.gutters-lg .col:nth-child(2n) {
    margin-right: 0; } }

@media screen and (max-width: 1690px) and (min-width: 1081px) {
  .flex-grid.cols-4.gutters-lg .col:nth-child(3n) {
    margin-right: 0; } }

@media screen and (min-width: 1691px) {
  .flex-grid.cols-4.gutters-lg .col:nth-child(4n) {
    margin-right: 0; } }
  .flex-grid.cols-12 > .col-1 {
    width: 8.3333333333%; }
  .flex-grid.cols-12 > .col-2 {
    width: 16.6666666667%; }
  .flex-grid.cols-12 > .col-3 {
    width: 25%; }
  .flex-grid.cols-12 > .col-4 {
    width: 33.3333333333%; }
  .flex-grid.cols-12 > .col-5 {
    width: 41.6666666667%; }
  .flex-grid.cols-12 > .col-6 {
    width: 50%; }
  .flex-grid.cols-12 > .col-7 {
    width: 58.3333333333%; }
  .flex-grid.cols-12 > .col-8 {
    width: 66.6666666667%; }
  .flex-grid.cols-12 > .col-9 {
    width: 75%; }
  .flex-grid.cols-12 > .col-10 {
    width: 83.3333333333%; }
  .flex-grid.cols-12 > .col-11 {
    width: 91.6666666667%; }
  .flex-grid.cols-12 > .col-12 {
    width: 100%; }

@media screen and (max-width: 1500px) {
  .flex-grid.cols-12 > .x-lg-col-1 {
    width: 8.3333333333%; }
  .flex-grid.cols-12 > .x-lg-col-2 {
    width: 16.6666666667%; }
  .flex-grid.cols-12 > .x-lg-col-3 {
    width: 25%; }
  .flex-grid.cols-12 > .x-lg-col-4 {
    width: 33.3333333333%; }
  .flex-grid.cols-12 > .x-lg-col-5 {
    width: 41.6666666667%; }
  .flex-grid.cols-12 > .x-lg-col-6 {
    width: 50%; }
  .flex-grid.cols-12 > .x-lg-col-7 {
    width: 58.3333333333%; }
  .flex-grid.cols-12 > .x-lg-col-8 {
    width: 66.6666666667%; }
  .flex-grid.cols-12 > .x-lg-col-9 {
    width: 75%; }
  .flex-grid.cols-12 > .x-lg-col-10 {
    width: 83.3333333333%; }
  .flex-grid.cols-12 > .x-lg-col-11 {
    width: 91.6666666667%; }
  .flex-grid.cols-12 > .x-lg-col-12 {
    width: 100%; }
  .flex-grid.cols-12 .x-lg-hide {
    display: none; } }

@media screen and (max-width: 1300px) {
  .flex-grid.cols-12 > .lg-col-1 {
    width: 8.3333333333%; }
  .flex-grid.cols-12 > .lg-col-2 {
    width: 16.6666666667%; }
  .flex-grid.cols-12 > .lg-col-3 {
    width: 25%; }
  .flex-grid.cols-12 > .lg-col-4 {
    width: 33.3333333333%; }
  .flex-grid.cols-12 > .lg-col-5 {
    width: 41.6666666667%; }
  .flex-grid.cols-12 > .lg-col-6 {
    width: 50%; }
  .flex-grid.cols-12 > .lg-col-7 {
    width: 58.3333333333%; }
  .flex-grid.cols-12 > .lg-col-8 {
    width: 66.6666666667%; }
  .flex-grid.cols-12 > .lg-col-9 {
    width: 75%; }
  .flex-grid.cols-12 > .lg-col-10 {
    width: 83.3333333333%; }
  .flex-grid.cols-12 > .lg-col-11 {
    width: 91.6666666667%; }
  .flex-grid.cols-12 > .lg-col-12 {
    width: 100%; } }

@media screen and (max-width: 1080px) {
  .flex-grid.cols-12 > .md-lg-col-1 {
    width: 8.3333333333%; }
  .flex-grid.cols-12 > .md-lg-col-2 {
    width: 16.6666666667%; }
  .flex-grid.cols-12 > .md-lg-col-3 {
    width: 25%; }
  .flex-grid.cols-12 > .md-lg-col-4 {
    width: 33.3333333333%; }
  .flex-grid.cols-12 > .md-lg-col-5 {
    width: 41.6666666667%; }
  .flex-grid.cols-12 > .md-lg-col-6 {
    width: 50%; }
  .flex-grid.cols-12 > .md-lg-col-7 {
    width: 58.3333333333%; }
  .flex-grid.cols-12 > .md-lg-col-8 {
    width: 66.6666666667%; }
  .flex-grid.cols-12 > .md-lg-col-9 {
    width: 75%; }
  .flex-grid.cols-12 > .md-lg-col-10 {
    width: 83.3333333333%; }
  .flex-grid.cols-12 > .md-lg-col-11 {
    width: 91.6666666667%; }
  .flex-grid.cols-12 > .md-lg-col-12 {
    width: 100%; } }

@media screen and (max-width: 940px) {
  .flex-grid.cols-12 > .md-x-col-1 {
    width: 8.3333333333%; }
  .flex-grid.cols-12 > .md-x-col-2 {
    width: 16.6666666667%; }
  .flex-grid.cols-12 > .md-x-col-3 {
    width: 25%; }
  .flex-grid.cols-12 > .md-x-col-4 {
    width: 33.3333333333%; }
  .flex-grid.cols-12 > .md-x-col-5 {
    width: 41.6666666667%; }
  .flex-grid.cols-12 > .md-x-col-6 {
    width: 50%; }
  .flex-grid.cols-12 > .md-x-col-7 {
    width: 58.3333333333%; }
  .flex-grid.cols-12 > .md-x-col-8 {
    width: 66.6666666667%; }
  .flex-grid.cols-12 > .md-x-col-9 {
    width: 75%; }
  .flex-grid.cols-12 > .md-x-col-10 {
    width: 83.3333333333%; }
  .flex-grid.cols-12 > .md-x-col-11 {
    width: 91.6666666667%; }
  .flex-grid.cols-12 > .md-x-col-12 {
    width: 100%; } }

@media screen and (max-width: 1300px) {
  .flex-grid.cols-12 [class^="col-"].lg-col-12 {
    width: 100%;
    margin-right: 0; } }

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 60px 115px 60px 80px;
  z-index: 500; }

@media screen and (max-width: 1690px) and (min-width: 1081px) {
  #header {
    padding-right: 80px;
    padding-left: 80px; } }

@media screen and (max-width: 1080px) and (min-width: 601px) {
  #header {
    padding: 40px; } }

@media screen and (max-width: 600px) {
  #header {
    padding: 30px 20px; } }
  #header.is-fixed {
    position: fixed;
    top: -100px;
    padding: 20px 115px 15px 80px;
    background-color: rgba(46, 46, 55, 0.95);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
    transition: opacity 0.4s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.4s;
    transition: transform 0.3s, opacity 0.4s;
    transition: transform 0.3s, opacity 0.4s, -webkit-transform 0.3s;
    opacity: 0; }

@media screen and (max-width: 1690px) and (min-width: 1081px) {
  #header.is-fixed {
    padding-right: 80px;
    padding-left: 80px; } }

@media screen and (max-width: 1080px) and (min-width: 601px) {
  #header.is-fixed {
    padding-right: 40px;
    padding-left: 40px; } }

@media screen and (max-width: 600px) and (min-width: 501px) {
  #header.is-fixed {
    top: -110.05px;
    padding: 30px 20px; } }

@media screen and (max-width: 500px) {
  #header.is-fixed {
    top: -104.38px;
    padding: 20px 20px; } }
    #header.is-fixed .header-logo {
      width: 216px; }

@media screen and (max-width: 500px) {
  #header.is-fixed .header-logo {
    width: 190px; } }
  #header.is-sticky {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1; }

#fullscreen-menu-trigger {
  position: absolute;
  top: 83.7px;
  right: 115px;
  z-index: 9998; }

@media screen and (max-width: 1690px) and (min-width: 601px) {
  #fullscreen-menu-trigger {
    right: 80px; } }

@media screen and (max-width: 1080px) and (min-width: 601px) {
  #fullscreen-menu-trigger {
    top: 47.7px;
    right: 40px; } }

@media screen and (max-width: 600px) and (min-width: 501px) {
  #fullscreen-menu-trigger {
    top: 37.7px;
    right: 20px; } }

@media screen and (max-width: 500px) {
  #fullscreen-menu-trigger {
    top: 37.7px;
    right: 20px; } }
  #fullscreen-menu-trigger.is-fixed {
    position: fixed;
    -webkit-transform: translateY(-140px);
        -ms-transform: translateY(-140px);
            transform: translateY(-140px);
    -webkit-transition: top 0.3s, opacity 0.4s;
    -o-transition: top 0.3s, opacity 0.4s;
    transition: top 0.3s, opacity 0.4s;
    opacity: 0; }
  #fullscreen-menu-trigger.is-sticky, #fullscreen-menu-trigger.is-fixed.is-stuck {
    top: 153px;
    opacity: 1; }

@media screen and (max-width: 600px) and (min-width: 501px) {
  #fullscreen-menu-trigger.is-sticky, #fullscreen-menu-trigger.is-fixed.is-stuck {
    top: 181px; } }

@media screen and (max-width: 500px) {
  #fullscreen-menu-trigger.is-sticky, #fullscreen-menu-trigger.is-fixed.is-stuck {
    top: 155px; } }
  #fullscreen-menu-trigger .icon-container {
    position: relative;
    width: 50px;
    height: 35px;
    cursor: pointer; }
    #fullscreen-menu-trigger .icon-container .icon {
      width: 100%;
      height: 4px;
      border-radius: 2px;
      -webkit-transition: background-color 0.6s;
      -o-transition: background-color 0.6s;
      transition: background-color 0.6s;
      background-color: #FFFFFF; }
      #fullscreen-menu-trigger .icon-container .icon::before, #fullscreen-menu-trigger .icon-container .icon::after {
        width: 100%;
        height: 100%;
        background-color: #FFFFFF;
        border-radius: 2px;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        content: ""; }
      #fullscreen-menu-trigger .icon-container .icon::before {
        position: absolute;
        top: -14px;
        left: 0; }
      #fullscreen-menu-trigger .icon-container .icon::after {
        position: absolute;
        top: 14px;
        left: 0; }
    #fullscreen-menu-trigger .icon-container.is-active .icon {
      background-color: transparent; }
      #fullscreen-menu-trigger .icon-container.is-active .icon::before {
        top: 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      #fullscreen-menu-trigger .icon-container.is-active .icon::after {
        top: 0;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }

@media screen and (max-width: 600px) {
  #fullscreen-menu-trigger .icon-container {
    width: 27px;
    height: 27px; }
    #fullscreen-menu-trigger .icon-container .icon::before {
      top: -12px; }
    #fullscreen-menu-trigger .icon-container .icon::after {
      top: 12px; } }

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header-logo {
  display: block; }

@media screen and (max-width: 1080px) and (min-width: 501px) {
  .header-logo {
    width: 216px; } }

@media screen and (max-width: 500px) {
  .header-logo {
    width: 190px;
    padding-top: 5px; } }

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px; }

.header-right-text {
  margin-right: 60px;
  font-size: 1.375em; }

@media screen and (max-width: 1300px) {
  .header-right-text {
    margin-right: 30px; } }

@media screen and (max-width: 1160px) {
  .header-right-text {
    display: none; } }
  .header-right-text em {
    font-style: italic;
    color: #F05236; }
  .header-right-text strong {
    font-weight: 700;
    color: #FFFFFF; }

.header-right-btn {
  margin-right: 30px; }

@media screen and (max-width: 1080px) {
  .header-right-btn {
    display: none; } }

#pre-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 615px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

@media screen and (max-width: 1080px) and (min-width: 601px) {
  #pre-footer {
    min-height: 415px; } }

@media screen and (max-width: 600px) {
  #pre-footer {
    min-height: 315px; } }
  #pre-footer::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/bgi/pre-footer-overlay-bg.png) no-repeat center center/cover;
    z-index: 0;
    content: ""; }

.pre-footer-container {
  position: relative;
  text-align: center;
  z-index: 100; }

.pre-footer-content .btn {
  margin-top: 4%; }

.pre-footer-content {
  color: #FFFFFF; }
  .pre-footer-content h1, .pre-footer-content h2, .pre-footer-content h3, .pre-footer-content h4, .pre-footer-content h5, .pre-footer-content h6 {
    margin-bottom: 30px;
    font-size: 3.25em; }

@media screen and (max-width: 1080px) and (min-width: 601px) {
  .pre-footer-content h1, .pre-footer-content h2, .pre-footer-content h3, .pre-footer-content h4, .pre-footer-content h5, .pre-footer-content h6 {
    margin-bottom: 20px;
    font-size: 2.625em; } }

@media screen and (max-width: 600px) {
  .pre-footer-content h1, .pre-footer-content h2, .pre-footer-content h3, .pre-footer-content h4, .pre-footer-content h5, .pre-footer-content h6 {
    margin-bottom: 15px;
    font-size: 2em; } }
    .pre-footer-content h1 em, .pre-footer-content h2 em, .pre-footer-content h3 em, .pre-footer-content h4 em, .pre-footer-content h5 em, .pre-footer-content h6 em {
      font-weight: 700; }
  .pre-footer-content p {
    margin-bottom: 35px;
    font-size: 2em; }

@media screen and (max-width: 1080px) and (min-width: 601px) {
  .pre-footer-content p {
    margin-bottom: 20px;
    font-size: 1.375em; } }

@media screen and (max-width: 600px) {
  .pre-footer-content p {
    margin-bottom: 15px;
    font-size: 1.25em; } }

#main-footer {
  position: relative;
  padding-top: 125px;
  background-color: #1A1D21; }

@media screen and (max-width: 1300px) and (min-width: 601px) {
  #main-footer {
    padding-top: 80px; } }

@media screen and (max-width: 600px) {
  #main-footer {
    padding-top: 55px; } }
  #main-footer::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-image: -webkit-gradient(linear, left top, right top, from(#EF4D2E), to(#F8912A));
    background-image: -o-linear-gradient(left, #EF4D2E, #F8912A);
    background-image: linear-gradient(to right, #EF4D2E, #F8912A);
    content: ""; }

.footer-custom-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footer-custom-grid .footer-menu-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 61.25%; }

@media screen and (max-width: 1080px) {
  .footer-custom-grid .footer-menu-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 40px; } }
  .footer-custom-grid .col-1 {
    width: 43.537414966%; }

@media screen and (max-width: 1500px) and (min-width: 1081px) {
  .footer-custom-grid .col-1 {
    width: 36.7346938776%; } }

@media screen and (max-width: 1080px) {
  .footer-custom-grid .col-1 {
    width: 100%;
    padding-top: 20px;
    border-top: solid 1px rgba(102, 104, 106, 0.2);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }
  .footer-custom-grid .col-2 {
    width: 56.462585034%; }

@media screen and (max-width: 1500px) and (min-width: 1081px) {
  .footer-custom-grid .col-2 {
    width: 63.2653061224%; } }

@media screen and (max-width: 1080px) {
  .footer-custom-grid .col-2 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }
  .footer-custom-grid .col-3 {
    width: 38.75%; }

@media screen and (max-width: 1080px) {
  .footer-custom-grid .col-3 {
    width: 100%; } }

.footer-top .flex-grid {
  position: relative;
  padding-bottom: 40px; }
  .footer-top .flex-grid::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    display: block;
    background-color: #66686A;
    content: ""; }

.footer-company-column {
  padding-right: 90px;
  width: 25%; }

@media screen and (max-width: 1300px) {
  .footer-company-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px; } }

@media screen and (max-width: 1080px) {
  .footer-company-column {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media screen and (max-width: 500px) {
  .footer-company-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

.footer-company-column-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 200px;
  margin-bottom: 60px; }

@media screen and (max-width: 1300px) {
  .footer-company-column-top {
    margin-bottom: 0; } }

@media screen and (max-width: 1080px) and (min-width: 501px) {
  .footer-company-column-top {
    width: 135px;
    margin-right: 40px; } }

@media screen and (max-width: 500px) {
  .footer-company-column-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px; } }

@media screen and (max-width: 600px) and (min-width: 501px) {
  .footer-company-column-bottom {
    width: calc(100% - 135px); } }

.footer-company-logo {
  width: 110px;
  height: 120px;
  display: block;
  margin-bottom: 40px; }

@media screen and (max-width: 500px) {
  .footer-company-logo {
    width: 85px;
    height: 95px;
    margin: 0 30px 0 0; } }
  .footer-company-logo img {
    width: 75%;
    height: 75%; }

.footer-phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  font-size: 1.75em;
  font-weight: 700;
  color: #FFFFFF; }
  .footer-phone-number .phone-icon {
    width: 17px;
    height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px; }
    .footer-phone-number .phone-icon svg {
      width: 100%;
      height: 100%; }

.company-address {
  font-size: 1.25em;
  line-height: 1.875rem;
  color: #C1C1C1; }

.footer-nav-column {
  width: 75%; }

@media screen and (max-width: 1300px) {
  .footer-nav-column {
    width: 100%; } }

@media screen and (min-width: 601px) {
  .footer-menu-col {
    padding-right: 40px; } }

.footer-menu-heading {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
  background: -o-linear-gradient(left, #F04E35 0%, #F4AA40 100%);
  background: linear-gradient(to right, #F04E35 0%, #F4AA40 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  padding-right: 30px;
  font-size: 1.25em;
  cursor: pointer; }
  .no-backgroundcliptext .footer-menu-heading {
    background: none;
    color: #F04E35; }

@media screen and (min-width: 1081px) {
  .footer-menu-heading {
    display: none !important; } }
  .footer-menu-heading i.icon {
    width: 14px;
    height: 14px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: ""; }
    .footer-menu-heading i.icon svg {
      width: 100%;
      height: 100%; }
  .footer-menu-heading .icon-plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer-menu-heading .icon-minus {
    display: none; }
  .footer-menu-heading.is-open .icon-plus {
    display: none; }
  .footer-menu-heading.is-open .icon-minus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

@media screen and (min-width: 1081px) {
  .footer-menu-heading + .footer-menu {
    display: block !important; } }

@media screen and (max-width: 1080px) {
  .footer-menu-heading + .footer-menu {
    display: none;
    padding-top: 20px; } }

.footer-menu li {
  margin-bottom: 20px; }
  .footer-menu li:last-child {
    margin-bottom: 0; }
  .footer-menu li a {
    font-size: 1.25em;
    line-height: 1.5rem;
    color: #FFFFFF; }

.footer-subscribe-container {
  position: relative;
  padding: 40px 30px 110px;
  border: solid 2px #66686A;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(49, 59, 63, 0.27)), to(rgba(25, 30, 32, 0.27)));
  background-image: -o-linear-gradient(left, rgba(49, 59, 63, 0.27) 0%, rgba(25, 30, 32, 0.27) 100%);
  background-image: linear-gradient(to right, rgba(49, 59, 63, 0.27) 0%, rgba(25, 30, 32, 0.27) 100%);
  overflow: hidden; }

@media screen and (max-width: 500px) {
  .footer-subscribe-container {
    padding: 20px 20px 110px; } }
  .footer-subscribe-container::before {
    position: absolute;
    bottom: -75px;
    left: 15px;
    width: 226px;
    height: 226px;
    -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
            transform: rotate(10deg);
    background: url("../../images/svgs/send-plane.svg") no-repeat center center/100% 100%;
    z-index: 0;
    content: ""; }

.footer-subscribe-text {
  margin-bottom: 40px;
  font-size: 1.625em;
  line-height: 2.25rem;
  color: #FFFFFF; }

@media screen and (max-width: 500px) {
  .footer-subscribe-text {
    margin-bottom: 20px;
    font-size: 1.25em;
    line-height: 1.875rem; } }
  .footer-subscribe-text em {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
    background: -o-linear-gradient(left, #F04E35 0%, #F4AA40 100%);
    background: linear-gradient(to right, #F04E35 0%, #F4AA40 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-bottom: 3px;
    font-size: 2.375rem;
    line-height: 3rem; }
    .no-backgroundcliptext .footer-subscribe-text em {
      background: none;
      color: #F04E35; }

@media screen and (max-width: 500px) {
  .footer-subscribe-text em {
    font-size: 2rem;
    line-height: 2.625rem; } }

.footer-subscribe-form form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100; }

@media screen and (max-width: 500px) {
  .footer-subscribe-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.footer-subscribe-form .hs_error_rollup {
  display: none; }

.footer-subscribe-form .hs-error-msgs {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: calc(100% - 70px); }

@media screen and (max-width: 500px) {
  .footer-subscribe-form .hs-error-msgs {
    width: 100%; } }
  .footer-subscribe-form .hs-error-msgs li {
    border-top: solid 1px #FFFFFF; }
    .footer-subscribe-form .hs-error-msgs li:first-child {
      border-top: 0; }
    .footer-subscribe-form .hs-error-msgs li label {
      display: block;
      padding: 15px;
      color: #FFFFFF;
      border: solid 1px #F2634D;
      border-top: 0;
      background-color: #F2634D; }
    .footer-subscribe-form .hs-error-msgs li a {
      position: relative; }
      .footer-subscribe-form .hs-error-msgs li a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        display: block;
        background-color: #FFFFFF;
        content: ""; }
      .footer-subscribe-form .hs-error-msgs li a:hover::before {
        width: 100%; }

.footer-subscribe-form .hs-email {
  width: calc(100% - 70px); }

@media screen and (max-width: 500px) {
  .footer-subscribe-form .hs-email {
    width: 100%; } }
  .footer-subscribe-form .hs-email > label {
    display: none; }
  .footer-subscribe-form .hs-email .hs-input {
    width: 100%;
    padding: 15px;
    font-family: inherit;
    font-size: 1.125rem;
    color: #5D6368;
    border: solid 1px #878688;
    border-right: 0;
    background-color: transparent; }

@media screen and (max-width: 500px) {
  .footer-subscribe-form .hs-email .hs-input {
    border-right: solid 1px #878688; } }
    .footer-subscribe-form .hs-email .hs-input.error {
      border-color: #F2634D; }

.footer-subscribe-form .hs-submit {
  width: 70px; }

@media screen and (max-width: 500px) {
  .footer-subscribe-form .hs-submit {
    width: 100%;
    height: 54px; } }
  .footer-subscribe-form .hs-submit .actions {
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
    background-image: -o-linear-gradient(left, #F04E35 0%, #F4AA40 100%);
    background-image: linear-gradient(to right, #F04E35 0%, #F4AA40 100%); }
  .footer-subscribe-form .hs-submit .hs-button {
    width: 100%;
    height: 100%;
    font-size: 0;
    background: url(../../images/svgs/arrow-right-white.svg) no-repeat center center/15px 26px; }

.footer-bottom {
  padding-top: 35px;
  padding-bottom: 100px; }

@media screen and (max-width: 1300px) and (min-width: 601px) {
  .footer-bottom {
    padding-bottom: 80px; } }

@media screen and (max-width: 600px) {
  .footer-bottom {
    padding-bottom: 40px; } }

.footer-bottom-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-right: 50px; }

@media screen and (max-width: 1300px) {
  .footer-bottom-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
    text-align: center; } }
  .footer-bottom-text p {
    font-size: 1.375em;
    line-height: 1.75rem;
    color: #FFFFFF; }

.footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media screen and (max-width: 1300px) {
  .footer-logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 20px auto -20px; } }

.footer-logo {
  margin-right: 50px; }

@media screen and (max-width: 1300px) {
  .footer-logo {
    width: auto;
    margin: 0 20px 20px; } }

@media screen and (max-width: 500px) {
  .footer-logo {
    width: 100%;
    text-align: center; } }

@media screen and (min-width: 1301px) {
  .footer-logo:last-child {
    margin-right: 0; } }

.footer-bottom-menu {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1300px) {
  .footer-bottom-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px; } }
  .footer-bottom-menu li {
    margin-right: 5px;
    font-size: 1.125em;
    line-height: 1.375rem;
    color: #808183; }

@media screen and (max-width: 1300px) {
  .footer-bottom-menu li {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center; } }
    .footer-bottom-menu li:last-child {
      margin-right: 0; }

@media screen and (max-width: 1300px) {
  .footer-bottom-menu li:last-child {
    margin-bottom: 0; } }
  .footer-bottom-menu a {
    padding-right: 7px;
    border-right: solid 1px #808183;
    font-size: inherit;
    color: #FFFFFF; }

@media screen and (max-width: 1300px) {
  .footer-bottom-menu a {
    border-right: 0; } }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="file"], input[type="number"], input[type="search"], input[type="url"], input[type="date"], textarea, select {
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="file"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="url"]:focus, input[type="date"]:focus, textarea:focus, select:focus {
    outline-color: #F04E35; }

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="file"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit; }

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="file"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="date"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit; }

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="file"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit; }

input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="file"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit; }

input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="file"]::placeholder, input[type="number"]::placeholder, input[type="search"]::placeholder, input[type="url"]::placeholder, input[type="date"]::placeholder, textarea::placeholder, select::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit; }

textarea {
  min-height: 150px; }

input[type="button"], input[type="submit"] {
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  cursor: pointer; }

#fullscreen-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  background-color: rgba(14, 7, 7, 0.6);
  -webkit-transition: opacity 0.4s ease 0.9s, visibility 0s ease 1.3s;
  -o-transition: opacity 0.4s ease 0.9s, visibility 0s ease 1.3s;
  transition: opacity 0.4s ease 0.9s, visibility 0s ease 1.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9899; }
  #fullscreen-menu-container.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s ease, visibility 0s ease 0s;
    -o-transition: opacity 0.4s ease, visibility 0s ease 0s;
    transition: opacity 0.4s ease, visibility 0s ease 0s; }

.slash-bg-container {
  position: absolute;
  top: 0;
  left: 105vw;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#2A3241), to(#11141A));
  background-image: -o-linear-gradient(left, #2A3241, #11141A);
  background-image: linear-gradient(to right, #2A3241, #11141A);
  -webkit-transform: skew(15deg);
      -ms-transform: skew(15deg);
          transform: skew(15deg);
  -webkit-transition: left 0.4s ease 0.7s;
  -o-transition: left 0.4s ease 0.7s;
  transition: left 0.4s ease 0.7s; }

@media screen and (max-width: 1080px) {
  .slash-bg-container {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

@media screen and (max-width: 940px) {
  .slash-bg-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 120px; } }

@media screen and (max-width: 940px) and (max-height: 600px) {
  .slash-bg-container {
    padding-top: 75px; } }

@media screen and (max-width: 500px) {
  .slash-bg-container {
    padding-top: 75px; } }

@media screen and (max-width: 940px) and (max-height: 560px) {
  .slash-bg-container {
    padding-top: 60px;
    overflow-y: scroll; }
    .slash-bg-container::-webkit-scrollbar-track {
      background-color: #F5F5F5; }
    .slash-bg-container::-webkit-scrollbar {
      width: 15px; }
    .slash-bg-container::-webkit-scrollbar-thumb {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#F04E35), to(#F4AA40));
      background-image: linear-gradient(to bottom, #F04E35 0%, #F4AA40 100%); } }
  .is-active .slash-bg-container {
    left: 18.8753440818vw;
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s; }

@media screen and (max-width: 1500px) {
  .is-active .slash-bg-container {
    left: 13.3333333333vw; } }

@media screen and (max-width: 1300px) and (min-width: 1081px) {
  .is-active .slash-bg-container {
    left: 9.2307692308vw;
    width: calc(100% + 100px); } }

@media screen and (max-width: 1080px) {
  .is-active .slash-bg-container {
    left: 0; } }

.fsm-custom-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media screen and (max-width: 940px) {
  .fsm-custom-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
  .fsm-custom-grid .col {
    width: 50%; }

@media screen and (max-width: 1500px) and (min-width: 1301px) {
  .fsm-custom-grid .col {
    width: 45%; } }

@media screen and (max-width: 1300px) and (min-width: 1181px) {
  .fsm-custom-grid .col {
    width: 40%; } }

@media screen and (max-width: 1180px) and (min-width: 1081px) {
  .fsm-custom-grid .col {
    width: 35%; } }

@media screen and (max-width: 940px) {
  .fsm-custom-grid .col {
    width: 100%; } }

.fsm-menu-container {
  width: 100%;
  min-width: 1350px;
  max-width: 53.08690523vw;
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px); }

@media screen and (max-width: 1080px) {
  .fsm-menu-container {
    min-width: 0;
    max-width: 100%; } }

@media screen and (max-width: 940px) {
  .fsm-menu-container {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

.fsm-primary-menu-container {
  padding-top: 120px; }

@media screen and (max-width: 940px) {
  .fsm-primary-menu-container {
    padding-top: 0; } }

.fsm-primary-menu {
  position: relative;
  letter-spacing: 2px; }
  .fsm-primary-menu .menu-item-has-children a {
    position: relative; }

@media screen and (max-width: 500px) {
  .fsm-primary-menu .menu-item-has-children a {
    padding-right: 40px; } }

@media screen and (min-width: 941px) {
  .fsm-primary-menu .menu-item-has-children a:hover svg stop {
    stop-color: #FFFFFF; } }
  .fsm-primary-menu .fsm-has-children-icon {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

@media screen and (max-width: 600px) {
  .fsm-primary-menu .fsm-has-children-icon {
    right: 0; } }
    .fsm-primary-menu .fsm-has-children-icon svg {
      -webkit-transform: skew(-15deg) translateY(-50%);
          -ms-transform: skew(-15deg) translateY(-50%);
              transform: skew(-15deg) translateY(-50%);
      width: 100%;
      height: 100%; }

@media screen and (max-width: 1080px) {
  .fsm-primary-menu .fsm-has-children-icon svg {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }
      .fsm-primary-menu .fsm-has-children-icon svg stop {
        -webkit-transition: stop-color 0.4s ease;
        -o-transition: stop-color 0.4s ease;
        transition: stop-color 0.4s ease; }
  .fsm-primary-menu li {
    overflow: hidden; }
  .fsm-primary-menu > li:nth-child(1) > a {
    -webkit-transition: opacity 0.4s ease 0.5s, visibility 0s 0.9s, -webkit-transform 0.4s ease 0.5s;
    transition: opacity 0.4s ease 0.5s, visibility 0s 0.9s, -webkit-transform 0.4s ease 0.5s;
    -o-transition: opacity 0.4s ease 0.5s, transform 0.4s ease 0.5s, visibility 0s 0.9s;
    transition: opacity 0.4s ease 0.5s, transform 0.4s ease 0.5s, visibility 0s 0.9s;
    transition: opacity 0.4s ease 0.5s, transform 0.4s ease 0.5s, visibility 0s 0.9s, -webkit-transform 0.4s ease 0.5s; }
  .fsm-primary-menu > li:nth-child(2) > a {
    -webkit-transition: opacity 0.4s ease 0.4s, visibility 0s 0.8s, -webkit-transform 0.4s ease 0.4s;
    transition: opacity 0.4s ease 0.4s, visibility 0s 0.8s, -webkit-transform 0.4s ease 0.4s;
    -o-transition: opacity 0.4s ease 0.4s, transform 0.4s ease 0.4s, visibility 0s 0.8s;
    transition: opacity 0.4s ease 0.4s, transform 0.4s ease 0.4s, visibility 0s 0.8s;
    transition: opacity 0.4s ease 0.4s, transform 0.4s ease 0.4s, visibility 0s 0.8s, -webkit-transform 0.4s ease 0.4s; }
  .fsm-primary-menu > li:nth-child(3) > a {
    -webkit-transition: opacity 0.4s ease 0.3s, visibility 0s 0.7s, -webkit-transform 0.4s ease 0.3s;
    transition: opacity 0.4s ease 0.3s, visibility 0s 0.7s, -webkit-transform 0.4s ease 0.3s;
    -o-transition: opacity 0.4s ease 0.3s, transform 0.4s ease 0.3s, visibility 0s 0.7s;
    transition: opacity 0.4s ease 0.3s, transform 0.4s ease 0.3s, visibility 0s 0.7s;
    transition: opacity 0.4s ease 0.3s, transform 0.4s ease 0.3s, visibility 0s 0.7s, -webkit-transform 0.4s ease 0.3s; }
  .fsm-primary-menu > li:nth-child(4) > a {
    -webkit-transition: opacity 0.4s ease 0.2s, visibility 0s 0.6s, -webkit-transform 0.4s ease 0.2s;
    transition: opacity 0.4s ease 0.2s, visibility 0s 0.6s, -webkit-transform 0.4s ease 0.2s;
    -o-transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s, visibility 0s 0.6s;
    transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s, visibility 0s 0.6s;
    transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s, visibility 0s 0.6s, -webkit-transform 0.4s ease 0.2s; }
  .fsm-primary-menu > li:nth-child(5) > a {
    -webkit-transition: opacity 0.4s ease 0.1s, visibility 0s 0.5s, -webkit-transform 0.4s ease 0.1s;
    transition: opacity 0.4s ease 0.1s, visibility 0s 0.5s, -webkit-transform 0.4s ease 0.1s;
    -o-transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s, visibility 0s 0.5s;
    transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s, visibility 0s 0.5s;
    transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s, visibility 0s 0.5s, -webkit-transform 0.4s ease 0.1s; }
  .fsm-primary-menu > li:nth-child(6) > a {
    -webkit-transition: opacity 0.4s ease 0s, visibility 0s 0.4s, -webkit-transform 0.4s ease 0s;
    transition: opacity 0.4s ease 0s, visibility 0s 0.4s, -webkit-transform 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0s 0.4s;
    transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0s 0.4s;
    transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0s 0.4s, -webkit-transform 0.4s ease 0s; }
  .fsm-primary-menu > li > a {
    display: inline-block;
    padding: 0 70px;
    font-size: 4.375em;
    line-height: 6.5rem;
    font-weight: 600;
    overflow: hidden;
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
    visibility: hidden; }

@media screen and (max-width: 1300px) and (min-width: 1081px) {
  .fsm-primary-menu > li > a {
    font-size: 3.625em;
    line-height: 5.75rem; } }

@media screen and (max-width: 1080px) {
  .fsm-primary-menu > li > a {
    font-size: 3.4375em;
    line-height: 5.5625rem; } }

@media screen and (max-width: 940px) {
  .fsm-primary-menu > li > a {
    font-size: 2.8125em;
    line-height: 4.3125rem; } }

@media screen and (max-width: 940px) and (max-height: 600px) {
  .fsm-primary-menu > li > a {
    font-size: 2em;
    line-height: 3rem; } }

@media screen and (max-width: 600px) {
  .fsm-primary-menu > li > a {
    padding: 0 40px; } }

@media screen and (max-width: 500px) {
  .fsm-primary-menu > li > a {
    padding: 0 20px;
    font-size: 2em;
    line-height: 3rem; } }
  .is-active .fsm-primary-menu > li a {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  .is-active .fsm-primary-menu > li:nth-child(1) a {
    -webkit-transition: opacity 0.4s ease 0.7s, visibility 0s 0s, -webkit-transform 0.4s ease 0.7s;
    transition: opacity 0.4s ease 0.7s, visibility 0s 0s, -webkit-transform 0.4s ease 0.7s;
    -o-transition: opacity 0.4s ease 0.7s, transform 0.4s ease 0.7s, visibility 0s 0s;
    transition: opacity 0.4s ease 0.7s, transform 0.4s ease 0.7s, visibility 0s 0s;
    transition: opacity 0.4s ease 0.7s, transform 0.4s ease 0.7s, visibility 0s 0s, -webkit-transform 0.4s ease 0.7s; }
  .is-active .fsm-primary-menu > li:nth-child(2) a {
    -webkit-transition: opacity 0.4s ease 0.8s, visibility 0s 0s, -webkit-transform 0.4s ease 0.8s;
    transition: opacity 0.4s ease 0.8s, visibility 0s 0s, -webkit-transform 0.4s ease 0.8s;
    -o-transition: opacity 0.4s ease 0.8s, transform 0.4s ease 0.8s, visibility 0s 0s;
    transition: opacity 0.4s ease 0.8s, transform 0.4s ease 0.8s, visibility 0s 0s;
    transition: opacity 0.4s ease 0.8s, transform 0.4s ease 0.8s, visibility 0s 0s, -webkit-transform 0.4s ease 0.8s; }
  .is-active .fsm-primary-menu > li:nth-child(3) a {
    -webkit-transition: opacity 0.4s ease 0.9s, visibility 0s 0s, -webkit-transform 0.4s ease 0.9s;
    transition: opacity 0.4s ease 0.9s, visibility 0s 0s, -webkit-transform 0.4s ease 0.9s;
    -o-transition: opacity 0.4s ease 0.9s, transform 0.4s ease 0.9s, visibility 0s 0s;
    transition: opacity 0.4s ease 0.9s, transform 0.4s ease 0.9s, visibility 0s 0s;
    transition: opacity 0.4s ease 0.9s, transform 0.4s ease 0.9s, visibility 0s 0s, -webkit-transform 0.4s ease 0.9s; }
  .is-active .fsm-primary-menu > li:nth-child(4) a {
    -webkit-transition: opacity 0.4s ease 1s, visibility 0s 0s, -webkit-transform 0.4s ease 1s;
    transition: opacity 0.4s ease 1s, visibility 0s 0s, -webkit-transform 0.4s ease 1s;
    -o-transition: opacity 0.4s ease 1s, transform 0.4s ease 1s, visibility 0s 0s;
    transition: opacity 0.4s ease 1s, transform 0.4s ease 1s, visibility 0s 0s;
    transition: opacity 0.4s ease 1s, transform 0.4s ease 1s, visibility 0s 0s, -webkit-transform 0.4s ease 1s; }
  .is-active .fsm-primary-menu > li:nth-child(5) a {
    -webkit-transition: opacity 0.4s ease 1.1s, visibility 0s 0s, -webkit-transform 0.4s ease 1.1s;
    transition: opacity 0.4s ease 1.1s, visibility 0s 0s, -webkit-transform 0.4s ease 1.1s;
    -o-transition: opacity 0.4s ease 1.1s, transform 0.4s ease 1.1s, visibility 0s 0s;
    transition: opacity 0.4s ease 1.1s, transform 0.4s ease 1.1s, visibility 0s 0s;
    transition: opacity 0.4s ease 1.1s, transform 0.4s ease 1.1s, visibility 0s 0s, -webkit-transform 0.4s ease 1.1s; }
  .is-active .fsm-primary-menu > li:nth-child(6) a {
    -webkit-transition: opacity 0.4s ease 1.2s, visibility 0s 0s, -webkit-transform 0.4s ease 1.2s;
    transition: opacity 0.4s ease 1.2s, visibility 0s 0s, -webkit-transform 0.4s ease 1.2s;
    -o-transition: opacity 0.4s ease 1.2s, transform 0.4s ease 1.2s, visibility 0s 0s;
    transition: opacity 0.4s ease 1.2s, transform 0.4s ease 1.2s, visibility 0s 0s;
    transition: opacity 0.4s ease 1.2s, transform 0.4s ease 1.2s, visibility 0s 0s, -webkit-transform 0.4s ease 1.2s; }
  .fsm-primary-menu.is-hidden > li > a {
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
    visibility: hidden; }
  .fsm-primary-menu.is-hidden > li:nth-child(1) > a {
    -webkit-transition: opacity 0.4s ease 0.4s, visibility 0s 0.8s, -webkit-transform 0.4s ease 0.4s;
    transition: opacity 0.4s ease 0.4s, visibility 0s 0.8s, -webkit-transform 0.4s ease 0.4s;
    -o-transition: opacity 0.4s ease 0.4s, transform 0.4s ease 0.4s, visibility 0s 0.8s;
    transition: opacity 0.4s ease 0.4s, transform 0.4s ease 0.4s, visibility 0s 0.8s;
    transition: opacity 0.4s ease 0.4s, transform 0.4s ease 0.4s, visibility 0s 0.8s, -webkit-transform 0.4s ease 0.4s; }
  .fsm-primary-menu.is-hidden > li:nth-child(2) > a {
    -webkit-transition: opacity 0.4s ease 0.3s, visibility 0s 0.7s, -webkit-transform 0.4s ease 0.3s;
    transition: opacity 0.4s ease 0.3s, visibility 0s 0.7s, -webkit-transform 0.4s ease 0.3s;
    -o-transition: opacity 0.4s ease 0.3s, transform 0.4s ease 0.3s, visibility 0s 0.7s;
    transition: opacity 0.4s ease 0.3s, transform 0.4s ease 0.3s, visibility 0s 0.7s;
    transition: opacity 0.4s ease 0.3s, transform 0.4s ease 0.3s, visibility 0s 0.7s, -webkit-transform 0.4s ease 0.3s; }
  .fsm-primary-menu.is-hidden > li:nth-child(3) > a {
    -webkit-transition: opacity 0.4s ease 0.2s, visibility 0s 0.6s, -webkit-transform 0.4s ease 0.2s;
    transition: opacity 0.4s ease 0.2s, visibility 0s 0.6s, -webkit-transform 0.4s ease 0.2s;
    -o-transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s, visibility 0s 0.6s;
    transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s, visibility 0s 0.6s;
    transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s, visibility 0s 0.6s, -webkit-transform 0.4s ease 0.2s; }
  .fsm-primary-menu.is-hidden > li:nth-child(4) > a {
    -webkit-transition: opacity 0.4s ease 0.1s, visibility 0s 0.5s, -webkit-transform 0.4s ease 0.1s;
    transition: opacity 0.4s ease 0.1s, visibility 0s 0.5s, -webkit-transform 0.4s ease 0.1s;
    -o-transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s, visibility 0s 0.5s;
    transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s, visibility 0s 0.5s;
    transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s, visibility 0s 0.5s, -webkit-transform 0.4s ease 0.1s; }
  .fsm-primary-menu.is-hidden > li:nth-child(5) > a {
    -webkit-transition: opacity 0.4s ease 0s, visibility 0s 0.4s, -webkit-transform 0.4s ease 0s;
    transition: opacity 0.4s ease 0s, visibility 0s 0.4s, -webkit-transform 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0s 0.4s;
    transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0s 0.4s;
    transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0s 0.4s, -webkit-transform 0.4s ease 0s; }
  .fsm-primary-menu.is-hidden > li:nth-child(6) > a {
    -webkit-transition: opacity 0.4s ease -0.1s, visibility 0s 0.3s, -webkit-transform 0.4s ease -0.1s;
    transition: opacity 0.4s ease -0.1s, visibility 0s 0.3s, -webkit-transform 0.4s ease -0.1s;
    -o-transition: opacity 0.4s ease -0.1s, transform 0.4s ease -0.1s, visibility 0s 0.3s;
    transition: opacity 0.4s ease -0.1s, transform 0.4s ease -0.1s, visibility 0s 0.3s;
    transition: opacity 0.4s ease -0.1s, transform 0.4s ease -0.1s, visibility 0s 0.3s, -webkit-transform 0.4s ease -0.1s; }
  .fsm-primary-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 80px;
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);
    visibility: hidden;
    overflow: hidden; }

@media screen and (max-width: 940px) and (max-height: 560px) {
  .fsm-primary-menu .sub-menu {
    padding-bottom: 20px; } }
    .fsm-primary-menu .sub-menu li a {
      display: inline-block;
      padding: 0 60px;
      font-size: 2.375em;
      line-height: 4.0625rem;
      font-weight: 600;
      -webkit-transform: translateX(-100px);
          -ms-transform: translateX(-100px);
              transform: translateX(-100px);
      opacity: 0;
      visibility: hidden; }

@media screen and (max-width: 1300px) and (min-width: 941px) {
  .fsm-primary-menu .sub-menu li a {
    font-size: 2.1875em;
    line-height: 3.875rem; } }

@media screen and (max-width: 940px) {
  .fsm-primary-menu .sub-menu li a {
    font-size: 2.1875em;
    line-height: 3.4375rem; } }

@media screen and (max-width: 940px) and (max-height: 600px) {
  .fsm-primary-menu .sub-menu li a {
    font-size: 1.75em;
    line-height: 3rem; } }

@media screen and (max-width: 600px) {
  .fsm-primary-menu .sub-menu li a {
    padding: 0 40px; } }

@media screen and (max-width: 500px) {
  .fsm-primary-menu .sub-menu li a {
    padding: 0 20px;
    font-size: 1.75em;
    line-height: 3rem; } }
    .fsm-primary-menu .sub-menu.is-showing {
      visibility: visible; }
      .fsm-primary-menu .sub-menu.is-showing .fsm-go-back-trigger {
        left: 60px;
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.4s ease 1s, left 0.4s ease 1s, visibility 0s 0s;
        -o-transition: opacity 0.4s ease 1s, left 0.4s ease 1s, visibility 0s 0s;
        transition: opacity 0.4s ease 1s, left 0.4s ease 1s, visibility 0s 0s; }

@media screen and (max-width: 940px) and (max-height: 600px) {
  .fsm-primary-menu .sub-menu.is-showing .fsm-go-back-trigger {
    left: 40px; } }

@media screen and (max-width: 600px) and (min-width: 501px) {
  .fsm-primary-menu .sub-menu.is-showing .fsm-go-back-trigger {
    left: 40px; } }

@media screen and (max-width: 500px) {
  .fsm-primary-menu .sub-menu.is-showing .fsm-go-back-trigger {
    left: 20px; } }
      .fsm-primary-menu .sub-menu.is-showing li a {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
        visibility: visible; }
      .fsm-primary-menu .sub-menu.is-showing li:nth-child(1) a {
        -webkit-transition: opacity 0.4s ease 0.1s, visibility 0s 0s, -webkit-transform 0.4s ease 0.1s;
        transition: opacity 0.4s ease 0.1s, visibility 0s 0s, -webkit-transform 0.4s ease 0.1s;
        -o-transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s, visibility 0s 0s;
        transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s, visibility 0s 0s;
        transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s, visibility 0s 0s, -webkit-transform 0.4s ease 0.1s; }
      .fsm-primary-menu .sub-menu.is-showing li:nth-child(2) a {
        -webkit-transition: opacity 0.4s ease 0.2s, visibility 0s 0s, -webkit-transform 0.4s ease 0.2s;
        transition: opacity 0.4s ease 0.2s, visibility 0s 0s, -webkit-transform 0.4s ease 0.2s;
        -o-transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s, visibility 0s 0s;
        transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s, visibility 0s 0s;
        transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s, visibility 0s 0s, -webkit-transform 0.4s ease 0.2s; }
      .fsm-primary-menu .sub-menu.is-showing li:nth-child(3) a {
        -webkit-transition: opacity 0.4s ease 0.3s, visibility 0s 0s, -webkit-transform 0.4s ease 0.3s;
        transition: opacity 0.4s ease 0.3s, visibility 0s 0s, -webkit-transform 0.4s ease 0.3s;
        -o-transition: opacity 0.4s ease 0.3s, transform 0.4s ease 0.3s, visibility 0s 0s;
        transition: opacity 0.4s ease 0.3s, transform 0.4s ease 0.3s, visibility 0s 0s;
        transition: opacity 0.4s ease 0.3s, transform 0.4s ease 0.3s, visibility 0s 0s, -webkit-transform 0.4s ease 0.3s; }
      .fsm-primary-menu .sub-menu.is-showing li:nth-child(4) a {
        -webkit-transition: opacity 0.4s ease 0.4s, visibility 0s 0s, -webkit-transform 0.4s ease 0.4s;
        transition: opacity 0.4s ease 0.4s, visibility 0s 0s, -webkit-transform 0.4s ease 0.4s;
        -o-transition: opacity 0.4s ease 0.4s, transform 0.4s ease 0.4s, visibility 0s 0s;
        transition: opacity 0.4s ease 0.4s, transform 0.4s ease 0.4s, visibility 0s 0s;
        transition: opacity 0.4s ease 0.4s, transform 0.4s ease 0.4s, visibility 0s 0s, -webkit-transform 0.4s ease 0.4s; }
      .fsm-primary-menu .sub-menu.is-showing li:nth-child(5) a {
        -webkit-transition: opacity 0.4s ease 0.5s, visibility 0s 0s, -webkit-transform 0.4s ease 0.5s;
        transition: opacity 0.4s ease 0.5s, visibility 0s 0s, -webkit-transform 0.4s ease 0.5s;
        -o-transition: opacity 0.4s ease 0.5s, transform 0.4s ease 0.5s, visibility 0s 0s;
        transition: opacity 0.4s ease 0.5s, transform 0.4s ease 0.5s, visibility 0s 0s;
        transition: opacity 0.4s ease 0.5s, transform 0.4s ease 0.5s, visibility 0s 0s, -webkit-transform 0.4s ease 0.5s; }
      .fsm-primary-menu .sub-menu.is-showing li:nth-child(6) a {
        -webkit-transition: opacity 0.4s ease 0.6s, visibility 0s 0s, -webkit-transform 0.4s ease 0.6s;
        transition: opacity 0.4s ease 0.6s, visibility 0s 0s, -webkit-transform 0.4s ease 0.6s;
        -o-transition: opacity 0.4s ease 0.6s, transform 0.4s ease 0.6s, visibility 0s 0s;
        transition: opacity 0.4s ease 0.6s, transform 0.4s ease 0.6s, visibility 0s 0s;
        transition: opacity 0.4s ease 0.6s, transform 0.4s ease 0.6s, visibility 0s 0s, -webkit-transform 0.4s ease 0.6s; }
      .fsm-primary-menu .sub-menu.is-showing li:nth-child(7) a {
        -webkit-transition: opacity 0.4s ease 0.7s, visibility 0s 0s, -webkit-transform 0.4s ease 0.7s;
        transition: opacity 0.4s ease 0.7s, visibility 0s 0s, -webkit-transform 0.4s ease 0.7s;
        -o-transition: opacity 0.4s ease 0.7s, transform 0.4s ease 0.7s, visibility 0s 0s;
        transition: opacity 0.4s ease 0.7s, transform 0.4s ease 0.7s, visibility 0s 0s;
        transition: opacity 0.4s ease 0.7s, transform 0.4s ease 0.7s, visibility 0s 0s, -webkit-transform 0.4s ease 0.7s; }
      .fsm-primary-menu .sub-menu.is-showing li:nth-child(8) a {
        -webkit-transition: opacity 0.4s ease 0.8s, visibility 0s 0s, -webkit-transform 0.4s ease 0.8s;
        transition: opacity 0.4s ease 0.8s, visibility 0s 0s, -webkit-transform 0.4s ease 0.8s;
        -o-transition: opacity 0.4s ease 0.8s, transform 0.4s ease 0.8s, visibility 0s 0s;
        transition: opacity 0.4s ease 0.8s, transform 0.4s ease 0.8s, visibility 0s 0s;
        transition: opacity 0.4s ease 0.8s, transform 0.4s ease 0.8s, visibility 0s 0s, -webkit-transform 0.4s ease 0.8s; }
      .fsm-primary-menu .sub-menu.is-showing li:nth-child(9) a {
        -webkit-transition: opacity 0.4s ease 0.9s, visibility 0s 0s, -webkit-transform 0.4s ease 0.9s;
        transition: opacity 0.4s ease 0.9s, visibility 0s 0s, -webkit-transform 0.4s ease 0.9s;
        -o-transition: opacity 0.4s ease 0.9s, transform 0.4s ease 0.9s, visibility 0s 0s;
        transition: opacity 0.4s ease 0.9s, transform 0.4s ease 0.9s, visibility 0s 0s;
        transition: opacity 0.4s ease 0.9s, transform 0.4s ease 0.9s, visibility 0s 0s, -webkit-transform 0.4s ease 0.9s; }
      .fsm-primary-menu .sub-menu.is-showing li:nth-child(10) a {
        -webkit-transition: opacity 0.4s ease 1s, visibility 0s 0s, -webkit-transform 0.4s ease 1s;
        transition: opacity 0.4s ease 1s, visibility 0s 0s, -webkit-transform 0.4s ease 1s;
        -o-transition: opacity 0.4s ease 1s, transform 0.4s ease 1s, visibility 0s 0s;
        transition: opacity 0.4s ease 1s, transform 0.4s ease 1s, visibility 0s 0s;
        transition: opacity 0.4s ease 1s, transform 0.4s ease 1s, visibility 0s 0s, -webkit-transform 0.4s ease 1s; }
    .fsm-primary-menu .sub-menu.is-hidden > li > a {
      -webkit-transform: translateX(-100px);
          -ms-transform: translateX(-100px);
              transform: translateX(-100px);
      opacity: 0;
      visibility: hidden; }
    .fsm-primary-menu .sub-menu.is-hidden > li:nth-child(1) > a {
      -webkit-transition: opacity 0.4s ease 0.9s, visibility 0s 1.3s, -webkit-transform 0.4s ease 0.9s;
      transition: opacity 0.4s ease 0.9s, visibility 0s 1.3s, -webkit-transform 0.4s ease 0.9s;
      -o-transition: opacity 0.4s ease 0.9s, transform 0.4s ease 0.9s, visibility 0s 1.3s;
      transition: opacity 0.4s ease 0.9s, transform 0.4s ease 0.9s, visibility 0s 1.3s;
      transition: opacity 0.4s ease 0.9s, transform 0.4s ease 0.9s, visibility 0s 1.3s, -webkit-transform 0.4s ease 0.9s; }
    .fsm-primary-menu .sub-menu.is-hidden > li:nth-child(2) > a {
      -webkit-transition: opacity 0.4s ease 0.8s, visibility 0s 1.2s, -webkit-transform 0.4s ease 0.8s;
      transition: opacity 0.4s ease 0.8s, visibility 0s 1.2s, -webkit-transform 0.4s ease 0.8s;
      -o-transition: opacity 0.4s ease 0.8s, transform 0.4s ease 0.8s, visibility 0s 1.2s;
      transition: opacity 0.4s ease 0.8s, transform 0.4s ease 0.8s, visibility 0s 1.2s;
      transition: opacity 0.4s ease 0.8s, transform 0.4s ease 0.8s, visibility 0s 1.2s, -webkit-transform 0.4s ease 0.8s; }
    .fsm-primary-menu .sub-menu.is-hidden > li:nth-child(3) > a {
      -webkit-transition: opacity 0.4s ease 0.7s, visibility 0s 1.1s, -webkit-transform 0.4s ease 0.7s;
      transition: opacity 0.4s ease 0.7s, visibility 0s 1.1s, -webkit-transform 0.4s ease 0.7s;
      -o-transition: opacity 0.4s ease 0.7s, transform 0.4s ease 0.7s, visibility 0s 1.1s;
      transition: opacity 0.4s ease 0.7s, transform 0.4s ease 0.7s, visibility 0s 1.1s;
      transition: opacity 0.4s ease 0.7s, transform 0.4s ease 0.7s, visibility 0s 1.1s, -webkit-transform 0.4s ease 0.7s; }
    .fsm-primary-menu .sub-menu.is-hidden > li:nth-child(4) > a {
      -webkit-transition: opacity 0.4s ease 0.6s, visibility 0s 1s, -webkit-transform 0.4s ease 0.6s;
      transition: opacity 0.4s ease 0.6s, visibility 0s 1s, -webkit-transform 0.4s ease 0.6s;
      -o-transition: opacity 0.4s ease 0.6s, transform 0.4s ease 0.6s, visibility 0s 1s;
      transition: opacity 0.4s ease 0.6s, transform 0.4s ease 0.6s, visibility 0s 1s;
      transition: opacity 0.4s ease 0.6s, transform 0.4s ease 0.6s, visibility 0s 1s, -webkit-transform 0.4s ease 0.6s; }
    .fsm-primary-menu .sub-menu.is-hidden > li:nth-child(5) > a {
      -webkit-transition: opacity 0.4s ease 0.5s, visibility 0s 0.9s, -webkit-transform 0.4s ease 0.5s;
      transition: opacity 0.4s ease 0.5s, visibility 0s 0.9s, -webkit-transform 0.4s ease 0.5s;
      -o-transition: opacity 0.4s ease 0.5s, transform 0.4s ease 0.5s, visibility 0s 0.9s;
      transition: opacity 0.4s ease 0.5s, transform 0.4s ease 0.5s, visibility 0s 0.9s;
      transition: opacity 0.4s ease 0.5s, transform 0.4s ease 0.5s, visibility 0s 0.9s, -webkit-transform 0.4s ease 0.5s; }
    .fsm-primary-menu .sub-menu.is-hidden > li:nth-child(6) > a {
      -webkit-transition: opacity 0.4s ease 0.4s, visibility 0s 0.8s, -webkit-transform 0.4s ease 0.4s;
      transition: opacity 0.4s ease 0.4s, visibility 0s 0.8s, -webkit-transform 0.4s ease 0.4s;
      -o-transition: opacity 0.4s ease 0.4s, transform 0.4s ease 0.4s, visibility 0s 0.8s;
      transition: opacity 0.4s ease 0.4s, transform 0.4s ease 0.4s, visibility 0s 0.8s;
      transition: opacity 0.4s ease 0.4s, transform 0.4s ease 0.4s, visibility 0s 0.8s, -webkit-transform 0.4s ease 0.4s; }
    .fsm-primary-menu .sub-menu.is-hidden > li:nth-child(7) > a {
      -webkit-transition: opacity 0.4s ease 0.3s, visibility 0s 0.7s, -webkit-transform 0.4s ease 0.3s;
      transition: opacity 0.4s ease 0.3s, visibility 0s 0.7s, -webkit-transform 0.4s ease 0.3s;
      -o-transition: opacity 0.4s ease 0.3s, transform 0.4s ease 0.3s, visibility 0s 0.7s;
      transition: opacity 0.4s ease 0.3s, transform 0.4s ease 0.3s, visibility 0s 0.7s;
      transition: opacity 0.4s ease 0.3s, transform 0.4s ease 0.3s, visibility 0s 0.7s, -webkit-transform 0.4s ease 0.3s; }
    .fsm-primary-menu .sub-menu.is-hidden > li:nth-child(8) > a {
      -webkit-transition: opacity 0.4s ease 0.2s, visibility 0s 0.6s, -webkit-transform 0.4s ease 0.2s;
      transition: opacity 0.4s ease 0.2s, visibility 0s 0.6s, -webkit-transform 0.4s ease 0.2s;
      -o-transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s, visibility 0s 0.6s;
      transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s, visibility 0s 0.6s;
      transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s, visibility 0s 0.6s, -webkit-transform 0.4s ease 0.2s; }
    .fsm-primary-menu .sub-menu.is-hidden > li:nth-child(9) > a {
      -webkit-transition: opacity 0.4s ease 0.1s, visibility 0s 0.5s, -webkit-transform 0.4s ease 0.1s;
      transition: opacity 0.4s ease 0.1s, visibility 0s 0.5s, -webkit-transform 0.4s ease 0.1s;
      -o-transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s, visibility 0s 0.5s;
      transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s, visibility 0s 0.5s;
      transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s, visibility 0s 0.5s, -webkit-transform 0.4s ease 0.1s; }
    .fsm-primary-menu .sub-menu.is-hidden > li:nth-child(10) > a {
      -webkit-transition: opacity 0.4s ease 0s, visibility 0s 0.4s, -webkit-transform 0.4s ease 0s;
      transition: opacity 0.4s ease 0s, visibility 0s 0.4s, -webkit-transform 0.4s ease 0s;
      -o-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0s 0.4s;
      transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0s 0.4s;
      transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0s 0.4s, -webkit-transform 0.4s ease 0s; }

@-webkit-keyframes bounceLeft {
  0%, 20%, 30%, 40%, 100% {
    left: 60px; }
  25% {
    left: 90px; }
  35% {
    left: 75px; }
  40% {
    left: 60px; }
  100% {
    left: 60px; } }

@keyframes bounceLeft {
  0%, 20%, 30%, 40%, 100% {
    left: 60px; }
  25% {
    left: 90px; }
  35% {
    left: 75px; }
  40% {
    left: 60px; }
  100% {
    left: 60px; } }

@-webkit-keyframes bounceLeft-medSm {
  0%, 20%, 30%, 40%, 100% {
    left: 40px; }
  25% {
    left: 70px; }
  35% {
    left: 55px; }
  40% {
    left: 40px; }
  100% {
    left: 40px; } }

@keyframes bounceLeft-medSm {
  0%, 20%, 30%, 40%, 100% {
    left: 40px; }
  25% {
    left: 70px; }
  35% {
    left: 55px; }
  40% {
    left: 40px; }
  100% {
    left: 40px; } }

@-webkit-keyframes bounceLeft-sm {
  0%, 20%, 30%, 40%, 100% {
    left: 20px; }
  25% {
    left: 50px; }
  35% {
    left: 35px; }
  40% {
    left: 20px; }
  100% {
    left: 20px; } }

@keyframes bounceLeft-sm {
  0%, 20%, 30%, 40%, 100% {
    left: 20px; }
  25% {
    left: 50px; }
  35% {
    left: 35px; }
  40% {
    left: 20px; }
  100% {
    left: 20px; } }
  .fsm-primary-menu .fsm-go-back-trigger {
    position: absolute;
    top: 20px;
    left: -100px;
    width: 60px;
    height: 40px;
    background: url(../../images/bgi/arrow-left-gradient.png) no-repeat center center/100%;
    -webkit-transition: opacity 0.4s ease 1s, left 0.4s ease 1s, visibility 0s 1.4s;
    -o-transition: opacity 0.4s ease 1s, left 0.4s ease 1s, visibility 0s 1.4s;
    transition: opacity 0.4s ease 1s, left 0.4s ease 1s, visibility 0s 1.4s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer; }

@media screen and (max-width: 940px) and (max-height: 600px) {
  .fsm-primary-menu .fsm-go-back-trigger {
    width: 40px;
    height: 26px;
    top: 40px; } }

@media screen and (max-width: 600px) {
  .fsm-primary-menu .fsm-go-back-trigger {
    width: 40px;
    height: 26px;
    top: 40px; } }
    .fsm-primary-menu .fsm-go-back-trigger.is-bouncing {
      -webkit-animation: bounceLeft 3s infinite;
              animation: bounceLeft 3s infinite; }

@media screen and (max-width: 600px) and (min-width: 501px) {
  .fsm-primary-menu .fsm-go-back-trigger.is-bouncing {
    -webkit-animation: bounceLeft-medSm 3s infinite;
            animation: bounceLeft-medSm 3s infinite; } }

@media screen and (max-width: 500px) {
  .fsm-primary-menu .fsm-go-back-trigger.is-bouncing {
    -webkit-animation: bounceLeft-sm 3s infinite;
            animation: bounceLeft-sm 3s infinite; } }
  .fsm-primary-menu a {
    position: relative; }
    .fsm-primary-menu a::before {
      position: absolute;
      top: 0;
      left: -101%;
      width: 100%;
      height: 100%;
      display: block;
      background-image: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
      background-image: -o-linear-gradient(left, #F04E35, #F4AA40);
      background-image: linear-gradient(to right, #F04E35, #F4AA40);
      -webkit-transition: left 0.3s ease;
      -o-transition: left 0.3s ease;
      transition: left 0.3s ease;
      content: ""; }

@media screen and (min-width: 941px) {
  .fsm-primary-menu a:hover::before {
    left: 0%; } }
  .fsm-primary-menu span {
    position: relative;
    display: block;
    -webkit-transform: skew(-15deg);
        -ms-transform: skew(-15deg);
            transform: skew(-15deg); }

@media screen and (max-width: 1080px) {
  .fsm-primary-menu span {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

.fsm-col2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 180px;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0s;
  -o-transition: opacity 0.3s ease, visibility 0s 0s;
  transition: opacity 0.3s ease, visibility 0s 0s; }

@media screen and (max-width: 940px) {
  .fsm-col2-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 70px; } }

@media screen and (max-width: 940px) and (max-height: 600px) {
  .fsm-col2-container {
    display: none; } }

@media screen and (max-width: 600px) and (min-width: 501px) {
  .fsm-col2-container {
    padding: 20px 40px; } }

@media screen and (max-width: 500px) and (max-height: 600px) {
  .fsm-col2-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 500px) {
  .fsm-col2-container {
    padding: 20px; } }

@media screen and (max-width: 400px) and (max-height: 600px) {
  .fsm-col2-container {
    padding-top: 0; } }

@media screen and (max-width: 940px) {
  .fsm-col2-container.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
    -o-transition: opacity 0.3s ease, visibility 0s 0.3s;
    transition: opacity 0.3s ease, visibility 0s 0.3s; } }

.fsm-col2-inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

@media screen and (max-width: 940px) {
  .fsm-col2-inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.fsm-secondary-menu-container {
  width: calc(100% - 230px);
  -webkit-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
          transform: skew(-15deg); }

@media screen and (max-width: 1840px) {
  .fsm-secondary-menu-container {
    width: 160px;
    margin-right: 40px; } }

@media screen and (max-width: 1080px) {
  .fsm-secondary-menu-container {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

.fsm-secondary-menu li a {
  font-size: 1.875em;
  line-height: 3.25rem; }

@media screen and (max-width: 940px) {
  .fsm-secondary-menu li a {
    font-size: 1.5em;
    line-height: 2.5rem; }
    .fsm-secondary-menu li a::before {
      display: none; } }

.fsm-extra-information-container {
  width: 230px;
  -webkit-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
          transform: skew(-15deg); }

@media screen and (max-width: 1080px) {
  .fsm-extra-information-container {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

@media screen and (max-width: 940px) {
  .fsm-extra-information-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
    margin-top: 30px; } }

@media screen and (max-width: 940px) and (max-height: 680px) {
  .fsm-extra-information-container {
    display: none; } }

@media screen and (max-width: 500px) and (max-height: 680px) {
  .fsm-extra-information-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 400px) and (max-height: 600px) {
  .fsm-extra-information-container {
    margin-top: 15px; } }

@media screen and (max-width: 400px) {
  .fsm-extra-information-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
  .fsm-extra-information-container p {
    font-size: 1.25em;
    line-height: 2rem; }
  .fsm-extra-information-container .subdued-text {
    color: #929CB0; }

.fsm-information-top {
  padding: 0 0 0 10px;
  margin-bottom: 45px; }

@media screen and (max-width: 940px) {
  .fsm-information-top {
    display: none; } }

.fsm-information-middle {
  margin-bottom: 45px; }

@media screen and (max-width: 940px) and (min-width: 601px) {
  .fsm-information-middle {
    margin: 0 0 0 80px; } }

@media screen and (max-width: 600px) and (min-width: 401px) {
  .fsm-information-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0 20px; } }

@media screen and (max-width: 400px) {
  .fsm-information-middle {
    margin: 30px 0 0 0; } }

@media screen and (max-width: 500px) {
  .fsm-information-middle .btn.btn-arrow {
    padding: 8px 50px 8px 18px;
    font-size: 0.9375em; }
    .fsm-information-middle .btn.btn-arrow::before {
      right: 18px; } }

.fsm-information-bottom {
  padding: 0 0 0 10px;
  margin-bottom: 55px;
  letter-spacing: 2px; }

@media screen and (max-width: 940px) {
  .fsm-information-bottom {
    display: none; } }

.fsm-social-container {
  padding: 0 0 0 10px; }

@media screen and (max-width: 940px) {
  .fsm-social-container {
    padding: 0; } }

@media screen and (max-width: 500px) {
  .fsm-social-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }
  .fsm-social-container .circle-social-icons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

@media screen and (max-width: 500px) {
  .fsm-social-container .circle-social-icons .social-icon {
    width: 45px;
    height: 45px; } }

.btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.125em;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer; }

@media screen and (max-width: 500px) {
  .btn {
    display: block;
    text-align: center; } }
  .btn.btn-lg {
    min-width: 300px;
    padding: 15px 30px;
    font-size: 1.375em; }

@media screen and (max-width: 1080px) and (min-width: 601px) {
  .btn.btn-lg {
    min-width: 200px;
    font-size: 1.125em; } }

@media screen and (max-width: 600px) {
  .btn.btn-lg {
    min-width: 150px;
    padding: 10px 15px;
    font-size: 1em; } }
  .btn.btn-secondary {
    position: relative;
    background-image: -webkit-gradient(linear, left top, right top, from(#F04E35), color-stop(50%, #F4AA40), to(#F04E35));
    background-image: -o-linear-gradient(left, #F04E35 0%, #F4AA40 50%, #F04E35 100%);
    background-image: linear-gradient(to right, #F04E35 0%, #F4AA40 50%, #F04E35 100%);
    -webkit-transition: background-position 0.3s;
    -o-transition: background-position 0.3s;
    transition: background-position 0.3s;
    background-size: 200% auto; }
    .btn.btn-secondary::before {
      position: absolute;
      top: 2px;
      left: 2px;
      width: calc(100% - 4px);
      height: calc(100% - 4px);
      background-color: #FFFFFF;
      z-index: 0;
      content: ""; }
    .btn.btn-secondary span {
      display: inline-block;
      background: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
      background: -o-linear-gradient(left, #F04E35 0%, #F4AA40 100%);
      background: linear-gradient(to right, #F04E35 0%, #F4AA40 100%);
      -webkit-background-clip: text;
              background-clip: text;
      -webkit-text-fill-color: transparent;
      position: relative;
      z-index: 50; }
      .no-backgroundcliptext .btn.btn-secondary span {
        background: none;
        color: #F04E35; }
    .btn.btn-secondary:hover {
      background-position: right center; }
  .btn.btn-arrow {
    position: relative;
    padding-right: 75px; }
    .btn.btn-arrow::before {
      width: 23px;
      height: 15px;
      right: 20px;
      display: block;
      background: url(../../images/svgs/arrow-right-white-2.svg) no-repeat center right/23px 15px;
      content: ""; }

.circle-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .circle-social-icons .social-icon {
    width: 38px;
    height: 38px;
    margin-right: 10px; }
    .circle-social-icons .social-icon span {
      width: 100%;
      height: 100%;
      display: block; }
    .circle-social-icons .social-icon svg {
      width: 100%;
      height: 100%; }
      .circle-social-icons .social-icon svg [class^="icon-"] {
        -webkit-transition: opacity 0.6s ease-in-out;
        -o-transition: opacity 0.6s ease-in-out;
        transition: opacity 0.6s ease-in-out; }
      .circle-social-icons .social-icon svg .icon-gradient {
        opacity: 0; }
    .circle-social-icons .social-icon:hover .icon-gradient {
      opacity: 1; }
    .circle-social-icons .social-icon:hover .icon-solid {
      opacity: 0; }
    .circle-social-icons .social-icon:last-child {
      margin-right: 0; }

.social-share-links .share-label {
  font-size: 1.125em;
  color: #C3C3C3; }

.social-share-links.is-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto; }
  .social-share-links.is-vertical .share-label {
    margin-bottom: 20px; }
  .social-share-links.is-vertical .social-share-link {
    margin-bottom: 8px; }
    .social-share-links.is-vertical .social-share-link:last-child {
      margin-bottom: 0; }

.social-share-link {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social-share-link svg {
    width: 100%;
    height: 100%; }
    .social-share-link svg [class^="icon-"] {
      -webkit-transition: opacity 0.6s ease-in-out;
      -o-transition: opacity 0.6s ease-in-out;
      transition: opacity 0.6s ease-in-out; }
    .social-share-link svg .icon-solid {
      fill: #C3C3C3; }
    .social-share-link svg .icon-gradient {
      opacity: 0; }
  .social-share-link:hover .icon-gradient {
    opacity: 1; }
  .social-share-link:hover .icon-solid {
    opacity: 0; }

.flip-cards-block {
  background-color: #FBFBFB; }

@media screen and (max-width: 1400px) and (min-width: 601px) {
  .flip-cards-block {
    padding-bottom: 80px; } }

.flip-cards-container {
  max-width: 2180px;
  margin: 0 auto 80px; }

@media screen and (max-width: 2340px) and (min-width: 941px) {
  .flip-cards-container {
    margin: 0 80px 80px; } }

@media screen and (max-width: 1690px) {
  .flip-cards-container {
    margin-bottom: 40px; } }

@media screen and (max-width: 1400px) {
  .flip-cards-container {
    margin-bottom: -80px; } }

@media screen and (max-width: 1080px) {
  .flip-cards-container {
    margin-bottom: -40px; } }

@media screen and (max-width: 768px) {
  .flip-cards-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0; } }

@media screen and (max-width: 940px) and (min-width: 601px) {
  .flip-cards-container {
    margin-right: 40px;
    margin-left: 40px; } }

@media screen and (max-width: 600px) {
  .flip-cards-container {
    margin: 0; } }

@media screen and (min-width: 769px) {
  .flip-cards-container .col:hover > .flip-card, .flip-cards-container .col.is-active > .flip-card {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); } }

@media screen and (max-width: 768px) and (min-width: 401px) {
  .flip-cards {
    width: calc(100% - 50px); } }

@media screen and (max-width: 400px) {
  .flip-cards {
    width: calc(100% - 35px); } }

.flip-card {
  position: relative;
  display: block;
  padding-bottom: 120%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.17); }

@media screen and (max-width: 1800px) and (min-width: 1401px) {
  .flip-card {
    padding-bottom: 135%; } }

@media screen and (max-width: 1400px) {
  .flip-card {
    padding-bottom: 100%;
    margin-bottom: 80px; } }

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .flip-card {
    padding-bottom: 120%;
    margin-bottom: 40px; } }

@media screen and (max-width: 940px) and (min-width: 769px) {
  .flip-card {
    padding-bottom: 135%; } }

@media screen and (max-width: 768px) {
  .flip-card {
    padding-bottom: 100%;
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: hidden; } }

@media screen and (max-width: 500px) {
  .flip-card {
    padding-bottom: 120%; } }

.flip-card-front, .flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0px 40px;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #fff; }
  .flip-card-front > [class^="flip-card-"], .flip-card-back > [class^="flip-card-"] {
    position: relative;
    z-index: 10; }

.flip-card-front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg); }

.flip-card-back {
  padding: 60px 40px 30px;
  z-index: 2;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

@media screen and (max-width: 1800px) and (min-width: 1401px) {
  .flip-card-back {
    padding: 40px 30px 30px; } }

@media screen and (max-width: 940px) {
  .flip-card-back {
    padding: 40px 30px 30px; } }
  .flip-card-back::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 46, 55, 0.96);
    z-index: 0;
    content: ""; }
  .flip-card-back .flip-card-text {
    margin-bottom: 35px;
    color: #FFFFFF; }

.flip-card-top {
  padding: 60px 45px 10px;
  /*background-color: #FFFFFF;*/ }

@media screen and (max-width: 1800px) and (min-width: 1401px) {
  .flip-card-top {
    padding: 40px 30px 10px; } }

@media screen and (max-width: 940px) and (min-width: 769px) {
  .flip-card-top {
    padding: 40px 30px 10px; } }

@media screen and (max-width: 768px) {
  .flip-card-top {
    padding: 0;
    background-color: transparent; } }
  .flip-card-top::before {
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    height: 200px;
    /*background-image: linear-gradient(to bottom, rgba(#FFFFFF, 1) 0%, rgba(#FFFFFF, 0) 100%);*/
    content: ""; }

@media screen and (max-width: 768px) {
  .flip-card-top::before {
    height: 200%;
    bottom: -200%;
    /*background-image: linear-gradient(to bottom, rgba(#FFFFFF, 1) 0%, rgba(#FFFFFF, 0.7) 60%);*/ } }

.flip-card-title {
  position: relative;
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: 600;
  z-index: 100; }

@media screen and (max-width: 1800px) and (min-width: 1401px) {
  .flip-card-title {
    margin-bottom: 15px; } }

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .flip-card-title {
    margin-bottom: 15px; } }

@media screen and (max-width: 1080px) {
  .flip-card-title {
    margin-bottom: 30px; } }

@media screen and (max-width: 768px) {
  .flip-card-title {
    padding-top: 60px;
    padding-bottom: 30px;
    margin-bottom: 0;
    padding-right: 45px;
    padding-left: 45px;
    background-color: #FFFFFF; } }

@media screen and (max-width: 600px) {
  .flip-card-title {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px; } }

@media screen and (max-width: 400px) {
  .flip-card-title {
    font-size: 1.5em;
    padding-top: 30px;
    padding-bottom: 10px; } }
  .flip-card-title span {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
    background: -o-linear-gradient(left, #F04E35 0%, #F4AA40 100%);
    background: linear-gradient(to right, #F04E35 0%, #F4AA40 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent; }
    .no-backgroundcliptext .flip-card-title span {
      background: none;
      color: #F04E35; }

@media screen and (max-width: 1400px) and (min-width: 769px) {
  .flip-card-title span::before {
    content: attr(data-progress-id) ". "; } }

.flip-card-text {
  position: relative;
  font-size: 1.125em;
  line-height: 1.875rem;
  color: #2E2E37;
  z-index: 100; }

@media screen and (max-width: 1800px) and (min-width: 1401px) {
  .flip-card-text {
    font-size: 1em;
    line-height: 1.625rem; } }

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .flip-card-text {
    font-size: 1em;
    line-height: 1.625rem; } }

@media screen and (max-width: 768px) {
  .flip-card-text {
    padding-bottom: 30px;
    padding-right: 45px;
    padding-left: 45px;
    background-color: #FFFFFF; } }

@media screen and (max-width: 600px) {
  .flip-card-text {
    padding-right: 20px;
    padding-left: 20px; } }

@media screen and (max-width: 400px) {
  .flip-card-text {
    padding-bottom: 15px;
    font-size: 1em;
    line-height: 1.5rem; } }

.flip-card-front .flip-card-tags {
  position: absolute;
  bottom: 30px;
  left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flip-card-tag {
  margin-right: 30px;
  font-size: 1.25em;
  font-weight: 700;
  text-shadow: 0px 2px 16px rgba(0, 0, 0, 0.4);
  color: #FFFFFF; }

@media screen and (max-width: 1600px) and (min-width: 1401px) {
  .flip-card-tag {
    font-size: 1em; } }

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .flip-card-tag {
    font-size: 1em; } }

@media screen and (max-width: 768px) {
  .flip-card-tag {
    display: none; } }
  .flip-card-tag:last-child {
    margin-right: 0; }

.flip-card-list.is-responsive-only {
  position: relative;
  padding-right: 45px;
  padding-left: 45px;
  z-index: 100; }

@media screen and (min-width: 769px) {
  .flip-card-list.is-responsive-only {
    display: none; } }

@media screen and (max-width: 600px) {
  .flip-card-list.is-responsive-only {
    padding-right: 20px;
    padding-left: 20px; } }

.flip-card-list li {
  margin-bottom: 15px; }
  .flip-card-list li:last-child {
    margin-bottom: 0; }
  .flip-card-list li a {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
    background: -o-linear-gradient(left, #F04E35 0%, #F4AA40 100%);
    background: linear-gradient(to right, #F04E35 0%, #F4AA40 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    position: relative;
    font-size: 1.125em;
    font-weight: 700; }
    .no-backgroundcliptext .flip-card-list li a {
      background: none;
      color: #F04E35; }
    .flip-card-list li a::after {
      position: absolute;
      bottom: -2px;
      left: 0;
      display: block;
      height: 1px;
      background: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
      background: -o-linear-gradient(left, #F04E35 0%, #F4AA40 100%);
      background: linear-gradient(to right, #F04E35 0%, #F4AA40 100%);
      opacity: 0.6;
      content: "";
      width: 100%; }

@media screen and (max-width: 1800px) and (min-width: 1401px) {
  .flip-card-list li a {
    font-size: 1em; } }

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .flip-card-list li a {
    font-size: 1em; } }

@media screen and (max-width: 400px) {
  .flip-card-list li a {
    font-size: 0.875em; } }
    .flip-card-list li a::before {
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 0%;
      height: 1px;
      display: block;
      background-color: #FFFFFF;
      -webkit-transition: width 0.3s ease;
      -o-transition: width 0.3s ease;
      transition: width 0.3s ease;
      z-index: 100;
      content: ""; }
    .flip-card-list li a:hover::before {
      width: 100%; }

.flip-cards-progress-container {
  padding-bottom: 80px; }

@media screen and (max-width: 1400px) {
  .flip-cards-progress-container {
    padding-bottom: 0;
    margin-top: 80px; } }

@media screen and (max-width: 1080px) {
  .flip-cards-progress-container {
    display: none; } }
  .flip-cards-progress-container #flip-cards-progress-view {
    width: 100%;
    height: 200px; }

@media screen and (max-width: 1400px) {
  .flip-cards-progress-container #flip-cards-progress-view {
    height: 100px; } }

.progress-label {
  font-size: 1.875em;
  font-weight: 600;
  fill: #000000; }

.invisible-stop, .last-stop {
  display: none; }

.responsive-flip-cards-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50px;
  padding-top: 25px;
  margin-bottom: -25px; }

@media screen and (min-width: 769px) {
  .responsive-flip-cards-progress {
    display: none; } }

@media screen and (max-width: 400px) {
  .responsive-flip-cards-progress {
    width: 35px;
    padding-top: 17.5px;
    margin-bottom: -17.5px; } }

.rfcp-status {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#F04E35), to(#F4AA40));
  background-image: -o-linear-gradient(bottom, #F04E35 0%, #F4AA40 100%);
  background-image: linear-gradient(to top, #F04E35 0%, #F4AA40 100%); }
  .rfcp-status::before {
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 25px transparent;
    border-left: solid 25px #F4AA40;
    border-right: solid 25px #F4AA40;
    content: ""; }

@media screen and (max-width: 400px) {
  .rfcp-status::before {
    top: -17.5px;
    border-top-width: 17.5px;
    border-left-width: 17.5px;
    border-right-width: 17.5px;
    font-size: 1.125em; } }
  .rfcp-status:last-child::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 25px transparent;
    border-left: solid 25px #FBFBFB;
    border-right: solid 25px #FBFBFB;
    content: ""; }

@media screen and (max-width: 600px) {
  .rfcp-status:last-child::after {
    border-left-color: #FFFFFF;
    border-right-color: #FFFFFF; } }

@media screen and (max-width: 400px) {
  .rfcp-status:last-child::after {
    border-top-width: 17.5px;
    border-left-width: 17.5px;
    border-right-width: 17.5px;
    font-size: 1.125em; } }
  .rfcp-status span {
    font-size: 1.5em;
    font-weight: 600;
    color: #FFFFFF;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

@media screen and (max-width: 400px) {
  .rfcp-status span {
    font-size: 1em; } }

.bg-content-block {
  position: relative;
  min-height: 770px;
  padding: 60px 0 80px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover; }

@media screen and (max-width: 1300px) {
  .bg-content-block {
    min-height: initial;
    background: none !important; } }

@media screen and (max-width: 768px) {
  .bg-content-block {
    padding: 40px 0; } }

@media screen and (max-width: 1300px) {
  .bg-content {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; } }

.bg-content-text {
  max-width: 670px;
  margin-bottom: 40px; }

@media screen and (max-width: 1300px) and (min-width: 769px) {
  .bg-content-text {
    margin-bottom: 30px; } }

@media screen and (max-width: 768px) {
  .bg-content-text {
    margin-bottom: 10px; } }
  .bg-content-text h1, .bg-content-text h2, .bg-content-text h3, .bg-content-text h4, .bg-content-text h5, .bg-content-text h6 {
    margin-bottom: 30px;
    font-size: 2em;
    line-height: 2.625rem;
    font-weight: 400; }

@media screen and (max-width: 600px) {
  .bg-content-text h1, .bg-content-text h2, .bg-content-text h3, .bg-content-text h4, .bg-content-text h5, .bg-content-text h6 {
    font-size: 1.6875em;
    line-height: 2.3125rem; } }
  .bg-content-text p {
    font-size: 1.25em;
    line-height: 1.875rem; }

@media screen and (max-width: 600px) {
  .bg-content-text p {
    font-size: 1.125em;
    line-height: 1.75rem; } }
  .bg-content-text strong {
    font-weight: 700; }

.bg-content-carousel {
  width: 100%;
  max-width: 840px;
  margin-bottom: 40px;
  -webkit-transform: translatex(-30px);
      -ms-transform: translatex(-30px);
          transform: translatex(-30px); }

@media screen and (max-width: 1740px) {
  .bg-content-carousel {
    -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
            transform: translatex(0); } }

@media screen and (max-width: 768px) {
  .bg-content-carousel {
    margin-bottom: 10px; } }
  .bg-content-carousel .slick-list {
    padding-left: 30px; }
  .bg-content-carousel .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .bg-content-carousel .carousel-item {
    margin: 30px 30px 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding: 15px;
    background-color: #FFFFFF;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    -webkit-box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0); }
    .bg-content-carousel .carousel-item.slick-active {
      -webkit-box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.21);
              box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.21); }
  .bg-content-carousel.slick-carousel {
    position: relative; }
    .bg-content-carousel.slick-carousel .slick-arrows {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: calc(100% + 30px); }

@media screen and (max-width: 500px) {
  .bg-content-carousel.slick-carousel .slick-arrows {
    display: none; } }
    .bg-content-carousel.slick-carousel .slick-arrow {
      width: 16px;
      height: 28px;
      border: 0;
      background: url(../../images/svgs/arrow-right-grey.svg) no-repeat center center/100%;
      font-size: 0;
      cursor: pointer; }
      .bg-content-carousel.slick-carousel .slick-arrow.slick-prev {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }

.bg-quote-container {
  position: absolute;
  right: 150px;
  bottom: 70px; }

@media screen and (max-width: 1690px) {
  .bg-quote-container {
    right: 80px; } }

@media screen and (max-width: 1300px) {
  .bg-quote-container {
    display: none; } }

.bg-quote-heading {
  position: relative;
  width: 100%;
  max-width: 310px;
  margin: 0 0 2px auto;
  font-size: 1.5em;
  line-height: 1.875rem;
  color: #FFFFFF;
  font-weight: 700;
  text-align: right;
  text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.5px; }
  .bg-quote-heading .heading {
    position: relative;
    z-index: 100; }
  .bg-quote-heading .quote-marker {
    position: absolute;
    top: -25px;
    left: -33px;
    z-index: 0;
    font-size: 7.1875rem;
    line-height: 6.1875rem;
    color: transparent; }
    .bg-quote-heading .quote-marker em {
      display: inline-block;
      background: -webkit-gradient(linear, right top, left top, from(#F4AA40), to(#F04E35));
      background: -o-linear-gradient(right, #F4AA40 0%, #F04E35 100%);
      background: linear-gradient(-90deg, #F4AA40 0%, #F04E35 100%);
      -webkit-background-clip: text;
              background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 700;
      text-shadow: none;
      position: relative;
      z-index: 50; }
      .no-backgroundcliptext .bg-quote-heading .quote-marker em {
        background: none;
        color: #F4AA40; }
    .bg-quote-heading .quote-marker::after {
      position: absolute;
      top: 0;
      left: 0;
      background: none;
      text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
      content: attr(data-text); }

.bg-quote-person {
  font-size: 1.125em;
  line-height: 1.875rem;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.59); }
  .bg-quote-person .person-name {
    font-weight: 700; }

.featured-testimonial-block {
  position: relative;
  min-height: 735px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

@media screen and (max-width: 1300px) and (min-width: 769px) {
  .featured-testimonial-block {
    min-height: 535px; } }

@media screen and (max-width: 768px) {
  .featured-testimonial-block {
    min-height: 400px; } }
  .featured-testimonial-block .ftb-wrap {
    width: 100%;
    max-width: 760px; }

@media screen and (max-width: 940px) and (min-width: 401px) {
  .featured-testimonial-block .ftb-wrap {
    padding-right: 40px;
    padding-left: 40px; } }

@media screen and (max-width: 400px) {
  .featured-testimonial-block .ftb-wrap {
    padding-right: 20px;
    padding-left: 20px; } }

.featured-testimonial-container {
  color: #FFFFFF;
  text-align: center; }

.featured-testimonial-text {
  margin-bottom: 40px;
  font-size: 2em;
  line-height: 2.625rem;
  font-style: italic; }

@media screen and (max-width: 1300px) and (min-width: 769px) {
  .featured-testimonial-text {
    margin-bottom: 20px;
    font-size: 1.6875em;
    line-height: 2.3125rem; } }

@media screen and (max-width: 768px) {
  .featured-testimonial-text {
    margin-bottom: 10px;
    font-size: 1.375em;
    line-height: 2rem; } }

@media screen and (max-width: 600px) {
  .featured-testimonial-text {
    font-size: 1.125em;
    line-height: 1.75rem; } }

.featured-testimonial-person {
  display: block;
  margin-bottom: 55px;
  font-size: 1em;
  line-height: 1.5rem; }

@media screen and (max-width: 1300px) {
  .featured-testimonial-person {
    margin-bottom: 20px; } }
  .featured-testimonial-person a {
    position: relative;
    position: relative; }
    .featured-testimonial-person a::after {
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 2px;
      display: block;
      background-color: #FFFFFF;
      content: ""; }
    .featured-testimonial-person a::before {
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 0;
      height: 2px;
      display: block;
      background: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
      background: -o-linear-gradient(left, #F04E35 0%, #F4AA40 100%);
      background: linear-gradient(to right, #F04E35 0%, #F4AA40 100%);
      -webkit-transition: width 0.3s;
      -o-transition: width 0.3s;
      transition: width 0.3s;
      z-index: 50;
      content: ""; }
    .featured-testimonial-person a:hover::before {
      width: 100%; }

@media screen and (min-width: 769px) {
  @-webkit-keyframes pulse {
    to {
      -webkit-box-shadow: 0 0 0 50px rgba(244, 153, 62, 0);
              box-shadow: 0 0 0 50px rgba(244, 153, 62, 0); } }
  @keyframes pulse {
    to {
      -webkit-box-shadow: 0 0 0 50px rgba(244, 153, 62, 0);
              box-shadow: 0 0 0 50px rgba(244, 153, 62, 0); } } }

@media screen and (max-width: 768px) {
  @-webkit-keyframes pulse {
    to {
      -webkit-box-shadow: 0 0 0 20px rgba(244, 153, 62, 0);
              box-shadow: 0 0 0 20px rgba(244, 153, 62, 0); } }
  @keyframes pulse {
    to {
      -webkit-box-shadow: 0 0 0 20px rgba(244, 153, 62, 0);
              box-shadow: 0 0 0 20px rgba(244, 153, 62, 0); } } }

.featured-testimonial-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(26, 29, 33, 0.8);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 9999;
  opacity: 0;
  visibility: hidden; }

@media screen and (max-width: 1690px) and (min-width: 769px) {
  .featured-testimonial-popup {
    padding: 80px; } }

@media screen and (max-width: 768px) {
  .featured-testimonial-popup {
    padding: 40px; } }
  .featured-testimonial-popup.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
  .featured-testimonial-popup .close-trigger {
    position: absolute;
    top: 40px;
    right: 40px; }
  .featured-testimonial-popup .close-trigger-icon {
    display: block; }
    .featured-testimonial-popup .close-trigger-icon {
      position: relative;
      width: 50px;
      height: 35px;
      cursor: pointer; }
      .featured-testimonial-popup .close-trigger-icon .icon {
        width: 100%;
        height: 4px;
        border-radius: 2px;
        -webkit-transition: background-color 0.6s;
        -o-transition: background-color 0.6s;
        transition: background-color 0.6s;
        background-color: transparent; }
        .featured-testimonial-popup .close-trigger-icon .icon::before, .featured-testimonial-popup .close-trigger-icon .icon::after {
          width: 100%;
          height: 100%;
          background-color: #FFFFFF;
          border-radius: 2px;
          -webkit-transition: all 0.6s;
          -o-transition: all 0.6s;
          transition: all 0.6s;
          content: ""; }
        .featured-testimonial-popup .close-trigger-icon .icon::before {
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .featured-testimonial-popup .close-trigger-icon .icon::after {
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }

.featured-testimonial-popup-video {
  width: 100%;
  max-width: 1400px; }
  .featured-testimonial-popup-video video {
    width: 100%;
    max-width: 1400px; }

.floating-boxes-block {
  position: relative;
  padding: 100px 0 0;
  z-index: 300; }

@media screen and (max-width: 1300px) and (min-width: 501px) {
  .floating-boxes-block {
    padding: 50px 0; } }

@media screen and (min-width: 769px) {
  .floating-boxes-block {
    padding-bottom: 0; } }

@media screen and (max-width: 500px) {
  .floating-boxes-block {
    padding: 20px 0; } }
  .floating-boxes-block .cols-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -70px; }

@media screen and (max-width: 1300px) and (min-width: 769px) {
  .floating-boxes-block .cols-2 {
    margin-bottom: -50px; } }

@media screen and (max-width: 768px) {
  .floating-boxes-block .cols-2 {
    margin-bottom: 0; } }
  .floating-boxes-block .col {
    width: calc(50% - 35px);
    margin-right: 70px;
    margin-bottom: 70px;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.17);
            box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.17); }

@media screen and (max-width: 1300px) and (min-width: 769px) {
  .floating-boxes-block .col {
    width: calc(50% - 25px);
    margin-right: 50px;
    margin-bottom: 50px; } }

@media screen and (max-width: 940px) {
  .floating-boxes-block .col {
    /*for all elements with background parallax effect*/
    background-position: center !important;
    /*for all elements with foreground parallax effect*/
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; } }

@media screen and (max-width: 768px) {
  .floating-boxes-block .col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px; }
    .floating-boxes-block .col:last-child {
      margin-bottom: 0; } }

@media screen and (max-width: 500px) {
  .floating-boxes-block .col {
    margin-bottom: 20px; }
    .floating-boxes-block .col:last-child {
      margin-bottom: 0; } }
    .floating-boxes-block .col:nth-child(2n) {
      margin-right: 0; }
    .floating-boxes-block .col:nth-child(1), .floating-boxes-block .col:nth-child(4) {
      -webkit-transition: -webkit-transform 1s ease-out;
      transition: -webkit-transform 1s ease-out;
      -o-transition: transform 1s ease-out;
      transition: transform 1s ease-out;
      transition: transform 1s ease-out, -webkit-transform 1s ease-out; }

.floating-boxes-container {
  max-width: 1970px;
  margin: 0 auto; }

@media screen and (max-width: 2050px) and (min-width: 941px) {
  .floating-boxes-container {
    padding: 0 80px; } }

@media screen and (max-width: 940px) and (min-width: 401px) {
  .floating-boxes-container {
    padding: 0 40px; } }

@media screen and (max-width: 400px) {
  .floating-boxes-container {
    padding: 0 20px; } }

.floating-box {
  position: relative;
  display: block;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.17); }
  .floating-box::before {
    display: block;
    padding-bottom: 75%;
    content: ""; }
  .floating-box .floating-box-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

@media screen and (min-width: 601px) {
  .floating-box:hover .floating-box-image {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); } }

.floating-box-inner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

@media screen and (max-width: 1690px) and (min-width: 1301px) {
  .floating-box-inner-container {
    padding: 40px; } }

@media screen and (max-width: 1300px) and (min-width: 501px) {
  .floating-box-inner-container {
    padding: 30px; } }

@media screen and (max-width: 500px) {
  .floating-box-inner-container {
    padding: 20px; } }
  .floating-box-inner-container::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(white, rgba(255, 255, 255, 0));
    background-image: linear-gradient(white, rgba(255, 255, 255, 0));
    z-index: 10;
    content: ""; }
  .floating-box-inner-container::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    content: ""; }
  .floating-box-inner-container .floating-box-top {
    z-index: 11; }

.floating-box-title span {
  position: relative;
  font-size: 2em;
  line-height: 4.5625rem;
  font-weight: 600; }
  .floating-box-title span::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
    background: -o-linear-gradient(left, #F04E35 0%, #F4AA40 100%);
    background: linear-gradient(to right, #F04E35 0%, #F4AA40 100%);
    opacity: 0.6;
    content: "";
    width: 100%; }

@media screen and (max-width: 1300px) and (min-width: 901px) {
  .floating-box-title span {
    font-size: 1.6875em;
    line-height: 1.875rem; } }

@media screen and (max-width: 900px) and (min-width: 769px) {
  .floating-box-title span {
    font-size: 1.375em;
    line-height: 1.5625rem; } }

@media screen and (max-width: 600px) {
  .floating-box-title span {
    font-size: 1.6875em;
    line-height: 1.875rem; } }

@media screen and (max-width: 400px) {
  .floating-box-title span {
    font-size: 1.3125em;
    line-height: 1.5rem; } }

.floating-box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 500; }

.floating-box-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 6.25em;
  font-weight: 700; }

@media screen and (max-width: 1500px) and (min-width: 1301px) {
  .floating-box-number {
    font-size: 4.6875em; } }

@media screen and (max-width: 1300px) and (min-width: 901px) {
  .floating-box-number {
    font-size: 3.75em; } }

@media screen and (max-width: 900px) and (min-width: 769px) {
  .floating-box-number {
    font-size: 3.125em; } }

@media screen and (max-width: 600px) {
  .floating-box-number {
    font-size: 3.75em; } }

@media screen and (max-width: 400px) {
  .floating-box-number {
    font-size: 3.25em; } }

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .post-type-archive-case-studies .floating-box-number {
    font-size: 3.125em; } }
  .floating-box-number span {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#F04F35), to(#F4A840));
    background: -o-linear-gradient(left, #F04F35 0%, #F4A840 100%);
    background: linear-gradient(to right, #F04F35 0%, #F4A840 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-right: 10px; }
    .floating-box-number span::after {
      position: absolute;
      top: 0;
      left: 0;
      background: none;
      text-shadow: 0px 2px 16px rgba(0, 0, 0, 0.69);
      z-index: -1;
      content: attr(data-text); }
    .no-backgroundcliptext .floating-box-number span {
      background: none;
      color: #F04F35; }
      .no-backgroundcliptext .floating-box-number span::after {
        display: none; }

@media screen and (max-width: 1300px) and (min-width: 769px) {
  .floating-box-number span {
    margin-right: 0; } }
  .floating-box-number em {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#F04F35), to(#F4A840));
    background: -o-linear-gradient(left, #F04F35 0%, #F4A840 100%);
    background: linear-gradient(to right, #F04F35 0%, #F4A840 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    font-size: 3.75rem; }
    .floating-box-number em::after {
      position: absolute;
      top: 0;
      left: 0;
      background: none;
      text-shadow: 0px 2px 16px rgba(0, 0, 0, 0.69);
      z-index: -1;
      content: attr(data-text); }
    .no-backgroundcliptext .floating-box-number em {
      background: none;
      color: #F04F35; }
      .no-backgroundcliptext .floating-box-number em::after {
        display: none; }

@media screen and (max-width: 1500px) and (min-width: 1301px) {
  .floating-box-number em {
    font-size: 2.8125rem; } }

@media screen and (max-width: 1300px) and (min-width: 901px) {
  .floating-box-number em {
    font-size: 1.875rem; } }

@media screen and (max-width: 900px) and (min-width: 769px) {
  .floating-box-number em {
    font-size: 1.25rem; } }

@media screen and (max-width: 600px) {
  .floating-box-number em {
    font-size: 1.875rem; } }

@media screen and (max-width: 400px) {
  .floating-box-number em {
    font-size: 1.5rem; } }

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .post-type-archive-case-studies .floating-box-number em {
    font-size: 1.25rem; } }

.floating-box-text {
  display: block;
  font-size: 2rem;
  text-align: left;
  color: #FFFFFF;
  text-shadow: 0px 2px 16px rgba(0, 0, 0, 0.004); }

@media screen and (max-width: 1500px) and (min-width: 901px) {
  .floating-box-text {
    font-size: 1.5em; } }

@media screen and (max-width: 900px) and (min-width: 769px) {
  .floating-box-text {
    font-size: 1.25em; } }

@media screen and (max-width: 600px) {
  .floating-box-text {
    font-size: 1.5em; } }

@media screen and (max-width: 400px) {
  .floating-box-text {
    font-size: 1.125em; } }

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .post-type-archive-case-studies .floating-box-text {
    font-size: 1.25em; } }

.post-cards-block {
  padding: 130px 0 150px; }

@media screen and (max-width: 1500px) and (min-width: 601px) {
  .post-cards-block {
    padding: 100px 0; } }

@media screen and (max-width: 600px) {
  .post-cards-block {
    padding: 40px 0; } }
  .post-cards-block .post-cards-heading {
    margin-bottom: 80px;
    font-size: 2em;
    text-align: center; }

@media screen and (max-width: 1500px) and (min-width: 1081px) {
  .post-cards-block .post-cards-heading {
    margin-bottom: 60px; } }

@media screen and (max-width: 1080px) and (min-width: 601px) {
  .post-cards-block .post-cards-heading {
    font-size: 1.625em;
    margin-bottom: 40px; } }

@media screen and (max-width: 600px) {
  .post-cards-block .post-cards-heading {
    margin-bottom: 40px;
    font-size: 1.25em;
    line-height: 1.5rem; } }
    .post-cards-block .post-cards-heading strong {
      font-weight: 700; }

.post-cards {
  margin-bottom: -70px; }

@media screen and (max-width: 1300px) and (min-width: 501px) {
  .post-cards {
    margin-bottom: -60px; } }

@media screen and (max-width: 500px) {
  .post-cards {
    margin-bottom: -30px; } }
  .post-cards .col {
    margin-bottom: 70px; }

@media screen and (max-width: 1300px) and (min-width: 501px) {
  .post-cards .col {
    margin-bottom: 60px; } }

@media screen and (max-width: 500px) {
  .post-cards .col {
    margin-bottom: 30px; } }

@media screen and (min-width: 1081px) {
  .post-cards .inner-col:hover > .post-card {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); } }

.post-card {
  position: relative;
  display: block;
  padding-bottom: 130%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }

@media screen and (max-width: 768px) {
  .post-card {
    padding-bottom: 70%; } }

.post-card-front, .post-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-size: cover; }
  .post-card-front > [class^="post-card-"], .post-card-back > [class^="post-card-"] {
    position: relative;
    z-index: 10; }

.post-card-front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg); }

.post-card-front-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 40px; }

@media screen and (max-width: 1300px) {
  .post-card-front-container {
    padding: 3.0769230769vw; } }

@media screen and (max-width: 768px) {
  .post-card-front-container {
    padding: 20px; } }
  .post-card-front-container > .post-card-title {
    z-index: 100; }
  .post-card-front-container::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    content: ""; }

@media screen and (max-width: 500px) {
  .post-card-front-container::after {
    height: 70%; } }

.post-card-back {
  z-index: 2;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0); }
  .inner-col:hover .post-card-back {
    -webkit-transform: rotateY(180deg) scale(1.02);
            transform: rotateY(180deg) scale(1.02);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.17);
            box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.17);
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .post-card-back::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 0;
    content: ""; }
  .post-card-back .post-card-text {
    margin-bottom: 35px;
    color: #FFFFFF; }

.post-card-back-container {
  width: 100%;
  height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px 40px 40px; }

@media screen and (max-width: 1500px) {
  .post-card-back-container {
    padding: 2vw; } }

.post-card-title {
  font-size: 1.625em;
  line-height: 2.25rem; }

@media screen and (max-width: 1690px) and (min-width: 1301px) {
  .post-card-title {
    font-size: 1.5384615385vw;
    line-height: 2.1301775148vw; } }

@media screen and (max-width: 1300px) and (min-width: 1081px) {
  .post-card-title {
    font-size: 1.5384615385vw;
    line-height: 2vw; } }

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .post-card-title {
    font-size: 1.25em;
    line-height: 1.875rem; } }

@media screen and (max-width: 768px) and (min-width: 501px) {
  .post-card-title {
    font-size: 1.625em;
    line-height: 2.25rem; } }

@media screen and (max-width: 500px) {
  .post-card-title {
    font-size: 4.8vw;
    line-height: 6.8vw; } }
  .post-card-front .post-card-title {
    color: #FFFFFF; }
  .post-card-back .post-card-title {
    margin-bottom: 30px; }

@media screen and (max-width: 1690px) and (min-width: 1081px) {
  .post-card-back .post-card-title {
    margin-bottom: 1.1834319527vw; } }

.post-card-meta {
  margin-bottom: 20px;
  font-size: 0.875em;
  line-height: 1.375rem;
  text-transform: uppercase;
  letter-spacing: 1px; }

@media screen and (max-width: 1300px) and (min-width: 1081px) {
  .post-card-meta {
    margin-bottom: 1.2307692308vw;
    font-size: 1.0769230769vw;
    line-height: 1.6923076923vw; } }
  .post-card-meta .meta-post-category {
    color: #030303; }
  .post-card-meta .meta-post-date {
    position: relative;
    color: #9E9E9E; }
    .post-card-meta .meta-post-date::before {
      padding: 0 3px 0 2px;
      content: "/"; }

.post-card-excerpt {
  margin-bottom: 15px;
  font-size: 1.25em;
  line-height: 1.75rem;
  color: #898989; }

@media screen and (max-width: 1690px) and (min-width: 1081px) {
  .post-card-excerpt {
    font-size: 1.1834319527vw;
    line-height: 1.6568047337vw; } }

.post-card-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .post-card-author .author-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 25px;
    overflow: hidden; }

@media screen and (max-width: 1690px) {
  .post-card-author .author-image {
    width: 5.9171597633vw;
    height: 5.9171597633vw; } }
  .post-card-author .author-name {
    margin-bottom: 15px;
    font-size: 1.1875em;
    font-style: italic;
    color: #898989; }

@media screen and (max-width: 1690px) {
  .post-card-author .author-name {
    font-size: 1.124260355vw; } }
    .post-card-author .author-name span {
      position: relative;
      color: #000000;
      font-style: normal; }
      .post-card-author .author-name span::after {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 1px;
        display: block;
        background-color: #898989;
        content: ""; }
      .post-card-author .author-name span:hover::before {
        width: 100%; }
  .post-card-author .author-title {
    color: #898989; }

.banner-post-single-block {
  position: relative;
  height: 840px;
  background-color: #222834;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-blend-mode: multiply; }

@media screen and (max-width: 1080px) {
  .banner-post-single-block {
    height: auto;
    min-height: 700px; } }

@media screen and (max-width: 600px) and (min-width: 501px) {
  .banner-post-single-block {
    min-height: 650px; } }

@media screen and (max-width: 500px) {
  .banner-post-single-block {
    min-height: 450px; } }
  .banner-post-single-block::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
    background-image: -o-linear-gradient(left, #F04E35, #F4AA40);
    background-image: linear-gradient(to right, #F04E35, #F4AA40);
    content: ""; }

.bps-container {
  position: absolute;
  top: calc(50% + 50.8975px);
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1340px;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

@media screen and (max-width: 1080px) {
  .bps-container {
    top: calc(50% + 22.5px); } }

.bps-title {
  margin-bottom: 50px;
  font-size: 4.5em;
  line-height: 5.75rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center; }

@media screen and (max-width: 1300px) and (min-width: 1081px) {
  .bps-title {
    font-size: 3.875em;
    line-height: 5.125rem; } }

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .bps-title {
    font-size: 3.25em;
    line-height: 4.5rem; } }

@media screen and (max-width: 768px) and (min-width: 601px) {
  .bps-title {
    font-size: 3.25em;
    line-height: 4.5rem; } }

@media screen and (max-width: 600px) {
  .bps-title {
    margin-bottom: 30px;
    font-size: 2em;
    line-height: 3.875rem; } }

@media screen and (max-width: 500px) {
  .bps-title {
    font-size: 2em;
    line-height: 2.375rem; } }

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

.bps-author-photo {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  margin-right: 30px;
  overflow: hidden; }

@media screen and (max-width: 1300px) and (min-width: 601px) {
  .bps-author-photo {
    width: 100px;
    height: 100px; } }

@media screen and (max-width: 600px) {
  .bps-author-photo {
    width: 70px;
    height: 70px;
    margin-right: 15px; } }
  .bps-author-photo img {
    vertical-align: middle; }

.bps-author-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFFFFF; }

.bps-author-name {
  margin-bottom: 15px;
  font-size: 1.1875em;
  font-style: italic; }

@media screen and (max-width: 1300px) {
  .bps-author-name {
    font-size: 1em; } }
  .bps-author-name a {
    position: relative;
    position: relative;
    font-style: normal; }
    .bps-author-name a::after {
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 2px;
      display: block;
      background-color: #FFFFFF;
      content: ""; }
    .bps-author-name a::before {
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 0;
      height: 2px;
      display: block;
      background: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
      background: -o-linear-gradient(left, #F04E35 0%, #F4AA40 100%);
      background: linear-gradient(to right, #F04E35 0%, #F4AA40 100%);
      -webkit-transition: width 0.3s;
      -o-transition: width 0.3s;
      transition: width 0.3s;
      z-index: 50;
      content: ""; }
    .bps-author-name a:hover::before {
      width: 100%; }
    .bps-author-name a::before {
      bottom: -2px;
      z-index: 100; }
    .bps-author-name a::after {
      z-index: 0; }

.bps-author-position {
  letter-spacing: 0.5px; }

@media screen and (max-width: 1300px) {
  .bps-author-position {
    font-size: 0.875em; } }

.banner-post-archive-block {
  position: relative;
  height: 840px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

@media screen and (max-width: 1300px) {
  .banner-post-archive-block {
    height: auto;
    min-height: 640px; } }

@media screen and (max-width: 500px) {
  .banner-post-archive-block {
    min-height: 540px; } }

@media screen and (max-height: 600px) {
  .banner-post-archive-block {
    min-height: 450px;
    height: calc(100vh - 70px); } }
  .banner-post-archive-block::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
    background-image: -o-linear-gradient(left, #F04E35, #F4AA40);
    background-image: linear-gradient(to right, #F04E35, #F4AA40);
    content: ""; }

.bpa-container {
  position: absolute;
  top: calc(50% + 50.8975px);
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1340px;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

@media screen and (max-width: 1080px) {
  .bpa-container {
    top: calc(50% + 22.5px); } }

.bpa-heading {
  margin-bottom: 20px;
  font-size: 4.5em;
  line-height: 5.75rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center; }

@media screen and (max-width: 1300px) and (min-width: 941px) {
  .bpa-heading {
    margin-bottom: 1.5384615385vw;
    font-size: 4.7692307692vw;
    line-height: 6.3076923077vw; } }

@media screen and (max-width: 940px) {
  .bpa-heading {
    margin-bottom: 12px;
    font-size: 2.5em;
    line-height: 3.125rem; } }

@media screen and (max-width: 500px) {
  .bpa-heading {
    font-size: 1.875em;
    line-height: 2.5rem; } }

.bpa-subheading {
  max-width: 1050px;
  margin: 0 auto 50px;
  font-size: 2.375em;
  line-height: 3.75rem;
  color: #FFFFFF;
  text-align: center; }

@media screen and (max-width: 1300px) and (min-width: 941px) {
  .bpa-subheading {
    margin-bottom: 3.8461538462vw;
    font-size: 2.9230769231vw;
    line-height: 4.6153846154vw; } }

@media screen and (max-width: 940px) {
  .bpa-subheading {
    margin-bottom: 30px;
    font-size: 1.625em;
    line-height: 2.5rem; } }

@media screen and (max-width: 500px) {
  .bpa-subheading {
    font-size: 1.25em;
    line-height: 1.875rem; } }

[id^="banner-simple-block"].banner-simple-block, .banner-simple-block {
  position: relative;
  min-height: 900px;
  height: calc(100vh - 340px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

@media screen and (max-width: 1080px) {
  [id^="banner-simple-block"].banner-simple-block, .banner-simple-block {
    height: 80vh;
    min-height: 700px; } }

@media screen and (max-width: 600px) and (min-width: 501px) {
  [id^="banner-simple-block"].banner-simple-block, .banner-simple-block {
    height: 80vh;
    min-height: 650px; } }

@media screen and (max-width: 500px) {
  [id^="banner-simple-block"].banner-simple-block, .banner-simple-block {
    height: 80vh;
    min-height: 500px; } }
  [id^="banner-simple-block"].banner-simple-block::before, .banner-simple-block::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 40, 52, 0.3);
    z-index: 140;
    content: ""; }

[id^="banner-simple-block"] .banner-simple-container, .banner-simple-block .banner-simple-container {
  width: 100%;
  z-index: 141; }

@media screen and (max-width: 500px) {
  [id^="banner-simple-block"] .banner-simple-container, .banner-simple-block .banner-simple-container {
    top: calc(50% + 25px); } }

[id^="banner-simple-block"] .banner-simple-content, .banner-simple-block .banner-simple-content {
  margin-bottom: 90px;
  text-align: center; }

@media screen and (max-width: 1080px) {
  [id^="banner-simple-block"] .banner-simple-content, .banner-simple-block .banner-simple-content {
    margin-bottom: 40px; } }

[id^="banner-simple-block"] .banner-simple-heading, .banner-simple-block .banner-simple-heading {
  margin-bottom: 30px;
  font-size: 4.5em;
  font-weight: 700;
  color: #FFFFFF; }

@media screen and (max-width: 1500px) and (min-width: 769px) {
  [id^="banner-simple-block"] .banner-simple-heading, .banner-simple-block .banner-simple-heading {
    font-size: 3.875em; } }

@media screen and (max-width: 768px) {
  [id^="banner-simple-block"] .banner-simple-heading, .banner-simple-block .banner-simple-heading {
    margin-bottom: 20px;
    font-size: 3.25em; } }

@media screen and (max-width: 600px) and (min-width: 501px) {
  [id^="banner-simple-block"] .banner-simple-heading, .banner-simple-block .banner-simple-heading {
    font-size: 2.5em; } }

@media screen and (max-width: 500px) {
  [id^="banner-simple-block"] .banner-simple-heading, .banner-simple-block .banner-simple-heading {
    font-size: 2.1875em; } }

[id^="banner-simple-block"] .banner-simple-text, .banner-simple-block .banner-simple-text {
  max-width: 1075px;
  margin: 0 auto;
  font-size: 2.375em;
  line-height: 3.75rem;
  color: #FFFFFF; }

@media screen and (max-width: 1500px) and (min-width: 769px) {
  [id^="banner-simple-block"] .banner-simple-text, .banner-simple-block .banner-simple-text {
    font-size: 2.0625em;
    line-height: 3.4375rem; } }

@media screen and (max-width: 768px) and (min-width: 501px) {
  [id^="banner-simple-block"] .banner-simple-text, .banner-simple-block .banner-simple-text {
    font-size: 1.75em;
    line-height: 2.8125rem; } }

@media screen and (max-width: 500px) {
  [id^="banner-simple-block"] .banner-simple-text, .banner-simple-block .banner-simple-text {
    font-size: 1.25em;
    line-height: 2.25rem; } }

[id^="banner-simple-block"] .banner-simple-button, .banner-simple-block .banner-simple-button {
  margin-top: 30px; }

.styled-text-form {
  background-color: #FBFBFB !important; }

.styled-text-form .smt-text-group {
  padding-top: 30px; }

select #number_of_social_media_followers_on_largest_platform-f916fc91-92cf-4588-8654-599c0a0dbb0f {
  padding: 0 20px; }

.hs_select_your_content_categories.hs-select_your_content_categories.hs-fieldtype-checkbox.field.hs-form-field {
  width: calc(100% - 15px) !important; }

ul.inputs-list.multi-container li.hs-form-checkbox {
  margin: 16px 0;
  width: 50% !important;
  float: left;
  padding-left: 10px; }

@media screen and (max-width: 768px) {
  ul.inputs-list.multi-container li.hs-form-checkbox {
    width: 100% !important;
    margin: 8px 0 !important; } }

ul.inputs-list.multi-container {
  width: auto !important;
  height: 555px !important;
  display: block; }

@media screen and (max-width: 768px) {
  ul.inputs-list.multi-container {
    height: 950px !important; } }

/* Custom Input */
ul.inputs-list.multi-container li.hs-form-checkbox {
  margin: 16px 0; }

ul.inputs-list.multi-container li.hs-form-checkbox label {
  position: relative;
  width: 100% !important;
  border: none !important; }

/* Hide the original checkbox */
ul.inputs-list.multi-container li.hs-form-checkbox label input {
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
  border: none !important; }

/* Add new checkbox */
ul.inputs-list.multi-container li.hs-form-checkbox label span::before {
  border: 2px solid;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
  border-radius: 4px; }

/* Style new checked item */
ul.inputs-list.multi-container li.hs-form-checkbox label span::after {
  content: "";
  border: 4px solid;
  border-left: 0;
  border-top: 0;
  height: 16px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: 2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  width: 8px; }

ul.inputs-list.multi-container li.hs-form-checkbox label span {
  padding: 0 0 0 30px;
  font-size: .8em;
  margin-left: 5px;
  border: none !important; }

/* Show when checked */
ul.inputs-list.multi-container li.hs-form-checkbox label input:checked + span::after {
  opacity: 1; }

/* Style when focused */
ul.inputs-list.multi-container li.hs-form-checkbox label input:focus + span::after {
  outline: 3px solid transparent;
  /* For Windows high contrast mode. */ }

.post-content-container {
  padding: 130px 0 150px; }

@media screen and (max-width: 1300px) and (min-width: 941px) {
  .post-content-container {
    padding: 100px 0; } }

@media screen and (max-width: 940px) {
  .post-content-container {
    padding: 40px 0; } }

.post-content-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1300px) {
  .post-content-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
  .post-content-cols .social-col {
    position: relative;
    width: 130px; }

@media screen and (max-width: 1300px) {
  .post-content-cols .social-col {
    width: auto;
    height: auto !important; } }

@media screen and (max-width: 1300px) {
  .post-content-cols .social-col .inner-wrapper-sticky {
    position: static !important;
    width: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; } }
    .post-content-cols .social-col .social-share-links {
      -webkit-transition: padding-top 0.4s;
      -o-transition: padding-top 0.4s;
      transition: padding-top 0.4s; }

@media screen and (max-width: 1300px) {
  .post-content-cols .social-col .social-share-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 30px; } }
      .post-content-cols .social-col .social-share-links.is-fixed {
        padding-top: 40px; }

@media screen and (max-width: 1300px) {
  .post-content-cols .social-col .social-share-links .share-label {
    margin-right: 10px;
    margin-bottom: 0; } }

@media screen and (max-width: 1300px) {
  .post-content-cols .social-col .social-share-links .social-share-link {
    margin-right: 10px;
    margin-bottom: 0; }
    .post-content-cols .social-col .social-share-links .social-share-link:last-child {
      margin-right: 0; } }
  .post-content-cols .content-col {
    width: calc(100% - 130px);
    padding-right: 130px; }

@media screen and (max-width: 1300px) {
  .post-content-cols .content-col {
    padding-right: 0;
    width: 100%; } }

.post-content-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  font-size: 0.875em;
  line-height: 1.375rem;
  text-transform: uppercase;
  letter-spacing: 1px; }

@media screen and (max-width: 500px) {
  .post-content-meta {
    margin-bottom: 20px; } }
  .post-content-meta .post-date {
    margin-left: 5px;
    color: #9E9E9E; }

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-bottom: 30px;
  font-size: 2em;
  line-height: 2.25rem; }

@media screen and (max-width: 500px) {
  .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    margin-bottom: 20px;
    font-size: 1.75em;
    line-height: 2rem; } }
  .post-content h1:last-child, .post-content h2:last-child, .post-content h3:last-child, .post-content h4:last-child, .post-content h5:last-child, .post-content h6:last-child {
    margin-bottom: 0; }

.post-content a {
  color: #f05236; }

.post-content a:hover {
  text-decoration: underline; }

.post-content p {
  margin-bottom: 30px;
  font-size: 1.25em;
  line-height: 1.75rem;
  color: #333333; }

@media screen and (max-width: 500px) {
  .post-content p {
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1.625rem; } }
  .post-content p:last-child {
    margin-bottom: 0; }

.post-content ul, .post-content ol {
  margin-bottom: 30px; }

@media screen and (max-width: 500px) {
  .post-content ul, .post-content ol {
    margin-bottom: 20px;
    margin-left: 15px; } }
  .post-content ul:last-child, .post-content ol:last-child {
    margin-bottom: 0; }
  .post-content ul li, .post-content ol li {
    font-size: 1.25em;
    line-height: 1.875rem;
    list-style-type: disc;
    margin-left: 65px; }

@media screen and (max-width: 500px) {
  .post-content ul li, .post-content ol li {
    font-size: 1em;
    line-height: 1.625rem;
    margin-left: 45px; } }

.post-content ol li {
  list-style-type: decimal;
  margin-left: 20px;
  padding: 5px 0; }

@media screen and (max-width: 500px) {
  .post-content ol li {
    margin-left: 10px;
    padding: 5px 0; } }

.post-content .wp-block-columns.has-2-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0; }

@media screen and (max-width: 850px) {
  .post-content .wp-block-columns.has-2-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (max-width: 600px) and (min-width: 601px) {
  .post-content .wp-block-columns.has-2-columns {
    margin: 30px 0; } }

@media screen and (max-width: 500px) {
  .post-content .wp-block-columns.has-2-columns {
    margin: 30px 0; } }
  .post-content .wp-block-columns.has-2-columns .col-ratio-2_3 {
    margin-right: 30px; }

@media screen and (max-width: 850px) and (min-width: 501px) {
  .post-content .wp-block-columns.has-2-columns .col-ratio-2_3 {
    margin: 0 0 30px 0; } }

@media screen and (max-width: 500px) {
  .post-content .wp-block-columns.has-2-columns .col-ratio-2_3 {
    margin: 0 0 30px 0; } }

@media screen and (max-width: 850px) {
  .post-content .wp-block-columns.has-2-columns .wp-block-image {
    text-align: center; } }

.post-author-feature {
  position: relative;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.17);
  overflow: hidden; }

@media screen and (max-width: 1500px) {
  .post-author-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 1080px) {
  .post-author-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (max-width: 600px) {
  .post-author-feature {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07); } }
  .post-author-feature::before {
    position: absolute;
    right: -160px;
    bottom: 50px;
    width: 1020px;
    height: 192px;
    background-image: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
    background-image: -o-linear-gradient(left, #F04E35 0%, #F4AA40 100%);
    background-image: linear-gradient(to right, #F04E35 0%, #F4AA40 100%);
    -webkit-transform: rotate(-37deg);
        -ms-transform: rotate(-37deg);
            transform: rotate(-37deg);
    content: ""; }

@media screen and (max-width: 1500px) and (min-width: 1081px) {
  .post-author-feature::before {
    right: -340px; } }

@media screen and (max-width: 768px) and (min-width: 501px) {
  .post-author-feature::before {
    right: -200px;
    bottom: -40px; } }

@media screen and (max-width: 500px) {
  .post-author-feature::before {
    right: -250px;
    bottom: -70px; } }

@media screen and (max-width: 400px) {
  .post-author-feature::before {
    display: none; } }

.paf-author-information {
  display: block;
  width: 100%;
  max-width: 930px;
  padding: 80px 110px 65px 130px; }

@media screen and (max-width: 1500px) {
  .paf-author-information {
    max-width: 100%;
    width: calc(100% - 406px);
    padding: 80px; } }

@media screen and (max-width: 1300px) {
  .paf-author-information {
    padding: 40px; } }

@media screen and (max-width: 1080px) {
  .paf-author-information {
    width: 100%; } }
  .paf-author-information a {
    display: block; }

.paf-author-photo {
  position: absolute;
  right: 160px;
  bottom: 0;
  display: block; }

@media screen and (max-width: 1500px) {
  .paf-author-photo {
    position: relative;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 436px;
    padding-top: 80px;
    z-index: 100; } }

@media screen and (max-width: 1300px) and (min-width: 1081px) {
  .paf-author-photo {
    padding-top: 40px; } }

@media screen and (max-width: 1080px) {
  .paf-author-photo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-top: 0; } }
  .paf-author-photo img {
    vertical-align: bottom; }

.paf-author-name {
  margin-bottom: 30px; }

@media screen and (max-width: 500px) {
  .paf-author-name {
    margin-bottom: 10px; } }
  .paf-author-name .prefix {
    display: block;
    margin-bottom: 12px;
    color: #898989;
    font-style: italic; }
  .paf-author-name .name {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
    background: -o-linear-gradient(left, #F04E35 0%, #F4AA40 100%);
    background: linear-gradient(to right, #F04E35 0%, #F4AA40 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.375em; }
    .no-backgroundcliptext .paf-author-name .name {
      background: none;
      color: #F04E35; }

@media screen and (max-width: 500px) {
  .paf-author-name .name {
    font-size: 2.125em; } }

.paf-author-description {
  margin-bottom: 40px; }

@media screen and (max-width: 500px) {
  .paf-author-description {
    margin-bottom: 20px; } }
  .paf-author-description p {
    margin-bottom: 30px;
    font-size: 1.25em;
    line-height: 1.875rem;
    color: #898989; }

@media screen and (max-width: 500px) {
  .paf-author-description p {
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1.625rem; } }
    .paf-author-description p:last-child {
      margin-bottom: 0; }

.paf-author-social .label {
  margin-bottom: 15px; }

.paf-author-social .circle-social-icons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .paf-author-social .circle-social-icons .social-icon svg .icon-solid {
    opacity: 0;
    fill: #CBCBCB !important; }
  .paf-author-social .circle-social-icons .social-icon svg .icon-gradient {
    opacity: 1; }
  .paf-author-social .circle-social-icons .social-icon svg:hover .icon-solid {
    opacity: 1; }
  .paf-author-social .circle-social-icons .social-icon svg:hover .icon-gradient {
    opacity: 0; }

.return-cta-container {
  margin-bottom: 150px;
  text-align: center; }

@media screen and (max-width: 1300px) and (min-width: 601px) {
  .return-cta-container {
    margin-bottom: 100px; } }

@media screen and (max-width: 600px) {
  .return-cta-container {
    margin-bottom: 40px; } }

.return-cta-link {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 1.25em; }
  .return-cta-link span {
    position: relative; }
    .return-cta-link span::after {
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 1px;
      display: block;
      background-color: #333333;
      content: ""; }
    .return-cta-link span:hover::before {
      width: 100%; }
    .return-cta-link span::before {
      height: 1px;
      z-index: 100; }
    .return-cta-link span::after {
      bottom: 0;
      z-index: 0; }
  .return-cta-link::before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 12px;
    background: url(../../images/bgi/arrow-left-gradient.png) no-repeat center center/100%;
    content: ""; }

.filter-bar {
  height: 70px;
  background-color: #F9F9F9; }
  .filter-bar .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }

@media screen and (max-width: 500px) {
  .filter-bar .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.filter-dropdown-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.filter-dropdown {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 400; }

.filter-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-right: 5px;
  font-size: 1.5em; }

@media screen and (max-width: 500px) {
  .filter-label {
    display: none; } }

.filter-dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  background-color: #F9F9F9;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04); }

.filter-dropdown-option {
  display: block;
  padding: 10px 15px;
  border-bottom: solid 1px #BEBFBF;
  font-size: 1.125em;
  line-height: 1.5rem;
  color: #898989;
  cursor: pointer; }
  .filter-dropdown-option .option-text {
    position: relative; }
    .filter-dropdown-option .option-text::after {
      position: absolute;
      bottom: -1px;
      left: 0;
      display: block;
      height: 2px;
      background: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
      background: -o-linear-gradient(left, #F04E35 0%, #F4AA40 100%);
      background: linear-gradient(to right, #F04E35 0%, #F4AA40 100%);
      opacity: 0.6;
      content: "";
      width: 100%; }
    .filter-dropdown-option .option-text::after {
      width: 0;
      -webkit-transition: width 0.3s ease;
      -o-transition: width 0.3s ease;
      transition: width 0.3s ease; }
  .filter-dropdown-option:not(.is-selected):hover .option-text::after {
    width: 100%; }
  .filter-dropdown-option:last-child {
    border-bottom: 0; }
  .filter-dropdown-option.is-selected {
    position: relative;
    width: 255px;
    padding: 0 70px 0 15px;
    border-bottom: 0; }
    .filter-dropdown-option.is-selected::before {
      width: 20px;
      height: 10px;
      right: 0;
      display: inline-block;
      background: url(../../images/svgs/arrow-down-gradient.svg) no-repeat center center/100%;
      content: ""; }

.posts-grid-container {
  padding: 60px 0 120px; }

@media screen and (max-width: 1300px) {
  .posts-grid-container {
    padding-bottom: 60px; } }

@media screen and (max-width: 600px) {
  .posts-grid-container {
    padding: 40px 0 40px; } }
  .posts-grid-container .wrap {
    position: relative; }

@media screen and (max-width: 1080px) {
  .posts-grid-container .post-cards {
    overflow: hidden; } }
  .posts-grid-container .post-cards.is-empty {
    margin-bottom: 0; }
  .posts-grid-container .post-cards .inner-col {
    position: relative;
    overflow: hidden; }
    .posts-grid-container .post-cards .inner-col.has-no-overflow {
      overflow: initial; }
      .posts-grid-container .post-cards .inner-col.has-no-overflow::before {
        visibility: hidden; }
    .posts-grid-container .post-cards .inner-col::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
      background-image: -o-linear-gradient(left, #F04E35 0%, #F4AA40 100%);
      background-image: linear-gradient(to right, #F04E35 0%, #F4AA40 100%);
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
      z-index: 300;
      content: ""; }
    .posts-grid-container .post-cards .inner-col.is-revealing::before {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .posts-grid-container .post-cards .inner-col.is-revealed::before {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: visibility 0s 0.3s, -webkit-transform 0.3s ease;
      transition: visibility 0s 0.3s, -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease, visibility 0s 0.3s;
      transition: transform 0.3s ease, visibility 0s 0.3s;
      transition: transform 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
      visibility: hidden; }

.pgc-sticky-post {
  margin-bottom: 100px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.17); }

@media screen and (max-width: 1300px) {
  .pgc-sticky-post {
    margin-bottom: 60px; } }

@media screen and (max-width: 600px) {
  .pgc-sticky-post {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07); } }

@media screen and (max-width: 500px) {
  .pgc-sticky-post {
    margin-bottom: 40px; } }

.pgc-sticky-post-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1300px) {
  .pgc-sticky-post-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .pgc-sticky-post-cols .col:first-child {
    width: 46.875%; }

@media screen and (max-width: 1300px) {
  .pgc-sticky-post-cols .col:first-child {
    width: 100%; } }
    .pgc-sticky-post-cols .col:first-child + .col {
      width: 53.125%; }

@media screen and (max-width: 1300px) {
  .pgc-sticky-post-cols .col:first-child + .col {
    width: 100%; } }

.pgc-sticky-post-image {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

@media screen and (max-width: 1300px) {
  .pgc-sticky-post-image {
    height: 0;
    padding-bottom: 50%; } }

.pgc-sticky-post-information {
  padding: 80px 80px 90px 50px; }

@media screen and (max-width: 1300px) {
  .pgc-sticky-post-information {
    padding: 40px; } }

@media screen and (max-width: 600px) {
  .pgc-sticky-post-information {
    padding: 25px; } }
  .pgc-sticky-post-information .post-content-meta {
    margin-bottom: 25px; }

@media screen and (max-width: 1300px) {
  .pgc-sticky-post-information .post-content-meta {
    font-size: 0.875em; } }

.pgc-sticky-post-heading {
  margin-bottom: 25px;
  font-size: 2em;
  line-height: 2.375rem; }

@media screen and (max-width: 1300px) {
  .pgc-sticky-post-heading {
    margin-bottom: 10px;
    font-size: 1.625em;
    line-height: 2rem; } }

@media screen and (max-width: 400px) {
  .pgc-sticky-post-heading {
    font-size: 1.375em;
    line-height: 1.75rem; } }

.pgc-sticky-post-excerpt {
  margin-bottom: 30px;
  font-size: 1.25em;
  line-height: 1.875rem;
  color: #898989; }

@media screen and (max-width: 1300px) {
  .pgc-sticky-post-excerpt {
    margin-bottom: 10px;
    font-size: 1.125em;
    line-height: 1.75rem; } }

@media screen and (max-width: 400px) {
  .pgc-sticky-post-excerpt {
    font-size: 1em;
    line-height: 1.625rem; } }

.pgc-sticky-post-cta {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  margin-bottom: 60px;
  font-size: 1.25em; }

@media screen and (max-width: 1300px) {
  .pgc-sticky-post-cta {
    margin-bottom: 30px;
    font-size: 1.125em;
    line-height: 1.75rem; } }
  .pgc-sticky-post-cta::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 19px;
    height: 11px;
    display: inline-block;
    background: url(../../images/svgs/arrow-left-gradient.svg) no-repeat center right/100%;
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    content: ""; }
  .pgc-sticky-post-cta span {
    position: relative; }
    .pgc-sticky-post-cta span::after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      display: block;
      background-color: #333333;
      content: ""; }
    .pgc-sticky-post-cta span:hover::before {
      width: 100%; }
    .pgc-sticky-post-cta span::before {
      z-index: 100; }
    .pgc-sticky-post-cta span::after {
      z-index: 0; }

.pgc-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .pgc-author .author-image {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-right: 25px;
    overflow: hidden; }
    .pgc-sticky-post .pgc-author .author-image {
      width: 90px;
      height: 90px; }
  .pgc-author .author-name {
    margin-bottom: 15px;
    font-size: 1.1875em;
    font-style: italic;
    color: #898989; }
    .pgc-author .author-name a {
      position: relative;
      color: #000000;
      font-style: normal; }
      .pgc-author .author-name a::after {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 1px;
        display: block;
        background-color: #898989;
        content: ""; }
      .pgc-author .author-name a::before {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 0;
        height: 1px;
        display: block;
        background: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
        background: -o-linear-gradient(left, #F04E35 0%, #F4AA40 100%);
        background: linear-gradient(to right, #F04E35 0%, #F4AA40 100%);
        -webkit-transition: width 0.3s;
        -o-transition: width 0.3s;
        transition: width 0.3s;
        z-index: 50;
        content: ""; }
      .pgc-author .author-name a:hover::before {
        width: 100%; }
      .pgc-author .author-name a::before {
        height: 1px;
        z-index: 100; }
  .pgc-author .author-title {
    color: #898989; }

.load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 80px 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0; }
  .load-more.is-loading {
    opacity: 1; }
  .load-more.no-more-posts {
    display: none !important; }
  .load-more .mmx-loader {
    width: 150px;
    height: 150px;
    display: inline-block; }

.case-study-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .case-study-columns .cs-sidebar-col {
    position: relative;
    width: 28%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#F1F1F1), color-stop(90%, #F1F1F1), to(#FFFFFF));
    background-image: -o-linear-gradient(bottom, #F1F1F1 0%, #F1F1F1 90%, #FFFFFF 100%);
    background-image: linear-gradient(to top, #F1F1F1 0%, #F1F1F1 90%, #FFFFFF 100%); }

@media screen and (max-width: 2000px) and (min-width: 1501px) {
  .case-study-columns .cs-sidebar-col {
    width: 550px; } }

@media screen and (max-width: 1500px) and (min-width: 1301px) {
  .case-study-columns .cs-sidebar-col {
    width: 400px; } }

@media screen and (max-width: 1300px) and (min-width: 1081px) {
  .case-study-columns .cs-sidebar-col {
    width: 300px; } }

@media screen and (max-width: 1080px) {
  .case-study-columns .cs-sidebar-col {
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 216px;
    max-width: 100%;
    margin: 0;
    background: #F1F1F1;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition: 0.4s height ease, 0.4s -webkit-transform ease;
    transition: 0.4s height ease, 0.4s -webkit-transform ease;
    -o-transition: 0.4s height ease, 0.4s transform ease;
    transition: 0.4s height ease, 0.4s transform ease;
    transition: 0.4s height ease, 0.4s transform ease, 0.4s -webkit-transform ease;
    z-index: 400; }
    .case-study-columns .cs-sidebar-col.is-minimised {
      height: 85px;
      cursor: pointer; }
    .case-study-columns .cs-sidebar-col.is-hidden {
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%); } }

@media screen and (max-width: 400px) {
  .case-study-columns .cs-sidebar-col {
    height: 185px; }
    .case-study-columns .cs-sidebar-col.is-minimised {
      height: 60px; } }
  .case-study-columns .cs-content-col {
    width: 72%;
    padding: 80px 135px 150px 135px; }

@media screen and (max-width: 2000px) and (min-width: 1501px) {
  .case-study-columns .cs-content-col {
    width: calc(100% - 550px); } }

@media screen and (max-width: 1690px) {
  .case-study-columns .cs-content-col {
    padding: 80px; } }

@media screen and (max-width: 1500px) and (min-width: 1301px) {
  .case-study-columns .cs-content-col {
    width: calc(100% - 400px); } }

@media screen and (max-width: 1300px) and (min-width: 1081px) {
  .case-study-columns .cs-content-col {
    width: calc(100% - 300px);
    padding: 80px 40px; } }

@media screen and (max-width: 1080px) {
  .case-study-columns .cs-content-col {
    width: 100%; } }

@media screen and (max-width: 940px) and (min-width: 401px) {
  .case-study-columns .cs-content-col {
    padding: 40px; } }

@media screen and (max-width: 400px) {
  .case-study-columns .cs-content-col {
    padding: 40px 20px; } }

@media screen and (max-width: 1080px) {
  .cs-sidebar-container {
    position: relative !important; } }

.cs-sidebar-responsive-label {
  position: relative;
  display: block;
  padding: 30px 80px;
  font-size: 1.5em;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0s;
  -o-transition: opacity 0.3s ease, visibility 0s 0s;
  transition: opacity 0.3s ease, visibility 0s 0s; }

@media screen and (min-width: 1081px) {
  .cs-sidebar-responsive-label {
    display: none; } }

@media screen and (max-width: 940px) and (min-width: 401px) {
  .cs-sidebar-responsive-label {
    padding: 30px 40px; } }

@media screen and (max-width: 400px) {
  .cs-sidebar-responsive-label {
    padding: 20px 20px;
    font-size: 1.25em; } }
  .cs-sidebar-responsive-label::before {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 80px;
    display: inline-block;
    background: url(../../images/svgs/icon-plus.svg) no-repeat center center/100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: ""; }

@media screen and (max-width: 940px) and (min-width: 401px) {
  .cs-sidebar-responsive-label::before {
    right: 40px; } }

@media screen and (max-width: 400px) {
  .cs-sidebar-responsive-label::before {
    width: 15px;
    height: 15px;
    right: 20px; } }
  .is-maximised .cs-sidebar-responsive-label {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
    -o-transition: opacity 0.3s ease, visibility 0s 0.3s;
    transition: opacity 0.3s ease, visibility 0s 0.3s; }

.cs-sidebar-menu {
  max-width: 430px;
  width: 100%;
  margin: 140px auto; }

@media screen and (max-width: 1500px) and (min-width: 1081px) {
  .cs-sidebar-menu {
    margin: 140px 0;
    padding: 0 40px; } }

@media screen and (max-width: 1080px) {
  .cs-sidebar-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 40px 80px;
    margin: 0;
    -webkit-transition: opacity 0.3s ease, visibility 0s 0s;
    -o-transition: opacity 0.3s ease, visibility 0s 0s;
    transition: opacity 0.3s ease, visibility 0s 0s; }
    .is-minimised .cs-sidebar-menu {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
      -o-transition: opacity 0.3s ease, visibility 0s 0.3s;
      transition: opacity 0.3s ease, visibility 0s 0.3s; } }

@media screen and (max-width: 940px) and (min-width: 401px) {
  .cs-sidebar-menu {
    padding: 40px; } }

@media screen and (max-width: 400px) {
  .cs-sidebar-menu {
    padding: 20px; } }
  .cs-sidebar-menu li {
    padding: 30px 0;
    border-bottom: solid 2px #31383F; }

@media screen and (max-width: 1300px) {
  .cs-sidebar-menu li {
    padding: 20px 0; } }
    .cs-sidebar-menu li:first-child {
      padding-top: 0; }
    .cs-sidebar-menu li:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
  .cs-sidebar-menu a {
    font-size: 2em; }

@media screen and (max-width: 1300px) {
  .cs-sidebar-menu a {
    font-size: 1.5em; } }

@media screen and (max-width: 400px) {
  .cs-sidebar-menu a {
    font-size: 1.25em; } }
    .cs-sidebar-menu a.is-active, .cs-sidebar-menu a:hover {
      display: inline-block;
      background: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
      background: -o-linear-gradient(left, #F04E35 0%, #F4AA40 100%);
      background: linear-gradient(to right, #F04E35 0%, #F4AA40 100%);
      -webkit-background-clip: text;
              background-clip: text;
      -webkit-text-fill-color: transparent; }
      .no-backgroundcliptext .cs-sidebar-menu a.is-active, .no-backgroundcliptext .cs-sidebar-menu a:hover {
        background: none;
        color: #F04E35; }

.cs-content {
  max-width: 1200px; }
  .cs-content > h1, .cs-content > h2, .cs-content > h3, .cs-content > h4, .cs-content > h5, .cs-content > h6 {
    margin-bottom: 40px;
    font-size: 2.5em;
    line-height: 3.4375rem;
    font-weight: 700; }

@media screen and (max-width: 768px) {
  .cs-content > h1, .cs-content > h2, .cs-content > h3, .cs-content > h4, .cs-content > h5, .cs-content > h6 {
    margin-bottom: 20px;
    font-size: 1.875em;
    line-height: 2.5rem; } }
    .cs-content > h1.gradient-text, .cs-content > h2.gradient-text, .cs-content > h3.gradient-text, .cs-content > h4.gradient-text, .cs-content > h5.gradient-text, .cs-content > h6.gradient-text {
      margin-bottom: 20px;
      font-weight: 400; }
  .cs-content > p {
    margin-bottom: 20px;
    font-size: 1.25em;
    line-height: 1.875rem; }

@media screen and (max-width: 768px) {
  .cs-content > p {
    font-size: 1em;
    line-height: 1.625rem; } }
    .cs-content > p strong {
      font-weight: 700; }
  .cs-content > *:last-child {
    margin-bottom: 0; }
  .cs-content > .wp-block-image {
    margin: 40px 0; }

#ice-tool-fs-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222834;
  z-index: 90000; }

.itf-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #222834;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  content: ""; }
  .itf-loading-overlay.is-loading {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
  .itf-loading-overlay .load-more {
    opacity: 1; }

.itf-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFFFFF; }

@media screen and (max-width: 1690px) and (min-width: 601px) {
  .itf-container {
    padding-right: 80px;
    padding-left: 80px; } }

@media screen and (max-width: 940px) and (min-width: 401px) {
  .itf-container {
    padding-right: 40px;
    padding-left: 40px; } }

@media screen and (max-width: 400px) {
  .itf-container {
    padding-right: 20px;
    padding-left: 20px; } }

.itf-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px; }
  .itf-icon-container .icon {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px; }
  .itf-icon-container svg {
    width: 100%;
    height: 100%;
    fill: #FFFFFF; }
  .itf-icon-container .itf-heading-label {
    font-size: 1.25em;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.5px; }

.itf-heading {
  margin-bottom: 50px;
  font-size: 4.5em;
  line-height: 5.75rem;
  font-weight: 700;
  text-align: center; }

@media screen and (max-width: 1300px) and (min-width: 1081px) {
  .itf-heading {
    font-size: 3.875em;
    line-height: 5.125rem; } }

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .itf-heading {
    font-size: 3.25em;
    line-height: 4.5rem; } }

@media screen and (max-width: 768px) and (min-width: 601px) {
  .itf-heading {
    font-size: 3.25em;
    line-height: 4.5rem; } }

@media screen and (max-width: 600px) {
  .itf-heading {
    margin-bottom: 30px;
    font-size: 2.625em;
    line-height: 3.875rem; } }

@media screen and (max-width: 500px) {
  .itf-heading {
    font-size: 2em;
    line-height: 2.375rem; } }

.itf-project-details {
  text-align: center; }
  .itf-project-details label {
    display: block;
    margin-bottom: 20px; }
    .itf-project-details label .label-text {
      display: block;
      height: 20px;
      font-size: 1.25em;
      line-height: 1.25rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      -webkit-transform: translateY(-30px);
          -ms-transform: translateY(-30px);
              transform: translateY(-30px);
      color: rgba(255, 255, 255, 0.8);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      pointer-events: none; }
  .itf-project-details .itf-input {
    display: block;
    width: 300px;
    padding: 5px 20px;
    background-color: transparent;
    border-bottom: solid 1px #FFFFFF;
    font-size: 2.25em;
    text-align: center;
    letter-spacing: 2px;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none !important; }
    .itf-project-details .itf-input.is-focused {
      width: 500px; }
      .itf-project-details .itf-input.is-focused + .label-text {
        font-size: 12px;
        -webkit-transform: translateY(-75px);
            -ms-transform: translateY(-75px);
                transform: translateY(-75px); }

.banner-ice-tool-block {
  height: 520px;
  background-color: #222834; }

.banner-ice-tool-block {
  position: relative; }

.bit-container {
  position: absolute;
  top: calc(50% + 50.8975px);
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1340px;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

@media screen and (max-width: 1080px) {
  .bit-container {
    top: calc(50% + 22.5px); } }

.bit-project-name-container {
  position: relative;
  display: block; }
  .bit-project-name-container .edit-icon {
    position: absolute;
    top: 0;
    right: -100px;
    width: 100px;
    height: 100px;
    display: inline-block;
    background: url(../../images/svgs/icon-edit-white.svg) no-repeat center center/40px;
    cursor: pointer;
    display: none; }
  .bit-project-name-container .bit-project-name {
    max-width: 800px;
    font-size: 4.5em;
    line-height: 5.75rem;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    background-color: transparent;
    outline: none !important;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease; }

@media screen and (max-width: 1300px) and (min-width: 1081px) {
  .bit-project-name-container .bit-project-name {
    font-size: 3.875em;
    line-height: 5.125rem; } }

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .bit-project-name-container .bit-project-name {
    font-size: 3.25em;
    line-height: 4.5rem; } }

@media screen and (max-width: 768px) and (min-width: 601px) {
  .bit-project-name-container .bit-project-name {
    font-size: 3.25em;
    line-height: 4.5rem; } }

@media screen and (max-width: 600px) {
  .bit-project-name-container .bit-project-name {
    font-size: 2.625em;
    line-height: 3.875rem; } }

@media screen and (max-width: 500px) {
  .bit-project-name-container .bit-project-name {
    font-size: 2em;
    line-height: 2.375rem; } }

#ice-tool-layout {
  padding: 130px 0 150px; }

@media screen and (max-width: 1300px) and (min-width: 941px) {
  #ice-tool-layout {
    padding: 100px 0; } }

@media screen and (max-width: 940px) {
  #ice-tool-layout {
    padding: 40px 0; } }

.itl-messages-container {
  min-height: 48px;
  padding: 15px 0; }
  .itl-messages-container .saving-status {
    font-size: 1.125em;
    color: #898989; }

.itl-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.itl-table-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: calc(50% - 325px);
      flex-basis: calc(50% - 325px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2px; }
  .itl-table-cell.cell-sml {
    -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .itl-table-cell.cell-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.itl-table-header {
  font-weight: 700;
  color: #FFFFFF;
  background-color: #222834; }
  .itl-table-header .itl-table-cell {
    padding: 20px;
    text-align: center;
    border-left: solid 1px #FFFFFF; }
    .itl-table-header .itl-table-cell:first-child {
      border-left: 0; }

#js-ice-score-reorder {
  cursor: pointer; }
  #js-ice-score-reorder::after {
    display: inline-block;
    width: 8px;
    height: 19px;
    margin-left: 12px;
    background: url(../../images/svgs/arrow-right-white.svg) no-repeat center center/100%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    content: ""; }
  #js-ice-score-reorder.is-asc::after {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.itl-table-body {
  border-right: solid 1px #222834;
  border-left: solid 1px #222834; }
  .itl-table-body .itl-table-row {
    border-bottom: solid 1px #222834; }
  .itl-table-body .itl-table-cell {
    border-left: solid 1px #222834; }
    .itl-table-body .itl-table-cell:first-child {
      border-left: 0; }

.itl-table-input-text {
  padding: 20px;
  width: 100%;
  min-height: initial;
  font-family: inherit;
  text-align: center;
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none; }

.itl-table-input-number {
  padding: 20px;
  width: 100%;
  text-align: center; }
  .itl-table-input-number::-webkit-inner-spin-button, .itl-table-input-number::-webkit-outer-spin-button {
    -webkit-appearance: none;
            appearance: none; }

.itl-delete-btn {
  width: 25px;
  height: 25px;
  background: url(../../images/svgs/icon-delete.svg) no-repeat center center/100%;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .itl-delete-btn.is-disabled {
    opacity: 0.4; }

.itl-table-footer {
  padding: 20px 0;
  text-align: right; }
  .itl-table-footer .btn {
    margin-left: 20px; }
    .itl-table-footer .btn:first-child {
      margin-left: 0; }

.itl-ice-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px;
  background: rgba(40, 40, 40, 0.8);
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  -o-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  z-index: 10000;
  opacity: 0;
  visibility: hidden; }
  .itl-ice-overlay.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }

.itl-ice-modal {
  width: 600px;
  height: 400px;
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  background-color: #FFFFFF;
  overflow: hidden; }
  .itl-ice-modal .close-trigger {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    display: block; }
    .itl-ice-modal .close-trigger .close-trigger-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .itl-ice-modal .close-trigger .close-trigger-icon {
        position: relative;
        width: 100%;
        height: 100%;
        cursor: pointer; }
        .itl-ice-modal .close-trigger .close-trigger-icon .icon {
          width: 100%;
          height: 2px;
          border-radius: 2px;
          -webkit-transition: background-color 0.6s;
          -o-transition: background-color 0.6s;
          transition: background-color 0.6s;
          background-color: transparent; }
          .itl-ice-modal .close-trigger .close-trigger-icon .icon::before, .itl-ice-modal .close-trigger .close-trigger-icon .icon::after {
            width: 100%;
            height: 100%;
            background-color: #000000;
            border-radius: 2px;
            -webkit-transition: all 0.6s;
            -o-transition: all 0.6s;
            transition: all 0.6s;
            content: ""; }
          .itl-ice-modal .close-trigger .close-trigger-icon .icon::before {
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg); }
          .itl-ice-modal .close-trigger .close-trigger-icon .icon::after {
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg); }

.itl-ice-fail-message, .itl-ice-success-message {
  position: absolute;
  top: 40px;
  left: 50%;
  padding: 10px 30px;
  font-size: 1.125em;
  line-height: 1.75rem;
  text-align: center;
  color: #FFFFFF;
  background-color: rgba(34, 40, 52, 0.85);
  border-radius: 25px;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  -o-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden; }
  .itl-ice-fail-message.is-active, .itl-ice-success-message.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }

.itl-ice-cta-text {
  margin-bottom: 30px;
  font-size: 1.5em;
  line-height: 2rem;
  text-align: center; }
  .itl-ice-cta-text strong {
    font-weight: 700; }

.itl-share-url-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin: 0 auto; }
  .itl-share-url-container .share-url {
    width: calc(100% - 50px);
    height: 50px;
    position: relative; }
    .itl-share-url-container .share-url::after {
      position: absolute;
      bottom: -0;
      left: 0;
      display: block;
      height: 1px;
      background: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
      background: -o-linear-gradient(left, #F04E35 0%, #F4AA40 100%);
      background: linear-gradient(to right, #F04E35 0%, #F4AA40 100%);
      opacity: 0.6;
      content: "";
      width: 100%; }
    .itl-share-url-container .share-url .share-url-input {
      width: 100%;
      height: 100%;
      padding: 0 15px;
      display: block;
      line-height: 50px;
      overflow: hidden; }
  .itl-share-url-container .share-icon-copy {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../../images/svgs/icon-copy.svg) no-repeat center center/30px; }

.small-load-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 100; }
  .is-loading .small-load-container {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
  .small-load-container .mmx-loader {
    width: 50px;
    height: 50px;
    display: inline-block; }

.itl-email-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin: 0 auto; }
  .itl-email-container .email {
    width: calc(100% - 50px);
    height: 50px;
    position: relative; }
    .itl-email-container .email::after {
      position: absolute;
      bottom: -0;
      left: 0;
      display: block;
      height: 1px;
      background: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
      background: -o-linear-gradient(left, #F04E35 0%, #F4AA40 100%);
      background: linear-gradient(to right, #F04E35 0%, #F4AA40 100%);
      opacity: 0.6;
      content: "";
      width: 100%; }
    .itl-email-container .email .email-input {
      width: 100%;
      height: 100%;
      padding: 0 15px;
      border: solid 1px transparent;
      display: block;
      font-size: 1.125em;
      line-height: 50px;
      overflow: hidden;
      outline: none !important;
      -webkit-transition: border-color 0.3s ease;
      -o-transition: border-color 0.3s ease;
      transition: border-color 0.3s ease; }
      .itl-email-container .email .email-input.has-error {
        border-color: #F2634D; }
      .itl-email-container .email .email-input::-webkit-input-placeholder {
        color: rgba(137, 137, 137, 0.6); }
      .itl-email-container .email .email-input::-moz-placeholder {
        color: rgba(137, 137, 137, 0.6); }
      .itl-email-container .email .email-input:-ms-input-placeholder {
        color: rgba(137, 137, 137, 0.6); }
      .itl-email-container .email .email-input::-ms-input-placeholder {
        color: rgba(137, 137, 137, 0.6); }
      .itl-email-container .email .email-input::placeholder {
        color: rgba(137, 137, 137, 0.6); }
  .itl-email-container .email-icon-send {
    width: 50px;
    height: 50px;
    position: relative;
    background-image: -webkit-gradient(linear, left top, right top, from(#F04E35), to(#F4AA40));
    background-image: -o-linear-gradient(left, #F04E35 0%, #F4AA40 100%);
    background-image: linear-gradient(to right, #F04E35 0%, #F4AA40 100%);
    cursor: pointer; }
    .itl-email-container .email-icon-send::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px;
      display: inline-block;
      background: url(../../images/svgs/arrow-right-white.svg) no-repeat center center/10px 21px;
      content: ""; }
  .itl-email-container.is-confirming .email, .itl-email-container.is-confirming .email-icon-send {
    opacity: 0;
    visibility: hidden; }

.itl-email-success-message, .itl-email-fail-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  font-size: 1.25em;
  line-height: 1.5rem;
  font-style: italic;
  text-align: center;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 100; }
  .itl-email-success-message.is-visible, .itl-email-fail-message.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
/*# sourceMappingURL=style.css.map */