/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/style.css ***!
  \***************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/animate.css ***!
  \*****************************************************************************************************************/
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/style.css (1) ***!
  \*******************************************************************************************************************/
/*
! tailwindcss v3.1.8 | 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 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Roboto, 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]) {
  -webkit-text-decoration: underline dotted;
          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 */
  font-weight: inherit; /* 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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

body {
        font-family: "Inter", sans-serif;
    }

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 540px){

  .container{
    max-width: 540px;
  }
}
@media (min-width: 720px){

  .container{
    max-width: 720px;
  }
}
@media (min-width: 960px){

  .container{
    max-width: 960px;
  }
}
@media (min-width: 1140px){

  .container{
    max-width: 1140px;
  }
}
@media (min-width: 1320px){

  .container{
    max-width: 1320px;
  }
}
.sticky{
  position: fixed !important;
  z-index: 9999 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.8 !important;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px);
        box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
.sticky .header-logo{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 960px){

  .sticky .header-logo{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.sticky .menu-scroll.active{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.navbarTogglerActive > span:nth-child(1){
  top: 7px;
  --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));
}
.navbarTogglerActive > span:nth-child(2){
  opacity: 0;
}
.navbarTogglerActive > span:nth-child(3){
  top: -8px;
  --tw-rotate: 135deg;
  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));
}
input#checkboxLabel:checked ~ .box span{
  opacity: 1;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.top-16{
  top: 4rem;
}
.right-0{
  right: 0px;
}
.bottom-8{
  bottom: 2rem;
}
.right-8{
  right: 2rem;
}
.left-auto{
  left: auto;
}
.left-0{
  left: 0px;
}
.bottom-0{
  bottom: 0px;
}
.top-0{
  top: 0px;
}
.left-1\/2{
  left: 50%;
}
.right-\[-16px\]{
  right: -16px;
}
.bottom-\[-16px\]{
  bottom: -16px;
}
.top-24{
  top: 6rem;
}
.right-4{
  right: 1rem;
}
.top-1\/2{
  top: 50%;
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[999\]{
  z-index: 999;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.float-none{
  float: none;
}
.m-0{
  margin: 0px;
}
.mx-\[-16px\]{
  margin-left: -16px;
  margin-right: -16px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-\[6px\]{
  margin-top: 6px;
  margin-bottom: 6px;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-\[70px\]{
  margin-bottom: 70px;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-\[100px\]{
  margin-bottom: 100px;
}
.mt-8{
  margin-top: 2rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mb-11{
  margin-bottom: 2.75rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-auto{
  margin-right: auto;
}
.mr-8{
  margin-right: 2rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-3{
  height: 0.75rem;
}
.h-2{
  height: 0.5rem;
}
.h-\[40px\]{
  height: 40px;
}
.h-full{
  height: 100%;
}
.h-9{
  height: 2.25rem;
}
.h-\[75px\]{
  height: 75px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[1px\]{
  height: 1px;
}
.h-5{
  height: 1.25rem;
}
.h-24{
  height: 6rem;
}
.h-\[2px\]{
  height: 2px;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.w-full{
  width: 100%;
}
.w-10{
  width: 2.5rem;
}
.w-3{
  width: 0.75rem;
}
.w-2{
  width: 0.5rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[75px\]{
  width: 75px;
}
.w-\[60px\]{
  width: 60px;
}
.w-5{
  width: 1.25rem;
}
.w-60{
  width: 15rem;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[250px\]{
  width: 250px;
}
.min-w-\[36px\]{
  min-width: 36px;
}
.max-w-\[530px\]{
  max-width: 530px;
}
.max-w-\[570px\]{
  max-width: 570px;
}
.max-w-\[655px\]{
  max-width: 655px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-\[40px\]{
  max-width: 40px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[150px\]{
  max-width: 150px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[70px\]{
  max-width: 70px;
}
.max-w-\[60px\]{
  max-width: 60px;
}
.max-w-\[250px\]{
  max-width: 250px;
}
.grow{
  flex-grow: 1;
}
.translate-y-\[-50\%\]{
  --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));
}
.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));
}
.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));
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.list-decimal{
  list-style-type: decimal;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-12{
  gap: 3rem;
}
.gap-4{
  gap: 1rem;
}
.gap-2{
  gap: 0.5rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.border{
  border-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-r-2{
  border-right-width: 2px;
}
.border-r{
  border-right-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-body-color{
  --tw-border-opacity: 1;
  border-color: rgb(40 40 40 / var(--tw-border-opacity));
}
.border-\[\#E9ECF8\]{
  --tw-border-opacity: 1;
  border-color: rgb(233 236 248 / var(--tw-border-opacity));
}
.border-\[\#DEE3F7\]{
  --tw-border-opacity: 1;
  border-color: rgb(222 227 247 / var(--tw-border-opacity));
}
.border-\[\#eee\]{
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}
.border-opacity-30{
  --tw-border-opacity: 0.3;
}
.border-opacity-40{
  --tw-border-opacity: 0.4;
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-body-color{
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}
.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(215 0 0 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(80 0 0 / var(--tw-bg-opacity));
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-opacity-\[15\%\]{
  --tw-bg-opacity: 15%;
}
.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-radial-grey{
  background-image: radial-gradient(circle at center, transparent 0%, #e8e8e8 100%);
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.to-white{
  --tw-gradient-to: #FFFFFF;
}
.fill-current{
  fill: currentColor;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-8{
  padding: 2rem;
}
.p-3{
  padding: 0.75rem;
}
.p-6{
  padding: 1.5rem;
}
.p-10{
  padding: 2.5rem;
}
.p-4{
  padding: 1rem;
}
.p-12{
  padding: 3rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-\[120px\]{
  padding-top: 120px;
  padding-bottom: 120px;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.pt-\[150px\]{
  padding-top: 150px;
}
.pb-\[120px\]{
  padding-bottom: 120px;
}
.pb-\[90px\]{
  padding-bottom: 90px;
}
.pr-1{
  padding-right: 0.25rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-\[100px\]{
  padding-top: 100px;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[70px\]{
  padding-top: 70px;
}
.pb-16{
  padding-bottom: 4rem;
}
.pt-\[50px\]{
  padding-top: 50px;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-8{
  padding-left: 2rem;
}
.pt-\[120px\]{
  padding-top: 120px;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pt-\[90px\]{
  padding-top: 90px;
}
.pt-\[180px\]{
  padding-top: 180px;
}
.pt-20{
  padding-top: 5rem;
}
.pr-16{
  padding-right: 4rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-end{
  text-align: end;
}
.text-\[100px\]{
  font-size: 100px;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[42px\]{
  font-size: 42px;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.italic{
  font-style: italic;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.leading-snug{
  line-height: 1.375;
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}
.text-body-color{
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(255 35 35 / var(--tw-text-opacity));
}
.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(251 176 64 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.placeholder-body-color::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(40 40 40 / var(--tw-placeholder-opacity));
}
.placeholder-body-color:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(40 40 40 / var(--tw-placeholder-opacity));
}
.placeholder-body-color::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(40 40 40 / var(--tw-placeholder-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-20{
  opacity: 0.2;
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-image{
  --tw-shadow: 0px 3px 30px rgba(9, 14, 52, 0.1);
  --tw-shadow-colored: 0px 3px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-pricing{
  --tw-shadow: 0px 7px 35px rgba(180, 189, 223, 0.4);
  --tw-shadow-colored: 0px 7px 35px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-fc_card{
  --tw-shadow: 0px 0px 5px 0px #0000003A;
  --tw-shadow-colored: 0px 0px 5px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-card{
  --tw-shadow-color: hsl(var(--card));
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-primary{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 0 0 / var(--tw-ring-opacity));
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  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);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[top\]{
  transition-property: top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Headings */
h1 {
    font-size: 56px;
    font-weight: 700;
}

h2 {
    font-size: 44px;
    font-weight: 700;
}

h3 {
    font-size: 32px;
    font-weight: 500;
}

h4 {
    font-size: 24px;
    font-weight: 500;
}

h5 {
    font-size: 20px;
    font-weight: 500;
}

h6 {
    font-size: 16px;
    font-weight: 500;
}

/* src/css/style.css */
.before-list li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #ff0000;
    -webkit-mask: url(images/thumbs-down.svg) no-repeat center / contain;
            mask: url(images/thumbs-down.svg) no-repeat center / contain;
}

.after-list li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-color: white;
    -webkit-mask: url(images/thumbs-up.svg) no-repeat center / contain;
            mask: url(images/thumbs-up.svg) no-repeat center / contain;

}

.before-icon {
    width: 5rem;
    height: 5rem;
    background: url(images/face-sad-cry.svg) no-repeat center / contain;
}

.after-icon {
    content: '';
    position: absolute;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    background: url(images/face-laugh-beam.svg) no-repeat center / contain;
}

.pricing-list-icon {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background-color: #ff0000;
    -webkit-mask: url(images/face-laugh-beam.svg) no-repeat center / contain;
            mask: url(images/face-laugh-beam.svg) no-repeat center / contain;
}

.before\:text-lg::before{
  content: var(--tw-content);
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.before\:text-warning-dark::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(245 124 0 / var(--tw-text-opacity));
}

.before\:text-success-dark::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(56 142 60 / var(--tw-text-opacity));
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:right-1::after{
  content: var(--tw-content);
  right: 0.25rem;
}

.after\:top-1\/2::after{
  content: var(--tw-content);
  top: 50%;
}

.after\:mt-\[-2px\]::after{
  content: var(--tw-content);
  margin-top: -2px;
}

.after\:h-2::after{
  content: var(--tw-content);
  height: 0.5rem;
}

.after\:w-2::after{
  content: var(--tw-content);
  width: 0.5rem;
}

.after\:translate-y-\[-50\%\]::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-45::after{
  content: var(--tw-content);
  --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));
}

.after\:border-b-2::after{
  content: var(--tw-content);
  border-bottom-width: 2px;
}

.after\:border-r-2::after{
  content: var(--tw-content);
  border-right-width: 2px;
}

