/* -------------------------------------------
***** Prepend Imports *****
------------------------------------------- */
@import url("https://use.typekit.net/iwq6jlk.css");
* {
  box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
}
*:before, *:after {
  box-sizing: border-box;
}

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

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

img {
  border: 0;
}

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

ol, ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

.group:after {
  content: "";
  display: table;
  clear: both;
}

/* 
* MEDIA QUERIES
* Breakpoints for responsive sites
*/
.text-center,
.center {
  text-align: center;
}

.hidden,
.hide {
  display: none;
}

.floatleft {
  float: left;
  align-self: flex-start;
}

.floatright {
  float: right;
  align-self: flex-end;
}

.wrap {
  max-width: 1240px;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.no-scroll {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m0 {
  margin: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mt6 {
  margin-top: 6rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}

.mt9 {
  margin-top: 9rem !important;
}

.mt10 {
  margin-top: 10rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.mb6 {
  margin-bottom: 6rem !important;
}

.mb7 {
  margin-bottom: 7rem !important;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.mb9 {
  margin-bottom: 9rem !important;
}

.mb10 {
  margin-bottom: 10rem !important;
}

.ml0 {
  margin-left: 0 !important;
}

a {
  color: #191919;
  font-weight: 500;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: rgb(50.5, 50.5, 50.5);
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "sofia-pro";
  font-weight: bold;
  line-height: 1.2;
}

h2 {
  font-size: 3.2rem;
}
@media (max-width: 759px) {
  h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 539px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 2.4rem;
}
@media (max-width: 759px) {
  h3 {
    font-size: 2rem;
  }
}
@media (max-width: 539px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 2rem;
}
@media (max-width: 759px) {
  h4 {
    font-size: 1.6rem;
  }
}

h5 {
  font-size: 1.8rem;
}
@media (max-width: 759px) {
  h5 {
    font-size: 1.6rem;
  }
}

h6 {
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p {
  margin: 0 0 20px 0;
  padding: 0;
}

ul, ol {
  padding: 0 0 0 25px;
  margin: 0 0 30px 0;
}
ul li, ol li {
  list-style: disc;
  margin-bottom: 10px;
}

img.alignright {
  margin: 0 0 0 20px;
  width: 50%;
  height: auto;
  float: right;
}
img.alignleft {
  margin: 0 20px 0 0;
  width: 50%;
  height: auto;
  float: left;
}
@media (min-width: 540px) {
  img.alignright, img.alignleft {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
img.aligncenter {
  margin: 0 auto;
}

blockquote {
  margin: 0 0 2rem 0;
  padding-left: 1.7rem;
  position: relative;
}
blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 16px;
  background: #191919;
}

cite {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  margin-top: 1rem;
}

figcaption {
  font-size: 1.6rem;
  color: #191919;
  font-weight: 400;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.page-title {
  color: #191919;
  font-size: 3.4rem;
  font-weight: bold;
}

html {
  background: white;
  overflow-x: hidden;
  font-size: 62.5%;
  scroll-behavior: smooth;
  margin-top: 0 !important;
}
html.menu-opened {
  scroll-behavior: auto;
  overflow: hidden;
}

body {
  font-family: "sofia-pro";
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #191919;
  position: relative;
}
body main {
  position: relative;
}
body main:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 66;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
body.disable-scroll {
  overflow: hidden;
}
body.disable-scroll main:after {
  opacity: 0.6;
  pointer-events: all;
  visibility: visible;
}
body.active {
  opacity: 1 !important;
}

.admin-bar header.nav-reset, .admin-bar header.nav-is-fixed, .admin-bar header .header-right nav.header-nav {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar header.nav-reset, .admin-bar header.nav-is-fixed, .admin-bar header .header-right nav.header-nav {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
main {
  min-height: 100vh;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

iframe {
  display: block;
  margin: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.relative {
  position: relative;
}

::-moz-selection {
  color: white;
  background: #00B9DC;
}

::selection {
  color: white;
  background: #00B9DC;
}

@media (max-width: 759px) {
  .container {
    overflow: hidden;
  }
}
@font-face {
  font-family: "Acta";
  src: url("/wp-content/themes/rac-creates/fonts/acta/Acta-Bold.woff2") format("woff2"), url("/wp-content/themes/rac-creates/fonts/acta/Acta-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acta";
  src: url("/wp-content/themes/rac-creates/fonts/acta/Acta-Light.woff2") format("woff2"), url("/wp-content/themes/rac-creates/fonts/acta/Acta-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acta";
  src: url("/wp-content/themes/rac-creates/fonts/acta/Acta-Book.woff2") format("woff2"), url("/wp-content/themes/rac-creates/fonts/acta/Acta-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* -------------------------------------------
***** Header *****
------------------------------------------- */
header {
  background: #191919;
  color: white;
}
header svg > * {
  fill: white;
}
header .wrap {
  display: flex;
  align-items: center;
  padding: 2.5rem 2rem;
}
header .wrap .flex {
  display: inline-flex;
}
header .wrap .flex.center {
  justify-content: flex-start;
  z-index: 3;
}
@media (max-width: 539px) {
  header .wrap .flex.center {
    order: 0;
    justify-content: left;
  }
}
header .desktop-primary {
  transition: all 0.2s ease-in-out;
  opacity: 1;
  pointer-events: all;
  margin-top: 0;
  white-space: nowrap;
  transform: translateY(0%);
  transition: all 0.3s ease-in-out;
  display: none;
}
header .desktop-primary.active {
  opacity: 0;
  pointer-events: none;
  position: relative;
}
header .desktop-primary.active ~ #nav_mobile {
  display: block !important;
}
header .desktop-primary a {
  color: white;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 1.5px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}
header .desktop-primary a:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 0;
  bottom: -1rem;
  background-color: #26E6FF;
  transition: all 0.2s ease-in-out;
}
header .desktop-primary a:hover {
  color: #26E6FF;
}
header .desktop-primary a:hover:before {
  width: calc(100% + 2rem);
}
header .desktop-primary ul, header .desktop-primary li {
  list-style: none;
}
header .desktop-primary li.menu-item-has-children ul {
  display: none !important;
}
header .desktop-primary ul {
  padding: 0;
  display: flex;
  margin: 0;
  justify-content: flex-end;
  white-space: nowrap;
}
header .desktop-primary ul li {
  margin: 0;
}
header .desktop-primary ul li:not(:last-child) {
  margin-right: 3rem;
}
@media (min-width: 760px) {
  header .desktop-primary ul li:not(:last-child) {
    margin-right: 4rem;
  }
}
@media (min-width: 1040px) {
  header .desktop-primary ul li:not(:last-child) {
    margin-right: clamp(2rem, 1% + 2vw, 5rem);
  }
}
header .desktop-primary ul li.contact a {
  padding: 1rem 2.4rem;
  background-color: white;
  font-weight: bold;
  color: #191919;
  border: 1px solid white;
  transition: all 0.2s ease-in-out;
  border-radius: 2.4rem;
  cursor: pointer;
  white-space: nowrap;
}
header .desktop-primary ul li.contact a:hover {
  background-color: #26E6FF;
  border-color: #26E6FF;
}
header .desktop-primary ul li.contact a:before {
  display: none !important;
}
@media (min-width: 760px) {
  header .desktop-primary ul li.commercial-newsletter {
    display: none;
  }
}
@media (min-width: 1040px) {
  header .desktop-primary {
    display: block;
  }
  header .desktop-primary ~ #nav_mobile {
    display: none !important;
    float: right;
    transform: translateY(-1rem);
  }
}
header.nav-is-fixed, header.nav-reset {
  position: sticky;
  z-index: 88;
  width: 100vw;
  transform: translateY(0%);
  top: 0;
}
header.scrollUp {
  transform: translateY(-100%);
}
header.hamb-open {
  background-color: #191919 !important;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 88;
  transform: translateY(0) !important;
}
header.hamb-open .header-left .search-icon {
  display: none;
}
header.hamb-open #searchNav {
  display: none !important;
}
header.hamb-open:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background: linear-gradient(#191919, transparent);
  width: 100%;
  height: 2rem;
  z-index: 4;
}
header.hamb-open svg > * {
  fill: white;
}
header.hamb-open a {
  color: white;
}
header.hamb-open a:hover {
  color: #26E6FF;
}
header.hamb-open a.btn {
  color: #191919;
  background: white;
  border-color: white;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 759px) {
  header.hamb-open a.btn {
    color: white;
    border-color: transparent;
    background: transparent;
  }
}
header.hamb-open a.btn:hover {
  color: white;
}
@media (max-width: 539px) {
  header.hamb-open .header-right {
    display: block !important;
    text-align: right;
  }
}
header.search-open {
  background-color: #191919 !important;
  transform: translateY(0) !important;
}
header.search-open #nav_mobile span {
  background: white;
}
header.search-open svg > * {
  fill: white;
}
header.search-open a {
  color: white;
}
header.search-open a.btn {
  color: #191919;
  background: white;
  border-color: white;
}
header.search-open a.btn:hover {
  color: white;
}
@media (max-width: 759px) {
  header.search-open a.btn {
    color: white;
    border-color: transparent;
    background: transparent;
  }
}
header .searchNav input {
  background: transparent;
  color: white;
}
header .searchNav input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
header .searchNav input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}
header .searchNav input::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
header .logo {
  transition: all 0.2s;
  background: none;
  width: 200px;
  height: 100%;
  margin-bottom: 0;
}
@media (min-width: 540px) {
  header .logo {
    width: 240px;
  }
}
@media (min-width: 1260px) {
  header .logo {
    width: 260px;
  }
}
header .logo a {
  padding: 0;
  background: none;
  display: block;
  line-height: 0;
}
header .logo a img,
header .logo a svg {
  transition: all 0.3s;
}
header .logo img,
header .logo svg {
  width: 100%;
}
header .logo img path,
header .logo svg path {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
header .tagline {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  padding: 0.4rem 0 0 0;
  opacity: 0.6;
}
header .header-left {
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: visible;
  margin-left: 0;
}
@media (max-width: 539px) {
  header .header-left {
    order: 2 !important;
    justify-content: right;
    flex-direction: row-reverse;
    flex: none !important;
    padding-left: 2rem;
  }
}
header .header-left > * {
  line-height: 0;
}
header .header-left > *:first-child {
  margin-left: 2rem;
}
@media (max-width: 539px) {
  header .header-left > *:first-child {
    margin-left: 0;
  }
}
header .header-left .search {
  line-height: 0;
  transition: all 0.2s ease-in-out;
}
header .header-left .search svg {
  width: 2.4rem;
}
header .header-left .search.slide-search {
  display: block;
}
header .header-left .search.mobile-search {
  display: none;
}
@media (max-width: 539px) {
  header .header-left .search svg {
    width: 1.8rem;
  }
  header .header-left .search.slide-search {
    display: none;
  }
  header .header-left .search.mobile-search {
    display: block;
  }
}
header .header-left nav .wrap {
  display: block;
}
@media (max-width: 539px) {
  header .header-left nav .wrap {
    padding-top: 1rem;
  }
}
header .header-left nav.header-nav {
  transition: opacity 0.5s ease;
  display: block;
}
header .header-left nav.header-nav .wrap > ul {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding: 0;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  max-width: calc(50% - 4rem);
  width: 100%;
}
@media (max-width: 759px) {
  header .header-left nav.header-nav .wrap > ul {
    max-width: calc(50% - 4rem);
  }
}
@media (max-width: 539px) {
  header .header-left nav.header-nav .wrap > ul {
    max-width: 100%;
  }
}
header .header-left nav.header-nav .wrap > ul li {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 4rem;
  list-style: none;
  width: 100%;
}
@media (max-width: 759px) {
  header .header-left nav.header-nav .wrap > ul li {
    margin-bottom: 2rem;
  }
}
header .header-left nav.header-nav .wrap > ul li a {
  font-weight: 400;
  color: white;
  font-family: "sofia-pro";
  transition: all 0.4s ease;
}
header .header-left nav.header-nav .wrap > ul li a.menu_event:before {
  content: "";
  position: absolute;
  right: 2rem;
  top: 0;
  height: calc(100% - 15rem);
  width: 1px;
  background-color: #444444;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 539px) {
  header .header-left nav.header-nav .wrap > ul li a.menu_event:before {
    display: none;
  }
}
header .header-left nav.header-nav .wrap > ul li a.active {
  color: #26E6FF;
}
header .header-left nav.header-nav .wrap > ul li a.active.menu_event:before {
  right: 0rem;
  opacity: 1;
}
header .header-left nav.header-nav .wrap > ul li ul {
  margin-bottom: 0;
  padding-left: 0;
}
header .header-left nav.header-nav .wrap > ul > li {
  margin-bottom: 5rem;
  width: 100%;
}
@media (min-width: 1260px) {
  header .header-left nav.header-nav .wrap > ul > li {
    margin-bottom: 7rem;
  }
}
@media (max-width: 759px) {
  header .header-left nav.header-nav .wrap > ul > li {
    margin-bottom: 2rem;
  }
  header .header-left nav.header-nav .wrap > ul > li:last-child {
    margin-bottom: 15rem;
  }
}
header .header-left nav.header-nav .wrap > ul > li:last-child {
  margin-bottom: 15rem;
}
header .header-left nav.header-nav .wrap > ul > li > a {
  font-weight: bold;
  font-size: 6rem;
}
header .header-left nav.header-nav .wrap > ul > li > a:not(.heading):hover {
  color: #26E6FF;
}
@media (max-width: 1039px) {
  header .header-left nav.header-nav .wrap > ul > li > a {
    font-size: 4.5rem;
  }
}
@media (max-width: 759px) {
  header .header-left nav.header-nav .wrap > ul > li > a {
    font-size: 3.2rem;
  }
}
@media (max-width: 539px) {
  header .header-left nav.header-nav .wrap > ul > li > a {
    font-size: 2rem;
  }
}
header .header-left nav.header-nav .wrap > ul > li > ul {
  position: absolute;
  width: 200%;
  top: 0;
  visibility: hidden;
  padding-left: 6rem;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  left: calc(100% - 2rem);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 759px) {
  header .header-left nav.header-nav .wrap > ul > li > ul {
    width: calc(100% + 4rem);
    padding-left: 4rem;
  }
}
@media (max-width: 539px) {
  header .header-left nav.header-nav .wrap > ul > li > ul {
    width: 100%;
    position: relative;
    left: 0 !important;
    height: 0;
    padding-left: 0;
  }
  header .header-left nav.header-nav .wrap > ul > li > ul > *:first-child {
    margin-top: 3rem;
  }
}
header .header-left nav.header-nav .wrap > ul > li > ul.active {
  visibility: visible;
  opacity: 1;
  left: 100%;
}
@media (max-width: 539px) {
  header .header-left nav.header-nav .wrap > ul > li > ul.active {
    left: 0;
    padding-left: 0;
    border-left: 0;
    height: auto;
  }
}
header .header-left nav.header-nav .wrap > ul > li > ul > li a {
  font-size: 3rem;
}
header .header-left nav.header-nav .wrap > ul > li > ul > li a:hover {
  color: #26E6FF;
}
@media (max-width: 759px) {
  header .header-left nav.header-nav .wrap > ul > li > ul > li a {
    font-size: 2.4rem;
  }
}
@media (max-width: 539px) {
  header .header-left nav.header-nav .wrap > ul > li > ul > li a {
    font-size: 1.8rem;
  }
}
header .header-left nav.header-nav .wrap > ul > li > ul > li.heading {
  width: 100%;
}
header .header-left nav.header-nav .wrap > ul > li > ul > li.heading > a {
  font-size: 3.6rem;
  font-weight: bold;
  width: 100%;
  cursor: default;
}
header .header-left nav.header-nav .wrap > ul > li > ul > li.heading > a:hover {
  color: white;
}
@media (max-width: 759px) {
  header .header-left nav.header-nav .wrap > ul > li > ul > li.heading > a {
    font-size: 2.4rem;
  }
}
@media (max-width: 539px) {
  header .header-left nav.header-nav .wrap > ul > li > ul > li.heading > a {
    font-size: 2rem;
  }
}
header .header-left nav.header-nav .wrap > ul > li > ul > li.heading ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 759px) {
  header .header-left nav.header-nav .wrap > ul > li > ul > li.heading ul {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 539px) {
  header .header-left nav.header-nav .wrap > ul > li > ul > li.heading ul {
    margin-bottom: 1rem;
  }
}
header .header-left nav.header-nav .wrap > ul > li > ul > li.heading ul li {
  margin-bottom: 2rem;
}
@media (max-width: 759px) {
  header .header-left nav.header-nav .wrap > ul > li > ul > li.heading ul li {
    margin-bottom: 1rem;
  }
  header .header-left nav.header-nav .wrap > ul > li > ul > li.heading ul li a {
    font-size: 1.6rem;
  }
}
@media (min-width: 760px) {
  header .header-left nav.header-nav .wrap > ul > li > ul > li.heading {
    width: 50%;
  }
  header .header-left nav.header-nav .wrap > ul > li > ul > li.heading:nth-child(even) {
    padding-left: 3rem;
  }
  header .header-left nav.header-nav .wrap > ul > li > ul > li.heading:nth-child(odd) {
    padding-right: 3rem;
  }
}
header .header-left nav.header-nav .bottom {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #191919;
}
header .header-left nav.header-nav .bottom:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4rem;
  background: linear-gradient(transparent, #191919);
  bottom: 100%;
  left: 0;
  pointer-events: none;
}
header .header-left nav.header-nav .bottom .donet-link {
  display: block;
  line-height: 1;
}
@media (max-width: 539px) {
  header .header-left nav.header-nav .bottom .donet-link {
    margin-top: 2rem;
  }
}
header .header-left nav.header-nav .bottom .donet-link a {
  font-size: 2rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
header .header-left nav.header-nav .bottom .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 539px) {
  header .header-left nav.header-nav .bottom .wrap {
    flex-direction: column-reverse;
  }
  header .header-left nav.header-nav .bottom .wrap > * {
    width: 100% !important;
    text-align: left !important;
  }
}
header .header-left nav.header-nav .bottom .wrap > ul {
  flex-direction: row;
  max-width: calc(100% - 3rem);
  justify-content: flex-start;
}
header .header-left nav.header-nav .bottom .wrap > ul li {
  width: auto;
  margin-right: 3rem;
  margin-bottom: 0;
}
header .header-left nav.header-nav .bottom .wrap > ul li:last-child {
  margin-right: 0;
}
header .header-left nav.header-nav .bottom .wrap > ul li a {
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 539px) {
  header .header-left nav.header-nav .bottom .wrap > ul {
    flex-direction: column;
  }
  header .header-left nav.header-nav .bottom .wrap > ul li {
    margin-bottom: 1.2rem;
  }
  header .header-left nav.header-nav .bottom .wrap > ul li:last-child {
    margin-bottom: 0;
  }
  header .header-left nav.header-nav .bottom .wrap > ul li a {
    font-size: 1.4rem;
  }
}
header .header-left nav.header-nav .bottom .wrap .header-social {
  width: 30rem;
  text-align: right;
}
header .header-left nav.header-nav .bottom .wrap .header-social .socials .social {
  padding-right: 1.5rem;
  transition: all 0.2s ease-in-out;
}
header .header-left nav.header-nav .bottom .wrap .header-social .socials .social:last-child {
  padding-right: 0;
}
@media (max-width: 539px) {
  header .header-left nav.header-nav .bottom .wrap .header-social .socials .social {
    padding-right: 1.2rem;
  }
  header .header-left nav.header-nav .bottom .wrap .header-social .socials .social:last-child {
    padding-right: 0;
  }
}
header .header-left nav.header-nav .bottom .wrap .header-social .socials .social svg {
  width: 2.5rem;
}
header .header-left nav.header-nav .bottom .wrap .header-social .socials .social svg > * {
  fill: white;
  transition: all 0.2s ease-in-out;
}
header .header-left nav.header-nav .bottom .wrap .header-social .socials .social.linkedin svg {
  background: transparent;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
header .header-left nav.header-nav .bottom .wrap .header-social .socials .social:hover.twitter svg > * {
  fill: #479be9;
}
header .header-left nav.header-nav .bottom .wrap .header-social .socials .social:hover.linkedin svg {
  background: white;
  transition-delay: 0.1s;
}
header .header-left nav.header-nav .bottom .wrap .header-social .socials .social:hover.linkedin svg > * {
  fill: #2a66bc;
}
header .header-left nav.header-nav .bottom .wrap .header-social .socials .social:hover.instagram svg > * {
  fill: #e3369b;
}
header .header-left nav.header-nav .bottom .wrap .header-social .socials .social:hover.facebook svg > * {
  fill: #0b88f1;
}
header .header-left nav.header-nav {
  opacity: 0;
  visibility: hidden;
  right: 0;
  position: fixed;
  top: 0;
  overflow: auto;
  z-index: 2;
  height: 0;
  transition: opacity 0.1s linear, height 0.1s linear;
  background: #191919;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
header .header-left nav.header-nav * {
  -webkit-tap-highlight-color: transparent;
}
header .header-left nav.header-nav > * {
  opacity: 0;
  transition: opacity 0.1s linear;
  transition-delay: 0.1s;
}
header .header-left nav.header-nav.full-width {
  width: 100%;
}
header .header-left nav.header-nav.full-width > ul {
  min-width: 100%;
}
header .header-left nav.header-nav.collapsed .wrap > ul li ul {
  display: none;
}
header .header-left nav.header-nav.collapsed .wrap > ul li.menu-item-has-children > a {
  position: relative;
}
header .header-left nav.header-nav.collapsed .wrap > ul li.menu-item-has-children > a:before {
  content: "+";
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  color: white;
  opacity: 0;
  transition: opacity 0.4s ease-in-out !important;
  transition-delay: 0.2s !important;
  font-size: 30px;
}
header .header-left nav.header-nav.collapsed .wrap > ul li.menu-item-has-children > a.submenu-visible:before {
  content: "-" !important;
}
header .header-left nav.header-nav.scrollable {
  overflow-y: scroll;
}
header .header-left nav.header-nav.scrollable > ul > li:last-child {
  margin-bottom: 40vh;
}
header .header-left nav.header-nav.mmenu-active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
header .header-left nav.header-nav.mmenu-active > * {
  opacity: 1;
}
header .header-left nav.header-nav.mmenu-active > ul li.menu-item-has-children > a:before {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  transition-delay: 0.2s;
}
header .header-left nav.header-nav > ul {
  flex-direction: column;
  min-width: 300px;
  padding: 20px;
}
header .header-left nav.header-nav > ul li {
  padding: 0;
  width: 100%;
  position: relative;
}
header .header-left nav.header-nav > ul li:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  opacity: 0.2;
  bottom: 0;
}
header .header-left nav.header-nav > ul li:last-child:after {
  display: none;
}
header .header-left nav.header-nav > ul li a {
  padding: 8px 0px;
  font-size: 18px;
  padding-right: 20px;
  color: white;
  white-space: nowrap;
}
header .header-left nav.header-nav > ul li.current-menu-item > a {
  background: white;
  color: #191919;
  opacity: 1 !important;
  padding-left: 10px;
}
header .header-left nav.header-nav > ul li ul {
  display: block;
  background: none;
  position: relative;
  min-width: auto;
  box-shadow: none;
  align-items: normal;
  z-index: 3;
  padding: 0;
  margin-bottom: 10px;
}
header .header-left nav.header-nav > ul li ul li:after {
  content: none;
}
header .header-left nav.header-nav > ul li ul li a {
  padding-left: 10px;
  line-height: inherit;
  border: 0;
  font-size: 17px;
  opacity: 0.7 !important;
}
header .header-left .burger-menu {
  padding: 10px;
  z-index: 9999;
  position: relative;
  width: 25px;
  height: 21px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 760px) {
  header .header-left .burger-menu:hover span {
    background: white;
  }
}
header .header-left .burger-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .header-left .burger-menu span:nth-child(1) {
  top: 0px;
}
header .header-left .burger-menu span:nth-child(2), header .header-left .burger-menu span:nth-child(3) {
  top: 9px;
}
header .header-left .burger-menu span:nth-child(4) {
  top: 18px;
}
header .header-left .burger-menu[menu-mobile=active] span {
  background: white;
}
header .header-left .burger-menu[menu-mobile=active] span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
header .header-left .burger-menu[menu-mobile=active] span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .header-left .burger-menu[menu-mobile=active] span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .header-left .burger-menu[menu-mobile=active] span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
header .header-left {
  display: inline-flex;
  margin-left: auto;
  justify-content: flex-end;
  align-items: center;
  z-index: 3;
}
header .header-left .newsletter {
  margin-right: 2rem;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.4rem;
}
@media (max-width: 759px) {
  header .header-left .newsletter {
    display: none;
  }
}
header .header-left .btn {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 759px) {
  header .header-left .btn {
    color: black;
    background-color: transparent;
    border: 0;
    padding: 0;
  }
}
@media (max-width: 539px) {
  header .header-left .btn {
    font-size: 1.2rem;
    transform: translateY(-2px);
  }
}

/* -------------------------------------------
***** Footer *****
------------------------------------------- */
footer {
  color: #fff;
  background: #191919;
}
footer a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: white;
}
footer a:hover {
  color: #26E6FF;
}
footer .footer-columns {
  padding: 5rem 0 0;
  position: relative;
}
@media (max-width: 759px) {
  footer .footer-columns {
    padding: 3rem 0 0;
  }
}
@media (max-width: 1039px) {
  footer .footer-columns {
    position: relative;
  }
}
footer .footer-columns .wrap {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 759px) {
  footer .footer-columns .wrap {
    flex-direction: column-reverse;
  }
}
@media (max-width: 539px) {
  footer .footer-columns .wrap {
    flex-direction: column;
  }
}
footer .footer-columns .wrap h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
@media (max-width: 759px) {
  footer .footer-columns .wrap .last-col {
    position: relative;
    margin-bottom: 0rem;
  }
}
footer .footer-columns .wrap .last-col .form {
  position: relative;
}
@media (max-width: 759px) {
  footer .footer-columns .wrap .last-col .form {
    width: calc(100% - 15rem);
  }
}
@media (max-width: 539px) {
  footer .footer-columns .wrap .last-col .form {
    width: 100%;
  }
}
footer .footer-columns .wrap .last-col .hs-form-field {
  display: inline-block;
  width: calc(100% - 12rem);
  max-width: 60%;
  vertical-align: middle;
}
footer .footer-columns .wrap .last-col .hs-form-field input {
  border: 1px solid white;
  border-radius: 2.6rem;
  padding: 1.2rem 1.6rem;
  color: white;
  font-size: 1.6rem;
  background-color: transparent;
  line-height: 2rem;
  width: 100%;
  font-family: "sofia-pro";
  font-weight: 400;
}
footer .footer-columns .wrap .last-col .hs-form-field input:focus {
  outline: 0 !important;
}
footer .footer-columns .wrap .last-col .hs_submit {
  display: inline-block;
  vertical-align: middle;
  width: 12rem;
  cursor: pointer;
}
footer .footer-columns .wrap .last-col .hs_submit .hs-button {
  cursor: pointer;
  border: 1px solid white;
  border-radius: 2.6rem;
  color: white;
  width: 100%;
  padding: 1.2rem 1.6rem;
  font-family: "sofia-pro";
  font-weight: bold;
  background-color: #191919;
  font-size: 1.2rem;
  line-height: 2rem;
  margin-left: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
}
footer .footer-columns .wrap .last-col .hs_submit .hs-button:hover {
  background-color: white;
  color: #191919;
  border-color: white;
}
footer .footer-columns .wrap .last-col .hs-error-msgs, footer .footer-columns .wrap .last-col .hs_error_rollup {
  display: block;
  width: 100%;
  order: 2;
  margin-top: 1.2rem;
  position: absolute;
  top: 100%;
}
footer .footer-columns .wrap .last-col .hs-error-msgs.hs-error-msgs, footer .footer-columns .wrap .last-col .hs-error-msgs.hs-error-msgs ul, footer .footer-columns .wrap .last-col .hs_error_rollup.hs-error-msgs, footer .footer-columns .wrap .last-col .hs_error_rollup.hs-error-msgs ul {
  margin-top: 0.4rem;
}
footer .footer-columns .wrap .last-col .hs-error-msgs.no-list label:not(.hs-error-msg), footer .footer-columns .wrap .last-col .hs_error_rollup.no-list label:not(.hs-error-msg) {
  display: inline-block;
  position: absolute;
  z-index: 2;
  height: 5rem;
  width: 100%;
  top: 0%;
  transform: translateY(-5.1rem);
  background-color: #191919;
  line-height: 3.4;
}
@media (max-width: 539px) {
  footer .footer-columns .wrap .last-col .hs-error-msgs.no-list label:not(.hs-error-msg), footer .footer-columns .wrap .last-col .hs_error_rollup.no-list label:not(.hs-error-msg) {
    height: 11.5rem;
    background-color: #191919;
    transform: translateY(-11.4rem);
  }
}
footer .footer-columns .wrap .last-col .hs-error-msgs.no-list a, footer .footer-columns .wrap .last-col .hs_error_rollup.no-list a {
  color: #191919 !important;
  text-transform: none;
  border: 1px solid white;
  border-radius: 2.4rem;
  display: block;
  width: 100%;
  line-height: 1.3;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  padding: 1.2rem 2rem;
  background-color: white;
  display: block;
  font-size: 1.2rem;
  max-width: 47rem;
  font-weight: bold;
  cursor: pointer !important;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 539px) {
  footer .footer-columns .wrap .last-col .hs-error-msgs.no-list a, footer .footer-columns .wrap .last-col .hs_error_rollup.no-list a {
    padding-top: 3.3rem;
    font-size: 1.4rem;
    padding-bottom: 3.3rem;
    max-width: 100%;
    top: 1rem;
  }
}
footer .footer-columns .wrap .last-col .hs-error-msgs.no-list a:hover, footer .footer-columns .wrap .last-col .hs_error_rollup.no-list a:hover {
  background-color: #191919;
  color: white !important;
}
footer .footer-columns .wrap .last-col .hs-error-msgs.no-list ~ .no-list label, footer .footer-columns .wrap .last-col .hs_error_rollup.no-list ~ .no-list label {
  position: relative;
  transform: none;
  height: auto !important;
}
footer .footer-columns .wrap .last-col .hs-error-msgs.no-list ~ .no-list label a, footer .footer-columns .wrap .last-col .hs_error_rollup.no-list ~ .no-list label a {
  position: relative !important;
  color: #191919 !important;
  background-color: transparent !important;
  top: 0% !important;
  margin-top: 0.2rem !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: left !important;
  font-size: 1.2rem !important;
  text-transform: uppercase !important;
}
footer .footer-columns .wrap .last-col ul, footer .footer-columns .wrap .last-col li {
  padding-left: 0;
  list-style: none;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}
footer .footer-columns .wrap .last-col ul {
  margin-bottom: 0;
  margin-top: 1rem;
}
footer .footer-columns .wrap .last-col ul li {
  margin-bottom: 0;
}
@media (max-width: 539px) {
  footer .footer-columns .wrap .last-col {
    display: block;
  }
  footer .footer-columns .wrap .last-col .hs_submit {
    display: block;
    width: 100%;
  }
  footer .footer-columns .wrap .last-col .hs_submit .hs-button {
    text-align: center;
    margin-top: 1rem;
    width: 100%;
  }
  footer .footer-columns .wrap .last-col .hs-form-field {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  footer .footer-columns .wrap .last-col .hs-form-field input {
    width: 100%;
  }
  footer .footer-columns .wrap .last-col .hs-form-field input:focus {
    outline: 0 !important;
  }
}
@media (min-width: 540px) {
  footer .footer-columns .wrap .last-col .hs-form-field input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
  }
  footer .footer-columns .wrap .last-col .hs_submit .hs-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
footer .footer-columns .wrap .bcorp-footer {
  display: none;
}
footer .footer-columns .wrap .footermenu {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  margin-top: 0rem;
  width: 60%;
}
@media (max-width: 1039px) {
  footer .footer-columns .wrap .footermenu {
    width: 70%;
  }
}
@media (max-width: 759px) {
  footer .footer-columns .wrap .footermenu {
    width: 50%;
    flex-direction: column;
  }
}
footer .footer-columns .wrap .footermenu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .footer-columns .wrap .footermenu ul li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0.8rem;
}
footer .footer-columns .wrap .footermenu ul li a {
  font-size: 1.6rem;
}
footer .footer-columns .wrap .col {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  margin-right: 2rem;
  width: calc(50% - 2rem);
}
@media (min-width: 540px) {
  footer .footer-columns .wrap .col {
    width: calc(33% - 2rem);
  }
}
@media (max-width: 759px) {
  footer .footer-columns .wrap .col {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
@media (max-width: 539px) {
  footer .footer-columns .wrap .col {
    margin-bottom: 1rem;
  }
}
@media (min-width: 760px) {
  footer .footer-columns .wrap .col:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1039px) {
  footer .footer-columns .wrap .socials {
    margin-top: 2rem;
  }
}
@media (max-width: 759px) {
  footer .footer-columns .wrap .socials {
    margin-top: 0rem;
    padding-bottom: 0rem;
    position: absolute;
    right: 0;
    z-index: 2;
    top: 0rem;
  }
}
@media (max-width: 539px) {
  footer .footer-columns .wrap .socials {
    margin-top: 1rem;
    position: relative;
    right: auto;
    top: 0;
  }
}
footer .footer-columns .wrap .socials .social {
  padding-right: 1.5rem;
  transition: all 0.2s ease-in-out;
}
footer .footer-columns .wrap .socials .social:last-child {
  padding-right: 0;
}
footer .footer-columns .wrap .socials .social svg {
  width: 2.5rem;
}
footer .footer-columns .wrap .socials .social svg > * {
  fill: white;
  transition: all 0.2s ease-in-out;
}
footer .footer-columns .wrap .socials .social.linkedin svg {
  background: transparent;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
footer .footer-columns .wrap .socials .social:hover.twitter svg > * {
  fill: #479be9;
}
footer .footer-columns .wrap .socials .social:hover.linkedin svg {
  background: white;
  transition-delay: 0.1s;
}
footer .footer-columns .wrap .socials .social:hover.linkedin svg > * {
  fill: #2a66bc;
}
footer .footer-columns .wrap .socials .social:hover.instagram svg > * {
  fill: #e3369b;
}
footer .footer-columns .wrap .socials .social:hover.facebook svg > * {
  fill: #0b88f1;
}
footer .sub-footer {
  background: #191919;
  margin-top: 4rem;
}
@media (max-width: 759px) {
  footer .sub-footer {
    margin-top: 2.5rem;
  }
}
footer .sub-footer .subfooter-col {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 3rem 0;
  border-top: 1px solid #444444;
}
@media (min-width: 760px) {
  footer .sub-footer .subfooter-col {
    flex-direction: row;
    align-items: center;
  }
}
footer .sub-footer .subfooter-col .copyright {
  font-size: 1.4rem;
  font-family: "sofia-pro";
  margin-bottom: 0;
  letter-spacing: 1.5px;
}
@media (max-width: 759px) {
  footer .sub-footer .subfooter-col .copyright {
    margin-top: 1rem;
  }
}
@media (max-width: 539px) {
  footer .sub-footer .subfooter-col .copyright {
    font-size: 1.15rem;
    letter-spacing: 0.6px;
  }
}
footer .sub-footer .subfooter-col a.logo {
  width: 20rem;
}
footer .sub-footer .subfooter-col a.logo svg > * {
  fill: white;
}
footer .sub-footer .subfooter-col .credit {
  order: 1;
}

#choice-footer-msg {
  font-size: 1.35rem;
  margin-bottom: 2rem;
}
#choice-footer-msg a {
  color: white;
  text-decoration: underline;
  font-weight: normal;
  display: inline-block;
  white-space: nowrap;
}
#choice-footer-msg a:hover {
  color: #26E6FF;
}

.qc-cmp2-container #qc-cmp2-ui {
  padding: 0 !important;
}
.qc-cmp2-container .qc-cmp2-consent-info {
  padding: 20px !important;
  padding-bottom: 0 !important;
}
.qc-cmp2-container .qc-cmp2-consent-info .qc-cmp2-publisher-logo-container > * {
  margin-top: 0 !important;
  padding: 0 !important;
}
.qc-cmp2-container .qc-cmp2-consent-info .qc-cmp2-publisher-logo-container > * .logo-container {
  margin-bottom: 1.5rem !important;
}
.qc-cmp2-container .qc-cmp2-consent-info .qc-cmp2-publisher-logo-container > * .logo-container img {
  margin: 0 !important;
}
.qc-cmp2-container .qc-cmp2-consent-info .qc-cmp2-publisher-logo-container .span-heading {
  margin-bottom: 1.5rem !important;
  display: block !important;
}
.qc-cmp2-container .qc-cmp2-summary-info button {
  text-decoration: underline !important;
}
.qc-cmp2-container .qc-cmp2-summary-info > div {
  padding-bottom: 0 !important;
}
.qc-cmp2-container .qc-cmp2-summary-info > div > div {
  margin-top: 1.5rem !important;
}
.qc-cmp2-container .qc-cmp2-footer {
  box-shadow: none !important;
  border-top: 1px solid #444444 !important;
  width: 100% !important;
}
.qc-cmp2-container button {
  box-shadow: none !important;
  border-radius: 24px !important;
  transition: all 0.2s ease-in-out !important;
}
.qc-cmp2-container button[mode=secondary] {
  background-color: white !important;
  color: #191919 !important;
  border: 1px solid #191919 !important;
}
.qc-cmp2-container button[mode=secondary]:hover {
  background-color: #191919 !important;
  color: white !important;
}
.qc-cmp2-container button[mode=link] {
  color: #191919 !important;
}
.qc-cmp2-container button[mode=link]:hover {
  color: #191919 !important;
}
.qc-cmp2-container button.qc-cmp2-close-icon {
  border-radius: 0 !important;
}
.qc-cmp2-container .qc-cmp2-persistent-link {
  font-size: 0 !important;
  color: transparent !important;
  background-color: #191919 !important;
  padding: 10px !important;
  transition: all 0.2s ease-in-out !important;
}
.qc-cmp2-container .qc-cmp2-persistent-link:hover {
  background-color: #00B9DC !important;
}
.qc-cmp2-container .qc-cmp2-persistent-link img {
  margin: 0 !important;
}
.qc-cmp2-container #save-and-exit {
  font-size: 1.4rem !important;
  font-family: "sofia-pro" !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  border-radius: 24px !important;
  background-color: #191919 !important;
  color: white !important;
  border: 1px solid #191919 !important;
}
.qc-cmp2-container #save-and-exit:hover {
  background-color: white !important;
  color: #191919 !important;
}

@media (min-width: 760px) {
  .alignfull, .load-full-width {
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
  }
}
.alignfull:not(.loaded), .load-full-width:not(.loaded) {
  max-height: 30rem;
}
.alignfull.loaded, .load-full-width.loaded {
  opacity: 1;
}

.block-dfp--sw, .block-dfp-l1, .block-dfp-l2 {
  width: 100vw;
  background-color: #E9ECEF;
}
.block-dfp--sw > div, .block-dfp-l1 > div, .block-dfp-l2 > div {
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  min-height: 335px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
@media screen and (max-width: 1328px) {
  .block-dfp--sw > div, .block-dfp-l1 > div, .block-dfp-l2 > div {
    min-height: 175px;
  }
}
@media screen and (max-width: 768px) {
  .block-dfp--sw > div, .block-dfp-l1 > div, .block-dfp-l2 > div {
    min-height: 335px;
  }
}
@media screen and (min-width: 768px) {
  .block-dfp--sw > div, .block-dfp-l1 > div, .block-dfp-l2 > div {
    width: 728px;
  }
}
@media screen and (min-width: 1328px) {
  .block-dfp--sw > div, .block-dfp-l1 > div, .block-dfp-l2 > div {
    width: 975px;
  }
}
.home .block-dfp--sw > div, .home .block-dfp-l1 > div, .home .block-dfp-l2 > div {
  margin-bottom: 4rem;
}
.block-dfp--sw > div > div, .block-dfp-l1 > div > div, .block-dfp-l2 > div > div {
  padding: 3rem 0;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.block-dfp--sw > div > div[id^=google_ads]:before, .block-dfp-l1 > div > div[id^=google_ads]:before, .block-dfp-l2 > div > div[id^=google_ads]:before {
  content: "ADVERTISEMENT";
  font-size: 1.2rem;
  color: #c7ced5;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
  display: block;
  height: 1rem;
}
.block-dfp--sw > div > div > *, .block-dfp-l1 > div > div > *, .block-dfp-l2 > div > div > * {
  margin: 0 auto;
}

.block-dfp-m1 > div {
  min-height: 630px;
  overflow: hidden;
}
@media (max-width: 1039px) {
  .block-dfp-m1 > div {
    min-height: 120px;
  }
}
@media (max-width: 759px) {
  .block-dfp-m1 > div {
    min-height: 270px;
  }
}
.block-dfp-m1 > div > div {
  margin: 0 auto;
  margin-bottom: 30px;
  min-width: 300px;
}
@media (max-width: 1039px) {
  .block-dfp-m1 > div > div {
    min-width: 728px;
  }
  .block-dfp-m1 > div > div iframe {
    max-width: 728px;
    margin: 0 auto;
  }
}
@media (max-width: 759px) {
  .block-dfp-m1 > div > div {
    min-width: 300px;
    max-width: 300px;
  }
}

#searchNav {
  display: none;
}

.entry-tag a {
  color: #fd2341;
  letter-spacing: 2px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.6rem;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
  text-decoration-color: transparent;
}
.entry-tag a:hover {
  text-decoration-color: rgba(253, 35, 65, 0.5);
}
.entry-tag.new-years-resolutions a {
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 2rem;
}
@media (min-width: 540px) {
  .entry-tag.new-years-resolutions a {
    font-size: 2.2rem;
  }
}
@media (min-width: 760px) {
  .entry-tag.new-years-resolutions a {
    font-size: 2.4rem;
  }
}

a.button, .wp-block-button a {
  cursor: pointer;
  border: 1px solid #191919;
  border-radius: 2.6rem;
  color: #191919;
  padding: 1.2rem 2.2rem;
  font-family: "sofia-pro";
  font-weight: bold;
  background-color: transparent;
  font-size: 1.4rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.2s ease-in-out;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
a.button:hover, .wp-block-button a:hover {
  background-color: #191919;
  color: white;
  border-color: #191919;
}

.opinion-tag {
  color: black !important;
  background-color: #26E6FF !important;
  letter-spacing: 2px;
  padding: 0.1rem 0.8rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.1rem;
  display: inline-block;
  border-radius: 0.9rem;
  transform: translateY(-0.2rem);
}

.commercial-sponsored {
  color: #6c757d;
  letter-spacing: 1px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0.9rem;
}
.hero-feature .commercial-sponsored {
  margin-top: 0;
  margin-bottom: 0.9rem;
}

.preview-ratio {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.8rem;
}
.preview-ratio:after {
  content: "";
  padding-bottom: 56.4%;
  display: block;
  width: 100%;
}
.preview-ratio:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: #c7ced5;
  background-size: 4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wp-content/themes/rac-creates/img/custom/circle.svg");
  opacity: 0.1;
  transition: all 0.2s ease-in-out;
}
.preview-ratio.loaded:before {
  opacity: 0;
}
.preview-ratio img {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  height: auto;
  object-fit: cover;
}

.article-title {
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
  text-decoration-color: transparent !important;
  transition: all 0.2s ease-in-out;
}
.article-title:hover {
  text-decoration-color: #191919 !important;
}

.content {
  padding-top: 4rem;
}

.page-title {
  font-weight: bold;
  font-size: 4.8rem;
  text-transform: none;
  margin-bottom: 4rem;
  line-height: 1.2;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #444444;
}
@media (max-width: 759px) {
  .page-title {
    font-size: 3.6rem;
  }
}
@media (max-width: 539px) {
  .page-title {
    font-size: 2.8rem;
  }
}
.page-title.new-years-resolutions {
  font-size: 6rem;
  line-height: 1;
}
@media (min-width: 540px) {
  .page-title.new-years-resolutions {
    font-size: 8rem;
  }
}
@media (min-width: 760px) {
  .page-title.new-years-resolutions {
    font-size: 10rem;
  }
}

.rac-newsletter {
  background-color: #E9ECEF;
  color: #191919;
}
.rac-newsletter .newsletter-container .right h2 {
  color: #191919 !important;
}
@media (max-width: 539px) {
  .rac-newsletter {
    padding: 0;
    background-color: white;
  }
}
.rac-newsletter .newsletter-container {
  flex-wrap: wrap;
  padding: 4rem 6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rac-newsletter .newsletter-container .right {
  width: 60%;
}
@media (max-width: 539px) {
  .rac-newsletter .newsletter-container .right {
    width: 100%;
  }
}
@media (max-width: 539px) {
  .rac-newsletter .newsletter-container {
    display: block;
    padding: 0rem 1rem;
  }
  .rac-newsletter .newsletter-container.login-variant {
    padding-left: 0;
    padding-right: 0;
  }
}
.rac-newsletter .newsletter-container .left {
  width: 40%;
  padding-right: 5rem;
  text-align: left;
  max-width: 30rem;
}
.rac-newsletter .newsletter-container .left svg {
  max-height: 27rem;
  margin: 0 auto;
  display: block;
}
@media (max-width: 759px) {
  .rac-newsletter .newsletter-container .left {
    width: 50%;
  }
}
@media (max-width: 539px) {
  .rac-newsletter .newsletter-container .left {
    width: 100%;
    text-align: center;
    padding-right: 0;
    max-width: 100%;
  }
  .rac-newsletter .newsletter-container .left img {
    max-width: 70%;
  }
  .rac-newsletter .newsletter-container .left svg {
    max-width: 50%;
  }
}
.rac-newsletter .newsletter-container h2 {
  font-size: 3.6rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 539px) {
  .rac-newsletter .newsletter-container h2 {
    font-size: 3.2rem;
    margin-top: 4rem;
  }
}
.rac-newsletter .newsletter-container .desc {
  font-size: 1.8rem;
  font-family: "Acta", serif;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.rac-newsletter .newsletter-container a {
  color: white !important;
}
.rac-newsletter .newsletter-container a:hover {
  color: #191919 !important;
}

.form.newsletter {
  position: relative;
}
.form.newsletter form {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  position: relative;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.form.newsletter form input.email {
  display: inline-block;
  width: calc(100% - 12rem);
  max-width: 30rem;
  border: 1px solid #444444;
  border-radius: 2.6rem;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  line-height: 2rem;
  width: 100%;
  font-family: "sofia-pro";
  font-weight: 400;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 539px) {
  .form.newsletter form input.email {
    width: 100%;
    max-width: calc(100% - 10rem);
  }
}
.form.newsletter form input.email:focus {
  outline: 0 !important;
}
.form.newsletter form .submit {
  display: inline-block;
  width: 12rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer !important;
  font-size: 1.2rem;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 539px) {
  .form.newsletter form .submit {
    width: 10rem;
  }
}
.form.newsletter form .error {
  position: absolute;
  top: 100%;
  background-color: #fd2341;
  color: white;
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
  border: 1px solid rgb(234.8648648649, 2.1351351351, 34.1621621622);
  font-weight: bold;
  margin-top: 1rem;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  font-size: 1.4rem;
}
.form.newsletter form .error.active {
  opacity: 1;
}
.form.newsletter form.loading {
  opacity: 0.2;
  pointer-events: none;
}
.form.newsletter .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  opacity: 1;
  pointer-events: all;
  transition: all 0.2s ease-in-out;
}
.form.newsletter .spinner-container .spinner {
  height: 6px;
  width: 100%;
  background: #c7ced5;
  border-radius: 5px;
  overflow: hidden;
  left: 0%;
  position: absolute;
  bottom: 100%;
  max-width: 42rem;
  margin-bottom: 1rem;
}
.form.newsletter .spinner-container .spinner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #191919;
  height: 100%;
  width: 80%;
  animation: loading 2s ease infinite;
}
@keyframes loading {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(130%);
  }
}
.form.newsletter .newsletter-thank-you {
  font-size: 1.4rem;
  background-color: rgb(191, 255, 243.6073298429);
  color: rgb(0, 114.5, 94.1178010471);
  padding: 0.4rem 1.4rem;
  border-radius: 0.4rem;
  margin-top: 1rem;
  font-weight: bold;
  border: 1px solid rgb(0, 114.5, 94.1178010471);
  display: inline-block;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.form.newsletter .submitted-message {
  display: none;
}
.form.newsletter ul, .form.newsletter li {
  padding-left: 0;
  list-style: none;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.form.newsletter ul {
  margin-bottom: 0;
  margin-top: 1rem;
}
.form.newsletter ul li {
  margin-bottom: 0;
}

.height-100 iframe {
  height: 100%;
}

.ai2html-target .to-refresh {
  opacity: 0;
}

.modal {
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  display: block;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  z-index: 999999;
  background: rgba(25, 25, 25, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
}
.modal:before, .modal:after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
.modal .modal-content {
  border-radius: 2.4rem;
  padding: 5rem;
  max-width: 50rem;
  align-self: center;
  z-index: 3;
  background-color: white;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.98);
  width: calc(100% - 1rem);
}
.modal .modal-content .close-modal {
  position: absolute;
  top: 1rem !important;
  left: 2rem !important;
  font-size: 32px;
  line-height: 1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  z-index: 8040;
  font-weight: 300;
  opacity: 1 !important;
  box-shadow: none;
  color: #6c757d;
}
.modal .modal-content .close-modal:hover, .modal .modal-content .close-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 539px) {
  .modal .modal-content {
    padding: 4rem 3rem;
  }
}
.modal.active {
  visibility: visible;
  pointer-events: all;
  position: fixed;
  opacity: 1;
}
.modal.active:before {
  opacity: 1;
}
.modal.active .modal-content {
  opacity: 1;
  transform: scale(1);
}

.drawer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 999999;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: translateY(100%);
  visibility: hidden;
  pointer-events: none;
}
.drawer .close-drawer {
  display: none !important;
  position: absolute;
  top: 1rem;
  left: 2rem;
  font-size: 32px;
  line-height: 1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  z-index: 8040;
  font-weight: 300;
  opacity: 1;
  box-shadow: none;
  border: none;
  padding: none;
  margin: none;
  text-decoration: none;
}
.drawer .close-drawer:hover, .drawer .close-drawer:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.drawer.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transform: translateY(0%);
}
.drawer iframe {
  min-height: 150px !important;
  width: 100%;
  transition: all 0.2s ease-in-out;
  height: 0;
  max-height: 95vh !important;
}

#replaceReports .placeholder {
  width: calc(16.6666666667% - 2rem);
}
@media (max-width: 759px) {
  #replaceReports .placeholder {
    width: 27.3333333333%;
  }
}
@media (max-width: 539px) {
  #replaceReports .placeholder {
    width: calc(100% - 8rem);
  }
}
#replaceReports .placeholder:after {
  content: "";
  display: block;
  padding-bottom: 128%;
}

figure.wp-block-image img[src$=svg] {
  pointer-events: none;
}
figure.wp-block-image a {
  display: block;
  cursor: pointer;
}

.home p:last-child {
  margin-bottom: 0;
}
.home .content {
  padding-top: 4rem;
}
@media (max-width: 539px) {
  .home .content {
    padding-top: 3rem;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home .content .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
.home .content h1.home-title {
  font-size: 10rem;
  margin-bottom: 7rem;
  font-weight: bold;
}
@media (max-width: 1259px) {
  .home .content h1.home-title {
    font-size: 8.8rem;
  }
}
@media (max-width: 1039px) {
  .home .content h1.home-title {
    font-size: 6.4rem;
  }
}
@media (max-width: 759px) {
  .home .content h1.home-title {
    font-size: 4.4rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 539px) {
  .home .content h1.home-title {
    font-size: 3.4rem;
  }
}

.parallax {
  background-color: #191919;
  margin-bottom: 2rem;
}
@media (max-width: 759px) {
  .parallax {
    margin-bottom: 0rem;
  }
}
.parallax .wrap {
  max-width: 100%;
  padding: 0;
}

.container-parallax {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
@media (min-width: 1440px) {
  .container-parallax {
    max-height: 60rem;
  }
}
.container-parallax:after {
  content: "";
  display: block;
  padding-bottom: 35%;
  width: 100%;
}
@media (max-width: 1039px) {
  .container-parallax:after {
    padding-bottom: 45%;
  }
}
@media (max-width: 759px) {
  .container-parallax:after {
    padding-bottom: 58%;
  }
}
.container-parallax .col {
  width: calc(33.3333333333% - 2rem);
  line-height: 0;
  position: absolute;
  top: 0;
}
@media (max-width: 1039px) {
  .container-parallax .col {
    width: calc(33.3333333333% - 1rem);
  }
}
.container-parallax .col > * {
  display: block;
  content: "";
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 1039px) {
  .container-parallax .col > * {
    margin-bottom: 1rem;
  }
}
.container-parallax .col > *::after {
  content: "";
  display: block;
  padding-bottom: 66.7%;
  width: 100%;
}
.container-parallax .col > * > *, .container-parallax .col > * > * > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 1rem;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
.container-parallax .col.col1, .container-parallax .col.col3 {
  top: -20%;
}
@media (max-width: 759px) {
  .container-parallax .col.col1, .container-parallax .col.col3 {
    top: -3%;
  }
}
.container-parallax .col.col1 {
  left: 0;
}
.container-parallax .col.col2 {
  left: 50%;
  transform: translateX(-50%);
  top: -45%;
}
@media (max-width: 759px) {
  .container-parallax .col.col2 {
    top: -25%;
  }
}
.container-parallax .col.col3 {
  right: 0;
}
.container-parallax .background-parallax {
  width: 100%;
  display: block;
}
.container-parallax .foreground-parallax {
  position: absolute;
  font-size: 40px;
  color: yellow;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container-parallax .spacer-parallax {
  height: 400px;
}

hr.border-section {
  border: 0;
  border-bottom: 1px solid #444444;
  margin-top: 6rem;
}
@media (max-width: 759px) {
  hr.border-section {
    margin-top: 3rem;
    margin-bottom: 0;
  }
}

.link-home .left .content-link {
  cursor: pointer;
}
.link-home .left .content-link > * {
  pointer-events: none;
}

.home-col {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 539px) {
  .home-col {
    display: block;
  }
}
.home-col h2 {
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 0;
  display: inline-block;
}
@media (min-width: 760px) {
  .home-col h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1040px) {
  .home-col h2 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1260px) {
  .home-col h2 {
    font-size: 5.5rem;
  }
}
.home-col .left {
  width: 50%;
}
@media (max-width: 539px) {
  .home-col .left {
    width: 100%;
  }
}
.home-col .right {
  width: 50%;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media (max-width: 1039px) {
  .home-col .right {
    font-size: 1.8rem;
  }
}
@media (max-width: 759px) {
  .home-col .right {
    font-size: 1.6rem;
  }
}
@media (max-width: 539px) {
  .home-col .right {
    width: 100%;
    margin-top: 2rem;
  }
}
.home-col .right .btn {
  margin-top: 2rem;
}
.home-col .top {
  width: 100%;
  display: flex;
  line-height: 0;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 539px) {
  .home-col .top {
    display: block;
  }
}
.home-col .top .content-link:hover .accordion-arrow {
  background-color: #191919;
  border-radius: 50%;
}
.home-col .top .content-link:hover .accordion-arrow svg path {
  stroke: white !important;
  fill: white;
}
.home-col .top.open .accordion-arrow svg {
  transform: rotate(180deg);
}
.home-col .arrow-heading {
  display: inline-block;
}
.home-col .accordion-arrow {
  display: inline-block;
  margin-left: 2rem;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
  background-color: transparent;
  border-radius: 50%;
}
@media (max-width: 759px) {
  .home-col .accordion-arrow {
    margin-left: 1rem;
  }
}
.home-col .accordion-arrow svg {
  transition: all 0.2s ease-in-out;
  transform: rotate(0);
  width: 3.6rem;
  background-color: transparent;
}
@media (max-width: 759px) {
  .home-col .accordion-arrow svg {
    width: 3rem;
  }
}
.home-col .accordion-arrow svg circle, .home-col .accordion-arrow svg path {
  stroke: #191919 !important;
}
.home-col .works {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem;
}
.home-col .works > * {
  width: 100%;
  margin-bottom: 3rem;
}
@media (min-width: 760px) {
  .home-col .works > * {
    margin-bottom: 5rem;
    width: 50%;
  }
  .home-col .works > *:nth-child(odd) {
    padding-right: 1rem;
  }
}
@media (min-width: 760px) and (min-width: 1040px) {
  .home-col .works > *:nth-child(odd) {
    padding-right: 2rem;
  }
}
@media (min-width: 760px) {
  .home-col .works > *:nth-child(even) {
    padding-left: 1rem;
  }
}
@media (min-width: 760px) and (min-width: 1040px) {
  .home-col .works > *:nth-child(even) {
    padding-left: 2rem;
  }
}
.home-col .works img {
  border-radius: 1rem;
}
.home-col .works .company {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0.6rem;
}
.home-col .works .tag {
  margin-bottom: 0.4rem;
}
.home-col .works .tag span {
  color: #fd2341;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 800;
  font-size: 1.2rem;
  display: inline-block;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.home-col .works .tag span:not(:last-child) {
  content: " - ";
}
.home-col .works h3 {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 0rem;
}

.logos {
  background: #191919;
  margin-top: 6rem;
  position: relative;
  width: 100%;
  padding: 3rem 0;
  overflow: hidden;
}
@media (max-width: 1039px) {
  .logos {
    padding: 1rem;
  }
}
.logos .partners {
  display: none;
}
.logos .desktop {
  display: none;
}
@media (min-width: 1040px) {
  .logos .mobile {
    display: none;
  }
  .logos .desktop {
    display: block;
  }
  .logos .wrap {
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  .logos .wrap:before, .logos .wrap:after {
    content: "";
    position: absolute;
    width: 4rem;
    z-index: 2;
    top: 0;
    height: 100%;
  }
  .logos .wrap:before {
    left: 0;
    background: linear-gradient(90deg, #191919, transparent);
  }
  .logos .wrap:after {
    right: 0;
    background: linear-gradient(-90deg, #191919, transparent);
  }
}
.logos .slide-partners {
  position: relative;
  white-space: nowrap;
}
.logos .slide-partners:not(:last-child) {
  padding-bottom: 1rem;
}
.logos .slide-partners .row {
  white-space: nowrap;
  display: inline-block;
  width: max-content;
  animation: bannermove 30s linear infinite;
}
@keyframes bannermove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.logos .slide-partners .row > * {
  display: inline-block;
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-right: 10rem;
}
@media (max-width: 539px) {
  .logos .slide-partners .row > * {
    padding-right: 5rem;
  }
}
.logos .slide-partners .row > * img {
  max-height: 6rem;
  max-width: 12rem;
  width: 100%;
}

.bottom {
  margin-top: 4rem;
}
.bottom .desc {
  font-size: 2rem;
}

.value-dividend-home {
  border-top: 1px solid white;
  background-color: #191919;
  color: white;
  padding: 4rem 0;
}
@media (max-width: 759px) {
  .value-dividend-home {
    padding: 2rem 0;
  }
}
.value-dividend-home .layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 759px) {
  .value-dividend-home .layout {
    flex-direction: column;
  }
}
.value-dividend-home .layout .left {
  width: calc(100% - 45rem);
  padding-right: 4rem;
  min-width: 50%;
}
@media (max-width: 759px) {
  .value-dividend-home .layout .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.value-dividend-home .layout .right {
  width: 45rem;
  max-width: 50%;
}
@media (max-width: 759px) {
  .value-dividend-home .layout .right {
    width: 100%;
    max-width: 100%;
  }
}
.value-dividend-home .layout .right h2 {
  font-size: 4.2rem;
  line-height: 1.3;
  margin-bottom: 2rem;
  max-width: 40rem;
}
@media (max-width: 759px) {
  .value-dividend-home .layout .right h2 {
    font-size: 2.8rem;
  }
}
.value-dividend-home .layout .right p {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  max-width: 38rem;
}
@media (max-width: 759px) {
  .value-dividend-home .layout .right p {
    font-size: 1.4rem;
  }
}
.value-dividend-home .layout .right p strong {
  max-width: 30rem;
  display: block;
}
.value-dividend-home .layout .right .btn {
  margin-bottom: 2rem;
  background-color: white;
  color: #191919;
  min-width: 50%;
  font-size: 2rem;
  width: 100%;
  max-width: 38rem;
}
.value-dividend-home .layout .right .btn:hover {
  background-color: #26E6FF;
  color: #191919;
}
@media (max-width: 759px) {
  .value-dividend-home .layout .right .btn {
    font-size: 1.6rem;
    width: auto;
  }
}

section.top-head .content {
  padding: 3rem 0;
}
@media (min-width: 760px) {
  section.top-head .content {
    padding: 6rem 0;
    display: flex;
    align-items: center;
  }
  section.top-head .content > * {
    width: 50%;
  }
}
@media (min-width: 760px) {
  section.top-head .content .left {
    padding-right: 2rem;
  }
}
section.top-head .content .right {
  padding-top: 3rem;
}
@media (min-width: 760px) {
  section.top-head .content .right {
    padding-top: 0;
    padding-left: 2rem;
  }
}
section.top-head .content .right img {
  width: 100%;
  object-fit: cover;
}
section.top-head .content .right .iframe-container {
  position: relative;
}
section.top-head .content .right .iframe-container:after {
  content: "";
  display: block;
  padding-bottom: 69.167%;
}
section.top-head .content .right .iframe-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.top-head .content h1 {
  font-size: 3.4rem;
  line-height: 0.8em;
}
@media (min-width: 540px) {
  section.top-head .content h1 {
    font-size: 4rem;
  }
}
@media (min-width: 760px) {
  section.top-head .content h1 {
    font-size: 6rem;
  }
}
@media (min-width: 1040px) {
  section.top-head .content h1 {
    font-size: 8rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1260px) {
  section.top-head .content h1 {
    font-size: 10rem;
  }
}
section.top-head .content .description {
  font-size: 1.6rem;
  line-height: 1.3;
}
section.top-head .content .description > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 760px) {
  section.top-head .content .description {
    font-size: 1.8rem;
  }
}
@media (min-width: 1040px) {
  section.top-head .content .description {
    font-size: 2rem;
  }
}
@media (min-width: 1260px) {
  section.top-head .content .description {
    font-size: 2.2rem;
  }
}
section.top-head .content .cta {
  margin-top: 2rem;
}

section.accordion-internal {
  background-color: #191919;
  color: white;
}
section.accordion-internal .content {
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 760px) {
  section.accordion-internal .content {
    padding: 4rem 0;
    display: flex;
    align-items: flex-start;
  }
  section.accordion-internal .content > * {
    width: 50%;
  }
}
section.accordion-internal h2 {
  font-size: 2rem;
  display: inline-block;
  max-width: calc(100% - 3rem);
  transition: all 0.2s ease-in-out;
  color: white;
  margin-bottom: 0;
}
@media (min-width: 760px) {
  section.accordion-internal h2 {
    font-size: 3rem;
    max-width: calc(100% - 4rem);
  }
}
@media (min-width: 1040px) {
  section.accordion-internal h2 {
    font-size: 4rem;
    max-width: calc(100% - 5rem);
  }
}
@media (min-width: 1260px) {
  section.accordion-internal h2 {
    font-size: 5rem;
  }
}
section.accordion-internal .arrow {
  display: inline-block;
  width: calc(3rem - 1px);
  padding-left: 0.5rem;
  vertical-align: -4px;
  line-height: 1;
}
@media (min-width: 760px) {
  section.accordion-internal .arrow {
    width: calc(4rem - 1px);
    padding-left: 1rem;
  }
}
@media (min-width: 1040px) {
  section.accordion-internal .arrow {
    width: calc(5rem - 1px);
    padding-left: 1rem;
  }
}
section.accordion-internal .arrow svg {
  transform: rotate(0);
  transition: all 0.2s ease-in-out;
  width: 100%;
}
section.accordion-internal .arrow svg > * {
  stroke: white !important;
}
section.accordion-internal + section.accordion-internal {
  border-top: 1px solid #444444;
}
section.accordion-internal + *:not(section.accordion-internal) {
  margin-bottom: 5rem;
}
section.accordion-internal .left {
  cursor: pointer;
}
section.accordion-internal .left.active .arrow svg {
  transform: rotate(-180deg);
}
section.accordion-internal .left:hover h2 {
  color: #26E6FF;
}
section.accordion-internal .right {
  padding-top: 3rem;
}
@media (min-width: 760px) {
  section.accordion-internal .right {
    padding-top: 0;
    padding-left: 2rem;
    font-size: 1.8rem;
  }
}
section.accordion-internal .right > *:last-child {
  margin-bottom: 0;
}

section.our-work-internal h2 {
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 760px) {
  section.our-work-internal h2 {
    font-size: 3.5rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1040px) {
  section.our-work-internal h2 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1260px) {
  section.our-work-internal h2 {
    font-size: 5.5rem;
  }
}
@media (min-width: 760px) {
  section.our-work-internal .row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  section.our-work-internal .row > * {
    width: 50%;
  }
  section.our-work-internal .row > *:nth-child(odd) {
    padding-right: 1rem;
  }
}
@media (min-width: 760px) and (min-width: 1040px) {
  section.our-work-internal .row > *:nth-child(odd) {
    padding-right: 2rem;
  }
}
@media (min-width: 760px) {
  section.our-work-internal .row > *:nth-child(even) {
    padding-left: 1rem;
  }
}
@media (min-width: 760px) and (min-width: 1040px) {
  section.our-work-internal .row > *:nth-child(even) {
    padding-left: 2rem;
  }
}
@media (min-width: 760px) {
  section.our-work-internal .row .work:hover .hover-container {
    opacity: 1;
  }
  section.our-work-internal .row .work:hover img.hover {
    opacity: 1;
    animation-name: scrollHover;
    animation-duration: 10s;
    transition-timing-function: cubic-bezier(0.6, 0, 0.3, 1);
    animation-iteration-count: infinite;
    transform: translateX(-50%);
  }
  section.our-work-internal .row .work:hover img.hover.speed-medium {
    animation-duration: 10s;
  }
  section.our-work-internal .row .work:hover img.hover.speed-fast {
    animation-duration: 20s;
    animation-name: scrollHoverDouble;
  }
  section.our-work-internal .row .work:hover img.hover.speed-slow {
    animation-duration: 6s;
  }
  section.our-work-internal .row .work:hover img[src$=gif] {
    animation-name: none !important;
    top: 49%;
    transform: translate(-50%, -50%);
  }
}
section.our-work-internal .row img {
  border-radius: 1rem;
  margin-bottom: 0rem;
}
section.our-work-internal .row .container-image {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
section.our-work-internal .row .container-image:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 66.7%;
}
section.our-work-internal .row .container-image > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 759px) {
  section.our-work-internal .row .container-image {
    margin-bottom: 1rem;
  }
}
@keyframes scrollHover {
  0%, 10%, 100% {
    transform: translateY(0%) translateX(-50%);
    top: 0;
  }
  0%, 10%, 100% {
    transform: translateY(0%) translateX(-50%);
    top: 0;
  }
  25%, 35% {
    transform: translateY(-30%) translateX(-50%);
    top: 30%;
  }
  50%, 60% {
    transform: translateY(-60%) translateX(-50%);
    top: 60%;
  }
  75%, 85% {
    transform: translateY(-100%) translateX(-50%);
    top: 100%;
  }
}
@keyframes scrollHoverDouble {
  0%, 10%, 100% {
    transform: translateY(0%) translateX(-50%);
    top: 0;
  }
  0%, 10%, 100% {
    transform: translateY(0%) translateX(-50%);
    top: 0;
  }
  10%, 15% {
    transform: translateY(-20%) translateX(-50%);
    top: 30%;
  }
  25%, 30% {
    transform: translateY(-40%) translateX(-50%);
    top: 60%;
  }
  40%, 45% {
    transform: translateY(-60%) translateX(-50%);
    top: 60%;
  }
  65%, 70% {
    transform: translateY(-80%) translateX(-50%);
    top: 60%;
  }
  80%, 95% {
    transform: translateY(-100%) translateX(-50%);
    top: 100%;
  }
}
section.our-work-internal .row .container-image .hover-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.98);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
section.our-work-internal .row .container-image .hover-container:before {
  content: "";
  width: 70%;
  position: absolute;
  left: 15%;
  height: 70%;
  top: 20%;
  background-size: contain;
  background-position: center;
  z-index: 3;
  background-repeat: no-repeat;
  background-image: url("../img/custom/macbook.png");
}
section.our-work-internal .row .container-image .hover-container .hover-max-width {
  position: absolute;
  left: 50%;
  z-index: 1;
  top: 26%;
  height: 53%;
  width: 56%;
  overflow: hidden;
  transform: translateX(-50%);
  background-color: black;
}
section.our-work-internal .row .container-image img.hover {
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  width: 100%;
  top: 0;
  border-radius: 0;
}
section.our-work-internal .row h3 {
  font-size: 1.6rem;
  font-weight: normal;
}
@media (min-width: 1040px) {
  section.our-work-internal .row h3 {
    font-size: 1.8rem;
  }
}
section.our-work-internal .row .tag {
  margin-bottom: 0.6rem;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (max-width: 759px) {
  section.our-work-internal .row .tag {
    margin-bottom: 0.4rem;
  }
}
@media (min-width: 760px) {
  section.our-work-internal .row .tag {
    font-size: 2rem;
  }
}
@media (min-width: 1040px) {
  section.our-work-internal .row .tag {
    font-size: 2.4rem;
  }
}
@media (max-width: 759px) {
  section.our-work-internal .row .work:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (min-width: 760px) {
  section.our-work-internal .row .work:not(:last-child):not(:nth-last-child(2)):not(even) {
    margin-bottom: 2rem;
  }
}

section.cta-internal {
  background-color: #191919;
  color: white;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
}
.home section.cta-internal {
  margin-top: 5rem;
}
section.cta-internal:last-child {
  margin-bottom: 0rem !important;
}
section.cta-internal .content {
  padding: 3rem 0;
}
@media (min-width: 760px) {
  section.cta-internal .content {
    padding: 5rem 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  section.cta-internal .content > * {
    width: 50%;
  }
}
@media (min-width: 760px) {
  section.cta-internal .left {
    padding-right: 2rem;
  }
}
section.cta-internal .left h2 {
  font-size: 2rem;
  color: white;
}
@media (min-width: 760px) {
  section.cta-internal .left h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1040px) {
  section.cta-internal .left h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1260px) {
  section.cta-internal .left h2 {
    font-size: 5rem;
  }
}
section.cta-internal .left .desc {
  font-size: 1.6rem;
  line-height: 1.3;
}
section.cta-internal .left .desc > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 760px) {
  section.cta-internal .left .desc {
    font-size: 1.8rem;
  }
}
@media (min-width: 1040px) {
  section.cta-internal .left .desc {
    font-size: 2rem;
  }
}
@media (min-width: 1260px) {
  section.cta-internal .left .desc {
    font-size: 2.2rem;
  }
}
section.cta-internal .right {
  padding-top: 2rem;
}
@media (max-width: 539px) {
  section.cta-internal .right .buttons {
    display: flex;
    flex-direction: column;
  }
  section.cta-internal .right .buttons > *:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 760px) {
  section.cta-internal .right {
    padding-top: 0;
    padding-left: 2rem;
    text-align: right;
  }
}

.sponsored-articles-table-heading {
  margin-top: 5rem;
}

.sponsored-articles-table:after {
  content: "*Min. 4 articles";
  display: block;
  text-align: right;
  font-size: 1.2rem;
}
.sponsored-articles-table table thead {
  background-color: #191919;
}
.sponsored-articles-table table thead tr {
  border-bottom: 0;
}
.sponsored-articles-table table thead tr th {
  background-color: #191919;
  color: white;
  text-transform: none;
  padding: 2rem 0;
}
.sponsored-articles-table table thead tr th:not(:first-child) {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 759px) {
  .sponsored-articles-table table thead tr th:not(:first-child) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 759px) {
  .sponsored-articles-table table thead tr th {
    font-size: 1.6rem;
  }
}
@media (max-width: 539px) {
  .sponsored-articles-table table thead tr th {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 2rem 1.5rem;
    padding-right: 2rem !important;
  }
}
.sponsored-articles-table table tbody {
  border: 0;
}
.sponsored-articles-table table tbody tr td {
  padding: 2rem 0;
  position: relative;
  font-size: 1.8rem;
}
.sponsored-articles-table table tbody tr td:not(:first-child) {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 759px) {
  .sponsored-articles-table table tbody tr td:not(:first-child) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.sponsored-articles-table table tbody tr td:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #191919;
}
.sponsored-articles-table table tbody tr td em {
  color: white;
  position: relative;
  width: 2.5rem;
  display: inline-block;
  height: 2.5rem;
}
.sponsored-articles-table table tbody tr td em:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/custom/green-tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sponsored-articles-table table tbody tr td:not(:first-child) {
  width: 15%;
  max-width: 13rem;
}
.sponsored-articles-table table tbody tr td:not(:first-child):after {
  left: 2rem;
  width: calc(100% - 2rem);
}
@media (max-width: 759px) {
  .sponsored-articles-table table tbody tr td:not(:first-child):after {
    left: 1rem;
    width: calc(100% - 1rem);
  }
}
@media (max-width: 539px) {
  .sponsored-articles-table table tbody tr td {
    font-size: 1.6rem;
  }
  .sponsored-articles-table table tbody tr td:not(:first-child) {
    text-align: center;
    padding-left: 2rem;
  }
}

.methodologies-spacer {
  padding-top: 34rem;
}
@media (max-width: 1039px) {
  .methodologies-spacer {
    padding-top: 28rem;
  }
}
@media (max-width: 759px) {
  .methodologies-spacer {
    padding-top: 18rem;
  }
}
@media (max-width: 539px) {
  .methodologies-spacer {
    padding-top: 0;
  }
}

.methodologies {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 15rem;
  transition-delay: 0.1s;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.active .methodologies {
  opacity: 1;
}
@media (max-width: 1039px) {
  .methodologies {
    top: 11rem;
  }
}
@media (max-width: 759px) {
  .methodologies {
    top: 10rem;
  }
}
@media (max-width: 539px) {
  .methodologies {
    flex-direction: column;
    position: relative;
    float: left;
    width: 32%;
    top: 0;
    margin-right: 2rem;
  }
}
.methodologies:before {
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: white;
  z-index: 1;
  position: absolute;
}
@media (max-width: 539px) {
  .methodologies:before {
    width: 1px;
    height: calc(100% - 2rem);
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
.methodologies .methodology {
  width: calc(20% - 3rem);
  max-width: 17rem;
  display: block;
  position: relative;
  background-color: white;
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 1039px) {
  .methodologies .methodology {
    width: calc(20% - 2.2rem);
  }
}
@media (max-width: 759px) {
  .methodologies .methodology {
    width: calc(20% - 1rem);
  }
}
@media (max-width: 539px) {
  .methodologies .methodology {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.methodologies .methodology:after {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.methodologies .methodology span {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  padding: 1rem;
  text-align: center;
  transform: translateY(-50%);
  color: black;
  z-index: 4;
}
@media (max-width: 759px) {
  .methodologies .methodology span {
    font-size: 1.4rem;
    padding: 0.5rem;
  }
}

.positions {
  width: calc((100% + 2rem) * 2);
  position: relative;
  margin-top: 2rem;
  left: calc(-100% - 4rem);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 759px) {
  .positions {
    width: 100%;
    left: 0;
  }
}
.positions .col-position {
  width: calc(25% - 2rem);
  margin-top: 2rem;
}
@media (max-width: 759px) {
  .positions .col-position {
    width: calc(50% - 1rem);
  }
}
.positions .col-position.x2 {
  width: calc(50% - 2rem);
}
.positions .col-position.x2 img {
  width: calc(100% - 2rem);
}
@media (max-width: 759px) {
  .positions .col-position.x2 {
    width: 100%;
  }
  .positions .col-position.x2 img {
    width: 100%;
  }
}
.positions .col-position .label-position {
  margin-top: 1rem;
}
@media (max-width: 759px) {
  .positions .col-position .label-position {
    font-size: 1.4rem;
  }
}
.positions .col-position .label-position .type-position {
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 759px) {
  .positions .col-position .label-position .type-position {
    font-size: 1.6rem;
  }
}

.postid-132 section.accordion-internal {
  background-color: transparent;
  color: #191919;
}
.postid-132 section.accordion-internal .left {
  pointer-events: none;
}
.postid-132 section.accordion-internal .left h2 {
  color: #191919;
}
.postid-132 section.accordion-internal .left .arrow {
  display: none;
}

#onlineOptions, #printOptions {
  display: block;
}

.single-solutions table {
  width: 100%;
}

.single-case_study main .container {
  padding-top: 5rem;
}
.single-case_study main .container p a:not(.btn) {
  color: #fd2341;
  text-decoration: underline;
}
.single-case_study main .container > *:not(section) {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  gap: 0;
}
.single-case_study main .container > *:not(section).is-style-main-image {
  padding: 0;
  max-width: 1400px;
  margin-bottom: 0rem;
}
.single-case_study main .container > *:not(section).is-style-rac-featured-image {
  margin-top: 4rem;
  max-width: 1240px;
}
.single-case_study main .container > *:not(section).is-style-rac-featured-image + .is-style-rac-featured-image {
  margin-top: 0;
}
.single-case_study main .container > *:not(section).rac-block {
  margin-top: 4rem;
}
.single-case_study main .container > *:not(section).rac-block + .is-style-rac-featured-image {
  margin-top: 0;
}
.single-case_study main .container > *:not(section) .is-style-rac-half-image {
  display: inline-block;
  width: 50%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.single-case_study main .container > *:not(section) .is-style-rac-half-image:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.single-case_study main .container > *:not(section) .is-style-rac-half-image > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-case_study main .container > *:not(section).wp-block-pullquote {
  max-width: 100%;
}
.single-case_study main .container > section p a:not(.btn) {
  color: #26E6FF;
  text-decoration: underline;
}
.single-case_study main .container .sponsored-company {
  font-size: 2rem;
}
.single-case_study main .container .sponsored-company img {
  max-width: 15rem;
  max-height: 8rem;
}
.single-case_study main .container .bottom-title {
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-case_study main .container .bottom-title + .rac-block {
  position: relative;
}
@media (max-width: 759px) {
  .single-case_study main .container .bottom-title {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.single-case_study main .container .bottom-title .col {
  width: calc(100% - 20rem);
}
@media (max-width: 759px) {
  .single-case_study main .container .bottom-title .col {
    width: 100%;
    margin-top: 2rem;
  }
}
.single-case_study main .container .bottom-title .col span {
  padding-right: 2rem;
  position: relative;
  display: inline-block;
}
.single-case_study main .container .bottom-title .col span:not(:last-child):after {
  content: " | ";
  position: absolute;
  right: 0.6rem;
  top: 0;
}
.single-case_study main .container .bottom-title .col a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.6rem;
  display: block;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
.single-case_study main .container .bottom-title .col a:hover {
  color: #26E6FF;
}
.single-case_study main .container h1 {
  font-size: 3.4rem;
  line-height: 1.1;
  margin-bottom: 3rem;
}
@media (min-width: 540px) {
  .single-case_study main .container h1 {
    font-size: 4rem;
  }
}
@media (min-width: 760px) {
  .single-case_study main .container h1 {
    font-size: 5rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1040px) {
  .single-case_study main .container h1 {
    font-size: 6rem;
  }
}
@media (min-width: 1260px) {
  .single-case_study main .container h1 {
    font-size: 7rem;
  }
}
.single-case_study main .container .parallax {
  background: transparent;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0;
}
.single-case_study main .container .parallax .wrap {
  padding: 0;
}
.single-case_study main .container .parallax .col {
  transform: translateY(40%);
  width: 33.3333333333%;
}
.single-case_study main .container .parallax .col.col2 {
  transform: translateY(40%) translateX(-50%);
}
@media (max-width: 759px) {
  .single-case_study main .container .parallax .col {
    transform: translateY(80%);
  }
  .single-case_study main .container .parallax .col.col2 {
    transform: translateY(80%) translateX(-50%);
  }
}
.single-case_study main .container .parallax .col .background-parallax {
  margin-bottom: 0;
  border-radius: 0;
}
.single-case_study main .container section.accordion-internal .left {
  pointer-events: none;
}
.single-case_study main .container section.accordion-internal + .wp-block-image, .single-case_study main .container section.accordion-internal + .is-layout-flex {
  margin-top: 5rem;
}
@media (max-width: 759px) {
  .single-case_study main .container section.accordion-internal + .wp-block-image, .single-case_study main .container section.accordion-internal + .is-layout-flex {
    margin-top: 4rem;
  }
}
@media (max-width: 539px) {
  .single-case_study main .container section.accordion-internal + .wp-block-image, .single-case_study main .container section.accordion-internal + .is-layout-flex {
    margin-top: 3rem;
  }
}
.single-case_study main .container .wp-block-image + section.accordion-internal:not(:first-of-type), .single-case_study main .container .is-layout-flex + section.accordion-internal:not(:first-of-type) {
  margin-top: 5rem;
}
@media (max-width: 759px) {
  .single-case_study main .container .wp-block-image + section.accordion-internal:not(:first-of-type), .single-case_study main .container .is-layout-flex + section.accordion-internal:not(:first-of-type) {
    margin-top: 4rem;
  }
}
@media (max-width: 539px) {
  .single-case_study main .container .wp-block-image + section.accordion-internal:not(:first-of-type), .single-case_study main .container .is-layout-flex + section.accordion-internal:not(:first-of-type) {
    margin-top: 3rem;
  }
}
.single-case_study main .container .wp-block-pullquote blockquote {
  max-width: 1100px;
  width: 100%;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
  font-size: 2.1rem;
  line-height: 1.2;
}
@media (min-width: 760px) {
  .single-case_study main .container .wp-block-pullquote blockquote {
    font-size: 2.4rem;
  }
}
@media (min-width: 1040px) {
  .single-case_study main .container .wp-block-pullquote blockquote {
    font-size: 3rem;
  }
}
.single-case_study main .container .wp-block-pullquote blockquote:before {
  content: "";
  width: 6rem;
  height: 5rem;
  margin-bottom: 2rem;
  display: block;
  position: relative;
  background: transparent;
  background-image: url("../img/custom/quotes.svg");
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}
.single-case_study footer {
  margin-top: 0 !important;
}

.result-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.result-table .div-heading {
  margin-top: 3rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  width: 100%;
  border-bottom: 1px solid white;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media (min-width: 760px) {
  .result-table .div-heading {
    font-size: 2.4rem;
  }
}
@media (min-width: 1040px) {
  .result-table .div-heading {
    font-size: 3rem;
  }
}
.result-table .sub-heading {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 760px) {
  .result-table .sub-heading {
    font-size: 2rem;
  }
}
@media (min-width: 1040px) {
  .result-table .sub-heading {
    font-size: 2.4rem;
  }
}
.result-table .col-50 {
  width: calc(50% - 1rem);
}
.result-table .col-50:last-child {
  margin-top: 2rem;
}
@media (max-width: 539px) {
  .result-table .col-50 {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.result-table .col-50 .number {
  font-size: 2.8rem;
  font-weight: bold;
  color: #26E6FF;
  width: 100%;
}
@media (min-width: 760px) {
  .result-table .col-50 .number {
    font-size: 3.2rem;
  }
}
@media (min-width: 1040px) {
  .result-table .col-50 .number {
    font-size: 4.4rem;
  }
}

.page-template-page-case-studies .container, .page-template-page-our-thinking .container {
  padding-top: 5rem;
}
.page-template-page-case-studies h1, .page-template-page-our-thinking h1 {
  font-size: 3.4rem;
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media (min-width: 540px) {
  .page-template-page-case-studies h1, .page-template-page-our-thinking h1 {
    font-size: 4rem;
  }
}
@media (min-width: 760px) {
  .page-template-page-case-studies h1, .page-template-page-our-thinking h1 {
    font-size: 5rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1040px) {
  .page-template-page-case-studies h1, .page-template-page-our-thinking h1 {
    font-size: 6rem;
  }
}
@media (min-width: 1260px) {
  .page-template-page-case-studies h1, .page-template-page-our-thinking h1 {
    font-size: 7rem;
  }
}
.page-template-page-case-studies .is-style-standfirst, .page-template-page-our-thinking .is-style-standfirst {
  font-size: 2rem;
}
@media (min-width: 1040px) {
  .page-template-page-case-studies .is-style-standfirst, .page-template-page-our-thinking .is-style-standfirst {
    width: 50%;
  }
}

.page-template-page-case-studies .home-col {
  border-top: 1px solid #CED4DA;
}

.page-template-page-our-thinking .home-col .works h3 {
  font-weight: bold;
  font-size: 2rem;
}
.page-template-page-our-thinking .our-thinkinging-container {
  border-top: 1px solid #CED4DA;
  padding-top: 3rem;
}
.page-template-page-our-thinking h1 {
  margin-bottom: 0 !important;
}
.page-template-page-our-thinking .work {
  display: flex;
  align-items: center;
}
.page-template-page-our-thinking .work .author {
  width: 100%;
  max-width: 14rem;
  padding-right: 2rem;
}
.page-template-page-our-thinking .work .author-details {
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CED4DA;
}
.page-template-page-our-thinking .work a {
  cursor: pointer !important;
  display: block;
  width: 100%;
}
.page-template-page-our-thinking .work a:hover h3 {
  color: #005BA5;
}
.page-template-page-our-thinking .work a * {
  cursor: pointer !important;
}
.page-template-page-our-thinking .work h3 {
  transition: all 0.2s ease-in-out;
}

.postid-874 .is-style-main-image {
  background-color: #ffdac7;
  padding-top: 30px !important;
}
.postid-874 .is-style-main-image:before, .postid-874 .is-style-main-image:after {
  content: "";
  width: 200vw;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #ffdac7;
}
.postid-874 .is-style-main-image:before {
  left: 50%;
}
.postid-874 .is-style-main-image:after {
  right: 50%;
}
.postid-874 .is-style-main-image .HYPE_document {
  position: relative;
}
.postid-874 .is-style-rac-half-image:first-child {
  padding: 50px;
  background-color: #c4f4f4;
}
.postid-874 .is-style-rac-half-image:first-child .HYPE_document {
  position: absolute;
  width: calc(100% - 6rem) !important;
  left: 3rem;
  top: 3rem;
  height: calc(100% - 6rem) !important;
}

.single-case_study .block-qanda {
  position: relative;
  z-index: 3;
}
.single-case_study .block-qanda .circle-qanda {
  border-color: white;
}
.single-case_study .block-qanda * {
  font-family: "sofia-pro" !important;
}
.single-case_study .block-qanda .question-qa:before {
  background: white;
}

@media (min-width: 760px) {
  section.top-head.our-audience-header .content .left {
    width: 70%;
  }
}
@media (min-width: 760px) and (max-width: 1039px) {
  section.top-head.our-audience-header .content .left h1 {
    font-size: 5rem;
  }
}
@media (min-width: 760px) and (min-width: 1260px) {
  section.top-head.our-audience-header .content .left h1 {
    font-size: 8rem;
  }
}
@media (min-width: 760px) {
  section.top-head.our-audience-header .content .right {
    width: 30%;
    display: block;
    position: relative;
    overflow: hidden;
  }
  section.top-head.our-audience-header .content .right:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  section.top-head.our-audience-header .content .right > * {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    object-position: center;
  }
}

.repeater-our-audience {
  background-color: #191919;
  color: white;
  padding: 4rem 0;
}
.repeater-our-audience .container-repeater .single-entry:not(:last-child) {
  margin-bottom: 4rem;
}
@media (max-width: 759px) {
  .repeater-our-audience .container-repeater .single-entry:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media (max-width: 539px) {
  .repeater-our-audience .container-repeater .single-entry:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.repeater-our-audience .container-repeater .single-entry .image:not(:last-child) {
  margin-bottom: 1rem;
}
.repeater-our-audience .container-repeater .single-entry .text {
  font-size: 2.4rem;
}
.repeater-our-audience .container-repeater .single-entry .text > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1039px) {
  .repeater-our-audience .container-repeater .single-entry .text {
    font-size: 2rem;
  }
}
@media (max-width: 759px) {
  .repeater-our-audience .container-repeater .single-entry .text {
    font-size: 1.8rem;
  }
}
@media (max-width: 539px) {
  .repeater-our-audience .container-repeater .single-entry .text {
    font-size: 1.6rem;
  }
}

.our-story-accordion .content .left {
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
}

.contact-block {
  padding-top: 4rem;
}
.contact-block .row {
  display: flex;
  gap: 4rem;
}
.contact-block .row .left, .contact-block .row .right, .contact-block .row .col {
  width: 50%;
}
@media (max-width: 759px) {
  .contact-block .row {
    gap: 3rem;
    flex-direction: column;
  }
  .contact-block .row:first-child {
    flex-direction: column-reverse;
  }
  .contact-block .row > * {
    width: 100% !important;
  }
}
.contact-block .row .map-container {
  position: relative;
  height: 500px;
}
.contact-block .row .map-container #map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
}
@media (max-width: 759px) {
  .contact-block .row .map-container {
    height: 350px;
  }
  .contact-block .row .map-container #map {
    height: 350px;
  }
}
.contact-block h1 {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (min-width: 760px) {
  .contact-block h1 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1040px) {
  .contact-block h1 {
    font-size: 4rem;
  }
}
.contact-block .more-contacts {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.contact-block .contact-details {
  margin-bottom: 5rem;
}
.contact-block .contact-details .name {
  font-size: 1.8rem;
  font-weight: bold;
}
.contact-block .contact-details .role {
  font-size: 1.4rem;
}
.contact-block .contact-details .change-email {
  text-decoration: underline;
  font-size: 1.4rem;
}
@media (max-width: 759px) {
  .contact-block .contact-details {
    gap: 1rem !important;
  }
}

.style-form .legal-consent-container {
  font-size: 1.4rem;
}
.style-form .legal-consent-container p:last-child {
  margin-bottom: 0;
}
.style-form p.zephr-recaptcha-tcs {
  font-size: 12px !important;
  text-align: left;
  margin-top: 1.2rem;
  margin-bottom: 0;
  line-height: 1.3;
  font-family: "sofia-pro";
  color: black;
}
.style-form h2 {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 539px) {
  .style-form h2 {
    font-size: 3.2rem;
  }
}
.style-form ul, .style-form li {
  list-style: none;
}
.style-form form {
  padding: 0;
  margin: 0 auto;
  margin-top: 4rem;
}
.style-form form input, .style-form form select, .style-form form textarea {
  border: 1px solid #444444 !important;
  border-radius: 2.6rem !important;
  padding: 1.2rem 1.6rem !important;
  font-size: 1.6rem !important;
  line-height: 2rem;
  width: 100%;
  font-family: "sofia-pro" !important;
  font-weight: 400;
  margin-top: 2rem;
  height: auto;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  color: #191919 !important;
}
.style-form form input.error, .style-form form select.error, .style-form form textarea.error {
  border-color: #fd2341 !important;
}
.style-form form inputver, .style-form form selectver, .style-form form textareaver {
  margin: 0;
  padding: 0 !important;
  height: 100%;
}
.style-form form input::-webkit-input-placeholder, .style-form form select::-webkit-input-placeholder, .style-form form textarea::-webkit-input-placeholder { /* Edge */
  color: #191919 !important;
}
.style-form form input:-ms-input-placeholder, .style-form form select:-ms-input-placeholder, .style-form form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #191919 !important;
}
.style-form form input::placeholder, .style-form form select::placeholder, .style-form form textarea::placeholder {
  color: #191919 !important;
}
.style-form form input:focus, .style-form form select:focus, .style-form form textarea:focus {
  outline: 0 !important;
}
.style-form form.hs-form .hs-fieldtype-radio label, .style-form form.hs-form .hs-fieldtype-text label, .style-form form.hs-form .hs-fieldtype-select label {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  display: block;
}
.style-form form.hs-form .hs-fieldtype-radio label .hs-form-required, .style-form form.hs-form .hs-fieldtype-text label .hs-form-required, .style-form form.hs-form .hs-fieldtype-select label .hs-form-required {
  color: #fd2341;
}
.style-form form.hs-form .hs-fieldtype-radio.field {
  margin-bottom: 2rem;
}
.style-form form.hs-form .hs-fieldtype-radio.field > label {
  margin-bottom: 1.5rem;
}
.style-form form.hs-form .hs-fieldtype-booleancheckbox {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 2rem;
  max-width: 100%;
}
@media (max-width: 539px) {
  .style-form form.hs-form .hs-fieldtype-booleancheckbox {
    max-width: 100%;
  }
}
.style-form form.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display {
  display: flex;
  margin-bottom: 0.5rem;
}
.style-form form.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span {
  margin-left: 0;
  width: calc(100% - 30px);
  font-weight: bold;
}
.style-form form.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span em {
  font-style: normal;
}
.style-form form.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display input {
  appearance: auto !important;
  margin: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 2px;
  accent-color: #005BA5;
}
.style-form form.hs-form #ma.hs-error-msg {
  font-weight: bold;
  color: #fd2341;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.style-form form.hs-form .hs_error_rollup {
  width: 100% !important;
}
.style-form form.hs-form .hs-error-msgs li {
  margin-bottom: 0;
}
.style-form form.hs-form .hs-error-msgs .hs-main-font-element:not(.hs-error-msg) {
  color: #842029;
  background-color: #F8D7DA;
  border: 1px solid #F1AEB5;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 4px 6px;
  width: 100%;
  display: block;
  border-radius: 2px;
  text-align: center;
}
.style-form form.hs-form .hs_submit {
  width: 100%;
}
.style-form form.hs-form .hs_submit input {
  cursor: pointer;
  border: 1px solid #191919;
  border-radius: 2.6rem;
  color: white;
  padding: 1.2rem 1.6rem;
  font-family: "sofia-pro" !important;
  font-weight: bold;
  background-color: #191919;
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin-left: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
  color: white !important;
}
.style-form form.hs-form .hs_submit input:hover {
  background-color: white;
  color: #191919 !important;
  border-color: #191919 !important;
}
.style-form form.hs-form .submitted-message {
  background-color: #D1E7DD;
  border: 1px solid #A3CFBB;
  color: #0F5132;
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
  max-width: 30rem;
  text-align: center;
  font-weight: bold;
}
.style-form form.hs-form .submitted-message .zephr-registration-form-response-message-title {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.style-form form .hs-dependent-field > *:not(:first-child) #ma {
  display: none !important;
}
.style-form form .hs_write_deadlines_commercial + .hs-dependent-field {
  width: 100%;
}
@media (min-width: 540px) {
  .style-form form .hs_write_deadlines_commercial + .hs-dependent-field .inputs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .style-form form .hs_write_deadlines_commercial + .hs-dependent-field .inputs-list > li {
    width: calc(50% - 2rem);
  }
  .style-form form .hs_write_deadlines_commercial + .hs-dependent-field .inputs-list > li #ma {
    margin-bottom: 0;
  }
}
.style-form form .hs-form-field {
  margin-bottom: 1.6rem;
}
.style-form form .hs-form-field input, .style-form form .hs-form-field select, .style-form form .hs-form-field textarea {
  margin-top: 0rem;
}
.style-form form .hs-form-field #ma {
  margin-bottom: 1rem;
  display: block;
}
.style-form form .hs-form-field #ma span {
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.style-form form .hs-form-field #ma span.hs-form-required {
  color: #fd2341;
  margin-left: 0.3rem;
}
.style-form form .hs-form-checkbox-display input[type=checkbox] {
  appearance: auto !important;
  margin: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 0;
  accent-color: #005BA5;
}
.style-form form .hs-form-checkbox-display span {
  vertical-align: top;
  font-weight: normal !important;
}
.style-form form .hs-form-radio-display input[type=radio] {
  appearance: auto !important;
  margin: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 0;
  accent-color: #005BA5;
}
.style-form form .hs-form-radio-display span {
  vertical-align: top;
  font-weight: normal !important;
}
.style-form form select {
  background-image: url("../img/custom/arrow-down.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.style-form form ul {
  padding: 0;
  margin: 0;
}
.style-form form ul li {
  font-family: "sofia-pro";
}
.style-form form.show-opt-in progress[value="100"] ~ *:not(button) {
  opacity: 0.4;
}
.style-form form.show-opt-in progress[value="100"] ~ *:not(button):nth-last-child(3) {
  opacity: 1;
}

.page-template-page-calendar main, .page-template-page-media-pack main, .page-template-page-c-suite-download main {
  min-height: 50vh;
}
.page-template-page-calendar main .wrap, .page-template-page-media-pack main .wrap, .page-template-page-c-suite-download main .wrap {
  max-width: 800px;
}
.page-template-page-calendar main .wrap .style-form, .page-template-page-media-pack main .wrap .style-form, .page-template-page-c-suite-download main .wrap .style-form {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.page-template-page-wrap .wrap {
  padding-top: 4rem;
}

#social-share {
  margin-bottom: 1rem;
  display: flex;
}
@media (min-width: 540px) and (max-width: 759px) {
  #social-share {
    width: 50%;
    width: auto;
    margin-left: auto;
    order: 4;
  }
}
#social-share .socialbox {
  margin-right: -0.6rem;
  width: calc(100% + 0.6rem);
  display: flex;
}
#social-share .socialbox > * {
  cursor: pointer;
  width: calc(25% + 0.6rem);
  margin-right: 0.6rem;
  padding-right: 2px;
}
#social-share .socialbox > * svg {
  width: 100%;
  display: block;
  fill: #191919 !important;
  transition: all 0.2s ease-in-out;
}
#social-share .socialbox > * svg * {
  transition: all 0.2s ease-in-out;
  fill: #191919;
}
#social-share .socialbox > * svg circle {
  fill: transparent !important;
}
#social-share .socialbox > *:hover svg {
  fill: white !important;
}
#social-share .socialbox > *:hover svg > *, #social-share .socialbox > *:hover svg > path {
  fill: white !important;
}
#social-share .socialbox > *:hover svg > circle {
  fill: #191919 !important;
  stroke: #191919 !important;
}
@media (max-width: 759px) {
  #social-share .socialbox {
    max-width: 16.8rem;
  }
}

.single-post h1 {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (min-width: 540px) {
  .single-post h1 {
    font-size: 3rem;
  }
}
@media (min-width: 760px) {
  .single-post h1 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1040px) {
  .single-post h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1260px) {
  .single-post h1 {
    font-size: 4.8rem;
  }
}
.single-post .is-style-standfirst {
  margin-bottom: 4rem;
  font-size: 1.8rem;
  line-height: 1.3;
}
.single-post .is-style-standfirst > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 760px) {
  .single-post .is-style-standfirst {
    font-size: 1.8rem;
  }
}
@media (min-width: 1040px) {
  .single-post .is-style-standfirst {
    font-size: 2rem;
  }
}
@media (min-width: 1260px) {
  .single-post .is-style-standfirst {
    font-size: 2.2rem;
  }
}
.single-post .is-style-standfirst + p:not(.is-style-nodrop)::first-letter {
  float: left;
  font-size: 6rem;
  line-height: 4.5rem;
  padding-bottom: 0.4rem;
  padding-right: 0.8rem;
  font-family: "sofia-pro";
  margin-top: -1rem;
}
.single-post .content {
  position: relative;
}
.single-post .content:last-child {
  margin-bottom: 5rem;
}
.single-post .content p a {
  color: #fd2341;
  text-decoration: underline;
}
.single-post .top-title {
  padding-top: 3rem;
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 0 !important;
  border-bottom: 1px solid #CED4DA;
}
.single-post .top-title a {
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  color: #191919;
  font-size: 5rem;
  cursor: pointer;
}
.single-post .top-title a:hover {
  color: #fd2341;
}
@media (max-width: 1039px) {
  .single-post .top-title a {
    font-size: 5rem;
  }
}
@media (max-width: 759px) {
  .single-post .top-title a {
    font-size: 3.6rem;
  }
}
.single-post .container {
  position: relative;
}
.single-post .container .top-left {
  position: absolute;
  max-width: 1240px;
  width: 30%;
  left: 0;
  max-width: 23rem;
}
.single-post .container .top-left:not(.desktop) {
  display: none;
}
@media (max-width: 1039px) {
  .single-post .container .top-left {
    width: 25rem;
  }
}
@media (max-width: 759px) {
  .single-post .container .top-left {
    width: 20rem;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #CED4DA;
  }
  .single-post .container .top-left:not(.desktop) {
    display: flex;
    align-items: center;
  }
  .single-post .container .top-left.desktop {
    display: none;
  }
}
.single-post .container .top-left #social-share {
  max-width: 15rem;
}
.single-post .container .top-left #social-share:not(:first-child) {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(68, 68, 68, 0.2);
}
@media (max-width: 759px) {
  .single-post .container .top-left #social-share {
    padding-top: 0 !important;
    margin-top: 0 !important;
    border-top: 0 !important;
    max-width: 13rem;
    margin-bottom: 0 !important;
  }
  .single-post .container .top-left #social-share .socialbox > * {
    margin-right: 0.3rem;
  }
}
@media (max-width: 759px) {
  .single-post .container .top-left .author {
    display: flex;
    position: relative;
    height: 9rem;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}
.single-post .container .top-left .author .author-photo {
  width: 100%;
  margin-bottom: 1rem;
}
.single-post .container .top-left .author .author-photo img {
  max-width: 12rem;
  object-position: top left;
  object-fit: contain;
}
@media (max-width: 759px) {
  .single-post .container .top-left .author .author-photo img {
    max-width: 9rem;
    height: 9rem;
  }
}
@media (max-width: 759px) {
  .single-post .container .top-left .author .author-photo {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 9rem;
  }
  .single-post .container .top-left .author .author-photo ~ * {
    padding-left: 9rem;
  }
}
.single-post .container .top-left .author .author-name {
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 759px) {
  .single-post .container .top-left .author .author-name {
    font-size: 1.6rem;
  }
}
.single-post .container .top-left .author .author-role {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
@media (max-width: 759px) {
  .single-post .container .top-left .author-date .date {
    display: none;
  }
}
.single-post .container > .wrap {
  display: flex;
  flex-wrap: wrap;
}
.single-post .container > .wrap > * {
  padding-left: 33.3333333333%;
}
@media (max-width: 759px) {
  .single-post .container > .wrap > * {
    padding-left: 0rem;
  }
}
.single-post .container .content.fadedArticle {
  position: relative;
}
.single-post .container .content.fadedArticle .fadeArticle {
  position: relative;
}
.single-post .container .content.fadedArticle .fadeArticle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--main-bg-color, #ffffff) 100%);
  width: 100%;
}
.single-post .container .content.fadedArticle > *:not(.tags-report) {
  pointer-events: none !important;
}
.single-post .container .tag {
  margin-bottom: 0.4rem;
}
.single-post .container .tag span {
  color: #fd2341;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 800;
  font-size: 1.2rem;
  display: inline-block;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.single-post .container .tag span:not(:last-child) {
  content: " - ";
}
.single-post .container .wp-block-embed {
  margin-bottom: 3rem;
}
.single-post .container .wp-block-image {
  margin-bottom: 2rem;
}
.single-post .container .wp-block-pullquote {
  position: relative;
  max-width: 1240px;
  width: 50%;
  padding-right: 3rem;
  margin-left: -50%;
  float: left;
  margin-bottom: 2rem;
}
.single-post .container .wp-block-pullquote:before {
  display: none;
}
@media (max-width: 759px) {
  .single-post .container .wp-block-pullquote {
    width: 100%;
    position: relative;
    margin-left: 0;
    padding-right: 0;
  }
}
.single-post .container .wp-block-pullquote blockquote {
  padding-left: 0;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #CED4DA;
  border-bottom: 1px solid #CED4DA;
}
@media (max-width: 1039px) {
  .single-post .container .wp-block-pullquote blockquote {
    font-size: 2rem;
  }
}
@media (max-width: 759px) {
  .single-post .container .wp-block-pullquote blockquote {
    max-width: 100%;
  }
}
.single-post .container .wp-block-pullquote blockquote:before {
  display: none;
}
.single-post .container .wp-block-pullquote blockquote > *:last-child, .single-post .container .wp-block-pullquote blockquote p:last-child {
  margin-bottom: 0;
}
.single-post .read-more-related {
  margin-top: 6rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #CED4DA;
}
.single-post .related-posts-container {
  padding-left: 0 !important;
}
.single-post .related-posts {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5rem;
}
@media (max-width: 759px) {
  .single-post .related-posts {
    flex-direction: column;
  }
}
.single-post .related-posts .related-post {
  width: 33.3333333333%;
  padding-right: 2rem;
}
.single-post .related-posts .related-post .image-preview {
  position: relative;
  overflow: hidden;
}
.single-post .related-posts .related-post .image-preview:after {
  content: "";
  padding-bottom: 56%;
  display: block;
  width: 100%;
}
.single-post .related-posts .related-post .image-preview img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-post .related-posts .related-post .bottom-related {
  margin-top: 1rem;
}
.single-post .related-posts .related-post .bottom-related .related-title {
  font-weight: 600;
}
.single-post .related-posts .related-post .bottom-related .author {
  margin-top: 1rem;
  font-size: 1.4rem;
}
@media (max-width: 1039px) {
  .single-post .related-posts .related-post {
    padding-right: 0;
    width: calc(50% - 2rem);
  }
  .single-post .related-posts .related-post:nth-child(n+3) {
    display: none;
  }
}

.block-qanda .circle-qanda {
  border-radius: 3rem;
  color: white;
  background-color: #191919;
  float: left;
  font-family: "sofia-pro";
  font-weight: bold;
  min-height: 3rem;
  min-width: 3rem;
  text-align: center;
  line-height: 2.6rem;
  margin-right: 1rem;
  border: 1px solid #191919;
  padding-left: 5px;
  padding-right: 5px;
}
.block-qanda .question-qa {
  position: relative;
  font-family: "Acta", serif;
  position: relative;
}
.block-qanda .question-qa:before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 0.1rem;
  width: 1px;
  height: 100%;
  z-index: -1;
  background: #191919;
}
.block-qanda .question-qa .circle-qanda {
  color: #191919;
  background-color: white;
  position: relative;
}
.block-qanda .question-qa h5 {
  margin: 0;
  font-family: "Acta", serif;
  padding-bottom: 2rem;
  padding-left: 4rem;
}
.block-qanda .answer-qa {
  position: relative;
  font-family: "Acta", serif;
}
.block-qanda .answer-qa a {
  color: #fd2341;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
  text-decoration-color: transparent;
}
.block-qanda .answer-qa a:hover {
  text-decoration-color: rgba(253, 35, 65, 0.5);
}

@media (max-width: 539px) {
  .wp-block-pullquote + .block-qanda:before {
    content: "";
    display: block;
    clear: both;
    width: 100%;
  }
}
@media (min-width: 540px) {
  .wp-block-pullquote + .block-qanda .question-qa {
    float: left;
    position: relative;
    width: 60%;
  }
  .wp-block-pullquote + .block-qanda .question-qa:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (min-width: 760px) {
  .wp-block-pullquote + .block-qanda .question-qa {
    width: 70%;
  }
}

.ahtmlblock.black {
  padding: 2rem;
  background-color: #191919;
  border-radius: 2.4rem;
}
.ahtmlblock.black > * {
  margin-top: -2.2rem;
  margin-bottom: -2.2rem;
}

.ahtmlblock {
  margin-bottom: 2rem;
}

@media (max-width: 539px) {
  .cv-block {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 759px) {
  .cv-block.wp-block-pullquote {
    width: 50% !important;
    margin-right: 2rem !important;
  }
}
.cv-block.wp-block-pullquote .accordion {
  margin-right: 0rem !important;
  margin-bottom: 2rem;
}
@media (max-width: 539px) {
  .cv-block.wp-block-pullquote {
    width: 100% !important;
    margin-left: 0rem !important;
  }
  .cv-block.wp-block-pullquote .accordion {
    margin-right: 0 !important;
    width: 100%;
  }
}
.cv-block .accordion {
  padding: 2rem 3rem;
  background: #191919;
  color: white;
}
.cv-block .accordion a {
  color: #26E6FF;
}
.cv-block .accordion .top h3 {
  font-size: 2.4rem;
}
.cv-block .accordion .top img {
  float: left;
  width: 9rem;
  margin-right: 3rem;
  margin-bottom: 0.8rem;
  margin-top: -0.5rem;
}
.cv-block .accordion .top p {
  font-family: "Acta", serif;
  font-size: 1.8rem;
}
.cv-block .accordion .top:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.cv-block .accordion .bottom .years > * {
  padding-left: 4rem;
  position: relative;
  position: relative;
}
.cv-block .accordion .bottom .years > * .negative-years {
  margin-left: -4rem;
}
.cv-block .accordion .bottom .years > *:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: -3.4rem;
  width: 1px;
  height: calc(100% + 3rem);
  z-index: 1;
  background-color: white;
  border-radius: 50%;
}
.cv-block .accordion .bottom .years > *:last-child:before {
  display: none;
}
.cv-block .accordion .bottom .years .year {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
.cv-block .accordion .bottom .years .year:before {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: -4rem;
  width: 1.3rem;
  height: 1.3rem;
  z-index: 2;
  background-color: #26E6FF;
  border-radius: 50%;
}
.cv-block .accordion .bottom .years p {
  font-size: 1.6rem;
}
.cv-block .accordion .expand {
  text-align: right;
  cursor: pointer;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cv-block .accordion .expand .opened {
  display: none;
}
.cv-block .accordion .expand svg {
  display: inline-block;
  width: 3rem;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  margin-left: 1rem;
}
.cv-block .accordion .expand.active span.opened {
  display: inline-block;
}
.cv-block .accordion .expand.active span:not(.opened) {
  display: none;
}
.cv-block .accordion .expand.active svg {
  transform: rotate(180deg);
}
.dark-long-read .cv-block .accordion {
  background: #FFF9E9;
  color: #191919;
}
.dark-long-read .cv-block .accordion a {
  color: #00437A;
}
.dark-long-read .cv-block .accordion.full-margin {
  margin: 4rem 0 5rem;
}
.dark-long-read .cv-block .accordion .top h3 {
  color: #191919;
}
.dark-long-read .cv-block .accordion .bottom .years {
  padding-left: 0;
}
.dark-long-read .cv-block .accordion .bottom .years > * {
  position: relative;
  margin-bottom: 2rem;
}
.dark-long-read .cv-block .accordion .bottom .years > *:before {
  display: none;
}
@media (min-width: 540px) {
  .dark-long-read .cv-block .accordion .bottom .years > * {
    margin-bottom: 4rem;
  }
  .dark-long-read .cv-block .accordion .bottom .years > *:after {
    content: "";
    position: absolute;
    left: 6rem;
    width: 3rem;
    height: 1px;
    background: #191919;
    top: 50%;
    transform: translateY(-50%);
  }
}
.dark-long-read .cv-block .accordion .bottom .years > *:last-child {
  margin-bottom: 0;
}
.dark-long-read .cv-block .accordion .bottom .years .year {
  font-size: 4rem;
}
@media (min-width: 540px) {
  .dark-long-read .cv-block .accordion .bottom .years .year {
    position: absolute;
    left: 0;
    top: 40%;
    font-size: 4.5rem;
    transform: translateY(-50%);
  }
}
.dark-long-read .cv-block .accordion .bottom .years .year:before {
  display: none;
}
.dark-long-read .cv-block .accordion .expand svg > * {
  stroke: #191919 !important;
}

.talking-head {
  margin-top: 2rem;
}
.talking-head:first-child {
  margin-top: 0;
}
.talking-head::before {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 759px) {
  .talking-head {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    width: 100%;
  }
  .talking-head::after {
    content: "";
    display: block;
    clear: both;
  }
}
.talking-head .image {
  width: 100px;
  height: 120px;
  border-radius: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 760px) {
  .talking-head .image {
    margin-left: -75px;
    float: left;
    margin-right: 20px;
    margin-bottom: 2rem;
    width: 150px;
    height: 160px;
  }
}
.talking-head .right {
  padding: 2rem 2.2rem;
}
.talking-head .right .name {
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 539px) {
  .talking-head .right .name {
    font-size: 2rem;
  }
}

.page-template-page-value-dividend {
  background-color: #191919;
  color: white;
}
.page-template-page-value-dividend.page .container > .wrap {
  display: block;
}
.page-template-page-value-dividend.page .container > .wrap > * {
  width: 100%;
  padding-left: 0 !important;
}
.page-template-page-value-dividend .intro-text {
  font-weight: normal;
  margin-top: 2rem;
  max-width: 75rem;
  white-space: pre-wrap;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.page-template-page-value-dividend .intro-text + * {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}
@media (min-width: 760px) {
  .page-template-page-value-dividend .intro-text {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
  .page-template-page-value-dividend .intro-text + * {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.form-row {
  align-items: flex-start;
  gap: 3rem;
  margin-bottom: 3rem;
  flex-direction: column-reverse;
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.form-row .pre-form p {
  font-size: 1.4rem;
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.form-row .pre-form + .wp-block-column h3 {
  font-size: 1.8rem;
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.form-row ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.form-row ul li {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  position: relative;
  padding-left: 2rem;
  list-style: none;
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.form-row ul li:last-child {
  margin-bottom: 0;
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.form-row ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fd2341;
  border-radius: 50%;
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.form-row iframe {
  margin-left: -10px;
  width: calc(100% + 20px);
  scrollbar-width: none !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  -ms-overflow-style: none !important;
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.form-row iframe::-webkit-scrollbar {
  display: none !important;
}
@media (min-width: 760px) {
  .page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.form-row {
    gap: 6rem;
    flex-direction: row;
  }
  .page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.form-row .pre-form p {
    font-size: 2.2rem;
  }
  .page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.form-row .pre-form + .wp-block-column h3 {
    font-size: 3.4rem;
  }
  .page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.form-row ul li {
    font-size: 2.2rem;
    padding-left: 2.4rem;
  }
  .page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.form-row ul li:before {
    top: 1rem;
    width: 1rem;
    height: 1rem;
  }
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.button-row {
  border: 1px solid white;
  border-radius: 2.4rem;
  overflow: hidden;
  align-items: flex-start;
  gap: 0;
  position: relative;
  z-index: 4;
  flex-direction: column;
  padding-bottom: 45%;
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.button-row .image-col {
  padding: 3rem 2rem;
  padding-bottom: 0;
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.button-row .image-col figure {
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.button-row .image-col figure img {
  border-radius: 0;
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.button-row .image-col figure:first-child {
  max-width: 35rem;
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.button-row .image-col figure:first-child + figure {
  margin-top: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.button-row .image-col figure:first-child + figure img {
  object-fit: contain;
  object-position: bottom left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 60rem;
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.button-row .image-col + .wp-block-column {
  padding: 3rem 2rem;
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.button-row .image-col + .wp-block-column h3 {
  font-size: 1.8rem;
  max-width: 20rem;
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.button-row .image-col + .wp-block-column p {
  font-size: 1.4rem;
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.button-row .image-col + .wp-block-column .wp-block-button {
  width: 100%;
  display: block;
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.button-row .image-col + .wp-block-column .wp-block-button a {
  font-size: 1.6rem;
  padding: 1rem 2.4rem;
  letter-spacing: 1px;
  border-radius: 2.4rem;
  background-color: white;
  color: #191919;
  border: 1px solid white;
  min-width: calc(50% + 1rem);
  text-align: center;
}
.page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.button-row .image-col + .wp-block-column .wp-block-button a:hover {
  background-color: #26E6FF;
  color: #191919;
  border-color: #26E6FF;
}
@media (min-width: 760px) {
  .page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.button-row {
    gap: 6rem;
    flex-direction: row;
    padding-bottom: 0;
  }
  .page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.button-row .image-col {
    padding: 0;
    aspect-ratio: 1.2/1;
  }
  .page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.button-row .image-col figure:first-child {
    padding-left: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.button-row .image-col figure:first-child + figure {
    width: 50%;
  }
  .page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.button-row .image-col + .wp-block-column {
    padding: 3rem 2rem;
    padding-left: 0;
  }
  .page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.button-row .image-col + .wp-block-column h3 {
    font-size: 3.8rem;
    max-width: 40rem;
  }
  .page-template-page-value-dividend .wp-block-columns.is-layout-flex.are-vertically-aligned-top.button-row .image-col + .wp-block-column p {
    font-size: 2.2rem;
  }
}

/* --- PAGE : 404 --- */
.error404 main {
  min-height: auto;
}
.error404 main .content {
  padding: 8rem 0 5rem;
}
.error404 main h1 {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 3rem;
}
@media (max-width: 759px) {
  .error404 main h1 {
    padding-bottom: 2rem;
  }
}
.error404 main .stand-first {
  font-size: 2rem;
  font-family: "sofia-pro";
}
@media (max-width: 759px) {
  .error404 main .stand-first {
    font-size: 1.8rem;
  }
}
@media (max-width: 539px) {
  .error404 main .stand-first {
    font-size: 1.6rem;
  }
}
.error404 main .button {
  cursor: pointer;
  border: 1px solid #191919;
  border-radius: 2.6rem;
  color: white;
  padding: 1.2rem 2.2rem;
  font-family: "sofia-pro";
  font-weight: bold;
  background-color: transparent;
  font-size: 1.4rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
  margin-top: 4rem;
  margin-left: auto;
  color: #191919;
  margin-right: auto;
  display: inline-block;
}
@media (max-width: 759px) {
  .error404 main .button {
    margin-bottom: 2rem;
  }
}
.error404 main .button:hover {
  background-color: #191919;
  color: white;
  border-color: #191919;
}
.error404 main .flex-404 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.error404 main .flex-404 .left, .error404 main .flex-404 .right {
  width: calc(50% - 4rem);
}
@media (max-width: 759px) {
  .error404 main .flex-404 {
    flex-direction: column-reverse;
  }
  .error404 main .flex-404 .left, .error404 main .flex-404 .right {
    width: 100%;
  }
  .error404 main .flex-404 .right {
    margin-bottom: 4rem;
    text-align: center;
  }
  .error404 main .flex-404 .right img {
    max-width: 70%;
  }
}

/* -------------------------------------------
***** Packages *****
------------------------------------------- */
/* -------------------------------------------
***** Extensions *****
------------------------------------------- */
/* -------------------------------------------
***** Includes *****
------------------------------------------- */
.btn {
  overflow: hidden;
  text-align: center;
  padding: 8px 20px;
  color: white;
  background: transparent;
  border: 1px solid white;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: normal;
  position: relative;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-weight: bold;
  border-radius: 2.4rem;
  transition: all 0.2s ease-in-out;
}
.btn.hide {
  display: none !important;
}
.btn svg,
.btn span {
  z-index: 2;
  position: relative;
}
.btn svg path,
.btn span path {
  fill: white;
}
.btn:hover, .btn:active, .btn:focus {
  background: white;
  border-color: white;
  color: #191919;
}
.btn.btn-primary, .btn.is-style-btn-primary {
  border-color: #191919;
  color: white;
  background: #191919;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.is-style-btn-primary:hover, .btn.is-style-btn-primary:active, .btn.is-style-btn-primary:focus {
  background: transparent;
  color: #191919;
}
.btn.btn-primary#load-more, .btn.is-style-btn-primary#load-more {
  background: transparent;
  color: #191919;
  font-family: "sofia-pro";
  text-decoration: none;
  cursor: pointer !important;
}
.btn.btn-primary#load-more:hover, .btn.btn-primary#load-more:active, .btn.btn-primary#load-more:focus, .btn.is-style-btn-primary#load-more:hover, .btn.is-style-btn-primary#load-more:active, .btn.is-style-btn-primary#load-more:focus {
  color: white;
  background: #191919;
}
.btn.btn-primary#load-more.loading, .btn.is-style-btn-primary#load-more.loading {
  opacity: 0.5 !important;
  pointer-events: none !important;
}
.btn.btn-secondary, .btn.is-style-btn-secondary {
  border-color: #191919;
  color: #191919;
}
.btn.btn-secondary path, .btn.is-style-btn-secondary path {
  fill: #191919;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus, .btn.is-style-btn-secondary:hover, .btn.is-style-btn-secondary:active, .btn.is-style-btn-secondary:focus {
  background: #191919;
  border-color: #191919;
}
.btn.btn-secondary:hover svg,
.btn.btn-secondary:hover span, .btn.btn-secondary:active svg,
.btn.btn-secondary:active span, .btn.btn-secondary:focus svg,
.btn.btn-secondary:focus span, .btn.is-style-btn-secondary:hover svg,
.btn.is-style-btn-secondary:hover span, .btn.is-style-btn-secondary:active svg,
.btn.is-style-btn-secondary:active span, .btn.is-style-btn-secondary:focus svg,
.btn.is-style-btn-secondary:focus span {
  color: white;
}
.btn.btn-secondary:hover svg path,
.btn.btn-secondary:hover span path, .btn.btn-secondary:active svg path,
.btn.btn-secondary:active span path, .btn.btn-secondary:focus svg path,
.btn.btn-secondary:focus span path, .btn.is-style-btn-secondary:hover svg path,
.btn.is-style-btn-secondary:hover span path, .btn.is-style-btn-secondary:active svg path,
.btn.is-style-btn-secondary:active span path, .btn.is-style-btn-secondary:focus svg path,
.btn.is-style-btn-secondary:focus span path {
  fill: white;
}
.btn.full-width {
  display: block;
}
.btn.center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out;
}

/* block : iframe */
iframe {
  border: 0;
  overflow: hidden !important;
}

.content:not(.clean) iframe {
  width: 100%;
}

.is-style-intro {
  font-size: 1.9rem;
  color: #191919;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 760px) {
  .is-style-intro {
    font-size: 2.1rem;
  }
}

.is-style-feature {
  background: #191919;
  padding: 20px;
  color: white;
  font-weight: 400;
  position: relative;
}

blockquote.wp-block-quote p {
  font-size: 1.8rem;
}

.wp-block-image.size-full img {
  width: 100%;
}

.is-style-grey-bg {
  background: #FAF9F6;
}

.row.rac-block {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
}
.row.rac-block .row-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.layout p + .rac-block,
.layout p + .wp-block-group,
.layout p + .wp-block-archives,
.layout p + .wp-block-image,
.layout p + .wp-block-quote,
.layout p + .wp-block-embed,
.layout p + table {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (min-width: 760px) {
  .layout p + .rac-block,
  .layout p + .wp-block-group,
  .layout p + .wp-block-archives,
  .layout p + .wp-block-image,
  .layout p + .wp-block-quote,
  .layout p + .wp-block-embed,
  .layout p + table {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 600px) {
  .wp-block-column {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .wp-block-column:last-child {
    margin-bottom: 0;
  }
}