.gt-wrapper .lead-paragraph a.btn-secondary-tinymce,
.gt-wrapper .lead-paragraph a.btn-primary,
.gt-wrapper .lead-paragraph * a.btn-secondary-tinymce,
.gt-wrapper .lead-paragraph * a.btn-primary {
  line-height: 2.2rem;
}
.gt-wrapper .p-big a.btn-secondary-tinymce,
.gt-wrapper .p-big a.btn-primary,
.gt-wrapper .p-big * a.btn-secondary-tinymce,
.gt-wrapper .p-big * a.btn-primary {
  line-height: 2.2rem;
}
.gt-wrapper .p-tag,
.gt-wrapper .p-tag * {
  font-size: var(--gt-body-text--font-size, 1.4rem);
  line-height: var(--gt-body-text--line-height, 2.2rem);
  font-weight: var(--gt-body-text--font-weight, var(--font-weight-normal));
  letter-spacing: 0.2em;
  margin: 0 0 15px 0;
}
.gt-wrapper .p-tag a:not(.btn-primary),
.gt-wrapper .p-tag * a:not(.btn-primary) {
  color: inherit;
  text-decoration: none;
}
.gt-wrapper .p-tag a:not(.btn-primary):hover,
.gt-wrapper .p-tag * a:not(.btn-primary):hover {
  color: #ce2c2c;
}
.gt-wrapper .p-tag a.btn-secondary-tinymce,
.gt-wrapper .p-tag a.btn-primary,
.gt-wrapper .p-tag * a.btn-secondary-tinymce,
.gt-wrapper .p-tag * a.btn-primary {
  line-height: 2.2rem;
}
.gt-wrapper .lead-paragraph,
.gt-wrapper .lead-paragraph *,
.gt-wrapper .p-big.lrg-intro,
.gt-wrapper .p-big *.lrg-intro,
.box-base-white .expert,
.title--medium,
h1,
.h1,
h3,
.h3,
.big-text,
h4,
.h4,
.medium-text {
  font-weight: var(--font-weight-semibold);
}
.gt-wrapper .lead-paragraph,
.gt-wrapper .lead-paragraph *,
.gt-wrapper .p-big.lrg-intro,
.gt-wrapper .p-big *.lrg-intro,
.box-base-white .expert,
.title--medium {
  font-size: 2.4rem;
  line-height: 150%;
  margin: 0 0 15px 0;
}
.gt-wrapper .p-big,
.gt-wrapper .p-big * {
  font-size: 2rem;
  line-height: 200%;
  font-weight: var(--font-weight-normal);
  margin: 0 0 15px 0;
}
.stuck {
  z-index: 9999;
  position: fixed;
}
.dpf {
  display: -webkit-flex;
  display: flex;
}
.absolute-center-horizontal {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.absolute-center-vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.absolute-center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-italic {
  font-style: italic;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.delay-250 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort;
}
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}
@font-face {
  font-family: "GT-Walsheim-Pro";
  src: url("../../../fonts/gt/GT-Walsheim-Pro-Regular/GT-Walsheim-Pro-Regular.woff2")
      format("woff2"),
    url("../../../fonts/gt/GT-Walsheim-Pro-Regular/GT-Walsheim-Pro-Regular.woff")
      format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "GT-Walsheim-Pro";
  src: url("../../../fonts/gt/GT-Walsheim-Pro-Light/GT-Walsheim-Pro-Light.woff2")
      format("woff2"),
    url("../../../fonts/gt/GT-Walsheim-Pro-Light/GT-Walsheim-Pro-Light.woff")
      format("woff");
  font-style: normal;
  font-weight: 350;
  font-display: swap;
}
@font-face {
  font-family: "GT-Walsheim-Pro";
  src: url("../../../fonts/gt/GT-Walsheim-Pro-Medium/GT-Walsheim-Pro-Medium.woff2")
      format("woff2"),
    url("../../../fonts/gt/GT-Walsheim-Pro-Medium/GT-Walsheim-Pro-Medium.woff")
      format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "GT-Walsheim-Pro";
  src: url("../../../fonts/gt/GT-Walsheim-Pro-Bold/GT-Walsheim-Pro-Bold.woff2")
      format("woff2"),
    url("../../../fonts/gt/GT-Walsheim-Pro-Bold/GT-Walsheim-Pro-Bold.woff")
      format("woff");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "GT-Walsheim-Pro";
  src: url("../../../fonts/gt/GT-Walsheim-Pro-Black/GT-Walsheim-Pro-Black.woff2")
      format("woff2"),
    url("../../../fonts/gt/GT-Walsheim-Pro-Black/GT-Walsheim-Pro-Black.woff")
      format("woff");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "GT-IconSet";
  src: url("../../../fonts/gt/GT-IconSet/GT-IconSet.woff2") format("woff2"),
    url("../../../fonts/gt/GT-IconSet/GT-IconSet.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.gt-wrapper .lead-paragraph a.btn-secondary-tinymce,
.gt-wrapper .lead-paragraph a.btn-primary,
.gt-wrapper .lead-paragraph * a.btn-secondary-tinymce,
.gt-wrapper .lead-paragraph * a.btn-primary {
  line-height: 2.2rem;
}
.gt-wrapper .p-big a.btn-secondary-tinymce,
.gt-wrapper .p-big a.btn-primary,
.gt-wrapper .p-big * a.btn-secondary-tinymce,
.gt-wrapper .p-big * a.btn-primary {
  line-height: 2.2rem;
}
.gt-wrapper .p-tag,
.gt-wrapper .p-tag * {
  font-size: var(--gt-body-text--font-size, 1.4rem);
  line-height: var(--gt-body-text--line-height, 2.2rem);
  font-weight: var(--gt-body-text--font-weight, var(--font-weight-normal));
  letter-spacing: 0.2em;
  margin: 0 0 15px 0;
}
.gt-wrapper .p-tag a:not(.btn-primary),
.gt-wrapper .p-tag * a:not(.btn-primary) {
  color: inherit;
  text-decoration: none;
}
.gt-wrapper .p-tag a:not(.btn-primary):hover,
.gt-wrapper .p-tag * a:not(.btn-primary):hover {
  color: #ce2c2c;
}
.gt-wrapper .p-tag a.btn-secondary-tinymce,
.gt-wrapper .p-tag a.btn-primary,
.gt-wrapper .p-tag * a.btn-secondary-tinymce,
.gt-wrapper .p-tag * a.btn-primary {
  line-height: 2.2rem;
}
.gt-wrapper .lead-paragraph,
.gt-wrapper .lead-paragraph *,
.gt-wrapper .p-big.lrg-intro,
.gt-wrapper .p-big *.lrg-intro,
.box-base-white .expert,
.title--medium,
h1,
.h1,
h3,
.h3,
.big-text,
h4,
.h4,
.medium-text {
  font-weight: var(--font-weight-semibold);
}
.gt-wrapper .lead-paragraph,
.gt-wrapper .lead-paragraph *,
.gt-wrapper .p-big.lrg-intro,
.gt-wrapper .p-big *.lrg-intro,
.box-base-white .expert,
.title--medium {
  font-size: 2.4rem;
  line-height: 150%;
  margin: 0 0 15px 0;
}
.gt-wrapper .p-big,
.gt-wrapper .p-big * {
  font-size: 2rem;
  line-height: 200%;
  font-weight: var(--font-weight-normal);
  margin: 0 0 15px 0;
} /*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html,
button,
input,
select,
textarea {
  font-family: inherit;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: var(--font-weight-semibold);
}
blockquote {
  padding: 16px;
  border-left: 8px solid #dcd5e5;
  margin: 24px 0;
}
@media (min-width: 768px) {
  blockquote {
    padding: 32px;
  }
}
blockquote p {
  margin: 0;
}
blockquote + p {
  margin-bottom: 0;
}
blockquote + blockquote {
  margin-top: 0;
}
p + blockquote {
  margin-top: 0;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1rem;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 1.4rem;
}
sub,
sup {
  font-size: 1.6rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 2em;
}
menu,
ol,
ul {
  padding: 0 0 0 2em;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 1.6rem;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
iframe,
video {
  border: none;
  max-width: 100%;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container .dynamic-container,
.container .container {
  width: auto;
  padding: 0;
}
.container .dynamic-container .row,
.container .container .row {
  margin-left: 0;
  margin-right: 0;
}
.container .dynamic-container {
  max-width: 100%;
}
.container [class*="col-"] .dynamic-container .row,
.container [class*="col-"] .container .row {
  margin-left: -16px;
  margin-right: -16px;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1024px) {
  .container {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1172px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1300px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
[class*="col-"] {
  min-height: 1px;
}
.padding-top-sm {
  padding-top: 16px;
}
.margin-top-sm {
  margin-top: 16px;
}
.padding-left-sm {
  padding-left: 16px;
}
.margin-left-sm {
  margin-left: 16px;
}
.padding-right-sm {
  padding-right: 16px;
}
.margin-right-sm {
  margin-right: 16px;
}
.padding-bottom-sm {
  padding-bottom: 16px;
}
.margin-bottom-sm {
  margin-bottom: 16px;
}
.padding-top-md {
  padding-top: 32px;
}
.margin-top-md {
  margin-top: 32px;
}
.padding-left-md {
  padding-left: 32px;
}
.margin-left-md {
  margin-left: 32px;
}
.padding-right-md {
  padding-right: 32px;
}
.margin-right-md {
  margin-right: 32px;
}
.padding-bottom-md {
  padding-bottom: 32px;
}
.margin-bottom-md {
  margin-bottom: 32px;
}
.padding-top-lg {
  padding-top: 64px;
}
.margin-top-lg {
  margin-top: 64px;
}
.padding-left-lg {
  padding-left: 64px;
}
.margin-left-lg {
  margin-left: 64px;
}
.padding-right-lg {
  padding-right: 64px;
}
.margin-right-lg {
  margin-right: 64px;
}
.padding-bottom-lg {
  padding-bottom: 64px;
}
.margin-bottom-lg {
  margin-bottom: 64px;
}
.padding-top-xlg {
  padding-top: 96px;
}
.margin-top-xlg {
  margin-top: 96px;
}
.padding-left-xlg {
  padding-left: 96px;
}
.margin-left-xlg {
  margin-left: 96px;
}
.padding-right-xlg {
  padding-right: 96px;
}
.margin-right-xlg {
  margin-right: 96px;
}
.padding-bottom-xlg {
  padding-bottom: 96px;
}
.margin-bottom-xlg {
  margin-bottom: 96px;
}
.padding-top-xxlg {
  padding-top: 112px;
}
.margin-top-xxlg {
  margin-top: 112px;
}
.padding-left-xxlg {
  padding-left: 112px;
}
.margin-left-xxlg {
  margin-left: 112px;
}
.padding-right-xxlg {
  padding-right: 112px;
}
.margin-right-xxlg {
  margin-right: 112px;
}
.padding-bottom-xxlg {
  padding-bottom: 112px;
}
.margin-bottom-xxlg {
  margin-bottom: 112px;
}
.padding-top-xxxlg {
  padding-top: 128px;
}
.margin-top-xxxlg {
  margin-top: 128px;
}
.padding-left-xxxlg {
  padding-left: 128px;
}
.margin-left-xxxlg {
  margin-left: 128px;
}
.padding-right-xxxlg {
  padding-right: 128px;
}
.margin-right-xxxlg {
  margin-right: 128px;
}
.padding-bottom-xxxlg {
  padding-bottom: 128px;
}
.margin-bottom-xxxlg {
  margin-bottom: 128px;
}
.padding-top-0 {
  padding-top: 0;
}
.margin-top-0 {
  margin-top: 0;
}
.padding-left-0 {
  padding-left: 0;
}
.margin-left-0 {
  margin-left: 0;
}
.padding-right-0 {
  padding-right: 0;
}
.margin-right-0 {
  margin-right: 0;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-top-sm-negative {
  margin-top: -16px;
}
.margin-left-sm-negative {
  margin-left: -16px;
}
.margin-right-sm-negative {
  margin-right: -16px;
}
.margin-bottom-sm-negative {
  margin-bottom: -16px;
}
.margin-top-md-negative {
  margin-top: -32px;
}
.margin-left-md-negative {
  margin-left: -32px;
}
.margin-right-md-negative {
  margin-right: -32px;
}
.margin-bottom-md-negative {
  margin-bottom: -32px;
}
.margin-top-lg-negative {
  margin-top: -64px;
}
.margin-left-lg-negative {
  margin-left: -64px;
}
.margin-right-lg-negative {
  margin-right: -64px;
}
.margin-bottom-lg-negative {
  margin-bottom: -64px;
}
.margin-top-xlg-negative {
  margin-top: -96px;
}
.margin-left-xlg-negative {
  margin-left: -96px;
}
.margin-right-xlg-negative {
  margin-right: -96px;
}
.margin-bottom-xlg-negative {
  margin-bottom: -96px;
}
.margin-top-xxlg-negative {
  margin-top: -112px;
}
.margin-left-xxlg-negative {
  margin-left: -112px;
}
.margin-right-xxlg-negative {
  margin-right: -112px;
}
.margin-bottom-xxlg-negative {
  margin-bottom: -112px;
}
.margin-top-xxxlg-negative {
  margin-top: -128px;
}
.margin-left-xxxlg-negative {
  margin-left: -128px;
}
.margin-right-xxxlg-negative {
  margin-right: -128px;
}
.margin-bottom-xxxlg-negative {
  margin-bottom: -128px;
}
.margin-top-0-negative {
  margin-top: 0;
}
.margin-left-0-negative {
  margin-left: 0;
}
.margin-right-0-negative {
  margin-right: 0;
}
.margin-bottom-0-negative {
  margin-bottom: 0;
}
:root {
  --window-height: 100vh;
  --header-height: 0;
  --top-banner-msg-height: 0px;
  --article-animating-timer: 0.6s;
  --main-header-height: 0px;
  --font-weight-normal: 400;
  --font-weight-black: 100;
  --font-weight-bold: 200;
  --font-weight-semibold: 300;
  --font-weight-light: 350;
}
html {
  overflow-x: hidden;
}
html,
body {
  background: #fff;
  position: relative;
  width: 100%;
  min-height: 100%;
  max-width: 100%;
  direction: ltr;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  height: 100%;
}
body {
  margin: 0;
}
.lock-main-scroll,
.overflowHidden {
  overflow: hidden;
}
@media (max-width: 767px) {
  .overflowHidden--mobile,
  .overflowHidden--mobile body {
    height: 100%;
    position: fixed;
    overflow: hidden;
  }
}
.lock-main-scroll .gt-wrapper {
  overflow-y: scroll;
}
.mainNavOpened,
.mainNavOpened body {
  overflow: hidden;
  height: 100%;
  height: 100vh;
  width: 100%;
  position: fixed;
}
.main {
  background-color: #f2f1ef;
  position: relative;
}
@media (max-width: 959px) {
  .hide-mobile {
    visibility: hidden;
  }
}
@media (min-width: 960px) {
  .show-desktop {
    display: block;
  }
}
img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}
.overlay {
  background: rgba(43, 20, 77, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 80;
}
.hidden {
  display: none;
}
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .hide-to-desktop {
    display: none !important;
  }
}
hr.divider {
  margin: 32px 0;
  border: 0;
  border-top: 1px solid #666;
}
.op-0 {
  visibility: hidden;
}
.absolute {
  position: absolute;
  overflow: hidden !important;
}
.ww {
  display: inline-block;
}
.ww-inline {
  display: inline;
}
.visually-hidden {
  display: none !important;
}
.d-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.d-flex.nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.hide-text {
  display: inline-block;
  text-indent: -999em;
  white-space: nowrap;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.glide .glide__slide {
  opacity: 0;
}
.custom-recaptcha input {
  opacity: 0;
  z-index: -1;
}
.custom-recaptcha #validateCaptcha-error::before {
  display: none;
}
.overlay-no-scroll .grecaptcha-badge {
  z-index: 102;
}
#whatsapp_chat_widget {
  display: block;
  position: relative;
  z-index: 79;
}
.hidden-link__animation a,
.hidden-link__animation span,
.hidden-link__animation .nav-link,
.hidden-link__animation button,
.hidden-link__animation .link-tertiary {
  background-image: none;
  --hyperlink-animate-duration: 0s !important;
}
.link {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
@media (hover: none) {
  .link {
    outline: none;
  }
}
@media (hover: hover) {
  .link {
    cursor: pointer;
  }
  .link:hover,
  .link:active,
  .link:focus-visible {
    color: #ff5149;
  }
}
.announce-area {
  position: fixed;
  top: -20vh;
}
@-webkit-keyframes image-as-background-fade-in {
  0% {
    object-position: 100% 0;
  }
  100% {
    object-position: 100% 30%;
  }
}
@keyframes image-as-background-fade-in {
  0% {
    -o-object-position: 100% 0;
    object-position: 100% 0;
  }
  100% {
    -o-object-position: 100% 30%;
    object-position: 100% 30%;
  }
}
@-webkit-keyframes background-fade-in {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 30%;
  }
}
@keyframes background-fade-in {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 30%;
  }
}
@-webkit-keyframes block-element-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(var(--element-fade-in-y)) translateZ(0);
    transform: translateY(var(--element-fade-in-y)) translateZ(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
  }
}
@keyframes block-element-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(var(--element-fade-in-y)) translateZ(0);
    transform: translateY(var(--element-fade-in-y)) translateZ(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
  }
}
@-webkit-keyframes block-element-fade-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(var(--element-fade-in-y)) translateZ(0);
    transform: translateY(var(--element-fade-in-y)) translateZ(0);
  }
}
@keyframes block-element-fade-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(var(--element-fade-in-y)) translateZ(0);
    transform: translateY(var(--element-fade-in-y)) translateZ(0);
  }
}
.reveal-item {
  --element-fade-in-y: 50px;
}
@media (min-width: 960px) {
  .reveal-item {
    opacity: 0;
    -webkit-animation: block-element-fade-in 1s forwards;
    animation: block-element-fade-in 1s forwards;
  }
}
@media (min-width: 960px) {
  .animation-item {
    opacity: 0;
  }
  .animation-item.force-show {
    opacity: 1;
  }
}
.use-block-element-fade-in-fast,
.use-block-element-fade-in {
  --element-fade-in-y: 300px;
  -webkit-animation-name: block-element-fade-in;
  animation-name: block-element-fade-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0.05, 0.4, 1);
  animation-timing-function: cubic-bezier(0.7, 0.05, 0.4, 1);
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  will-change: transform, opacity;
}
.use-block-element-fade-in-fast {
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-duration: 0.92s;
  animation-duration: 0.92s;
}
.use-block-element-fade-in {
  --element-fade-in-y: 300px;
  -webkit-animation-name: block-element-fade-in;
  animation-name: block-element-fade-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0.05, 0.4, 1);
  animation-timing-function: cubic-bezier(0.7, 0.05, 0.4, 1);
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  will-change: transform, opacity;
}
.use-block-element-fade-out {
  --element-fade-in-y: -300px;
  -webkit-animation-name: block-element-fade-out;
  animation-name: block-element-fade-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0.05, 0.4, 1);
  animation-timing-function: cubic-bezier(0.7, 0.05, 0.4, 1);
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  will-change: opacity;
  opacity: 1;
}
.image-as-background-fade-in {
  -webkit-animation-name: image-as-background-fade-in;
  animation-name: image-as-background-fade-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0.05, 0.4, 1);
  animation-timing-function: cubic-bezier(0.7, 0.05, 0.4, 1);
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1;
}
.background-fade-in {
  -webkit-animation-name: background-fade-in;
  animation-name: background-fade-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0.05, 0.4, 1);
  animation-timing-function: cubic-bezier(0.7, 0.05, 0.4, 1);
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1;
}
.use-banner-zoom {
  opacity: 1;
}
@-webkit-keyframes svg-animate {
  0% {
    d: path(" M0 0");
  }
  38% {
    d: path(" M72.80899810791016,3 C72.80899810791016,3 71,3 68,3");
  }
  60% {
    d: path(" M72.80899810791016,3 C72.80899810791016,3 3,3 3,3");
  }
  100% {
    d: path(" M72.80899810791016,3 C72.80899810791016,3 3,3 3,3");
  }
}
@keyframes svg-animate {
  0% {
    d: path(" M0 0");
  }
  38% {
    d: path(" M72.80899810791016,3 C72.80899810791016,3 71,3 68,3");
  }
  60% {
    d: path(" M72.80899810791016,3 C72.80899810791016,3 3,3 3,3");
  }
  100% {
    d: path(" M72.80899810791016,3 C72.80899810791016,3 3,3 3,3");
  }
}
@-webkit-keyframes svg-animate2 {
  0% {
    d: path(" M0 0");
  }
  2.6% {
    d: path(
      " M3.76200008392334,-42.64699935913086 C2.6480000019073486,-42.933998107910156 1.5180000066757202,-43.176998138427734 0.3720000088214874,-43.375999450683594"
    );
  }
  5.2% {
    d: path(
      " M0.8019999861717224,-43.29899978637695 C-1.7999999523162842,-43.77899932861328 -4.482999801635742,-44.02899932861328 -7.223999977111816,-44.02899932861328 C-9.432000160217285,-44.02899932861328 -11.607999801635742,-43.86600112915039 -13.739999771118164,-43.553001403808594"
    );
  }
  7.8% {
    d: path(
      " M-4.453000068664551,-43.94300079345703 C-5.36899995803833,-44 -6.293000221252441,-44.02899932861328 -7.223999977111816,-44.02899932861328 C-17.93600082397461,-44.02899932861328 -27.902999877929688,-40.20199966430664 -35.70100021362305,-33.84000015258789"
    );
  }
  10.4% {
    d: path(
      "M-12.060999870300293,-43.766998291015625 C-32.17499923706055,-41.582000732421875 -48.724998474121094,-25.952999114990234 -51.56800079345703,-6.0920000076293945"
    );
  }
  13% {
    d: path(
      " M-21.638999938964844,-41.643001556396484 C-39.11000061035156,-35.698001861572266 -52,-19.305999755859375 -52,-0.014999999664723873 C-52,10.817000389099121 -48.09000015258789,20.740999221801758 -41.604000091552734,28.415000915527344"
    );
  }
  15.6% {
    d: path(
      " M-32.21099853515625,-36.42100143432617 C-44.066001892089844,-28.5 -52,-15.14900016784668 -52,-0.014999999664723873 C-52,23.719999313354492 -33.22700119018555,43.09400177001953 -9.71399974822998,43.99599838256836"
    );
  }
  18.2% {
    d: path(
      "M-42.03900146484375,-27.533000946044922 C-48.24399948120117,-19.996000289916992 -52,-10.428000450134277 -52,-0.014999999664723873 C-52,24.29400062561035 -32.30799865722656,44.02899932861328 -8,44.02899932861328 C4.394999980926514,44.02899932861328 11.437000274658203,40.229000091552734 19.63800048828125,32.37699890136719"
    );
  }
  20.8% {
    d: path(
      "M-49.16899871826172,-15.322999954223633 C-50.99599838256836,-10.555999755859375 -52,-5.3979997634887695 -52,-0.014999999664723873 C-52,24.29400062561035 -32.30799865722656,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C26.735000610351562,25.29400062561035 33.46900177001953,18.61199951171875 39.01100158691406,13.130000114440918"
    );
  }
  23.4% {
    d: path(
      "M-51.981998443603516,-1.2519999742507935 C-51.99399948120117,-0.8410000205039978 -52,-0.42899999022483826 -52,-0.014999999664723873 C-52,24.29400062561035 -32.30799865722656,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 51.095001220703125,-0.5490000247955322 49.505001068115234,-2.0850000381469727"
    );
  }
  26% {
    d: path(
      " M-50.15800094604492,12.633000373840332 C-44.72800064086914,30.785999298095703 -27.913000106811523,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 45.95000076293945,-5.494999885559082 37.638999938964844,-13.621000289916992"
    );
  }
  28.6% {
    d: path(
      " M-44.500999450683594,24.58300018310547 C-36.59700012207031,36.31100082397461 -23.201000213623047,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 41.47800064086914,-9.793999671936035 29.124000549316406,-21.98200035095215"
    );
  }
  31.2% {
    d: path(
      " M-36.39899826049805,33.625 C-28.736000061035156,40.1150016784668 -18.826000213623047,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 38.0890007019043,-13.052000045776367 23.476999282836914,-27.572999954223633"
    );
  }
  33.8% {
    d: path(
      " M-27.253999710083008,39.597999572753906 C-21.43899917602539,42.43600082397461 -14.906000137329102,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 36.03300094604492,-15.029000282287598 20.341999053955078,-30.69499969482422"
    );
  }
  36.4% {
    d: path(
      " M-18.14299964904785,42.85300064086914 C-14.88700008392334,43.62200164794922 -11.491000175476074,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  39% {
    d: path(
      " M-9.795999526977539,43.99300003051758 C-9.199999809265137,44.016998291015625 -8.60099983215332,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  41.6% {
    d: path(
      " M-2.5420000553131104,43.74800109863281 C6.789999961853027,42.72100067138672 12.932999610900879,38.86800003051758 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  44.2% {
    d: path(
      " M3.4549999237060547,42.584999084472656 C9.67199993133545,40.78499984741211 14.562000274658203,37.29100036621094 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  46.8% {
    d: path(
      " M8.194999694824219,40.7760009765625 C12.32800006866455,38.78900146484375 16.017000198364258,35.882999420166016 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  49.4% {
    d: path(
      " M11.788000106811523,38.75600051879883 C14.550000190734863,36.974998474121094 17.202999114990234,34.736000061035156 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  53% {
    d: path(
      " M14.420999526977539,36.900001525878906 C16.267000198364258,35.4900016784668 18.100000381469727,33.86800003051758 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  55.6% {
    d: path(
      " M16.315000534057617,35.37799835205078 C17.52899932861328,34.354000091552734 18.75,33.237998962402344 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  58.2% {
    d: path(
      " M18.26300048828125,33.665000915527344 C18.836999893188477,33.13999938964844 19.415000915527344,32.595001220703125 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  60.8% {
    d: path(
      " M18.483999252319336,33.46200180053711 C18.986000061035156,33 19.489999771118164,32.52199935913086 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  63.4% {
    d: path(
      " M18.483999252319336,33.46200180053711 C18.986000061035156,33 19.489999771118164,32.52199935913086 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  100% {
    d: path(
      " M18.483999252319336,33.46200180053711 C18.986000061035156,33 19.489999771118164,32.52199935913086 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
}
@keyframes svg-animate2 {
  0% {
    d: path(" M0 0");
  }
  2.6% {
    d: path(
      " M3.76200008392334,-42.64699935913086 C2.6480000019073486,-42.933998107910156 1.5180000066757202,-43.176998138427734 0.3720000088214874,-43.375999450683594"
    );
  }
  5.2% {
    d: path(
      " M0.8019999861717224,-43.29899978637695 C-1.7999999523162842,-43.77899932861328 -4.482999801635742,-44.02899932861328 -7.223999977111816,-44.02899932861328 C-9.432000160217285,-44.02899932861328 -11.607999801635742,-43.86600112915039 -13.739999771118164,-43.553001403808594"
    );
  }
  7.8% {
    d: path(
      " M-4.453000068664551,-43.94300079345703 C-5.36899995803833,-44 -6.293000221252441,-44.02899932861328 -7.223999977111816,-44.02899932861328 C-17.93600082397461,-44.02899932861328 -27.902999877929688,-40.20199966430664 -35.70100021362305,-33.84000015258789"
    );
  }
  10.4% {
    d: path(
      "M-12.060999870300293,-43.766998291015625 C-32.17499923706055,-41.582000732421875 -48.724998474121094,-25.952999114990234 -51.56800079345703,-6.0920000076293945"
    );
  }
  13% {
    d: path(
      " M-21.638999938964844,-41.643001556396484 C-39.11000061035156,-35.698001861572266 -52,-19.305999755859375 -52,-0.014999999664723873 C-52,10.817000389099121 -48.09000015258789,20.740999221801758 -41.604000091552734,28.415000915527344"
    );
  }
  15.6% {
    d: path(
      " M-32.21099853515625,-36.42100143432617 C-44.066001892089844,-28.5 -52,-15.14900016784668 -52,-0.014999999664723873 C-52,23.719999313354492 -33.22700119018555,43.09400177001953 -9.71399974822998,43.99599838256836"
    );
  }
  18.2% {
    d: path(
      "M-42.03900146484375,-27.533000946044922 C-48.24399948120117,-19.996000289916992 -52,-10.428000450134277 -52,-0.014999999664723873 C-52,24.29400062561035 -32.30799865722656,44.02899932861328 -8,44.02899932861328 C4.394999980926514,44.02899932861328 11.437000274658203,40.229000091552734 19.63800048828125,32.37699890136719"
    );
  }
  20.8% {
    d: path(
      "M-49.16899871826172,-15.322999954223633 C-50.99599838256836,-10.555999755859375 -52,-5.3979997634887695 -52,-0.014999999664723873 C-52,24.29400062561035 -32.30799865722656,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C26.735000610351562,25.29400062561035 33.46900177001953,18.61199951171875 39.01100158691406,13.130000114440918"
    );
  }
  23.4% {
    d: path(
      "M-51.981998443603516,-1.2519999742507935 C-51.99399948120117,-0.8410000205039978 -52,-0.42899999022483826 -52,-0.014999999664723873 C-52,24.29400062561035 -32.30799865722656,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 51.095001220703125,-0.5490000247955322 49.505001068115234,-2.0850000381469727"
    );
  }
  26% {
    d: path(
      " M-50.15800094604492,12.633000373840332 C-44.72800064086914,30.785999298095703 -27.913000106811523,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 45.95000076293945,-5.494999885559082 37.638999938964844,-13.621000289916992"
    );
  }
  28.6% {
    d: path(
      " M-44.500999450683594,24.58300018310547 C-36.59700012207031,36.31100082397461 -23.201000213623047,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 41.47800064086914,-9.793999671936035 29.124000549316406,-21.98200035095215"
    );
  }
  31.2% {
    d: path(
      " M-36.39899826049805,33.625 C-28.736000061035156,40.1150016784668 -18.826000213623047,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 38.0890007019043,-13.052000045776367 23.476999282836914,-27.572999954223633"
    );
  }
  33.8% {
    d: path(
      " M-27.253999710083008,39.597999572753906 C-21.43899917602539,42.43600082397461 -14.906000137329102,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 36.03300094604492,-15.029000282287598 20.341999053955078,-30.69499969482422"
    );
  }
  36.4% {
    d: path(
      " M-18.14299964904785,42.85300064086914 C-14.88700008392334,43.62200164794922 -11.491000175476074,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  39% {
    d: path(
      " M-9.795999526977539,43.99300003051758 C-9.199999809265137,44.016998291015625 -8.60099983215332,44.02899932861328 -8,44.02899932861328 C4.577000141143799,44.02899932861328 11.642000198364258,40.117000579833984 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  41.6% {
    d: path(
      " M-2.5420000553131104,43.74800109863281 C6.789999961853027,42.72100067138672 12.932999610900879,38.86800003051758 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  44.2% {
    d: path(
      " M3.4549999237060547,42.584999084472656 C9.67199993133545,40.78499984741211 14.562000274658203,37.29100036621094 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  46.8% {
    d: path(
      " M8.194999694824219,40.7760009765625 C12.32800006866455,38.78900146484375 16.017000198364258,35.882999420166016 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  49.4% {
    d: path(
      " M11.788000106811523,38.75600051879883 C14.550000190734863,36.974998474121094 17.202999114990234,34.736000061035156 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  53% {
    d: path(
      " M14.420999526977539,36.900001525878906 C16.267000198364258,35.4900016784668 18.100000381469727,33.86800003051758 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  55.6% {
    d: path(
      " M16.315000534057617,35.37799835205078 C17.52899932861328,34.354000091552734 18.75,33.237998962402344 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  58.2% {
    d: path(
      " M18.26300048828125,33.665000915527344 C18.836999893188477,33.13999938964844 19.415000915527344,32.595001220703125 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  60.8% {
    d: path(
      " M18.483999252319336,33.46200180053711 C18.986000061035156,33 19.489999771118164,32.52199935913086 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  63.4% {
    d: path(
      " M18.483999252319336,33.46200180053711 C18.986000061035156,33 19.489999771118164,32.52199935913086 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  100% {
    d: path(
      " M18.483999252319336,33.46200180053711 C18.986000061035156,33 19.489999771118164,32.52199935913086 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
}
@-webkit-keyframes svg-animate-out-1 {
  0% {
    d: path(" M72.80899810791016,3 C72.80899810791016,3 3,3 3,3");
  }
  38% {
    d: path(
      " M72.80899810791016,3 C72.80899810791016,3 13.89900016784668,3 4.311999797821045,3"
    );
  }
  60% {
    d: path(
      " M72.80899810791016,3 C72.80899810791016,3 67.7979965209961,3 60.459999084472656,3"
    );
  }
  100% {
    d: path("M0 0");
  }
}
@keyframes svg-animate-out-1 {
  0% {
    d: path(" M72.80899810791016,3 C72.80899810791016,3 3,3 3,3");
  }
  38% {
    d: path(
      " M72.80899810791016,3 C72.80899810791016,3 13.89900016784668,3 4.311999797821045,3"
    );
  }
  60% {
    d: path(
      " M72.80899810791016,3 C72.80899810791016,3 67.7979965209961,3 60.459999084472656,3"
    );
  }
  100% {
    d: path("M0 0");
  }
}
@-webkit-keyframes svg-animate-out-2 {
  0% {
    d: path(
      " M18.483999252319336,33.46200180053711 C18.986000061035156,33 19.489999771118164,32.52199935913086 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  7% {
    d: path(
      " M18.884000778198242,33.09000015258789 C19.253999710083008,32.744998931884766 19.625999450683594,32.39099884033203 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  14% {
    d: path(
      " M21.44099998474121,30.589000701904297 C36.946998596191406,15.100000381469727 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  21% {
    d: path(
      " M25.211000442504883,26.827999114990234 C39.29800033569336,12.791000366210938 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  28% {
    d: path(
      " M31.93000030517578,20.145999908447266 C43.09600067138672,9.062999725341797 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  35% {
    d: path(
      " M43.65299987792969,8.543000221252441 C48.722999572753906,3.5380001068115234 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  42% {
    d: path(
      " M44.60100173950195,-6.835999965667725 C38.262001037597656,-12.993000030517578 28.700000762939453,-22.336000442504883 19.35700035095215,-31.679000854492188"
    );
  }
  49% {
    d: path(
      " M32.801998138427734,-18.361000061035156 C28.53499984741211,-22.55299949645996 23.920000076293945,-27.115999221801758 19.35700035095215,-31.679000854492188"
    );
  }
  56% {
    d: path(
      " M26.05500030517578,-25.014999389648438 C23.840999603271484,-27.207000732421875 21.593000411987305,-29.44300079345703 19.35700035095215,-31.679000854492188"
    );
  }
  63% {
    d: path(
      " M21.09600067138672,-29.941999435424805 C20.516000747680664,-30.520999908447266 19.93600082397461,-31.100000381469727 19.35700035095215,-31.679000854492188"
    );
  }
  70% {
    d: path(
      " M19.743000030517578,-31.292999267578125 C19.61400032043457,-31.422000885009766 19.486000061035156,-31.549999237060547 19.35700035095215,-31.679000854492188"
    );
  }
  100% {
    d: path("M0 0");
  }
}
@keyframes svg-animate-out-2 {
  0% {
    d: path(
      " M18.483999252319336,33.46200180053711 C18.986000061035156,33 19.489999771118164,32.52199935913086 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  7% {
    d: path(
      " M18.884000778198242,33.09000015258789 C19.253999710083008,32.744998931884766 19.625999450683594,32.39099884033203 20,32.02899932861328 C36,16.02899932861328 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  14% {
    d: path(
      " M21.44099998474121,30.589000701904297 C36.946998596191406,15.100000381469727 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  21% {
    d: path(
      " M25.211000442504883,26.827999114990234 C39.29800033569336,12.791000366210938 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  28% {
    d: path(
      " M31.93000030517578,20.145999908447266 C43.09600067138672,9.062999725341797 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  35% {
    d: path(
      " M43.65299987792969,8.543000221252441 C48.722999572753906,3.5380001068115234 52,0.32100000977516174 52,0.32100000977516174 C52,0.32100000977516174 35.356998443603516,-15.678999900817871 19.35700035095215,-31.679000854492188"
    );
  }
  42% {
    d: path(
      " M44.60100173950195,-6.835999965667725 C38.262001037597656,-12.993000030517578 28.700000762939453,-22.336000442504883 19.35700035095215,-31.679000854492188"
    );
  }
  49% {
    d: path(
      " M32.801998138427734,-18.361000061035156 C28.53499984741211,-22.55299949645996 23.920000076293945,-27.115999221801758 19.35700035095215,-31.679000854492188"
    );
  }
  56% {
    d: path(
      " M26.05500030517578,-25.014999389648438 C23.840999603271484,-27.207000732421875 21.593000411987305,-29.44300079345703 19.35700035095215,-31.679000854492188"
    );
  }
  63% {
    d: path(
      " M21.09600067138672,-29.941999435424805 C20.516000747680664,-30.520999908447266 19.93600082397461,-31.100000381469727 19.35700035095215,-31.679000854492188"
    );
  }
  70% {
    d: path(
      " M19.743000030517578,-31.292999267578125 C19.61400032043457,-31.422000885009766 19.486000061035156,-31.549999237060547 19.35700035095215,-31.679000854492188"
    );
  }
  100% {
    d: path("M0 0");
  }
}
@-webkit-keyframes secondary-button-animate {
  0% {
    width: 0;
    border-radius: 0 50px 50px 0;
    height: 150%;
    -webkit-transform: translateZ(0) translateX(0) translateY(-50%);
    transform: translateZ(0) translateX(0) translateY(-50%);
  }
  100% {
    width: 150%;
    height: 150%;
    border-radius: 0 150px 150px 0;
    -webkit-transform: translateZ(0) translateX(0) translateY(-50%);
    transform: translateZ(0) translateX(0) translateY(-50%);
  }
}
@keyframes secondary-button-animate {
  0% {
    width: 0;
    border-radius: 0 50px 50px 0;
    height: 150%;
    -webkit-transform: translateZ(0) translateX(0) translateY(-50%);
    transform: translateZ(0) translateX(0) translateY(-50%);
  }
  100% {
    width: 150%;
    height: 150%;
    border-radius: 0 150px 150px 0;
    -webkit-transform: translateZ(0) translateX(0) translateY(-50%);
    transform: translateZ(0) translateX(0) translateY(-50%);
  }
}
@-webkit-keyframes secondary-button-animate-out {
  0% {
    width: 150%;
    height: 150%;
    left: 0;
    right: 100%;
    border-radius: 150px 0 0 150px;
    -webkit-transform: translateZ(0) translateX(0) translateY(-50%);
    transform: translateZ(0) translateX(0) translateY(-50%);
  }
  100% {
    border-radius: 20px 0 0 20px;
    width: 0;
    height: 150%;
    right: 0;
    -webkit-transform: translateZ(0) translateX(10px) translateY(-50%);
    transform: translateZ(0) translateX(10px) translateY(-50%);
    left: 100%;
  }
}
@keyframes secondary-button-animate-out {
  0% {
    width: 150%;
    height: 150%;
    left: 0;
    right: 100%;
    border-radius: 150px 0 0 150px;
    -webkit-transform: translateZ(0) translateX(0) translateY(-50%);
    transform: translateZ(0) translateX(0) translateY(-50%);
  }
  100% {
    border-radius: 20px 0 0 20px;
    width: 0;
    height: 150%;
    right: 0;
    -webkit-transform: translateZ(0) translateX(10px) translateY(-50%);
    transform: translateZ(0) translateX(10px) translateY(-50%);
    left: 100%;
  }
}
@-webkit-keyframes hyperlink-animate-in {
  0% {
    background-size: 0 2px;
    background-position-x: -10%;
  }
  100% {
    background-size: 100% 2px;
    background-position-x: -10%;
  }
}
@keyframes hyperlink-animate-in {
  0% {
    background-size: 0 2px;
    background-position-x: -10%;
  }
  100% {
    background-size: 100% 2px;
    background-position-x: -10%;
  }
}
@-webkit-keyframes hyperlink-animate-out {
  0% {
    background-size: 100% 2px;
    background-position-x: 110%;
  }
  90% {
    background-size: 0px 2px;
    background-position-x: 110%;
  }
  100% {
    background-size: 0px 2px;
    background-position-x: 110%;
  }
}
@keyframes hyperlink-animate-out {
  0% {
    background-size: 100% 2px;
    background-position-x: 110%;
  }
  90% {
    background-size: 0px 2px;
    background-position-x: 110%;
  }
  100% {
    background-size: 0px 2px;
    background-position-x: 110%;
  }
}
@-webkit-keyframes external-link-dash {
  0% {
    stroke-dashoffset: 100;
    rotate: 240deg;
  }
  63% {
    rotate: 0deg;
  }
  65% {
    stroke-dashoffset: 64;
  }
  65.01% {
    stroke-dashoffset: 0;
  }
  90% {
    stroke-dashoffset: -28;
  }
  100% {
    stroke-dashoffset: -36;
    rotate: 0deg;
  }
}
@keyframes external-link-dash {
  0% {
    stroke-dashoffset: 100;
    rotate: 240deg;
  }
  63% {
    rotate: 0deg;
  }
  65% {
    stroke-dashoffset: 64;
  }
  65.01% {
    stroke-dashoffset: 0;
  }
  90% {
    stroke-dashoffset: -28;
  }
  100% {
    stroke-dashoffset: -36;
    rotate: 0deg;
  }
}
@-webkit-keyframes external-link-dash2 {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 37;
  }
}
@keyframes external-link-dash2 {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 37;
  }
}
@-webkit-keyframes external-link-dash2-out {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -63;
  }
}
@keyframes external-link-dash2-out {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -63;
  }
}
@-webkit-keyframes external-link-arrow {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
    -webkit-transform: translate(35%, 20%);
    transform: translate(35%, 20%);
  }
  60% {
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(60%, -5%);
    transform: translate(60%, -5%);
  }
  90% {
    -webkit-transform: matrix(1, 0, 0, 1, 16.00955, 1.5193);
    transform: matrix(1, 0, 0, 1, 16.00955, 1.5193);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 16.00955, 1.5193);
    transform: matrix(1, 0, 0, 1, 16.00955, 1.5193);
    opacity: 1;
  }
}
@keyframes external-link-arrow {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
    -webkit-transform: translate(35%, 20%);
    transform: translate(35%, 20%);
  }
  60% {
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(60%, -5%);
    transform: translate(60%, -5%);
  }
  90% {
    -webkit-transform: matrix(1, 0, 0, 1, 16.00955, 1.5193);
    transform: matrix(1, 0, 0, 1, 16.00955, 1.5193);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 16.00955, 1.5193);
    transform: matrix(1, 0, 0, 1, 16.00955, 1.5193);
    opacity: 1;
  }
}
@-webkit-keyframes external-link-arrow-rtl {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
    -webkit-transform: translate(-35%, 20%);
    transform: translate(-35%, 20%);
  }
  60% {
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-60%, -5%);
    transform: translate(-60%, -5%);
  }
  90% {
    -webkit-transform: matrix(1, 0, 0, 1, -16.00955, 1.5193);
    transform: matrix(1, 0, 0, 1, -16.00955, 1.5193);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, -16.00955, 1.5193);
    transform: matrix(1, 0, 0, 1, -16.00955, 1.5193);
    opacity: 1;
  }
}
@keyframes external-link-arrow-rtl {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
    -webkit-transform: translate(-35%, 20%);
    transform: translate(-35%, 20%);
  }
  60% {
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-60%, -5%);
    transform: translate(-60%, -5%);
  }
  90% {
    -webkit-transform: matrix(1, 0, 0, 1, -16.00955, 1.5193);
    transform: matrix(1, 0, 0, 1, -16.00955, 1.5193);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, -16.00955, 1.5193);
    transform: matrix(1, 0, 0, 1, -16.00955, 1.5193);
    opacity: 1;
  }
}
@-webkit-keyframes external-link-arrow-out {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 16.00955, 1.5193);
    transform: matrix(1, 0, 0, 1, 16.00955, 1.5193);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(60%, -5%);
    transform: translate(60%, -5%);
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(35%, 20%);
    transform: translate(35%, 20%);
    opacity: 0;
  }
}
@keyframes external-link-arrow-out {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 16.00955, 1.5193);
    transform: matrix(1, 0, 0, 1, 16.00955, 1.5193);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(60%, -5%);
    transform: translate(60%, -5%);
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(35%, 20%);
    transform: translate(35%, 20%);
    opacity: 0;
  }
}
@-webkit-keyframes glide-arrow-button-1-animation {
  0% {
    left: 50%;
  }
  100% {
    left: 32px;
    margin-left: 0;
  }
}
@keyframes glide-arrow-button-1-animation {
  0% {
    left: 50%;
  }
  100% {
    left: 32px;
    margin-left: 0;
  }
}
@-webkit-keyframes glide-arrow-button-2-animation {
  0% {
    left: -6px;
  }
  100% {
    left: 50%;
  }
}
@keyframes glide-arrow-button-2-animation {
  0% {
    left: -6px;
  }
  100% {
    left: 50%;
  }
}
@-webkit-keyframes glide-arrow-prev-button-1-animation {
  0% {
    left: 50%;
  }
  100% {
    left: -32px;
    margin-left: 0;
  }
}
@keyframes glide-arrow-prev-button-1-animation {
  0% {
    left: 50%;
  }
  100% {
    left: -32px;
    margin-left: 0;
  }
}
@-webkit-keyframes glide-arrow-prev-button-2-animation {
  0% {
    left: 40px;
  }
  100% {
    left: 50%;
  }
}
@keyframes glide-arrow-prev-button-2-animation {
  0% {
    left: 40px;
  }
  100% {
    left: 50%;
  }
}
.bg-gradient-animate .background:not(.showing-video)::after,
.mobius .background:not(.showing-video)::after {
  display: none;
}
.link-tertiary-on-hover {
  color: var(--button-vi-text-hover-color, #ce2c2c);
  text-decoration: none;
  --hyperlink-animate-duration: 0.35s;
  --hyperlink-bg-color: #ce2c2c;
  display: inline;
  padding-bottom: 0.5rem;
  margin-bottom: -0.5rem;
  background-position-y: var(--link-tertiary--bg-position, 1.2em);
}
@media (min-width: 1024px) {
  .link-tertiary-on-hover {
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      var(--hyperlink-bg-color),
      var(--hyperlink-bg-color)
    );
    -webkit-animation: hyperlink-animate-out var(--hyperlink-animate-duration)
      linear forwards;
    animation: hyperlink-animate-out var(--hyperlink-animate-duration) linear
      forwards;
  }
}
@media (hover: none) {
  .link-tertiary-on-hover {
    outline: none;
  }
}
@media (hover: hover) {
  .link-tertiary-on-hover {
    cursor: pointer;
  }
  .link-tertiary-on-hover:hover,
  .link-tertiary-on-hover:active,
  .link-tertiary-on-hover:focus-visible {
    color: var(--button-vi-text-hover-color, #ce2c2c);
    text-decoration: none;
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .link-tertiary-on-hover:hover,
  .link-tertiary-on-hover:active,
  .link-tertiary-on-hover:focus-visible {
    -webkit-animation: hyperlink-animate-in var(--hyperlink-animate-duration)
      linear forwards;
    animation: hyperlink-animate-in var(--hyperlink-animate-duration) linear
      forwards;
  }
}
.translate-x-with-opacity.trigger-animation .translate-animation-item {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(1) {
  transition-delay: 0.04s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(2) {
  transition-delay: 0.08s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(3) {
  transition-delay: 0.12s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(4) {
  transition-delay: 0.16s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(5) {
  transition-delay: 0.2s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(6) {
  transition-delay: 0.24s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(7) {
  transition-delay: 0.28s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(8) {
  transition-delay: 0.32s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(9) {
  transition-delay: 0.36s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(10) {
  transition-delay: 0.4s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(11) {
  transition-delay: 0.44s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(12) {
  transition-delay: 0.48s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(13) {
  transition-delay: 0.52s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(14) {
  transition-delay: 0.56s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(15) {
  transition-delay: 0.6s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(16) {
  transition-delay: 0.64s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(17) {
  transition-delay: 0.68s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(18) {
  transition-delay: 0.72s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(19) {
  transition-delay: 0.76s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(20) {
  transition-delay: 0.8s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(21) {
  transition-delay: 0.84s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(22) {
  transition-delay: 0.88s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(23) {
  transition-delay: 0.92s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(24) {
  transition-delay: 0.96s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(25) {
  transition-delay: 1s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(26) {
  transition-delay: 1.04s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(27) {
  transition-delay: 1.08s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(28) {
  transition-delay: 1.12s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(29) {
  transition-delay: 1.16s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(30) {
  transition-delay: 1.2s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(31) {
  transition-delay: 1.24s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(32) {
  transition-delay: 1.28s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(33) {
  transition-delay: 1.32s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(34) {
  transition-delay: 1.36s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(35) {
  transition-delay: 1.4s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(36) {
  transition-delay: 1.44s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(37) {
  transition-delay: 1.48s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(38) {
  transition-delay: 1.52s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(39) {
  transition-delay: 1.56s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(40) {
  transition-delay: 1.6s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(41) {
  transition-delay: 1.64s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(42) {
  transition-delay: 1.68s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(43) {
  transition-delay: 1.72s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(44) {
  transition-delay: 1.76s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(45) {
  transition-delay: 1.8s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(46) {
  transition-delay: 1.84s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(47) {
  transition-delay: 1.88s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(48) {
  transition-delay: 1.92s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(49) {
  transition-delay: 1.96s;
}
.translate-x-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(50) {
  transition-delay: 2s;
}
.translate-x-with-opacity .translate-animation-item {
  transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(1) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(2) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(3) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(4) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(5) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(6) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(7) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(8) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(9) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(10) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(11) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(12) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(13) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(14) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(15) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(16) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(17) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(18) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(19) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(20) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(21) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(22) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(23) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(24) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(25) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(26) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(27) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(28) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(29) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(30) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(31) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(32) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(33) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(34) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(35) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(36) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(37) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(38) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(39) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(40) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(41) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(42) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(43) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(44) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(45) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(46) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(47) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(48) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(49) {
  transition-delay: 0s;
}
.translate-x-with-opacity .translate-animation-item:nth-of-type(50) {
  transition-delay: 0s;
}
.translate-y-with-opacity.trigger-animation .translate-animation-item {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(1) {
  transition-delay: 0.035s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(2) {
  transition-delay: 0.07s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(3) {
  transition-delay: 0.105s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(4) {
  transition-delay: 0.14s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(5) {
  transition-delay: 0.175s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(6) {
  transition-delay: 0.21s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(7) {
  transition-delay: 0.245s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(8) {
  transition-delay: 0.28s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(9) {
  transition-delay: 0.315s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(10) {
  transition-delay: 0.35s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(11) {
  transition-delay: 0.385s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(12) {
  transition-delay: 0.42s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(13) {
  transition-delay: 0.455s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(14) {
  transition-delay: 0.49s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(15) {
  transition-delay: 0.525s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(16) {
  transition-delay: 0.56s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(17) {
  transition-delay: 0.595s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(18) {
  transition-delay: 0.63s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(19) {
  transition-delay: 0.665s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(20) {
  transition-delay: 0.7s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(21) {
  transition-delay: 0.735s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(22) {
  transition-delay: 0.77s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(23) {
  transition-delay: 0.805s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(24) {
  transition-delay: 0.84s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(25) {
  transition-delay: 0.875s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(26) {
  transition-delay: 0.91s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(27) {
  transition-delay: 0.945s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(28) {
  transition-delay: 0.98s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(29) {
  transition-delay: 1.015s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(30) {
  transition-delay: 1.05s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(31) {
  transition-delay: 1.085s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(32) {
  transition-delay: 1.12s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(33) {
  transition-delay: 1.155s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(34) {
  transition-delay: 1.19s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(35) {
  transition-delay: 1.225s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(36) {
  transition-delay: 1.26s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(37) {
  transition-delay: 1.295s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(38) {
  transition-delay: 1.33s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(39) {
  transition-delay: 1.365s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(40) {
  transition-delay: 1.4s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(41) {
  transition-delay: 1.435s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(42) {
  transition-delay: 1.47s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(43) {
  transition-delay: 1.505s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(44) {
  transition-delay: 1.54s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(45) {
  transition-delay: 1.575s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(46) {
  transition-delay: 1.61s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(47) {
  transition-delay: 1.645s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(48) {
  transition-delay: 1.68s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(49) {
  transition-delay: 1.715s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item:nth-of-type(50) {
  transition-delay: 1.75s;
}
.translate-y-with-opacity.trigger-animation .translate-animation-item.slow {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(1) {
  transition-delay: 0.06s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(2) {
  transition-delay: 0.12s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(3) {
  transition-delay: 0.18s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(4) {
  transition-delay: 0.24s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(5) {
  transition-delay: 0.3s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(6) {
  transition-delay: 0.36s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(7) {
  transition-delay: 0.42s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(8) {
  transition-delay: 0.48s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(9) {
  transition-delay: 0.54s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(10) {
  transition-delay: 0.6s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(11) {
  transition-delay: 0.66s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(12) {
  transition-delay: 0.72s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(13) {
  transition-delay: 0.78s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(14) {
  transition-delay: 0.84s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(15) {
  transition-delay: 0.9s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(16) {
  transition-delay: 0.96s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(17) {
  transition-delay: 1.02s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(18) {
  transition-delay: 1.08s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(19) {
  transition-delay: 1.14s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(20) {
  transition-delay: 1.2s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(21) {
  transition-delay: 1.26s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(22) {
  transition-delay: 1.32s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(23) {
  transition-delay: 1.38s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(24) {
  transition-delay: 1.44s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(25) {
  transition-delay: 1.5s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(26) {
  transition-delay: 1.56s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(27) {
  transition-delay: 1.62s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(28) {
  transition-delay: 1.68s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(29) {
  transition-delay: 1.74s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(30) {
  transition-delay: 1.8s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(31) {
  transition-delay: 1.86s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(32) {
  transition-delay: 1.92s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(33) {
  transition-delay: 1.98s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(34) {
  transition-delay: 2.04s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(35) {
  transition-delay: 2.1s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(36) {
  transition-delay: 2.16s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(37) {
  transition-delay: 2.22s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(38) {
  transition-delay: 2.28s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(39) {
  transition-delay: 2.34s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(40) {
  transition-delay: 2.4s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(41) {
  transition-delay: 2.46s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(42) {
  transition-delay: 2.52s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(43) {
  transition-delay: 2.58s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(44) {
  transition-delay: 2.64s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(45) {
  transition-delay: 2.7s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(46) {
  transition-delay: 2.76s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(47) {
  transition-delay: 2.82s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(48) {
  transition-delay: 2.88s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(49) {
  transition-delay: 2.94s;
}
.translate-y-with-opacity.trigger-animation
  .translate-animation-item.slow:nth-of-type(50) {
  transition-delay: 3s;
}
.translate-y-with-opacity .translate-animation-item {
  transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  -webkit-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem);
}
.translate-y-with-opacity .translate-animation-item.slow {
  -webkit-transform: translateY(-3rem);
  transform: translateY(-3rem);
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(1) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(2) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(3) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(4) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(5) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(6) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(7) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(8) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(9) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(10) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(11) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(12) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(13) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(14) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(15) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(16) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(17) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(18) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(19) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(20) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(21) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(22) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(23) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(24) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(25) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(26) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(27) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(28) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(29) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(30) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(31) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(32) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(33) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(34) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(35) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(36) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(37) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(38) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(39) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(40) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(41) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(42) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(43) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(44) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(45) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(46) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(47) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(48) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(49) {
  transition-delay: 0s;
}
.translate-y-with-opacity .translate-animation-item:nth-of-type(50) {
  transition-delay: 0s;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "GT-IconSet" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow:before {
  content: "\e900";
}
.icon-cta-arrow:before {
  content: "\e901";
}
.icon-event-clock:before {
  content: "\e902";
}
.icon-event-pin:before {
  content: "\e903";
}
.icon-globe:before {
  content: "\e904";
}
.icon-social-email:before {
  content: "\e905";
}
.icon-social-skillshare:before {
  content: "\e90b";
}
.icon-social-facebook:before {
  content: "\e906";
}
.icon-social-google-plus:before {
  content: "\e907";
}
.icon-social-linkedin:before {
  content: "\e908";
}
.icon-social-twitter:before {
  content: "\e909";
}
.icon-social-youtube:before {
  content: "\e90a";
}
.icon-quotes-left:before {
  content: "\e977";
}
.icon-quotes-right:before {
  content: "\e979";
}
.icon-cursor:before {
  content: "\e90c";
}
.icon-pdf:before {
  content: "\e90d";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.icon-star:before {
  content: "\e90e";
}
.icon-play:before {
  content: "\e90f";
}
.icon-facebook-c:before {
  content: "\e935";
}
.icon-facebook-c:hover:before,
.icon-facebook-c:active:before {
  content: "\e934";
}
.icon-googleplus-c:before {
  content: "\e933";
}
.icon-googleplus-c:hover:before,
.icon-googleplus-c:active:before {
  content: "\e92f";
}
.icon-instagram-c:before {
  content: "\e92e";
}
.icon-instagram-c:hover:before,
.icon-instagram-c:active:before {
  content: "\e92b";
}
.icon-linkedin-c:before {
  content: "\e92a";
}
.icon-linkedin-c:hover,
.icon-linkedin-c:active {
  position: relative;
}
.icon-linkedin-c:hover .path2,
.icon-linkedin-c:hover .path3,
.icon-linkedin-c:hover .path4,
.icon-linkedin-c:active .path2,
.icon-linkedin-c:active .path3,
.icon-linkedin-c:active .path4 {
  position: absolute;
  top: 0;
  left: 0;
}
.icon-linkedin-c:hover:before,
.icon-linkedin-c:active:before {
  content: "";
}
.icon-linkedin-c:hover .path1:before,
.icon-linkedin-c:active .path1:before {
  content: "\e926";
  color: #000;
}
.icon-linkedin-c:hover .path2:before,
.icon-linkedin-c:active .path2:before {
  content: "\e927";
}
.icon-linkedin-c:hover .path3:before,
.icon-linkedin-c:active .path3:before {
  content: "\e928";
}
.icon-linkedin-c:hover .path4:before,
.icon-linkedin-c:active .path4:before {
  content: "\e929";
}
.icon-sina-c:before {
  content: "\e924";
}
.icon-sina-c:hover:before,
.icon-sina-c:active:before {
  content: "\e925";
}
.icon-slideshare-c:before {
  content: "\e923";
}
.icon-slideshare-c:hover:before,
.icon-slideshare-c:active:before {
  content: "\e91c";
}
.icon-twitter-c:before {
  content: "\e91b";
}
.icon-twitter-c:hover,
.icon-twitter-c:active {
  position: relative;
}
.icon-twitter-c:hover .path2,
.icon-twitter-c:hover .path3,
.icon-twitter-c:hover .path4,
.icon-twitter-c:active .path2,
.icon-twitter-c:active .path3,
.icon-twitter-c:active .path4 {
  position: absolute;
  top: 0;
  left: 0;
}
.icon-twitter-c:hover:before,
.icon-twitter-c:active:before {
  content: "";
}
.icon-twitter-c:hover .path1:before,
.icon-twitter-c:active .path1:before {
  content: "\e919";
  color: #000;
}
.icon-twitter-c:hover .path2:before,
.icon-twitter-c:active .path2:before {
  content: "\e91a";
}
.icon-whatsapp-c:before {
  content: "\e917";
}
.icon-whatsapp-c:hover:before,
.icon-whatsapp-c:active:before {
  content: "\e918";
}
.icon-xing-c:before {
  content: "\e914";
}
.icon-xing-c:hover:before,
.icon-xing-c:active:before {
  content: "\e913";
}
.icon-youtube-c:before {
  content: "\e912";
}
.icon-youtube-c:before {
  content: "\e910";
}
.icon-mail-c:before {
  content: "\e937";
}
.icon-mail-c:hover:before,
.icon-mail-c:active:before {
  content: "\e936";
}
.icon-v-card:before {
  content: "\e915";
}
.icon-close:before {
  content: "\e916";
}
.icon-magnifier:before {
  content: "\e938";
}
.icon-grid-view:before {
  content: "\e939";
}
.icon-list-view:before {
  content: "\e93a";
}
.icon-zona:before {
  content: "\e93e";
}
.icon-zona:before {
  content: "\e93d";
}
.icon-zona:before {
  content: "\e93c";
}
.icon-contact-phone:before {
  content: "\e93b";
}
.icon-homepage:before {
  content: "\e940";
}
.icon-facebook-white:before {
  content: "\e93f";
}
.icon-download:before {
  content: "\e941";
}
.icon-phone:before {
  content: "\e942";
}
.icon-contact_form:before {
  content: "\e943";
  color: #4f2d7f;
}
.icon-external_link:before {
  content: "\e944";
  color: #4f2d7f;
}
.icon-location:before {
  content: "\e945";
  color: #4f2683;
}
.icon-logo:before {
  content: "\e946";
  color: #fff;
}
.icon-mail-new:before {
  content: "\e947";
  color: #4f2d7f;
}
.icon-marker-copy .path1:before {
  content: "\e948";
  color: #4f2d7f;
}
.icon-marker-copy .path2:before {
  content: "\e949";
  margin-left: -0.716796875em;
  color: #fff;
}
.icon-marker .path1:before {
  content: "\e94a";
  color: #4f2d7f;
}
.icon-marker .path2:before {
  content: "\e94b";
  margin-left: -0.716796875em;
  color: #fff;
}
.icon-phone-new:before {
  content: "\e94c";
  color: #4f2d7f;
}
.icon-circle-arrow-up:before {
  content: "\e94e";
}
.icon-printer_eps:before {
  content: "\e94f";
  color: #4f2d7f;
}
.icon-circle-arrow-down:before {
  content: "\e950";
}
.icon-social-email span,
.icon-social-skillshare span,
.icon-social-facebook span,
.icon-social-google-plus span,
.icon-social-linkedin span,
.icon-social-twitter span,
.icon-social-youtube span,
.vcard-download span {
  display: none;
}
.icon-bookmark:before {
  content: "\e952";
}
.icon-bookmark_outline:before {
  content: "\e953";
}
.icon-bookmark-outline:before {
  content: "\e9d2";
}
.icon-bookmark:before {
  content: "\e9d3";
}
.icon-bookmarks:before {
  content: "\e9d4";
}
.icon-bin:before {
  content: "\e9ac";
}
.icon-spinner3:before {
  content: "\e97c";
}
.icon-bookmark-o:before {
  content: "\e951";
}
.icon-bookmark1:before {
  content: "\e952";
}
.icon-book-alt2:before {
  content: "\e953";
}
.icon-open-book:before {
  content: "\e954";
}
.icon-open-book-fill:before {
  content: "\e955";
}
.icon-safari-reader:before {
  content: "\e956";
}
.icon-printer-new:before {
  content: "\e957";
}
.icon-line:before {
  content: "\e95a";
}
.icon-line-hover:before {
  content: "\e95b";
}
.icon-line:hover:before {
  content: "\e95b";
}
.icon-wechat:before {
  content: "\e958";
}
.icon-wechat:hover:before {
  content: "\e959";
}
.icon-wechat-hover:before {
  content: "\e959";
}
.svg-select__dropdown--icon {
  height: 16px;
  width: 16px;
}
html,
button,
input,
select,
textarea {
  font-family: inherit;
}
input,
select,
textarea {
  font-weight: var(--font-weight-normal);
}
p {
  font-size: 1.6rem;
  line-height: 150%;
  margin: 0 0 15px 0;
}
li {
  font-size: 1.6rem;
  line-height: 150%;
}
a .sectionTag {
  color: inherit;
}
a {
  text-decoration: none;
  color: #4f2d7f;
}
@media (hover: none) {
  a {
    outline: none;
  }
}
@media (hover: hover) {
  a {
    cursor: pointer;
  }
  a:hover,
  a:active,
  a:focus-visible {
    color: #ce2c2c;
    text-decoration: underline;
    text-underline-offset: 0.18em;
  }
}
@media (hover: none) {
  a:focus-visible {
    outline: none;
  }
}
@media (hover: hover) {
  a:focus-visible {
    outline: thin dotted;
    outline-offset: -1px;
  }
}
.link-icon {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 6px;
}
.link-icon .icon {
  font-size: 2.4rem;
  line-height: 2.4rem;
  vertical-align: middle;
  margin-right: 10px;
  color: #4f2d7f;
}
.link-icon .icon.icon-phone-new,
.link-icon .icon.icon-printer_eps,
.link-icon .icon.icon-contact_form {
  font-size: 2rem;
}
.link-icon .icon.icon-mail-new {
  font-size: 1.4rem;
}
.link-icon .icon.icon-contact_form {
  padding-left: 1px;
  margin-right: 17px;
}
.link-icon a {
  font-size: 1.6rem;
}
p,
pre {
  margin: 1em 0;
}
h1,
.h1 {
  font-size: 8rem;
  line-height: 80px;
  margin: 0 0 15px 0;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 4.8rem;
    line-height: 56px;
  }
}
h2,
.h2 {
  font-weight: var(--gt-subtitle--font-weight, var(--font-weight-semibold));
  margin: 0 0 15px 0;
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: var(--gt-subtitle--font-size, 3.4rem);
    line-height: var(--gt-subtitle--line-height, 4rem);
  }
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: var(--gt-subtitle--font-size-mobile, 2.4rem);
    line-height: var(--gt-subtitle--line-height-mobile, 3.2rem);
  }
}
h3,
.h3,
.big-text {
  font-size: 2.4rem;
  line-height: 150%;
  margin: 0 0 15px 0;
}
.tinymce-wrapper h2 {
  font-weight: var(--gt-subtitle--font-weight, var(--font-weight-semibold));
}
@media (min-width: 1200px) {
  .tinymce-wrapper h2 {
    font-size: var(--gt-subtitle--font-size, 3.4rem);
    line-height: var(--gt-subtitle--line-height, 4rem);
  }
}
@media (max-width: 1199px) {
  .tinymce-wrapper h2 {
    font-size: var(--gt-subtitle--font-size-mobile, 2.4rem);
    line-height: var(--gt-subtitle--line-height-mobile, 3.2rem);
  }
}
.tinymce-wrapper h3,
.tinymce-wrapper .h3,
.tinymce-wrapper .big-text {
  font-weight: var(--gt-small-title--font-weight, var(--font-weight-semibold));
}
@media (min-width: 1200px) {
  .tinymce-wrapper h3,
  .tinymce-wrapper .h3,
  .tinymce-wrapper .big-text {
    font-size: var(--gt-small-title--font-size, 2.4rem);
    line-height: var(--gt-small-title--line-height, 3.2rem);
  }
}
@media (max-width: 1199px) {
  .tinymce-wrapper h3,
  .tinymce-wrapper .h3,
  .tinymce-wrapper .big-text {
    font-size: var(--gt-small-title--font-size-mobile, 2rem);
    line-height: var(--gt-small-title--line-height-mobile, 2.8rem);
  }
}
.tinymce-wrapper h4,
.tinymce-wrapper .h4,
.tinymce-wrapper .medium-text {
  font-weight: var(--gt-body-text--font-weight, var(--font-weight-semibold));
}
@media (min-width: 1200px) {
  .tinymce-wrapper h4,
  .tinymce-wrapper .h4,
  .tinymce-wrapper .medium-text {
    font-size: var(--gt-body-text--font-size, 2rem);
    line-height: var(--gt-body-text--line-height, 2.8rem);
  }
}
@media (max-width: 1199px) {
  .tinymce-wrapper h4,
  .tinymce-wrapper .h4,
  .tinymce-wrapper .medium-text {
    font-size: var(--gt-body-text--font-size-mobile, 1.8rem);
    line-height: var(--gt-body-text--line-height-mobile, 2.4rem);
  }
}
.tinymce-wrapper [id] {
  scroll-margin-top: calc(var(--header-height) + 32px);
}
@media (min-width: 1024px) {
  .tinymce-wrapper [id] {
    scroll-margin-top: calc(var(--header-height) + 64px);
  }
}
h4,
.h4,
.medium-text {
  font-size: 1.8rem;
  line-height: 150%;
  margin: 0 0 15px 0;
}
.auto-soft-hyphens {
  -webkit-hyphens: auto;
  hyphens: auto;
}
:root {
  font-size: 62.5%;
}
html {
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "GT-Walsheim-Pro", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
}
html,
button,
input,
select,
textarea {
  font-family: inherit;
}
input,
select,
textarea {
  font-weight: var(--font-weight-normal);
}
p {
  font-size: var(--gt-body-text--font-size, 1.6rem);
  line-height: var(--gt-body-text--line-height, 2.4rem);
  font-weight: var(--gt-body-text--font-weight, var(--font-weight-normal));
  margin: 0 0 16px 0;
}
li {
  font-size: 1.6rem;
  line-height: 150%;
}
a .sectionTag {
  color: inherit;
}
a {
  text-decoration: none;
  color: #4f2d7f;
}
@media (hover: none) {
  a {
    outline: none;
  }
}
@media (hover: hover) {
  a {
    cursor: pointer;
  }
  a:hover,
  a:active,
  a:focus-visible {
    color: #ce2c2c;
    text-decoration: underline;
    text-underline-offset: 0.18em;
  }
}
@media (hover: none) {
  a:focus-visible {
    outline: none;
  }
}
@media (hover: hover) {
  a:focus-visible {
    outline: thin dotted;
    outline-offset: -1px;
  }
}
.link-icon {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 6px;
}
.link-icon .icon {
  font-size: 2.4rem;
  line-height: 2.4rem;
  vertical-align: middle;
  margin-right: 10px;
  color: #4f2d7f;
}
.link-icon .icon.icon-phone-new,
.link-icon .icon.icon-printer_eps,
.link-icon .icon.icon-contact_form {
  font-size: 2rem;
}
.link-icon .icon.icon-mail-new {
  font-size: 1.4rem;
}
.link-icon .icon.icon-contact_form {
  padding-left: 1px;
  margin-right: 17px;
}
.link-icon a {
  font-size: 1.6rem;
}
p,
pre {
  margin: 1em 0;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
.line-length {
  max-width: 948px;
}
.gt-hero-title {
  font-weight: var(--gt-hero-title--font-weight, var(--font-weight-bold));
}
@media (min-width: 1200px) {
  .gt-hero-title {
    font-size: var(--gt-hero-title--font-size, 8.8rem);
    line-height: var(--gt-hero-title--line-height, 8.8rem);
  }
}
@media (max-width: 1199px) {
  .gt-hero-title {
    font-size: var(--gt-hero-title--font-size-mobile, 4.8rem);
    line-height: var(--gt-hero-title--line-height-mobile, 5.6rem);
  }
}
.gt-hero-title.heavy {
  font-weight: var(--gt-hero-title--font-weight, var(--font-weight-black));
}
.gt-main-title {
  font-weight: var(--gt-main-title--font-weight, var(--font-weight-bold));
}
@media (min-width: 1200px) {
  .gt-main-title {
    font-size: var(--gt-main-title--font-size, 6rem);
    line-height: var(--gt-main-title--line-height, 6.6rem);
  }
}
@media (max-width: 1199px) {
  .gt-main-title {
    font-size: var(--gt-main-title--font-size-mobile, 4rem);
    line-height: var(--gt-main-title--line-height-mobile, 4.8rem);
  }
}
.gt-main-title.heavy {
  font-weight: var(--gt-main-title--font-weight, var(--font-weight-black));
}
.gt-title {
  font-weight: var(--gt-title--font-weight, var(--font-weight-light));
}
@media (min-width: 1200px) {
  .gt-title {
    font-size: var(--gt-title--font-size, 4.8rem);
    line-height: var(--gt-title--line-height, 5.6rem);
  }
}
@media (max-width: 1199px) {
  .gt-title {
    font-size: var(--gt-title--font-size-mobile, 3.2rem);
    line-height: var(--gt-title--line-height-mobile, 4rem);
  }
}
.gt-title.heavy {
  font-weight: var(--gt-title--font-weight, var(--font-weight-bold));
}
.gt-subtitle {
  font-weight: var(--gt-subtitle--font-weight, var(--font-weight-light));
}
@media (min-width: 1200px) {
  .gt-subtitle {
    font-size: var(--gt-subtitle--font-size, 3.4rem);
    line-height: var(--gt-subtitle--line-height, 4rem);
  }
}
@media (max-width: 1199px) {
  .gt-subtitle {
    font-size: var(--gt-subtitle--font-size-mobile, 2.4rem);
    line-height: var(--gt-subtitle--line-height-mobile, 3.2rem);
  }
}
.gt-subtitle.heavy {
  font-weight: var(--gt-subtitle--font-weight, var(--font-weight-normal));
}
.gt-subtitle.bold {
  font-weight: var(--gt-subtitle--font-weight, var(--font-weight-bold));
}
.gt-small-title {
  font-weight: var(--gt-small-title--font-weight, var(--font-weight-light));
}
@media (min-width: 1200px) {
  .gt-small-title {
    font-size: var(--gt-small-title--font-size, 2.4rem);
    line-height: var(--gt-small-title--line-height, 3.2rem);
  }
}
@media (max-width: 1199px) {
  .gt-small-title {
    font-size: var(--gt-small-title--font-size-mobile, 2rem);
    line-height: var(--gt-small-title--line-height-mobile, 2.8rem);
  }
}
.gt-small-title.heavy {
  font-weight: var(--gt-small-title--font-weight, var(--font-weight-normal));
}
.gt-small-title.semi-bold {
  font-weight: var(--gt-small-title--font-weight, var(--font-weight-semibold));
}
.gt-small-title.bold {
  font-weight: var(--gt-small-title--font-weight, var(--font-weight-bold));
}
.gt-body-text {
  font-size: var(--gt-body-text--font-size, 1.6rem);
  line-height: var(--gt-body-text--line-height, 2.4rem);
  font-weight: var(--gt-body-text--font-weight, var(--font-weight-normal));
}
.gt-body-text.small {
  font-size: var(--gt-body-text--font-size, 1.4rem);
  line-height: var(--gt-body-text--line-height, 2.2rem);
  font-weight: var(--gt-body-text--font-weight, var(--font-weight-normal));
}
.gt-body-text.big {
  font-weight: var(--gt-body-text--font-weight, var(--font-weight-light));
}
@media (min-width: 1200px) {
  .gt-body-text.big {
    font-size: var(--gt-body-text--font-size, 2rem);
    line-height: var(--gt-body-text--line-height, 2.8rem);
  }
}
@media (max-width: 1199px) {
  .gt-body-text.big {
    font-size: var(--gt-body-text--font-size-mobile, 1.8rem);
    line-height: var(--gt-body-text--line-height-mobile, 2.4rem);
  }
}
.gt-body-text.overline {
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.gt-body-text.heavy {
  font-weight: var(--gt-body-text--font-weight, var(--font-weight-bold));
}
.gt-body-text.grey {
  color: #666;
}
.gt-body-text.x-tiny {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.gt-category {
  font-size: var(--gt-category--font-size, 1.4rem);
  line-height: var(--gt-category--line-height, 2.2rem);
  color: var(--gt-category--color, #fff);
  background: var(--gt-category--bg-color);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  font-weight: normal;
  border: 0.1rem solid transparent;
}
.gt-category.outline,
.gt-category.white,
.gt-category.light,
.gt-category.dark,
.gt-category.purple {
  padding: 2px 16px;
  border-radius: 16px;
}
.gt-category.dark {
  --gt-category--bg-color: #2b144d;
}
.gt-category.light {
  --gt-category--bg-color: #a06dff;
  --gt-category--color: #2b144d;
}
.gt-category.purple {
  --gt-category--bg-color: #4f2d7f;
}
.gt-category.yellow {
  --gt-category--bg-color: #ffc23d;
  --gt-category--color: #000;
}
.gt-category.teal {
  --gt-category--bg-color: #00a4b3;
  --gt-category--color: #000;
}
.gt-category.grey {
  --gt-category--color: #666;
  letter-spacing: 1.6px;
}
.gt-category.dark-grey {
  --gt-category--bg-color: #ccc4bd;
  --gt-category--color: #2b144d;
}
.gt-category.white {
  --gt-category--bg-color: #f2f0ee;
  --gt-category--color: #2b144d;
}
.gt-category.trim {
  padding: 0;
}
.gt-category.overline {
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.gt-category.outline {
  background-color: transparent;
  border-color: var(--gt-category--bg-color, #fff);
  --gt-category--color: #666;
}
.svg-icon svg {
  width: 100%;
  height: 100%;
}
.social-icons__vi--wrapper {
  --social-icon-color: #2b144d;
  --social-icon-hover-color: #fff;
  --social-icon-bg: #a06dff;
  --social-icon-hover-bg: #2b144d;
  --social-icon-border-radius: 100%;
  --social-icon-border-width: 0;
  --social-icon-border-color: transparent;
  --social-icon-svg-width: 1.7rem;
  --social-icon-svg-height: 1.7rem;
  --social-icon-width: 32px;
  --social-icon-height: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-icons__vi--wrapper li {
  margin-left: 16px;
}
.social-icons__vi--wrapper li:first-child {
  margin-left: 0;
}
.social-icons__vi--wrapper.theme-purple {
  --social-icon-color: #fff;
  --social-icon-hover-color: #fff;
  --social-icon-bg: #4f2d7f;
  --social-icon-hover-bg: #2b144d;
}
.social-icons__vi--wrapper.theme-dark__purple {
  --social-icon-color: #fff;
  --social-icon-hover-color: #fff;
  --social-icon-bg: #2b144d;
  --social-icon-hover-bg: #4f2d7f;
}
.social-icons__vi--wrapper.theme-light__grey {
  --social-icon-color: #2b144d;
  --social-icon-hover-color: #2b144d;
  --social-icon-bg: #f2f0ee;
  --social-icon-hover-bg: #ccc4bd;
}
.social-icons__vi--wrapper.theme-dark__grey {
  --social-icon-color: #2b144d;
  --social-icon-hover-color: #2b144d;
  --social-icon-bg: #ccc4bd;
  --social-icon-hover-bg: #f2f0ee;
}
.social-icons__vi--wrapper.theme-transparent {
  --social-icon-color: #2b144d;
  --social-icon-hover-color: #ce2c2c;
  --social-icon-bg: transparent;
  --social-icon-hover-bg: transparent;
  --social-icon-border-radius: 0;
  --social-icon-svg-width: 2rem;
  --social-icon-svg-height: 2rem;
  --social-icon-width: auto;
  --social-icon-height: auto;
}
.social-icons__vi--wrapper.white-text {
  --social-icon-color: #fff;
}
.social-icons__vi--wrapper.round-border {
  --social-icon-border-width: 0.1rem;
  --social-icon-border-color: #4f2d7f;
  --social-icon-bg: transparent;
  --social-icon-color: #4f2d7f;
  --social-icon-hover-color: #fff;
  --social-icon-hover-bg: #4f2d7f;
}
.social-icons__vi--wrapper.center {
  -webkit-justify-content: center;
  justify-content: center;
}
.single-social__icon {
  --social-icon-color: #2b144d;
  --social-icon-hover-color: #fff;
  --social-icon-bg: #a06dff;
  --social-icon-hover-bg: #2b144d;
  --social-icon-border-radius: 100%;
  --social-icon-border-width: 0;
  --social-icon-border-color: transparent;
  --social-icon-svg-width: 1.7rem;
  --social-icon-svg-height: 1.7rem;
  --social-icon-width: 32px;
  --social-icon-height: 32px;
}
.single-social__icon .social-icon__vi,
.single-social__icon .social-icons__vi--wrapper li a,
.social-icons__vi--wrapper li .single-social__icon a {
  transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.single-social__icon .social-icon__vi.theme-purple,
.single-social__icon .social-icons__vi--wrapper li a.theme-purple,
.social-icons__vi--wrapper li .single-social__icon a.theme-purple {
  --social-icon-color: #fff;
  --social-icon-hover-color: #fff;
  --social-icon-bg: #4f2d7f;
  --social-icon-hover-bg: #2b144d;
}
.single-social__icon .social-icon__vi.theme-dark__purple,
.single-social__icon .social-icons__vi--wrapper li a.theme-dark__purple,
.social-icons__vi--wrapper li .single-social__icon a.theme-dark__purple {
  --social-icon-color: #fff;
  --social-icon-hover-color: #fff;
  --social-icon-bg: #2b144d;
  --social-icon-hover-bg: #4f2d7f;
}
.single-social__icon .social-icon__vi.theme-white,
.single-social__icon .social-icons__vi--wrapper li a.theme-white,
.social-icons__vi--wrapper li .single-social__icon a.theme-white {
  --social-icon-color: #2b144d;
  --social-icon-hover-color: #2b144d;
  --social-icon-bg: #fff;
  --social-icon-hover-bg: #a06dff;
}
.single-social__icon .social-icon__vi.theme-light__grey,
.single-social__icon .social-icons__vi--wrapper li a.theme-light__grey,
.social-icons__vi--wrapper li .single-social__icon a.theme-light__grey {
  --social-icon-color: #2b144d;
  --social-icon-hover-color: #2b144d;
  --social-icon-bg: #f2f0ee;
  --social-icon-hover-bg: #ccc4bd;
}
.single-social__icon .social-icon__vi.theme-dark__grey,
.single-social__icon .social-icons__vi--wrapper li a.theme-dark__grey,
.social-icons__vi--wrapper li .single-social__icon a.theme-dark__grey {
  --social-icon-color: #2b144d;
  --social-icon-hover-color: #2b144d;
  --social-icon-bg: #ccc4bd;
  --social-icon-hover-bg: #e0dcd7;
}
.single-social__icon .social-icon__vi.theme-transparent,
.single-social__icon .social-icons__vi--wrapper li a.theme-transparent,
.social-icons__vi--wrapper li .single-social__icon a.theme-transparent {
  --social-icon-color: #2b144d;
  --social-icon-hover-color: #ce2c2c;
  --social-icon-bg: transparent;
  --social-icon-hover-bg: transparent;
  --social-icon-border-radius: 0;
  --social-icon-svg-width: 2rem;
  --social-icon-svg-height: 2rem;
  --social-icon-width: auto;
  --social-icon-height: auto;
  line-height: normal;
}
.single-social__icon .social-icon__vi.white-text,
.single-social__icon .social-icons__vi--wrapper li a.white-text,
.social-icons__vi--wrapper li .single-social__icon a.white-text {
  --social-icon-color: #fff;
}
.single-social__icon .social-icon__vi.purple-text,
.single-social__icon .social-icons__vi--wrapper li a.purple-text,
.social-icons__vi--wrapper li .single-social__icon a.purple-text {
  --social-icon-color: #4f2d7f;
  --social-icon-hover-color: #ce2c2c;
}
.single-social__icon .social-icon__vi.red-text,
.single-social__icon .social-icons__vi--wrapper li a.red-text,
.social-icons__vi--wrapper li .single-social__icon a.red-text {
  --social-icon-color: #ce2c2c;
  --social-icon-hover-color: #fff;
}
.single-social__icon .social-icon__vi.grey-text,
.single-social__icon .social-icons__vi--wrapper li a.grey-text,
.social-icons__vi--wrapper li .single-social__icon a.grey-text {
  --social-icon-color: #666;
  --social-icon-hover-color: #4f2d7f;
}
.single-social__icon .social-icon__vi.round-border,
.single-social__icon .social-icons__vi--wrapper li a.round-border,
.social-icons__vi--wrapper li .single-social__icon a.round-border {
  --social-icon-border-width: 0.1rem;
  --social-icon-border-color: #4f2d7f;
  --social-icon-bg: transparent;
  --social-icon-color: #4f2d7f;
  --social-icon-hover-color: #fff;
  --social-icon-hover-bg: #4f2d7f;
}
.has-hover.single-social__icon,
[role="button"].single-social__icon,
button.single-social__icon,
a.single-social__icon {
  transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .has-hover.single-social__icon,
  [role="button"].single-social__icon,
  button.single-social__icon,
  a.single-social__icon {
    outline: none;
  }
}
@media (hover: hover) {
  .has-hover.single-social__icon,
  [role="button"].single-social__icon,
  button.single-social__icon,
  a.single-social__icon {
    cursor: pointer;
  }
  .has-hover.single-social__icon:hover .social-icon__vi,
  .has-hover.single-social__icon:hover .social-icons__vi--wrapper li a,
  .social-icons__vi--wrapper li .has-hover.single-social__icon:hover a,
  .has-hover.single-social__icon:active .social-icon__vi,
  .has-hover.single-social__icon:active .social-icons__vi--wrapper li a,
  .social-icons__vi--wrapper li .has-hover.single-social__icon:active a,
  .has-hover.single-social__icon:focus-visible .social-icon__vi,
  .has-hover.single-social__icon:focus-visible .social-icons__vi--wrapper li a,
  .social-icons__vi--wrapper li .has-hover.single-social__icon:focus-visible a,
  [role="button"].single-social__icon:hover .social-icon__vi,
  [role="button"].single-social__icon:hover .social-icons__vi--wrapper li a,
  .social-icons__vi--wrapper li [role="button"].single-social__icon:hover a,
  [role="button"].single-social__icon:active .social-icon__vi,
  [role="button"].single-social__icon:active .social-icons__vi--wrapper li a,
  .social-icons__vi--wrapper li [role="button"].single-social__icon:active a,
  [role="button"].single-social__icon:focus-visible .social-icon__vi,
  [role="button"].single-social__icon:focus-visible
    .social-icons__vi--wrapper
    li
    a,
  .social-icons__vi--wrapper
    li
    [role="button"].single-social__icon:focus-visible
    a,
  button.single-social__icon:hover .social-icon__vi,
  button.single-social__icon:hover .social-icons__vi--wrapper li a,
  .social-icons__vi--wrapper li button.single-social__icon:hover a,
  button.single-social__icon:active .social-icon__vi,
  button.single-social__icon:active .social-icons__vi--wrapper li a,
  .social-icons__vi--wrapper li button.single-social__icon:active a,
  button.single-social__icon:focus-visible .social-icon__vi,
  button.single-social__icon:focus-visible .social-icons__vi--wrapper li a,
  .social-icons__vi--wrapper li button.single-social__icon:focus-visible a,
  a.single-social__icon:hover .social-icon__vi,
  a.single-social__icon:hover .social-icons__vi--wrapper li a,
  .social-icons__vi--wrapper li a.single-social__icon:hover a,
  a.single-social__icon:active .social-icon__vi,
  a.single-social__icon:active .social-icons__vi--wrapper li a,
  .social-icons__vi--wrapper li a.single-social__icon:active a,
  a.single-social__icon:focus-visible .social-icon__vi,
  a.single-social__icon:focus-visible .social-icons__vi--wrapper li a,
  .social-icons__vi--wrapper li a.single-social__icon:focus-visible a {
    background: var(--social-icon-hover-bg, #4f2d7f);
    color: var(--social-icon-hover-color, #2b144d);
  }
  .has-hover.single-social__icon:hover .social-icon__vi.purple-text,
  .has-hover.single-social__icon:hover
    .social-icons__vi--wrapper
    li
    a.purple-text,
  .social-icons__vi--wrapper
    li
    .has-hover.single-social__icon:hover
    a.purple-text,
  .has-hover.single-social__icon:active .social-icon__vi.purple-text,
  .has-hover.single-social__icon:active
    .social-icons__vi--wrapper
    li
    a.purple-text,
  .social-icons__vi--wrapper
    li
    .has-hover.single-social__icon:active
    a.purple-text,
  .has-hover.single-social__icon:focus-visible .social-icon__vi.purple-text,
  .has-hover.single-social__icon:focus-visible
    .social-icons__vi--wrapper
    li
    a.purple-text,
  .social-icons__vi--wrapper
    li
    .has-hover.single-social__icon:focus-visible
    a.purple-text,
  [role="button"].single-social__icon:hover .social-icon__vi.purple-text,
  [role="button"].single-social__icon:hover
    .social-icons__vi--wrapper
    li
    a.purple-text,
  .social-icons__vi--wrapper
    li
    [role="button"].single-social__icon:hover
    a.purple-text,
  [role="button"].single-social__icon:active .social-icon__vi.purple-text,
  [role="button"].single-social__icon:active
    .social-icons__vi--wrapper
    li
    a.purple-text,
  .social-icons__vi--wrapper
    li
    [role="button"].single-social__icon:active
    a.purple-text,
  [role="button"].single-social__icon:focus-visible
    .social-icon__vi.purple-text,
  [role="button"].single-social__icon:focus-visible
    .social-icons__vi--wrapper
    li
    a.purple-text,
  .social-icons__vi--wrapper
    li
    [role="button"].single-social__icon:focus-visible
    a.purple-text,
  button.single-social__icon:hover .social-icon__vi.purple-text,
  button.single-social__icon:hover .social-icons__vi--wrapper li a.purple-text,
  .social-icons__vi--wrapper li button.single-social__icon:hover a.purple-text,
  button.single-social__icon:active .social-icon__vi.purple-text,
  button.single-social__icon:active .social-icons__vi--wrapper li a.purple-text,
  .social-icons__vi--wrapper li button.single-social__icon:active a.purple-text,
  button.single-social__icon:focus-visible .social-icon__vi.purple-text,
  button.single-social__icon:focus-visible
    .social-icons__vi--wrapper
    li
    a.purple-text,
  .social-icons__vi--wrapper
    li
    button.single-social__icon:focus-visible
    a.purple-text,
  a.single-social__icon:hover .social-icon__vi.purple-text,
  a.single-social__icon:hover .social-icons__vi--wrapper li a.purple-text,
  .social-icons__vi--wrapper li a.single-social__icon:hover a.purple-text,
  a.single-social__icon:active .social-icon__vi.purple-text,
  a.single-social__icon:active .social-icons__vi--wrapper li a.purple-text,
  .social-icons__vi--wrapper li a.single-social__icon:active a.purple-text,
  a.single-social__icon:focus-visible .social-icon__vi.purple-text,
  a.single-social__icon:focus-visible
    .social-icons__vi--wrapper
    li
    a.purple-text,
  .social-icons__vi--wrapper
    li
    a.single-social__icon:focus-visible
    a.purple-text {
    --social-icon-color: #ce2c2c;
    --social-icon-hover-color: #ce2c2c;
  }
  .has-hover.single-social__icon:hover .social-icon__vi.red-text,
  .has-hover.single-social__icon:hover .social-icons__vi--wrapper li a.red-text,
  .social-icons__vi--wrapper li .has-hover.single-social__icon:hover a.red-text,
  .has-hover.single-social__icon:active .social-icon__vi.red-text,
  .has-hover.single-social__icon:active
    .social-icons__vi--wrapper
    li
    a.red-text,
  .social-icons__vi--wrapper
    li
    .has-hover.single-social__icon:active
    a.red-text,
  .has-hover.single-social__icon:focus-visible .social-icon__vi.red-text,
  .has-hover.single-social__icon:focus-visible
    .social-icons__vi--wrapper
    li
    a.red-text,
  .social-icons__vi--wrapper
    li
    .has-hover.single-social__icon:focus-visible
    a.red-text,
  [role="button"].single-social__icon:hover .social-icon__vi.red-text,
  [role="button"].single-social__icon:hover
    .social-icons__vi--wrapper
    li
    a.red-text,
  .social-icons__vi--wrapper
    li
    [role="button"].single-social__icon:hover
    a.red-text,
  [role="button"].single-social__icon:active .social-icon__vi.red-text,
  [role="button"].single-social__icon:active
    .social-icons__vi--wrapper
    li
    a.red-text,
  .social-icons__vi--wrapper
    li
    [role="button"].single-social__icon:active
    a.red-text,
  [role="button"].single-social__icon:focus-visible .social-icon__vi.red-text,
  [role="button"].single-social__icon:focus-visible
    .social-icons__vi--wrapper
    li
    a.red-text,
  .social-icons__vi--wrapper
    li
    [role="button"].single-social__icon:focus-visible
    a.red-text,
  button.single-social__icon:hover .social-icon__vi.red-text,
  button.single-social__icon:hover .social-icons__vi--wrapper li a.red-text,
  .social-icons__vi--wrapper li button.single-social__icon:hover a.red-text,
  button.single-social__icon:active .social-icon__vi.red-text,
  button.single-social__icon:active .social-icons__vi--wrapper li a.red-text,
  .social-icons__vi--wrapper li button.single-social__icon:active a.red-text,
  button.single-social__icon:focus-visible .social-icon__vi.red-text,
  button.single-social__icon:focus-visible
    .social-icons__vi--wrapper
    li
    a.red-text,
  .social-icons__vi--wrapper
    li
    button.single-social__icon:focus-visible
    a.red-text,
  a.single-social__icon:hover .social-icon__vi.red-text,
  a.single-social__icon:hover .social-icons__vi--wrapper li a.red-text,
  .social-icons__vi--wrapper li a.single-social__icon:hover a.red-text,
  a.single-social__icon:active .social-icon__vi.red-text,
  a.single-social__icon:active .social-icons__vi--wrapper li a.red-text,
  .social-icons__vi--wrapper li a.single-social__icon:active a.red-text,
  a.single-social__icon:focus-visible .social-icon__vi.red-text,
  a.single-social__icon:focus-visible .social-icons__vi--wrapper li a.red-text,
  .social-icons__vi--wrapper li a.single-social__icon:focus-visible a.red-text {
    --social-icon-color: #fff;
    --social-icon-hover-color: #fff;
  }
  .has-hover.single-social__icon:hover .social-icon__vi.grey-text,
  .has-hover.single-social__icon:hover
    .social-icons__vi--wrapper
    li
    a.grey-text,
  .social-icons__vi--wrapper
    li
    .has-hover.single-social__icon:hover
    a.grey-text,
  .has-hover.single-social__icon:active .social-icon__vi.grey-text,
  .has-hover.single-social__icon:active
    .social-icons__vi--wrapper
    li
    a.grey-text,
  .social-icons__vi--wrapper
    li
    .has-hover.single-social__icon:active
    a.grey-text,
  .has-hover.single-social__icon:focus-visible .social-icon__vi.grey-text,
  .has-hover.single-social__icon:focus-visible
    .social-icons__vi--wrapper
    li
    a.grey-text,
  .social-icons__vi--wrapper
    li
    .has-hover.single-social__icon:focus-visible
    a.grey-text,
  [role="button"].single-social__icon:hover .social-icon__vi.grey-text,
  [role="button"].single-social__icon:hover
    .social-icons__vi--wrapper
    li
    a.grey-text,
  .social-icons__vi--wrapper
    li
    [role="button"].single-social__icon:hover
    a.grey-text,
  [role="button"].single-social__icon:active .social-icon__vi.grey-text,
  [role="button"].single-social__icon:active
    .social-icons__vi--wrapper
    li
    a.grey-text,
  .social-icons__vi--wrapper
    li
    [role="button"].single-social__icon:active
    a.grey-text,
  [role="button"].single-social__icon:focus-visible .social-icon__vi.grey-text,
  [role="button"].single-social__icon:focus-visible
    .social-icons__vi--wrapper
    li
    a.grey-text,
  .social-icons__vi--wrapper
    li
    [role="button"].single-social__icon:focus-visible
    a.grey-text,
  button.single-social__icon:hover .social-icon__vi.grey-text,
  button.single-social__icon:hover .social-icons__vi--wrapper li a.grey-text,
  .social-icons__vi--wrapper li button.single-social__icon:hover a.grey-text,
  button.single-social__icon:active .social-icon__vi.grey-text,
  button.single-social__icon:active .social-icons__vi--wrapper li a.grey-text,
  .social-icons__vi--wrapper li button.single-social__icon:active a.grey-text,
  button.single-social__icon:focus-visible .social-icon__vi.grey-text,
  button.single-social__icon:focus-visible
    .social-icons__vi--wrapper
    li
    a.grey-text,
  .social-icons__vi--wrapper
    li
    button.single-social__icon:focus-visible
    a.grey-text,
  a.single-social__icon:hover .social-icon__vi.grey-text,
  a.single-social__icon:hover .social-icons__vi--wrapper li a.grey-text,
  .social-icons__vi--wrapper li a.single-social__icon:hover a.grey-text,
  a.single-social__icon:active .social-icon__vi.grey-text,
  a.single-social__icon:active .social-icons__vi--wrapper li a.grey-text,
  .social-icons__vi--wrapper li a.single-social__icon:active a.grey-text,
  a.single-social__icon:focus-visible .social-icon__vi.grey-text,
  a.single-social__icon:focus-visible .social-icons__vi--wrapper li a.grey-text,
  .social-icons__vi--wrapper
    li
    a.single-social__icon:focus-visible
    a.grey-text {
    --social-icon-color: #4f2d7f;
    --social-icon-hover-color: #4f2d7f;
  }
}
.social-icon__vi,
.social-icons__vi--wrapper li a {
  width: var(--social-icon-width, 32px);
  height: var(--social-icon-height, 32px);
  border-radius: var(--social-icon-border-radius, 100%);
  background: var(--social-icon-bg, #4f2d7f);
  color: var(--social-icon-color, #2b144d);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: var(--social-icon-border-width, 0) solid
    var(--social-icon-border-color, transparent);
}
.social-icon__vi svg,
.social-icons__vi--wrapper li a svg {
  width: var(--social-icon-svg-width, 1.7rem);
  height: var(--social-icon-svg-height, 1.7rem);
  pointer-events: none;
}
[role="button"].social-icon__vi,
.social-icons__vi--wrapper li a[role="button"],
.has-hover.social-icon__vi,
.social-icons__vi--wrapper li a.has-hover,
button.social-icon__vi,
a.social-icon__vi,
.social-icons__vi--wrapper li a {
  transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  [role="button"].social-icon__vi,
  .social-icons__vi--wrapper li a[role="button"],
  .has-hover.social-icon__vi,
  .social-icons__vi--wrapper li a.has-hover,
  button.social-icon__vi,
  a.social-icon__vi,
  .social-icons__vi--wrapper li a {
    outline: none;
  }
}
@media (hover: hover) {
  [role="button"].social-icon__vi,
  .social-icons__vi--wrapper li a[role="button"],
  .has-hover.social-icon__vi,
  .social-icons__vi--wrapper li a.has-hover,
  button.social-icon__vi,
  a.social-icon__vi,
  .social-icons__vi--wrapper li a {
    cursor: pointer;
  }
  [role="button"].social-icon__vi:hover,
  .social-icons__vi--wrapper li a[role="button"]:hover,
  [role="button"].social-icon__vi:active,
  .social-icons__vi--wrapper li a[role="button"]:active,
  [role="button"].social-icon__vi:focus-visible,
  .social-icons__vi--wrapper li a[role="button"]:focus-visible,
  .has-hover.social-icon__vi:hover,
  .social-icons__vi--wrapper li a.has-hover:hover,
  .has-hover.social-icon__vi:active,
  .social-icons__vi--wrapper li a.has-hover:active,
  .has-hover.social-icon__vi:focus-visible,
  .social-icons__vi--wrapper li a.has-hover:focus-visible,
  button.social-icon__vi:hover,
  button.social-icon__vi:active,
  button.social-icon__vi:focus-visible,
  a.social-icon__vi:hover,
  .social-icons__vi--wrapper li a:hover,
  a.social-icon__vi:active,
  .social-icons__vi--wrapper li a:active,
  a.social-icon__vi:focus-visible,
  .social-icons__vi--wrapper li a:focus-visible {
    background: var(--social-icon-hover-bg, #4f2d7f);
    color: var(--social-icon-hover-color, #2b144d);
  }
}
.auto-soft-hyphens {
  -webkit-hyphens: auto;
  hyphens: auto;
}
.box-base-white {
  position: relative;
  margin-top: 24px;
  margin-bottom: 32px;
  padding: 24px 24px 32px;
  box-sizing: border-box;
  background-color: #fff;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.box-base-white a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  vertical-align: bottom;
  width: auto;
}
.box-base-white.solid-b,
.box-base-white.solid-b--purple {
  background-color: #ce2c2c;
  color: #fff;
}
.box-base-white.solid-b a,
.box-base-white.solid-b h2,
.box-base-white.solid-b .sectionTag,
.box-base-white.solid-b .category,
.box-base-white.solid-b--purple a,
.box-base-white.solid-b--purple h2,
.box-base-white.solid-b--purple .sectionTag,
.box-base-white.solid-b--purple .category {
  color: inherit;
}
@media (hover: none) {
  .box-base-white.solid-b a,
  .box-base-white.solid-b--purple a {
    outline: none;
  }
}
@media (hover: hover) {
  .box-base-white.solid-b a,
  .box-base-white.solid-b--purple a {
    cursor: pointer;
  }
  .box-base-white.solid-b a:hover,
  .box-base-white.solid-b a:active,
  .box-base-white.solid-b a:focus-visible,
  .box-base-white.solid-b--purple a:hover,
  .box-base-white.solid-b--purple a:active,
  .box-base-white.solid-b--purple a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 0.18em;
  }
}
.box-base-white.solid-b--purple {
  background-color: #4f2d7f;
}
[dir="rtl"] .box-base-white.contact-block .email-obfuscate {
  direction: ltr;
}
.youtube-container {
  top: 50%;
  left: 50%;
  position: fixed;
  padding-top: 56.25%;
  width: 100%;
  z-index: 101;
  background: #000;
  transform: translate(-50%, -50%) scale(0.9);
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
}
.youtube-container:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-yt 1.2s linear infinite;
  animation: lds-yt 1.2s linear infinite;
}
.youtube-container.full-height {
  max-height: 100vh;
  overflow-y: auto;
  transform: translate(-50%, -50%) scale(0.876);
  -webkit-transform: translate(-50%, -50%) scale(0.876);
  -ms-transform: translate(-50%, -50%) scale(0.876);
}
[dir="rtl"] .youtube-container.full-height {
  transform: translate(50%, -50%) scale(0.876);
  -webkit-transform: translate(50%, -50%) scale(0.876);
  -ms-transform: translate(50%, -50%) scale(0.876);
}
.youtube-container iframe {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
html[data-useragent*="Firefox"] .youtube-container {
  transform: translate(-50%, -50%) scale(0.91);
  -webkit-transform: translate(-50%, -50%) scale(0.91);
  -ms-transform: translate(-50%, -50%) scale(0.91);
}
html[data-useragent*="Firefox"] .youtube-container.full-height {
  transform: translate(-50%, -50%) scale(0.844);
  -webkit-transform: translate(-50%, -50%) scale(0.844);
  -ms-transform: translate(-50%, -50%) scale(0.844);
}
.filter-bar-wrapper {
  display: block;
  background: #2b144d;
  color: #fff;
}
.filters-container {
  overflow: hidden;
  padding: 32px 0 16px;
}
.filters-container ul {
  list-style: none;
}
.filters-container li {
  background-color: #4f2d7f;
  margin-bottom: 16px;
  border-radius: 0.4rem;
}
.filters-container li.open .js-show-selection:before {
  display: none;
}
.filters-container a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 4px 16px;
  width: 25rem;
  color: #fff;
  vertical-align: middle;
  position: relative;
  border-radius: 0.4rem;
}
.filters-container a.js-show-selection {
  width: 3rem;
  text-indent: -999em;
  padding: 0;
}
.filters-container a.js-show-selection:after,
.filters-container a.js-show-selection:before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 0.1rem;
  background-color: #fff;
  left: 8px;
  top: 50%;
}
.filters-container a.js-show-selection:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.filters-container .third-level-filters li,
.filters-container .third-level-filters a {
  background: transparent;
  color: #fff;
  margin: 0;
}
.filters-container .third-level-filters a:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.topSpacingContainer,
.relatedContainer {
  margin-top: 32px;
}
.smallerContainer,
.error-404-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 64px !important;
  margin-bottom: 64px;
}
.smallerContainer:before,
.smallerContainer:after,
.error-404-container:before,
.error-404-container:after {
  content: " ";
  display: table;
}
.smallerContainer:after,
.error-404-container:after {
  clear: both;
}
.smallerContainer .dynamic-container,
.smallerContainer .container,
.error-404-container .dynamic-container,
.error-404-container .container {
  width: auto;
  padding: 0;
}
.smallerContainer .dynamic-container .row,
.smallerContainer .container .row,
.error-404-container .dynamic-container .row,
.error-404-container .container .row {
  margin-left: 0;
  margin-right: 0;
}
.smallerContainer .dynamic-container,
.error-404-container .dynamic-container {
  max-width: 100%;
}
.smallerContainer [class*="col-"] .container .row,
.error-404-container [class*="col-"] .container .row {
  margin-left: -16px;
  margin-right: -16px;
}
@media (max-width: 768px) {
  .smallerContainer,
  .error-404-container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .smallerContainer,
  .error-404-container {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1024px) {
  .smallerContainer,
  .error-404-container {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1300px) {
  .smallerContainer,
  .error-404-container {
    width: 1172px;
  }
}
.error-404-container p {
  margin: initial;
}
.dynamic-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.dynamic-container:before,
.dynamic-container:after {
  content: " ";
  display: table;
}
.dynamic-container:after {
  clear: both;
}
.dynamic-container .dynamic-container,
.dynamic-container .container {
  width: auto;
  padding: 0;
}
.dynamic-container .dynamic-container .row,
.dynamic-container .container .row {
  margin-left: 0;
  margin-right: 0;
}
.dynamic-container [class*="col-"] .container .row {
  margin-left: -16px;
  margin-right: -16px;
}
@media (max-width: 768px) {
  .dynamic-container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .dynamic-container {
    max-width: calc(100% - 64px);
  }
}
@media (min-width: 1024px) {
  .dynamic-container {
    max-width: calc(100% - 64px);
  }
}
@media (min-width: 1300px) {
  .dynamic-container {
    max-width: 1172px;
  }
}
.title--medium {
  display: block;
  font-size: 1.8rem;
  color: #4f2d7f;
}
.title--underlined {
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc4bd;
}
.category-heading {
  margin: -25px 0 32px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.category-heading--flexible {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: -25px 0 0;
}
.category-heading__heading {
  width: 100%;
  margin-bottom: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 24px;
}
.category-heading__more {
  margin-top: 8px;
  padding-top: 0;
  border-bottom: 2px solid #ce2c2c;
  margin-left: auto;
}
.category-heading__more:after {
  margin-top: -3px;
}
.category-heading__heading,
.category-heading__more {
  justify-self: flex-end;
}
@media (min-width: 768px) {
  .category-heading__heading {
    margin-right: 32px;
  }
  .category-heading__heading,
  .category-heading__more {
    width: auto;
  }
}
.header-message-top-banner-wrapper {
  background-color: #fff;
  z-index: 13;
  width: 100%;
  margin-top: 0;
  z-index: 13;
  position: relative;
}
.header-message-top-banner-wrapper.white {
  background-color: #fff;
}
.header-message-top-banner-wrapper.grey {
  background-color: #f2f1ef;
}
.header-message-top-banner-wrapper.bg-dark-coral {
  background-color: #ce2c2c;
}
.header-message-top-banner-wrapper.purple {
  background-color: #4f2d7f;
}
.header-message-top-banner-wrapper.dark-purple {
  background-color: #2b144d;
}
.header-message-top-banner-wrapper.teal {
  background-color: #00a4b3;
}
.header-message-top-banner-wrapper.danger {
  background-color: #dc3545;
}
.header-message-top-banner-wrapper > p {
  text-align: center;
  margin: 0;
  padding: 4px 32px;
  line-height: 2.4rem;
  font-size: 1.6rem;
  font-weight: var(--font-weight-normal);
}
.header-message-top-banner-wrapper > p a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
  color: #000;
}
.header-message-top-banner-wrapper.bg-dark-coral > p,
.header-message-top-banner-wrapper.purple > p,
.header-message-top-banner-wrapper.danger > p,
.header-message-top-banner-wrapper.dark-purple > p {
  color: #fff;
}
.header-message-top-banner-wrapper.bg-dark-coral > p a,
.header-message-top-banner-wrapper.purple > p a,
.header-message-top-banner-wrapper.danger > p a,
.header-message-top-banner-wrapper.dark-purple > p a {
  color: #fff;
}
.header-message-top-banner-wrapper.hidden-message {
  transition: all ease 0.6s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header-overlay {
  position: fixed;
  top: -100vh;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: 11;
  background-color: #2b144d;
  opacity: 0;
}
.header-overlay.show,
.global-search--opening .header-overlay,
.opening-header-overlay .header-overlay,
.opening-mobile-menu .header-overlay,
.opening-mobile-search .header-overlay,
.opening-megamenu .header-overlay {
  top: 0;
  opacity: var(--header-overlays--opacity, 0.8);
}
.has-menu-v3 .header-overlay {
  transition: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: opacity, top;
  transition-duration: 0.5s, 0s;
  transition-delay: 0s, 0.5s;
}
.has-menu-v3 .header-overlay.show {
  transition-delay: 0.15s, 0s;
}
.has-menu-v3.global-search--opening .header-overlay,
.has-menu-v3.opening-header-overlay .header-overlay,
.has-menu-v3.opening-mobile-menu .header-overlay,
.has-menu-v3.opening-mobile-search .header-overlay,
.has-menu-v3.opening-megamenu .header-overlay {
  transition-delay: 0.15s, 0s;
}
.showing-overlay {
  overflow: hidden;
}
.showing-overlay .gt-wrapper,
.showing-overlay .header-container {
  overflow-y: scroll;
}
.page-promote__author {
  display: -webkit-flex;
  display: flex;
  padding-top: 4px;
  opacity: 1;
  -webkit-align-items: start;
  align-items: start;
  bottom: 0;
}
.page-promote__author a.author-name {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
@media (min-width: 960px) {
  .page-promote__author {
    width: 100%;
    position: absolute;
    margin-top: 4px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 959px) {
  .page-promote__author {
    position: relative;
    width: 100%;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.page-promote__author .author-image__listing {
  position: relative;
  height: 24px;
  display: -webkit-flex;
  display: flex;
  float: left;
  white-space: nowrap;
  max-width: none;
  margin-right: 6px;
}
.page-promote__author .author-image__listing .author-image__item {
  width: 24px;
  height: 24px;
  display: -webkit-inline-flex;
  display: inline-flex;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #ccc4bd;
  position: relative;
}
.page-promote__author .author-image__listing .author-image__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  background: #fff;
}
.page-promote__author
  .author-image__listing
  .author-image__item:nth-child(n + 2) {
  margin-left: -12px;
}
.page-promote__author .author-image__listing .author-image__item--1 {
  left: 0;
  z-index: 10;
}
.page-promote__author .author-image__listing .author-image__item--2 {
  z-index: 8;
}
.page-promote__author .author-image__listing .author-image__item--3 {
  z-index: 7;
}
.page-promote__author .author-image__listing .author-image__item--4 {
  z-index: 6;
}
.page-promote__author .author-image__listing .author-image__item--5 {
  z-index: 5;
}
.page-promote__author .author-image__listing .author-image__item--6 {
  z-index: 4;
}
.page-promote__author .author-image__listing .author-image__item--7 {
  z-index: 3;
}
.page-promote__author .author-image__listing .author-image__item--8 {
  z-index: 2;
}
.page-promote__author .author-image__listing .author-image__item--9 {
  z-index: 1;
}
.page-promote__author .author-name__listing {
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
}
.page-promote__author .author-name__listing .author-name {
  font-size: 1.4rem;
  color: #666;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  margin: 0;
}
@media (hover: none) {
  .page-promote__author .author-name__listing .author-name {
    outline: none;
  }
}
@media (hover: hover) {
  .page-promote__author .author-name__listing .author-name {
    cursor: pointer;
  }
  .page-promote__author .author-name__listing .author-name:hover:not(.no-link),
  .page-promote__author .author-name__listing .author-name:active:not(.no-link),
  .page-promote__author
    .author-name__listing
    .author-name:focus-visible:not(.no-link) {
    color: #ce2c2c;
  }
}
.page-promote__author .author-name__listing .author-name.no-link {
  text-decoration: none;
}
.page-promote__author .separate,
.page-promote__author .time-to__read,
.page-promote__author .article-date {
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-align-items: center;
  align-items: center;
  color: #666;
}
.page-promote__author .time-to__read,
.page-promote__author .article-date {
  font-size: 1.4rem;
  margin: 0;
}
.page-promote__author .separate {
  font-size: 1.4rem;
}
.page-promote__author .page-promote__info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 0.3rem;
}
.page-promote__author .page-promote__info > div,
.page-promote__author .page-promote__info > span {
  margin-right: 4px;
}
.page-promote__author .page-promote__info > div:nth-last-child(1),
.page-promote__author .page-promote__info > span:nth-last-child(1) {
  margin-right: 0;
}
.mega__level--3:not(.open)
  .page-promote__author
  .author-image__listing
  .author-image__item {
  display: none;
}
.mobile__footer .social-login a.profile-link .ic-login__bookmarks {
  font-size: 2rem;
  vertical-align: middle;
  margin-right: 8px;
}
.mobile__footer .list__global a span.icon,
.mobile__footer .list__global a span.ic-globe__reach,
.mobile__footer .list__global button.global-toggle-m span.icon,
.mobile__footer .list__global button.global-toggle-m span.ic-globe__reach,
.mobile__footer .social-login a span.icon,
.mobile__footer .social-login a span.ic-globe__reach,
.mobile__footer .social-login button.global-toggle-m span.icon,
.mobile__footer .social-login button.global-toggle-m span.ic-globe__reach {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  padding: 0;
}
.highlight-bookmark {
  border-radius: 50%;
  border: 2px solid #4f2d7f;
  border-top-color: #fff;
  position: relative;
  top: -0.25rem;
  width: 50px;
  height: 50px;
}
.highlight-bookmark:before {
  content: "";
  border-radius: inherit;
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
}
.highlight-bookmark:after {
  font-size: 1.2rem;
  line-height: 1.6rem;
  content: attr(title);
  color: #4f2d7f;
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  text-align: center;
}
.highlight-bookmark .bookmark-article__button {
  margin-top: 8px;
}
.header .header-login__container,
.header .social-login,
.mobile__footer .header-login__container,
.mobile__footer .social-login {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.header .header-login__container .highlight-bookmark,
.header .social-login .highlight-bookmark,
.mobile__footer .header-login__container .highlight-bookmark,
.mobile__footer .social-login .highlight-bookmark {
  width: 34px;
  height: 34px;
  position: absolute;
  left: 50%;
  top: -8px;
  text-align: center;
  margin-left: -17px;
  z-index: -1;
}
.header .header-login__container .highlight-bookmark a.externalLoginButton,
.header .header-login__container .highlight-bookmark a.profile-link,
.header .social-login .highlight-bookmark a.externalLoginButton,
.header .social-login .highlight-bookmark a.profile-link,
.mobile__footer
  .header-login__container
  .highlight-bookmark
  a.externalLoginButton,
.mobile__footer .header-login__container .highlight-bookmark a.profile-link,
.mobile__footer .social-login .highlight-bookmark a.externalLoginButton,
.mobile__footer .social-login .highlight-bookmark a.profile-link {
  padding: 0;
}
.mobile__footer .ic-login__bookmarks {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  background-size: contain;
  padding: 0;
  margin-right: 8px;
}
.mobile__footer .ic-bookmarks__path {
  fill: #4f2d7f;
  width: 100%;
  height: auto;
  display: block;
}
.mobile__footer .social-login .highlight-bookmark {
  width: 32px;
  height: 32px;
  left: 10px;
  top: 8px;
}
.mobile__footer
  .social-login
  .highlight-bookmark
  ~ .profile-link
  .ic-login__bookmarks,
.mobile__footer
  .social-login
  .highlight-bookmark
  ~ .externalLoginButton
  .ic-login__bookmarks {
  margin-right: 16px;
}
.mobile__footer .social-login .highlight-bookmark + .profile-link span.icon,
.mobile__footer
  .social-login
  .highlight-bookmark
  + .externalLoginButton
  span.icon {
  margin-right: 16px;
}
.nav2 .mobile__footer .ic-login__bookmarks {
  margin-right: 15px;
}
.nav2 .mobile__footer .ic-login__bookmarks,
.nav2 .mobile__footer .ic-login__bookmarks svg {
  width: 13px;
  height: 18px;
}
.nav2 .mobile__footer .ic-globe__reach {
  margin-left: -2px;
}
.nav2 .mobile__footer .ic-globe__reach,
.nav2 .mobile__footer .ic-globe__reach svg {
  width: 22px;
  height: 22px;
}
.nav2 .social-login a {
  -webkit-align-items: center;
  align-items: center;
}

/*# sourceMappingURL=screen-0-inline.css.map */
