@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Spectral&display=swap);
@charset "UTF-8";
/*============================================================================*\
  Styles
\*============================================================================*/
/* Utilities
\*============================================================================*/
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.sticky{
  position: sticky;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.bottom-full{
  bottom: 100%;
}
.left-0{
  left: 0px;
}
.top-10{
  top: 2.5rem;
}
.left-1\/2{
  left: 50%;
}
.top-0{
  top: 0px;
}
.right-0{
  right: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-full{
  top: 100%;
}
.bottom-0{
  bottom: 0px;
}
.right-8{
  right: 2rem;
}
.top-44{
  top: 11rem;
}
.-top-40{
  top: -10rem;
}
.bottom-24{
  bottom: 6rem;
}
.top-48{
  top: 12rem;
}
.top-32{
  top: 8rem;
}
.-top-1\.5{
  top: -0.375rem;
}
.-top-1{
  top: -0.25rem;
}
.top-4{
  top: 1rem;
}
.left-4{
  left: 1rem;
}
.bottom-3{
  bottom: 0.75rem;
}
.right-3{
  right: 0.75rem;
}
.-top-px{
  top: -1px;
}
.right-4{
  right: 1rem;
}
.top-24{
  top: 6rem;
}
.-top-24{
  top: -6rem;
}
.-bottom-24{
  bottom: -6rem;
}
.-top-6{
  top: -1.5rem;
}
.-z-default{
  z-index: -1;
}
.z-goku{
  z-index: 9000;
}
.z-default{
  z-index: 1;
}
.-z-\[2\]{
  z-index: -2;
}
.z-\[0\]{
  z-index: 0;
}
.order-3{
  order: 3;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.m-0{
  margin: 0px;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-0\.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-0{
  margin-bottom: 0px;
}
.-mt-2{
  margin-top: -0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.ml-0{
  margin-left: 0px;
}
.-mt-1\.5{
  margin-top: -0.375rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.-mt-8{
  margin-top: -2rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.ml-4{
  margin-left: 1rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-8{
  margin-top: 2rem;
}
.-ml-4{
  margin-left: -1rem;
}
.-mr-4{
  margin-right: -1rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mb-32{
  margin-bottom: 8rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-24{
  margin-top: 6rem;
}
.-mt-4{
  margin-top: -1rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-12{
  margin-top: 3rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.-ml-7{
  margin-left: -1.75rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.-ml-\[10\%\]{
  margin-left: -10%;
}
.mt-40{
  margin-top: 10rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.-mt-3{
  margin-top: -0.75rem;
}
.aspect-\[508\/425\]{
  aspect-ratio: 508 / 425;
}
.aspect-\[460\/579\]{
  aspect-ratio: 460 / 579;
}
.aspect-\[16\/10\]{
  aspect-ratio: 16 / 10;
}
.aspect-\[472\/236\]{
  aspect-ratio: 472 / 236;
}
.aspect-\[464\/464\]{
  aspect-ratio: 464 / 464;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-\[506\/325\]{
  aspect-ratio: 506 / 325;
}
.aspect-\[16\/6\]{
  aspect-ratio: 16 / 6;
}
.aspect-\[469\/300\]{
  aspect-ratio: 469 / 300;
}
.aspect-\[346\/420\]{
  aspect-ratio: 346 / 420;
}
.aspect-\[558\/575\]{
  aspect-ratio: 558 / 575;
}
.aspect-\[500\/400\]{
  aspect-ratio: 500 / 400;
}
.h-11{
  height: 2.75rem;
}
.h-full{
  height: 100%;
}
.h-4{
  height: 1rem;
}
.h-0\.5{
  height: 0.125rem;
}
.h-0{
  height: 0px;
}
.h-\[160\%\]{
  height: 160%;
}
.h-10{
  height: 2.5rem;
}
.h-6{
  height: 1.5rem;
}
.h-screen{
  height: 100vh;
}
.h-1\/2{
  height: 50%;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-1\/4{
  height: 25%;
}
.h-\[50px\]{
  height: 50px;
}
.h-40{
  height: 10rem;
}
.h-px{
  height: 1px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[65vh\]{
  height: 65vh;
}
.h-16{
  height: 4rem;
}
.h-\[0\.8em\]{
  height: 0.8em;
}
.h-24{
  height: 6rem;
}
.h-60{
  height: 15rem;
}
.h-auto{
  height: auto;
}
.max-h-\[95\%\]{
  max-height: 95%;
}
.max-h-\[150px\]{
  max-height: 150px;
}
.max-h-\[800px\]{
  max-height: 800px;
}
.max-h-\[80\%\]{
  max-height: 80%;
}
.min-h-screen{
  min-height: 100vh;
}
.w-full{
  width: 100%;
}
.w-\[250px\]{
  width: 250px;
}
.w-11{
  width: 2.75rem;
}
.w-\[400\%\]{
  width: 400%;
}
.w-4{
  width: 1rem;
}
.w-\[150px\]{
  width: 150px;
}
.w-10{
  width: 2.5rem;
}
.w-6{
  width: 1.5rem;
}
.w-5{
  width: 1.25rem;
}
.w-\[20\%\]{
  width: 20%;
}
.w-12{
  width: 3rem;
}
.w-9{
  width: 2.25rem;
}
.w-16{
  width: 4rem;
}
.w-px{
  width: 1px;
}
.w-\[3px\]{
  width: 3px;
}
.w-1\/2{
  width: 50%;
}
.w-5\/12{
  width: 41.666667%;
}
.w-7\/12{
  width: 58.333333%;
}
.w-10\/12{
  width: 83.333333%;
}
.w-24{
  width: 6rem;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[190\%\]{
  width: 190%;
}
.w-\[200\%\]{
  width: 200%;
}
.w-screen{
  width: 100vw;
}
.w-\[120\%\]{
  width: 120%;
}
.max-w-none{
  max-width: none;
}
.max-w-\[280px\]{
  max-width: 280px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-full{
  max-width: 100%;
}
.max-w-\[420px\]{
  max-width: 420px;
}
.flex-shrink{
  flex-shrink: 1;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[60\%\]{
  --tw-translate-y: -60%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[50\%\]{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[60\%\]{
  --tw-translate-y: 60%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.8\]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-gpu{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.appearance-none{
  appearance: none;
}
.break-inside-avoid{
  break-inside: avoid;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.content-center{
  align-content: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-8{
  gap: 2rem;
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgb(255 204 0 / var(--tw-border-opacity));
}
.border-white\/50{
  border-color: rgb(255 255 255 / 0.5);
}
.border-opacity-50{
  --tw-border-opacity: 0.5;
}
.border-opacity-30{
  --tw-border-opacity: 0.3;
}
.border-opacity-20{
  --tw-border-opacity: 0.2;
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(24 23 23 / var(--tw-bg-opacity));
}
.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 0 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-\[url\(\/wp-content\/themes\/nc\/static\/img\/noise\.jpg\)\]{
  background-image: url(/wp-content/themes/nc/static/img/noise.jpg);
}
.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.from-yellow-400{
  --tw-gradient-from: #FFCC00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 204 0 / 0));
}
.from-yellow-500{
  --tw-gradient-from: #FF9D00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 157 0 / 0));
}
.from-black{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}
.from-white{
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
}
.from-blue-100{
  --tw-gradient-from: #95D6F2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(149 214 242 / 0));
}
.from-orange-200{
  --tw-gradient-from: #FF8F66;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 143 102 / 0));
}
.from-blue-200{
  --tw-gradient-from: #4474F3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(68 116 243 / 0));
}
.from-white\/20{
  --tw-gradient-from: rgb(255 255 255 / 0.2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
}
.via-yellow-500{
  --tw-gradient-stops: var(--tw-gradient-from), #FF9D00, var(--tw-gradient-to, rgb(255 157 0 / 0));
}
.via-black{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgb(0 0 0 / 0));
}
.via-white\/0{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0), var(--tw-gradient-to, rgb(255 255 255 / 0));
}
.via-white\/40{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.4), var(--tw-gradient-to, rgb(255 255 255 / 0));
}
.to-yellow-500{
  --tw-gradient-to: #FF9D00;
}
.to-yellow-500\/0{
  --tw-gradient-to: rgb(255 157 0 / 0);
}
.to-white\/0{
  --tw-gradient-to: rgb(255 255 255 / 0);
}
.to-blue-400{
  --tw-gradient-to: #0023F4;
}
.to-orange-400{
  --tw-gradient-to: #ED3F00;
}
.to-white\/80{
  --tw-gradient-to: rgb(255 255 255 / 0.8);
}
.bg-cover{
  background-size: cover;
}
.bg-clip-text{
  background-clip: text;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-white{
  fill: #fff;
}
.fill-black{
  fill: #000;
}
.object-cover{
  object-fit: cover;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-0{
  padding: 0px;
}
.p-3{
  padding: 0.75rem;
}
.p-px{
  padding: 1px;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-\[0\.005em\]{
  padding-top: 0.005em;
  padding-bottom: 0.005em;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-px{
  padding-left: 1px;
  padding-right: 1px;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pr-1\.5{
  padding-right: 0.375rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-1\.5{
  padding-top: 0.375rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-\[45vh\]{
  padding-top: 45vh;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-\[48vh\]{
  padding-top: 48vh;
}
.pt-12{
  padding-top: 3rem;
}
.pl-4{
  padding-left: 1rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-1\.5{
  padding-bottom: 0.375rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pl-9{
  padding-left: 2.25rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.align-middle{
  vertical-align: middle;
}
.font-serif{
  font-family: Spectral, serif;
}
.font-sans{
  font-family: Poppins, sans-serif;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-h3{
  font-size: 1.3rem;
  line-height: 1.2;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-h4{
  font-size: 1.025rem;
  line-height: 1.2;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-h5{
  font-size: 0.9rem;
  line-height: 1.2;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-h2{
  font-size: 1.5rem;
  line-height: 1.1;
}
.font-bold{
  font-weight: 700;
}
.font-semibold{
  font-weight: 600;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.normal-case{
  text-transform: none;
}
.leading-none{
  line-height: 1;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-snug{
  line-height: 1.375;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(255 204 0 / var(--tw-text-opacity));
}
.text-transparent{
  color: transparent;
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-30{
  opacity: 0.3;
}
.mix-blend-screen{
  mix-blend-mode: screen;
}
.mix-blend-soft-light{
  mix-blend-mode: soft-light;
}
.outline{
  outline-style: solid;
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter{
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-150{
  transition-delay: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-700{
  transition-duration: 700ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out-circ{
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.ease-out-back{
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.hidden{
  display: none;
}
.hyphens-auto{
  hyphens: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.hidden{
  display: none;
}
.hyphens-auto{
  hyphens: auto;
}
.\[box-shadow\:0_0_10px_2px_\#FFC800\]{
  box-shadow: 0 0 10px 2px #FFC800;
}
/* Globals
\*============================================================================*/
/*! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: Poppins, sans-serif; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
html{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
/* stylelint-disable selector-max-compound-selectors */
/*==========================================================================*\
  Global
\*==========================================================================*/
/* Base
\*==========================================================================*/
*,
*::before,
*::after {
  position: relative;
}

*:focus, *:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}

html {
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: Poppins, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  overflow: hidden;
}
@media (min-width: 1024px) {
  body {
    overflow: initial;
  }
}

h1, h2, h3, h4, h5{
  font-weight: 600;
}
.no-uppercase h1, .no-uppercase h2, .no-uppercase h3, .no-uppercase h4, .no-uppercase h5{
  text-transform: none;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong{
  font-weight: 400;
  font-family: Spectral, serif;
}
h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child){
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child){
    margin-bottom: 1.75rem;
  }
}

h1{
  font-size: 1.9rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  h1{
    font-size: 3.45rem;
    line-height: 1.1;
  }
}

h2{
  font-size: 1.5rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  h2{
    font-size: 2.75rem;
    line-height: 1.1;
  }
}

h3{
  font-size: 1.3rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h3{
    font-size: 1.9rem;
    line-height: 1.2;
  }
}

h4{
  font-size: 1.025rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h4{
    font-size: 1.35rem;
    line-height: 1.2;
  }
}

h5{
  font-size: 0.9rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h5{
    font-size: 1rem;
    line-height: 1.2;
  }
}

p:not(:last-child){
  margin-bottom: 1.5rem;
}

strong,
b {
  font-weight: 700;
}

em {
  font-style: italic;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  height: auto;
}

.container {
  z-index: 2;
}

/* Selection
\*==========================================================================*/
::-moz-selection {
  text-shadow: none;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

::selection {
  text-shadow: none;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/*==========================================================================*\
  WordPress Admin Bar
\*==========================================================================*/
/* Base
\*==========================================================================*/
html[lang] {
  margin-top: 0 !important;
}

@media (min-width: 783px) {
  .admin-bar {
    margin-bottom: 32px;
  }
}

#wpadminbar {
  position: fixed;
  top: auto;
  bottom: 0;
  display: none;
}
@media (min-width: 1280px) {
  #wpadminbar {
    display: block;
  }
}

.otgs-development-site-front-end{
  display: none !important;
}

section[class*=my-32]:first-child{
  margin-top: 7rem;
}
@media (min-width: 768px) {
  section[class*=my-32]:first-child{
    margin-top: 13rem;
  }
}

.main-header .main-nav {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.open-menu .main-header .main-nav {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.main-header .main-nav .menu li{
  --tw-translate-x: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.open-menu .main-header .main-nav .menu li{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.open-menu .main-header .main-nav .menu li:nth-child(1) {
  transition-delay: 0.4s;
}
.open-menu .main-header .main-nav .menu li:nth-child(2) {
  transition-delay: 0.45s;
}
.open-menu .main-header .main-nav .menu li:nth-child(3) {
  transition-delay: 0.5s;
}
.open-menu .main-header .main-nav .menu li:nth-child(4) {
  transition-delay: 0.55s;
}
.open-menu .main-header .main-nav .menu li:nth-child(5) {
  transition-delay: 0.6s;
}
.open-menu .main-header .main-nav .menu li:nth-child(6) {
  transition-delay: 0.65s;
}
.open-menu .main-header .main-nav .menu li:nth-child(7) {
  transition-delay: 0.7s;
}
.open-menu .main-header .main-nav .menu li:nth-child(8) {
  transition-delay: 0.75s;
}
.open-menu .main-header .main-nav .menu li:nth-child(9) {
  transition-delay: 0.8s;
}
.open-menu .main-header .main-nav .menu li:nth-child(10) {
  transition-delay: 0.85s;
}
.open-menu .main-header .main-nav .menu li:nth-child(11) {
  transition-delay: 0.9s;
}
.main-header .main-nav .menu li:not(:last-child){
  margin-bottom: 0.5rem;
}
.main-header .main-nav .menu li a{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.main-header .main-nav .menu li a:hover{
  opacity: 0.8;
}
.main-header .main-nav .menu-country li{
  --tw-translate-y: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.open-menu .main-header .main-nav .menu-country li{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.open-menu .main-header .main-nav .menu-country li:nth-child(1) {
  transition-delay: 0.25s;
}
.open-menu .main-header .main-nav .menu-country li:nth-child(2) {
  transition-delay: 0.3s;
}
.open-menu .main-header .main-nav .menu-country li:nth-child(3) {
  transition-delay: 0.35s;
}
.open-menu .main-header .main-nav .menu-country li:nth-child(4) {
  transition-delay: 0.4s;
}
.open-menu .main-header .main-nav .menu-country li:nth-child(5) {
  transition-delay: 0.45s;
}
.open-menu .main-header .main-nav .menu-country li:nth-child(6) {
  transition-delay: 0.5s;
}
.open-menu .main-header .main-nav .menu-country li:nth-child(7) {
  transition-delay: 0.55s;
}
.open-menu .main-header .main-nav .menu-country li:nth-child(8) {
  transition-delay: 0.6s;
}
.open-menu .main-header .main-nav .menu-country li:nth-child(9) {
  transition-delay: 0.65s;
}
.open-menu .main-header .main-nav .menu-country li:nth-child(10) {
  transition-delay: 0.7s;
}
.open-menu .main-header .main-nav .menu-country li:nth-child(11) {
  transition-delay: 0.75s;
}
@media (min-width: 1024px) {
  .main-header .main-nav .menu-country a.active{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .main-header .main-nav .menu-country a.active::before{
    transform-origin: bottom;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.open-submenu .main-header .main-nav .submenu-container{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.main-header .main-nav .submenu{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.main-header .main-nav .submenu li{
  opacity: 0;
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.main-header .main-nav .submenu.active{
  opacity: 1;
  visibility: visible;
}
.main-header .main-nav .submenu.active li{
  opacity: 1;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.main-header .main-nav .submenu.active li:nth-child(1) {
  transition-delay: 0.15s;
}
.main-header .main-nav .submenu.active li:nth-child(2) {
  transition-delay: 0.2s;
}
.main-header .main-nav .submenu.active li:nth-child(3) {
  transition-delay: 0.25s;
}
.main-header .main-nav .submenu.active li:nth-child(4) {
  transition-delay: 0.3s;
}
.main-header .main-nav .submenu.active li:nth-child(5) {
  transition-delay: 0.35s;
}
.main-header .main-nav .submenu.active li:nth-child(6) {
  transition-delay: 0.4s;
}
.main-header .main-nav .submenu.active li:nth-child(7) {
  transition-delay: 0.45s;
}
.main-header .main-nav .submenu.active li:nth-child(8) {
  transition-delay: 0.5s;
}
.main-header .main-nav .submenu.active li:nth-child(9) {
  transition-delay: 0.55s;
}
.main-header .main-nav .submenu.active li:nth-child(10) {
  transition-delay: 0.6s;
}
.main-header .main-nav .submenu.active li:nth-child(11) {
  transition-delay: 0.65s;
}

.toggle-menu i{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.open-menu .toggle-menu i{
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.open-menu .toggle-menu i:first-child{
  --tw-rotate: 45deg;
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  margin: 0px;
}
.open-menu .toggle-menu i:last-child{
  --tw-rotate: -45deg;
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  margin: 0px;
}

.main-footer .menu{
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .main-footer .menu{
    align-items: center;
    display: flex;
    justify-content: flex-start;
    text-align: left;
  }
  .main-footer .menu li{
    align-items: center;
    display: flex;
  }
}
.main-footer .menu li:not(:last-child){
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .main-footer .menu li:not(:last-child){
    margin-bottom: 0px;
  }
  .main-footer .menu li:not(:last-child)::after {
    content: "|";
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.main-footer .menu a{
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.main-footer .menu a:hover{
  opacity: 0.7;
}

/* Elements
\*============================================================================*/
.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon svg {
  display: block;
}
.icon[class*=w-full], .icon[class*=w-full] svg{
  width: 100%;
  height: auto;
}
.icon[class*=h-full], .icon[class*=h-full] svg{
  height: 100%;
  width: auto;
}
.icon[class*="hover:fill-black"] svg *{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1280px) {
  a:hover .icon[class*="hover:fill-black"] svg *{
    fill: #000;
  }
}
.icon[class*="hover:fill-white"] svg *{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1280px) {
  a:hover .icon[class*="hover:fill-white"] svg *{
    fill: #fff;
  }
}
.icon[class*=fill-white]:not([class*="hover:fill-white"]) svg *{
  fill: #fff;
}

.btn{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-radius: 9999px;
  text-transform: uppercase;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.btn + .btn{
  margin-left: 1rem;
}
.btn .icon:first-child{
  margin-right: 0.75rem;
}
.btn .icon:last-child{
  margin-left: 0.75rem;
}
.btn .icon svg *{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {
  .btn{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.btn::before {
  content: "";
  width: 200%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #FFCC00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 204 0 / 0));
  --tw-gradient-stops: var(--tw-gradient-from), #FF9D00, var(--tw-gradient-to, rgb(255 157 0 / 0));
  --tw-gradient-to: #FFCC00;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  opacity: 0;
}
.btn.-small{
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 768px) {
  .btn.-small{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.btn.-fill{
  border-width: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn.-fill::before{
  opacity: 1;
}
@media (min-width: 1280px) {
  .btn.-fill:hover::before{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.btn.active{
  border-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn.active::before{
  opacity: 1;
}
.btn.-white{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
}
.btn.-white::before{
  display: none;
}
.btn.-white .icon *{
  fill: #fff;
}
.btn.-white.-fill{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn.-white.-fill .icon *{
  fill: #000;
}
.btn.-white.active, .btn.-white:hover{
  border-color: transparent;
  --tw-bg-opacity: 0.3;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.-white.active .icon *, .btn.-white:hover .icon *{
  fill: #fff;
}
@media (min-width: 1280px) {
  .btn:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}

[data-muted].is-unmuted .muted{
  opacity: 0;
}
[data-muted].is-unmuted .unmuted{
  opacity: 1;
}

.link {
  background-image: linear-gradient(90deg, currentColor 0%, currentColor 100%);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
a:hover .link, .link:hover {
  animation: moveline 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}
@keyframes moveline {
  0% {
    background-size: 0% 1px;
    background-position: left bottom;
  }
  50% {
    background-size: 100% 1px;
    background-position: left bottom;
  }
  51% {
    background-size: 100% 1px;
    background-position: right bottom;
  }
  100% {
    background-size: 0% 1px;
    background-position: right bottom;
  }
}

.msg-sticky .btn{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  border-width: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .msg-sticky .btn{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.wysiwyg.mce-content-body, .mce-content-body.mce-content-body{
  padding: 1rem;
}
.wysiwyg.mce-content-body .btn::before, .mce-content-body.mce-content-body .btn::before{
  z-index: -1;
}
.wysiwyg.js-reveal > *:not([class*=flex]):not(.bodymovin):not(.no-reveal), .wysiwyg.js-reveal ul:not(.no-reveal) > li, .wysiwyg.js-reveal > [class*=flex]:not(.no-reveal) > div, .mce-content-body.js-reveal > *:not([class*=flex]):not(.bodymovin):not(.no-reveal), .mce-content-body.js-reveal ul:not(.no-reveal) > li, .mce-content-body.js-reveal > [class*=flex]:not(.no-reveal) > div{
  opacity: 0;
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out, cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.8s, 1.5s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal), .wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li, .wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal) > div, .mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal), .mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li, .mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal) > div{
  opacity: 1;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-]) {
  transition-delay: 0s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.05s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.1s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.15s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-]) {
  transition-delay: 0.1s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.1s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.15s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.2s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.25s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-]) {
  transition-delay: 0.2s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.2s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.25s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.35s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-]) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.35s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.45s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-]) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.45s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.55s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-]) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.55s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.65s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-]) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.65s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.75s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(8):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(8):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(8):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(8):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(8):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(8):not([class*=delay-]) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.75s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.8s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(8):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.85s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(9):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(9):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(9):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(9):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(9):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(9):not([class*=delay-]) {
  transition-delay: 0.8s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.8s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.85s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.9s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(9):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.95s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(10):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(10):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(10):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(10):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(10):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(10):not([class*=delay-]) {
  transition-delay: 0.9s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.9s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.95s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 1s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(10):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 1.05s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(11):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(11):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(11):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(11):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(11):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(11):not([class*=delay-]) {
  transition-delay: 1s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 1s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 1.05s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 1.1s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(11):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 1.15s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(12):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(12):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(12):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(12):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(12):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(12):not([class*=delay-]) {
  transition-delay: 1.1s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 1.1s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 1.15s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 1.2s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(12):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 1.25s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(13):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(13):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(13):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(13):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(13):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(13):not([class*=delay-]) {
  transition-delay: 1.2s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 1.2s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 1.25s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 1.3s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(13):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 1.35s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(14):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(14):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(14):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(14):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(14):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(14):not([class*=delay-]) {
  transition-delay: 1.3s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 1.3s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 1.35s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 1.4s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(14):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 1.45s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(15):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(15):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(15):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(15):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(15):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(15):not([class*=delay-]) {
  transition-delay: 1.4s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 1.4s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 1.45s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 1.5s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(15):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 1.55s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(16):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(16):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(16):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(16):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(16):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(16):not([class*=delay-]) {
  transition-delay: 1.5s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 1.5s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 1.55s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 1.6s;
}
.wysiwyg.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible ul:not(.no-reveal) > li:nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible > [class*=flex]:not(.no-reveal):nth-child(16):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 1.65s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-]) {
  transition-delay: 0s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.05s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.1s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.15s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-]) {
  transition-delay: 0.1s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.1s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.15s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.2s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.25s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-]) {
  transition-delay: 0.2s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.2s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.25s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.35s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-]) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.35s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.45s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-]) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.45s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.55s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-]) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.55s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.65s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-]) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.65s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-0 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-0 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-0 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.75s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-]) {
  transition-delay: 0.1s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.1s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.15s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.2s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.25s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-]) {
  transition-delay: 0.2s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.2s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.25s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.35s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-]) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.35s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.45s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-]) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.45s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.55s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-]) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.55s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.65s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-]) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.65s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.75s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-]) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.75s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.8s;
}
.wysiwyg.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-100 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-100 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-100 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.85s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-]) {
  transition-delay: 0.2s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.2s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.25s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.35s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-]) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.35s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.45s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-]) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.45s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.55s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-]) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.55s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.65s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-]) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.65s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.75s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-]) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.75s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.8s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.85s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-]) {
  transition-delay: 0.8s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.8s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.85s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.9s;
}
.wysiwyg.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-200 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-200 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-200 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.95s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-]) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.35s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(1):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.45s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-]) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.45s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(2):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.55s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-]) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.55s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(3):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.65s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-]) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.65s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(4):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.75s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-]) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.75s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.8s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(5):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.85s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-]) {
  transition-delay: 0.8s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.8s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.85s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 0.9s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(6):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 0.95s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-]),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-]),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-]) {
  transition-delay: 0.9s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(1) {
  transition-delay: 0.9s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(2) {
  transition-delay: 0.95s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(3) {
  transition-delay: 1s;
}
.wysiwyg.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.wysiwyg.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-300 > *:not([class*=flex]):not(.bodymovin):not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-300 ul:not(.no-reveal) > li:nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4),
.mce-content-body.js-reveal.is-visible.delay-300 > [class*=flex]:not(.no-reveal):nth-child(7):not([class*=delay-])[class*=flex] div:nth-child(4) {
  transition-delay: 1.05s;
}
.wysiwyg .badge, .mce-content-body .badge{
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 0.125rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.wysiwyg img.aligncenter, .mce-content-body img.aligncenter{
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.wysiwyg img.alignleft, .mce-content-body img.alignleft{
  float: left;
  margin-right: 1.5rem;
}
.wysiwyg img.alignright, .mce-content-body img.alignright{
  float: right;
  margin-left: 1.5rem;
}
.wysiwyg br + big, .mce-content-body br + big{
  margin-top: 0.5rem;
}
.wysiwyg big,
.mce-content-body big {
  font-size: 120%;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}
@media (min-width: 768px) {
  .wysiwyg big,
.mce-content-body big {
    font-size: 130%;
  }
}
.wysiwyg h1 big,
.mce-content-body h1 big {
  font-size: 110%;
}
@media (min-width: 768px) {
  .wysiwyg h1 big,
.mce-content-body h1 big {
    font-size: 130%;
  }
}
.wysiwyg ul, .wysiwyg li, .wysiwyg p, .mce-content-body ul, .mce-content-body li, .mce-content-body p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .wysiwyg ul, .wysiwyg li, .wysiwyg p, .mce-content-body ul, .mce-content-body li, .mce-content-body p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.wysiwyg p big,
.mce-content-body p big {
  font-size: 140%;
}
.wysiwyg ul.list-features, .mce-content-body ul.list-features{
  display: flex;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .wysiwyg ul.list-features, .mce-content-body ul.list-features{
    justify-content: flex-start;
    font-size: 1rem;
    line-height: 1.5rem;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.wysiwyg ul.list-features li, .mce-content-body ul.list-features li{
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  justify-content: center;
  text-align: center;
  width: 33.33%;
}
@media (min-width: 768px) {
  .wysiwyg ul.list-features li, .mce-content-body ul.list-features li{
    padding-left: 0px;
    padding-right: 0px;
    justify-content: flex-start;
    width: auto;
    align-items: center;
    text-align: left;
    flex-direction: row;
    max-width: none;
  }
}
.wysiwyg ul.list-features li:first-child, .mce-content-body ul.list-features li:first-child{
  padding-left: 0px;
}
@media (min-width: 768px) {
  .wysiwyg ul.list-features li:not(:first-child), .mce-content-body ul.list-features li:not(:first-child){
    padding-left: 2.5rem;
  }
}
.wysiwyg ul.list-features li img, .mce-content-body ul.list-features li img{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  width: 46px;
}
@media (min-width: 768px) {
  .wysiwyg ul.list-features li img, .mce-content-body ul.list-features li img{
    width: auto;
    margin-right: 1rem;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
.wysiwyg ul:not(.list-features) li, .mce-content-body ul:not(.list-features) li{
  padding-left: 1.5rem;
}
.wysiwyg ul:not(.list-features) li::before,
.mce-content-body ul:not(.list-features) li::before {
  content: "";
  top: 0.75em;
  left: 0px;
  width: 0.75rem;
  height: 0.75rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjcwMzQgMTMuNzAzOEMyMS40OTUzIDEzLjQwMDYgMjAuNTQ5NyAxMi40NTUgMjAuMjQ2NSAxMS4yNDY5TDE3LjYyNjggMC43OTk1MjJDMTcuNDU5NCAwLjExNjMwMiAxNi40ODY2IDAuMTIwODIyIDE2LjMxNDYgMC43OTk1MTdMMTMuNzAzOSAxMS4yNDY5QzEzLjQwMDggMTIuNDU1IDEyLjQ1NTEgMTMuNDAwNiAxMS4yNDcgMTMuNzAzOEwwLjc5OTY1NiAxNi4zMTQ1QzAuMTE2NDM1IDE2LjQ4MTkgMC4xMjA5NjcgMTcuNDU0NyAwLjc5OTY2MyAxNy42MjY2TDExLjI0NyAyMC4yMzc0QzEyLjQ1NTEgMjAuNTQwNSAxMy40MDA4IDIxLjQ4NjEgMTMuNzAzOSAyMi42OTQyTDE2LjMxNDYgMzMuMTQxNkMxNi40ODIgMzMuODI0OCAxNy40NTQ4IDMzLjgyMDMgMTcuNjI2OCAzMy4xNDE2TDIwLjIzNzUgMjIuNjk0MkMyMC41NDA2IDIxLjQ4NjEgMjEuNDg2MyAyMC41NDA1IDIyLjY5NDQgMjAuMjM3M0wzMy4xNDE4IDE3LjYyNjZDMzMuODI1IDE3LjQ1OTIgMzMuODIwNCAxNi40ODY0IDMzLjE0MTcgMTYuMzE0NUwyMi42OTQ0IDEzLjcwMzhMMjIuNjk4OSAxMy43MDgzTDIyLjcwMzQgMTMuNzAzOFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}
.wysiwyg ul:not(.list-features) li:not(:last-child), .mce-content-body ul:not(.list-features) li:not(:last-child){
  margin-bottom: 0.5rem;
}
.wysiwyg ol,
.mce-content-body ol {
  counter-reset: count;
}
.wysiwyg ol li,
.mce-content-body ol li {
  counter-increment: count;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
}
.wysiwyg ol li:last-child, .mce-content-body ol li:last-child{
  margin-bottom: 0px;
}
.wysiwyg ol li::before,
.mce-content-body ol li::before {
  content: counter(count) ".";
  top: 0.75em;
  opacity: 0.5;
  font-weight: 600;
  position: absolute;
  left: 0px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.wysiwyg ul:not(:last-child), .wysiwyg ol:not(:last-child), .mce-content-body ul:not(:last-child), .mce-content-body ol:not(:last-child){
  margin-bottom: 1.5rem;
}
.wysiwyg hr, .mce-content-body hr{
  height: 1px;
  border-width: 0px;
  width: 100%;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
.wysiwyg hr:not(:first-child), .mce-content-body hr:not(:first-child){
  margin-top: 4rem;
}
.wysiwyg hr:not(:last-child), .mce-content-body hr:not(:last-child){
  margin-bottom: 4rem;
}
.wysiwyg .form-nsl, .mce-content-body .form-nsl{
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg .form-nsl:not(:first-child), .mce-content-body .form-nsl:not(:first-child){
  margin-top: 2rem;
}
.wysiwyg .form-nsl .inner, .mce-content-body .form-nsl .inner{
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  border-radius: 9999px;
}
.wysiwyg .form-nsl .wpcf7-form-control-wrap, .mce-content-body .form-nsl .wpcf7-form-control-wrap{
  width: 100%;
}
.wysiwyg .form-nsl input, .mce-content-body .form-nsl input{
  appearance: none;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 9999px;
  padding-left: 2rem;
  padding-right: 2rem;
  align-items: center;
  display: flex;
  width: 100%;
  height: 3.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
.wysiwyg .form-nsl input::placeholder, .mce-content-body .form-nsl input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1;
}
.wysiwyg .form-nsl button, .mce-content-body .form-nsl button{
  white-space: nowrap;
}
.wysiwyg .form-nsl .wpcf7-not-valid-tip, .mce-content-body .form-nsl .wpcf7-not-valid-tip{
  display: none;
}
.wysiwyg .form-nsl .wpcf7-response-output, .mce-content-body .form-nsl .wpcf7-response-output{
  border-width: 0px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  text-transform: uppercase;
  font-weight: 600;
  --tw-gradient-from: #FFCC00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 204 0 / 0));
  --tw-gradient-to: #FF9D00;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  line-height: 1.25;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* Vendors
\*============================================================================*/
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0deg, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* eslint-disable */
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(0, 0, 0, 0.7);
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-opacity: 1;
  --f-button-svg-disabled-opacity: 0.5;
  --f-button-svg-transition: opacity 0.15s ease;
  --f-button-svg-transform: none;
}

.f-button {
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  transform: var(--f-button-transform);
  transition: var(--f-button-transition);
  backdrop-filter: var(--f-button-backdrop-filter);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  pointer-events: all;
  cursor: pointer;
  overflow: hidden;
}

@media (hover: hover) {
  .f-button:hover:not([aria-disabled]) {
    color: var(--f-button-hover-color, var(--f-button-color));
    background-color: var(--f-button-hover-bg, var(--f-button-bg));
  }
}
.f-button:active:not([aria-disabled]) {
  color: var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));
  background-color: var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)));
}

.f-button:focus {
  outline: none;
}

.f-button:focus-visible {
  outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
  outline-offset: var(--f-button-outline-offset);
  position: relative;
  z-index: 1;
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  transform: var(--f-button-svg-transform);
  fill: var(--f-button-svg-fill);
  filter: var(--f-button-svg-filter);
  opacity: var(--f-button-svg-opacity, 1);
  transition: var(--f-button-svg-transition);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.f-button[aria-disabled] {
  cursor: default;
}

.f-button[aria-disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

:root {
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
}

.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: calc(var(--f-spinner-width) * -0.5) 0 0 calc(var(--f-spinner-height) * -0.5);
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
  border-radius: var(--f-spinner-border-radius);
  border: var(--f-spinner-border-width) solid var(--f-spinner-color-1);
  border-top-color: var(--f-spinner-color-2);
  animation: f-spinner 0.75s linear infinite, f-fadeIn 0.2s ease 0.2s both;
}

@keyframes f-spinner {
  to {
    transform: rotate(360deg);
  }
}
.f-panzoom,
.f-zoomable {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.f-panzoom::before,
.f-panzoom::after,
.f-zoomable::before,
.f-zoomable::after {
  display: block;
  content: "";
}

.f-panzoom:not(.has-controls)::before,
.f-zoomable:not(.has-controls)::before {
  margin-bottom: auto;
}

.f-panzoom::after,
.f-zoomable::after {
  margin-top: auto;
}

.f-panzoom__wrapper {
  position: relative;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__wrapper.will-zoom-out {
  cursor: zoom-out;
}

.f-panzoom__wrapper.can-drag {
  cursor: move;
  cursor: grab;
}

.f-panzoom__wrapper.will-zoom-in {
  cursor: zoom-in;
}

.f-panzoom__wrapper.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.f-panzoom__wrapper.has-error {
  display: none;
}

.f-panzoom__content {
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__content.is-lazyloading,
.f-panzoom__content.has-lazyerror {
  visibility: hidden;
}

img.f-panzoom__content {
  vertical-align: top;
  object-fit: contain;
  transition: none;
  user-select: none;
}

.f-panzoom__wrapper > img.f-panzoom__content,
.f-panzoom__wrapper > picture.f-panzoom__content {
  visibility: hidden;
}

.f-panzoom__viewport {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.f-panzoom__viewport > .f-panzoom__content {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

picture.f-panzoom__content img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  transition: none;
  user-select: none;
}

.f-panzoom__protected {
  position: absolute;
  inset: 0;
  z-index: 1;
  user-select: none;
}

.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.2) ease calc(var(--f-transition-duration, 0.2s) * 0.8) both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}
.is-horizontal .f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX;
}

.is-horizontal .f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX;
}

.is-horizontal .f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX;
}

.is-horizontal .f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX;
}

@keyframes f-slideInPrevX {
  0% {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextX {
  0% {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNextX {
  to {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevX {
  to {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.is-vertical .f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY;
}

.is-vertical .f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY;
}

.is-vertical .f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY;
}

.is-vertical .f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY;
}

@keyframes f-slideInPrevY {
  0% {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextY {
  0% {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNextY {
  to {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevY {
  to {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  0% {
    transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
    opacity: var(--f-zoomInUp-opacity, 0);
  }
  to {
    transform: scale(1) translateZ(0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
    opacity: 0;
  }
}
.f-throwOutUp {
  animation: var(--f-throwOutUp-duration, 0.2s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throwOutDown-duration, 0.2s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
    opacity: 0;
  }
}
.has-iframe .f-html,
.has-pdf .f-html,
.has-gmap .f-html {
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
}

.has-pdf .f-html,
.has-gmap .f-html {
  padding: 0;
}

.f-html {
  position: relative;
  box-sizing: border-box;
  margin: var(--f-html-margin, 0);
  padding: var(--f-html-padding, 2rem);
  color: var(--f-html-color, currentColor);
  background: var(--f-html-bg);
}

.f-html.is-error {
  text-align: center;
}

.f-iframe {
  display: block;
  margin: 0;
  border: 0;
  height: 100%;
  width: 100%;
}

.f-caption {
  align-self: center;
  flex-shrink: 0;
  margin: var(--f-caption-margin);
  padding: var(--f-caption-padding, 16px 8px);
  max-width: 100%;
  max-height: calc(80vh - 100px);
  overflow: auto;
  overflow-wrap: anywhere;
  line-height: var(--f-caption-line-height);
  color: var(--f-caption-color);
  background: var(--f-caption-bg);
  font: var(--f-caption-font);
}

.has-html5video .f-html,
.has-youtube .f-html,
.has-vimeo .f-html {
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
  max-width: var(--f-video-width, 960px);
  max-height: var(--f-video-height, 540px);
  aspect-ratio: var(--f-video-aspect-ratio);
  background: var(--f-video-bg, rgba(0, 0, 0, 0.9));
}

.f-html5video {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.f-button.is-arrow {
  --f-button-width: var(--f-arrow-width, 46px);
  --f-button-height: var(--f-arrow-height, 46px);
  --f-button-svg-width: var(--f-arrow-svg-width, 24px);
  --f-button-svg-height: var(--f-arrow-svg-height, 24px);
  --f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);
  --f-button-border-radius: var(--f-arrow-border-radius, unset);
  --f-button-bg: var(--f-arrow-bg, transparent);
  --f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));
  --f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));
  --f-button-shadow: var(--f-arrow-shadow);
  --f-button-color: var(--f-arrow-color);
  --f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));
  --f-button-active-color: var(--f-arrow-active-color, var(--f-arrow-hover-color));
  overflow: visible;
}

.f-button.is-arrow.is-prev,
.f-button.is-arrow.is-next {
  position: absolute;
  transform: translate(0);
  z-index: 20;
}

.is-horizontal .f-button.is-arrow.is-prev,
.is-horizontal .f-button.is-arrow.is-next {
  inset: 50% auto auto;
  transform: translateY(-50%);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
  left: var(--f-arrow-pos, 0);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-next {
  right: var(--f-arrow-pos, 0);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-prev {
  right: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-next {
  left: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-vertical.is-ltr .f-button.is-arrow.is-prev,
.is-vertical.is-rtl .f-button.is-arrow.is-prev {
  top: var(--f-arrow-pos, 0);
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%);
}

.is-vertical.is-ltr .f-button.is-arrow.is-next,
.is-vertical.is-rtl .f-button.is-arrow.is-next {
  top: auto;
  right: auto;
  bottom: var(--f-arrow-pos, 0);
  left: 50%;
  transform: translate(-50%);
}

.is-vertical .f-button.is-arrow.is-prev svg,
.is-vertical .f-button.is-arrow.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__toolbar {
  --f-progressbar-height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: var(--f-toolbar-margin, 0);
  padding: var(--f-toolbar-padding, 8px);
  line-height: var(--f-toolbar-line-height);
  background: var(--f-toolbar-bg, none);
  box-shadow: var(--f-toolbar-shadow, none);
  backdrop-filter: var(--f-toolbar-backdrop-filter);
  position: relative;
  z-index: 20;
  color: var(--f-toolbar-color, currentColor);
  font-size: var(--f-toolbar-font-size, 17px);
  font-weight: var(--f-toolbar-font-weight, inherit);
  font-family: var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);
  text-shadow: var(--f-toolbar-text-shadow);
  text-align: center;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
  pointer-events: none;
}

.f-carousel__toolbar.is-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.f-carousel__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: var(--f-toolbar-gap, 0);
  pointer-events: none;
}

.f-carousel__toolbar__column.is-left {
  justify-self: flex-start;
  justify-content: flex-start;
}

.f-carousel__toolbar__column.is-middle {
  justify-content: center;
}

.f-carousel__toolbar__column.is-right {
  justify-self: flex-end;
  justify-content: flex-end;
  flex-flow: nowrap;
}

.f-carousel__toolbar__column > * {
  pointer-events: all;
}

.f-carousel:has(.f-carousel__slide.is-fullsize) [data-panzoom-action=toggleFull] g {
  display: none;
}

[data-autoplay-action=toggle] svg g:first-child {
  display: flex;
}

[data-autoplay-action=toggle] svg g:last-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:first-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:last-child {
  display: flex;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

.f-carousel__counter {
  position: relative;
  display: flex;
  flex-direction: row;
  cursor: default;
  user-select: none;
  margin: var(--f-counter-margin, 0);
  padding: var(--f-counter-padding, 4px);
  line-height: var(--f-counter-line-height);
  background: var(--f-counter-bg);
  border-radius: var(--f-counter-border-radius);
}

.f-carousel__counter span {
  padding: 0 var(--f-counter-gap, 4px);
}

:root {
  --f-thumbs-gap: 8px;
  --f-thumbs-margin: 0;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-z-index: 1;
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-clip-width: 46px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-fit: cover;
  --f-thumb-opacity: 1;
  --f-thumb-transition: opacity 0.3s ease, transform 0.15s ease;
  --f-thumb-border: none;
  --f-thumb-border-radius: 4px;
  --f-thumb-transfors: none;
  --f-thumb-shadow: none;
  --f-thumb-bg: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05));
  --f-thumb-focus-shadow: inset 0 0 0 0.8px #222, inset 0 0 0 2.25px #fff;
  --f-thumb-selected-shadow: inset 0 0 0 0.8px #222, inset 0 0 0 2.25px #fff;
}

.f-thumbs {
  flex-shrink: 0;
  margin: var(--f-thumbs-margin);
  padding: 0;
  background: var(--f-thumbs-bg);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  transition: max-height 0.3s ease, max-width 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: var(--f-thumbs-z-index);
}

.f-thumbs.is-horizontal {
  max-height: calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2 + var(--f-thumbs-gap) * 2);
}

.f-thumbs.is-vertical {
  max-width: calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-gap) * 2);
}

.f-thumbs__viewport {
  margin: var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);
  overflow: visible;
  display: grid;
}

.f-thumbs.is-vertical .f-thumbs__viewport {
  height: calc(100% - var(--f-thumbs-padding-y) * 2);
}

.f-thumbs__slide {
  position: relative;
  box-sizing: border-box;
  grid-area: 1/1;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  overflow: visible;
}

.f-thumbs__slide:hover button {
  opacity: var(--f-thumb-hover-opacity, 1);
  transform: var(--f-thumb-hover-transform, none);
}

.f-thumbs__slide:hover button::after {
  border: var(--f-thumb-hover-border, none);
  box-shadow: var(--f-thumb-hover-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide button {
  all: unset;
  margin: auto;
  padding: 0;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  outline: none;
  transition: var(--f-thumb-transition);
  border-radius: var(--f-thumb-border-radius);
  opacity: var(--f-thumb-opacity);
  transform: var(--f-thumb-transform);
  background: var(--f-thumb-bg);
}

.f-thumbs__slide button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: none;
  border-radius: inherit;
  border: var(--f-thumb-border);
  box-shadow: var(--f-thumb-shadow);
}

.f-thumbs__slide button:focus-within {
  opacity: var(--f-thumb-focus-opacity, 1);
  transform: var(--f-thumb-focus-transform, none);
}

.f-thumbs__slide button:focus-within::after {
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide:active {
  opacity: var(--f-thumb-active-opacity, 1);
  transform: var(--f-thumb-active-transform, none);
}

.f-thumbs__slide:active::after {
  border: var(--f-thumb-active-border, none);
  box-shadow: var(--f-thumb-active-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide.is-selected {
  z-index: 2;
}

.f-thumbs__slide.is-selected button {
  opacity: var(--f-thumb-selected-opacity, 1);
  transform: var(--f-thumb-selected-transform, none);
}

.f-thumbs__slide.is-selected button::after {
  border: var(--f-thumb-selected-border, none);
  box-shadow: var(--f-thumb-selected-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: var(--f-thumb-fit);
  border-radius: inherit;
  pointer-events: none;
}

.f-thumbs__slide img.has-lazyerror {
  display: none;
}

.f-thumbs.is-classic {
  --f-carousel-slide-width: var(--f-thumb-width);
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: var(--f-thumbs-gap);
}

.f-thumbs.is-modern {
  --f-carousel-slide-width: calc(var(--f-thumb-clip-width) + var(--f-thumbs-gap));
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: 0;
  --width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)));
}

.f-thumbs.is-modern .f-thumbs__viewport {
  width: calc(100% + var(--f-carousel-slide-width) * 2);
  margin-left: calc(var(--f-carousel-slide-width) * -1);
}

.f-thumbs.is-modern .f-thumbs__slide {
  --clip-shift: calc((var(--width-diff) * 0.5) * var(--progress));
  --clip-path: inset(0 var(--clip-shift) round var(--f-thumb-border-radius, 0));
  padding: 0;
  overflow: visible;
  left: var(--shift, 0);
  will-change: left;
  transition: left var(--f-transition-duration) var(--f-transition-easing);
}

.f-thumbs.is-modern .f-thumbs__slide button {
  display: block;
  margin-left: 50%;
  transform: translate(-50%);
  width: var(--f-thumb-width);
  clip-path: var(--clip-path);
  border: none;
  box-shadow: none;
  transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease);
}

.f-thumbs.is-modern .f-thumbs__slide button::after {
  display: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: var(--clip-shift);
  bottom: 0;
  right: var(--clip-shift);
  transition: border var(--f-transition-duration) var(--f-transition-easing), box-shadow var(--f-transition-duration) var(--f-transition-easing);
  border-radius: inherit;
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, none);
}

.f-thumbs.is-modern {
  --f-transition-duration: 0.25s;
  --f-transition-easing: ease-out;
}

.f-thumbs.is-modern.is-syncing {
  --f-transition-duration: 0s;
}

.f-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  height: var(--f-progressbar-height, 3px);
  transform: scaleX(0);
  transform-origin: 0;
  background: var(--f-progressbar-color, var(--f-carousel-theme-color, #575ad6));
  user-select: none;
  pointer-events: none;
  animation-name: f-progressbar;
  animation-play-state: running;
  animation-timing-function: linear;
}

@keyframes f-progressbar {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
[data-fullscreen-action=toggle] svg g:first-child {
  display: flex;
}

[data-fullscreen-action=toggle] svg g:last-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

.in-fullscreen-mode > .f-carousel {
  flex: 1;
  min-width: 0 !important;
  min-height: 0 !important;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.wwith-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__dialog {
  width: 100%;
  height: 100vh;
  max-height: unset;
  max-width: unset;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  position: static;
  background: transparent;
}

.fancybox__dialog:focus {
  outline: none;
}

.fancybox__dialog::backdrop {
  opacity: 0;
}

@supports (height: 100dvh) {
  .fancybox__dialog {
    height: 100dvh;
  }
}
.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-backdrop-bg: rgba(24, 24, 27, 0.95);
  --f-toolbar-margin: 0;
  --f-toolbar-padding: 8px;
  --f-toolbar-gap: 0;
  --f-toolbar-color: #ddd;
  --f-toolbar-font-size: 16px;
  --f-toolbar-font-weight: 500;
  --f-toolbar-font: -apple-system, blinkmacsystemfont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  --f-toolbar-line-height: var(--f-button-height);
  --f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  --f-toolbar-shadow: none;
  --f-toolbar-bg: none;
  --f-counter-margin: 0;
  --f-counter-padding: 0 10px;
  --f-counter-gap: 4px;
  --f-counter-line-height: var(--f-button-height);
  --f-carousel-gap: 17px;
  --f-carousel-slide-width: 100%;
  --f-carousel-slide-height: 100%;
  --f-carousel-slide-padding: 0;
  --f-carousel-slide-bg: unset;
  --f-html-color: #222;
  --f-html-bg: #fff;
  --f-error-color: #fff;
  --f-error-bg: #333;
  --f-caption-margin: 0;
  --f-caption-padding: 16px 8px;
  --f-caption-color: var(--fancybox-color, #dbdbdb);
  --f-caption-bg: transparent;
  --f-caption-font: inherit;
  --f-caption-line-height: 1.375;
  --f-spinner-color-1: rgba(255, 255, 255, 0.2);
  --f-spinner-color-2: rgba(255, 255, 255, 0.8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
  --f-progressbar-color: rgba(255, 255, 255, 0.2);
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: #ddd;
  --f-button-hover-color: #fff;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(255, 255, 255, 0.75);
  --f-button-outline-offset: 0;
  --f-button-bg: rgba(54, 54, 54, 0.75);
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-shadow: none;
  --f-button-transition: all 0.2s ease;
  --f-button-transform: none;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.75;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, 0.05));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.5;
  --f-arrow-pos: 32px;
  --f-arrow-width: 50px;
  --f-arrow-height: 50px;
  --f-arrow-svg-width: 24px;
  --f-arrow-svg-height: 24px;
  --f-arrow-svg-stroke-width: 2;
  --f-arrow-border-radius: 50%;
  --f-arrow-bg: rgba(54, 54, 54, 0.65);
  --f-arrow-color: #ddd;
  --f-arrow-hover-color: #fff;
  --f-thumbs-margin: 0;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-bg: none;
  --f-thumb-transition: all 0.2s ease;
  --f-thumb-width: 94px;
  --f-thumb-height: 76px;
  --f-thumb-opacity: 1;
  --f-thumb-border: none;
  --f-thumb-shadow: none;
  --f-thumb-transform: none;
  --f-thumb-focus-opacity: 1;
  --f-thumb-focus-border: none;
  --f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.65);
  --f-thumb-focus-transform: none;
  --f-thumb-hover-opacity: 1;
  --f-thumb-hover-border: none;
  --f-thumb-hover-transform: none;
  --f-thumb-active-opacity: var(--f-thumb-hover-opacity);
  --f-thumb-active-border: var(--f-thumb-hover-border);
  --f-thumb-active-transform: var(--f-thumb-hover-transform);
  --f-thumb-selected-opacity: 1;
  --f-thumb-selected-border: none;
  --f-thumb-selected-shadow: inset 0 0 0 2px #fff;
  --f-thumb-selected-transform: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  outline: none;
  display: flex;
  flex-direction: column;
}

.fancybox__container[theme=light] {
  --fancybox-color: #222;
  --fancybox-backdrop-bg: rgba(255, 255, 255, 0.97);
  --f-toolbar-color: var(--fancybox-color, #222);
  --f-toolbar-text-shadow: none;
  --f-toolbar-font-weight: 400;
  --f-html-color: var(--fancybox-color, #222);
  --f-html-bg: #fff;
  --f-error-color: #555;
  --f-error-bg: #fff;
  --f-video-bg: #fff;
  --f-caption-color: #333;
  --f-spinner-color-1: rgba(0, 0, 0, 0.2);
  --f-spinner-color-2: rgba(0, 0, 0, 0.8);
  --f-spinner-border-width: 3.5px;
  --f-progressbar-color: rgba(111, 111, 116, 0.2);
  --f-button-color: #333;
  --f-button-hover-color: #000;
  --f-button-outline-color: rgba(0, 0, 0, 0.85);
  --f-button-bg: rgba(255, 255, 255, 0.85);
  --f-button-svg-stroke-width: 1.3;
  --f-button-svg-filter: none;
  --f-arrow-bg: rgba(255, 255, 255, 0.85);
  --f-arrow-color: #333;
  --f-arrow-hover-color: #000;
  --f-arrow-svg-stroke-width: 1.3;
  --f-close-button-color: #555;
  --f-close-button-hover-color: #000;
  --f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);
  --f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0 0 0 2.25px #888;
  --f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0 0 0 2.25px #000;
}

.fancybox__container::backdrop {
  background-color: transparent;
}

.fancybox__container.has-vertical-thumbs {
  flex-direction: row-reverse;
}

.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport {
  overflow-x: clip;
  overflow-y: visible;
}

.fancybox__container > *:not(.fancybox__carousel),
.fancybox__container .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected),
.fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  opacity: var(--f-drag-opacity, 1);
}

.fancybox__container:not(.is-ready, .is-hiding) {
  visibility: hidden;
}

.fancybox__container.is-revealing > *:not(.fancybox__carousel),
.fancybox__container.is-revealing .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected),
.fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  animation: var(--f-interface-enter-duration, 0.35s) ease none f-fadeIn;
}

.fancybox__container.is-hiding > *:not(.fancybox__carousel),
.fancybox__container.is-hiding .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected),
.fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper) {
  animation: var(--f-interface-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.fancybox__container.is-idle .f-carousel__toolbar {
  pointer-events: none;
  opacity: 0;
}

.fancybox__container.is-idle .f-button.is-arrow {
  opacity: 0;
}

.fancybox__container.is-idle.is-ready .f-carousel__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__container.is-idle.is-ready .f-button.is-arrow {
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--fancybox-backdrop-bg);
}

.fancybox__carousel {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  position: relative;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__carousel.is-vertical {
  --f-carousel-slide-height: 100%;
}

.fancybox__carousel.is-ltr {
  direction: ltr;
}

.fancybox__carousel.is-rtl {
  direction: rtl;
}

.fancybox__carousel > .f-button.is-arrow::before {
  position: absolute;
  content: "";
  inset: -30px;
  z-index: 1;
}

.fancybox__carousel > .f-progressbar {
  background-color: var(--fancybox-color);
}

.fancybox__viewport {
  display: grid;
  flex: 1;
  min-height: 0;
  min-width: 0;
  position: relative;
  overflow: visible;
  transform: translate3d(0, var(--f-drag-offset, 0), 0);
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__viewport [data-selectable],
.fancybox__viewport [contenteditable] {
  cursor: auto;
}

.fancybox__slide {
  box-sizing: border-box;
  position: relative;
  grid-area: 1/1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  margin: 0;
  padding: var(--f-carousel-slide-padding);
  background: var(--f-carousel-slide-bg);
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.fancybox__slide::before,
.fancybox__slide::after {
  display: block;
  content: "";
}

.fancybox__slide::before {
  margin-bottom: auto;
}

.fancybox__slide::after {
  margin-top: auto;
}

.fancybox__slide.is-selected {
  z-index: 1;
}

.fancybox__slide.f-zoomable {
  overflow: visible;
}

.fancybox__slide.has-error {
  --f-html-color: var(--f-error-color, --f-html-color);
  --f-html-bg: var(--f-error-bg, --f-html-bg);
}

.fancybox__slide.has-html {
  overflow: auto;
  padding: 8px;
}

.fancybox__slide.has-close-btn {
  padding-top: 34px;
}

.fancybox__slide .f-button[data-fancybox-close] {
  --f-button-width: var(--f-close-button-width, 34px);
  --f-button-height: var(--f-close-button-height, 34px);
  --f-button-border-radius: var(--f-close-border-radius, 4px);
  --f-button-color: var(--f-close-button-color, #fff);
  --f-button-hover-color: var(--f-close-button-hover-color, #fff);
  --f-button-bg: var(--f-close-button-bg, transparent);
  --f-button-hover-bg: var(--f-close-button-hover-bg, transparent);
  --f-button-active-bg: var(--f-close-button-active-bg, transparent);
  --f-button-svg-width: var(--f-close-button-svg-width, 22px);
  --f-button-svg-height: var(--f-close-button-svg-height, 22px);
  position: absolute;
  top: calc(var(--f-button-height) * -1);
  right: 0;
  z-index: 40;
}

.fancybox__slide .f-spinner {
  cursor: pointer;
}

.fancybox__container.is-closing .f-caption,
.fancybox__slide.is-loading .f-caption {
  visibility: hidden;
}

.fancybox__container.is-closing .fancybox__carousel {
  overflow: visible;
}

/* Components
\*============================================================================*/
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1920px){
  .container{
    max-width: 1920px;
  }
}
[data-breakpoint]::after, [data-breakpoint]::before{
  display: none;
}
[data-breakpoint]::after{
  content: 'xs,s,m,l,xl,xxl';
}
[data-breakpoint]::before{
  content: 'xxs';
}
@media (min-width: 480px){
  [data-breakpoint]::before{
    content: 'xs';
  }
}
@media (min-width: 768px){
  [data-breakpoint]::before{
    content: 's';
  }
}
@media (min-width: 1024px){
  [data-breakpoint]::before{
    content: 'm';
  }
}
@media (min-width: 1280px){
  [data-breakpoint]::before{
    content: 'l';
  }
}
@media (min-width: 1440px){
  [data-breakpoint]::before{
    content: 'xl';
  }
}
@media (min-width: 1920px){
  [data-breakpoint]::before{
    content: 'xxl';
  }
}
.grid{
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.grid-row{
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
[class*="grid-col-"]{
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media (min-width: 480px){
  .grid{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .grid-row{
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-col-"]{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 768px){
  .grid{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .grid-row{
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  [class*="grid-col-"]{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 1024px){
  .grid{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .grid-row{
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  [class*="grid-col-"]{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 1280px){
  .grid{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .grid-row{
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  [class*="grid-col-"]{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 1440px){
  .grid{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .grid-row{
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  [class*="grid-col-"]{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 1920px){
  .grid{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .grid-row{
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  [class*="grid-col-"]{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.grid{
  min-height: 1px;
  margin-right: auto;
  margin-left: auto;
}

              .grid-no-gutter,
              .grid-nested,
              .grid-no-gutter > .grid-row > [class*="grid-col-"]
            {
  padding-right: 0;
  padding-left: 0;
}
.grid-no-gutter > .grid-row{
  margin-right: 0;
  margin-left: 0;
}
.grid-row{
  position: relative;
}
.grid-row:after{
  content: '';
  display: block;
  clear: both;
}
.grid-col-0{
  display: none;
}
.grid-col-6{
  float: left;
  display: block;
  width: 50%;
}
.grid-col-8{
  float: left;
  display: block;
  width: 66.66666666666667%;
}
.grid-col-9{
  float: left;
  display: block;
  width: 75%;
}
.grid-col-10{
  float: left;
  display: block;
  width: 83.33333333333333%;
}
.grid-col-11{
  float: left;
  display: block;
  width: 91.66666666666667%;
}
.grid-col-12{
  float: left;
  display: block;
  width: 100%;
}
[data-breakpoint]::after, [data-breakpoint]::before{
  display: none;
}
[data-breakpoint]::after{
  content: 'xs,s,m,l,xl,xxl';
}
[data-breakpoint]::before{
  content: 'xxs';
}
@media (min-width: 480px){
  [data-breakpoint]::before{
    content: 'xs';
  }
}
@media (min-width: 768px){
  [data-breakpoint]::before{
    content: 's';
  }
}
@media (min-width: 1024px){
  [data-breakpoint]::before{
    content: 'm';
  }
}
@media (min-width: 1280px){
  [data-breakpoint]::before{
    content: 'l';
  }
}
@media (min-width: 1440px){
  [data-breakpoint]::before{
    content: 'xl';
  }
}
@media (min-width: 1920px){
  [data-breakpoint]::before{
    content: 'xxl';
  }
}
.grid{
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.grid-row{
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
[class*="grid-col-"]{
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media (min-width: 480px){
  .grid{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .grid-row{
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-col-"]{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 768px){
  .grid{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .grid-row{
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  [class*="grid-col-"]{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 1024px){
  .grid{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .grid-row{
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  [class*="grid-col-"]{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 1280px){
  .grid{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .grid-row{
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  [class*="grid-col-"]{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 1440px){
  .grid{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .grid-row{
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  [class*="grid-col-"]{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 1920px){
  .grid{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .grid-row{
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  [class*="grid-col-"]{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.grid{
  min-height: 1px;
  margin-right: auto;
  margin-left: auto;
}

              .grid-no-gutter,
              .grid-nested,
              .grid-no-gutter > .grid-row > [class*="grid-col-"]
            {
  padding-right: 0;
  padding-left: 0;
}
.grid-no-gutter > .grid-row{
  margin-right: 0;
  margin-left: 0;
}
.grid-row{
  position: relative;
}
.grid-row:after{
  content: '';
  display: block;
  clear: both;
}
.grid-col-0{
  display: none;
}
.grid-col-6{
  float: left;
  display: block;
  width: 50%;
}
.grid-col-8{
  float: left;
  display: block;
  width: 66.66666666666667%;
}
.grid-col-9{
  float: left;
  display: block;
  width: 75%;
}
.grid-col-10{
  float: left;
  display: block;
  width: 83.33333333333333%;
}
.grid-col-11{
  float: left;
  display: block;
  width: 91.66666666666667%;
}
.grid-col-12{
  float: left;
  display: block;
  width: 100%;
}
.container{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 1024px){
  .container{
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1500px;
  }
}
@media (min-width: 1280px){
  .container{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1920px){}
.media.js-reveal{
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.media.js-reveal.zoom-in{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out, cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.4s, 0.5s;
}
.media.js-reveal.zoom-out{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out, cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.4s, 1s;
}
.media.js-reveal.from-y{
  --tw-translate-y: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 1.4s;
}
.media.js-reveal.is-visible.loaded, .media.js-reveal.is-visible.img-is-loaded{
  opacity: 1;
}
.media.js-reveal.is-visible.loaded.zoom-in, .media.js-reveal.is-visible.loaded.zoom-out, .media.js-reveal.is-visible.img-is-loaded.zoom-in, .media.js-reveal.is-visible.img-is-loaded.zoom-out{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.media.js-reveal.is-visible.loaded.from-y, .media.js-reveal.is-visible.img-is-loaded.from-y{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.js-reveal.reveal-patch{
  opacity: 0;
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out, cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition-duration: 0.3s, 0.3s;
}
.js-reveal.reveal-patch.is-visible{
  opacity: 1;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.js-reveal.reveal-from-y{
  opacity: 0;
  --tw-translate-y: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out, cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.6s, 1.4s;
}
.js-reveal.reveal-from-y.is-visible{
  opacity: 1;
  transform: none;
}
.js-reveal.-reveal-from-y{
  opacity: 0;
  --tw-translate-y: -1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out, cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.6s, 1.4s;
}
.js-reveal.-reveal-from-y.is-visible{
  opacity: 1;
  transform: none;
}
.js-reveal.reveal-from-x{
  opacity: 0;
  --tw-translate-x: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out, cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.6s, 1.4s;
}
.js-reveal.reveal-from-x.is-visible{
  opacity: 1;
  transform: none;
}
.js-reveal.-reveal-from-x{
  opacity: 0;
  --tw-translate-x: -1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out, cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.6s, 1.4s;
}
.js-reveal.-reveal-from-x.is-visible{
  opacity: 1;
  transform: none;
}
.js-reveal.reveal-opacity{
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.js-reveal.reveal-opacity.is-visible{
  opacity: 1;
}
.js-reveal.reveal-inner > *{
  opacity: 0;
  --tw-translate-y: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out, cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.7s, 1.5s;
}
.js-reveal.reveal-inner.is-visible > *{
  opacity: 1;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.js-reveal.reveal-inner.is-visible > *:nth-child(1):not([class*=delay-]) {
  transition-delay: 0s;
}
.js-reveal.reveal-inner.is-visible > *:nth-child(2):not([class*=delay-]) {
  transition-delay: 0.1s;
}
.js-reveal.reveal-inner.is-visible > *:nth-child(3):not([class*=delay-]) {
  transition-delay: 0.2s;
}
.js-reveal.reveal-inner.is-visible > *:nth-child(4):not([class*=delay-]) {
  transition-delay: 0.3s;
}
.js-reveal.reveal-inner.is-visible > *:nth-child(5):not([class*=delay-]) {
  transition-delay: 0.4s;
}
.js-reveal.reveal-inner.is-visible > *:nth-child(6):not([class*=delay-]) {
  transition-delay: 0.5s;
}
.js-reveal.reveal-inner.is-visible > *:nth-child(7):not([class*=delay-]) {
  transition-delay: 0.6s;
}
.js-reveal.reveal-inner.is-visible > *:nth-child(8):not([class*=delay-]) {
  transition-delay: 0.7s;
}
.js-reveal.reveal-inner.is-visible > *:nth-child(9):not([class*=delay-]) {
  transition-delay: 0.8s;
}
.js-reveal.reveal-inner.is-visible > *:nth-child(10):not([class*=delay-]) {
  transition-delay: 0.9s;
}
.js-reveal.reveal-inner.is-visible > *:nth-child(11):not([class*=delay-]) {
  transition-delay: 1s;
}
.js-reveal.reveal-inner.is-visible > *:nth-child(12):not([class*=delay-]) {
  transition-delay: 1.1s;
}
.js-reveal.reveal-inner.is-visible > *:nth-child(13):not([class*=delay-]) {
  transition-delay: 1.2s;
}
.js-reveal.reveal-inner.is-visible > *:nth-child(14):not([class*=delay-]) {
  transition-delay: 1.3s;
}
.js-reveal.reveal-inner.is-visible > *:nth-child(15):not([class*=delay-]) {
  transition-delay: 1.4s;
}
.js-reveal.reveal-inner.is-visible > *:nth-child(16):not([class*=delay-]) {
  transition-delay: 1.5s;
}

.slider .flickity-viewport,
.carousel .flickity-viewport,
.carousel-list .flickity-viewport {
  transition: height 0.2s;
}
.slider .slider-nav,
.slider .flickity-prev-next-button,
.carousel .slider-nav,
.carousel .flickity-prev-next-button,
.carousel-list .slider-nav,
.carousel-list .flickity-prev-next-button {
  width: 40px;
  height: 47px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border-radius: 0px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  display: flex;
}
@media (min-width: 1024px) {
  .slider .slider-nav,
.slider .flickity-prev-next-button,
.carousel .slider-nav,
.carousel .flickity-prev-next-button,
.carousel-list .slider-nav,
.carousel-list .flickity-prev-next-button {
    width: 100px;
    height: 114px;
  }
}
.slider .slider-nav::before,
.slider .flickity-prev-next-button::before,
.carousel .slider-nav::before,
.carousel .flickity-prev-next-button::before,
.carousel-list .slider-nav::before,
.carousel-list .flickity-prev-next-button::before {
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxIiBoZWlnaHQ9IjExNSIgdmlld0JveD0iMCAwIDEwMSAxMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RkZGRkZF8xMThfNTQxMCkiPgo8cGF0aCBkPSJNMzUgMzUuMDIwOEw2Mi44MjczIDUxLjQ5NzRDNjcuNDA1MyA1NC4yMDgxIDY3LjQwNTMgNjAuODMzNCA2Mi44MjczIDYzLjU0NDFMMzUgODAuMDIwOCIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXJfMTE4XzU0MTApIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RkZGRkZF8xMThfNTQxMCIgeD0iMC40ODg1NDEiIHk9IjAuNTA5MjkzIiB3aWR0aD0iMTAwLjI4MyIgaGVpZ2h0PSIxMTQuMDIzIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDIwIDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldC8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjAuMzkyOTkxIi8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDEgMCAwIDAgMCAxIDAgMCAwIDAgMSAwIDAgMCAxIDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTE4XzU0MTAiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMjAgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0Lz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMC43ODU5ODEiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMSAwIDAgMCAwIDEgMCAwIDAgMCAxIDAgMCAwIDEgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzExOF81NDEwIiByZXN1bHQ9ImVmZmVjdDJfZHJvcFNoYWRvd18xMThfNTQxMCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAyMCAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyLjc1MDkzIi8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDEgMCAwIDAgMCAxIDAgMCAwIDAgMSAwIDAgMCAxIDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9ImVmZmVjdDJfZHJvcFNoYWRvd18xMThfNTQxMCIgcmVzdWx0PSJlZmZlY3QzX2Ryb3BTaGFkb3dfMTE4XzU0MTAiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMjAgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0Lz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNS41MDE4NyIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAxIDAgMCAwIDAgMSAwIDAgMCAwIDEgMCAwIDAgMSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJlZmZlY3QzX2Ryb3BTaGFkb3dfMTE4XzU0MTAiIHJlc3VsdD0iZWZmZWN0NF9kcm9wU2hhZG93XzExOF81NDEwIi8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDIwIDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldC8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjkuNDMxNzgiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMSAwIDAgMCAwIDEgMCAwIDAgMCAxIDAgMCAwIDEgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iZWZmZWN0NF9kcm9wU2hhZG93XzExOF81NDEwIiByZXN1bHQ9ImVmZmVjdDVfZHJvcFNoYWRvd18xMThfNTQxMCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAyMCAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxNi41MDU2Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDEgMCAwIDAgMCAxIDAgMCAwIDAgMSAwIDAgMCAxIDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9ImVmZmVjdDVfZHJvcFNoYWRvd18xMThfNTQxMCIgcmVzdWx0PSJlZmZlY3Q2X2Ryb3BTaGFkb3dfMTE4XzU0MTAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3Q2X2Ryb3BTaGFkb3dfMTE4XzU0MTAiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xMThfNTQxMCIgeDE9IjU0IiB5MT0iMzUuMDIwOCIgeDI9IjU0IiB5Mj0iODAuMDIwOCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSJ3aGl0ZSIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMC41OTUiIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjAuMyIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);
}
.slider .slider-nav svg, .slider .flickity-prev-next-button svg, .carousel .slider-nav svg, .carousel .flickity-prev-next-button svg, .carousel-list .slider-nav svg, .carousel-list .flickity-prev-next-button svg{
  display: none;
}
.slider .slider-nav:hover, .slider .flickity-prev-next-button:hover, .carousel .slider-nav:hover, .carousel .flickity-prev-next-button:hover, .carousel-list .slider-nav:hover, .carousel-list .flickity-prev-next-button:hover{
  background-color: transparent;
}
.slider .slider-nav:hover::before, .slider .flickity-prev-next-button:hover::before, .carousel .slider-nav:hover::before, .carousel .flickity-prev-next-button:hover::before, .carousel-list .slider-nav:hover::before, .carousel-list .flickity-prev-next-button:hover::before{
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.slider .slider-nav.previous, .slider .flickity-prev-next-button.previous, .carousel .slider-nav.previous, .carousel .flickity-prev-next-button.previous, .carousel-list .slider-nav.previous, .carousel-list .flickity-prev-next-button.previous{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.slider .flickity-prev-next-button, .carousel .flickity-prev-next-button, .carousel-list .flickity-prev-next-button{
  margin-top: -2.5rem;
}
.slider .flickity-prev-next-button.next, .carousel .flickity-prev-next-button.next, .carousel-list .flickity-prev-next-button.next{
  position: absolute;
  left: 100%;
  right: auto;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px) {
  .slider .flickity-prev-next-button.next, .carousel .flickity-prev-next-button.next, .carousel-list .flickity-prev-next-button.next{
    --tw-translate-x: -33.333333%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    margin-left: 1.25rem;
  }
}
.slider .flickity-prev-next-button.previous, .carousel .flickity-prev-next-button.previous, .carousel-list .flickity-prev-next-button.previous{
  position: absolute;
  right: 100%;
  left: auto;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px) {
  .slider .flickity-prev-next-button.previous, .carousel .flickity-prev-next-button.previous, .carousel-list .flickity-prev-next-button.previous{
    --tw-translate-x: 33.333333%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    margin-right: 1.25rem;
  }
}
.slider .flickity-page-dots,
.carousel .flickity-page-dots,
.carousel-list .flickity-page-dots {
  font-size: 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.slider .flickity-page-dot, .carousel .flickity-page-dot, .carousel-list .flickity-page-dot{
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  margin-left: 1px;
  margin-right: 1px;
  opacity: 0.5;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjcwMzQgMTMuNzAzOEMyMS40OTUzIDEzLjQwMDYgMjAuNTQ5NyAxMi40NTUgMjAuMjQ2NSAxMS4yNDY5TDE3LjYyNjggMC43OTk1MjJDMTcuNDU5NCAwLjExNjMwMiAxNi40ODY2IDAuMTIwODIyIDE2LjMxNDYgMC43OTk1MTdMMTMuNzAzOSAxMS4yNDY5QzEzLjQwMDggMTIuNDU1IDEyLjQ1NTEgMTMuNDAwNiAxMS4yNDcgMTMuNzAzOEwwLjc5OTY1NiAxNi4zMTQ1QzAuMTE2NDM1IDE2LjQ4MTkgMC4xMjA5NjcgMTcuNDU0NyAwLjc5OTY2MyAxNy42MjY2TDExLjI0NyAyMC4yMzc0QzEyLjQ1NTEgMjAuNTQwNSAxMy40MDA4IDIxLjQ4NjEgMTMuNzAzOSAyMi42OTQyTDE2LjMxNDYgMzMuMTQxNkMxNi40ODIgMzMuODI0OCAxNy40NTQ4IDMzLjgyMDMgMTcuNjI2OCAzMy4xNDE2TDIwLjIzNzUgMjIuNjk0MkMyMC41NDA2IDIxLjQ4NjEgMjEuNDg2MyAyMC41NDA1IDIyLjY5NDQgMjAuMjM3M0wzMy4xNDE4IDE3LjYyNjZDMzMuODI1IDE3LjQ1OTIgMzMuODIwNCAxNi40ODY0IDMzLjE0MTcgMTYuMzE0NUwyMi42OTQ0IDEzLjcwMzhMMjIuNjk4OSAxMy43MDgzTDIyLjcwMzQgMTMuNzAzOFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}
.slider .flickity-page-dot.is-selected, .carousel .flickity-page-dot.is-selected, .carousel-list .flickity-page-dot.is-selected{
  opacity: 1;
}

.carousel-coverflow .flickity-prev-next-button {
  width: 40px;
  height: 47px;
  display: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border-radius: 0px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1024px) {
  .carousel-coverflow .flickity-prev-next-button{
    display: flex;
    width: 100px;
    height: 114px;
  }
}
.carousel-coverflow .flickity-prev-next-button::before {
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxIiBoZWlnaHQ9IjExNSIgdmlld0JveD0iMCAwIDEwMSAxMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RkZGRkZF8xMThfNTQxMCkiPgo8cGF0aCBkPSJNMzUgMzUuMDIwOEw2Mi44MjczIDUxLjQ5NzRDNjcuNDA1MyA1NC4yMDgxIDY3LjQwNTMgNjAuODMzNCA2Mi44MjczIDYzLjU0NDFMMzUgODAuMDIwOCIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXJfMTE4XzU0MTApIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RkZGRkZF8xMThfNTQxMCIgeD0iMC40ODg1NDEiIHk9IjAuNTA5MjkzIiB3aWR0aD0iMTAwLjI4MyIgaGVpZ2h0PSIxMTQuMDIzIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDIwIDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldC8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjAuMzkyOTkxIi8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDEgMCAwIDAgMCAxIDAgMCAwIDAgMSAwIDAgMCAxIDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTE4XzU0MTAiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMjAgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0Lz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMC43ODU5ODEiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMSAwIDAgMCAwIDEgMCAwIDAgMCAxIDAgMCAwIDEgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzExOF81NDEwIiByZXN1bHQ9ImVmZmVjdDJfZHJvcFNoYWRvd18xMThfNTQxMCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAyMCAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyLjc1MDkzIi8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDEgMCAwIDAgMCAxIDAgMCAwIDAgMSAwIDAgMCAxIDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9ImVmZmVjdDJfZHJvcFNoYWRvd18xMThfNTQxMCIgcmVzdWx0PSJlZmZlY3QzX2Ryb3BTaGFkb3dfMTE4XzU0MTAiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMjAgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0Lz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNS41MDE4NyIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAxIDAgMCAwIDAgMSAwIDAgMCAwIDEgMCAwIDAgMSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJlZmZlY3QzX2Ryb3BTaGFkb3dfMTE4XzU0MTAiIHJlc3VsdD0iZWZmZWN0NF9kcm9wU2hhZG93XzExOF81NDEwIi8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDIwIDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldC8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjkuNDMxNzgiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMSAwIDAgMCAwIDEgMCAwIDAgMCAxIDAgMCAwIDEgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iZWZmZWN0NF9kcm9wU2hhZG93XzExOF81NDEwIiByZXN1bHQ9ImVmZmVjdDVfZHJvcFNoYWRvd18xMThfNTQxMCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAyMCAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxNi41MDU2Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDEgMCAwIDAgMCAxIDAgMCAwIDAgMSAwIDAgMCAxIDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9ImVmZmVjdDVfZHJvcFNoYWRvd18xMThfNTQxMCIgcmVzdWx0PSJlZmZlY3Q2X2Ryb3BTaGFkb3dfMTE4XzU0MTAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3Q2X2Ryb3BTaGFkb3dfMTE4XzU0MTAiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xMThfNTQxMCIgeDE9IjU0IiB5MT0iMzUuMDIwOCIgeDI9IjU0IiB5Mj0iODAuMDIwOCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSJ3aGl0ZSIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMC41OTUiIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjAuMyIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);
}
.carousel-coverflow .flickity-prev-next-button svg{
  display: none;
}
.carousel-coverflow .flickity-prev-next-button:hover{
  background-color: transparent;
}
.carousel-coverflow .flickity-prev-next-button:hover::before{
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.carousel-coverflow .flickity-prev-next-button.previous{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.carousel-coverflow .flickity-prev-next-button.next{
  position: absolute;
  left: auto;
  right: 0px;
}
@media (min-width: 768px) {}
.carousel-coverflow .flickity-prev-next-button.previous{
  position: absolute;
  right: auto;
  left: 0px;
}
@media (min-width: 768px) {}

.carousel-list.js-reveal .item a{
  opacity: 0;
  --tw-translate-x: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.carousel-list.js-reveal.is-visible .item a{
  opacity: 1;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.carousel-list.js-reveal.is-visible .item:nth-child(1) a {
  transition-delay: 0s;
}
.carousel-list.js-reveal.is-visible .item:nth-child(2) a {
  transition-delay: 0.1s;
}
.carousel-list.js-reveal.is-visible .item:nth-child(3) a {
  transition-delay: 0.2s;
}
.carousel-list.js-reveal.is-visible .item:nth-child(4) a {
  transition-delay: 0.3s;
}
.carousel-list.js-reveal.is-visible .item:nth-child(5) a {
  transition-delay: 0.4s;
}
.carousel-list.js-reveal.is-visible .item:nth-child(6) a {
  transition-delay: 0.5s;
}
.carousel-list.js-reveal.is-visible .item:nth-child(7) a {
  transition-delay: 0.6s;
}
.carousel-list.js-reveal.is-visible .item:nth-child(8) a {
  transition-delay: 0.7s;
}
.carousel-list.js-reveal.is-visible .item:nth-child(9) a {
  transition-delay: 0.8s;
}
.carousel-list.js-reveal.is-visible .item:nth-child(10) a {
  transition-delay: 0.9s;
}
.carousel-list.js-reveal.is-visible .item:nth-child(11) a {
  transition-delay: 1s;
}

.carousel-coverflow .item .spectacle-item {
  transform: scale(0.8);
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.carousel-coverflow .item.is-selected {
  z-index: 3;
}
.carousel-coverflow .item.is-selected .spectacle-item{
  opacity: 1;
  transform: scale(1);
}
.carousel-coverflow .item.after-1 {
  z-index: 2;
}
.carousel-coverflow .item.after-1 .spectacle-item{
  opacity: 0.7;
  transform: scale(0.8) translate3d(-22%, 0, 0);
}
.carousel-coverflow .item.after-2 {
  z-index: 1;
}
.carousel-coverflow .item.after-2 .spectacle-item{
  opacity: 0.5;
  transform: scale(0.64) translate3d(-85%, 0, 0);
}
.carousel-coverflow .item.before-1 {
  z-index: 2;
}
.carousel-coverflow .item.before-1 .spectacle-item{
  opacity: 0.7;
  transform: scale(0.8) translate3d(22%, 0, 0);
}
.carousel-coverflow .item.before-2 {
  z-index: 1;
}
.carousel-coverflow .item.before-2 .spectacle-item{
  opacity: 0.5;
  transform: scale(0.64) translate3d(85%, 0, 0);
}
.carousel-coverflow .carousel-nav a.active::before{
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.accordion .accordion-item.active .accordion-header .icon{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.accordion-groups.open .trigger-group .close{
  opacity: 0;
  visibility: hidden;
}
.accordion-groups.open .trigger-group .open{
  opacity: 1;
  visibility: visible;
}

.gallery{
  flex-wrap: wrap;
  display: flex;
}
@media (min-width: 1024px) {
  .gallery {
    /* responsive : même ratio que l’image (900x300 ≈ 3:1) */
    width: 100%;
    aspect-ratio: 3/1;
    display: grid;
    /* 5 colonnes : 2 de gauche, 1 centrale (plus large), 2 de droite */
    grid-template-columns: 1fr 1fr 2fr 1fr 1fr;
    /* 2 lignes */
    grid-template-rows: 1fr 1fr;
    /* Disposition des zones */
    grid-template-areas: "a a b c d" "e f b g g";
  }
}

.item {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Couleurs + placement */
.i1 {
  grid-area: a;
  width: 100%;
}

.i2 {
  grid-area: b;
  width: 50%;
}
@media (min-width: 1024px) {
  .i2 {
    width: 100%;
  }
}

.i3 {
  grid-area: c;
  width: 50%;
}
@media (min-width: 1024px) {
  .i3 {
    width: 100%;
  }
}

.i4 {
  grid-area: d;
}

.i5 {
  grid-area: e;
  width: 50%;
}
@media (min-width: 1024px) {
  .i5 {
    width: 100%;
  }
}

.i6 {
  grid-area: f;
  width: 50%;
}
@media (min-width: 1024px) {
  .i6 {
    width: 100%;
  }
}

.i7 {
  grid-area: g;
}

.spectacle-item figure {
  /* Safari/WebKit a encore besoin des préfixes */
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJDYWxxdWVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTU4IDU3NSI+PHBhdGggZD0iTTU1OCwyMjYuODNjMC02NC41LTQ2Ljc3LTExNi44LTEwNC40Ni0xMTYuOC04Ljk1LDAtMTcuNjQsMS4yNi0yNS45MiwzLjYzQzQwMi45LDQ2Ljk0LDM0NC4xMSwwLDI3NS41LDBzLTEyNS45Nyw0NS44MS0xNTEuMiwxMTEuMjRjLTUuMDItLjc5LTEwLjEzLTEuMjEtMTUuMzQtMS4yMUM0OC43OSwxMTAuMDMsMCwxNjQuNTgsMCwyMzEuODZ2MzQzLjE0aDU1OFYyMzEuODZoLS4xcy4xLTMuMzQuMS01LjAzWiIgZmlsbD0iIzAwMCIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjFweCIgLz48L3N2Zz4=);
  mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJDYWxxdWVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTU4IDU3NSI+PHBhdGggZD0iTTU1OCwyMjYuODNjMC02NC41LTQ2Ljc3LTExNi44LTEwNC40Ni0xMTYuOC04Ljk1LDAtMTcuNjQsMS4yNi0yNS45MiwzLjYzQzQwMi45LDQ2Ljk0LDM0NC4xMSwwLDI3NS41LDBzLTEyNS45Nyw0NS44MS0xNTEuMiwxMTEuMjRjLTUuMDItLjc5LTEwLjEzLTEuMjEtMTUuMzQtMS4yMUM0OC43OSwxMTAuMDMsMCwxNjQuNTgsMCwyMzEuODZ2MzQzLjE0aDU1OFYyMzEuODZoLS4xcy4xLTMuMzQuMS01LjAzWiIgZmlsbD0iIzAwMCIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjFweCIgLz48L3N2Zz4=);
  -webkit-mask-size: cover;
  /* ou 100% 100% si tu veux étirer exactement */
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.spectacle-item.shape-1 figure {
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJDYWxxdWVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTU4IDU3NSI+PHBhdGggZD0iTTI3OSwwYzE1My45OSwwLDI3OSwxMjUuMDEsMjc5LDI3OC45N3YyOTYuMDNIMHYtMjk2LjAzQzAsMTI1LjAxLDEyNS4wMiwwLDI3OSwwWiIvPjwvc3ZnPg==);
  mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJDYWxxdWVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTU4IDU3NSI+PHBhdGggZD0iTTI3OSwwYzE1My45OSwwLDI3OSwxMjUuMDEsMjc5LDI3OC45N3YyOTYuMDNIMHYtMjk2LjAzQzAsMTI1LjAxLDEyNS4wMiwwLDI3OSwwWiIvPjwvc3ZnPg==);
}
.spectacle-item.shape-2 figure {
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJDYWxxdWVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTU4IDU3NSI+PHBhdGggZD0iTTU1OCw1NzV2LTI1MS40OEM1NTgsMTI0LjgzLDI5Ni4zMSw3LjYxLDI4NS4xNywyLjcxbC02LjE3LTIuNzEtNi4xNywyLjcxQzI2MS42OSw3LjYxLDAsMTI0LjgzLDAsMzIzLjUydjI1MS40OGg1NThaIiBzdHlsZT0iZmlsbDojZTIxNzE3OyIvPjwvc3ZnPg==);
  mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJDYWxxdWVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTU4IDU3NSI+PHBhdGggZD0iTTU1OCw1NzV2LTI1MS40OEM1NTgsMTI0LjgzLDI5Ni4zMSw3LjYxLDI4NS4xNywyLjcxbC02LjE3LTIuNzEtNi4xNywyLjcxQzI2MS42OSw3LjYxLDAsMTI0LjgzLDAsMzIzLjUydjI1MS40OGg1NThaIiBzdHlsZT0iZmlsbDojZTIxNzE3OyIvPjwvc3ZnPg==);
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:inset-0::before{
  content: var(--tw-content);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}
.before\:bottom-0::before{
  content: var(--tw-content);
  bottom: 0px;
}
.before\:h-\[2px\]::before{
  content: var(--tw-content);
  height: 2px;
}
.before\:h-\[3px\]::before{
  content: var(--tw-content);
  height: 3px;
}
.before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}
.before\:origin-top::before{
  content: var(--tw-content);
  transform-origin: top;
}
.before\:scale-y-0::before{
  content: var(--tw-content);
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:scale-x-0::before{
  content: var(--tw-content);
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:content-center::before{
  content: var(--tw-content);
  align-content: center;
}
.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}
.before\:bg-white::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.before\:bg-gradient-to-r::before{
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.before\:from-yellow-400::before{
  content: var(--tw-content);
  --tw-gradient-from: #FFCC00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 204 0 / 0));
}
.before\:to-yellow-500::before{
  content: var(--tw-content);
  --tw-gradient-to: #FF9D00;
}
.before\:transition::before{
  content: var(--tw-content);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.before\:duration-300::before{
  content: var(--tw-content);
  transition-duration: 300ms;
}
.before\:ease-in-out-circ::before{
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.before\:\[box-shadow\:0_0_10px_2px_\#FFC800\]::before{
  content: var(--tw-content);
  box-shadow: 0 0 10px 2px #FFC800;
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:right-3::after{
  content: var(--tw-content);
  right: 0.75rem;
}
.after\:top-1\/2::after{
  content: var(--tw-content);
  top: 50%;
}
.after\:right-0::after{
  content: var(--tw-content);
  right: 0px;
}
.after\:-mt-0\.5::after{
  content: var(--tw-content);
  margin-top: -0.125rem;
}
.after\:-mt-0::after{
  content: var(--tw-content);
  margin-top: -0px;
}
.after\:-translate-y-1\/2::after{
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:rotate-90::after{
  content: var(--tw-content);
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:text-2xl::after{
  content: var(--tw-content);
  font-size: 1.5rem;
  line-height: 2rem;
}
.after\:font-semibold::after{
  content: var(--tw-content);
  font-weight: 600;
}
.after\:content-\[\'\>\'\]::after{
  --tw-content: '>';
  content: var(--tw-content);
}
.first\:ml-0:first-child{
  margin-left: 0px;
}
.first\:mt-0:first-child{
  margin-top: 0px;
}
.first\:border-t:first-child{
  border-top-width: 1px;
}
.last\:mr-0:last-child{
  margin-right: 0px;
}
.last\:mb-0:last-child{
  margin-bottom: 0px;
}
.last\:pb-0:last-child{
  padding-bottom: 0px;
}
.hover\:bg-opacity-40:hover{
  --tw-bg-opacity: 0.4;
}
.hover\:fill-black:hover{
  fill: #000;
}
.hover\:fill-white:hover{
  fill: #fff;
}
.group:hover .group-hover\:pointer-events-auto{
  pointer-events: auto;
}
.group:hover .group-hover\:visible{
  visibility: visible;
}
.group:hover .group-hover\:translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:fill-black{
  fill: #000;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
@media (min-width: 768px){
  .s\:grid-col-4{
    float: left;
    display: block;
    width: 33.333333333333336%;
  }
  .s\:grid-col-6{
    float: left;
    display: block;
    width: 50%;
  }
  .s\:grid-col-7{
    float: left;
    display: block;
    width: 58.333333333333336%;
  }
  .s\:grid-col-8{
    float: left;
    display: block;
    width: 66.66666666666667%;
  }
  .s\:grid-col-9{
    float: left;
    display: block;
    width: 75%;
  }
  .s\:grid-col-10{
    float: left;
    display: block;
    width: 83.33333333333333%;
  }
  .s\:grid-col-11{
    float: left;
    display: block;
    width: 91.66666666666667%;
  }
  .s\:grid-col-12{
    float: left;
    display: block;
    width: 100%;
  }
  .s\:grid-col-4{
    float: left;
    display: block;
    width: 33.333333333333336%;
  }
  .s\:grid-col-6{
    float: left;
    display: block;
    width: 50%;
  }
  .s\:grid-col-7{
    float: left;
    display: block;
    width: 58.333333333333336%;
  }
  .s\:grid-col-8{
    float: left;
    display: block;
    width: 66.66666666666667%;
  }
  .s\:grid-col-9{
    float: left;
    display: block;
    width: 75%;
  }
  .s\:grid-col-10{
    float: left;
    display: block;
    width: 83.33333333333333%;
  }
  .s\:grid-col-11{
    float: left;
    display: block;
    width: 91.66666666666667%;
  }
  .s\:grid-col-12{
    float: left;
    display: block;
    width: 100%;
  }
  .s\:right-4{
    right: 1rem;
  }
  .s\:-top-96{
    top: -24rem;
  }
  .s\:-bottom-44{
    bottom: -11rem;
  }
  .s\:-top-2\.5{
    top: -0.625rem;
  }
  .s\:-top-2{
    top: -0.5rem;
  }
  .s\:top-6{
    top: 1.5rem;
  }
  .s\:left-6{
    left: 1.5rem;
  }
  .s\:top-8{
    top: 2rem;
  }
  .s\:left-7{
    left: 1.75rem;
  }
  .s\:right-8{
    right: 2rem;
  }
  .s\:top-44{
    top: 11rem;
  }
  .s\:-top-56{
    top: -14rem;
  }
  .s\:-bottom-56{
    bottom: -14rem;
  }
  .s\:-top-8{
    top: -2rem;
  }
  .s\:-top-44{
    top: -11rem;
  }
  .s\:order-1{
    order: 1;
  }
  .s\:order-2{
    order: 2;
  }
  .s\:order-3{
    order: 3;
  }
  .s\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .s\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .s\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .s\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .s\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .s\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .s\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .s\:mt-0{
    margin-top: 0px;
  }
  .s\:mr-0{
    margin-right: 0px;
  }
  .s\:ml-4{
    margin-left: 1rem;
  }
  .s\:mr-8{
    margin-right: 2rem;
  }
  .s\:-ml-4{
    margin-left: -1rem;
  }
  .s\:-mt-3{
    margin-top: -0.75rem;
  }
  .s\:mt-3{
    margin-top: 0.75rem;
  }
  .s\:-mt-12{
    margin-top: -3rem;
  }
  .s\:mr-5{
    margin-right: 1.25rem;
  }
  .s\:mt-40{
    margin-top: 10rem;
  }
  .s\:mb-8{
    margin-bottom: 2rem;
  }
  .s\:ml-0{
    margin-left: 0px;
  }
  .s\:mb-20{
    margin-bottom: 5rem;
  }
  .s\:ml-8{
    margin-left: 2rem;
  }
  .s\:mb-6{
    margin-bottom: 1.5rem;
  }
  .s\:mt-7{
    margin-top: 1.75rem;
  }
  .s\:mt-14{
    margin-top: 3.5rem;
  }
  .s\:mb-40{
    margin-bottom: 10rem;
  }
  .s\:mt-10{
    margin-top: 2.5rem;
  }
  .s\:mt-32{
    margin-top: 8rem;
  }
  .s\:ml-3{
    margin-left: 0.75rem;
  }
  .s\:mb-16{
    margin-bottom: 4rem;
  }
  .s\:mb-10{
    margin-bottom: 2.5rem;
  }
  .s\:mb-5{
    margin-bottom: 1.25rem;
  }
  .s\:mt-12{
    margin-top: 3rem;
  }
  .s\:mb-12{
    margin-bottom: 3rem;
  }
  .s\:mb-24{
    margin-bottom: 6rem;
  }
  .s\:mb-7{
    margin-bottom: 1.75rem;
  }
  .s\:mt-8{
    margin-top: 2rem;
  }
  .s\:mb-14{
    margin-bottom: 3.5rem;
  }
  .s\:mb-4{
    margin-bottom: 1rem;
  }
  .s\:mb-28{
    margin-bottom: 7rem;
  }
  .s\:h-\[160\%\]{
    height: 160%;
  }
  .s\:h-10{
    height: 2.5rem;
  }
  .s\:h-1{
    height: 0.25rem;
  }
  .s\:h-16{
    height: 4rem;
  }
  .s\:w-\[250px\]{
    width: 250px;
  }
  .s\:w-10{
    width: 2.5rem;
  }
  .s\:w-12{
    width: 3rem;
  }
  .s\:w-full{
    width: 100%;
  }
  .s\:w-1\/2{
    width: 50%;
  }
  .s\:w-8{
    width: 2rem;
  }
  .s\:w-1\/5{
    width: 20%;
  }
  .s\:w-4\/12{
    width: 33.333333%;
  }
  .s\:w-8\/12{
    width: 66.666667%;
  }
  .s\:w-5\/12{
    width: 41.666667%;
  }
  .s\:w-\[20\%\]{
    width: 20%;
  }
  .s\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .s\:-translate-x-\[60\%\]{
    --tw-translate-x: -60%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .s\:translate-x-\[60\%\]{
    --tw-translate-x: 60%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .s\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .s\:columns-2{
    columns: 2;
  }
  .s\:items-end{
    align-items: flex-end;
  }
  .s\:justify-center{
    justify-content: center;
  }
  .s\:whitespace-nowrap{
    white-space: nowrap;
  }
  .s\:rounded-xl{
    border-radius: 0.75rem;
  }
  .s\:rounded-3xl{
    border-radius: 1.5rem;
  }
  .s\:border-b-0{
    border-bottom-width: 0px;
  }
  .s\:border-r-\[3px\]{
    border-right-width: 3px;
  }
  .s\:border-opacity-100{
    --tw-border-opacity: 1;
  }
  .s\:bg-transparent{
    background-color: transparent;
  }
  .s\:p-0{
    padding: 0px;
  }
  .s\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .s\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .s\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .s\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .s\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .s\:py-\[10\%\]{
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .s\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .s\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .s\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .s\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .s\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .s\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .s\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .s\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .s\:pl-0{
    padding-left: 0px;
  }
  .s\:pl-4{
    padding-left: 1rem;
  }
  .s\:pr-0{
    padding-right: 0px;
  }
  .s\:pr-8{
    padding-right: 2rem;
  }
  .s\:pt-3{
    padding-top: 0.75rem;
  }
  .s\:pt-32{
    padding-top: 8rem;
  }
  .s\:pt-\[55vh\]{
    padding-top: 55vh;
  }
  .s\:pb-20{
    padding-bottom: 5rem;
  }
  .s\:pt-16{
    padding-top: 4rem;
  }
  .s\:pr-6{
    padding-right: 1.5rem;
  }
  .s\:pl-6{
    padding-left: 1.5rem;
  }
  .s\:pr-10{
    padding-right: 2.5rem;
  }
  .s\:pb-6{
    padding-bottom: 1.5rem;
  }
  .s\:pt-48{
    padding-top: 12rem;
  }
  .s\:pt-\[60vh\]{
    padding-top: 60vh;
  }
  .s\:pt-10{
    padding-top: 2.5rem;
  }
  .s\:pb-8{
    padding-bottom: 2rem;
  }
  .s\:pl-10{
    padding-left: 2.5rem;
  }
  .s\:pr-3\.5{
    padding-right: 0.875rem;
  }
  .s\:pr-3{
    padding-right: 0.75rem;
  }
  .s\:text-left{
    text-align: left;
  }
  .s\:text-right{
    text-align: right;
  }
  .s\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .s\:text-h3-m{
    font-size: 1.9rem;
    line-height: 1.2;
  }
  .s\:text-\[2\.5rem\]{
    font-size: 2.5rem;
  }
  .s\:text-\[3rem\]{
    font-size: 3rem;
  }
  .s\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .s\:text-h2-m{
    font-size: 2.75rem;
    line-height: 1.1;
  }
  .s\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .s\:text-h4-m{
    font-size: 1.35rem;
    line-height: 1.2;
  }
  .s\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .s\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .s\:text-h5{
    font-size: 0.9rem;
    line-height: 1.2;
  }
  .s\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .s\:leading-none{
    line-height: 1;
  }
  .s\:opacity-70{
    opacity: 0.7;
  }
  .s\:block{
    display: block;
  }
  .s\:flex{
    display: flex;
  }
  .s\:hidden{
    display: none;
  }
  .s\:block{
    display: block;
  }
  .s\:flex{
    display: flex;
  }
  .s\:hidden{
    display: none;
  }
  .s\:first\:mt-14:first-child{
    margin-top: 3.5rem;
  }
  .s\:last\:mb-10:last-child{
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1024px){
  .m\:grid-push-1{
    margin-left: 8.333333333333334%;
  }
  .m\:grid-col-3{
    float: left;
    display: block;
    width: 25%;
  }
  .m\:grid-col-4{
    float: left;
    display: block;
    width: 33.333333333333336%;
  }
  .m\:grid-col-5{
    float: left;
    display: block;
    width: 41.666666666666664%;
  }
  .m\:grid-col-6{
    float: left;
    display: block;
    width: 50%;
  }
  .m\:grid-col-7{
    float: left;
    display: block;
    width: 58.333333333333336%;
  }
  .m\:grid-col-8{
    float: left;
    display: block;
    width: 66.66666666666667%;
  }
  .m\:grid-col-9{
    float: left;
    display: block;
    width: 75%;
  }
  .m\:grid-col-10{
    float: left;
    display: block;
    width: 83.33333333333333%;
  }
  .m\:grid-push-1{
    margin-left: 8.333333333333334%;
  }
  .m\:grid-col-3{
    float: left;
    display: block;
    width: 25%;
  }
  .m\:grid-col-4{
    float: left;
    display: block;
    width: 33.333333333333336%;
  }
  .m\:grid-col-5{
    float: left;
    display: block;
    width: 41.666666666666664%;
  }
  .m\:grid-col-6{
    float: left;
    display: block;
    width: 50%;
  }
  .m\:grid-col-7{
    float: left;
    display: block;
    width: 58.333333333333336%;
  }
  .m\:grid-col-8{
    float: left;
    display: block;
    width: 66.66666666666667%;
  }
  .m\:grid-col-9{
    float: left;
    display: block;
    width: 75%;
  }
  .m\:grid-col-10{
    float: left;
    display: block;
    width: 83.33333333333333%;
  }
  .m\:relative{
    position: relative;
  }
  .m\:mb-0{
    margin-bottom: 0px;
  }
  .m\:mt-0{
    margin-top: 0px;
  }
  .m\:w-\[140\%\]{
    width: 140%;
  }
  .m\:w-\[30\%\]{
    width: 30%;
  }
  .m\:w-\[70\%\]{
    width: 70%;
  }
  .m\:w-10\/12{
    width: 83.333333%;
  }
  .m\:w-\[40\%\]{
    width: 40%;
  }
  .m\:w-full{
    width: 100%;
  }
  .m\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .m\:flex-row{
    flex-direction: row;
  }
  .m\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .m\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .m\:whitespace-nowrap{
    white-space: nowrap;
  }
  .m\:border-t-0{
    border-top-width: 0px;
  }
  .m\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .m\:pt-0{
    padding-top: 0px;
  }
  .m\:delay-100{
    transition-delay: 100ms;
  }
  .m\:delay-200{
    transition-delay: 200ms;
  }
  .m\:delay-300{
    transition-delay: 300ms;
  }
  .m\:block{
    display: block;
  }
  .m\:flex{
    display: flex;
  }
  .m\:hidden{
    display: none;
  }
  .m\:block{
    display: block;
  }
  .m\:flex{
    display: flex;
  }
  .m\:hidden{
    display: none;
  }
}
@media (min-width: 1280px){
  .l\:grid-push-1{
    margin-left: 8.333333333333334%;
  }
  .l\:grid-col-1{
    float: left;
    display: block;
    width: 8.333333333333334%;
  }
  .l\:grid-col-4{
    float: left;
    display: block;
    width: 33.333333333333336%;
  }
  .l\:grid-col-5{
    float: left;
    display: block;
    width: 41.666666666666664%;
  }
  .l\:grid-col-6{
    float: left;
    display: block;
    width: 50%;
  }
  .l\:grid-col-7{
    float: left;
    display: block;
    width: 58.333333333333336%;
  }
  .l\:grid-col-8{
    float: left;
    display: block;
    width: 66.66666666666667%;
  }
  .l\:grid-col-9{
    float: left;
    display: block;
    width: 75%;
  }
  .l\:grid-col-10{
    float: left;
    display: block;
    width: 83.33333333333333%;
  }
  .l\:grid-push-1{
    margin-left: 8.333333333333334%;
  }
  .l\:grid-col-1{
    float: left;
    display: block;
    width: 8.333333333333334%;
  }
  .l\:grid-col-4{
    float: left;
    display: block;
    width: 33.333333333333336%;
  }
  .l\:grid-col-5{
    float: left;
    display: block;
    width: 41.666666666666664%;
  }
  .l\:grid-col-6{
    float: left;
    display: block;
    width: 50%;
  }
  .l\:grid-col-7{
    float: left;
    display: block;
    width: 58.333333333333336%;
  }
  .l\:grid-col-8{
    float: left;
    display: block;
    width: 66.66666666666667%;
  }
  .l\:grid-col-9{
    float: left;
    display: block;
    width: 75%;
  }
  .l\:grid-col-10{
    float: left;
    display: block;
    width: 83.33333333333333%;
  }
  .l\:mr-4{
    margin-right: 1rem;
  }
  .l\:mt-20{
    margin-top: 5rem;
  }
  .l\:w-\[300px\]{
    width: 300px;
  }
  .l\:w-2\/5{
    width: 40%;
  }
  .l\:w-3\/5{
    width: 60%;
  }
  .l\:w-1\/3{
    width: 33.333333%;
  }
  .l\:w-\[30\%\]{
    width: 30%;
  }
  .l\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .l\:px-\[10\%\]{
    padding-left: 10%;
    padding-right: 10%;
  }
  .l\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .l\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .l\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .l\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .l\:pt-16{
    padding-top: 4rem;
  }
  .l\:pb-10{
    padding-bottom: 2.5rem;
  }
  .l\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .l\:text-h1-m{
    font-size: 3.45rem;
    line-height: 1.1;
  }
  .l\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }
  .l\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .l\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .l\:text-h3-m{
    font-size: 1.9rem;
    line-height: 1.2;
  }
  .l\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .l\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .l\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .l\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .l\:hover\:before\:origin-bottom:hover::before{
    content: var(--tw-content);
    transform-origin: bottom;
  }
  .l\:hover\:before\:scale-y-100:hover::before{
    content: var(--tw-content);
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .l\:group-hover\:-mt-2\.5{
    margin-top: -0.625rem;
  }
  .group:hover .l\:group-hover\:-mt-2{
    margin-top: -0.5rem;
  }
  .group:hover .l\:group-hover\:mt-2\.5{
    margin-top: 0.625rem;
  }
  .group:hover .l\:group-hover\:mt-2{
    margin-top: 0.5rem;
  }
  .group:hover .l\:group-hover\:translate-x-9{
    --tw-translate-x: 2.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .l\:group-hover\:translate-x-2{
    --tw-translate-x: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .l\:group-hover\:-rotate-45{
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .l\:group-hover\:-rotate-\[315deg\]{
    --tw-rotate: -315deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .l\:group-hover\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .l\:group-hover\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .l\:group-hover\:fill-black{
    fill: #000;
  }
  .group:hover .l\:group-hover\:fill-white{
    fill: #fff;
  }
  .group:hover .l\:group-hover\:delay-75{
    transition-delay: 75ms;
  }
  .group:hover .l\:group-hover\:duration-1000{
    transition-duration: 1000ms;
  }
}