.after\:border-current::after{
  content: var(--tw-content);
  border-color: currentColor;
}

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-100:hover{
  --tw-bg-opacity: 1;
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:shadow-signUp:hover{
  --tw-shadow: 0px 5px 10px rgba(4, 10, 34, 0.2);
  --tw-shadow-colored: 0px 5px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:grayscale-0:hover{
  --tw-grayscale: grayscale(0);
  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);
}

.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:shadow-none:focus-visible{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

@media (min-width: 540px){

  .sm\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:ml-3{
    margin-left: 0.75rem;
  }

  .sm\:mt-0{
    margin-top: 0px;
  }

  .sm\:mr-4{
    margin-right: 1rem;
  }

  .sm\:mb-0{
    margin-bottom: 0px;
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:w-3\/4{
    width: 75%;
  }

  .sm\:justify-end{
    justify-content: flex-end;
  }

  .sm\:p-8{
    padding: 2rem;
  }

  .sm\:p-\[60px\]{
    padding: 60px;
  }

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:leading-relaxed{
    line-height: 1.625;
  }

  .sm\:leading-tight{
    line-height: 1.25;
  }

  .sm\:leading-snug{
    line-height: 1.375;
  }
}

@media (min-width: 720px){

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:w-8\/12{
    width: 66.666667%;
  }

  .md\:w-4\/12{
    width: 33.333333%;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:max-w-\[400px\]{
    max-width: 400px;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:p-9{
    padding: 2.25rem;
  }

  .md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:pt-\[120px\]{
    padding-top: 120px;
  }

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

  .md\:text-\[150px\]{
    font-size: 150px;
  }

  .md\:text-\[45px\]{
    font-size: 45px;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:leading-relaxed{
    line-height: 1.625;
  }
}

@media (min-width: 960px){

  .lg\:invisible{
    visibility: hidden;
  }

  .lg\:static{
    position: static;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:top-\[110\%\]{
    top: 110%;
  }

  .lg\:float-left{
    float: left;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mt-14{
    margin-top: 3.5rem;
  }

  .lg\:mt-4{
    margin-top: 1rem;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  .lg\:mr-0{
    margin-right: 0px;
  }

  .lg\:ml-8{
    margin-left: 2rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:inline-flex{
    display: inline-flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:w-7\/12{
    width: 58.333333%;
  }

  .lg\:w-5\/12{
    width: 41.666667%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-10\/12{
    width: 83.333333%;
  }

  .lg\:w-4\/12{
    width: 33.333333%;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:max-w-\[130px\]{
    max-width: 130px;
  }

  .lg\:max-w-\[520px\]{
    max-width: 520px;
  }

  .lg\:max-w-\[350px\]{
    max-width: 350px;
  }

  .lg\:max-w-full{
    max-width: 100%;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }

  .lg\:pl-0{
    padding-left: 0px;
  }

  .lg\:pr-4{
    padding-right: 1rem;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:leading-relaxed{
    line-height: 1.625;
  }

  .lg\:leading-tight{
    line-height: 1.25;
  }

  .lg\:opacity-0{
    opacity: 0;
  }

  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:after\:right-0::after{
    content: var(--tw-content);
    right: 0px;
  }

  .group:hover .lg\:group-hover\:visible{
    visibility: visible;
  }

  .group:hover .lg\:group-hover\:top-full{
    top: 100%;
  }
}

@media (min-width: 1140px){

  .xl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:mr-3{
    margin-right: 0.75rem;
  }

  .xl\:mt-0{
    margin-top: 0px;
  }

  .xl\:mb-9{
    margin-bottom: 2.25rem;
  }

  .xl\:ml-12{
    margin-left: 3rem;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-8\/12{
    width: 66.666667%;
  }

  .xl\:max-w-\[150px\]{
    max-width: 150px;
  }

  .xl\:justify-end{
    justify-content: flex-end;
  }

  .xl\:p-9{
    padding: 2.25rem;
  }

  .xl\:p-10{
    padding: 2.5rem;
  }

  .xl\:p-\[50px\]{
    padding: 50px;
  }

  .xl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:pr-3{
    padding-right: 0.75rem;
  }

  .xl\:pt-\[150px\]{
    padding-top: 150px;
  }

  .xl\:pb-9{
    padding-bottom: 2.25rem;
  }

  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:leading-relaxed{
    line-height: 1.625;
  }

  .xl\:leading-tight{
    line-height: 1.25;
  }
}

@media (min-width: 1320px){

  .\32xl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:mr-5{
    margin-right: 1.25rem;
  }

  .\32xl\:w-5\/12{
    width: 41.666667%;
  }

  .\32xl\:w-2\/12{
    width: 16.666667%;
  }

  .\32xl\:max-w-\[160px\]{
    max-width: 160px;
  }

  .\32xl\:p-8{
    padding: 2rem;
  }

  .\32xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:px-\[70px\]{
    padding-left: 70px;
    padding-right: 70px;
  }

  .\32xl\:pr-5{
    padding-right: 1.25rem;
  }
}
/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/webflow.css ***!
  \*****************************************************************************************************************/
/*html {*/
/*  -webkit-text-size-adjust: 100%;*/
/*  -ms-text-size-adjust: 100%;*/
/*  font-family: sans-serif;*/
/*}*/

/*body {*/
/*  margin: 0;*/
/*}*/

/*article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {*/
/*  display: block;*/
/*}*/

/*audio, canvas, progress, video {*/
/*  vertical-align: baseline;*/
/*  display: inline-block;*/
/*}*/

/*audio:not([controls]) {*/
/*  height: 0;*/
/*  display: none;*/
/*}*/

/*[hidden], template {*/
/*  display: none;*/
/*}*/

/*a {*/
/*  background-color: #0000;*/
/*}*/

/*a:active, a:hover {*/
/*  outline: 0;*/
/*}*/

/*abbr[title] {*/
/*  border-bottom: 1px dotted;*/
/*}*/

/*b, strong {*/
/*  font-weight: bold;*/
/*}*/

/*dfn {*/
/*  font-style: italic;*/
/*}*/

/*h1 {*/
/*  margin: .67em 0;*/
/*  font-size: 2em;*/
/*}*/

/*mark {*/
/*  color: #000;*/
/*  background: #ff0;*/
/*}*/

/*small {*/
/*  font-size: 80%;*/
/*}*/

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

/*sup {*/
/*  top: -.5em;*/
/*}*/

/*sub {*/
/*  bottom: -.25em;*/
/*}*/

/*img {*/
/*  border: 0;*/
/*}*/

/*svg:not(:root) {*/
/*  overflow: hidden;*/
/*}*/

/*hr {*/
/*  box-sizing: content-box;*/
/*  height: 0;*/
/*}*/

/*pre {*/
/*  overflow: auto;*/
/*}*/

/*code, kbd, pre, samp {*/
/*  font-family: monospace;*/
/*  font-size: 1em;*/
/*}*/

/*button, input, optgroup, select, textarea {*/
/*  color: inherit;*/
/*  font: inherit;*/
/*  margin: 0;*/
/*}*/

/*button {*/
/*  overflow: visible;*/
/*}*/

/*button, select {*/
/*  text-transform: none;*/
/*}*/

/*button, html input[type="button"], input[type="reset"] {*/
/*  -webkit-appearance: button;*/
/*  cursor: pointer;*/
/*}*/

/*button[disabled], html input[disabled] {*/
/*  cursor: default;*/
/*}*/

/*button::-moz-focus-inner, input::-moz-focus-inner {*/
/*  border: 0;*/
/*  padding: 0;*/
/*}*/

/*input {*/
/*  line-height: normal;*/
/*}*/

/*input[type="checkbox"], input[type="radio"] {*/
/*  box-sizing: border-box;*/
/*  padding: 0;*/
/*}*/

/*input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {*/
/*  height: auto;*/
/*}*/

/*input[type="search"] {*/
/*  -webkit-appearance: none;*/
/*}*/

/*input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {*/
/*  -webkit-appearance: none;*/
/*}*/

/*legend {*/
/*  border: 0;*/
/*  padding: 0;*/
/*}*/

/*textarea {*/
/*  overflow: auto;*/
/*}*/

/*optgroup {*/
/*  font-weight: bold;*/
/*}*/

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

/*td, th {*/
/*  padding: 0;*/
/*}*/

/*@font-face {*/
/*  font-family: webflow-icons;*/
/*  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/

/*[class^="w-icon-"], [class*=" w-icon-"] {*/
/*  speak: none;*/
/*  font-variant: normal;*/
/*  text-transform: none;*/
/*  -webkit-font-smoothing: antialiased;*/
/*  -moz-osx-font-smoothing: grayscale;*/
/*  font-style: normal;*/
/*  font-weight: normal;*/
/*  line-height: 1;*/
/*  font-family: webflow-icons !important;*/
/*}*/

/*.w-icon-slider-right:before {*/
/*  content: "";*/
/*}*/

/*.w-icon-slider-left:before {*/
/*  content: "";*/
/*}*/

/*.w-icon-nav-menu:before {*/
/*  content: "";*/
/*}*/

/*.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {*/
/*  content: "";*/
/*}*/

/*.w-icon-file-upload-remove:before {*/
/*  content: "";*/
/*}*/

/*.w-icon-file-upload-icon:before {*/
/*  content: "";*/
/*}*/

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

/*html {*/
/*  height: 100%;*/
/*}*/

/*body {*/
/*  color: #333;*/
/*  background-color: #fff;*/
/*  min-height: 100%;*/
/*  margin: 0;*/
/*  font-family: Arial, sans-serif;*/
/*  font-size: 14px;*/
/*  line-height: 20px;*/
/*}*/

/*img {*/
/*  vertical-align: middle;*/
/*  max-width: 100%;*/
/*  display: inline-block;*/
/*}*/

/*html.w-mod-touch * {*/
/*  background-attachment: scroll !important;*/
/*}*/

/*.w-block {*/
/*  display: block;*/
/*}*/

/*.w-inline-block {*/
/*  max-width: 100%;*/
/*  display: inline-block;*/
/*}*/

/*.w-clearfix:before, .w-clearfix:after {*/
/*  content: " ";*/
/*  grid-area: 1 / 1 / 2 / 2;*/
/*  display: table;*/
/*}*/

/*.w-clearfix:after {*/
/*  clear: both;*/
/*}*/

/*.w-hidden {*/
/*  display: none;*/
/*}*/

/*.w-button {*/
/*  color: #fff;*/
/*  line-height: inherit;*/
/*  cursor: pointer;*/
/*  background-color: #3898ec;*/
/*  border: 0;*/
/*  border-radius: 0;*/
/*  padding: 9px 15px;*/
/*  text-decoration: none;*/
/*  display: inline-block;*/
/*}*/

/*input.w-button {*/
/*  -webkit-appearance: button;*/
/*}*/

/*html[data-w-dynpage] [data-w-cloak] {*/
/*  color: #0000 !important;*/
/*}*/

/*.w-code-block {*/
/*  margin: unset;*/
/*}*/

/*pre.w-code-block code {*/
/*  all: inherit;*/
/*}*/

/*.w-optimization {*/
/*  display: contents;*/
/*}*/

/*.w-webflow-badge, .w-webflow-badge > img {*/
/*  box-sizing: unset;*/
/*  width: unset;*/
/*  height: unset;*/
/*  max-height: unset;*/
/*  max-width: unset;*/
/*  min-height: unset;*/
/*  min-width: unset;*/
/*  margin: unset;*/
/*  padding: unset;*/
/*  float: unset;*/
/*  clear: unset;*/
/*  border: unset;*/
/*  border-radius: unset;*/
/*  background: unset;*/
/*  background-image: unset;*/
/*  background-position: unset;*/
/*  background-size: unset;*/
/*  background-repeat: unset;*/
/*  background-origin: unset;*/
/*  background-clip: unset;*/
/*  background-attachment: unset;*/
/*  background-color: unset;*/
/*  box-shadow: unset;*/
/*  transform: unset;*/
/*  direction: unset;*/
/*  font-family: unset;*/
/*  font-weight: unset;*/
/*  color: unset;*/
/*  font-size: unset;*/
/*  line-height: unset;*/
/*  font-style: unset;*/
/*  font-variant: unset;*/
/*  text-align: unset;*/
/*  letter-spacing: unset;*/
/*  -webkit-text-decoration: unset;*/
/*  text-decoration: unset;*/
/*  text-indent: unset;*/
/*  text-transform: unset;*/
/*  list-style-type: unset;*/
/*  text-shadow: unset;*/
/*  vertical-align: unset;*/
/*  cursor: unset;*/
/*  white-space: unset;*/
/*  word-break: unset;*/
/*  word-spacing: unset;*/
/*  word-wrap: unset;*/
/*  transition: unset;*/
/*}*/

/*.w-webflow-badge {*/
/*  white-space: nowrap;*/
/*  cursor: pointer;*/
/*  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;*/
/*  visibility: visible !important;*/
/*  opacity: 1 !important;*/
/*  z-index: 2147483647 !important;*/
/*  color: #aaadb0 !important;*/
/*  overflow: unset !important;*/
/*  background-color: #fff !important;*/
/*  border-radius: 3px !important;*/
/*  width: auto !important;*/
/*  height: auto !important;*/
/*  margin: 0 !important;*/
/*  padding: 6px !important;*/
/*  font-size: 12px !important;*/
/*  line-height: 14px !important;*/
/*  text-decoration: none !important;*/
/*  display: inline-block !important;*/
/*  position: fixed !important;*/
/*  inset: auto 12px 12px auto !important;*/
/*  transform: none !important;*/
/*}*/

/*.w-webflow-badge > img {*/
/*  position: unset;*/
/*  visibility: unset !important;*/
/*  opacity: 1 !important;*/
/*  vertical-align: middle !important;*/
/*  display: inline-block !important;*/
/*}*/

/*h1, h2, h3, h4, h5, h6 {*/
/*  margin-bottom: 10px;*/
/*  font-weight: bold;*/
/*}*/

/*h1 {*/
/*  margin-top: 20px;*/
/*  font-size: 38px;*/
/*  line-height: 44px;*/
/*}*/

/*h2 {*/
/*  margin-top: 20px;*/
/*  font-size: 32px;*/
/*  line-height: 36px;*/
/*}*/

/*h3 {*/
/*  margin-top: 20px;*/
/*  font-size: 24px;*/
/*  line-height: 30px;*/
/*}*/

/*h4 {*/
/*  margin-top: 10px;*/
/*  font-size: 18px;*/
/*  line-height: 24px;*/
/*}*/

/*h5 {*/
/*  margin-top: 10px;*/
/*  font-size: 14px;*/
/*  line-height: 20px;*/
/*}*/

/*h6 {*/
/*  margin-top: 10px;*/
/*  font-size: 12px;*/
/*  line-height: 18px;*/
/*}*/

/*p {*/
/*  margin-top: 0;*/
/*  margin-bottom: 10px;*/
/*}*/

/*blockquote {*/
/*  border-left: 5px solid #e2e2e2;*/
/*  margin: 0 0 10px;*/
/*  padding: 10px 20px;*/
/*  font-size: 18px;*/
/*  line-height: 22px;*/
/*}*/

/*figure {*/
/*  margin: 0 0 10px;*/
/*}*/

/*figcaption {*/
/*  text-align: center;*/
/*  margin-top: 5px;*/
/*}*/

/*ul, ol {*/
/*  margin-top: 0;*/
/*  margin-bottom: 10px;*/
/*  padding-left: 40px;*/
/*}*/

/*.w-list-unstyled {*/
/*  padding-left: 0;*/
/*  list-style: none;*/
/*}*/

/*.w-embed:before, .w-embed:after {*/
/*  content: " ";*/
/*  grid-area: 1 / 1 / 2 / 2;*/
/*  display: table;*/
/*}*/

/*.w-embed:after {*/
/*  clear: both;*/
/*}*/

/*.w-video {*/
/*  width: 100%;*/
/*  padding: 0;*/
/*  position: relative;*/
/*}*/

/*.w-video iframe, .w-video object, .w-video embed {*/
/*  border: none;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*}*/

/*fieldset {*/
/*  border: 0;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/

/*button, [type="button"], [type="reset"] {*/
/*  cursor: pointer;*/
/*  -webkit-appearance: button;*/
/*  border: 0;*/
/*}*/

/*.w-form {*/
/*  margin: 0 0 15px;*/
/*}*/

/*.w-form-done {*/
/*  text-align: center;*/
/*  background-color: #ddd;*/
/*  padding: 20px;*/
/*  display: none;*/
/*}*/

/*.w-form-fail {*/
/*  background-color: #ffdede;*/
/*  margin-top: 10px;*/
/*  padding: 10px;*/
/*  display: none;*/
/*}*/

/*label {*/
/*  margin-bottom: 5px;*/
/*  font-weight: bold;*/
/*  display: block;*/
/*}*/

/*.w-input, .w-select {*/
/*  color: #333;*/
/*  vertical-align: middle;*/
/*  background-color: #fff;*/
/*  border: 1px solid #ccc;*/
/*  width: 100%;*/
/*  height: 38px;*/
/*  margin-bottom: 10px;*/
/*  padding: 8px 12px;*/
/*  font-size: 14px;*/
/*  line-height: 1.42857;*/
/*  display: block;*/
/*}*/

/*.w-input::placeholder, .w-select::placeholder {*/
/*  color: #999;*/
/*}*/

/*.w-input:focus, .w-select:focus {*/
/*  border-color: #3898ec;*/
/*  outline: 0;*/
/*}*/

/*.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {*/
/*  cursor: not-allowed;*/
/*}*/

/*.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {*/
/*  background-color: #eee;*/
/*}*/

/*textarea.w-input, textarea.w-select {*/
/*  height: auto;*/
/*}*/

/*.w-select {*/
/*  background-color: #f3f3f3;*/
/*}*/

/*.w-select[multiple] {*/
/*  height: auto;*/
/*}*/

/*.w-form-label {*/
/*  cursor: pointer;*/
/*  margin-bottom: 0;*/
/*  font-weight: normal;*/
/*  display: inline-block;*/
/*}*/

/*.w-radio {*/
/*  margin-bottom: 5px;*/
/*  padding-left: 20px;*/
/*  display: block;*/
/*}*/

/*.w-radio:before, .w-radio:after {*/
/*  content: " ";*/
/*  grid-area: 1 / 1 / 2 / 2;*/
/*  display: table;*/
/*}*/

/*.w-radio:after {*/
/*  clear: both;*/
/*}*/

/*.w-radio-input {*/
/*  float: left;*/
/*  margin: 3px 0 0 -20px;*/
/*  line-height: normal;*/
/*}*/

/*.w-file-upload {*/
/*  margin-bottom: 10px;*/
/*  display: block;*/
/*}*/

/*.w-file-upload-input {*/
/*  opacity: 0;*/
/*  z-index: -100;*/
/*  width: .1px;*/
/*  height: .1px;*/
/*  position: absolute;*/
/*  overflow: hidden;*/
/*}*/

/*.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {*/
/*  color: #333;*/
/*  display: inline-block;*/
/*}*/

/*.w-file-upload-error {*/
/*  margin-top: 10px;*/
/*  display: block;*/
/*}*/

/*.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {*/
/*  display: none;*/
/*}*/

/*.w-file-upload-uploading-btn {*/
/*  cursor: pointer;*/
/*  background-color: #fafafa;*/
/*  border: 1px solid #ccc;*/
/*  margin: 0;*/
/*  padding: 8px 12px;*/
/*  font-size: 14px;*/
/*  font-weight: normal;*/
/*  display: flex;*/
/*}*/

/*.w-file-upload-file {*/
/*  background-color: #fafafa;*/
/*  border: 1px solid #ccc;*/
/*  flex-grow: 1;*/
/*  justify-content: space-between;*/
/*  margin: 0;*/
/*  padding: 8px 9px 8px 11px;*/
/*  display: flex;*/
/*}*/

/*.w-file-upload-file-name {*/
/*  font-size: 14px;*/
/*  font-weight: normal;*/
/*  display: block;*/
/*}*/

/*.w-file-remove-link {*/
/*  cursor: pointer;*/
/*  width: auto;*/
/*  height: auto;*/
/*  margin-top: 3px;*/
/*  margin-left: 10px;*/
/*  padding: 3px;*/
/*  display: block;*/
/*}*/

/*.w-icon-file-upload-remove {*/
/*  margin: auto;*/
/*  font-size: 10px;*/
/*}*/

/*.w-file-upload-error-msg {*/
/*  color: #ea384c;*/
/*  padding: 2px 0;*/
/*  display: inline-block;*/
/*}*/

/*.w-file-upload-info {*/
/*  padding: 0 12px;*/
/*  line-height: 38px;*/
/*  display: inline-block;*/
/*}*/

/*.w-file-upload-label {*/
/*  cursor: pointer;*/
/*  background-color: #fafafa;*/
/*  border: 1px solid #ccc;*/
/*  margin: 0;*/
/*  padding: 8px 12px;*/
/*  font-size: 14px;*/
/*  font-weight: normal;*/
/*  display: inline-block;*/
/*}*/

/*.w-icon-file-upload-icon, .w-icon-file-upload-uploading {*/
/*  width: 20px;*/
/*  margin-right: 8px;*/
/*  display: inline-block;*/
/*}*/

/*.w-icon-file-upload-uploading {*/
/*  height: 20px;*/
/*}*/

/*.w-container {*/
/*  max-width: 940px;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*}*/

/*.w-container:before, .w-container:after {*/
/*  content: " ";*/
/*  grid-area: 1 / 1 / 2 / 2;*/
/*  display: table;*/
/*}*/

/*.w-container:after {*/
/*  clear: both;*/
/*}*/

.w-container .webflow-w-row {
    margin-left: -10px;
    margin-right: -10px;
}

.webflow-w-row:before, .webflow-w-row:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.webflow-w-row:after {
    clear: both;
}

.webflow-w-row .webflow-w-row {
    margin-left: 0;
    margin-right: 0;
}

.webflow-w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.webflow-w-col .webflow-w-col {
    padding-left: 0;
    padding-right: 0;
}

.webflow-w-col-1 {
    width: 8.33333%;
}

.webflow-w-col-2 {
    width: 16.6667%;
}

.webflow-w-col-3 {
    width: 25%;
}

.webflow-w-col-4 {
    width: 33.3333%;
}

.webflow-w-col-5 {
    width: 41.6667%;
}

.webflow-w-col-6 {
    width: 50%;
}

.webflow-w-col-7 {
    width: 58.3333%;
}

.webflow-w-col-8 {
    width: 66.6667%;
}

.webflow-w-col-9 {
    width: 75%;
}

.webflow-w-col-10 {
    width: 83.3333%;
}

.webflow-w-col-11 {
    width: 91.6667%;
}

.webflow-w-col-12 {
    width: 100%;
}

/*.w-hidden-main {*/
/*  display: none !important;*/
/*}*/

/*@media screen and (max-width: 991px) {*/
/*  .w-container {*/
/*    max-width: 728px;*/
/*  }*/

/*  .w-hidden-main {*/
/*    display: inherit !important;*/
/*  }*/

/*  .w-hidden-medium {*/
/*    display: none !important;*/
/*  }*/

/*  .webflow-w-col-medium-1 {*/
/*    width: 8.33333%;*/
/*  }*/

/*  .webflow-w-col-medium-2 {*/
/*    width: 16.6667%;*/
/*  }*/

/*  .webflow-w-col-medium-3 {*/
/*    width: 25%;*/
/*  }*/

/*  .webflow-w-col-medium-4 {*/
/*    width: 33.3333%;*/
/*  }*/

/*  .webflow-w-col-medium-5 {*/
/*    width: 41.6667%;*/
/*  }*/

/*  .webflow-w-col-medium-6 {*/
/*    width: 50%;*/
/*  }*/

/*  .webflow-w-col-medium-7 {*/
/*    width: 58.3333%;*/
/*  }*/

/*  .webflow-w-col-medium-8 {*/
/*    width: 66.6667%;*/
/*  }*/

/*  .webflow-w-col-medium-9 {*/
/*    width: 75%;*/
/*  }*/

/*  .webflow-w-col-medium-10 {*/
/*    width: 83.3333%;*/
/*  }*/

/*  .webflow-w-col-medium-11 {*/
/*    width: 91.6667%;*/
/*  }*/

/*  .webflow-w-col-medium-12 {*/
/*    width: 100%;*/
/*  }*/

/*  .webflow-w-col-stack {*/
/*    width: 100%;*/
/*    left: auto;*/
/*    right: auto;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 767px) {*/
/*  .w-hidden-main, .w-hidden-medium {*/
/*    display: inherit !important;*/
/*  }*/

/*  .w-hidden-small {*/
/*    display: none !important;*/
/*  }*/

/*  .webflow-w-row, .w-container .webflow-w-row {*/
/*    margin-left: 0;*/
/*    margin-right: 0;*/
/*  }*/

/*  .webflow-w-col {*/
/*    width: 100%;*/
/*    left: auto;*/
/*    right: auto;*/
/*  }*/

/*  .webflow-w-col-small-1 {*/
/*    width: 8.33333%;*/
/*  }*/

/*  .webflow-w-col-small-2 {*/
/*    width: 16.6667%;*/
/*  }*/

/*  .webflow-w-col-small-3 {*/
/*    width: 25%;*/
/*  }*/

/*  .webflow-w-col-small-4 {*/
/*    width: 33.3333%;*/
/*  }*/

/*  .webflow-w-col-small-5 {*/
/*    width: 41.6667%;*/
/*  }*/

/*  .webflow-w-col-small-6 {*/
/*    width: 50%;*/
/*  }*/

/*  .webflow-w-col-small-7 {*/
/*    width: 58.3333%;*/
/*  }*/

/*  .webflow-w-col-small-8 {*/
/*    width: 66.6667%;*/
/*  }*/

/*  .webflow-w-col-small-9 {*/
/*    width: 75%;*/
/*  }*/

/*  .webflow-w-col-small-10 {*/
/*    width: 83.3333%;*/
/*  }*/

/*  .webflow-w-col-small-11 {*/
/*    width: 91.6667%;*/
/*  }*/

/*  .webflow-w-col-small-12 {*/
/*    width: 100%;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 479px) {*/
/*  .w-container {*/
/*    max-width: none;*/
/*  }*/

/*  .w-hidden-main, .w-hidden-medium, .w-hidden-small {*/
/*    display: inherit !important;*/
/*  }*/

/*  .w-hidden-tiny {*/
/*    display: none !important;*/
/*  }*/

/*  .webflow-w-col {*/
/*    width: 100%;*/
/*  }*/

/*  .webflow-w-col-tiny-1 {*/
/*    width: 8.33333%;*/
/*  }*/

/*  .webflow-w-col-tiny-2 {*/
/*    width: 16.6667%;*/
/*  }*/

/*  .webflow-w-col-tiny-3 {*/
/*    width: 25%;*/
/*  }*/

/*  .webflow-w-col-tiny-4 {*/
/*    width: 33.3333%;*/
/*  }*/

/*  .webflow-w-col-tiny-5 {*/
/*    width: 41.6667%;*/
/*  }*/

/*  .webflow-w-col-tiny-6 {*/
/*    width: 50%;*/
/*  }*/

/*  .webflow-w-col-tiny-7 {*/
/*    width: 58.3333%;*/
/*  }*/

/*  .webflow-w-col-tiny-8 {*/
/*    width: 66.6667%;*/
/*  }*/

/*  .webflow-w-col-tiny-9 {*/
/*    width: 75%;*/
/*  }*/

/*  .webflow-w-col-tiny-10 {*/
/*    width: 83.3333%;*/
/*  }*/

/*  .webflow-w-col-tiny-11 {*/
/*    width: 91.6667%;*/
/*  }*/

/*  .webflow-w-col-tiny-12 {*/
/*    width: 100%;*/
/*  }*/
/*}*/

/*.w-widget {*/
/*  position: relative;*/
/*}*/

/*.w-widget-map {*/
/*  width: 100%;*/
/*  height: 400px;*/
/*}*/

/*.w-widget-map label {*/
/*  width: auto;*/
/*  display: inline;*/
/*}*/

/*.w-widget-map img {*/
/*  max-width: inherit;*/
/*}*/

/*.w-widget-map .gm-style-iw {*/
/*  text-align: center;*/
/*}*/

/*.w-widget-map .gm-style-iw > button {*/
/*  display: none !important;*/
/*}*/

/*.w-widget-twitter {*/
/*  overflow: hidden;*/
/*}*/

/*.w-widget-twitter-count-shim {*/
/*  vertical-align: top;*/
/*  text-align: center;*/
/*  background: #fff;*/
/*  border: 1px solid #758696;*/
/*  border-radius: 3px;*/
/*  width: 28px;*/
/*  height: 20px;*/
/*  display: inline-block;*/
/*  position: relative;*/
/*}*/

/*.w-widget-twitter-count-shim * {*/
/*  pointer-events: none;*/
/*  -webkit-user-select: none;*/
/*  user-select: none;*/
/*}*/

/*.w-widget-twitter-count-shim .w-widget-twitter-count-inner {*/
/*  text-align: center;*/
/*  color: #999;*/
/*  font-family: serif;*/
/*  font-size: 15px;*/
/*  line-height: 12px;*/
/*  position: relative;*/
/*}*/

/*.w-widget-twitter-count-shim .w-widget-twitter-count-clear {*/
/*  display: block;*/
/*  position: relative;*/
/*}*/

/*.w-widget-twitter-count-shim.w--large {*/
/*  width: 36px;*/
/*  height: 28px;*/
/*}*/

/*.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {*/
/*  font-size: 18px;*/
/*  line-height: 18px;*/
/*}*/

/*.w-widget-twitter-count-shim:not(.w--vertical) {*/
/*  margin-left: 5px;*/
/*  margin-right: 8px;*/
/*}*/

/*.w-widget-twitter-count-shim:not(.w--vertical).w--large {*/
/*  margin-left: 6px;*/
/*}*/

/*.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {*/
/*  content: " ";*/
/*  pointer-events: none;*/
/*  border: solid #0000;*/
/*  width: 0;*/
/*  height: 0;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 0;*/
/*}*/

/*.w-widget-twitter-count-shim:not(.w--vertical):before {*/
/*  border-width: 4px;*/
/*  border-color: #75869600 #5d6c7b #75869600 #75869600;*/
/*  margin-top: -4px;*/
/*  margin-left: -9px;*/
/*}*/

/*.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {*/
/*  border-width: 5px;*/
/*  margin-top: -5px;*/
/*  margin-left: -10px;*/
/*}*/

/*.w-widget-twitter-count-shim:not(.w--vertical):after {*/
/*  border-width: 4px;*/
/*  border-color: #fff0 #fff #fff0 #fff0;*/
/*  margin-top: -4px;*/
/*  margin-left: -8px;*/
/*}*/

/*.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {*/
/*  border-width: 5px;*/
/*  margin-top: -5px;*/
/*  margin-left: -9px;*/
/*}*/

/*.w-widget-twitter-count-shim.w--vertical {*/
/*  width: 61px;*/
/*  height: 33px;*/
/*  margin-bottom: 8px;*/
/*}*/

/*.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {*/
/*  content: " ";*/
/*  pointer-events: none;*/
/*  border: solid #0000;*/
/*  width: 0;*/
/*  height: 0;*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  left: 50%;*/
/*}*/

/*.w-widget-twitter-count-shim.w--vertical:before {*/
/*  border-width: 5px;*/
/*  border-color: #5d6c7b #75869600 #75869600;*/
/*  margin-left: -5px;*/
/*}*/

/*.w-widget-twitter-count-shim.w--vertical:after {*/
/*  border-width: 4px;*/
/*  border-color: #fff #fff0 #fff0;*/
/*  margin-left: -4px;*/
/*}*/

/*.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {*/
/*  font-size: 18px;*/
/*  line-height: 22px;*/
/*}*/

/*.w-widget-twitter-count-shim.w--vertical.w--large {*/
/*  width: 76px;*/
/*}*/

/*.w-background-video {*/
/*  color: #fff;*/
/*  height: 500px;*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*}*/

/*.w-background-video > video {*/
/*  object-fit: cover;*/
/*  z-index: -100;*/
/*  background-position: 50%;*/
/*  background-size: cover;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  margin: auto;*/
/*  position: absolute;*/
/*  inset: -100%;*/
/*}*/

/*.w-background-video > video::-webkit-media-controls-start-playback-button {*/
/*  -webkit-appearance: none;*/
/*  display: none !important;*/
/*}*/

/*.w-background-video--control {*/
/*  background-color: #0000;*/
/*  padding: 0;*/
/*  position: absolute;*/
/*  bottom: 1em;*/
/*  right: 1em;*/
/*}*/

/*.w-background-video--control > [hidden] {*/
/*  display: none !important;*/
/*}*/

/*.w-slider {*/
/*  text-align: center;*/
/*  clear: both;*/
/*  -webkit-tap-highlight-color: #0000;*/
/*  tap-highlight-color: #0000;*/
/*  background: #ddd;*/
/*  height: 300px;*/
/*  position: relative;*/
/*}*/

/*.w-slider-mask {*/
/*  z-index: 1;*/
/*  white-space: nowrap;*/
/*  height: 100%;*/
/*  display: block;*/
/*  position: relative;*/
/*  left: 0;*/
/*  right: 0;*/
/*  overflow: hidden;*/
/*}*/

/*.w-slide {*/
/*  vertical-align: top;*/
/*  white-space: normal;*/
/*  text-align: left;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  display: inline-block;*/
/*  position: relative;*/
/*}*/

/*.w-slider-nav {*/
/*  z-index: 2;*/
/*  text-align: center;*/
/*  -webkit-tap-highlight-color: #0000;*/
/*  tap-highlight-color: #0000;*/
/*  height: 40px;*/
/*  margin: auto;*/
/*  padding-top: 10px;*/
/*  position: absolute;*/
/*  inset: auto 0 0;*/
/*}*/

/*.w-slider-nav.w-round > div {*/
/*  border-radius: 100%;*/
/*}*/

/*.w-slider-nav.w-num > div {*/
/*  font-size: inherit;*/
/*  line-height: inherit;*/
/*  width: auto;*/
/*  height: auto;*/
/*  padding: .2em .5em;*/
/*}*/

/*.w-slider-nav.w-shadow > div {*/
/*  box-shadow: 0 0 3px #3336;*/
/*}*/

/*.w-slider-nav-invert {*/
/*  color: #fff;*/
/*}*/

/*.w-slider-nav-invert > div {*/
/*  background-color: #2226;*/
/*}*/

/*.w-slider-nav-invert > div.w-active {*/
/*  background-color: #222;*/
/*}*/

/*.w-slider-dot {*/
/*  cursor: pointer;*/
/*  background-color: #fff6;*/
/*  width: 1em;*/
/*  height: 1em;*/
/*  margin: 0 3px .5em;*/
/*  transition: background-color .1s, color .1s;*/
/*  display: inline-block;*/
/*  position: relative;*/
/*}*/

/*.w-slider-dot.w-active {*/
/*  background-color: #fff;*/
/*}*/

/*.w-slider-dot:focus {*/
/*  outline: none;*/
/*  box-shadow: 0 0 0 2px #fff;*/
/*}*/

/*.w-slider-dot:focus.w-active {*/
/*  box-shadow: none;*/
/*}*/

/*.w-slider-arrow-left, .w-slider-arrow-right {*/
/*  cursor: pointer;*/
/*  color: #fff;*/
/*  -webkit-tap-highlight-color: #0000;*/
/*  tap-highlight-color: #0000;*/
/*  -webkit-user-select: none;*/
/*  user-select: none;*/
/*  width: 80px;*/
/*  margin: auto;*/
/*  font-size: 40px;*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  overflow: hidden;*/
/*}*/

/*.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {*/
/*  position: absolute;*/
/*}*/

/*.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {*/
/*  outline: 0;*/
/*}*/

/*.w-slider-arrow-left {*/
/*  z-index: 3;*/
/*  right: auto;*/
/*}*/

/*.w-slider-arrow-right {*/
/*  z-index: 4;*/
/*  left: auto;*/
/*}*/

/*.w-icon-slider-left, .w-icon-slider-right {*/
/*  width: 1em;*/
/*  height: 1em;*/
/*  margin: auto;*/
/*  inset: 0;*/
/*}*/

/*.w-slider-aria-label {*/
/*  clip: rect(0 0 0 0);*/
/*  border: 0;*/
/*  width: 1px;*/
/*  height: 1px;*/
/*  margin: -1px;*/
/*  padding: 0;*/
/*  position: absolute;*/
/*  overflow: hidden;*/
/*}*/

/*.w-slider-force-show {*/
/*  display: block !important;*/
/*}*/

/*.w-dropdown {*/
/*  text-align: left;*/
/*  z-index: 900;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*  display: inline-block;*/
/*  position: relative;*/
/*}*/

/*.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {*/
/*  vertical-align: top;*/
/*  color: #222;*/
/*  text-align: left;*/
/*  white-space: nowrap;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*  padding: 20px;*/
/*  text-decoration: none;*/
/*  position: relative;*/
/*}*/

/*.w-dropdown-toggle {*/
/*  -webkit-user-select: none;*/
/*  user-select: none;*/
/*  cursor: pointer;*/
/*  padding-right: 40px;*/
/*  display: inline-block;*/
/*}*/

/*.w-dropdown-toggle:focus {*/
/*  outline: 0;*/
/*}*/

/*.w-icon-dropdown-toggle {*/
/*  width: 1em;*/
/*  height: 1em;*/
/*  margin: auto 20px auto auto;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*}*/

/*.w-dropdown-list {*/
/*  background: #ddd;*/
/*  min-width: 100%;*/
/*  display: none;*/
/*  position: absolute;*/
/*}*/

/*.w-dropdown-list.w--open {*/
/*  display: block;*/
/*}*/

/*.w-dropdown-link {*/
/*  color: #222;*/
/*  padding: 10px 20px;*/
/*  display: block;*/
/*}*/

/*.w-dropdown-link.w--current {*/
/*  color: #0082f3;*/
/*}*/

/*.w-dropdown-link:focus {*/
/*  outline: 0;*/
/*}*/

/*@media screen and (max-width: 767px) {*/
/*  .w-nav-brand {*/
/*    padding-left: 10px;*/
/*  }*/
/*}*/

/*.w-lightbox-backdrop {*/
/*  cursor: auto;*/
/*  letter-spacing: normal;*/
/*  text-indent: 0;*/
/*  text-shadow: none;*/
/*  text-transform: none;*/
/*  visibility: visible;*/
/*  white-space: normal;*/
/*  word-break: normal;*/
/*  word-spacing: normal;*/
/*  word-wrap: normal;*/
/*  color: #fff;*/
/*  text-align: center;*/
/*  z-index: 2000;*/
/*  opacity: 0;*/
/*  -webkit-user-select: none;*/
/*  -moz-user-select: none;*/
/*  -webkit-tap-highlight-color: transparent;*/
/*  background: #000000e6;*/
/*  outline: 0;*/
/*  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;*/
/*  font-size: 17px;*/
/*  font-style: normal;*/
/*  font-weight: 300;*/
/*  line-height: 1.2;*/
/*  list-style: disc;*/
/*  position: fixed;*/
/*  inset: 0;*/
/*  -webkit-transform: translate(0);*/
/*}*/

/*.w-lightbox-backdrop, .w-lightbox-container {*/
/*  -webkit-overflow-scrolling: touch;*/
/*  height: 100%;*/
/*  overflow: auto;*/
/*}*/

/*.w-lightbox-content {*/
/*  height: 100vh;*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*}*/

/*.w-lightbox-view {*/
/*  opacity: 0;*/
/*  width: 100vw;*/
/*  height: 100vh;*/
/*  position: absolute;*/
/*}*/

/*.w-lightbox-view:before {*/
/*  content: "";*/
/*  height: 100vh;*/
/*}*/

/*.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {*/
/*  height: 86vh;*/
/*}*/

/*.w-lightbox-frame, .w-lightbox-view:before {*/
/*  vertical-align: middle;*/
/*  display: inline-block;*/
/*}*/

/*.w-lightbox-figure {*/
/*  margin: 0;*/
/*  position: relative;*/
/*}*/

/*.w-lightbox-group .w-lightbox-figure {*/
/*  cursor: pointer;*/
/*}*/

/*.w-lightbox-img {*/
/*  width: auto;*/
/*  max-width: none;*/
/*  height: auto;*/
/*}*/

/*.w-lightbox-image {*/
/*  float: none;*/
/*  max-width: 100vw;*/
/*  max-height: 100vh;*/
/*  display: block;*/
/*}*/

/*.w-lightbox-group .w-lightbox-image {*/
/*  max-height: 86vh;*/
/*}*/

/*.w-lightbox-caption {*/
/*  text-align: left;*/
/*  text-overflow: ellipsis;*/
/*  white-space: nowrap;*/
/*  background: #0006;*/
/*  padding: .5em 1em;*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  overflow: hidden;*/
/*}*/

/*.w-lightbox-embed {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  inset: 0;*/
/*}*/

/*.w-lightbox-control {*/
/*  cursor: pointer;*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  background-size: 24px;*/
/*  width: 4em;*/
/*  transition: all .3s;*/
/*  position: absolute;*/
/*  top: 0;*/
/*}*/

/*.w-lightbox-left {*/
/*  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");*/
/*  display: none;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*}*/

/*.w-lightbox-right {*/
/*  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");*/
/*  display: none;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*}*/

/*.w-lightbox-close {*/
/*  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");*/
/*  background-size: 18px;*/
/*  height: 2.6em;*/
/*  right: 0;*/
/*}*/

/*.w-lightbox-strip {*/
/*  white-space: nowrap;*/
/*  padding: 0 1vh;*/
/*  line-height: 0;*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  overflow: auto hidden;*/
/*}*/

/*.w-lightbox-item {*/
/*  box-sizing: content-box;*/
/*  cursor: pointer;*/
/*  width: 10vh;*/
/*  padding: 2vh 1vh;*/
/*  display: inline-block;*/
/*  -webkit-transform: translate3d(0, 0, 0);*/
/*}*/

/*.w-lightbox-active {*/
/*  opacity: .3;*/
/*}*/

/*.w-lightbox-thumbnail {*/
/*  background: #222;*/
/*  height: 10vh;*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*}*/

/*.w-lightbox-thumbnail-image {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*}*/

/*.w-lightbox-thumbnail .w-lightbox-tall {*/
/*  width: 100%;*/
/*  top: 50%;*/
/*  transform: translate(0, -50%);*/
/*}*/

/*.w-lightbox-thumbnail .w-lightbox-wide {*/
/*  height: 100%;*/
/*  left: 50%;*/
/*  transform: translate(-50%);*/
/*}*/

/*.w-lightbox-spinner {*/
/*  box-sizing: border-box;*/
/*  border: 5px solid #0006;*/
/*  border-radius: 50%;*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  margin-top: -20px;*/
/*  margin-left: -20px;*/
/*  animation: .8s linear infinite spin;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*}*/

/*.w-lightbox-spinner:after {*/
/*  content: "";*/
/*  border: 3px solid #0000;*/
/*  border-bottom-color: #fff;*/
/*  border-radius: 50%;*/
/*  position: absolute;*/
/*  inset: -4px;*/
/*}*/

/*.w-lightbox-hide {*/
/*  display: none;*/
/*}*/

/*.w-lightbox-noscroll {*/
/*  overflow: hidden;*/
/*}*/

/*@media (min-width: 768px) {*/
/*  .w-lightbox-content {*/
/*    height: 96vh;*/
/*    margin-top: 2vh;*/
/*  }*/

/*  .w-lightbox-view, .w-lightbox-view:before {*/
/*    height: 96vh;*/
/*  }*/

/*  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {*/
/*    height: 84vh;*/
/*  }*/

/*  .w-lightbox-image {*/
/*    max-width: 96vw;*/
/*    max-height: 96vh;*/
/*  }*/

/*  .w-lightbox-group .w-lightbox-image {*/
/*    max-width: 82.3vw;*/
/*    max-height: 84vh;*/
/*  }*/

/*  .w-lightbox-left, .w-lightbox-right {*/
/*    opacity: .5;*/
/*    display: block;*/
/*  }*/

/*  .w-lightbox-close {*/
/*    opacity: .8;*/
/*  }*/

/*  .w-lightbox-control:hover {*/
/*    opacity: 1;*/
/*  }*/
/*}*/

/*.w-lightbox-inactive, .w-lightbox-inactive:hover {*/
/*  opacity: 0;*/
/*}*/

/*.w-richtext:before, .w-richtext:after {*/
/*  content: " ";*/
/*  grid-area: 1 / 1 / 2 / 2;*/
/*  display: table;*/
/*}*/

/*.w-richtext:after {*/
/*  clear: both;*/
/*}*/

/*.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {*/
/*  white-space: initial;*/
/*}*/

/*.w-richtext ol, .w-richtext ul {*/
/*  overflow: hidden;*/
/*}*/

/*.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {*/
/*  outline: 2px solid #2895f7;*/
/*}*/

/*.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {*/
/*  content: "";*/
/*  display: none;*/
/*  position: absolute;*/
/*  inset: 0;*/
/*}*/

/*.w-richtext figure {*/
/*  max-width: 60%;*/
/*  position: relative;*/
/*}*/

/*.w-richtext figure > div:before {*/
/*  cursor: default !important;*/
/*}*/

/*.w-richtext figure img {*/
/*  width: 100%;*/
/*}*/

/*.w-richtext figure figcaption.w-richtext-figcaption-placeholder {*/
/*  opacity: .6;*/
/*}*/

/*.w-richtext figure div {*/
/*  color: #0000;*/
/*  font-size: 0;*/
/*}*/

/*.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {*/
/*  display: table;*/
/*}*/

/*.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {*/
/*  display: inline-block;*/
/*}*/

/*.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {*/
/*  caption-side: bottom;*/
/*  display: table-caption;*/
/*}*/

/*.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {*/
/*  width: 60%;*/
/*  height: 0;*/
/*}*/

/*.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*}*/

/*.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {*/
/*  width: 100%;*/
/*}*/

/*.w-richtext figure.w-richtext-align-center {*/
/*  clear: both;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*}*/

/*.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {*/
/*  max-width: 100%;*/
/*}*/

/*.w-richtext figure.w-richtext-align-normal {*/
/*  clear: both;*/
/*}*/

/*.w-richtext figure.w-richtext-align-fullwidth {*/
/*  text-align: center;*/
/*  clear: both;*/
/*  width: 100%;*/
/*  max-width: 100%;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*  display: block;*/
/*}*/

/*.w-richtext figure.w-richtext-align-fullwidth > div {*/
/*  padding-bottom: inherit;*/
/*  display: inline-block;*/
/*}*/

/*.w-richtext figure.w-richtext-align-fullwidth > figcaption {*/
/*  display: block;*/
/*}*/

/*.w-richtext figure.w-richtext-align-floatleft {*/
/*  float: left;*/
/*  clear: none;*/
/*  margin-right: 15px;*/
/*}*/

/*.w-richtext figure.w-richtext-align-floatright {*/
/*  float: right;*/
/*  clear: none;*/
/*  margin-left: 15px;*/
/*}*/

/*.w-nav {*/
/*  z-index: 1000;*/
/*  background: #ddd;*/
/*  position: relative;*/
/*}*/

/*.w-nav:before, .w-nav:after {*/
/*  content: " ";*/
/*  grid-area: 1 / 1 / 2 / 2;*/
/*  display: table;*/
/*}*/

/*.w-nav:after {*/
/*  clear: both;*/
/*}*/

/*.w-nav-brand {*/
/*  float: left;*/
/*  color: #333;*/
/*  text-decoration: none;*/
/*  position: relative;*/
/*}*/

/*.w-nav-link {*/
/*  vertical-align: top;*/
/*  color: #222;*/
/*  text-align: left;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*  padding: 20px;*/
/*  text-decoration: none;*/
/*  display: inline-block;*/
/*  position: relative;*/
/*}*/

/*.w-nav-link.w--current {*/
/*  color: #0082f3;*/
/*}*/

/*.w-nav-menu {*/
/*  float: right;*/
/*  position: relative;*/
/*}*/

/*[data-nav-menu-open] {*/
/*  text-align: center;*/
/*  background: #c8c8c8;*/
/*  min-width: 200px;*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  left: 0;*/
/*  right: 0;*/
/*  overflow: visible;*/
/*  display: block !important;*/
/*}*/

/*.w--nav-link-open {*/
/*  display: block;*/
/*  position: relative;*/
/*}*/

/*.w-nav-overlay {*/
/*  width: 100%;*/
/*  display: none;*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  left: 0;*/
/*  right: 0;*/
/*  overflow: hidden;*/
/*}*/

/*.w-nav-overlay [data-nav-menu-open] {*/
/*  top: 0;*/
/*}*/

/*.w-nav[data-animation="over-left"] .w-nav-overlay {*/
/*  width: auto;*/
/*}*/

/*.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {*/
/*  z-index: 1;*/
/*  top: 0;*/
/*  right: auto;*/
/*}*/

/*.w-nav[data-animation="over-right"] .w-nav-overlay {*/
/*  width: auto;*/
/*}*/

/*.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {*/
/*  z-index: 1;*/
/*  top: 0;*/
/*  left: auto;*/
/*}*/

/*.w-nav-button {*/
/*  float: right;*/
/*  cursor: pointer;*/
/*  -webkit-tap-highlight-color: #0000;*/
/*  tap-highlight-color: #0000;*/
/*  -webkit-user-select: none;*/
/*  user-select: none;*/
/*  padding: 18px;*/
/*  font-size: 24px;*/
/*  display: none;*/
/*  position: relative;*/
/*}*/

/*.w-nav-button:focus {*/
/*  outline: 0;*/
/*}*/

/*.w-nav-button.w--open {*/
/*  color: #fff;*/
/*  background-color: #c8c8c8;*/
/*}*/

/*.w-nav[data-collapse="all"] .w-nav-menu {*/
/*  display: none;*/
/*}*/

/*.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {*/
/*  display: block;*/
/*}*/

/*.w--nav-dropdown-list-open {*/
/*  position: static;*/
/*}*/

/*@media screen and (max-width: 991px) {*/
/*  .w-nav[data-collapse="medium"] .w-nav-menu {*/
/*    display: none;*/
/*  }*/

/*  .w-nav[data-collapse="medium"] .w-nav-button {*/
/*    display: block;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 767px) {*/
/*  .w-nav[data-collapse="small"] .w-nav-menu {*/
/*    display: none;*/
/*  }*/

/*  .w-nav[data-collapse="small"] .w-nav-button {*/
/*    display: block;*/
/*  }*/

/*  .w-nav-brand {*/
/*    padding-left: 10px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 479px) {*/
/*  .w-nav[data-collapse="tiny"] .w-nav-menu {*/
/*    display: none;*/
/*  }*/

/*  .w-nav[data-collapse="tiny"] .w-nav-button {*/
/*    display: block;*/
/*  }*/
/*}*/

/*.w-tabs {*/
/*  position: relative;*/
/*}*/

/*.w-tabs:before, .w-tabs:after {*/
/*  content: " ";*/
/*  grid-area: 1 / 1 / 2 / 2;*/
/*  display: table;*/
/*}*/

/*.w-tabs:after {*/
/*  clear: both;*/
/*}*/

/*.w-tab-menu {*/
/*  position: relative;*/
/*}*/

/*.w-tab-link {*/
/*  vertical-align: top;*/
/*  text-align: left;*/
/*  cursor: pointer;*/
/*  color: #222;*/
/*  background-color: #ddd;*/
/*  padding: 9px 30px;*/
/*  text-decoration: none;*/
/*  display: inline-block;*/
/*  position: relative;*/
/*}*/

/*.w-tab-link.w--current {*/
/*  background-color: #c8c8c8;*/
/*}*/

/*.w-tab-link:focus {*/
/*  outline: 0;*/
/*}*/

/*.w-tab-content {*/
/*  display: block;*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*}*/

/*.w-tab-pane {*/
/*  display: none;*/
/*  position: relative;*/
/*}*/

/*.w--tab-active {*/
/*  display: block;*/
/*}*/

/*@media screen and (max-width: 479px) {*/
/*  .w-tab-link {*/
/*    display: block;*/
/*  }*/
/*}*/

/*.w-ix-emptyfix:after {*/
/*  content: "";*/
/*}*/

/*@keyframes spin {*/
/*  0% {*/
/*    transform: rotate(0);*/
/*  }*/

/*  100% {*/
/*    transform: rotate(360deg);*/
/*  }*/
/*}*/

/*.w-dyn-empty {*/
/*  background-color: #ddd;*/
/*  padding: 10px;*/
/*}*/

/*.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {*/
/*  display: none !important;*/
/*}*/

/*.wf-layout-layout {*/
/*  display: grid;*/
/*}*/

:root {
    --white: white;
    --primary-6: #8f2df0;
    --primary-3: #ff4f4f;
    --gray-3: #ffffff1a;
    --primary-4: #ff4f4f;
    --primary-1: red;
    --primary-5: #ff4f4f;
    --gray-1: #12141d;
    --gray-4: #ffffff80;
    --almost-black: #282828;
    --primary-2: #ff4f4f;
    --gray-2: #ffffff0d;
    --youtube-red\<deleted\|variable-08e91ef0-be09-9c37-b8aa-58ef99a2f253\>: red;
    --color: black;
    --color-2: transparent;
}

.webflow-w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

/*.w-checkbox {*/
/*  margin-bottom: 5px;*/
/*  padding-left: 20px;*/
/*  display: block;*/
/*}*/

/*.w-checkbox:before {*/
/*  content: " ";*/
/*  grid-area: 1 / 1 / 2 / 2;*/
/*  display: table;*/
/*}*/

/*.w-checkbox:after {*/
/*  content: " ";*/
/*  clear: both;*/
/*  grid-area: 1 / 1 / 2 / 2;*/
/*  display: table;*/
/*}*/

/*.w-checkbox-input {*/
/*  float: left;*/
/*  margin: 4px 0 0 -20px;*/
/*  line-height: normal;*/
/*}*/

/*.w-checkbox-input--inputType-custom {*/
/*  border: 1px solid #ccc;*/
/*  border-radius: 2px;*/
/*  width: 12px;*/
/*  height: 12px;*/
/*}*/

/*.w-checkbox-input--inputType-custom.w--redirected-checked {*/
/*  background-color: #3898ec;*/
/*  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");*/
/*  background-position: 50%;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  border-color: #3898ec;*/
/*}*/

/*.w-checkbox-input--inputType-custom.w--redirected-focus {*/
/*  box-shadow: 0 0 3px 1px #3898ec;*/
/*}*/

/*.w-form-formradioinput--inputType-custom {*/
/*  border: 1px solid #ccc;*/
/*  border-radius: 50%;*/
/*  width: 12px;*/
/*  height: 12px;*/
/*}*/

/*.w-form-formradioinput--inputType-custom.w--redirected-focus {*/
/*  box-shadow: 0 0 3px 1px #3898ec;*/
/*}*/

/*.w-form-formradioinput--inputType-custom.w--redirected-checked {*/
/*  border-width: 4px;*/
/*  border-color: #3898ec;*/
/*}*/

/*body {*/
/*  color: #ffffff80;*/
/*  background-color: #12141d;*/
/*  padding-bottom: 96px;*/
/*  font-family: Inter, sans-serif;*/
/*  font-size: 16px;*/
/*  font-weight: 500;*/
/*  line-height: 24px;*/
/*}*/

/*h1 {*/
/*  color: var(--white);*/
/*  letter-spacing: -.02em;*/
/*  margin-top: 0;*/
/*  margin-bottom: 24px;*/
/*  font-family: Inter, sans-serif;*/
/*  font-size: 40px;*/
/*  font-weight: 600;*/
/*  line-height: 44px;*/
/*}*/

/*h2 {*/
/*  color: var(--white);*/
/*  letter-spacing: -.02em;*/
/*  margin-top: 0;*/
/*  margin-bottom: 24px;*/
/*  font-family: Inter, sans-serif;*/
/*  font-size: 32px;*/
/*  font-weight: 600;*/
/*  line-height: 40px;*/
/*}*/

/*h3 {*/
/*  color: var(--white);*/
/*  letter-spacing: -.01em;*/
/*  margin-top: 0;*/
/*  margin-bottom: 24px;*/
/*  font-family: Inter, sans-serif;*/
/*  font-size: 28px;*/
/*  font-weight: 600;*/
/*  line-height: 36px;*/
/*}*/

/*h4 {*/
/*  color: var(--white);*/
/*  letter-spacing: 0;*/
/*  margin-top: 0;*/
/*  margin-bottom: 16px;*/
/*  font-family: Inter, sans-serif;*/
/*  font-size: 24px;*/
/*  font-weight: 600;*/
/*  line-height: 30px;*/
/*}*/

/*h5 {*/
/*  color: var(--white);*/
/*  letter-spacing: 0;*/
/*  margin-top: 0;*/
/*  margin-bottom: 12px;*/
/*  font-family: Inter, sans-serif;*/
/*  font-size: 20px;*/
/*  font-weight: 600;*/
/*  line-height: 28px;*/
/*}*/

/*h6 {*/
/*  color: var(--white);*/
/*  letter-spacing: 0;*/
/*  margin-top: 0;*/
/*  margin-bottom: 12px;*/
/*  font-family: Inter, sans-serif;*/
/*  font-size: 16px;*/
/*  font-weight: 600;*/
/*  line-height: 24px;*/
/*}*/

/*p {*/
/*  margin-bottom: 24px;*/
/*}*/

/*a {*/
/*  color: var(--white);*/
/*  font-family: Inter, sans-serif;*/
/*  font-weight: 600;*/
/*  text-decoration: none;*/
/*}*/

/*ul {*/
/*  margin-top: 0;*/
/*  margin-bottom: 0;*/
/*  padding-left: 24px;*/
/*}*/

/*img {*/
/*  max-width: 50%;*/
/*  display: inline-block;*/
/*}*/

/*blockquote {*/
/*  background-color: var(--primary-6);*/
/*  color: var(--white);*/
/*  letter-spacing: -.01em;*/
/*  border-left: 5px #e2e2e2;*/
/*  border-radius: 12px;*/
/*  margin-top: 48px;*/
/*  margin-bottom: 48px;*/
/*  padding: 48px;*/
/*  font-size: 28px;*/
/*  font-weight: 600;*/
/*  line-height: 36px;*/
/*}*/

/*figure {*/
/*  margin-bottom: 10px;*/
/*}*/

/*figcaption {*/
/*  text-align: center;*/
/*  margin-top: 12px;*/
/*  font-size: 14px;*/
/*  line-height: 22px;*/
/*}*/

.webflow-container {
    perspective: 500px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 114%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
}

.webflow-container.align-content-center {
    flex-direction: column;
    align-items: center;
    display: flex;
}

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

.webflow-section {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}

/*.webflow-section.no-bottom-space {*/
/*  display: none;*/
/*  overflow: visible;*/
/*}*/

/*.webflow-section.webflow-section-small {*/
/*  margin-top: 96px;*/
/*  margin-bottom: 96px;*/
/*}*/

/*.webflow-section.no-top-space {*/
/*  margin-top: 0;*/
/*}*/

/*.webflow-section.fullscreen-section {*/
/*  flex-direction: column;*/
/*  min-height: 100vh;*/
/*  margin-top: 0;*/
/*  margin-bottom: 0;*/
/*  display: flex;*/
/*}*/

/*.webflow-section.hero-section {*/
/*  margin-top: 72px;*/
/*}*/

/*.webflow-section.demo-pages-section {*/
/*  margin-top: 0;*/
/*  margin-bottom: 0;*/
/*  padding-top: 144px;*/
/*  padding-bottom: 0;*/
/*  display: block;*/
/*  overflow: visible;*/
/*}*/

/*.webflow-section.demo-pages-section.hide {*/
/*  display: none;*/
/*}*/

.webflow-section.webflow-top-section {
    z-index: 2;
    position: relative;
}

/*.rounded-image {*/
/*  border-radius: 12px;*/
/*}*/

/*.rounded-image.webflow-section-title-image {*/
/*  width: 100%;*/
/*  max-width: 612px;*/
/*  margin-left: 24px;*/
/*}*/

/*.rounded-image.slider-image {*/
/*  width: 100%;*/
/*}*/

.webflow-panel {
    direction: ltr;
    background-color: #ffffff0d;
    border-radius: 12px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.webflow-panel.style-guide-color-swatch {
    width: 96px;
    height: 96px;
    margin-bottom: 12px;
}

.webflow-panel.style-guide-color-swatch.bg-primary-3 {
    background-color: var(--primary-3);
}

.webflow-panel.style-guide-color-swatch.bg-gray-1 {
    border: 1px solid var(--gray-3);
}

.webflow-panel.style-guide-color-swatch.bg-gradient-6, .webflow-panel.bg-gradient-6 {
    background-image: linear-gradient(to right, var(--primary-4), var(--primary-1));
}

.webflow-panel.bg-gradient-7 {
    background-image: linear-gradient(to right, var(--primary-1), var(--primary-5));
}

.webflow-panel.webflow-section {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 108px;
    padding-bottom: 108px;
    position: relative;
}

.webflow-panel.webflow-section.cta-section {
    align-items: center;
    padding-bottom: 0;
}

.webflow-panel.webflow-section.hero-panel {
    min-height: 694px;
}

.webflow-panel.bg-white {
    color: var(--gray-1);
}

.webflow-panel.bg-white.webflow-panel-on-image {
    max-width: 384px;
    position: absolute;
    bottom: 24px;
    right: 24px;
}

.webflow-panel.webflow-panel-wide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
}

.webflow-panel.webflow-bg-gradient-9 {
    background-color: #fff;
    background-image: none;
    border: 0 solid #ff0200;
    border-radius: 25px;
    max-width: 80%;
}

.webflow-panel.webflow-bg-gradient-9.webflow-nt_boxshadow, .webflow-panel.webflow-bg-gradient-9.webflow-nt_boxshadow-copy {
    box-shadow: 3px 0 12px #00000040;
}

.webflow-panel.modal-panel {
    position: relative;
}

.webflow-panel.tab-panel {
    color: var(--gray-4);
    padding: 0;
    transition: color .2s, background-color .2s;
}

.webflow-panel.tab-panel:hover {
    background-color: var(--gray-3);
}

.webflow-panel.tab-panel.w--current {
    background-color: var(--gray-3);
    color: var(--white);
}

.webflow-panel.wide-case-study-panel {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    overflow: hidden;
}

.webflow-panel.case-study-company-details-panel {
    z-index: 10;
}

.webflow-panel.webflow-grid-panel {
    height: 100%;
}

.webflow-panel.job-listing-list-item {
    color: var(--gray-4);
    font-weight: 500;
    transition: background-color .2s;
}

.webflow-panel.job-listing-list-item:hover {
    background-color: var(--gray-3);
}

.webflow-panel.job-listing-title {
    position: sticky;
    top: 104px;
}

.webflow-panel.price {
    background-color: #0000005c;
}

/*.card-heading {*/
/*  color: var(--white);*/
/*  letter-spacing: -.02em;*/
/*  font-size: 32px;*/
/*  font-weight: 600;*/
/*  line-height: 40px;*/
/*}*/

/*.card-heading.display-inline {*/
/*  color: var(--almost-black);*/
/*  font-size: 25px;*/
/*}*/

/*.text-white {*/
/*  color: var(--white);*/
/*}*/

.webflow-panel-subheading {
    margin-bottom: 24px;
}

/*.button-outline {*/
/*  border: 2px solid var(--gray-3);*/
/*  background-color: #0000;*/
/*  border-radius: 6px;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  height: 48px;*/
/*  padding-left: 24px;*/
/*  padding-right: 24px;*/
/*  font-weight: 600;*/
/*  transition: border-color .2s;*/
/*  display: flex;*/
/*}*/

/*.button-outline:hover {*/
/*  border-color: var(--gray-4);*/
/*}*/

.webflow-heading {
    color: var(--white);
}

/*.style-guide-container {*/
/*  grid-column-gap: 48px;*/
/*  grid-row-gap: 16px;*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: .33fr 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  display: grid;*/
/*}*/

/*.style-guide-row {*/
/*  flex-wrap: wrap;*/
/*  margin-bottom: 12px;*/
/*  display: flex;*/
/*}*/

/*.style-guide-content-item {*/
/*  margin-bottom: 24px;*/
/*  margin-right: 24px;*/
/*}*/

/*.bg-primary-1 {*/
/*  background-color: var(--primary-1);*/
/*}*/

/*.bg-primary-2 {*/
/*  background-color: var(--primary-2);*/
/*}*/

/*.bg-primary-3 {*/
/*  background-color: var(--primary-3);*/
/*}*/

/*.bg-primary-4 {*/
/*  background-color: var(--primary-4);*/
/*}*/

/*.bg-primary-5 {*/
/*  background-color: var(--primary-5);*/
/*}*/

/*.bg-gray-1 {*/
/*  background-color: var(--gray-1);*/
/*  color: var(--gray-1);*/
/*}*/

/*.bg-gray-2 {*/
/*  background-color: var(--gray-2);*/
/*  color: var(--gray-2);*/
/*}*/

/*.bg-gray-3 {*/
/*  background-color: var(--gray-3);*/
/*}*/

/*.bg-gray-4 {*/
/*  background-color: var(--gray-4);*/
/*}*/

/*.bg-white {*/
/*  background-color: var(--white);*/
/*}*/

/*.display-heading-1 {*/
/*  color: var(--white);*/
/*  letter-spacing: -.02em;*/
/*  margin-bottom: 36px;*/
/*  font-family: Inter, sans-serif;*/
/*  font-size: 96px;*/
/*  font-weight: 700;*/
/*  line-height: 96px;*/
/*}*/

.display-heading-2 {
    color: #282828;
    letter-spacing: -.02em;
    margin-bottom: 36px;
    font-family: Inter, sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 88px;
}

/*.display-heading-3 {*/
/*  color: var(--white);*/
/*  letter-spacing: -.02em;*/
/*  margin-bottom: 24px;*/
/*  font-family: Inter, sans-serif;*/
/*  font-size: 72px;*/
/*  font-weight: 700;*/
/*  line-height: 72px;*/
/*}*/

/*.display-heading-3.no-bottom-space {*/
/*  color: var(--almost-black);*/
/*}*/

/*.display-heading-4 {*/
/*  color: var(--white);*/
/*  letter-spacing: -.02em;*/
/*  margin-bottom: 24px;*/
/*  font-family: Inter, sans-serif;*/
/*  font-size: 54px;*/
/*  font-weight: 700;*/
/*  line-height: 54px;*/
/*}*/

/*.display-heading-4.space-bottom-large {*/
/*  margin-bottom: 48px;*/
/*}*/

/*.display-heading-4.space-bottom-small {*/
/*  margin-bottom: 12px;*/
/*}*/

/*.display-heading-4.no-bottom-space {*/
/*  color: var(--almost-black);*/
/*}*/

/*.display-heading-4.space-bottom {*/
/*  margin-bottom: 36px;*/
/*}*/

/*.text-lead {*/
/*  letter-spacing: 0;*/
/*  font-family: Inter, sans-serif;*/
/*  font-size: 20px;*/
/*  font-weight: 500;*/
/*  line-height: 28px;*/
/*}*/

/*.text-lead.horizontal-metric-text {*/
/*  color: var(--white);*/
/*  max-width: 284px;*/
/*  margin-left: 24px;*/
/*}*/

/*.text-lead.blog-post-summary, .text-lead.job-listing-short-description {*/
/*  margin-bottom: 96px;*/
/*}*/

/*.row {*/
/*  display: flex;*/
/*}*/

/*.row.row-align-center {*/
/*  flex-direction: row;*/
/*  align-items: center;*/
/*}*/

/*.row.row-justify-between {*/
/*  justify-content: space-between;*/
/*}*/

/*.row.row-justify-between.align-content-center {*/
/*  align-items: center;*/
/*}*/

.row.webflow-content-width-extra-large {
    margin-left: auto;
    margin-right: auto;
}

.row.webflow-content-width-extra-large.large-text-row {
    flex-direction: row;
}

/*.row.row-align-left {*/
/*  align-self: flex-start;*/
/*}*/

/*.row.row-wrap {*/
/*  flex-wrap: wrap;*/
/*}*/

/*.lead-link {*/
/*  color: var(--white);*/
/*  letter-spacing: 0;*/
/*  font-family: Inter, sans-serif;*/
/*  font-size: 20px;*/
/*  font-weight: 500;*/
/*  line-height: 28px;*/
/*  text-decoration: none;*/
/*}*/

/*.text-small {*/
/*  color: var(--gray-4);*/
/*  letter-spacing: 0;*/
/*  font-family: Inter, sans-serif;*/
/*  font-size: 14px;*/
/*  font-weight: 600;*/
/*  line-height: 22px;*/
/*  text-decoration: none;*/
/*}*/

/*.text-small.form-hint-text {*/
/*  margin-top: 8px;*/
/*}*/

/*.text-small.form-subtext {*/
/*  margin-top: 24px;*/
/*}*/

/*.text-small.footer-2-subtext {*/
/*  text-align: right;*/
/*}*/

/*.text-small.search-result-url {*/
/*  margin-bottom: 24px;*/
/*}*/

/*.link-small {*/
/*  color: var(--white);*/
/*  letter-spacing: 0;*/
/*  font-family: Inter, sans-serif;*/
/*  font-size: 14px;*/
/*  font-weight: 600;*/
/*  line-height: 24px;*/
/*  text-decoration: none;*/
/*}*/

/*.style-guide-section {*/
/*  margin-top: 48px;*/
/*  margin-bottom: 48px;*/
/*}*/

/*.button-small {*/
/*  border: 1px solid var(--primary-1);*/
/*  background-color: var(--primary-1);*/
/*  border-radius: 6px;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  height: 36px;*/
/*  padding-left: 24px;*/
/*  padding-right: 24px;*/
/*  font-size: 14px;*/
/*  transition: box-shadow .2s;*/
/*  display: flex;*/
/*  box-shadow: inset 0 0 20px 20px #0000;*/
/*}*/

/*.button-small:hover {*/
/*  box-shadow: inset 0 0 20px 20px #0000001a;*/
/*}*/

/*.button-large-outline {*/
/*  border: 2px solid var(--gray-3);*/
/*  background-color: #0000;*/
/*  border-radius: 6px;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  height: 60px;*/
/*  padding-left: 36px;*/
/*  padding-right: 36px;*/
/*  transition: border-color .2s;*/
/*  display: flex;*/
/*}*/

/*.button-large-outline:hover {*/
/*  border-color: var(--gray-4);*/
/*}*/

/*.button-small-outline {*/
/*  border: 2px solid var(--gray-3);*/
/*  background-color: #0000;*/
/*  border-radius: 6px;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  height: 36px;*/
/*  padding-left: 24px;*/
/*  padding-right: 24px;*/
/*  font-size: 14px;*/
/*  transition: border-color .2s;*/
/*  display: flex;*/
/*}*/

/*.button-small-outline:hover {*/
/*  border-color: var(--gray-4);*/
/*}*/

/*.button {*/
/*  background-color: var(--youtube-red\<deleted\|variable-08e91ef0-be09-9c37-b8aa-58ef99a2f253\>);*/
/*  border-radius: 100px;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  height: 48px;*/
/*  padding-left: 24px;*/
/*  padding-right: 24px;*/
/*  font-weight: 600;*/
/*  transition: box-shadow .2s;*/
/*  display: flex;*/
/*  box-shadow: inset 0 0 20px 20px #0000;*/
/*}*/

/*.button:hover {*/
/*  box-shadow: inset 0 0 20px 20px #0000001a;*/
/*}*/

/*.button.icon-button.bg-gray-1 {*/
/*  background-color: var(--gray-1);*/
/*}*/

/*.button.search-form-button {*/
/*  background-color: var(--primary-4);*/
/*  padding-left: 16px;*/
/*  padding-right: 16px;*/
/*  font-weight: 600;*/
/*  position: absolute;*/
/*  right: 6px;*/
/*}*/

/*.button-large {*/
/*  background-color: var(--primary-1);*/
/*  text-align: center;*/
/*  border-radius: 6px;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  height: 60px;*/
/*  padding-left: 36px;*/
/*  padding-right: 36px;*/
/*  font-weight: 600;*/
/*  transition: box-shadow .2s;*/
/*  display: flex;*/
/*  box-shadow: inset 0 0 20px 20px #0000;*/
/*}*/

/*.button-large:hover {*/
/*  box-shadow: inset 0 0 20px 20px #0000001a;*/
/*}*/

/*.button-large.bg-primary-3 {*/
/*  background-color: var(--primary-3);*/
/*}*/

/*.button-large.bg-primary-2 {*/
/*  background-color: var(--primary-2);*/
/*}*/

/*.button-large.bg-primary-4 {*/
/*  background-color: var(--primary-4);*/
/*}*/

/*.button-large.bg-primary-5 {*/
/*  background-color: var(--primary-5);*/
/*}*/

/*.button-circle-small {*/
/*  background-color: var(--primary-1);*/
/*  border-radius: 50%;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  width: 36px;*/
/*  height: 36px;*/
/*  display: flex;*/
/*}*/

/*.button-circle-small:hover {*/
/*  opacity: .75;*/
/*}*/

/*.button-circle-small.bg-gray-3 {*/
/*  background-color: var(--gray-3);*/
/*}*/

/*.icon-circle-small {*/
/*  background-color: var(--primary-1);*/
/*  border-radius: 50%;*/
/*  flex: none;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  width: 36px;*/
/*  height: 36px;*/
/*  display: flex;*/
/*}*/

/*.icon-circle-small.bg-gray-3 {*/
/*  background-color: var(--gray-3);*/
/*}*/

/*.button-circle-small-icon {*/
/*  width: 16px;*/
/*  height: 16px;*/
/*}*/

/*.button-circle {*/
/*  background-color: var(--primary-1);*/
/*  border-radius: 50%;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  width: 48px;*/
/*  height: 48px;*/
/*  display: flex;*/
/*}*/

/*.button-circle:hover {*/
/*  opacity: .75;*/
/*}*/

/*.button-circle.bg-gray-3 {*/
/*  background-color: var(--gray-3);*/
/*}*/

/*.button-circle.bg-white {*/
/*  background-color: var(--white);*/
/*}*/

/*.button-circle-icon {*/
/*  width: 20px;*/
/*  height: 20px;*/
/*}*/

/*.button-circle-large {*/
/*  background-color: var(--primary-1);*/
/*  border-radius: 50%;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  width: 60px;*/
/*  height: 60px;*/
/*  display: flex;*/
/*}*/

/*.button-circle-large:hover {*/
/*  opacity: .75;*/
/*}*/

/*.button-circle-large-icon {*/
/*  width: 24px;*/
/*  height: 24px;*/
/*}*/

/*.icon-button {*/
/*  background-color: var(--primary-1);*/
/*  border-radius: 6px;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  height: 48px;*/
/*  padding-left: 12px;*/
/*  padding-right: 24px;*/
/*  display: flex;*/
/*}*/

/*.icon-button-text {*/
/*  color: var(--white);*/
/*}*/

/*.icon-button-icon {*/
/*  width: 24px;*/
/*  height: 24px;*/
/*  margin-right: 12px;*/
/*}*/

/*.dropdown-toggle {*/
/*  background-color: var(--primary-1);*/
/*  color: var(--white);*/
/*  border-radius: 6px;*/
/*  align-items: center;*/
/*  height: 48px;*/
/*  font-weight: 600;*/
/*  transition: box-shadow .2s;*/
/*  display: flex;*/
/*  position: relative;*/
/*  box-shadow: inset 0 0 20px 20px #0000;*/
/*}*/

/*.dropdown-toggle:hover {*/
/*  box-shadow: inset 0 0 20px 20px #0000001a;*/
/*}*/

/*.dropdown-toggle.button-large {*/
/*  height: 60px;*/
/*}*/

/*.dropdown-icon {*/
/*  width: 6px;*/
/*  height: 5px;*/
/*  margin-left: 6px;*/
/*}*/

/*.form-input {*/
/*  background-color: var(--gray-3);*/
/*  color: var(--white);*/
/*  border: 1px #000;*/
/*  border-radius: 6px;*/
/*  height: 48px;*/
/*  margin-bottom: 0;*/
/*  padding-left: 20px;*/
/*  padding-right: 20px;*/
/*  font-size: 16px;*/
/*  line-height: 24px;*/
/*  transition: background-color .2s;*/
/*}*/

/*.form-input:focus {*/
/*  color: var(--white);*/
/*  background-color: #ffffff40;*/
/*}*/

/*.form-input::placeholder {*/
/*  color: #ffffff80;*/
/*}*/

/*.form-input.form-input-large {*/
/*  height: 60px;*/
/*  padding-left: 24px;*/
/*  padding-right: 24px;*/
/*}*/

/*.form-input.form-input-large.search-form-input {*/
/*  margin-right: 12px;*/
/*}*/

/*.form-input.form-input-large.search-modal-input {*/
/*  padding-right: 96px;*/
/*}*/

/*.form-input.form-input-small {*/
/*  cursor: pointer;*/
/*  height: 36px;*/
/*  padding-left: 16px;*/
/*}*/

/*.form-input.textarea-small {*/
/*  height: 168px;*/
/*  padding-left: 16px;*/
/*}*/

/*.form-input.textarea {*/
/*  height: 168px;*/
/*}*/

/*.form-input.textarea-large {*/
/*  height: 168px;*/
/*  padding-left: 24px;*/
/*}*/

/*.field-label {*/
/*  color: var(--white);*/
/*  margin-bottom: 12px;*/
/*  font-size: 16px;*/
/*  font-weight: 500;*/
/*  line-height: 24px;*/
/*}*/

/*.checkbox {*/
/*  background-color: var(--gray-3);*/
/*  cursor: pointer;*/
/*  border-style: none;*/
/*  border-radius: 2px;*/
/*  flex: none;*/
/*  width: 16px;*/
/*  height: 16px;*/
/*  margin-top: 0;*/
/*  margin-left: 0;*/
/*  transition: background-color .2s;*/
/*}*/

/*.checkbox.w--redirected-checked {*/
/*  background-color: var(--primary-1);*/
/*  background-image: url("https://cdn.prod.website-files.com/66046be649f378040d808c77/66046be649f378040d808d76_icon-check.svg");*/
/*  background-repeat: no-repeat;*/
/*  background-size: auto;*/
/*  border-style: none;*/
/*  border-radius: 2px;*/
/*  height: 16px;*/
/*}*/

/*.checkbox-label {*/
/*  margin-bottom: 0;*/
/*  margin-left: 12px;*/
/*}*/

/*.checkbox-field {*/
/*  flex-direction: row;*/
/*  align-items: center;*/
/*  margin-bottom: 24px;*/
/*  margin-right: 24px;*/
/*  padding-left: 0;*/
/*  display: flex;*/
/*}*/

/*.checkbox-field.switch {*/
/*  flex-direction: row;*/
/*  align-items: center;*/
/*  display: flex;*/
/*}*/

/*.checkbox-field.checkbox-field-horizontal {*/
/*  flex-direction: row;*/
/*  align-items: center;*/
/*  margin-bottom: 0;*/
/*}*/

/*.radio-button {*/
/*  border: 0px solid var(--primary-1);*/
/*  background-color: var(--gray-3);*/
/*  cursor: pointer;*/
/*  width: 16px;*/
/*  height: 16px;*/
/*  margin-bottom: 8px;*/
/*  margin-left: 0;*/
/*  transition: border-width .2s, border-color .2s, background-color .2s;*/
/*}*/

/*.radio-button.w--redirected-checked {*/
/*  border: 5px solid var(--primary-1);*/
/*  background-color: var(--white);*/
/*  transition: background-color .2s, background-color .2s, border-width .2s;*/
/*}*/

/*.radio-button-field {*/
/*  flex-direction: column;*/
/*  align-items: flex-start;*/
/*  margin-bottom: 24px;*/
/*  margin-right: 24px;*/
/*  padding-left: 0;*/
/*  display: flex;*/
/*}*/

/*.radio-button-label {*/
/*  color: var(--white);*/
/*}*/

/*.checkbox-switch {*/
/*  background-color: var(--gray-4);*/
/*  opacity: .5;*/
/*  cursor: pointer;*/
/*  background-image: url("https://cdn.prod.website-files.com/66046be649f378040d808c77/66046be649f378040d808d77_checkbox%20switch%20handle.svg");*/
/*  background-position: 18%;*/
/*  background-repeat: no-repeat;*/
/*  background-size: 12px 12px;*/
/*  border-style: none;*/
/*  border-radius: 20px;*/
/*  width: 36px;*/
/*  height: 20px;*/
/*  margin-top: 0;*/
/*  margin-bottom: 0;*/
/*  margin-left: 0;*/
/*  transition: background-position .2s, background-color .2s, opacity .2s;*/
/*}*/

/*.checkbox-switch.w--redirected-checked {*/
/*  background-color: var(--primary-1);*/
/*  opacity: 1;*/
/*  background-image: url("https://cdn.prod.website-files.com/66046be649f378040d808c77/66046be649f378040d808d77_checkbox%20switch%20handle.svg");*/
/*  background-position: 82%;*/
/*  background-size: 12px 12px;*/
/*}*/

/*.badge {*/
/*  background-color: var(--primary-1);*/
/*  color: var(--white);*/
/*  border-radius: 16px;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  min-width: 32px;*/
/*  height: 32px;*/
/*  padding-left: 12px;*/
/*  padding-right: 12px;*/
/*  font-size: 16px;*/
/*  font-weight: 600;*/
/*  line-height: 24px;*/
/*  transition: box-shadow .2s;*/
/*  display: flex;*/
/*  box-shadow: inset 0 20px 20px 20px #0000;*/
/*}*/

/*.badge:hover {*/
/*  box-shadow: inset 0 20px 20px 20px #00000026;*/
/*}*/

/*.badge.bg-primary-2 {*/
/*  background-color: var(--primary-2);*/
/*}*/

/*.badge.bg-primary-5 {*/
/*  background-color: var(--primary-5);*/
/*}*/

/*.badge.bg-primary-3 {*/
/*  background-color: var(--primary-3);*/
/*}*/

/*.badge.bg-primary-4 {*/
/*  background-color: var(--primary-4);*/
/*}*/

/*.badge.blog-small-badge {*/
/*  margin-bottom: 12px;*/
/*}*/

.webflow-panel-body {
    z-index: 1;
    background-color: #fff;
    flex-direction: column;
    flex: 1 0 auto;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 36px;
    display: flex;
    position: relative;
    box-shadow: 2px 0 10px #0000004d;
}

.webflow-panel-body.justify-content-center {
    justify-content: center;
}

.webflow-panel-body.webflow-panel-body-small {
    padding: 24px;
}

.webflow-panel-body.webflow-panel-body-large {
    padding: 48px;
}

.webflow-panel-body.align-content-center {
    justify-content: center;
    align-items: center;
}

.webflow-panel-body.webflow-panel-body-extra-small {
    padding: 12px 24px;
}

.webflow-panel-body.footer-1-panel-body {
    padding: 72px 72px 48px;
}

.webflow-panel-body.footer-2-panel-body {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 48px;
    display: grid;
}

.webflow-panel-body.blog-small-panel-body {
    justify-content: flex-start;
    align-items: flex-start;
}

.webflow-panel-body.webflow-grid-halves {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.webflow-panel-body.modal-panel-body {
    background-color: var(--gray-2);
    border-radius: 12px;
}

.webflow-panel-body.accordion {
    padding: 0;
}

.webflow-panel-body.wide-case-study-panel-body {
    flex: none;
    max-width: 35%;
}

/*.circle-large {*/
/*  background-color: var(--gray-3);*/
/*  border-radius: 48px;*/
/*  flex: none;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  width: 96px;*/
/*  height: 96px;*/
/*  margin-bottom: 24px;*/
/*  display: flex;*/
/*}*/

/*.circle-large.bg-primary-2 {*/
/*  background-color: var(--primary-2);*/
/*}*/

/*.circle-large.bg-primary-3 {*/
/*  background-color: var(--primary-3);*/
/*}*/

/*.circle-large.bg-primary-4 {*/
/*  background-color: var(--primary-4);*/
/*}*/

/*.circle-large.bg-primary-5 {*/
/*  background-color: var(--primary-5);*/
/*}*/

/*.circle-large.circle-horizontal {*/
/*  margin-bottom: 0;*/
/*  margin-right: 24px;*/
/*}*/

/*.circle-large.bg-gray-3 {*/
/*  background-color: var(--gray-3);*/
/*}*/

/*.circle-large.circle-small {*/
/*  width: 36px;*/
/*  height: 36px;*/
/*}*/

/*.circle-large.circle-small.bg-gray-3 {*/
/*  margin-bottom: 0;*/
/*}*/

/*.circle-large.bg-primary-1 {*/
/*  background-color: var(--primary-1);*/
/*}*/

/*.circle-large.pricing-panel-circle {*/
/*  margin-bottom: 0;*/
/*  margin-left: 24px;*/
/*}*/

/*.circle-large.video-circle-large {*/
/*  background-color: var(--white);*/
/*  margin-bottom: 0;*/
/*  transition: transform .2s;*/
/*  position: absolute;*/
/*}*/

/*.circle-large.video-circle-large:hover {*/
/*  transform: scale(.9);*/
/*}*/

/*.webflow-grid-halves {*/
/*  grid-column-gap: 24px;*/
/*  grid-row-gap: 24px;*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: 1fr 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  display: grid;*/
/*}*/

/*.bg-gradient-1 {*/
/*  background-image: linear-gradient(to right, var(--primary-1), var(--primary-2));*/
/*}*/

/*.bg-gradient-7 {*/
/*  background-image: linear-gradient(to right, var(--primary-1), var(--primary-5));*/
/*}*/

/*.bg-gradient-3 {*/
/*  background-image: linear-gradient(to right, var(--primary-3), var(--primary-4));*/
/*}*/

/*.bg-gradient-4 {*/
/*  background-image: linear-gradient(to right, var(--primary-4), var(--primary-5));*/
/*}*/

.webflow-bg-gradient-9 {
    background-image: linear-gradient(to right, #8f2df0, var(--primary-2));
}

/*.bg-gradient-6 {*/
/*  background-image: linear-gradient(to right, var(--primary-3), var(--primary-4));*/
/*}*/

/*.bg-gradient-8 {*/
/*  background-image: linear-gradient(to right, var(--primary-6), var(--primary-4));*/
/*}*/

/*.bg-primary-6 {*/
/*  background-color: var(--primary-6);*/
/*}*/

/*.bg-gradient-2 {*/
/*  background-image: linear-gradient(to right, var(--primary-2), var(--primary-3));*/
/*}*/

/*.bg-gradient-5 {*/
/*  background-image: linear-gradient(to right, var(--primary-5), var(--primary-6));*/
/*}*/

/*.bg-gradient-6-reverse {*/
/*  background-image: linear-gradient(to right, var(--primary-1), var(--primary-4));*/
/*}*/

/*.webflow-grid-thirds {*/
/*  grid-column-gap: 24px;*/
/*  grid-row-gap: 24px;*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: 1fr 1fr 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  display: grid;*/
/*}*/

/*.webflow-grid-thirds.space-bottom {*/
/*  grid-template-columns: 1fr 1fr 1fr;*/
/*}*/

/*.display-inline {*/
/*  display: inline;*/
/*}*/

/*.space-bottom {*/
/*  margin-bottom: 24px;*/
/*}*/

/*.center-content {*/
/*  text-align: center;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  display: flex;*/
/*}*/

/*.no-bottom-space {*/
/*  margin-bottom: 0;*/
/*  padding-bottom: 0;*/
/*}*/

/*.no-bottom-space.space-left {*/
/*  margin-left: 24px;*/
/*}*/

/*.no-bottom-space.no-bottom-border {*/
/*  border-bottom-style: none;*/
/*}*/

/*.no-bottom-space.testimonial {*/
/*  color: var(--almost-black);*/
/*}*/

/*.bordered-list-item {*/
/*  border-bottom: 1px solid var(--gray-3);*/
/*  margin-bottom: 24px;*/
/*  padding-bottom: 24px;*/
/*}*/

/*.content-width-small {*/
/*  width: 100%;*/
/*  max-width: 400px;*/
/*}*/

/*.content-width-medium {*/
/*  width: 100%;*/
/*  max-width: 612px;*/
/*}*/

/*.content-width-medium.article-title-wrapper {*/
/*  flex-direction: column;*/
/*  align-items: flex-start;*/
/*  max-width: 728px;*/
/*  margin-bottom: 96px;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*  display: flex;*/
/*}*/

/*.content-width-medium.modal-content {*/
/*  z-index: 2;*/
/*  position: relative;*/
/*}*/

/*.content-width-large {*/
/*  width: 100%;*/
/*  max-width: 824px;*/
/*}*/

.webflow-content-width-extra-large {
    width: 100%;
    max-width: 964px;
    margin-left: auto;
    margin-right: auto;
}

/*.large-heading {*/
/*  color: var(--white);*/
/*  letter-spacing: -.02em;*/
/*  font-size: 40px;*/
/*  font-weight: 600;*/
/*  line-height: 44px;*/
/*}*/

/*.text-gray-4 {*/
/*  color: var(--gray-4);*/
/*}*/

.webflow-text-primary-1 {
    color: #ff0000;
}

/*.bordered-list-item-small {*/
/*  border-bottom: 1px solid var(--gray-3);*/
/*  margin-bottom: 12px;*/
/*  padding-bottom: 12px;*/
/*}*/

/*.icon-small {*/
/*  width: 18px;*/
/*}*/

/*.space-left-small {*/
/*  color: #000;*/
/*  margin-left: 12px;*/
/*}*/

/*.space-left-small.space-left-small-red {*/
/*  color: red;*/
/*  flex: 0 auto;*/
/*  order: 1;*/
/*  align-self: auto;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*  display: block;*/
/*}*/

/*.circle-small {*/
/*  background-color: var(--gray-3);*/
/*  border-radius: 18px;*/
/*  flex: none;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  width: 36px;*/
/*  height: 36px;*/
/*  display: flex;*/
/*}*/

/*.circle {*/
/*  background-color: var(--gray-3);*/
/*  border-radius: 36px;*/
/*  flex: none;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  width: 72px;*/
/*  height: 72px;*/
/*  display: flex;*/
/*}*/

/*.circle.circle-horizontal {*/
/*  margin-right: 24px;*/
/*}*/

/*.icon {*/
/*  width: 36px;*/
/*}*/

/*.text-primary-3 {*/
/*  color: var(--primary-3);*/
/*}*/

/*.text-primary-2 {*/
/*  color: var(--primary-2);*/
/*}*/

/*.text-primary-4 {*/
/*  color: var(--primary-4);*/
/*}*/

/*.list-grid {*/
/*  grid-column-gap: 0px;*/
/*  grid-row-gap: 12px;*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  display: grid;*/
/*}*/

/*.space-bottom-large {*/
/*  margin-bottom: 36px;*/
/*}*/

/*.webflow-grid-two-thirds {*/
/*  grid-column-gap: 24px;*/
/*  grid-row-gap: 24px;*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: 2fr 1fr;*/
/*  grid-auto-flow: row;*/
/*  place-items: stretch stretch;*/
/*}*/

/*.webflow-grid-two-thirds.align-top {*/
/*  align-items: start;*/
/*}*/

/*.webflow-grid-two-thirds.reverse {*/
/*  direction: rtl;*/
/*}*/

/*.space-left-extra-small {*/
/*  margin-left: 6px;*/
/*}*/

/*.webflow-section-title {*/
/*  flex-flow: column;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  margin-bottom: 50px;*/
/*  display: flex;*/
/*}*/

/*.timeline-pin-head {*/
/*  border: 2px solid var(--primary-2);*/
/*  border-radius: 12px;*/
/*  width: 24px;*/
/*  height: 24px;*/
/*}*/

/*.timeline-pin-line {*/
/*  border-right: 2px solid var(--primary-2);*/
/*  width: 13px;*/
/*  height: 37px;*/
/*}*/

/*.space-left {*/
/*  margin-left: 24px;*/
/*}*/

/*.circle-extra-large {*/
/*  border-radius: 60px;*/
/*  width: 120px;*/
/*  height: 120px;*/
/*}*/

/*.space-bottom-extra-small {*/
/*  margin-bottom: 6px;*/
/*}*/

/*.webflow-panel-body-large {*/
/*  flex-direction: column;*/
/*  justify-content: space-between;*/
/*  padding: 48px;*/
/*  display: flex;*/
/*}*/

/*.webflow-panel-body-small {*/
/*  padding: 24px;*/
/*}*/

/*.quote-on-image {*/
/*  justify-content: flex-start;*/
/*  align-items: flex-start;*/
/*  display: flex;*/
/*  position: relative;*/
/*}*/

/*.rounded {*/
/*  border-radius: 12px;*/
/*}*/

/*.avatar {*/
/*  border-radius: 50%;*/
/*  flex: none;*/
/*  width: 48px;*/
/*  height: 48px;*/
/*}*/

/*.avatar.avatar-large {*/
/*  width: 96px;*/
/*  height: 96px;*/
/*}*/

/*.avatar-row {*/
/*  align-items: center;*/
/*  display: flex;*/
/*}*/

/*.avatar-row-text {*/
/*  margin-left: 12px;*/
/*}*/

/*.text-muted {*/
/*  opacity: .5;*/
/*}*/

/*.webflow-panel-wide {*/
/*  grid-column-gap: 0px;*/
/*  grid-row-gap: 0px;*/
/*  grid-template-rows: auto;*/
/*}*/

/*.link-arrow {*/
/*  align-items: center;*/
/*  display: flex;*/
/*}*/

/*.row-inline {*/
/*  display: flex;*/
/*}*/

/*.brand-row {*/
/*  flex-wrap: wrap;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  display: flex;*/
/*}*/

/*.brand-row.space-bottom-large {*/
/*  flex-wrap: wrap;*/
/*  margin-bottom: 48px;*/
/*}*/

/*.brand-row.align-content-left {*/
/*  justify-content: flex-start;*/
/*  margin-left: -24px;*/
/*}*/

/*.brand-image {*/
/*  opacity: .5;*/
/*  margin: 12px 24px;*/
/*}*/

/*.nav-link {*/
/*  opacity: .5;*/
/*  color: var(--color);*/
/*  margin-left: 0;*/
/*  margin-right: 0;*/
/*  padding: 0;*/
/*  font-weight: 600;*/
/*  transition: opacity .2s;*/
/*}*/

/*.nav-link:hover {*/
/*  opacity: 1;*/
/*}*/

/*.nav-link.w--current {*/
/*  color: var(--almost-black);*/
/*  margin-left: 0;*/
/*  margin-right: 0;*/
/*}*/

/*.nav-link.row {*/
/*  margin-left: 0;*/
/*  margin-right: 0;*/
/*}*/

/*.navbar {*/
/*  aspect-ratio: auto;*/
/*  background-color: #fff;*/
/*  border-radius: 100px;*/
/*  justify-content: space-between;*/
/*  width: 1000px;*/
/*  max-width: none;*/
/*  height: 60px;*/
/*  margin-top: 50px;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*  padding-top: 16px;*/
/*  padding-bottom: 16px;*/
/*  display: flex;*/
/*  box-shadow: 2px 2px 10px #0000004d;*/
/*}*/

/*.navbar-row {*/
/*  clear: none;*/
/*  grid-column-gap: 0px;*/
/*  grid-row-gap: 0px;*/
/*  grid-template-rows: auto auto;*/
/*  grid-template-columns: 1fr 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  display: block;*/
/*}*/

/*.navbar-controls {*/
/*  display: flex;*/
/*}*/

/*.navbar-1-brand {*/
/*  margin-right: 24px;*/
/*}*/

/*.dropdown-list {*/
/*  background-color: var(--gray-1);*/
/*  border-radius: 12px;*/
/*  overflow: hidden;*/
/*}*/

/*.dropdown-list.w--open {*/
/*  border-radius: 12px;*/
/*  padding: 0;*/
/*  box-shadow: 0 12px 12px #0003;*/
/*}*/

/*.dropdown-bg {*/
/*  background-color: #ffffff0d;*/
/*  position: absolute;*/
/*  inset: 0%;*/
/*}*/

/*.dropdown-item {*/
/*  z-index: 1;*/
/*  color: #ffffff80;*/
/*  border-radius: 6px;*/
/*  width: 100%;*/
/*  min-width: 192px;*/
/*  padding: 6px 12px;*/
/*  transition: color .2s, background-color .2s;*/
/*  position: relative;*/
/*}*/

/*.dropdown-item:hover {*/
/*  color: var(--white);*/
/*  background-color: #ffffff0d;*/
/*}*/

/*.dropdown-item.w--current {*/
/*  color: var(--white);*/
/*}*/

/*.dropdown-item.dropdown-item-large {*/
/*  color: var(--gray-4);*/
/*  border-radius: 12px;*/
/*  min-width: 250px;*/
/*  padding: 16px;*/
/*  font-weight: 500;*/
/*}*/

/*.dropdown-item-heading {*/
/*  margin-bottom: 4px;*/
/*}*/

/*.navbar-wrapper {*/
/*  z-index: 5;*/
/*  background-color: var(--gray-1);*/
/*  position: relative;*/
/*}*/

/*.navbar-wrapper.sticky-top {*/
/*  z-index: 99;*/
/*  background-color: var(--color-2);*/
/*  margin-top: 0;*/
/*  padding-top: 5px;*/
/*  position: sticky;*/
/*  top: 0;*/
/*}*/

/*.nav-menu {*/
/*  grid-column-gap: 22px;*/
/*  grid-row-gap: 22px;*/
/*  flex-flow: row;*/
/*  flex: none;*/
/*  justify-content: flex-end;*/
/*  align-items: center;*/
/*  max-width: 50%;*/
/*  margin-left: auto;*/
/*  margin-right: 5px;*/
/*  display: flex;*/
/*  position: relative;*/
/*  inset: 0% 0% 0% auto;*/
/*}*/

/*.dropdown-link-icon {*/
/*  margin-left: 4px;*/
/*}*/

/*.menu-button {*/
/*  background-color: #000;*/
/*}*/

/*.footer {*/
/*  margin-top: 24px;*/
/*}*/

/*.footer-1-top-row {*/
/*  justify-content: space-between;*/
/*  margin-bottom: 96px;*/
/*  display: flex;*/
/*}*/

/*.content-width-extra-small {*/
/*  color: #000;*/
/*  width: 100%;*/
/*  max-width: 328px;*/
/*}*/

/*.vertical-menu-grid {*/
/*  grid-column-gap: 0px;*/
/*  grid-row-gap: 12px;*/
/*  color: #000;*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: 1fr;*/
/*  justify-items: start;*/
/*}*/

/*.footer-1-bottom-row {*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  display: flex;*/
/*}*/

/*.footer-menu-grids {*/
/*  grid-column-gap: 72px;*/
/*  grid-row-gap: 16px;*/
/*  color: #000;*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: 1fr 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  align-items: start;*/
/*  display: grid;*/
/*}*/

/*.text-link {*/
/*  opacity: .5;*/
/*  color: var(--almost-black);*/
/*  transition: opacity .2s;*/
/*}*/

/*.text-link:hover, .text-link.w--current {*/
/*  opacity: 1;*/
/*}*/

/*.social-list {*/
/*  grid-column-gap: 0px;*/
/*  grid-row-gap: 0px;*/
/*  grid-template-rows: auto auto;*/
/*  grid-template-columns: 1fr 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  align-items: center;*/
/*  margin-left: -12px;*/
/*  margin-right: -12px;*/
/*  display: flex;*/
/*}*/

/*.social-link-item {*/
/*  margin-left: 12px;*/
/*  margin-right: 12px;*/
/*  transition: opacity .2s;*/
/*}*/

/*.social-link-item:hover {*/
/*  opacity: .5;*/
/*}*/

/*.navbar-buttons {*/
/*  display: block;*/
/*}*/

/*.form-vertical {*/
/*  grid-column-gap: 12px;*/
/*  grid-row-gap: 12px;*/
/*  grid-template: "."*/
/*                 "."*/
/*                 / 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  display: grid;*/
/*}*/

/*.form-grid-halves {*/
/*  grid-column-gap: 12px;*/
/*  grid-row-gap: 12px;*/
/*  grid-template-rows: auto;*/
/*}*/

/*.horizontal-form {*/
/*  align-items: center;*/
/*  display: flex;*/
/*}*/

/*.horizontal-form-button {*/
/*  margin-left: 12px;*/
/*}*/

/*.form {*/
/*  width: 100%;*/
/*  margin-bottom: 0;*/
/*}*/

/*.form-success {*/
/*  background-color: var(--primary-3);*/
/*  color: var(--white);*/
/*  text-align: center;*/
/*  border-radius: 6px;*/
/*  padding: 12px;*/
/*}*/

/*.form-error {*/
/*  background-color: var(--primary-1);*/
/*  color: var(--white);*/
/*  text-align: center;*/
/*  border-radius: 6px;*/
/*  padding: 12px;*/
/*}*/

/*.left-content {*/
/*  flex-direction: column;*/
/*  align-items: flex-start;*/
/*  display: flex;*/
/*}*/

/*.form-thirds {*/
/*  grid-column-gap: 12px;*/
/*  grid-row-gap: 12px;*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: 1fr 1fr 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  display: grid;*/
/*}*/

/*.metric-row {*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  display: flex;*/
/*}*/

/*.vertical-text-grid {*/
/*  grid-column-gap: 48px;*/
/*  grid-row-gap: 48px;*/
/*  grid-template-rows: auto auto;*/
/*  grid-template-columns: 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  display: grid;*/
/*}*/

/*.cta-row-1 {*/
/*  grid-column-gap: 48px;*/
/*  grid-row-gap: 48px;*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: 1fr .5fr;*/
/*  grid-auto-columns: 1fr;*/
/*  justify-content: space-around;*/
/*  place-items: center;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*  padding-left: 24px;*/
/*  padding-right: 24px;*/
/*  display: grid;*/
/*}*/

/*.display-inline-block {*/
/*  display: inline-block;*/
/*}*/

/*.cta-row-2 {*/
/*  grid-column-gap: 48px;*/
/*  grid-row-gap: 48px;*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: 2.5fr 2.5fr;*/
/*  grid-auto-columns: 1fr;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*  display: grid;*/
/*}*/

/*.small-heading {*/
/*  font-size: 24px;*/
/*  line-height: 30px;*/
/*}*/

/*.small-heading.search-result-heading {*/
/*  margin-bottom: 6px;*/
/*}*/

/*.pricing-panel-top-row {*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  margin-bottom: 24px;*/
/*  display: flex;*/
/*}*/

/*.pricing-panel-price-row {*/
/*  color: #000;*/
/*  justify-content: space-between;*/
/*  align-items: flex-end;*/
/*  margin-bottom: 24px;*/
/*  display: flex;*/
/*}*/

/*.pricing-panel-terms {*/
/*  margin-left: 34px;*/
/*}*/

/*.pricing-panel-2-top-row {*/
/*  justify-content: space-between;*/
/*  margin-bottom: 48px;*/
/*  display: flex;*/
/*}*/

/*.background-image-wrapper {*/
/*  z-index: 0;*/
/*  position: absolute;*/
/*  inset: 0%;*/
/*}*/

/*.hero-bg-1 {*/
/*  opacity: .5;*/
/*  background-image: url("https://cdn.prod.website-files.com/66046be649f378040d808c77/66046be649f378040d808ddc_rectangle-6.jpg");*/
/*  background-position: 0 0;*/
/*  background-size: cover;*/
/*  border-radius: 12px;*/
/*  position: absolute;*/
/*  inset: 0%;*/
/*}*/

/*.cta-section-image {*/
/*  border-top-left-radius: 12px;*/
/*  border-top-right-radius: 12px;*/
/*  margin-top: 96px;*/
/*}*/

/*.hero-1-grid {*/
/*  grid-column-gap: 48px;*/
/*  grid-row-gap: 48px;*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: .75fr 1fr;*/
/*  align-items: center;*/
/*}*/

/*.video-wrapper {*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  display: flex;*/
/*  position: relative;*/
/*}*/

/*.hero-2-grid {*/
/*  grid-column-gap: 24px;*/
/*  grid-row-gap: 24px;*/
/*  grid-template-rows: auto;*/
/*  place-items: center;*/
/*}*/

/*.hero-2-grid.webflow-grid-reversed, .hero-2-grid.reverse {*/
/*  direction: rtl;*/
/*}*/

/*.hero-content {*/
/*  direction: ltr;*/
/*  flex-direction: column;*/
/*  align-items: flex-start;*/
/*  max-width: 541px;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*  display: flex;*/
/*}*/

/*.footer-2 {*/
/*  margin-top: 24px;*/
/*}*/

/*.medium-heading {*/
/*  letter-spacing: -.01em;*/
/*  font-size: 28px;*/
/*  font-weight: 600;*/
/*  line-height: 36px;*/
/*}*/

/*.blog-panel-foot {*/
/*  justify-content: space-between;*/
/*  align-items: flex-end;*/
/*  display: flex;*/
/*}*/

/*.webflow-panel-image-link {*/
/*  border-top-left-radius: 12px;*/
/*  border-top-right-radius: 12px;*/
/*  width: 100%;*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*}*/

/*.webflow-panel-image-link/*.webflow-panel-image-link-left {*/
/*  border-top-right-radius: 0;*/
/*  border-bottom-left-radius: 12px;*/
/*}*/

/*.webflow-panel-top-image {*/
/*  border-top-left-radius: 12px;*/
/*  border-top-right-radius: 12px;*/
/*  width: 100%;*/
/*}*/

/*.webflow-panel-top-image/*.webflow-panel-image-left {*/
/*  border-top-right-radius: 0;*/
/*}*/

/*.blog-panel-meta-text {*/
/*  margin-right: 12px;*/
/*  font-size: 14px;*/
/*  font-weight: 600;*/
/*  line-height: 22px;*/
/*}*/

/*.blog-featured-panel-title {*/
/*  flex-direction: column;*/
/*  align-items: flex-start;*/
/*  display: flex;*/
/*}*/

/*.webflow-section-title-with-image {*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  display: flex;*/
/*}*/

/*.blog-grid {*/
/*  grid-column-gap: 24px;*/
/*  grid-row-gap: 24px;*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: 1fr 1fr 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  display: grid;*/
/*}*/

/*.empty-state {*/
/*  background-color: var(--gray-3);*/
/*  text-align: center;*/
/*  border-radius: 12px;*/
/*  padding: 24px;*/
/*}*/

/*.blog-grid-item {*/
/*  flex-direction: row;*/
/*  min-height: 528px;*/
/*  display: flex;*/
/*}*/

/*.post-meta-wrapper {*/
/*  align-items: center;*/
/*  margin-top: 12px;*/
/*  display: flex;*/
/*}*/

/*.article-container {*/
/*  width: 100%;*/
/*  max-width: 682px;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*}*/

/*.article h5 {*/
/*  margin-top: 48px;*/
/*  margin-bottom: 20px;*/
/*}*/

/*.article img {*/
/*  border-radius: 12px;*/
/*}*/

/*.article figure {*/
/*  margin-top: 72px;*/
/*  margin-bottom: 72px;*/
/*}*/

/*.article ul {*/
/*  margin-top: 36px;*/
/*  margin-bottom: 36px;*/
/*}*/

/*.article li {*/
/*  margin-top: 12px;*/
/*  margin-bottom: 12px;*/
/*}*/

/*.article h4, .article h2 {*/
/*  margin-top: 48px;*/
/*}*/

/*.horizontal-rule {*/
/*  border-top: 1px solid var(--gray-3);*/
/*  margin-top: 24px;*/
/*  margin-bottom: 24px;*/
/*}*/

/*.horizontal-rule.blog-post-horizontal-rule {*/
/*  margin-top: 96px;*/
/*  margin-bottom: 96px;*/
/*}*/

/*.featured-post-wrapper {*/
/*  margin-bottom: 96px;*/
/*}*/

/*.align-content-center {*/
/*  align-items: center;*/
/*  display: flex;*/
/*}*/

/*.back-to-top-button-wrapper {*/
/*  z-index: 10;*/
/*  border: 1px none var(--gray-1);*/
/*  background-color: var(--gray-1);*/
/*  border-radius: 50%;*/
/*  width: 48px;*/
/*  height: 48px;*/
/*  position: fixed;*/
/*  bottom: 24px;*/
/*  right: 24px;*/
/*}*/

/*.wide-grid-vertical {*/
/*  grid-column-gap: 48px;*/
/*  grid-row-gap: 48px;*/
/*  grid-template-rows: auto auto;*/
/*  grid-template-columns: 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  display: grid;*/
/*}*/

/*.team-member-heading {*/
/*  margin-bottom: 6px;*/
/*}*/

/*.team-member-footer {*/
/*  border-top: 1px solid var(--gray-3);*/
/*  flex-direction: row;*/
/*  justify-content: space-between;*/
/*  align-items: flex-end;*/
/*  margin-top: 24px;*/
/*  padding-top: 24px;*/
/*  display: flex;*/
/*}*/

/*.team-member-header {*/
/*  margin-bottom: 36px;*/
/*  padding-bottom: 0;*/
/*}*/

/*.webflow-section-title-small {*/
/*  align-items: flex-start;*/
/*  margin-bottom: 48px;*/
/*  display: flex;*/
/*}*/

/*.fullscreen-section-content {*/
/*  flex: 1;*/
/*  align-items: center;*/
/*  padding-top: 24px;*/
/*  padding-bottom: 24px;*/
/*  display: flex;*/
/*}*/

/*.form-input-link {*/
/*  text-align: right;*/
/*  width: 100%;*/
/*  margin-top: 6px;*/
/*  display: block;*/
/*}*/

/*.form-input-link.text-small {*/
/*  margin-top: 8px;*/
/*}*/

/*.text-center {*/
/*  text-align: center;*/
/*}*/

/*.utility-page-body {*/
/*  padding-bottom: 0;*/
/*}*/

/*.justify-column-between {*/
/*  flex-direction: column;*/
/*  justify-content: space-between;*/
/*  display: flex;*/
/*}*/

/*.field-row {*/
/*  flex-direction: row;*/
/*  align-items: center;*/
/*  margin-bottom: 0;*/
/*  padding-left: 0;*/
/*  display: flex;*/
/*}*/

/*.sign-up-grid-halves {*/
/*  grid-column-gap: 24px;*/
/*  grid-row-gap: 24px;*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: 1fr 1fr;*/
/*  width: 100%;*/
/*  max-width: 1107px;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*}*/

/*.modal-container {*/
/*  z-index: 999;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  width: 100%;*/
/*  height: 100vh;*/
/*  padding-top: 24px;*/
/*  padding-bottom: 24px;*/
/*  display: none;*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*}*/

/*.search-form {*/
/*  align-items: center;*/
/*  margin-bottom: 0;*/
/*  display: flex;*/
/*  position: relative;*/
/*}*/

/*.modal-background {*/
/*  background-color: #12141de6;*/
/*  position: absolute;*/
/*  inset: 0%;*/
/*}*/

/*.modal-panel-bg {*/
/*  background-color: var(--gray-1);*/
/*  border-radius: 12px;*/
/*  position: absolute;*/
/*  inset: 0%;*/
/*}*/

/*.footer-3-top-row {*/
/*  justify-content: space-between;*/
/*  align-items: flex-start;*/
/*  margin-bottom: 96px;*/
/*  display: flex;*/
/*}*/

/*.footer-3-left-column {*/
/*  grid-column-gap: 72px;*/
/*  grid-row-gap: 96px;*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: 1fr 1fr 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  align-items: start;*/
/*  display: grid;*/
/*}*/

/*.footer-contact-methods {*/
/*  grid-column-gap: 24px;*/
/*  grid-row-gap: 48px;*/
/*  grid-template-rows: auto auto;*/
/*  grid-template-columns: 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  display: grid;*/
/*}*/

/*.blog-small-heading {*/
/*  margin-bottom: 6px;*/
/*}*/

/*.blog-small-link {*/
/*  color: var(--gray-4);*/
/*  font-weight: 500;*/
/*}*/

/*.search-result-list {*/
/*  grid-column-gap: 24px;*/
/*  grid-row-gap: 24px;*/
/*  grid-template-rows: auto auto;*/
/*  grid-template-columns: 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  display: grid;*/
/*}*/

/*.search-result-paragraph {*/
/*  margin-bottom: 0;*/
/*}*/

/*.search-page-form {*/
/*  width: 100%;*/
/*  display: flex;*/
/*}*/

/*.slider {*/
/*  background-color: #0000;*/
/*  height: auto;*/
/*}*/

/*.display-none {*/
/*  display: none;*/
/*}*/

/*.slider-navigation-previous {*/
/*  inset: auto 84px 24px auto;*/
/*}*/

/*.slider-navigation-next {*/
/*  inset: auto 24px 24px auto;*/
/*}*/

/*.content-on-image-wrapper {*/
/*  flex-direction: column;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  display: flex;*/
/*}*/

/*.content-on-image {*/
/*  position: absolute;*/
/*}*/

/*.content-on-image-image {*/
/*  opacity: .5;*/
/*}*/

/*.content-on-image-slider-navigation {*/
/*  display: none;*/
/*}*/

/*.slider-dots {*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  height: 16px;*/
/*  padding-top: 0;*/
/*  font-size: 8px;*/
/*  display: flex;*/
/*  bottom: -48px;*/
/*}*/

/*.tabs-horizontal {*/
/*  grid-template-rows: auto auto;*/
/*  grid-template-columns: 1fr 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  display: flex;*/
/*}*/

/*.tabs-horizontal-menu {*/
/*  grid-column-gap: 16px;*/
/*  grid-row-gap: 12px;*/
/*  grid-template-rows: auto auto;*/
/*  grid-template-columns: 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  grid-auto-flow: row;*/
/*  align-content: start;*/
/*  align-items: start;*/
/*  width: 100%;*/
/*  max-width: 328px;*/
/*  margin-right: 12px;*/
/*  display: grid;*/
/*}*/

/*.tab-icon {*/
/*  margin-right: 24px;*/
/*}*/

/*.tabs-content {*/
/*  flex: 1;*/
/*}*/

/*.tabs-vertical-menu {*/
/*  display: flex;*/
/*}*/

/*.tabs-vertical-tab {*/
/*  background-color: var(--gray-3);*/
/*  color: var(--gray-4);*/
/*  border-radius: 6px;*/
/*  justify-content: center;*/
/*  align-self: auto;*/
/*  align-items: center;*/
/*  height: 48px;*/
/*  margin-bottom: 12px;*/
/*  margin-right: 12px;*/
/*  padding-left: 24px;*/
/*  padding-right: 24px;*/
/*  transition: color .2s, background-color .2s;*/
/*  display: flex;*/
/*}*/

/*.tabs-vertical-tab.w--current {*/
/*  background-color: var(--gray-4);*/
/*  color: var(--white);*/
/*}*/

/*.accordion-head {*/
/*  cursor: pointer;*/
/*  flex-direction: row;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  padding: 24px 36px;*/
/*  display: flex;*/
/*}*/

/*.accordion-head.accordion-head-small {*/
/*  padding: 12px 24px;*/
/*}*/

/*.accordion-body {*/
/*  margin-top: 0;*/
/*  margin-bottom: 36px;*/
/*  padding-left: 36px;*/
/*  padding-right: 36px;*/
/*  overflow: hidden;*/
/*}*/

/*.accordion-body.accordion-body-small {*/
/*  margin-top: 12px;*/
/*  margin-bottom: 24px;*/
/*  padding-left: 24px;*/
/*  padding-right: 24px;*/
/*}*/

/*.accordion-head-text {*/
/*  color: var(--gray-4);*/
/*  margin-bottom: 0;*/
/*}*/

/*.accordion-list {*/
/*  grid-column-gap: 0px;*/
/*  grid-row-gap: 12px;*/
/*  flex-direction: column;*/
/*  grid-template-rows: auto auto;*/
/*  grid-template-columns: 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  display: grid;*/
/*}*/

/*.pricing-thirds {*/
/*  grid-column-gap: 12px;*/
/*  grid-row-gap: 12px;*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: 1fr 1fr 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  place-items: center;*/
/*  width: 100%;*/
/*  display: grid;*/
/*}*/

/*.pricing-thirds.pricing-button-thirds {*/
/*  justify-items: stretch;*/
/*}*/

/*.pricing-row {*/
/*  grid-column-gap: 12px;*/
/*  grid-row-gap: 12px;*/
/*  border-top: 1px solid var(--gray-3);*/
/*  border-radius: 1px;*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: 1.75fr 2.5fr;*/
/*  grid-auto-columns: 1fr;*/
/*  place-items: center start;*/
/*  padding: 16px 0;*/
/*  display: grid;*/
/*}*/

/*.pricing-row.pricing-header {*/
/*  z-index: 2;*/
/*  background-color: var(--gray-1);*/
/*  border-top-style: none;*/
/*  padding: 24px 36px;*/
/*  position: sticky;*/
/*  top: 73px;*/
/*}*/

/*.pricing-row.pricing-title-row {*/
/*  border-top-style: none;*/
/*}*/

/*.wide-case-study-panel-link {*/
/*  border-top: 1px solid var(--gray-3);*/
/*  cursor: pointer;*/
/*  padding-top: 36px;*/
/*}*/

/*.link-block {*/
/*  cursor: pointer;*/
/*}*/

/*.case-study-article-logo {*/
/*  margin-bottom: 48px;*/
/*}*/

/*.case-study-company-details-wrapper {*/
/*  background-color: var(--gray-1);*/
/*  border-radius: 12px;*/
/*  margin-top: -72px;*/
/*  margin-bottom: 96px;*/
/*}*/

/*.case-study-panel-logo {*/
/*  opacity: .5;*/
/*  margin-bottom: 36px;*/
/*}*/

/*.blog-post-panel-author {*/
/*  white-space: nowrap;*/
/*}*/

/*.account-sign-up-subtext {*/
/*  justify-content: center;*/
/*  font-size: 14px;*/
/*  display: flex;*/
/*}*/

/*.rounded-image-small {*/
/*  border-radius: 6px;*/
/*}*/

/*.quote-background-image {*/
/*  opacity: .15;*/
/*  background-image: url("https://cdn.prod.website-files.com/66046be649f378040d808c77/66046be649f378040d808ddf_rectangle-5.jpg");*/
/*  background-position: 50%;*/
/*  background-size: cover;*/
/*  position: absolute;*/
/*  inset: 0%;*/
/*}*/

/*.faq-grid {*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: 45fr 55fr;*/
/*}*/

/*.job-listing-grid {*/
/*  grid-column-gap: 96px;*/
/*  grid-row-gap: 24px;*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: 36fr 64fr;*/
/*}*/

/*.job-listing-short-description {*/
/*  margin-bottom: 96px;*/
/*}*/

/*.map {*/
/*  height: 528px;*/
/*}*/

/*.contact-form-grid {*/
/*  grid-column-gap: 24px;*/
/*  grid-row-gap: 24px;*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: 55fr 45fr;*/
/*}*/

/*.webflow-panel-height-large {*/
/*  min-height: 528px;*/
/*}*/

/*.webflow-panel-height-medium {*/
/*  min-height: 432px;*/
/*}*/

/*.vertical-metrics-grid {*/
/*  grid-column-gap: 12px;*/
/*  grid-row-gap: 12px;*/
/*  grid-template-rows: auto auto;*/
/*  grid-template-columns: 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  display: grid;*/
/*}*/

/*.webflow-panel-image-left {*/
/*  border-top-left-radius: 12px;*/
/*  border-bottom-left-radius: 12px;*/
/*}*/

/*.list-grid-large {*/
/*  grid-column-gap: 24px;*/
/*  grid-row-gap: 24px;*/
/*  grid-template-rows: auto auto;*/
/*  grid-template-columns: 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  display: grid;*/
/*}*/

/*.fixed-notice-container {*/
/*  z-index: 10;*/
/*  background-color: var(--gray-1);*/
/*  border-radius: 12px;*/
/*  max-width: 400px;*/
/*  position: fixed;*/
/*  bottom: 24px;*/
/*  left: 24px;*/
/*  box-shadow: 0 12px 12px #0003;*/
/*}*/

/*.notice-dismiss {*/
/*  z-index: 2;*/
/*  cursor: pointer;*/
/*  position: absolute;*/
/*  top: 12px;*/
/*  right: 12px;*/
/*}*/

/*.demo-screenshot {*/
/*  opacity: .5;*/
/*  border-radius: 6px;*/
/*  max-width: 100%;*/
/*  margin-bottom: 24px;*/
/*  transition: opacity .2s, transform .2s;*/
/*}*/

/*.demo-screenshot:hover {*/
/*  opacity: 1;*/
/*  transform: scale(1.02);*/
/*}*/

/*.demo-link {*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  display: flex;*/
/*}*/

/*.demos-grid {*/
/*  grid-column-gap: 48px;*/
/*  grid-row-gap: 48px;*/
/*  grid-template-rows: auto;*/
/*}*/

/*.webflow-grid {*/
/*  grid-column-gap: 12px;*/
/*  grid-row-gap: 12px;*/
/*  grid-template-rows: auto;*/
/*}*/

/*.dropdown-list-wrapper {*/
/*  border-radius: 12px;*/
/*  padding: 12px;*/
/*  overflow: hidden;*/
/*}*/

/*.dropdown-grid-halves {*/
/*  grid-column-gap: 0px;*/
/*  grid-row-gap: 0px;*/
/*  grid-template-rows: auto auto;*/
/*  grid-template-columns: 1fr 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  display: grid;*/
/*}*/

/*.style-guide-grid {*/
/*  grid-column-gap: 24px;*/
/*  grid-row-gap: 24px;*/
/*  grid-template-columns: 1fr;*/
/*}*/

/*.webflow-image {*/
/*  position: relative;*/
/*  left: 32px;*/
/*}*/

/*.webflow-div-block {*/
/*  order: 0;*/
/*  align-self: auto;*/
/*}*/

/*.body {*/
/*  -webkit-text-fill-color: inherit;*/
/*  background-color: #fff;*/
/*  background-image: none;*/
/*  background-repeat: repeat;*/
/*  background-clip: border-box;*/
/*}*/

/*.webflow-image-2 {*/
/*  width: 100%;*/
/*  max-width: 100%;*/
/*}*/

.webflow-grid-2 {
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-self: flex-start;
}

.webflow-div-block-2 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
}

.webflow-image-3 {
    aspect-ratio: 1;
    width: 50px;
    max-width: 25%;
    height: 50px;
    margin-left: 15px;
}

.webflow-heading-2 {
    color: var(--almost-black);
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 15px;
    padding-left: 15px;
    display: block;
}

/*.features-table {*/
/*  color: #00000096;*/
/*  border-bottom: 1px solid #e4ebf3;*/
/*  padding: 80px 30px;*/
/*  position: relative;*/
/*}*/

.webflow-container-2 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

/*.centered-heading {*/
/*  color: var(--gray-1);*/
/*  text-align: center;*/
/*  margin-bottom: 16px;*/
/*}*/

/*.centered-subheading {*/
/*  text-align: center;*/
/*  max-width: 530px;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*}*/

/*.comparison-table {*/
/*  flex-direction: column;*/
/*  margin-top: 50px;*/
/*  display: flex;*/
/*  box-shadow: 2px 0 10px #0003;*/
/*}*/

/*.comparison-row-main {*/
/*  grid-column-gap: 0px;*/
/*  grid-row-gap: 0px;*/
/*  color: #000;*/
/*  text-align: left;*/
/*  background-color: #f5f7fa;*/
/*  border-bottom: 1px solid #e4ebf3;*/
/*  grid-template: ". Area"*/
/*  / 1fr 1fr 1fr 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  padding-top: 24px;*/
/*  padding-bottom: 24px;*/
/*  display: grid;*/
/*}*/

/*.comparison-title {*/
/*  color: var(--almost-black);*/
/*  text-align: center;*/
/*  margin-bottom: 0;*/
/*  margin-left: 24px;*/
/*}*/

/*.comparison-row {*/
/*  grid-column-gap: 0px;*/
/*  grid-row-gap: 0px;*/
/*  border-bottom: 1px solid #e4ebf3;*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: 1fr 1fr 1fr 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  align-self: auto;*/
/*  padding-top: 24px;*/
/*  padding-bottom: 24px;*/
/*  display: grid;*/
/*}*/

/*.comparison-negative {*/
/*  background-image: url("https://cdn.prod.website-files.com/62434fa732124a0fb112aab4/62434fa732124ac2f812aadc_plus%20rotated.svg");*/
/*  background-position: 0%;*/
/*  background-repeat: no-repeat;*/
/*  background-size: auto;*/
/*  margin-left: 24px;*/
/*  padding-left: 40px;*/
/*}*/

/*.comparison-positive {*/
/*  background-image: url("https://cdn.prod.website-files.com/62434fa732124a0fb112aab4/62434fa732124a700a12aad4_check%20circle.svg");*/
/*  background-position: 0%;*/
/*  background-repeat: no-repeat;*/
/*  background-size: auto;*/
/*  margin-left: 24px;*/
/*  padding-left: 40px;*/
/*}*/

/*@media screen and (max-width: 991px) {*/
/*  blockquote {*/
/*    margin-top: 36px;*/
/*    margin-bottom: 36px;*/
/*  }*/

/*  .webflow-section {*/
/*    grid-column-gap: 0px;*/
/*    grid-row-gap: 0px;*/
/*    flex-flow: column;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*    margin-top: 96px;*/
/*    margin-bottom: 96px;*/
/*    display: flex;*/
/*  }*/

/*  .webflow-section.webflow-section-small {*/
/*    margin-top: 72px;*/
/*    margin-bottom: 72px;*/
/*  }*/

/*  .rounded-image.webflow-section-title-image {*/
/*    margin-top: 48px;*/
/*    margin-left: 0;*/
/*  }*/

/*  .webflow-panel.webflow-section {*/
/*    padding-top: 60px;*/
/*    padding-bottom: 60px;*/
/*  }*/

/*  .webflow-panel.webflow-section.hero-panel {*/
/*    min-height: 50vh;*/
/*  }*/

/*  .webflow-panel.webflow-panel-wide {*/
/*    grid-template-columns: 1fr;*/
/*    max-width: 612px;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*  }*/

.webflow-panel.webflow-bg-gradient-9 {
    align-items: flex-start;
}

/*  .webflow-panel.wide-case-study-panel {*/
/*    flex-direction: column;*/
/*    max-width: 612px;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*  }*/

/*  .style-guide-container {*/
/*    grid-row-gap: 48px;*/
/*    grid-template-columns: 1fr;*/
/*  }*/

/*  .style-guide-content-item {*/
/*    margin-bottom: 12px;*/
/*    margin-right: 12px;*/
/*  }*/

/*  .display-heading-1 {*/
/*    font-size: 88px;*/
/*    line-height: 88px;*/
/*  }*/

/*  .display-heading-2 {*/
/*    font-size: 72px;*/
/*    line-height: 72px;*/
/*  }*/

/*  .display-heading-3 {*/
/*    font-size: 54px;*/
/*    line-height: 54px;*/
/*  }*/

/*  .display-heading-4.space-bottom-large {*/
/*    margin-bottom: 36px;*/
/*  }*/

/*  .text-lead.blog-post-summary {*/
/*    margin-bottom: 72px;*/
/*  }*/

/*  .text-lead.job-listing-short-description {*/
/*    margin-bottom: 48px;*/
/*  }*/

.row.webflow-content-width-extra-large.large-text-row {
    flex-direction: column;
}

/*  .button-large-outline {*/
/*    text-align: center;*/
/*  }*/

.webflow-panel-body.footer-1-panel-body {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
}

.webflow-panel-body.footer-2-panel-body {
    padding: 36px;
}

.webflow-panel-body.wide-case-study-panel-body {
    max-width: none;
}

/*  .webflow-grid-halves {*/
/*    grid-template-columns: 1fr;*/
/*    max-width: 824px;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*  }*/

/*  .webflow-grid-thirds {*/
/*    grid-template-columns: 1fr;*/
/*    max-width: 824px;*/
/*    min-height: auto;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*  }*/

/*  .webflow-grid-thirds.space-bottom {*/
/*    grid-template-columns: 1fr;*/
/*  }*/

/*  .content-width-medium.article-title-wrapper {*/
/*    margin-bottom: 72px;*/
/*  }*/

.webflow-content-width-extra-large {
    margin-right: auto;
}

/*  .webflow-grid-two-thirds {*/
/*    grid-template-columns: 1fr;*/
/*    max-width: 824px;*/
/*    min-height: 0;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*  }*/

.webflow-panel-wide {
    grid-template-columns: 1fr;
}

/*  .brand-row.space-bottom-large {*/
/*    margin-bottom: 24px;*/
/*  }*/

/*  .nav-link {*/
/*    padding-top: 6px;*/
/*    padding-bottom: 6px;*/
/*  }*/

/*  .nav-link.row {*/
/*    align-items: center;*/
/*  }*/

/*  .navbar {*/
/*    padding-top: 12px;*/
/*    padding-bottom: 12px;*/
/*  }*/

/*  .navbar-controls {*/
/*    align-items: center;*/
/*  }*/

/*  .dropdown-list.w--open {*/
/*    position: relative;*/
/*  }*/

/*  .nav-menu {*/
/*    background-color: var(--gray-1);*/
/*    border-bottom-right-radius: 12px;*/
/*    border-bottom-left-radius: 12px;*/
/*    padding: 12px;*/
/*  }*/

/*  .menu-button {*/
/*    margin-left: 12px;*/
/*    padding: 12px 0 12px 12px;*/
/*  }*/

/*  .menu-button.w--open {*/
/*    background-color: #0000;*/
/*  }*/

/*  .footer-1-top-row {*/
/*    flex-direction: column;*/
/*    margin-bottom: 72px;*/
/*  }*/

/*  .footer-menu-grids {*/
/*    margin-top: 48px;*/
/*  }*/

/*  .form-thirds {*/
/*    grid-template-columns: 1fr;*/
/*  }*/

/*  .cta-row-1 {*/
/*    text-align: center;*/
/*    flex-direction: column;*/
/*    grid-template-columns: 1fr;*/
/*    justify-items: center;*/
/*  }*/

/*  .cta-row-2 {*/
/*    grid-column-gap: 36px;*/
/*    grid-row-gap: 36px;*/
/*    grid-template-columns: 2.5fr;*/
/*  }*/

/*  .pricing-panel-2-top-row {*/
/*    margin-bottom: 24px;*/
/*  }*/

/*  .cta-section-image {*/
/*    margin-top: 60px;*/
/*  }*/

/*  .cta-section-image.content-width-large {*/
/*    max-width: 612px;*/
/*  }*/

/*  .hero-1-grid {*/
/*    text-align: center;*/
/*    grid-template-columns: 1fr;*/
/*    justify-items: center;*/
/*  }*/

/*  .hero-2-grid {*/
/*    grid-column-gap: 48px;*/
/*    grid-row-gap: 48px;*/
/*    text-align: center;*/
/*    grid-template-columns: 1fr;*/
/*  }*/

/*  .hero-content {*/
/*    align-items: center;*/
/*  }*/

/*  .blog-panel-foot {*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*  }*/

.webflow-panel-image-link.webflow-panel-image-link-left {
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
}

.webflow-panel-top-image.webflow-panel-image-left {
    border-top-right-radius: 12px;
}

/*  .blog-panel-meta-text {*/
/*    margin-bottom: 12px;*/
/*    margin-right: 0;*/
/*  }*/

.webflow-section-title-with-image {
    text-align: center;
    flex-direction: column;
}

/*  .blog-grid {*/
/*    grid-template-columns: 1fr 1fr;*/
/*  }*/

/*  .blog-grid-item {*/
/*    min-height: auto;*/
/*  }*/

/*  .article h5 {*/
/*    margin-top: 48px;*/
/*  }*/

/*  .article figure {*/
/*    margin-top: 48px;*/
/*    margin-bottom: 48px;*/
/*  }*/

/*  .article ul {*/
/*    margin-top: 36px;*/
/*    margin-bottom: 36px;*/
/*  }*/

/*  .horizontal-rule.blog-post-horizontal-rule {*/
/*    margin-top: 72px;*/
/*    margin-bottom: 72px;*/
/*  }*/

/*  .featured-post-wrapper {*/
/*    margin-bottom: 72px;*/
/*  }*/

/*  .sign-up-grid-halves {*/
/*    grid-template-columns: 1fr;*/
/*    max-width: 612px;*/
/*  }*/

/*  .footer-3-top-row {*/
/*    flex-direction: column;*/
/*    align-items: stretch;*/
/*    margin-bottom: 72px;*/
/*  }*/

/*  .footer-3-left-column {*/
/*    margin-bottom: 48px;*/
/*  }*/

/*  .content-on-image {*/
/*    padding-left: 24px;*/
/*    padding-right: 24px;*/
/*  }*/

.slider-dots.webflow-panel-slider-dots {
    margin-top: 24px;
    position: relative;
    bottom: 0;
}

/*  .tabs-horizontal {*/
/*    flex-direction: column;*/
/*  }*/

/*  .tabs-horizontal-menu {*/
/*    grid-column-gap: 12px;*/
/*    grid-template-columns: 1fr 1fr;*/
/*    max-width: none;*/
/*    margin-bottom: 12px;*/
/*    margin-right: 0;*/
/*  }*/

/*  .case-study-company-details-wrapper {*/
/*    margin-bottom: 72px;*/
/*  }*/

/*  .account-sign-up-subtext {*/
/*    display: none;*/
/*  }*/

/*  .faq-grid, .job-listing-grid {*/
/*    grid-row-gap: 48px;*/
/*    grid-template-columns: 1fr;*/
/*  }*/

/*  .job-listing-short-description {*/
/*    margin-bottom: 48px;*/
/*  }*/

/*  .contact-form-grid {*/
/*    grid-template-columns: 55fr;*/
/*  }*/

.webflow-grid-container {
    max-width: 1200px;
}

/*.webflow-panel-image-left {*/
/*  border-top-right-radius: 12px;*/
/*  border-bottom-left-radius: 0;*/
/*}*/

/*  .dropdown-list-wrapper {*/
/*    position: relative;*/
/*  }*/

/*  .webflow-image-2 {*/
/*    vertical-align: baseline;*/
/*    flex-flow: column;*/
/*    margin-left: auto;*/
/*    display: block;*/
/*  }*/

@media screen and (max-width: 1200px) {
    .webflow-grid-2 {
        flex-flow: column;
        flex: 0 auto;
        display: flex;
    }
}

.webflow-container-2 {
    max-width: 728px;
}

/*@media screen and (max-width: 767px) {*/
/*  body {*/
/*    padding-bottom: 24px;*/
/*  }*/

/*  h1 {*/
/*    font-size: 32px;*/
/*    line-height: 40px;*/
/*  }*/

/*  h2 {*/
/*    font-size: 28px;*/
/*    line-height: 36px;*/
/*  }*/

/*  h4 {*/
/*    font-size: 20px;*/
/*    line-height: 28px;*/
/*  }*/

/*  blockquote {*/
/*    margin-top: 24px;*/
/*    margin-bottom: 24px;*/
/*    padding: 24px;*/
/*  }*/

/*  .webflow-section {*/
/*    margin-top: 72px;*/
/*    margin-bottom: 72px;*/
/*  }*/

/*  .webflow-section.webflow-section-small {*/
/*    margin-top: 48px;*/
/*    margin-bottom: 48px;*/
/*  }*/

/*  .rounded-image {*/
/*    border-radius: 6px;*/
/*  }*/

/*  .webflow-panel.webflow-section {*/
/*    padding-top: 48px;*/
/*    padding-bottom: 48px;*/
/*  }*/

/*  .webflow-panel.webflow-section.hero-panel {*/
/*    min-height: auto;*/
/*  }*/

/*  .webflow-panel.bg-white.webflow-panel-on-image {*/
/*    max-width: 100%;*/
/*    position: relative;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*  }*/

/*  .webflow-panel.webflow-panel-wide {*/
/*    max-width: 400px;*/
/*  }*/

/*  .webflow-panel.tab-panel {*/
/*    justify-content: center;*/
/*  }*/

/*  .webflow-panel.wide-case-study-panel {*/
/*    max-width: 400px;*/
/*  }*/

/*  .style-guide-container {*/
/*    flex-direction: column;*/
/*  }*/

/*  .display-heading-1, .display-heading-2, .display-heading-3 {*/
/*    font-size: 54px;*/
/*    line-height: 54px;*/
/*  }*/

/*  .display-heading-4 {*/
/*    font-size: 40px;*/
/*    line-height: 44px;*/
/*  }*/

/*  .text-lead.blog-post-summary {*/
/*    margin-bottom: 48px;*/
/*  }*/

/*  .text-lead.job-listing-short-description {*/
/*    margin-bottom: 24px;*/
/*  }*/

/*  .row.webflow-content-width-extra-large.large-text-row {*/
/*    flex-direction: column;*/
/*    align-content: flex-start;*/
/*  }*/

/*  .text-small.footer-2-subtext {*/
/*    text-align: center;*/
/*  }*/

/*  .button-large {*/
/*    height: 48px;*/
/*  }*/

/*  .button-large.bg-primary-3.horizontal-form-button, .button-large.bg-primary-5.horizontal-form-button {*/
/*    margin-left: 0;*/
/*  }*/

/*  .form-input.form-input-large {*/
/*    height: 48px;*/
/*    padding-left: 20px;*/
/*  }*/

.webflow-panel-body.webflow-panel-body-large {
    padding: 36px;
}

.webflow-panel-body.footer-1-panel-body {
    padding-bottom: 24px;
    padding-left: 36px;
    padding-right: 36px;
}

.webflow-panel-body.footer-2-panel-body {
    grid-template-columns: 1fr;
    justify-items: center;
}

.webflow-panel-body.webflow-grid-halves, .webflow-grid-halves.space-bottom, .webflow-grid-thirds.space-bottom {
    grid-template-columns: 1fr;
}

/*  .content-width-medium.article-title-wrapper {*/
/*    margin-bottom: 48px;*/
/*  }*/

/*  .large-heading {*/
/*    font-size: 32px;*/
/*    line-height: 40px;*/
/*  }*/

/*  .webflow-section-title {*/
/*    margin-bottom: 48px;*/
/*  }*/

/*  .quote-on-image {*/
/*    grid-column-gap: 24px;*/
/*    grid-row-gap: 24px;*/
/*    flex-direction: column;*/
/*    grid-template-rows: auto auto;*/
/*    grid-template-columns: 1fr;*/
/*    grid-auto-columns: 1fr;*/
/*    align-items: stretch;*/
/*    width: 100%;*/
/*    display: grid;*/
/*  }*/

/*  .rounded {*/
/*    border-radius: 6px;*/
/*  }*/

/*  .avatar.avatar-large {*/
/*    width: 72px;*/
/*    height: 72px;*/
/*  }*/

/*  .brand-row.align-content-left {*/
/*    margin-left: 0;*/
/*  }*/

/*  .brand-image {*/
/*    margin-left: 12px;*/
/*    margin-right: 12px;*/
/*  }*/

/*  .footer-1-top-row {*/
/*    margin-bottom: 48px;*/
/*  }*/

/*  .footer-1-bottom-row {*/
/*    grid-column-gap: 24px;*/
/*    grid-row-gap: 24px;*/
/*    flex-direction: column;*/
/*    grid-template-rows: auto auto;*/
/*    grid-template-columns: 1fr;*/
/*    grid-auto-columns: 1fr;*/
/*    justify-items: center;*/
/*    display: grid;*/
/*  }*/

/*  .footer-menu-grids {*/
/*    margin-top: 36px;*/
/*  }*/

/*  .navbar-buttons {*/
/*    display: none;*/
/*  }*/

/*  .horizontal-form {*/
/*    grid-column-gap: 12px;*/
/*    grid-row-gap: 12px;*/
/*    flex-direction: column;*/
/*    grid-template-rows: auto auto;*/
/*    grid-template-columns: 1fr;*/
/*    grid-auto-columns: 1fr;*/
/*    align-items: stretch;*/
/*    display: grid;*/
/*  }*/

/*  .form-thirds {*/
/*    grid-template-columns: 1fr;*/
/*  }*/

/*  .cta-section-image {*/
/*    margin-top: 24px;*/
/*  }*/

/*  .cta-section-image.content-width-large {*/
/*    max-width: 80%;*/
/*  }*/

/*  .blog-grid {*/
/*    grid-template-columns: 1fr;*/
/*    max-width: 400px;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*  }*/

/*  .post-meta-wrapper {*/
/*    margin-top: 12px;*/
/*  }*/

/*  .article h5 {*/
/*    margin-top: 24px;*/
/*  }*/

/*  .article img {*/
/*    border-radius: 6px;*/
/*  }*/

/*  .article figure, .article ul, .horizontal-rule.blog-post-horizontal-rule {*/
/*    margin-top: 24px;*/
/*    margin-bottom: 24px;*/
/*  }*/

/*  .featured-post-wrapper {*/
/*    margin-bottom: 48px;*/
/*  }*/

/*  .back-to-top-button-wrapper {*/
/*    display: none;*/
/*  }*/

/*  .wide-grid-vertical {*/
/*    grid-column-gap: 24px;*/
/*    grid-row-gap: 24px;*/
/*  }*/

/*  .team-member-header {*/
/*    margin-bottom: 24px;*/
/*  }*/

/*  .webflow-section-title-small {*/
/*    justify-content: center;*/
/*    margin-bottom: 24px;*/
/*  }*/

/*  .sign-up-grid-halves {*/
/*    max-width: 400px;*/
/*  }*/

/*  .footer-3-top-row {*/
/*    margin-bottom: 48px;*/
/*  }*/

/*  .slider-dots.webflow-panel-slider-dots {*/
/*    margin-top: 24px;*/
/*    position: relative;*/
/*    bottom: 0;*/
/*  }*/

/*  .tabs-horizontal-menu {*/
/*    place-items: stretch stretch;*/
/*  }*/

/*  .tab-icon {*/
/*    max-width: 36px;*/
/*  }*/

/*  .tabs-vertical-menu {*/
/*    flex-wrap: wrap;*/
/*  }*/

/*  .pricing-row {*/
/*    text-align: center;*/
/*    grid-template-rows: auto auto;*/
/*    grid-template-columns: 1.75fr;*/
/*    justify-items: center;*/
/*  }*/

/*  .pricing-row.pricing-header {*/
/*    background-color: var(--gray-1);*/
/*    grid-template-rows: auto;*/
/*    padding-top: 12px;*/
/*    padding-bottom: 12px;*/
/*  }*/

/*  .pricing-row.pricing-title-row {*/
/*    padding-top: 0;*/
/*    padding-bottom: 0;*/
/*  }*/

/*  .pricing-line-title {*/
/*    color: var(--white);*/
/*    margin-bottom: 12px;*/
/*  }*/

/*  .case-study-company-details-wrapper {*/
/*    margin-top: 24px;*/
/*    margin-bottom: 48px;*/
/*  }*/

/*  .pricing-header-row-spacer {*/
/*    display: none;*/
/*  }*/

/*  .rounded-image-small {*/
/*    border-radius: 6px;*/
/*  }*/

/*  .faq-grid {*/
/*    grid-row-gap: 24px;*/
/*  }*/

/*  .job-listing-short-description {*/
/*    margin-bottom: 24px;*/
/*  }*/

/*  .contact-form-grid {*/
/*    grid-row-gap: 12px;*/
/*  }*/

/*  .demo-screenshot {*/
/*    opacity: 1;*/
/*  }*/

/*  .webflow-image-2 {*/
/*    margin-left: 0;*/
/*  }*/

/*  .features-table {*/
/*    padding: 60px 15px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 479px) {*/
/*  body {*/
/*    padding-bottom: 12px;*/
/*  }*/

/*  h1 {*/
/*    font-size: 32px;*/
/*    line-height: 40px;*/
/*  }*/

/*  h2 {*/
/*    font-size: 28px;*/
/*    line-height: 36px;*/
/*  }*/

/*  h3 {*/
/*    font-size: 24px;*/
/*    line-height: 30px;*/
/*  }*/

/*  blockquote {*/
/*    border-radius: 6px;*/
/*    padding: 24px;*/
/*    font-size: 20px;*/
/*    line-height: 30px;*/
/*  }*/

.webflow-container {
    padding-left: 12px;
    padding-right: 12px;
}

.webflow-section.webflow-section-small {
    margin-top: 24px;
    margin-bottom: 24px;
}

.rounded-image.webflow-section-title-image {
    margin-top: 24px;
}

.webflow-panel {
    border-radius: 6px;
}

.webflow-panel.webflow-section {
    margin-top: 12px;
    margin-bottom: 12px;
}

/*  .card-heading {*/
/*    font-size: 28px;*/
/*    line-height: 32px;*/
/*  }*/

/*  .display-heading-1 {*/
/*    margin-bottom: 24px;*/
/*    font-size: 40px;*/
/*    line-height: 44px;*/
/*  }*/

/*  .display-heading-2, .display-heading-3 {*/
/*    font-size: 40px;*/
/*    line-height: 44px;*/
/*  }*/

/*  .display-heading-4.space-bottom-large, .display-heading-4.space-bottom {*/
/*    margin-bottom: 24px;*/
/*  }*/

/*  .text-lead {*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*  }*/

/*  .text-lead.blog-post-summary {*/
/*    margin-bottom: 24px;*/
/*  }*/

/*  .text-small.form-subtext {*/
/*    margin-top: 12px;*/
/*  }*/

/*  .button-large.bg-primary-3.horizontal-form-button, .button-large.bg-primary-5.horizontal-form-button {*/
/*    margin-left: 0;*/
/*  }*/

/*  .form-input.form-input-large.search-form-input {*/
/*    margin-bottom: 12px;*/
/*    margin-right: 0;*/
/*  }*/

/*  .badge {*/
/*    min-width: 24px;*/
/*    height: 24px;*/
/*    font-size: 14px;*/
/*  }*/

.webflow-panel-body, .webflow-panel-body.webflow-panel-body-large {
    padding: 24px;
}

/*  .webflow-grid-halves, .webflow-grid-thirds {*/
/*    grid-row-gap: 12px;*/
/*    grid-template-columns: 1fr;*/
/*  }*/

/*  .content-width-medium.article-title-wrapper {*/
/*    margin-bottom: 24px;*/
/*  }*/

/*  .webflow-grid-two-thirds {*/
/*    grid-column-gap: 12px;*/
/*    grid-row-gap: 12px;*/
/*  }*/

/*  .webflow-section-title {*/
/*    margin-bottom: 24px;*/
/*  }*/

/*  .quote-on-image {*/
/*    grid-column-gap: 12px;*/
/*    grid-row-gap: 12px;*/
/*  }*/

/*  .avatar.blog-panel-avatar {*/
/*    display: none;*/
/*  }*/

/*  .dropdown-item {*/
/*    min-width: auto;*/
/*  }*/

/*  .footer-1-top-row {*/
/*    text-align: center;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*  }*/

/*  .vertical-menu-grid {*/
/*    justify-items: center;*/
/*  }*/

/*  .footer-1-bottom-row {*/
/*    text-align: center;*/
/*  }*/

/*  .footer-menu-grids {*/
/*    grid-template-columns: 1fr;*/
/*  }*/

/*  .social-list.team-member-social-list {*/
/*    margin-top: 12px;*/
/*  }*/

/*  .form-grid-halves {*/
/*    grid-template-columns: 1fr;*/
/*  }*/

/*  .horizontal-form {*/
/*    flex-direction: column;*/
/*    grid-auto-columns: 1fr;*/
/*    align-items: stretch;*/
/*    display: grid;*/
/*  }*/

/*  .vertical-text-grid.content-width-extra-small {*/
/*    grid-column-gap: 24px;*/
/*    grid-row-gap: 24px;*/
/*  }*/

/*  .cta-row-1 {*/
/*    grid-column-gap: 36px;*/
/*    grid-row-gap: 36px;*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*  }*/

/*  .cta-row-2 {*/
/*    grid-column-gap: 0px;*/
/*    grid-row-gap: 24px;*/
/*  }*/

/*  .pricing-panel-top-row {*/
/*    margin-bottom: 12px;*/
/*  }*/

/*  .hero-bg-1 {*/
/*    border-radius: 6px;*/
/*  }*/

/*  .cta-section-image.content-width-large {*/
/*    border-radius: 0 0 12px 12px;*/
/*    max-width: 100%;*/
/*  }*/

/*  .medium-heading {*/
/*    font-size: 24px;*/
/*    line-height: 30px;*/
/*  }*/

.webflow-panel-image-link {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.webflow-panel-image-link.webflow-panel-image-link-left {
    border-top-right-radius: 6px;
}

.webflow-panel-top-image {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 100%;
}

/*  .blog-grid {*/
/*    grid-column-gap: 12px;*/
/*    grid-row-gap: 12px;*/
/*  }*/

/*  .empty-state {*/
/*    border-radius: 6px;*/
/*    padding: 12px;*/
/*  }*/

/*  .post-meta-wrapper {*/
/*    margin-top: 0;*/
/*  }*/

/*  .featured-post-wrapper {*/
/*    margin-bottom: 24px;*/
/*  }*/

/*  .wide-grid-vertical {*/
/*    grid-column-gap: 12px;*/
/*    grid-row-gap: 12px;*/
/*  }*/

/*  .team-member-footer {*/
/*    text-align: center;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    margin-top: 0;*/
/*  }*/

/*  .team-member-header {*/
/*    text-align: center;*/
/*  }*/

/*  .webflow-section-title-small {*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*  }*/

/*  .footer-3-left-column {*/
/*    grid-row-gap: 24px;*/
/*    text-align: center;*/
/*    grid-template-columns: 1fr;*/
/*    justify-items: center;*/
/*  }*/

/*  .search-result-list {*/
/*    grid-row-gap: 12px;*/
/*  }*/

/*  .search-page-form {*/
/*    flex-direction: column;*/
/*  }*/

/*  .slider-navigation-previous, .slider-navigation-next {*/
/*    display: none;*/
/*  }*/

/*  .content-on-image {*/
/*    margin-top: 24px;*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*    position: relative;*/
/*  }*/

/*  .content-on-image-image {*/
/*    opacity: 1;*/
/*  }*/

/*  .content-on-image-slider-navigation {*/
/*    height: 12px;*/
/*    margin-top: 24px;*/
/*    margin-bottom: 24px;*/
/*    padding-top: 0;*/
/*    font-size: 10px;*/
/*    display: flex;*/
/*    position: relative;*/
/*  }*/

/*  .tabs-horizontal-menu {*/
/*    grid-template-columns: 1fr;*/
/*    grid-auto-flow: row;*/
/*  }*/

/*  .tabs-vertical-tab:hover {*/
/*    background-color: var(--gray-4);*/
/*    color: var(--white);*/
/*  }*/

/*  .pricing-thirds.pricing-button-thirds {*/
/*    grid-column-gap: 6px;*/
/*    grid-row-gap: 6px;*/
/*    flex-direction: column;*/
/*    grid-template-rows: auto;*/
/*    grid-template-columns: 1fr;*/
/*    grid-auto-columns: 1fr;*/
/*    grid-auto-flow: row;*/
/*    display: grid;*/
/*  }*/

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

/*  .webflow-grid-image {*/
/*    border-radius: 6px;*/
/*  }*/

/*  .webflow-panel-image-left {*/
/*    border-top-left-radius: 6px;*/
/*    border-top-right-radius: 6px;*/
/*  }*/

/*  .list-grid-large {*/
/*    grid-column-gap: 12px;*/
/*    grid-row-gap: 12px;*/
/*  }*/

/*  .fixed-notice-container {*/
/*    border-radius: 6px;*/
/*    max-width: 298px;*/
/*    bottom: 12px;*/
/*    left: 12px;*/
/*  }*/

/*  .dropdown-grid-halves {*/
/*    grid-template-columns: 1fr;*/
/*  }*/

.webflow-container-2 {
    max-width: none;
}

/*  .centered-heading {*/
/*    margin-bottom: 24px;*/
/*  }*/

/*  .comparison-row-main {*/
/*    grid-column-gap: 20px;*/
/*  }*/

/*  .comparison-title {*/
/*    margin-left: 10px;*/
/*  }*/

/*  .comparison-row {*/
/*    grid-column-gap: 20px;*/
/*  }*/

/*  .comparison-negative {*/
/*    background-position: 0 5px;*/
/*    background-size: 14px;*/
/*    margin-left: 10px;*/
/*    padding-left: 20px;*/
/*  }*/

/*  .comparison-positive {*/
/*    background-position: 0 4px;*/
/*    background-size: 16px;*/
/*    margin-left: 10px;*/
/*    padding-left: 20px;*/
/*  }*/
/*}*/

/*#w-node-_9802afcb-1940-a3f6-2399-db11d33b2f29-0d808cea, #w-node-a9f88f5c-5563-31bc-46e4-0e0ce3e66864-0d808cea, #w-node-_27385442-ef8f-437f-de1c-448a930d0f45-0d808cea {*/
/*  justify-self: auto;*/
/*}*/

/*#w-node-_8356d5a0-1a10-3f94-d3fc-ea199eebb028-0d808cea, #w-node-_14939e37-5156-4d8a-558c-8e3413b73c2b-0d808cea, #w-node-_974df4f9-5f37-aa7f-a816-b6a5651c8254-0d808cea, #w-node-_14939e37-5156-4d8a-558c-8e3413b73c32-0d808cea {*/
/*  grid-area: span 1 / span 1 / span 1 / span 1;*/
/*}*/

/*#w-node-e9d2f1ab-64ba-f5e3-7b54-00741dd06e42-0d808cea, #w-node-c7c448b3-be55-9e14-093b-c990e8e01206-0d808cea, #w-node-d5d43bb8-2186-a69c-cc1a-594a1399fb4a-0d808cea {*/
/*  grid-area: span 1 / span 1 / span 1 / span 1;*/
/*  justify-self: center;*/
/*}*/

/*#w-node-_86f0debf-39d3-95e9-4d0b-a869be9a047c-0d808cea {*/
/*  grid-area: span 1 / span 1 / span 1 / span 1;*/
/*}*/

/*#w-node-_86f0debf-39d3-95e9-4d0b-a869be9a047e-0d808cea, #w-node-b00e9500-d982-391b-cf30-dc88c1f77c49-0d808cea, #w-node-_86f0debf-39d3-95e9-4d0b-a869be9a047f-0d808cea {*/
/*  grid-area: span 1 / span 1 / span 1 / span 1;*/
/*  justify-self: center;*/
/*}*/

/*#w-node-_37436284-cf52-7e3d-c02a-403b311eb3b2-0d808cea {*/
/*  grid-area: span 1 / span 1 / span 1 / span 1;*/
/*}*/

/*#w-node-_1b48ddb7-a6e5-5889-6393-01cbc07d58b8-0d808cea, #w-node-_46398be4-1b5f-f8dc-0829-a5f06b1cbeb5-0d808cea, #w-node-c2dca96b-09cc-0947-7910-fea2954e9622-0d808cea {*/
/*  grid-area: span 1 / span 1 / span 1 / span 1;*/
/*  justify-self: center;*/
/*}*/

/*#w-node-bb8f6b61-3405-af38-91e5-0ddec21e6a47-0d808cea {*/
/*  grid-area: span 1 / span 1 / span 1 / span 1;*/
/*}*/

/*#w-node-_57e4f85d-6c0a-ff15-c185-1920f8333917-0d808cea {*/
/*  grid-area: span 1 / span 1 / span 1 / span 1;*/
/*  place-self: center;*/
/*}*/

/*#w-node-_0900e778-1fcc-4e30-7f5d-2f97916f4892-0d808cea, #w-node-_00436507-9a15-5f54-f30f-68600a646393-0d808cea {*/
/*  grid-area: span 1 / span 1 / span 1 / span 1;*/
/*  justify-self: center;*/
/*}*/

/*#w-node-_726b2a06-81f3-d9d5-b5ad-8feb0519fc85-0d808cea {*/
/*  grid-area: span 1 / span 1 / span 1 / span 1;*/
/*}*/

/*#w-node-_2e2f8e8c-56a6-e548-de65-50d990f5f6da-0d808cea, #w-node-_8c9218d3-0948-75f8-86ff-51d46ebef555-0d808cea, #w-node-_97872482-4117-8a62-222f-d0e28df35e57-0d808cea {*/
/*  grid-area: span 1 / span 1 / span 1 / span 1;*/
/*  justify-self: center;*/
/*}*/

/*#w-node-_1c7d2e55-831b-b2c9-4d1a-773ed5a1bea0-0d808cea {*/
/*  grid-area: span 1 / span 1 / span 1 / span 1;*/
/*}*/

/*#w-node-_64e67f89-3da7-d33f-7775-7891a3c0838c-0d808cea {*/
/*  grid-area: span 1 / span 1 / span 1 / span 1;*/
/*  place-self: center;*/
/*}*/

/*#w-node-_982fac90-e6e8-ca1b-fb7f-a6943815d2b4-0d808cea, #w-node-_23a2d52e-1ab2-47a1-35ff-fee568a1b340-0d808cea {*/
/*  grid-area: span 1 / span 1 / span 1 / span 1;*/
/*  justify-self: center;*/
/*}*/

/*#w-node-_00e1d4d2-637b-023d-3640-ae092c2fe6c3-0d808d39, #w-node-_257f0c7e-7b56-a383-032a-ec9110036bd5-0d808d46 {*/
/*  justify-self: end;*/
/*}*/

