@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-XLightIta.otf') format("opentype"), url('../fonts/Gotham-LightIta.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham book;
  src: url('../fonts/Gotham-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-ThinIta.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham ultra;
  src: url('../fonts/Gotham-Ultra.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-BoldIta.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-BlackIta.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font awesome 6 free 400";
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 6 brands 400";
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 6 free solid 900";
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-khaki: #d4bb62;
  --dark-orange: #e67c07;
  --midnight-blue: #062133;
  --light-blue: #a5cdd4;
  --dark-slate-grey: #2f595a;
  --midnight-blue-2: #192e69;
  --cadet-blue: #559fa6;
  --white: white;
  --conversion-flow-library-medium-purple: #b16cea;
  --conversion-flow-library-light-coral: #ff5e69;
  --conversion-flow-library-sandy-brown: #ffa84b;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--gray500: #667085;
  --black-text: #333;
  --black: black;
}

.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: #333;
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--dark-khaki);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

strong {
  color: #333333e6;
  font-weight: 700;
}

blockquote {
  color: #161616;
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  color: #44494d;
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.fs-styleguide_color-sample.is-background2 {
  background-color: var(--dark-orange);
}

.fs-styleguide_color-sample.is-text-color {
  background-color: #333;
}

.fs-styleguide_color-sample.is-secondary {
  background-color: var(--midnight-blue);
}

.fs-styleguide_color-sample.is-background1 {
  background-color: var(--light-blue);
}

.fs-styleguide_color-sample.is-others {
  background-color: var(--dark-orange);
}

.fs-styleguide_color-sample.is-primary {
  background-color: var(--dark-slate-grey);
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  color: #4a5d69;
  text-align: center;
  letter-spacing: .02em;
  background-color: #0000;
  background-image: none;
  border: 1px solid #4a5d6940;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  transition: transform .35s, box-shadow .35s, background-color .35s;
  box-shadow: 0 4px 10px -1px #090b2c12;
}

.button:hover {
  transform: scale(.95);
}

.button.large {
  background-image: linear-gradient(130deg, #2bb673, #1c75bc);
  padding: 1rem 2.5rem;
}

.button.margin-right {
  background-image: none;
  width: 10rem;
  margin-right: 2rem;
}

.button.margin-right.button-color-background {
  background-image: linear-gradient(0deg, var(--midnight-blue-2), var(--cadet-blue));
  color: #fff;
  border-radius: 200px;
  width: 10rem;
}

.button.margin-right.button-color-background.test {
  width: 100%;
}

.button.margin-right.button-color-background.margin-bottom {
  background-image: none, linear-gradient(130deg, #2bb673, #1c75bc);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  margin-bottom: 1rem;
}

.button.margin-right.button-color-background.margin-bottom.fix-width {
  width: 22rem;
}

.button.margin-right.button-color-background.large {
  width: 15rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.button.margin-right.button-color-background.button-xl {
  width: 18rem;
}

.button.margin-right.button-color-background.test-6 {
  order: 1;
  align-self: center;
  width: 15rem;
  text-decoration: none;
}

.button.margin-right.button-color-background-copy {
  background-image: linear-gradient(to top, var(--midnight-blue-2), var(--cadet-blue));
  color: #fff;
}

.button.margin-right.button-color-background-copy.test {
  width: 100%;
}

.button.margin-right.button-color-background-copy.margin-bottom {
  background-image: none, linear-gradient(130deg, #2bb673, #1c75bc);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  margin-bottom: 1rem;
}

.button.text-color-white {
  background-image: none;
}

.button.color-button {
  color: #fff;
  background-color: #197bbf;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-style: none;
  border-radius: .5rem;
}

.button.porto-spacing {
  width: 100%;
  margin-right: .7rem;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-bold.text-style-allcaps.text-color-grey {
  color: #6d6e71;
}

.text-weight-bold.text-style-allcaps {
  color: #004c87;
}

.text-weight-bold.text-color-accent-3 {
  color: var(--cadet-blue);
}

.text-size-large {
  font-size: 1.5rem;
}

.icon-medium {
  height: 4rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.text-align-center {
  text-align: center;
}

.text-align-center.text-span-11 {
  font-family: Work Sans, sans-serif;
  font-weight: 800;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: #a8c1d833;
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
  font-weight: 500;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  color: #44494d;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h4 {
  color: #000;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.text-rich-text a {
  color: #1c75bc;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-color: var(--dark-orange);
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.is-huge {
  max-width: 120rem;
}

.container-large.max-w {
  max-width: 55rem;
}

.container-large.fix {
  flex-direction: column;
  justify-content: center;
  height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.page-padding.image-background {
  background-image: linear-gradient(#fffc, #fffc);
  background-position: 0 0;
  background-size: auto;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: #666;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  margin-top: 6.5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .02em;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #4a5d6933;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  transition: transform .35s, border-color .35s, color .35s, background-color .35s;
}

.button-secondary:hover {
  background-color: var(--dark-orange);
  color: #fff;
  transform: scale3d(.95, .95, 1.01);
}

.button-secondary.button-white {
  color: #fff;
  border-color: #fff;
}

.button-secondary.button-white:hover {
  color: #1c75bc;
  background-color: #fff;
  border-style: solid;
  border-color: #e6e7f3;
}

.button-secondary.button-black {
  color: #424242;
  border: .1rem solid #424242;
}

.button-secondary.button-black:hover {
  background-color: #0000;
}

.button-secondary.button-white-copy {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.button-secondary.button-white-copy:hover {
  color: #1c75bc;
  background-color: #fff;
  border-style: solid;
  border-color: #e6e7f3;
}

.button-text {
  color: var(--midnight-blue);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem 0;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-bottom: .5rem;
}

.margin-bottom.margin-xlarge {
  margin-bottom: 0;
}

.margin-bottom.margin-medium {
  margin-top: 2rem;
}

.margin-bottom.margin {
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-small {
  flex: 1;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-huge.fix-bottom-padding {
  padding-bottom: 2rem;
}

.padding-vertical.padding-huge.fix-top-padding {
  padding-top: 2rem;
}

.padding-vertical.padding-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-small.margin-bottom.margin-small.manual-small-text {
  margin-bottom: .4rem;
  font-size: 1.2rem;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-weight-medium {
  margin-top: 1rem;
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fs-styleguide_message-outer {
  color: #fff;
  min-height: 100vh;
  padding: .75rem;
  display: flex;
}

.fs-styleguide_message-inner {
  background-color: #1a1a1a;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_messege-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.fs-styleguide_messege-heading {
  line-height: .8;
}

.fs-styleguide_messege-heading-span {
  font-size: 2.25rem;
  font-weight: 400;
}

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

.nav_link {
  color: #4a5d69;
  padding: 1rem;
  font-weight: 500;
  transition: color .2s;
}

.nav_link:hover {
  color: #386eec;
}

.nav_link.w--current {
  color: #004c87;
}

.nav_logo {
  height: 90%;
  max-height: 4rem;
}

.nav_button-wrapper {
  display: flex;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav_logo-link {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_component {
  background-color: #fff;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 6.5rem;
  max-height: 6.5rem;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 3px #0000004d;
}

.nav_component.transparent {
  background-color: #0000;
}

.nav_button {
  color: #fff;
  text-align: center;
  background-color: #386eec;
  background-image: linear-gradient(130deg, #2bb673, #1c75bc);
  justify-content: center;
  align-items: center;
  margin-left: 1.25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-block;
  position: relative;
}

.nav_button:hover {
  color: #fff;
  background-color: #5487ff;
}

.nav_button.nav-button-white {
  background-color: #386eec;
}

.nav_button.nav-button-white:hover {
  transform: scale(.95);
}

.nav_button.hide {
  display: none;
}

.dropdown-toggle {
  align-items: center;
  padding: 1rem;
  display: flex;
}

.dropdown-toggle:hover {
  color: #386eec;
}

.dropdown-toggle.hide {
  display: none;
}

.text-block-3 {
  color: #4a5d69;
  font-size: .95rem;
  font-weight: 500;
}

.dropdown-toggle-icon {
  color: #4a5d69;
  margin: auto 0 auto .75rem;
  font-size: .95rem;
  position: static;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  background-color: #fdfdfd;
  border-radius: 10px;
  box-shadow: 1px 1px 3px #0003;
}

.dropdown-link {
  color: #4a5d69;
  font-size: .95rem;
  font-weight: 500;
  transition: color .2s;
}

.dropdown-link:hover {
  color: #004c87;
}

.dropdown-link.w--current {
  color: #1c75bc;
}

.hero-home {
  background-image: none;
  background-position: 50% 0;
  background-size: cover;
  height: 95vh;
  padding-top: 14rem;
  padding-bottom: 10rem;
  position: relative;
}

.hero-home.hide_desktop {
  background-image: none;
  display: none;
}

.hero-home.hide_mobile {
  background-image: none;
  background-position: 50% 0;
  height: 100vh;
}

.container-default {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.container-default.hide {
  display: none;
}

.hero-wrapper {
  color: #fff;
  display: flex;
}

.home-event-date-wrapper {
  text-align: center;
  border: 1px solid #adadad;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-right: 2rem;
  padding: 20px 25px;
  display: flex;
}

.home-event-day {
  text-shadow: 1px 1px #000000b3;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1em;
}

.divider {
  background-color: #e6e7f3;
  width: 100%;
  height: 1px;
}

.divider.home-event-days {
  background-color: #fff9;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.divider.home-event-date {
  background-color: #d6d6d6;
  height: 3.5px;
  margin-top: .7rem;
  margin-bottom: .7rem;
}

.home-event-month {
  text-shadow: 1px 1px #000000b3;
  margin-bottom: .3rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1em;
}

.home-event-year {
  text-shadow: 1px 1px #000000b3;
  margin-bottom: .3rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2em;
}

.subtitle {
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.title {
  margin-bottom: 1rem;
}

.title.hero {
  letter-spacing: .02em;
  text-shadow: 0 4px 12px #02021526;
  max-width: 840px;
  margin-bottom: 1rem;
}

.title.why-card {
  max-width: 280px;
  font-size: 1.9rem;
}

.title.hero {
  color: #fff;
  letter-spacing: .02em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0000001a;
  text-shadow: 0 4px 5px #00000070;
  max-width: 840px;
  margin-bottom: 1rem;
  font-size: 3rem;
}

.title.event-title-programme.without-margin {
  margin-bottom: 0;
}

.title.event-title-programme {
  color: #44494d;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.3;
}

.title.hero {
  color: #fff;
  letter-spacing: .02em;
  text-shadow: 0 4px 5px #02021526;
  letter-spacing: .02em;
  max-width: 840px;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 400;
}

._2-buttons {
  display: flex;
}

.spacer._2-buttons {
  width: 30px;
}

.welcome-message_component {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  grid-template: "." 1fr
  / 1.5fr 4fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
}

.welcome-message_message {
  line-height: 1.9;
}

.home-heading-component {
  color: #3fa2bc;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.welcome-message_photo {
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.heading-medium-2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
}

.welcome-message_photo-wrapper {
  float: left;
  border: 2px #386eec;
  border-radius: 10px;
  width: 20rem;
  height: 23rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: 2rem;
  box-shadow: 1px 0 10px 1px #00000026;
}

.full-width-line {
  background-color: #fbc230;
  width: 100%;
  height: 1px;
  position: absolute;
}

.home-heading_text-wrapper {
  background-color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  overflow: hidden;
}

.home-cta_content-left.fix {
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #f58a07;
  border-radius: 1.9375rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
  position: relative;
}

.button-2:hover {
  background-color: #ce7305;
}

.button-2.is-inverted-color {
  color: #f58a07;
  background-color: #fff;
  border: 1px solid #0000;
  transition: border .2s, color .2s, background-color .2s;
}

.button-2.is-inverted-color:hover {
  color: #fff;
  background-color: #f58a07;
  border: 1px solid #fff;
}

.section-home-cta.gradient-background {
  background-image: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.home-cta_content-right {
  color: #fff;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem 4rem 3rem 6rem;
  display: flex;
}

.home-cta_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.home-cta_image {
  filter: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bottom-padding {
  margin-bottom: 1rem;
  font-size: 2.6rem;
}

.subscribe-email {
  background-image: none;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.form-error-icon-wrapper {
  background-color: #d73a49;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 100%;
  display: flex;
}

.cta-form-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.form-message-success-2 {
  background-color: #fff;
  border: 1px solid #e1e4e8;
  border-radius: .5rem;
  height: 3rem;
  padding: 0;
  overflow: hidden;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #0366d6;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
  transition: background-color .1s ease-out;
}

.button-3:hover {
  background-color: #1158c7;
}

.form-error-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.form-success-icon-wrapper {
  background-color: #28a745;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 100%;
  display: flex;
}

.padding-vertical-2 {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-2.padding-large {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-vertical-2.padding-large.top-padding-remove {
  padding-top: 0;
}

.form-input-2 {
  background-color: #fff;
  border: 1px solid #e1e4e8;
  border-radius: 200px;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.form-input-2:focus {
  border-color: #959da5;
}

.form-input-2::placeholder {
  color: #959da5;
  font-size: .875rem;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-2.margin-medium {
  margin-bottom: 2.5rem;
}

.margin-bottom-2.margin-medium.fix {
  margin-bottom: 0;
}

.margin-bottom-2.margin-small.text-size-small {
  flex-direction: column;
  display: flex;
}

.margin-bottom-2.margin-small {
  margin-bottom: 1rem;
}

.form-message-error-2 {
  background-color: #fff;
  border: 1px solid #e1e4e8;
  border-radius: .5rem;
  height: 3rem;
  margin-top: 1rem;
  padding: 0;
  overflow: hidden;
}

.cta-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto max-content;
  grid-auto-columns: auto;
  align-items: center;
  display: grid;
}

.form-success-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.form-state-content {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.cta-subscribe {
  color: #fff;
  background-image: linear-gradient(#d4bb62, #d4bb62);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.cta-subscribe.hide {
  display: none;
}

.welcome {
  background-image: linear-gradient(#ffffffa6, #ffffffa6);
  background-position: 0 0;
  background-size: auto;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.welcome.hide {
  display: none;
}

.cta-venue {
  background-image: linear-gradient(to bottom, var(--midnight-blue-2), var(--midnight-blue-2)), linear-gradient(117deg, var(--midnight-blue-2), var(--cadet-blue));
  height: 100%;
  display: flex;
}

.cta-venue.hide {
  display: none;
}

.section-why {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.why-us-wrapper {
  position: relative;
}

.why-grid {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 40px;
  position: relative;
}

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

.container-button.hide {
  display: none;
}

.card {
  background-color: #fff;
  border-radius: 25px;
  padding: 50px 32px;
  box-shadow: 0 8px 30px #4a5d6917;
}

.paragraph-why {
  z-index: 1;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}

.card-why-icon {
  z-index: 1;
  position: relative;
}

.text-color-accent {
  background-image: linear-gradient(255deg, var(--midnight-blue-2), var(--cadet-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.container-title {
  margin-bottom: 5rem;
}

.heading {
  font-family: Work Sans, sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
}

.heading.justify-center {
  margin-bottom: 2rem;
}

.heading.justify-center.align-center, .heading.text-color-white.align-center {
  text-align: center;
}

.testimonial_play-wrapper {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.layout19_video-image {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 650px;
}

.text-color-white {
  color: #fff;
  font-weight: 500;
}

.div-block-7 {
  position: relative;
}

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

.testimonial_play-icon {
  box-shadow: none;
  margin-right: 1rem;
}

.testimonial_play-icon:hover {
  transform: scale(.96);
}

.layout2_image {
  object-fit: cover;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
}

.layout2_image-wrapper {
  height: 13rem;
  transform: rotate(0);
  box-shadow: 0 8px 13px #00000014;
}

.layout2_image-wrapper:hover {
  transform: scale(.95);
}

.layout2_content {
  max-width: 32rem;
}

.layout2_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.footer4_content-left {
  flex-direction: column;
  align-items: flex-start;
}

.footer4_social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.footer4_social.hide {
  display: none;
}

.line-divider {
  background-color: #e1e4e8;
  width: 100%;
  height: 1px;
}

.footer4_column {
  align-items: flex-start;
}

.footer4_bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer4_bottom.text-color-white {
  justify-content: center;
}

.footer4_logo-link {
  flex: none;
  display: block;
}

.footer4_logo-link.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.footer4_logo-link.hide {
  display: none;
}

.social-link {
  justify-content: center;
  align-items: center;
  transition: color .2s;
}

.social-link:hover {
  color: #0366d6;
}

.footer4_link {
  margin-bottom: .5rem;
  transition: color .2s ease-out;
}

.footer4_link:hover {
  color: #0366d6;
}

.social-icon-2 {
  width: 1.25rem;
  height: 1.25rem;
}

.footer4_top {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer4_content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
}

.footer4_content-right.hide {
  display: none;
}

.margin-top-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer4_component {
  border-top: 1px solid #3333331a;
}

.footer4_logo {
  max-height: 2.6rem;
}

.footer4_logo.leading {
  max-height: 2.5rem;
}

.text-block-4 {
  color: var(--midnight-blue-2);
  margin-bottom: .5rem;
}

.footer-cta_shape-top {
  background-color: #006eff;
  border-bottom-left-radius: .375rem;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0% auto auto -3.5rem;
}

.footer-cta_background {
  z-index: -1;
  background-color: #202020;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-cta_content {
  text-align: left;
  background-color: #00f;
  border-top-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 6rem;
  display: flex;
  position: relative;
}

.footer-cta_component {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}

.footer-cta_shape-bottom {
  background-color: #006eff;
  border-bottom-right-radius: .375rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: auto -2.5rem 0% auto;
}

.button-small-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small-copy:hover {
  background-color: #272731;
}

.button-small-copy.white-small-copy {
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-color-white-2 {
  color: #fff;
  font-size: 25px;
}

.link {
  color: #004c87;
}

.slider-subtitle {
  margin-bottom: 1.5rem;
}

.grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  height: 100%;
}

.product-features_image {
  object-fit: contain;
  max-height: 28rem;
}

.home-cta_component-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.page-padding-2 {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #1c75bc;
  border: .125rem #00306f;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem;
  font-weight: 500;
  transition: border-color .3s, background-color .3s;
}

.button-4:hover {
  background-color: #313852;
  border-color: #313852;
}

.home-cta_image-wrapper, .home-cta_content {
  max-width: 36rem;
}

.home-features_list {
  grid-column-gap: 8.5rem;
  grid-row-gap: 3rem;
  color: #fff;
  text-align: left;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  padding: 4rem;
  display: grid;
}

.home-features_item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.features-icon-wrapper {
  color: #6b7cff;
  margin-bottom: 1rem;
  box-shadow: 1px 1px 3px #0000001a;
}

.icon-1x1-medium-2 {
  width: 3rem;
  height: 3rem;
}

.text-size-xxlarge {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}

.cta-icons {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.cta-icons.hide {
  display: none;
}

.section-venue {
  background-image: linear-gradient(#ffffffa6, #ffffffa6);
  background-position: 0 0;
  background-size: auto;
}

.section-video {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.footer-grid {
  grid-column-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr;
  margin-top: 1rem;
}

.footer-logos {
  flex: none;
  display: block;
}

.featured-blog_author-description {
  align-items: center;
  display: flex;
}

.blog-template_component {
  margin-top: 0;
}

.heading-8 {
  color: #1d69a5;
  font-weight: 800;
}

.blog-template_author-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  display: grid;
}

.text-rich-text-2 {
  line-height: 1.7;
}

.feature-blog_author-photo {
  width: 3rem;
  height: 3rem;
  margin-right: .5rem;
}

.blog-template_image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 1.25rem;
  width: 100%;
  max-height: 18rem;
}

.blog-template_image.cover-img {
  object-position: 50% 70%;
}

.blog-template_image.cover-img-copy {
  object-position: 50% 80%;
}

.blog-template_image.cover-img-down {
  object-position: 50% 50%;
}

.blog-template_image.margin-image {
  margin-bottom: 2rem;
}

.layout7_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-link {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 13rem;
  transition: filter .2s, transform .2s;
}

.image:hover {
  filter: brightness(80%);
  transform: scale(1.1);
}

.lightbox-link-2 {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.container-geral {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.resources-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
}

.resource-wrapper {
  align-items: stretch;
  display: flex;
}

.resource-icon-wrapper {
  border: 1.2px solid #e6e7f3;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  height: 80px;
  margin-right: 1rem;
  transition: transform .35s, box-shadow .35s;
  display: flex;
  box-shadow: 0 7px 13px #4a5d6921;
}

.resource-icon-wrapper:hover {
  transform: scale(.9);
}

.resource-title-link {
  margin-bottom: 5px;
  transition: color .35s;
}

.resource-title-link:hover {
  color: #386eec;
}

.resource-link {
  color: #386eec;
  font-weight: 700;
}

.paragraph-small {
  margin-bottom: .25rem;
}

.container-title-pages {
  max-width: 500px;
  margin-bottom: 3rem;
}

.title-wrapper {
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.title-wrapper.magin {
  margin-top: 4rem;
}

.image-resource {
  width: 60%;
  height: 60%;
}

.container {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.div-block-8 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.layout3_component {
  grid-column-gap: 4.25rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.layout3_image {
  object-fit: contain;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
  min-height: 19.5rem;
}

.layout3_content {
  max-width: 32rem;
}

.text-span {
  color: #333;
  font-weight: 400;
}

.footer4_content-right-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.footer4_logo-link-2 {
  flex: none;
}

.page-padding-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.footer4_logo-2 {
  max-height: 1.5rem;
}

.text-span-2, .text-span-3 {
  font-weight: 300;
}

.features-icon-wrapper-copy {
  color: #6b7cff;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.text-color-accent-copy {
  color: #386eec;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #1c75bc, #2bb673);
  -webkit-background-clip: text;
  background-clip: text;
}

.card-copy {
  box-shadow: none;
  padding-top: 1.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.icon-medium-copy {
  height: 6rem;
}

.title-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
}

.title-copy.hero {
  letter-spacing: .02em;
  text-shadow: 0 4px 12px #02021526;
  max-width: 840px;
  margin-bottom: 1rem;
}

.title-copy.why-card {
  max-width: 280px;
  font-size: 1.9rem;
}

.text-span-4 {
  font-weight: 700;
}

.text-span-5 {
  font-weight: 300;
}

.footer3_logo {
  max-height: 1.5rem;
}

.footer3_content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer3_social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.footer3_component {
  background-color: #6d6e71;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
}

.footer3_right {
  align-items: center;
  display: flex;
}

.heading-9 {
  font-size: 2.6rem;
}

.text-span-6 {
  font-weight: 300;
}

.div-block-9 {
  background-image: linear-gradient(145deg, var(--midnight-blue-2), var(--cadet-blue));
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.div-block-10 {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.footer4_logo_apoio {
  max-height: 2rem;
}

.footer4_logo_apoio.leading {
  max-height: 2.5rem;
}

.footer4_logo_footer {
  height: 4rem;
  max-height: 5rem;
}

.footer4_logo_footer.leading {
  max-height: 2.5rem;
}

.footer4_logo_footer.size {
  height: 4rem;
  max-height: 6rem;
}

.text-span-7 {
  font-size: 2rem;
  font-weight: 400;
}

.text-span-8 {
  font-size: 2rem;
}

.text-span-9.color-text-black {
  color: #333;
}

.heading-10 {
  font-size: 2.3rem;
}

.text-span-11 {
  font-family: Gotham ultra, sans-serif;
  font-weight: 400;
}

.text-span-11.margin-fix {
  margin-top: 3rem;
}

.text-span-11.text-color-black {
  color: #333;
}

.dropdown-100 {
  width: 100%;
}

.nav-dropdown-3 {
  color: #4a5d69;
  justify-content: space-between;
  padding: 1rem 20px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 21px;
  display: flex;
}

.nav-dropdown-3:hover {
  color: #386eec;
}

.nav-dropdown-3.hide {
  display: none;
}

.dropdown-list-2 {
  background-color: #f0f4f5;
}

.dropdown-list-2.w--open {
  border-radius: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 500;
}

.dropdown-list-2.second-level-dropdown.w--open {
  color: #1d3444;
  background-color: #00aeef0d;
  width: 100%;
  padding-left: 10px;
  font-weight: 400;
  position: static;
}

.dropdown-link-4 {
  color: #4a5d69;
  padding: 1rem 2rem;
  font-weight: 500;
  transition: color .2s;
}

.dropdown-link-4:hover {
  color: #386eec;
}

.dropdown-link-4.w--current {
  color: #ab6133;
}

.dates_grid-date {
  background-color: #f3f3f3;
  border-radius: 0 8px 8px 0;
  padding: 1rem;
  font-weight: 600;
}

.dates_grid-date.grid-green {
  background-color: #bbe86033;
}

.dates_grid-date.grid-blue {
  background-color: #005dbe24;
}

.dates-grid_heading {
  background-color: #fff;
  background-image: none;
  border: 1px solid #0000001a;
  border-radius: 5px;
  padding: 1rem;
  font-weight: 700;
  box-shadow: 6px 6px 13px #0000001a;
}

.dates-grid {
  grid-column-gap: 0rem;
  grid-row-gap: .6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: .5rem;
  font-size: 1.2rem;
  display: grid;
}

.dates_grid-description {
  background-color: #f3f3f3;
  border-radius: 8px 0 0 8px;
  padding: 1rem;
}

.dates_grid-description.grid-blue {
  background-color: #005dbe26;
}

.dates_grid-description.grid-green {
  background-color: #bbe86033;
}

.dates_abstracts {
  margin-bottom: 1rem;
}

.text-block-2 {
  margin-top: 1rem;
}

.div-block-11 {
  display: flex;
}

.pricing4_table-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border: 1px solid #0000000d;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
  margin-bottom: .5rem;
  padding: 1rem 4rem;
  font-size: 1.1rem;
  box-shadow: 0 8px 13px -3px #0000001a;
}

.pricing4_table-content.div-color-grey {
  background-color: #4a5d6912;
}

.pricing4_table-content.last-tab {
  margin-bottom: 2rem;
}

.pricing4_table-title-wrapper {
  align-items: center;
  display: flex;
}

.pricing4_help-wrapper {
  flex: 1;
  margin-left: .5rem;
  position: relative;
}

.pricing4_help-textbox {
  background-color: #e9f0f1;
  width: 12.5rem;
  margin-top: .5rem;
  padding: .5rem .75rem;
  display: none;
  position: absolute;
}

.pricing4_table-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: none;
  background-position: 0 0;
  background-size: 960px;
  border: 1px solid #0000000d;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
  margin-bottom: .5rem;
  padding: 1rem 4rem;
  font-size: 1.1rem;
  box-shadow: 0 8px 13px -3px #0000001a;
}

.pricing4_table-title.text-color-white {
  background-color: var(--midnight-blue-2);
  background-image: none;
}

.call-to-action {
  background-color: var(--cadet-blue);
  background-image: linear-gradient(to bottom, var(--dark-khaki), var(--dark-khaki));
  background-position: 0 0;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}

.call-to-action.bg_foto {
  background-image: none;
  background-position: 0%;
  background-size: cover;
}

.call-to-action.blue {
  background-image: linear-gradient(to bottom, var(--midnight-blue-2), var(--midnight-blue-2));
  background-position: 0 0;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
}

.bold-text {
  font-family: Gotham ultra, sans-serif;
}

.container-title-2 {
  max-width: 80rem;
}

.container-title-2.bottom-margin {
  margin-bottom: 2rem;
}

.container-title-2.bottom-margin.fix-bottom {
  margin-bottom: 4rem;
}

.text-color-accent-2 {
  color: #3a5eaa;
}

.subtitle-pages {
  color: gray;
  letter-spacing: 2px;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

.rich-text-block {
  align-self: center;
  margin-top: -20px;
  font-weight: 400;
}

.rich-text-block a {
  color: #197bb8;
  font-weight: 600;
}

.rich-text-block.align {
  align-self: auto;
}

.rich-text-block strong {
  color: #44494d;
  font-size: 1.05rem;
}

.rich-text-block.fix-alignment {
  margin-left: 1rem;
}

.rich-text-block.margin-2rem {
  color: #2f595a;
  margin-bottom: 2rem;
}

.rich-text-block.margin-2rem.color {
  color: #197bb8;
}

.rich-text-block h4 {
  color: var(--dark-orange);
}

.heading-11 {
  color: var(--cadet-blue);
  font-family: Work Sans, sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
}

.heading-11.margin-fix {
  margin-top: 3rem;
}

.heading-11.red {
  color: #9a000b;
}

.text-weight-medium-copy {
  color: #fff;
  text-align: center;
  margin-top: 2rem;
  font-weight: 500;
}

.layout9_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.layout9_item {
  border: 1px solid #e1e4e84d;
  border-radius: .25rem;
  padding: 1.5rem 2rem;
  box-shadow: 1px 0 10px 1px #0000000d;
}

.layout9_icon-wrapper {
  margin-bottom: 1rem;
}

.icon-1x1-medium-3 {
  width: 1.5rem;
  height: 1.5rem;
}

.heading-small-2 {
  color: #44494d;
  font-size: 1.5rem;
  font-weight: 700;
}

.map_address-details {
  background-color: #f3f3f3;
  border-radius: 0 20px;
  padding: 2.4rem 2.2rem;
  position: absolute;
  bottom: 0;
}

.map_content-wrapper {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .6fr;
  grid-auto-columns: 1fr;
  width: 25rem;
  display: block;
}

.map_content-wrapper.hide {
  display: none;
}

.map_component {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.map_address-border-outline {
  border-left: 3px solid #1d69a5;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: .2rem;
}

.map_real-map {
  border-radius: 20px;
  height: 42rem;
}

.map_text-location {
  font-size: .95rem;
}

.map_address-border-inline {
  border-left: 3px solid #f58a07;
  padding-left: .8rem;
}

.html-embed {
  height: 32rem;
}

.pricing_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing_component.hide {
  display: none;
}

.pricing_plans {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.pricing_plans.hide {
  display: none;
}

.pricing_plan {
  background-color: #fff;
  border-radius: 1.5rem;
  flex-direction: column;
  flex: 1;
  transition: transform .3s, box-shadow .3s;
  display: flex;
}

.pricing_plan:hover {
  transform: translate(0, -.25rem);
  box-shadow: 0 4px .75rem #71738080;
}

.pricing_plan.is-highlighted {
  background-image: linear-gradient(135deg, #d7e7f9, #d5f4ec);
  border: .25rem solid #386eec;
}

.pricing_plan.is-highlighted:hover {
  box-shadow: 0 4px .75rem #20254c80;
}

.pricing_feature-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

.pricing_tab-pane {
  width: 100%;
}

.pricing_plan-bottom {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.pricing-plan_icon-wrapper {
  background-color: #e6e6e6;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.pricing-plan_icon-wrapper.is-highlighted {
  color: #6b7cff;
  background-color: #ffffff61;
}

.pricing_tab-link {
  background-color: #0000;
  padding: .875rem 3rem;
  font-weight: 700;
}

.pricing_tab-link.w--current {
  color: #fff;
  text-align: center;
  background-color: #002f78;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-radius: .5rem;
}

.heading-medium-3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.pricing_price-wrapper {
  margin-bottom: 2rem;
}

.pricing_button-wrapper {
  margin-top: 1.5rem;
}

.pricing_tabs-menu {
  background-color: #197bb833;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-radius: .5rem;
  margin-bottom: 3rem;
  padding: .5rem;
}

.pricing-plan_icon {
  width: 1.25rem;
  height: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.pricing-plan_icon.is-highlighted {
  color: #2bb673;
  width: 1.5rem;
  height: 1.25rem;
}

.pricing_plan-divider {
  background-color: #d8d8d8;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pricing_tabs-wrapper {
  width: 100%;
  overflow: visible;
}

.pricing_plan-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-left: -.3rem;
  display: grid;
}

.pricing_features-wrapper {
  flex: 1;
  margin-bottom: 2rem;
}

.pricing_plan-top {
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.pricing_feature {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.section-destaque {
  background-image: linear-gradient(#ffffffa6, #ffffffa6);
  background-position: 0 0;
  background-size: auto;
}

.section-destaque.hide-2 {
  display: none;
}

.text-span-12 {
  color: #197bb8;
}

.grid-3 {
  grid-column-gap: 19px;
  grid-row-gap: 30px;
  grid-template-columns: .25fr 1fr;
}

.div-block-13 {
  align-items: stretch;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-13.hide {
  display: none;
}

.text-block-5 {
  text-align: center;
  font-size: .7rem;
  font-weight: 400;
}

.text-block-6 {
  text-align: center;
}

.submit-button {
  flex-direction: column;
  margin-bottom: 2rem;
  display: flex;
}

.submit-button.hide {
  display: none;
}

.rich-text-block-color {
  color: #696969;
  align-self: center;
  font-weight: 400;
}

.rich-text-block-color a {
  color: #197bb8;
}

.rich-text-block-color.align {
  align-self: auto;
}

.rich-text-block-color p {
  color: #197bb8;
}

.logo-section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

.h3-3 {
  color: #172c56;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  display: flex;
}

.logo-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.logo-box.two-logos {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo-container-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.logo-container-box.left-box {
  justify-content: flex-start;
}

.logo-img {
  flex: 0 auto;
  max-width: 90%;
}

.p2 {
  color: #172c56;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.faq_item {
  cursor: pointer;
  background-color: #fff;
  border: 1px #00000026;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.faq_item.is-last-item {
  margin-bottom: 0;
}

.faq_item.color-bg {
  background-color: #d7df2333;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.faq_answer {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.faq_anwer-wrapper {
  padding-top: 1rem;
}

.faq_icon-line {
  background-color: #6f6f6f;
  border-radius: .25rem;
  width: 1.25rem;
  height: .25rem;
  position: absolute;
}

.faq_icon-line.is-vertical {
  background-color: #6d6d6d;
  transform: rotate(90deg);
}

.faq_question {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.faq_icon {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 2rem;
  display: flex;
}

.heading-small-3 {
  color: #44494d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.faq_items {
  width: 100%;
  box-shadow: none;
  border: 1px solid #0000001a;
  border-radius: 15px;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.faq_items.color-bg {
  background-color: #d7df2333;
}

.faq_question-copy {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-7 {
  color: #696969;
}

.title-cell {
  padding: 20px;
}

.toggle-row {
  color: #fffc;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.price-card {
  color: #4e2d92;
  background-color: #fff;
  border: 1px #1a306647;
  border-radius: 25px;
  padding: 32px 34px;
}

.h3 {
  color: #1a3066;
  font-size: 30px;
  font-weight: 700;
}

.toggle-text {
  color: #172c56;
  width: auto;
}

.toggle-text.monthly-toggle {
  width: auto;
}

.pricing-text {
  color: #172c56;
}

.feature-text {
  color: #172c56;
  font-weight: 700;
}

.check-grid-large {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  align-content: start;
  min-height: 150px;
  margin-top: 32px;
  margin-bottom: 20px;
}

.pricing-box-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.heading-3 {
  font-size: 38px;
}

.pricing-module {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1180px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.heading-2 {
  color: #172c56;
}

.recommend-tag {
  background-color: #fe5f55;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-size: 15px;
  display: flex;
}

.grid-feature-blank {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr;
}

.button-price-light {
  color: #172c56;
  text-align: center;
  background-color: #cacaca38;
  border-radius: 100px;
  width: 100%;
  margin-top: 16px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
}

.check {
  color: #4361ee;
  margin-right: 20px;
}

.price-card-dark {
  color: #fff;
  background-color: #4361ee;
  border-radius: 25px;
  padding: 32px 34px;
  position: relative;
  box-shadow: 0 90px 90px -50px #4361ee73;
}

.button-price {
  color: #172c56;
  text-align: center;
  background-color: #33f2a3;
  border-radius: 100px;
  width: 100%;
  margin-top: 16px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
}

.button-price.max-width {
  max-width: 260px;
}

.yearly-discount {
  color: #fe5f55;
  letter-spacing: .5px;
  width: 100%;
  height: 21px;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.feature-wrap-2 {
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
  display: flex;
}

.grid-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  margin-bottom: 40px;
}

.check-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  align-content: start;
  min-height: 150px;
  margin-top: 32px;
  margin-bottom: 20px;
}

.h2-pricing {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.container-3 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.pricing-text-white {
  margin-top: 4px;
  font-weight: 500;
}

.feature-text-2 {
  color: #172c56;
  font-weight: 700;
}

.grid-feature {
  background-color: #f8faff4a;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.toggle-contain {
  background-color: #cacaca38;
  border-radius: 50px;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.price-top-wrap {
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
  display: flex;
}

.price-cell {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.toggle-dot {
  background-color: #4361ee;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
}

.faq_item-2 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 1.5rem;
  flex-direction: column;
  margin-bottom: 1rem;
  padding: 2.5rem;
}

.faq_question-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-small-4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.faq_icon-2 {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: 2rem;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center stretch;
  margin-top: 1rem;
}

.home-header_client-bar {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-header_client-logos-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-header_client-logo {
  height: 1.8rem;
}

.home-header_client-logos-wrapper-copy {
  grid-column-gap: .75rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.grid-6, .grid-7 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 16rem;
  transition: filter .2s, transform .2s;
}

.image-2:hover {
  filter: brightness(80%);
  transform: scale(1.1);
}

.paragraph {
  margin-bottom: 2rem;
}

.container-4 {
  text-align: center;
  margin-top: 3rem;
}

.why-us-wrapper-2 {
  position: relative;
}

.why-grid-2 {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 40px;
  position: relative;
}

.card-2 {
  padding: 1.4rem 32px;
  box-shadow: 0 8px 30px #4a5d6917;
}

.icon-medium-2 {
  height: 4rem;
}

.paragraph-why-2 {
  z-index: 1;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}

.blog-template_image-2 {
  object-fit: cover;
  object-position: 50% 70%;
  border-radius: 1.25rem;
  width: 100%;
  max-height: 18rem;
}

.text-span-cite {
  font-weight: 400;
}

.source-dropdown-link {
  color: #555;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  list-style-type: decimal;
}

.table-col {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.table-col.header.left-col {
  z-index: 100;
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: sticky;
  left: 0;
}

.table-col.header.left-col-2 {
  z-index: 100;
  background-color: #fff;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: sticky;
  left: 0;
}

.table-col.data {
  justify-content: center;
  align-items: flex-end;
}

.table-col.data.left {
  z-index: 80;
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col.data.left-copy {
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col.data-copy {
  justify-content: center;
  align-items: flex-end;
}

.table-col.data-copy.left {
  z-index: 80;
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col.data-copy.left-copy {
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col.header-2.left-col {
  z-index: 100;
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: sticky;
  left: 0;
}

.table-col.header-2.left-col-2 {
  z-index: 100;
  background-color: #fff;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: sticky;
  left: 0;
}

.question {
  width: 100%;
}

.arrow-3 {
  color: #000;
}

.arrow-3.sources {
  color: #555;
  margin-right: 340px;
}

.link-2 {
  color: #3d18e2cc;
  margin-left: auto;
  font-size: 12px;
}

.link-2:hover {
  color: #3d18e2;
}

.q-list {
  background-color: #0000;
  height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.table-header-details-text {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}

.table {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.table:active {
  border: 1px solid #dadada;
}

.table:focus {
  border-color: #d4d4d4;
}

.table.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.table.no-pad.overflow {
  cursor: auto;
  flex: none;
  height: auto;
  max-height: 360px;
  padding-left: 0;
  position: relative;
  overflow: auto;
}

.table.no-pad.overflow-2 {
  flex: none;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  overflow: auto;
}

.table.no-pad.overflow {
  cursor: auto;
  flex: none;
  max-height: 100%;
  padding-left: 0;
  position: relative;
  overflow: auto;
}

.table-wrapper {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 50%;
  height: auto;
  margin-left: 3px;
  margin-right: 10px;
  padding: 15px 5px;
  transition: transform .2s;
  position: relative;
}

.table-wrapper._100 {
  perspective-origin: 50%;
  flex: 0 auto;
  width: 100%;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.table-wrapper._100.table.hide {
  display: none;
}

.table-wrapper._100.table {
  cursor: auto;
  border-color: #44494d1a;
  flex-direction: column;
  align-items: stretch;
  max-height: none;
  padding: 1rem;
  display: flex;
  overflow: auto;
  box-shadow: 4px 4px 13px #0000001a;
}

.table-wrapper._100 {
  perspective-origin: 50%;
  flex: 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.q-toggle {
  border-top: 1px #000;
  border-bottom: 1px #000;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
  display: block;
}

.container-5 {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.table-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.sources-accordian {
  background-color: #0000;
  border: 1px #000;
  border-width: 1px 2px;
  border-radius: 0;
  flex-direction: column;
  align-items: stretch;
  width: 450px;
  margin: 10px auto 40px 0;
  display: flex;
  overflow: hidden;
}

.table-1---header---text {
  color: #5e5656;
  text-align: center;
  border: 1px #000;
  margin-bottom: .5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 16px;
}

.table-1---header---text.data {
  text-align: right;
  width: 100%;
  font-weight: 400;
}

.table-1---header---text.data.center {
  text-align: left;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
  line-height: 18px;
}

.q-inside {
  color: #252525;
  height: auto;
  padding: 5px 35px 5px 60px;
}

.table-row-6-col {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 140vw;
  display: grid;
  position: sticky;
}

.table-row-6-col.data-row {
  border-top-color: #d6d6d633;
  border-bottom-color: #d6d6d633;
  grid-template-columns: .75fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 93vw;
  height: 80px;
}

.table-row-6-col.header {
  z-index: 999;
  background-color: #fff;
  border-top-style: none;
  grid-template-columns: .75fr 1fr 1fr 1fr 1fr;
  width: 93vw;
  height: auto;
  min-height: 40px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: sticky;
  top: 0;
}

.table-row-6-col.data-row {
  border-top-color: #d6d6d633;
  border-bottom-color: #d6d6d633;
  grid-template-columns: .75fr 1fr 1fr;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.table-row-6-col.data-row:hover {
  background-color: #0000;
}

.table-row-6-col.header {
  z-index: 999;
  background-color: #fff;
  border-top-style: none;
  grid-template-columns: .75fr 1fr 1fr;
  align-content: center;
  width: 100%;
  height: auto;
  min-height: 40px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: sticky;
  top: 0;
}

.textblock {
  color: #555;
}

.table-label {
  color: #2d3e4e;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  margin-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.blog-template_image-3 {
  object-fit: cover;
  object-position: 50% 56%;
  border-radius: 1.25rem;
  width: 100%;
  max-height: 18rem;
}

.table-row-3-col {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 140vw;
  display: grid;
  position: sticky;
}

.table-row-3-col.data-row {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  height: 30px;
}

.table-row-3-col.data-row:hover {
  background-color: #0000;
}

.table-row-3-col.header {
  z-index: 999;
  background-color: #fff;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: auto;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: sticky;
  top: 0;
}

.table-header-details-text-2 {
  font-size: 12px;
  line-height: 14px;
}

.table-icon-2 {
  width: 24px;
  height: 20px;
  margin-right: 10px;
}

.table-1---header---text-2 {
  color: #5e5656;
  text-align: center;
  border: 1px #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .95rem;
  font-weight: 700;
  line-height: 16px;
}

.table-1---header---text-2.data {
  text-align: right;
  width: 100%;
  font-weight: 400;
}

.table-1---header---text-2.data.center {
  text-align: right;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.table-1---header---text-2.data.center.cms {
  text-align: center;
  font-size: .9rem;
}

.table-wrapper-2 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 50%;
  height: auto;
  margin-left: 3px;
  margin-right: 10px;
  padding: 15px 5px;
  transition: transform .2s;
  position: relative;
}

.table-wrapper-2._100 {
  perspective-origin: 50%;
  flex: 0 auto;
  width: 100%;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.table-wrapper-2._100.table {
  border-color: #44494d1a;
  flex-direction: column;
  align-items: stretch;
  height: 30rem;
  max-height: none;
  padding: 1rem;
  display: flex;
  overflow: auto;
  box-shadow: 4px 4px 13px #0000001a;
}

.table-wrapper-2._100 {
  perspective-origin: 50%;
  flex: 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.table-wrapper-2._100-2 {
  perspective-origin: 50%;
  border-color: #6969691a;
  flex: 0 auto;
  width: 100%;
  height: auto;
  margin-top: 3rem;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 13px #6969691a;
}

.table-label-2 {
  color: #2d3e4e;
  text-align: left;
  text-transform: capitalize;
  background-color: #0000;
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.table-row-3-col-2 {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 140vw;
  display: grid;
  position: sticky;
}

.table-row-3-col-2.data-row {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  height: 30px;
}

.table-row-3-col-2.data-row:hover {
  background-color: #0000;
}

.table-row-3-col-2.header, .table-row-3-col-2.header-copy {
  z-index: 999;
  background-color: #fff;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: auto;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: sticky;
  top: 0;
}

.table-row-3-col-2.header-copy.cms-2 {
  border-top-color: #d6d6d64d;
  border-bottom-color: #d6d6d64d;
  grid-template-columns: .25fr .5fr 2fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.table-row-3-col-2.data-row-2 {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  height: 30px;
}

.table-row-3-col-2.data-row-2:hover {
  background-color: #0000;
}

.table-row-3-col-2.data-row-2.cms-2 {
  border-top-color: #d6d6d64d;
  border-bottom-color: #d6d6d64d;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .5fr 2fr;
  align-content: center;
  height: 70%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.table-row-3-col-copy {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 140vw;
  display: grid;
  position: sticky;
}

.table-row-3-col-copy.data-row {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  height: 30px;
}

.table-row-3-col-copy.data-row:hover {
  background-color: #0000;
}

.table-row-3-col-copy.header {
  z-index: 999;
  background-color: #fff;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: auto;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: sticky;
  top: 0;
}

.table-row-3-col-copy.data-row-copy {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  height: 30px;
}

.table-row-3-col-copy.data-row-copy:hover {
  background-color: #0000;
}

.table-col-2 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.table-col-2.header.left-col {
  z-index: 100;
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: sticky;
  left: 0;
}

.table-col-2.data {
  justify-content: center;
  align-items: flex-end;
}

.table-col-2.data.left {
  z-index: 80;
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col-2.data.left-copy {
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col-2.data-copy {
  justify-content: center;
  align-items: flex-end;
}

.table-col-2.data-copy.left {
  z-index: 80;
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col-2.data-copy.left-copy {
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}

.table-col-3 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.table-col-3.header.left-col {
  z-index: 100;
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: sticky;
  left: 0;
}

.table-col-3.header.left-col-2 {
  z-index: 100;
  background-color: #fff;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: sticky;
  left: 0;
}

.table-col-3.data {
  justify-content: center;
  align-items: flex-end;
}

.table-col-3.data.left {
  z-index: 80;
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col-3.data.left-copy {
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col-3.data-copy {
  justify-content: center;
  align-items: flex-end;
}

.table-col-3.data-copy.left {
  z-index: 80;
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col-3.data-copy.left-copy {
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col-3.header-2.left-col {
  z-index: 100;
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: sticky;
  left: 0;
}

.table-col-3.header-2.left-col-2 {
  z-index: 100;
  background-color: #fff;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: sticky;
  left: 0;
}

.table-col-3.header-2.left-col-2.cms-2 {
  position: static;
}

.rich-text-block-2 {
  color: #696969;
  align-self: center;
  font-size: .8rem;
  font-weight: 400;
}

.rich-text-block-2 a {
  color: #197bb8;
}

.rich-text-block-2.align {
  align-self: auto;
}

.rich-text-block-2 strong {
  color: #44494d;
}

.rich-text-block-2.fix-alignment {
  margin-left: 1rem;
}

.rich-text-block-2.margin-2rem {
  color: #696969;
  margin-bottom: 2rem;
}

.rich-text-block-2.margin-2rem.color {
  color: #197bb8;
}

.grid-3-columns {
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2rem;
}

.card---brix {
  background-color: #fff;
  border: 1px solid #f7f7fb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 14px #080f340a;
}

.card---brix.icon-center---brix {
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 48px 32px 56px;
  display: flex;
  box-shadow: 6px 0 13px #6969691a;
}

.card---brix.icon-center---brix.test {
  border-color: #6969690d;
  justify-content: center;
  align-items: center;
  height: 15rem;
  margin-top: 1.5rem;
  box-shadow: 2px 0 13px #6969691a;
}

.card---brix.icon-center---brix.test:hover {
  transform: none;
}

.card---brix.icon-center---brix.test.padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.card---brix.spacing {
  border-color: #e7e7e7;
  border-radius: 5px;
  padding: 1rem 1.5rem;
}

.heading-size-4 {
  font-family: Gotham ultra, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 28px;
}

.div-block-14 {
  color: #fff;
  background-color: #004c87;
  margin-bottom: 1rem;
  padding: 10px 30px;
  position: relative;
  inset: -4% 0% 0% -32px;
}

.paragraph-2 {
  color: #696969;
  text-align: left;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
  margin-top: 1rem;
}

.rich-text-block-3 {
  color: #696969;
  align-self: center;
  padding-left: 1.2rem;
  font-weight: 400;
}

.rich-text-block-3 a {
  color: #197bb8;
}

.rich-text-block-3.align {
  align-self: auto;
}

.rich-text-block-3 strong {
  color: #44494d;
  font-size: 1.05rem;
}

.rich-text-block-3.fix-alignment {
  margin-left: 1rem;
}

.rich-text-block-3.margin-2rem {
  color: #696969;
  margin-bottom: 2rem;
}

.rich-text-block-3.margin-2rem.color {
  color: #197bb8;
}

.home-cs {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.home-cs.desktop-hide {
  background-image: none;
}

.home-cs.mobile-hide {
  display: none;
}

.section {
  height: 100vh;
}

.link-3 {
  color: #696969;
}

.div-block-15 {
  width: 100%;
  margin-top: 1rem;
}

.text-span-13 {
  color: #004c87e6;
}

.welcome-message_component-2 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  grid-template: "." 1fr
  / 1.5fr 4fr;
  grid-auto-columns: 1fr;
}

.welcome-message_photo-wrapper-2 {
  float: left;
  width: 20rem;
  height: 100%;
  margin-bottom: 0;
  margin-right: 2rem;
  padding: .7rem;
}

.welcome-message_photo-2 {
  object-fit: cover;
  object-position: 50% 30%;
  background-color: #3fa2bc;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.welcome-message_message-2 {
  margin-bottom: .6rem;
  line-height: 1.9;
}

.heading-11-copy {
  color: #fff;
  text-align: left;
  font-family: Gotham ultra, sans-serif;
  font-size: 2.5rem;
}

.heading-11-copy.margin-fix {
  margin-top: 3rem;
}

.heading-11-copy.text-color-black {
  color: #333;
}

.text-span-14 {
  font-family: Gotham ultra, sans-serif;
  font-weight: 400;
}

.rich-text-block-1-1 {
  color: #696969;
  align-self: center;
  font-weight: 400;
}

.rich-text-block-1-1 a {
  color: #197bb8;
}

.rich-text-block-1-1.align {
  align-self: auto;
}

.rich-text-block-1-1 strong {
  color: #316bff;
  font-size: 1.05rem;
}

.rich-text-block-1-1.fix-alignment {
  margin-left: 1rem;
}

.rich-text-block-1-1.margin-2rem {
  color: #696969;
  margin-bottom: 2rem;
}

.rich-text-block-1-1.margin-2rem.color {
  color: #197bb8;
}

.text-span-15 {
  color: #316bff;
}

.top-slider_list_wrapper {
  background-image: url('../images/Untitled-1.png');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 90vh;
  max-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-slider_list_wrapper.hide-mobile {
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.top-slider_list_wrapper.hide-desktop, .top-slider_list_wrapper.hide-desk-mobile {
  display: none;
}

.subtitle-2 {
  letter-spacing: .16em;
  text-transform: uppercase;
  text-shadow: 1px 1px #3333334d;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.slider_component {
  height: 90vh;
  position: static;
  top: 4rem;
}

.button-6 {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  background-color: #3a5eaa;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  transition: transform .35s, box-shadow .35s, background-color .35s;
  box-shadow: 0 6px 13px #090b2c1a;
}

.button-6:hover {
  color: #fff;
  transform: scale(.95);
}

.container-default-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.icon {
  margin-top: auto;
  margin-bottom: auto;
}

.slide-nav {
  display: block;
}

.home-event-date-wrapper-2 {
  text-align: center;
  border: 2px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-right: 2rem;
  padding: 20px 25px;
  display: flex;
}

.slider-subtitle-2 {
  color: #fff;
  text-shadow: 2px 2px 2px #000000b3;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}

.button-secondary-2 {
  color: #386eec;
  text-align: center;
  letter-spacing: .02em;
  transform-style: preserve-3d;
  background-color: #0000;
  border: .125rem solid #386eec;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  transition: transform .35s, border-color .35s, color .35s, background-color .35s;
}

.button-secondary-2:hover {
  color: #fff;
  background-color: #386eec;
  transform: scale3d(.95, .95, 1.01);
}

.button-secondary-2.button-white {
  color: #fff;
  border-color: #fff;
}

.button-secondary-2.button-white:hover {
  color: #004c87;
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
}

.link-color {
  color: #1c75bc;
}

.blog-template_image-3-1 {
  object-fit: cover;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 18rem;
  display: flex;
}

.paragraph-3 {
  color: #333;
}

.rich-text-block-4 {
  color: #696969;
  align-self: center;
  font-weight: 400;
}

.button-7 {
  color: #4a5d69;
  text-align: center;
  letter-spacing: .02em;
  background-color: #0000;
  background-image: none;
  border: 1px solid #4a5d6940;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  transition: transform .35s, box-shadow .35s, background-color .35s;
  box-shadow: 0 4px 10px -1px #090b2c12;
}

.button-7:hover {
  transform: scale(.95);
}

.button-7.porto-spacing {
  width: 100%;
  margin-right: .7rem;
}

.subtitle-pages-2 {
  color: gray;
  letter-spacing: 2px;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-12 {
  color: #44494d;
  font-family: Gotham ultra, sans-serif;
  font-size: 2.5rem;
}

.heading-12.margin-fix {
  margin-top: 3rem;
}

.heading-13, .heading-14 {
  text-align: center;
}

.footer4_content-right-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.footer4_content-right-3.hide {
  display: none;
}

.footer4_link-2 {
  transition: color .2s ease-out;
}

.footer4_link-2:hover {
  color: #0366d6;
}

.footer4_logo-3 {
  max-height: 3rem;
}

.blog-details {
  color: #1d213099;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.blogs_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blogs_item-link {
  width: 100%;
}

.blog-details-divider {
  background-color: #1d213099;
  width: .12rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.blogs_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blogs_image-wrapper {
  border-radius: .5rem;
  width: 100%;
  height: 16rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.empty-state {
  height: 0;
  padding: 0;
  display: none;
}

.div-block-16 {
  margin-top: 2rem;
}

.social-icon-3 {
  width: 1.5rem;
  height: 1.4rem;
  color: var(--dark-khaki);
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-banner_text-link {
  color: #004c87;
  border-bottom: 2px solid #004c87;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_component.hide {
  display: none;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #004c87;
  border: 2px solid #004c87;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #004c87;
  background-color: #f5f5f5;
  border-color: #004c87;
}

.text-span-17 {
  color: #004c87;
  border-bottom: .1rem solid #004c87;
}

.section-contact-header {
  margin-top: 6rem;
}

.max-width-small-2 {
  width: 100%;
  max-width: 36rem;
}

.heading-large-2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.bold-text-2 {
  color: var(--dark-khaki);
  font-weight: 600;
}

.process_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.process_connector-wrapper {
  align-items: center;
  display: flex;
}

.process_item {
  flex-direction: column;
  display: flex;
  position: relative;
}

.process_item.hide {
  display: none;
}

.heading-small-5 {
  color: var(--midnight-blue-2);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.process_connector-line {
  border: 1px dashed #004c87;
  width: 100%;
}

.process_circle {
  background-color: #004c87;
  border-radius: 50%;
  align-items: center;
  min-width: 1rem;
  min-height: 1rem;
  margin-right: 2rem;
  display: flex;
}

.timeline {
  background-image: linear-gradient(#fff9, #fff9);
  background-position: 0 0;
  background-size: auto;
}

.process_connector-line-2 {
  border: 1px dashed var(--midnight-blue-2);
  width: 100%;
}

.process_circle-2 {
  background-color: var(--dark-khaki);
  border-radius: 50%;
  align-items: center;
  min-width: 1rem;
  min-height: 1rem;
  margin-right: 2rem;
  display: flex;
}

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

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: var(--white);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-number.text-color-white {
  color: var(--white);
}

.clock-label {
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-size: 1.5rem;
}

.text-weight-medium-2 {
  font-weight: 500;
}

.contact3_content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.contact3_form-wrapper {
  margin-bottom: 0;
}

.contact3_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact3_image {
  object-fit: cover;
  border-radius: .25rem;
  width: 100%;
}

.form-input-3 {
  background-color: #fff;
  border: 1px solid #e1e4e8;
  border-radius: .25rem;
  height: 2.8125rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.form-input-3:focus {
  border-color: #959da5;
}

.form-input-3::placeholder {
  color: #959da5;
  font-size: .875rem;
}

.form-input-3.input-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.contact3_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.icon-1x1-medium-4 {
  width: 2rem;
  height: 2rem;
}

.layout6_features-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr;
}

.text-size-medium-2 {
  font-size: 1.25rem;
}

.text-size-medium-2.text-weight-semibold.color {
  color: #22394f;
  margin-bottom: 10px;
}

.small-separator {
  background-color: #9c0a6d;
  width: 80px;
  height: 2px;
  margin-bottom: 20px;
}

.small-separator.new {
  width: 50px;
  height: 1.5px;
}

.layout6_component {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.container-6 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 1100px;
  max-width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.layout6_icon-wrapper {
  flex: none;
  margin-right: 1.5rem;
}

.layout6_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 25rem;
}

.layout6_feature {
  align-items: flex-start;
  display: flex;
}

.button-margin {
  margin-top: 2rem;
}

.button-margin.padding {
  margin-bottom: 2rem;
}

.text-block-8 {
  color: #ffffff69;
  text-align: right;
  position: relative;
  top: -2rem;
  right: 1rem;
}

.home-services_content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
  display: grid;
}

.learn-more {
  color: #f58a07;
  align-items: center;
  display: flex;
}

.image-overlay-effect {
  background-color: #f58a07;
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  width: 8rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-services_image {
  filter: none;
  object-fit: cover;
  width: 100%;
  height: 23rem;
}

.learn-more-arrow {
  justify-content: center;
  align-items: center;
  height: .5rem;
  margin-left: .5rem;
  display: flex;
}

.home-services_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-services_content-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-15 {
  font-size: 2rem;
  font-weight: 800;
}

.bold-text-3 {
  color: #005db3;
  text-decoration: underline;
}

.program_iframe.size {
  margin-bottom: 3rem;
}

.testimonial_play-wrapper-copy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.text-block-9 {
  color: #3339;
  text-align: right;
  padding-right: 5px;
  font-size: .8rem;
  position: static;
  top: -29px;
  right: 9px;
}

.layout5_background {
  background-image: none;
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.layout5_background.hide-desktop {
  display: none;
}

.layout5_component {
  justify-content: center;
  align-items: center;
  height: 85vh;
}

.heading-7 {
  color: #fafbfc;
  text-align: center;
  letter-spacing: -.5px;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-xxlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
}

.paragraph-hero {
  color: #fafbfc;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 800px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
}

.container-7 {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-content-2 {
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.layout {
  margin-top: 6rem;
}

.content-block-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.heading-16 {
  margin-bottom: 1rem;
}

.heading-16.text-color-white {
  font-size: 3rem;
}

.heading-small-6 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.section-oradores {
  background-image: linear-gradient(#ffffffb3, #ffffffb3);
  background-position: 0 0;
  background-size: auto;
}

.team_person-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.team_image {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 250px;
  margin-bottom: 1rem;
}

.text-color-blue {
  color: #197bb8;
  font-style: italic;
}

.team_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
}

.social-link-2 {
  color: #5b5b5b;
  justify-content: center;
  align-items: center;
  transition: color .25s;
}

.social-link-2:hover {
  color: #0d1317;
}

.team_socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  margin-top: 2.5rem;
}

.social-icon-4 {
  width: 1.5rem;
  height: 1.5rem;
}

.team_person-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-18 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
}

.testimonials4_logo {
  filter: none;
  max-height: 4rem;
  transition: filter .2s ease-out;
}

.testimonials4_logo:hover {
  filter: grayscale(0%);
}

.testimonials4_logo.size {
  max-height: 2.5rem;
}

.testimonials4_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: 1px solid #e1e4e870;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  padding: 3rem;
  display: grid;
  box-shadow: 1px 1px 13px 2px #0000000f;
}

.program-session_content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .4rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.2fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: grid;
}

.card-3 {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 32px;
  box-shadow: 0 8px 30px #32358214;
}

.card-3.right-session-card {
  border: 1px #e6e7f38f;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: stretch;
  padding: 30px 40px;
  display: flex;
  box-shadow: 0 2px 4px #316bff14;
}

.card-3.title-session-page {
  border: 1px solid #e6e7f3;
  justify-content: flex-start;
  align-items: stretch;
  margin: 3rem 2rem 1rem;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 2rem;
  display: flex;
  box-shadow: 0 3px 5px #316bff14;
}

.card-3.title-session-page.secondary {
  flex-direction: column;
  margin-top: 2rem;
}

.card-3.title-session-page.secondary.bg-img {
  background-image: linear-gradient(#fff9, #fff9), none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.card-3.title-session-page.hide {
  display: none;
}

.card-3.left-session-card {
  background-color: #ffffff1a;
  border: 1px #e6e7f38f;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  display: flex;
  box-shadow: 0 3px 5px #316bff14;
}

.card-3.session-page-dropdown {
  border: 1px solid #2c2d3033;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin: 2rem 2rem 1rem;
  padding: 30px 2rem;
  display: flex;
  box-shadow: 0 3px 5px #316bff14;
}

.subtitle-3 {
  color: #fff;
  text-align: center;
  margin-bottom: .5rem;
  font-size: 27px;
  line-height: 1.037em;
  text-decoration: none;
}

.subtitle-3.schedule-tab {
  color: #5c5d79;
  letter-spacing: .16px;
  text-transform: uppercase;
  letter-spacing: .16px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.429em;
}

.schedule-page-tabs {
  margin-top: 3rem;
}

.title-small {
  margin-bottom: 1rem;
}

.title-small.event-title-session {
  color: #4a5d69;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.event-date-content {
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.event-date-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-icon {
  max-width: 60%;
  display: block;
}

.schedule-tab-link {
  background-color: #fff;
  flex-direction: column;
  padding-bottom: 10px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.schedule-tab-link:hover {
  border-bottom: 4px solid #fdc50099;
}

.schedule-tab-link.w--current {
  background-color: #0000;
  border-bottom: 4px solid #fdc500;
  padding-bottom: 25px;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: color .3s;
}

.event-local-content {
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.event-local-content.hide {
  display: none;
}

.date-text {
  color: #5e5f79;
  font-size: 1.2rem;
  line-height: 1.111rem;
}

.speaker-name {
  font-size: 1.1rem;
  line-height: 1.111rem;
}

.local-icon-wrapper {
  background-color: #fff;
  border: .5px solid #e6e7f3cc;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 1rem;
  display: flex;
  box-shadow: 3px 0 6px #316bff21;
}

.event-speakers-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
}

.split-content.left-event {
  color: #696969;
  flex: 1;
  max-width: 70%;
}

.split-content.left-event.center-event {
  flex: 1;
  max-width: 80%;
}

.event-time-content-session {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-right: 0;
  display: flex;
}

.event-local-content-session {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.event-local-content-session.hide {
  display: none;
}

.divider-2.event-divider {
  background-color: #e6e7f3;
  width: 1px;
  height: auto;
  margin-left: 2rem;
  margin-right: 3rem;
}

.date-icon-wrapper {
  background-color: #fff;
  border: .5px solid #e6e7f3cc;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 1rem;
  display: flex;
  box-shadow: 3px 0 6px #316bff21;
}

.event-speaker-image {
  object-fit: cover;
  border-radius: 20px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-right: 1rem;
}

.event-speaker-image.img-size {
  border-radius: 10px;
  width: 50px;
  min-width: 100px;
  height: 50px;
  min-height: 100px;
}

.heading-size-h3 {
  color: #18486f;
  margin-bottom: 1.5rem;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.259em;
}

.event-time-content {
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.schedule-tab-link-text {
  color: #44494d;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.063em;
}

.schedule-tabs-menu {
  border-bottom: 1px solid #e6e7f3;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.event-speaker-wrapper {
  color: #18486f;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  transition: color .35s, transform .35s;
  display: flex;
}

.work-title-div {
  margin-bottom: .4rem;
}

.event-date-wrapper-2 {
  align-items: center;
  display: flex;
}

.faq1_arrow {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 3rem;
  display: flex;
}

.faq1_arrow.hide {
  display: none;
}

.paragraph-4 {
  font-weight: 600;
}

.faq1_answer-wrapper {
  margin-top: 1rem;
  padding: 1.1rem 2rem 1rem 0;
  display: flex;
}

.faq1_answer-wrapper.hide {
  display: none;
}

.event-speaker-wrapper-2 {
  color: #18486f;
  flex-direction: row;
  align-items: flex-start;
  margin-right: .5rem;
  text-decoration: none;
  transition: color .35s, transform .35s;
  display: flex;
}

.faq1_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.speaker-name-3 {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.2rem;
}

.work-code {
  margin-right: 1rem;
}

.faq1_divider-mid {
  background-color: #e1e4e8;
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
}

.work-title {
  flex: 1;
}

.paragraph-5 {
  color: #18486f;
}

.faq1_divider {
  background-color: #e6e7f3;
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
}

.faq1_answer {
  overflow: hidden;
}

.event-speakers-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 1rem;
  margin-left: 1rem;
  display: grid;
}

.event-speakers-wrapper.hide {
  display: none;
}

.palestrantes-paragraph {
  font-size: .9rem;
}

.date-text-2 {
  color: #5e5f79;
  font-size: 1.2rem;
  line-height: 1.3rem;
}

.div-block-19 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-6 {
  color: #004c87;
  margin-top: .25rem;
  font-size: .9rem;
  font-style: italic;
}

.back-to-top_button {
  z-index: 99;
  color: #a3a3a3;
  background-color: #292929;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .2s ease-in-out;
  display: flex;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.back-to-top_button:hover {
  color: #fff;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall.back-to-top {
  width: 1.25rem;
  height: 1.25rem;
}

.blogs_item-link-externo {
  width: 100%;
}

.paragraph-7 {
  margin-top: 1rem;
  font-size: .9rem;
  font-weight: 500;
}

.features-icon-wrapper-2 {
  color: #6b7cff;
  margin-bottom: 1rem;
}

.section-product-support.gradient-background {
  background-image: linear-gradient(#004c87, #004c87);
}

.product-support_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 8rem;
  display: grid;
}

.product-support_component {
  background-color: #fff;
  border-top-right-radius: 4rem;
  margin-left: -108px;
  padding: 6rem 6rem 6rem 0;
}

.layout-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-small-2 {
  font-size: .875rem;
}

.arrow-icon {
  justify-content: center;
  align-items: center;
  height: 1rem;
  display: flex;
}

.layout5_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  display: grid;
}

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

.home-services_icon-wrapper {
  background-color: #f4f5f7;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  margin-right: 2rem;
  display: flex;
}

.home-services_content {
  max-width: 36rem;
}

.home-services_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 36rem;
  display: grid;
}

.section-servi-os {
  background-color: #004c87;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.home-services_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.highlighted-heading-label {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(30deg, #373fff, #3acaf8);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}

.highlighted-heading-label.hide {
  display: none;
}

.icon-1x1-small-2 {
  width: 2.5rem;
  height: 2.5rem;
}

.home-services_item {
  margin-bottom: 3rem;
  display: flex;
}

.home-services_item.is-last {
  margin-bottom: 0;
}

.heading-17 {
  margin-bottom: 1.5rem;
  font-weight: 800;
}

.heading-small-7 {
  color: #44494d;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-block-10 {
  color: #696969;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 66.5em;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.splide__arrow-embed {
  margin-right: 20px;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/fiurstcheck--arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1em;
  border: 1px solid #cbb8af;
  border-radius: 100px;
  width: 5.625em;
  height: 5.625em;
}

.splide__arrow.splide__arrow--prev {
  width: 3.5em;
  height: 3.5em;
  transform: rotate(180deg);
}

.splide__arrow.splide__arrow--next {
  width: 3.5em;
  height: 3.5em;
}

.splide__pagination {
  grid-column-gap: 1em;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.splide__pagination-item {
  display: inline-block;
}

.splide__pagination-item-track {
  background-color: #d7e7f9;
  border-radius: 6px;
  width: 1.5625em;
  height: .375em;
}

.splide__pagination-item-track.splide__pagination-item-track--active {
  background-color: #004c87;
}

.splide {
  width: 100%;
  position: relative;
}

.top-post-item {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-11 {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.lightbox-link-3, .div-block-20, .image-3 {
  width: 100%;
  height: 100%;
}

.layout19_video-image-copy {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
}

.testimonial_play-wrapper-copy {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.gallery2_lightbox {
  object-fit: contain;
  width: 100%;
  height: auto;
  transition: transform .2s;
  position: static;
}

.gallery2_lightbox:hover {
  transform: scale(1.05);
}

.section-title {
  color: #1a1a1a;
  letter-spacing: .0625rem;
  background-color: #f0f0f0;
  border-bottom: .125rem solid #0385ce;
  margin-bottom: .75rem;
  padding: .5rem .75rem;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
}

.gallery2_custom-dots {
  color: #0385ce;
  display: none;
}

.gallery2_componenet {
  height: auto;
  margin-bottom: 4rem;
}

.gallery2_image {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
}

.gallery2_slider-nav {
  color: #0385ce;
  padding-top: .625rem;
  inset: auto 0% -4rem;
}

.gallery2_slide {
  object-fit: cover;
  border-radius: .25rem;
  height: auto;
  overflow: hidden;
}

.gallery2_mask {
  border-radius: .25rem;
  overflow: hidden;
}

.gallery2_hidden-arrow {
  display: none;
}

.global-2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.video {
  border-radius: .5rem;
  width: auto;
}

.div-block-21 {
  display: flex;
}

.div-block-21.hide {
  display: none;
}

.image-4 {
  border-radius: .5rem;
  width: 100%;
}

.lightbox-link-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial_video-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial_video {
  width: 100%;
}

.testimonial_video-placeholder {
  object-fit: cover;
  width: 100%;
}

.testimonial_play-wrapper-2 {
  z-index: 0;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 5% 5%;
}

.testimonial_play-wrapper-2.hide {
  display: none;
}

.testimonial_play-icon-2 {
  margin-right: 1rem;
}

.text-color-white-3 {
  color: #fff;
}

.left-arrow {
  inset: 0% auto 0% 0%;
}

.cf-mission-image {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.cf-image-animation-div {
  width: auto;
}

.cf-mission-special-image {
  width: 100%;
  max-width: 240px;
  position: absolute;
  inset: auto auto 400px -180px;
}

.cf-mission-hero-image-wrapper {
  width: 100%;
  max-width: 700px;
  margin-left: 95px;
}

.cf-body---18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-body---18px.white {
  color: #fff;
}

.mission-grid-text-wrapper {
  width: 100%;
  max-width: 340px;
}

.cf-mission-text-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.cf-mission-line-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 40px;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.white {
  color: #fff;
}

.cf-heading-animation-div {
  width: auto;
}

.cf-yellow-king-text-span {
  background-color: var(--conversion-flow-library-medium-purple);
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 54%, var(--conversion-flow-library-sandy-brown));
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.cf-mission-text-container {
  z-index: 111;
  width: 65%;
  max-width: 750px;
  position: relative;
}

.cf-mission-image-wrapper {
  width: 100%;
  max-width: 340px;
  height: 100%;
}

.cf-mission-image-wrapper.small {
  width: 100%;
  max-width: 180px;
  margin-right: 18%;
}

.cf-mission-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  place-items: center end;
  width: 100%;
}

.mission-image-container {
  width: 30%;
  max-width: 340px;
}

.cf-mission-upper-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 64px;
  display: flex;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.mission-flex {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1190px;
  padding-top: 160px;
  padding-bottom: 160px;
}

.cf-mission-section {
  color: #fff;
  background-color: #000;
  position: relative;
}

.subtitle-pages-3 {
  color: gray;
  text-align: left;
  letter-spacing: 2px;
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding-left: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.page-padding-4 {
  border-radius: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.paragraph-8 {
  font-weight: 600;
}

.speaker-name-4 {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.2rem;
}

.date-text-3 {
  color: #5e5f79;
  font-size: 1.2rem;
  line-height: 1.111rem;
}

.padding-vertical-3 {
  padding-left: 0;
  padding-right: 0;
}

.event-speaker-wrapper-3 {
  color: #18486f;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: .5rem;
  text-decoration: none;
  transition: color .35s, transform .35s;
  display: flex;
}

.event-speaker-wrapper-3.hide {
  display: none;
}

.text-block-12 {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.rich-text-block-5 {
  color: #696969;
  align-self: center;
  font-weight: 400;
  text-decoration: none;
}

.heading-18 {
  color: #f55d3e;
  font-family: Work Sans, sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
}

.container-title-3 {
  max-width: 80rem;
}

.container-title-3.bottom-margin {
  margin-bottom: 2rem;
}

.paragraph-9 {
  color: #18486f;
}

.event-date-wrapper-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-10 {
  color: #004c87;
  margin-top: .25rem;
  font-size: .9rem;
  font-style: italic;
}

.text-span-18 {
  color: var(--dark-khaki);
}

.small-text {
  font-size: .8rem;
}

.text-weight-medium-3 {
  margin-top: 1rem;
  font-size: .8rem;
  font-weight: 500;
}

.home-header_client-logos-wrapper-copy-2 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 0rem;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: center;
  display: grid;
}

.home-header_client-logo-2 {
  object-fit: contain;
  width: 100%;
  height: 7rem;
}

.table-col-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.table-col-4.data {
  justify-content: center;
  align-items: flex-end;
}

.table-col-4.data.left {
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  position: sticky;
  left: 0;
}

.table-col-4.header.left-col {
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1rem;
  display: flex;
  position: sticky;
  left: 0;
}

.table-header-details-text-3 {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}

.table-1---header---text-3 {
  color: #5e5656;
  text-align: center;
  border: 1px #000;
  margin-bottom: .5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 16px;
}

.table-1---header---text-3.data {
  text-align: right;
  width: 100%;
  font-weight: 400;
}

.table-1---header---text-3.data.center {
  text-align: left;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
  line-height: 20px;
}

.heading-19 {
  font-size: 1.7rem;
}

.div-block-27 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.faq_anwer-wrapper-2 {
  margin-top: 2rem;
  padding-top: 0;
}

.faq_icon_dropdown {
  opacity: .2;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 2rem;
  display: flex;
}

.speaker-name-5 {
  color: #333;
  font-size: 1.3rem;
  line-height: 1.2rem;
}

.faq_items-2 {
  width: 100%;
  box-shadow: none;
  border: 1px solid #0000;
  border-color: #0000000d #0000 #0000001a;
  border-radius: 15px;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.event-speaker-wrapper-dropdown {
  color: #18486f;
  flex-direction: row;
  align-items: center;
  margin-right: .5rem;
  text-decoration: none;
  transition: color .35s, transform .35s;
  display: flex;
}

.event-speakers-wrapper-dropdown {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  margin-left: 0;
  display: grid;
}

.paragraph-11 {
  color: #004c87;
  margin-top: .25rem;
  font-size: 1rem;
  font-style: italic;
}

.faq_icon-line-2 {
  background-color: #000;
  border-radius: .25rem;
  width: 1.25rem;
  height: .25rem;
  position: absolute;
}

.faq_icon-line-2.is-vertical {
  transform: rotate(90deg);
}

.faq_item-3 {
  cursor: pointer;
  background-color: #fff;
  border: 1px #00000026;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-style-muted-2 {
  opacity: .7;
  text-align: center;
}

.team_item-overlay {
  background-image: none;
  border-radius: 50%;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team_item-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.margin-top-3.margin-large.without-margin-bottom {
  margin-bottom: 0;
}

.team_image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.team_image-wrapper {
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  position: relative;
  overflow: hidden;
}

.team_social-icons-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-small-8 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.team_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr .25fr;
  width: 100%;
}

.social-link-3 {
  transition: color .2s;
}

.social-link-3:hover {
  color: #2405f2;
}

.team_social-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  transition: opacity .2s;
  display: flex;
}

.team_social-icon:hover {
  opacity: .7;
}

.heading-mini {
  color: #44494d;
  margin-top: .5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

.layout8_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.layout8_lightbox {
  border-radius: 1.2rem;
  position: relative;
  overflow: hidden;
}

.layout8_image {
  filter: brightness(80%);
  object-fit: cover;
  width: 100%;
  height: 24rem;
  transition: filter .2s ease-out, transform .2s ease-out;
  position: relative;
}

.layout8_image:hover {
  filter: brightness(60%);
  transform: scale(1.1);
}

.testimonial_play-wrapper-3 {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial_play-icon-3 {
  box-shadow: none;
  margin-right: 1rem;
}

.testimonial_play-icon-3:hover {
  transform: scale(.96);
}

.margin-bottom-3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-3.margin-small {
  margin-bottom: .5rem;
}

.text-weight-bold-2 {
  color: #00b585;
  font-weight: 700;
}

.home-header_client-logos-wrapper-copy-3 {
  grid-column-gap: .75rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: center start;
  display: grid;
}

.home-header_client-logo-3 {
  height: 3.5rem;
}

.home-header_client-logo-3.big {
  height: 5.5rem;
  padding-left: 0;
  position: static;
}

.text-block-13, .bold-text-4, .bold-text-5 {
  text-decoration: none;
}

.program-iframe-2 {
  width: 100%;
  height: 152rem;
}

.lightbox-link-5 {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 16rem;
  transition: filter .2s, transform .2s;
}

.image-5:hover {
  filter: brightness(80%);
  transform: scale(1.1);
}

.blog4_info-divider {
  background-color: #900c33;
  width: .125rem;
}

.blog4_info-divider.small {
  background-color: #a5cdd4;
  margin-left: .5rem;
  margin-right: .5rem;
}

.subtitle-pages-9 {
  color: gray;
  letter-spacing: 2px;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.blog4_info-wrapper {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: stretch;
  place-items: stretch start;
  margin-bottom: 1rem;
  display: flex;
}

.read-more-2 {
  margin-top: 10px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 600;
}

.text-block-20 {
  color: #900c33;
}

.cms3_image {
  object-fit: cover;
  object-position: 50% 62%;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  width: 100%;
  height: 100%;
}

.cms3_image.custom-img-2 {
  object-fit: cover;
  object-position: 0% 45%;
}

.cms3_content-wrapper-3 {
  background-color: #0000000d;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  flex-direction: column;
  flex: 1;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.cms3_image-wrapper {
  border-top-left-radius: 0;
  height: 18rem;
  position: relative;
}

.rich-text-block-8 {
  color: #696969;
  text-align: left;
  align-self: center;
  font-weight: 400;
}

.read-more-icon {
  color: #900c33;
  width: 1rem;
  margin-left: .5rem;
  line-height: 0;
}

.experience-wrapper {
  border-radius: 2rem;
  margin-bottom: 3rem;
  box-shadow: 0 4px 18px #0003;
}

.read-more-wrapper {
  align-items: center;
  display: flex;
}

.read-more-wrapper.hide {
  display: none;
}

.code-embed {
  height: 50rem;
}

.text-block-21 {
  font-size: .95rem;
}

.cf-growth-container {
  z-index: 11;
  width: 100%;
  height: 100%;
  margin-top: 3rem;
  position: relative;
}

.cf-growth-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-growth-wrapper {
  outline-offset: 0px;
  text-align: center;
  background-color: #fff;
  border-radius: 22px;
  outline: .5px solid #3333331a;
  width: 100%;
  max-width: 360px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px -1px #c7c7c740;
}

.cf-growth-wrapper:hover {
  background-color: #b1e6f8;
}

.cf-growth-hero-image {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.cf-growth-heading-32px {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.uui-cta03_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.uui-cta03_image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-cta03_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.uui-text-size-large {
  color: var(--black-text);
  letter-spacing: normal;
  font-family: Work Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-large {
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.uui-cta03_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_cta03 {
  background-color: var(--untitled-ui--white);
}

.program-iframe {
  border: 0 #000;
  width: 100%;
  height: 38rem;
  margin-top: 0;
  margin-bottom: 3rem;
}

.program-iframe.newframe {
  object-fit: fill;
  width: 100%;
  display: block;
}

.rich-text-block-6 {
  color: #696969;
  font-weight: 400;
}

.rich-text-block-6 a {
  color: #49889a;
}

.rich-text-block-6 p {
  font-size: 1rem;
  font-weight: 400;
}

.modern-schedule {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 3rem;
  display: flex;
}

.content-wrapper {
  padding: 20px 40px;
}

.modern-tag {
  color: #fff;
  letter-spacing: .9px;
  background-color: #009aa4;
  margin-top: -2px;
  padding: 5px 7px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  inset: 20px 50px auto auto;
}

.accordion-toggle-wrapper {
  align-items: center;
  display: flex;
}

.accordion-toggle-wrapper.agenda-modern {
  white-space: normal;
  align-items: flex-start;
  padding-bottom: 0;
  padding-right: 70px;
}

.agenda-modern-date-span {
  padding-left: 15px;
  font-weight: 300;
}

.card-icon-calendar {
  letter-spacing: 0;
  padding-right: 15px;
  font-family: "Font awesome 6 free 400", sans-serif;
}

.accordion-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  display: flex;
}

.accordion-toggle.agenda-modern {
  align-items: flex-start;
  padding: 20px 40px;
  transition: all .25s;
}

.accordion-toggle.agenda-modern:hover {
  background-color: #5097a11a;
}

.accordion-toggle.agenda-modern.with-out-mouseover {
  cursor: default;
  background-color: #23407300;
}

.accordion-toggle.agenda-modern.with-out-mouseover:hover {
  background-color: #5097a100;
}

.accordion-title {
  padding-top: 5px;
  padding-bottom: 3px;
  font-size: 15px;
  line-height: 1.4;
}

.modern-schedule-accordion-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.schedule-tab-link-2 {
  background-color: #fff;
  flex-direction: column;
  padding-bottom: 10px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.schedule-tab-link-2:hover {
  border-bottom: 4px solid #326a81;
}

.schedule-tab-link-2.w--current {
  background-color: #0000;
  border-bottom: 4px solid #2c4550;
  padding-bottom: 25px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: color .3s;
}

.program-column-header {
  background-color: #2f595a;
  background-image: none;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  align-items: center;
  height: 75px;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.program-column-header.hide {
  display: none;
}

.event-date {
  color: #fff;
  letter-spacing: 2px;
  font-size: 1.1rem;
  font-weight: 600;
}

.schedule-tab-link-text-2 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.063em;
}

.accordion-item {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 20px;
  padding-right: 30px;
  position: static;
  overflow: hidden;
}

.accordion-item.agenda-modern {
  border: 1px solid #3333;
  margin-bottom: -5px;
  padding-bottom: 0;
  padding-right: 0;
}

.accordion-list {
  background-color: #0000;
  justify-content: flex-start;
  display: flex;
  position: static;
  overflow: hidden;
}

.accordion-list.hide {
  display: none;
}

.accordion-subtitle {
  color: #575757;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.icon-hide {
  color: #00adef;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
  display: none;
}

.icon-hide.active {
  display: block;
}

.event-speakers-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 1rem;
  display: grid;
}

.speaker-name-6 {
  color: #333;
  font-size: 1rem;
  line-height: 1.2rem;
}

.paragraph-12 {
  color: #559fa6;
  margin-top: .25rem;
  font-size: .9rem;
  font-style: italic;
}

.paragraph-13 {
  font-size: 1rem;
  font-weight: 600;
}

.tag-sala {
  color: #f5ac4b;
  letter-spacing: .9px;
  text-transform: uppercase;
  margin-top: -2px;
  padding: 5px 7px 5px 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  position: static;
  inset: 20px 50px auto auto;
}

.texto-autor {
  margin-bottom: 1rem;
}

.paragraph-vip {
  color: #192e69;
  margin-bottom: .125rem;
  font-size: .9rem;
  font-weight: 600;
}

.page-padding-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.slider_component-2 {
  height: 90vh;
  position: static;
  top: 4rem;
}

.padding-vertical-7 {
  padding-left: 0;
  padding-right: 0;
}

.top-slider_list_wrapper-2 {
  background-image: url('../images/67979865ecb816a482045fc0_20241108_155849130_iOS-1024x681.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 90vh;
  max-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-slider_list_wrapper-2.topslider2 {
  background-image: url('../images/67979865ecb816a482045f7f_65e5eafe5a280a2303bb548f_43º-CNOT---Topslider-1_1920x800.png');
}

.top-slider_list_wrapper-2.topslider3 {
  background-image: url('../images/67979865ecb816a482045f7c_43º-CNOT---Topslider-3_1920x800.png');
}

.container-default-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.button-secondary-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  transform-style: preserve-3d;
  background-color: #0000;
  border: .125rem solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  transition: transform .35s, border-color .35s, color .35s, background-color .35s;
}

.button-secondary-3:hover {
  color: #a1472d;
  background-color: #fff;
  border-color: #b15f2b;
  transform: scale3d(.95, .95, 1.01);
}

.button-secondary-3.margin-copy {
  margin-top: 2rem;
}

.page-padding-6 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.slider_component-3 {
  height: 90vh;
  position: static;
  top: 4rem;
}

.padding-vertical-8 {
  padding-left: 0;
  padding-right: 0;
}

.top-slider_list_wrapper-3 {
  background-image: url('../images/65afa3e0e1e5742c93e50dae_Topslider_Q2024_1920x800-px.png');
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 90vh;
  max-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-slider_list_wrapper-3.topslider2 {
  background-image: url('../images/666199fb2f55c77af9d9cb02_Q2024---Foto.jpg');
}

.top-slider_list_wrapper-3.topslider3 {
  background-image: url('../images/67979865ecb816a482045f7c_43º-CNOT---Topslider-3_1920x800.png');
}

.container-default-4 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.button-secondary-4 {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  transform-style: preserve-3d;
  background-color: #0000;
  border: .125rem solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  transition: transform .35s, border-color .35s, color .35s, background-color .35s;
}

.button-secondary-4:hover {
  color: #a1472d;
  background-color: #fff;
  border-color: #b15f2b;
  transform: scale3d(.95, .95, 1.01);
}

.button-secondary-4.margin-copy {
  margin-top: 2rem;
}

.button-secondary-4.margin-copy:hover {
  color: #192e69;
  border-color: #559fa6;
}

@media screen and (max-width: 991px) {
  .button.margin-right {
    margin-bottom: 1rem;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .container-large.fix {
    height: 100%;
  }

  .show-tablet {
    display: block;
  }

  .main-wrapper {
    margin-top: auto;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-huge.is-bottom-0 {
    padding-bottom: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_messege-heading {
    font-size: 3rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.75rem;
  }

  .nav_menu {
    background-color: #fff;
  }

  .nav_link {
    padding: .75rem 2.5rem .57rem;
  }

  .nav_menu-mobile-button-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .nav_logo {
    height: 3rem;
  }

  .nav_menu-mobile-button {
    justify-content: center;
    align-items: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
    display: flex;
  }

  .nav_menu-mobile-button.w--open {
    background-color: #edf7ff;
  }

  .nav_button-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .nav_component {
    height: 4rem;
    display: flex;
    position: relative;
  }

  .nav_button {
    margin-left: 2.5rem;
  }

  .dropdown {
    display: block;
  }

  .dropdown.hide {
    display: none;
  }

  .dropdown-toggle {
    padding-left: 2.5rem;
  }

  .hero-home {
    padding-top: 12rem;
  }

  .title.event-title-programme {
    line-height: 1.3;
  }

  .welcome-message_component {
    grid-template-rows: .25fr .5fr;
  }

  .welcome-message_photo {
    width: 21.5rem;
  }

  .section-home-cta.gradient-background {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-cta_content-right {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .home-cta_component {
    grid-template-columns: 1fr;
  }

  .home-cta_image {
    max-height: 32rem;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .welcome {
    justify-content: center;
    height: 100%;
  }

  .why-grid {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .layout2_component {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .footer4_top {
    grid-column-gap: 3rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-cta_shape-top {
    left: -2.6rem;
  }

  .footer-cta_background {
    width: 100%;
  }

  .footer-cta_content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .footer-cta_component {
    text-align: center;
    flex-direction: column;
  }

  .footer-cta_shape-bottom {
    right: -1.5rem;
  }

  .home-features_list {
    grid-column-gap: 4.75rem;
    grid-row-gap: 3.75rem;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
  }

  .icon-1x1-medium-2 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .text-size-xxlarge {
    font-size: 1.75rem;
  }

  .cta-icons {
    height: 100%;
  }

  .blog-template_component {
    margin-top: 0;
  }

  .layout7_component {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }

  .container-geral {
    margin-top: 0;
  }

  .resource-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .layout3_component {
    grid-template-columns: 1fr;
  }

  .layout3_image {
    height: 5rem;
  }

  .page-padding-3 {
    height: 100%;
  }

  .nav-dropdown-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
    border-radius: 0;
    left: 0;
  }

  .pricing4_desktop {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing4_table-content, .pricing4_table-title {
    grid-template-rows: auto;
    grid-template-columns: 1.2fr .5fr;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rich-text-block {
    align-self: auto;
  }

  .layout9_component {
    grid-template-columns: 1fr;
    grid-auto-rows: max-content;
  }

  .pricing_plans {
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  }

  .pricing_plan:hover {
    box-shadow: none;
    transform: none;
  }

  .pricing_plan.is-highlighted:hover {
    box-shadow: none;
  }

  .pricing_plan-bottom {
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing-plan_icon-wrapper {
    width: 2.5rem;
    height: 2.5rem;
  }

  .heading-medium-3 {
    font-size: 1.875rem;
  }

  .pricing_price-wrapper {
    margin-top: 3rem;
  }

  .pricing_tabs-menu {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .pricing_plan-divider {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .pricing_plan-top {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-13, .submit-button {
    flex-direction: column;
  }

  .rich-text-block-color {
    align-self: auto;
  }

  .h3-3 {
    width: 90%;
  }

  .faq_item {
    padding: 1.5rem 1rem;
  }

  .faq_icon {
    margin-left: 1rem;
  }

  .price-card {
    position: relative;
  }

  .grid-feature-blank {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .price-card-dark {
    position: relative;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-feature {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .faq_item-2 {
    padding: 1.5rem 2rem;
  }

  .faq_icon-2 {
    margin-left: 1rem;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .home-header_client-logos-wrapper-copy {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .why-grid-2 {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .table-col.data.left, .table-col.data-copy.left {
    align-items: center;
  }

  .table {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table.no-pad.overflow-2 {
    flex: none;
  }

  .table.no-pad.overflow {
    flex: none;
    max-height: 100%;
  }

  .table-wrapper {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 4px;
  }

  .table-wrapper._100 {
    margin-bottom: 20px;
  }

  .table-icon {
    width: 16px;
    height: 16px;
  }

  .table-1---header---text {
    font-size: 1rem;
    line-height: 14px;
  }

  .table-1---header---text.data.center {
    margin-bottom: 0;
    font-size: .95rem;
  }

  .table-row-6-col.data-row, .table-row-6-col.header {
    width: 100%;
  }

  .table-row-3-col.data-row, .table-row-3-col.header {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .table-header-details-text-2 {
    font-size: 8px;
    line-height: 10px;
  }

  .table-icon-2 {
    height: 16px;
  }

  .table-1---header---text-2 {
    font-size: 10px;
    line-height: 14px;
  }

  .table-wrapper-2 {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 4px;
  }

  .table-wrapper-2._100 {
    margin-bottom: 20px;
  }

  .table-wrapper-2._100-2 {
    margin-bottom: 20px;
    box-shadow: 4px 4px 13px #0000001a;
  }

  .table-row-3-col-2.data-row, .table-row-3-col-2.header, .table-row-3-col-2.header-copy {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .table-row-3-col-2.header-copy.cms-2 {
    grid-template-columns: .5fr .25fr 2fr;
    width: 100%;
  }

  .table-row-3-col-2.data-row-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .table-row-3-col-2.data-row-2.cms-2 {
    grid-template-columns: .5fr .25fr 2fr;
    width: 100%;
  }

  .table-row-3-col-copy.data-row, .table-row-3-col-copy.header, .table-row-3-col-copy.data-row-copy {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .table-col-2.data.left, .table-col-2.data-copy.left, .table-col-3.data.left, .table-col-3.data-copy.left {
    align-items: center;
  }

  .rich-text-block-2 {
    align-self: auto;
    font-size: .7rem;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .card---brix.icon-center---brix {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-8 {
    grid-template-columns: 1fr 1fr;
  }

  .rich-text-block-3 {
    align-self: auto;
  }

  .home-cs.mobile-hide {
    display: none;
  }

  .welcome-message_component-2 {
    grid-template-rows: .25fr .5fr;
  }

  .welcome-message_photo-2 {
    width: 21.5rem;
  }

  .rich-text-block-1-1 {
    align-self: auto;
  }

  .top-slider_list_wrapper {
    justify-content: flex-start;
    align-items: stretch;
    height: 90vh;
    max-height: 90vh;
  }

  .top-slider_list_wrapper.hide-mobile {
    display: none;
  }

  .top-slider_list_wrapper.hide-desktop {
    background-position: 0 100%;
    display: none;
  }

  .top-slider_list_wrapper.hide-desktop.hide-mobile, .top-slider_list_wrapper.hide-desktop.hide-tabet {
    display: none;
  }

  .top-slider_list_wrapper.hide-desk-mobile {
    background-position: 50%;
    background-size: cover;
    display: block;
  }

  .slider_component {
    height: 90vh;
    margin-top: auto;
  }

  .icon {
    margin-top: auto;
  }

  .rich-text-block-4 {
    align-self: auto;
  }

  .blogs_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .process_component {
    grid-template-columns: 1fr 1fr;
  }

  .contact3_image {
    height: 100%;
  }

  .contact3_component {
    align-items: stretch;
  }

  .home-services_content-wrapper {
    grid-template-columns: 1fr;
  }

  .home-services_content-right {
    margin-bottom: 0;
  }

  .layout5_background.hide-mobile {
    display: none;
  }

  .layout5_background.hide-desktop {
    background-image: none;
    display: block;
  }

  .layout5_component {
    object-fit: cover;
    height: 75vh;
  }

  .heading-7, .paragraph-hero {
    text-align: center;
  }

  .container-7 {
    width: 95%;
  }

  .hero-content-2 {
    flex-wrap: wrap;
  }

  .layout {
    margin-top: auto;
  }

  .content-block-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 35px;
    display: flex;
  }

  .team_person-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team_person-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .program-session_content-wrapper {
    grid-template-columns: .25fr 1.2fr;
  }

  .event-date-content {
    margin-bottom: 1rem;
  }

  .event-date-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .schedule-tab-link.w--current, .event-local-content {
    margin-bottom: 1rem;
  }

  .split-content.left-event.center-event {
    max-width: 95%;
  }

  .event-time-content-session, .event-local-content-session, .event-time-content {
    margin-bottom: 1rem;
  }

  .schedule-tabs-menu {
    flex-direction: column;
    align-items: center;
    padding-bottom: 1rem;
  }

  .event-date-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .event-speaker-wrapper-2 {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }

  .event-speakers-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }

  .product-support_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem;
  }

  .product-support_component {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
  }

  .home-services_icon-wrapper {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .home-services_component {
    grid-template-columns: 1fr;
  }

  .icon-1x1-small-2 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .home-services_item {
    margin-bottom: 1.5rem;
  }

  .top-post-item {
    grid-template-columns: 1fr 1fr;
  }

  .global-2-col {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .testimonial_video-wrapper {
    max-height: 28rem;
  }

  .left-arrow {
    height: 100%;
    inset: 0% auto 0% 0%;
  }

  .right-arrow {
    height: 100%;
    inset: 0% 0% 0% auto;
  }

  .cf-mission-special-image {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 40px;
    align-items: center;
    margin-top: 64px;
    margin-left: 0;
    display: flex;
  }

  .cf-body---18px {
    line-height: 150%;
  }

  .cf-mission-text-container {
    width: 100%;
  }

  .cf-mission-image-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .mission-image-container {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
  }

  .cf-mission-upper-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding-vertical-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .event-speaker-wrapper-3 {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }

  .rich-text-block-5 {
    align-self: auto;
  }

  .event-date-wrapper-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-header_client-logos-wrapper-copy-2 {
    grid-template-columns: 1fr 1fr;
  }

  .table-col-4.data.left {
    align-items: center;
  }

  .table-1---header---text-3 {
    font-size: 1rem;
    line-height: 14px;
  }

  .table-1---header---text-3.data.center {
    margin-bottom: 0;
    font-size: .95rem;
  }

  .faq_icon_dropdown {
    margin-left: 1rem;
  }

  .event-speaker-wrapper-dropdown {
    width: 100%;
    margin-right: 1rem;
  }

  .event-speakers-wrapper-dropdown {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .faq_item-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .team_component-2 {
    grid-template-columns: 1fr;
  }

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-header_client-logos-wrapper-copy-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .program-iframe-2 {
    margin-left: 0;
  }

  .blog4_info-wrapper {
    flex-direction: column;
  }

  .rich-text-block-8 {
    align-self: auto;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cf-growth-wrapper {
    padding: 40px 30px;
  }

  .cf-growth-heading-32px {
    line-height: 120%;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-cta03_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rich-text-block-6 {
    align-self: auto;
  }

  .schedule-tab-link-2.w--current {
    margin-bottom: 1rem;
  }

  .event-speakers-wrapper-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }

  .page-padding-5 {
    height: 100%;
  }

  .slider_component-2 {
    height: 90vh;
    margin-top: auto;
  }

  .padding-vertical-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .top-slider_list_wrapper-2 {
    justify-content: flex-start;
    align-items: stretch;
    height: 100vh;
    max-height: 100vh;
  }

  .page-padding-6 {
    height: 100%;
  }

  .slider_component-3 {
    height: 90vh;
    margin-top: auto;
  }

  .padding-vertical-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .top-slider_list_wrapper-3 {
    justify-content: flex-start;
    align-items: stretch;
    height: 100vh;
    max-height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem 0;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_message-outer {
    padding: 0;
  }

  .fs-styleguide_message-inner {
    border-radius: 0;
  }

  .fs-styleguide_messege-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_messege-heading {
    font-size: 2.5rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .nav_link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_logo-link, .nav_logo-link.w--current {
    padding-left: 0;
  }

  .nav_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .nav_button {
    margin-left: 1.25rem;
  }

  .dropdown-toggle {
    padding: 1rem;
  }

  .hero-home {
    background-image: none;
  }

  .hero-home.hide_desktop {
    background-image: none;
    height: 100vh;
    display: block;
  }

  .hero-home.hide_mobile {
    display: none;
  }

  .hero-wrapper {
    flex-direction: column;
  }

  .home-event-date-wrapper {
    flex-direction: row;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .home-event-day-wrapper {
    display: flex;
  }

  .home-event-day {
    font-size: 1.5rem;
  }

  .divider.home-event-days {
    align-self: stretch;
    width: 1.5px;
    height: auto;
    margin: 0 .5rem;
  }

  .divider.home-event-date {
    width: 15px;
    height: 2px;
    margin: 0 .7rem;
  }

  .home-event-date {
    display: flex;
  }

  .home-event-month {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.2em;
  }

  .home-event-year {
    margin-bottom: 0;
    margin-left: .5rem;
  }

  .title.hero {
    font-size: 2rem;
  }

  .welcome-message_component {
    grid-template-rows: .25fr .5fr;
  }

  .heading-medium-2 {
    font-size: 1.5rem;
  }

  .home-cta_content-right {
    padding: 3.5rem .95rem 3.5rem 2rem;
  }

  .button-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-subscribe {
    height: 60vh;
  }

  .layout2_component {
    grid-template-columns: 1fr;
  }

  .footer4_content-left {
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer4_social {
    margin-top: 1rem;
  }

  .footer4_bottom {
    flex-direction: column;
    grid-template-columns: 2fr;
    align-items: flex-start;
  }

  .footer4_top {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-cta_button-wrapper {
    margin-top: 2rem;
  }

  .footer-cta_shape-top {
    display: none;
  }

  .footer-cta_content {
    text-align: center;
    flex-direction: column;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .footer-cta_shape-bottom {
    bottom: -2rem;
    right: 0;
  }

  .product-features_image {
    width: 70%;
    max-height: none;
  }

  .home-cta_component-2 {
    grid-template-columns: 1fr;
  }

  .page-padding-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-cta_image-wrapper {
    max-width: none;
  }

  .home-features_list {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding: 2rem;
  }

  .text-size-xxlarge {
    font-size: 1.5rem;
  }

  .blog-template_author-content {
    grid-template-columns: max-content;
  }

  .layout7_component {
    grid-auto-rows: auto;
  }

  .resources-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }

  .resource-wrapper {
    flex-direction: row;
  }

  .layout3_component {
    grid-template-columns: 1fr;
  }

  .page-padding-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer3_content {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer3_right {
    margin-top: .75rem;
  }

  .pricing4_desktop {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing4_table-content, .pricing4_table-title {
    grid-template-columns: 1fr;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .layout9_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .heading-small-2 {
    font-size: 1.25rem;
  }

  .map_address-details {
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .map_content-wrapper {
    grid-template-rows: .7fr 1fr;
    width: 100%;
    margin-top: 1rem;
  }

  .pricing_plans {
    flex-direction: column;
  }

  .pricing_plan-bottom {
    padding-bottom: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-medium-3 {
    font-size: 1.5rem;
  }

  .pricing_price-wrapper {
    margin-top: 2rem;
  }

  .pricing_tabs-menu {
    flex-direction: column;
    margin-bottom: 3rem;
    display: flex;
  }

  .pricing_plan-top {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-destaque.hide-2 {
    display: block;
  }

  .logo-box {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-box.two-logos {
    grid-template-columns: 1fr 1fr;
  }

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

  .logo-img-hide {
    display: none;
  }

  .faq_item {
    margin-bottom: 1.5rem;
  }

  .heading-small-3 {
    font-size: 1.25rem;
  }

  .faq_items {
    width: 100%;
  }

  .toggle-row {
    margin-bottom: 30px;
  }

  .price-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .check-grid-large {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .price-card-dark {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .check-grid {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .container-3 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .faq_item-2 {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-small-4 {
    font-size: 1.25rem;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .home-header_client-bar {
    align-items: stretch;
    margin-bottom: 1.5rem;
  }

  .home-header_client-logos-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .home-header_client-logos-wrapper-copy {
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .arrow-3.sources {
    margin-right: 260px;
  }

  .link-2 {
    font-size: 10px;
    line-height: 18px;
  }

  .table-header-details-text {
    color: #5e5656;
    font-size: 9px;
  }

  .table.no-pad {
    padding-left: 10px;
    padding-right: 0;
  }

  .table.no-pad.overflow {
    width: 100%;
    max-height: 240px;
    padding-left: 0;
    overflow: auto;
  }

  .table.no-pad.overflow-2 {
    width: 100%;
    padding-left: 0;
  }

  .table.no-pad.overflow {
    width: 100%;
    padding-left: 0;
    overflow: auto;
  }

  .table-wrapper {
    border-style: none;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    transform: scale(.8);
  }

  .table-wrapper._100.table {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    transform: none;
  }

  .table-wrapper._100 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-5 {
    padding-top: 0;
  }

  .table-1---header---text {
    line-height: 12px;
  }

  .table-row-6-col.data-row, .table-row-6-col.header {
    width: 160vw;
  }

  .table-row-6-col.data-row {
    width: 100%;
  }

  .table-row-6-col.header {
    align-content: center;
    min-height: 80px;
  }

  .textblock {
    font-size: 12px;
  }

  .table-label {
    font-size: 14px;
  }

  .table-row-3-col.data-row, .table-row-3-col.header {
    width: 100%;
  }

  .table-header-details-text-2 {
    color: #5e5656;
    font-size: 9px;
  }

  .table-1---header---text-2 {
    font-size: 10px;
    line-height: 12px;
  }

  .table-wrapper-2 {
    border-style: none;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    transform: scale(.8);
  }

  .table-wrapper-2._100.table {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    transform: none;
  }

  .table-wrapper-2._100 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-wrapper-2._100-2 {
    padding-left: 10px;
    padding-right: 10px;
    transform: none;
  }

  .table-wrapper-2._100-2.hide {
    display: none;
  }

  .table-label-2 {
    font-size: 14px;
  }

  .table-row-3-col-2.data-row, .table-row-3-col-2.header, .table-row-3-col-2.header-copy {
    width: 100%;
  }

  .table-row-3-col-2.header-copy.cms-2 {
    width: 75vh;
  }

  .table-row-3-col-2.data-row-2 {
    width: 100%;
  }

  .table-row-3-col-2.data-row-2.cms-2 {
    width: 75vh;
  }

  .table-row-3-col-copy.data-row, .table-row-3-col-copy.header, .table-row-3-col-copy.data-row-copy {
    width: 100%;
  }

  .grid-3-columns {
    grid-column-gap: 26px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .card---brix.icon-center---brix {
    padding: 32px 24px 40px;
  }

  .div-block-14 {
    top: -2%;
  }

  .grid-8 {
    grid-template-columns: 1fr 1fr;
  }

  .home-cs.desktop-hide {
    display: none;
  }

  .home-cs.mobile-hide {
    display: block;
  }

  .welcome-message_component-2 {
    grid-template-rows: .25fr .5fr;
  }

  .top-slider_list_wrapper.hide-desktop {
    background-position: 50% 0;
    display: block;
  }

  .top-slider_list_wrapper.hide-desk-mobile {
    display: none;
  }

  .container-default-2 {
    justify-content: center;
  }

  .home-event-date-wrapper-2 {
    flex-direction: row;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .blogs_list {
    grid-row-gap: 2.5rem;
  }

  .blogs_image-wrapper {
    height: 12rem;
    margin-bottom: 1.5rem;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .heading-large-2 {
    font-size: 2rem;
  }

  .heading-small-5 {
    font-size: 1rem;
  }

  .box.hide {
    display: none;
  }

  .contact3_form {
    grid-row-gap: .75rem;
  }

  .contact3_component {
    grid-template-columns: 1fr;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .layout6_component {
    grid-template-columns: 1fr;
  }

  .container-6 {
    max-width: 90%;
  }

  .image-overlay-effect {
    width: 6rem;
  }

  .layout5_component {
    height: 50rem;
  }

  .heading-7 {
    font-size: 3.5rem;
  }

  .heading-xxlarge {
    font-size: 3rem;
  }

  .heading-small-6 {
    font-size: 1rem;
  }

  .team_person-wrapper {
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr 1fr;
  }

  .team_component {
    grid-template-columns: 1.5fr;
  }

  .social-link-2 {
    justify-content: center;
    align-items: center;
  }

  .team_socials {
    margin-top: 1.5rem;
  }

  .testimonials4_component {
    grid-template-columns: 1fr 1fr;
    padding: 1.5rem;
  }

  .card-3.right-session-card, .card-3.title-session-page {
    flex-direction: column;
    margin-bottom: 3rem;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-3.title-session-page.secondary {
    margin-left: 0;
    margin-right: 0;
  }

  .card-3.left-session-card {
    flex-direction: column;
    margin-bottom: 3rem;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-3.session-page-dropdown {
    flex-direction: column;
    margin-bottom: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .schedule-tab-link {
    align-items: center;
    margin-left: 2rem;
    margin-right: 2rem;
    display: flex;
  }

  .split-content.left-event {
    max-width: 100%;
  }

  .faq1_arrow {
    margin-left: 2rem;
  }

  .faq1_answer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq1_question {
    padding-left: 0;
  }

  .event-speakers-wrapper {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .product-support_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .product-support_component {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 2rem;
  }

  .layout-item {
    padding-left: 0;
    padding-right: 0;
  }

  .layout5_component-2 {
    grid-template-columns: 1fr 1fr;
  }

  .home-services_icon-wrapper {
    margin-right: 1rem;
  }

  .home-services_component {
    grid-template-columns: 1fr;
  }

  .highlighted-heading-label {
    margin-bottom: 1.225rem;
  }

  .heading-small-7 {
    font-size: 1.25rem;
  }

  .splide__arrow {
    width: 5em;
    height: 5em;
  }

  .section-title {
    font-size: .875rem;
  }

  .global-2-col {
    grid-template-columns: 1fr;
  }

  .cf-mission-special-image {
    width: 30%;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-mission-image-wrapper.small {
    margin-right: 0;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-padding-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-vertical-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .home-header_client-logos-wrapper-copy-2 {
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr 1fr;
  }

  .table-col-4 {
    justify-content: flex-end;
  }

  .table-header-details-text-3 {
    color: #5e5656;
    font-size: 9px;
  }

  .table-1---header---text-3 {
    line-height: 12px;
  }

  .faq_items-2 {
    width: 100%;
  }

  .event-speakers-wrapper-dropdown {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .faq_item-3 {
    margin-bottom: 1.5rem;
  }

  .heading-small-8 {
    font-size: 1rem;
  }

  .heading-mini {
    font-size: 1.25rem;
  }

  .layout8_component {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-header_client-logos-wrapper-copy-3 {
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr;
    place-content: center;
    justify-items: center;
  }

  .cf-growth-heading-32px {
    font-size: 30px;
  }

  .uui-cta03_image-wrapper {
    width: 125%;
    margin-left: -12.5%;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-cta03_form {
    margin-top: 2rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-section_cta03 {
    overflow: hidden;
  }

  .program-iframe {
    height: 25rem;
  }

  .modern-schedule {
    margin-left: auto;
    margin-right: auto;
  }

  .modern-tag {
    right: 30px;
  }

  .schedule-tab-link-2 {
    align-items: center;
    margin-left: 2rem;
    margin-right: 2rem;
    display: flex;
  }

  .event-speakers-wrapper-2 {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .tag-sala {
    right: 30px;
  }

  .page-padding-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .slider_component-2 {
    height: 90vh;
  }

  .padding-vertical-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-default-3 {
    justify-content: center;
  }

  .page-padding-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .slider_component-3 {
    height: 90vh;
  }

  .padding-vertical-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-default-4 {
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .button.margin-right.button-color-background.margin-bottom.fix-width {
    width: 100%;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .container-large.fix {
    height: 90vh;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .padding-huge {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .hero-home {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .hero-home.hide_desktop {
    background-image: none;
    background-position: 50%;
    background-size: cover;
  }

  .title.hero, .title.event-title-programme, .title.event-title-programme {
    font-size: 1.5rem;
  }

  .title.hero {
    font-size: 1.7rem;
    font-weight: 500;
  }

  ._2-buttons {
    flex-direction: column;
  }

  .spacer._2-buttons {
    height: 20px;
    margin-top: 0;
  }

  .welcome-message_component {
    grid-template-rows: .25fr .5fr;
  }

  .welcome-message_photo-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20rem;
    margin-right: 0;
    padding: .8rem;
    display: flex;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-2.margin-medium.fix {
    margin-bottom: 0;
  }

  .cta-form {
    grid-template-columns: auto;
  }

  .cta-subscribe {
    height: 65vh;
  }

  .heading, .heading.text-color-white.align-center {
    font-size: 1.6rem;
  }

  .layout19_video-image {
    object-fit: cover;
    height: 15rem;
  }

  .footer4_content-left {
    flex-direction: column;
  }

  .footer4_content-right {
    grid-template-columns: 1fr;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-small-copy {
    flex: none;
    align-self: stretch;
  }

  .button-small-copy.white-small-copy {
    flex: none;
  }

  .product-features_image {
    width: 100%;
  }

  .layout7_component {
    grid-template-columns: 1fr;
  }

  .resource-wrapper {
    flex-direction: column;
  }

  .footer4_content-right-2 {
    grid-template-columns: 1fr;
  }

  .text-span-9.color-text-black {
    font-size: 2rem;
  }

  .dates-grid {
    text-align: center;
    grid-template-columns: 2fr;
  }

  .pricing4_table-content, .pricing4_table-title {
    padding: 1rem 2rem;
  }

  .call-to-action {
    flex-direction: column;
  }

  .centered-container {
    text-align: left;
  }

  .grid-2 {
    grid-template-rows: auto auto;
  }

  .subtitle-pages {
    font-size: 1rem;
  }

  .heading-11 {
    font-size: 2rem;
  }

  .layout9_component {
    grid-template-columns: 1fr;
  }

  .layout9_item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .map_content-wrapper {
    width: auto;
    height: auto;
    position: static;
  }

  .map_real-map {
    height: 30rem;
  }

  .pricing_plans {
    grid-template-columns: 1fr;
  }

  .pricing_button-wrapper {
    flex-direction: column;
    display: flex;
  }

  .text-span-12 {
    font-size: 1.2rem;
  }

  .logo-section-2 {
    margin-top: 0;
  }

  .h3-3 {
    width: 95%;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .logo-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .logo-container-box {
    width: 100%;
  }

  .title-cell {
    padding-left: 0;
    padding-right: 0;
  }

  .toggle-row {
    width: 100%;
  }

  .toggle-text {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    font-weight: 500;
    display: flex;
  }

  .toggle-text.monthly-toggle {
    width: auto;
    display: flex;
  }

  .feature-text {
    font-size: 15px;
    line-height: 18px;
  }

  .pricing-module {
    background-color: #0000;
    width: 95%;
  }

  .grid-feature-blank {
    grid-template-columns: 1fr .5fr .5fr;
  }

  .container-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .grid-feature {
    grid-template-columns: 1fr .5fr .5fr;
  }

  .toggle-contain {
    margin-left: 15px;
    margin-right: 15px;
  }

  .price-top-wrap {
    flex-direction: column;
  }

  .price-cell {
    padding: 13px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .home-header_client-bar {
    margin-bottom: 1.5rem;
  }

  .home-header_client-logos-wrapper-copy {
    grid-template-columns: 1fr 1fr;
  }

  .table {
    width: 100%;
  }

  .table.no-pad.overflow-2 {
    flex: none;
  }

  .table.no-pad.overflow {
    flex: none;
    height: 100%;
    max-height: 600px;
  }

  .table-wrapper {
    width: 100%;
    margin-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table-wrapper._100.table {
    height: 450px;
  }

  .table-wrapper._100 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    padding-top: 0;
  }

  .sources-accordian {
    margin-top: 0;
  }

  .table-1---header---text {
    font-size: .95rem;
  }

  .table-row-6-col.data-row, .table-row-6-col.header {
    grid-template-columns: .5fr 1fr 1fr 1fr;
    width: 200vw;
  }

  .table-label {
    padding-left: 10px;
    font-size: 9px;
  }

  .table-row-3-col.data-row {
    width: 140vw;
  }

  .table-row-3-col.header {
    width: 140vw;
    margin-left: 0;
    margin-right: 0;
  }

  .table-wrapper-2 {
    width: 100%;
    margin-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table-wrapper-2._100.table {
    height: 400px;
  }

  .table-wrapper-2._100 {
    padding-left: 0;
    padding-right: 0;
  }

  .table-wrapper-2._100-2 {
    padding-left: 0;
    padding-right: 0;
    transition: transform .2s;
    transform: none;
    box-shadow: 4px 4px 13px #0000001a;
  }

  .table-label-2 {
    padding-left: 10px;
    font-size: 9px;
  }

  .table-row-3-col-2.data-row {
    width: 140vw;
  }

  .table-row-3-col-2.header, .table-row-3-col-2.header-copy {
    width: 140vw;
    margin-left: 0;
    margin-right: 0;
  }

  .table-row-3-col-2.header-copy.cms-2 {
    width: 75vh;
  }

  .table-row-3-col-2.data-row-2 {
    width: 140vw;
  }

  .table-row-3-col-2.data-row-2.cms-2 {
    width: 75vh;
  }

  .table-row-3-col-copy.data-row {
    width: 140vw;
  }

  .table-row-3-col-copy.header {
    width: 140vw;
    margin-left: 0;
    margin-right: 0;
  }

  .table-row-3-col-copy.data-row-copy {
    width: 140vw;
  }

  .heading-size-4 {
    letter-spacing: .5px;
    font-family: Gotham ultra, sans-serif;
    font-weight: 400;
    line-height: 20px;
  }

  .div-block-14 {
    top: -2%;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .home-cs {
    background-image: none;
    background-position: 40%;
    background-repeat: repeat;
    background-size: cover;
  }

  .home-cs.desktop-hide {
    display: none;
  }

  .home-cs.mobile-hide {
    background-position: 50% 100%;
  }

  .welcome-message_component-2 {
    grid-template-rows: .25fr .5fr;
  }

  .welcome-message_photo-wrapper-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20rem;
    margin-right: 0;
    padding: .8rem;
    display: flex;
  }

  .heading-11-copy {
    letter-spacing: .5px;
    font-size: 2rem;
  }

  .top-slider_list_wrapper {
    justify-content: space-between;
  }

  .top-slider_list_wrapper.hide-desktop {
    background-position: 50%;
  }

  .subtitle-2 {
    font-size: 1.5rem;
  }

  .container-default-2 {
    justify-content: center;
  }

  .slider-subtitle-2 {
    font-size: .9rem;
  }

  .subtitle-pages-2 {
    font-size: 1rem;
  }

  .heading-12 {
    font-size: 2rem;
  }

  .footer4_content-right-3 {
    grid-template-columns: 1fr;
  }

  .blog-details {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogs_list {
    grid-template-columns: 1fr;
  }

  .blog-details-divider {
    display: none;
  }

  .blog-details-name {
    margin-bottom: .125rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .process_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .process_connector-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .process_connector-line {
    width: auto;
    height: 2rem;
    margin-top: .25rem;
    margin-left: .4rem;
  }

  .process_circle {
    margin-right: 0;
  }

  .process_connector-line-2 {
    width: auto;
    height: 2rem;
    margin-top: .25rem;
    margin-left: .4rem;
  }

  .process_circle-2 {
    margin-right: 0;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .box.hide {
    display: none;
  }

  .clock-number {
    font-size: 40px;
    line-height: 35px;
  }

  .clock-label {
    font-size: 11px;
  }

  .contact3_form {
    grid-template-columns: 1fr;
  }

  .layout5_component {
    height: 30rem;
  }

  .heading-7 {
    font-size: 2.3rem;
    line-height: 1.2;
  }

  .heading-xxlarge.text-style-allcaps.text-color-white {
    font-size: 2rem;
  }

  .paragraph-hero {
    flex: none;
    font-size: 18px;
  }

  .container-7 {
    width: 95%;
    margin-top: 40px;
  }

  .hero-content-2 {
    width: 100%;
  }

  .team_person-wrapper {
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr;
  }

  .team_person-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .card-3.right-session-card, .card-3.title-session-page {
    margin-bottom: 2rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-3.title-session-page.secondary.bg-img {
    background-image: linear-gradient(#ffffffb3, #ffffffb3), none;
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .card-3.left-session-card, .card-3.session-page-dropdown {
    margin-bottom: 2rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-small.event-title-session {
    font-size: 1.5rem;
  }

  .event-date-content, .event-local-content {
    width: 100%;
  }

  .date-text {
    flex: 1;
  }

  .split-content.left-event.center-event {
    max-width: 100%;
  }

  .event-local-content-session {
    width: 100%;
  }

  .faq1_arrow {
    margin-left: .5rem;
  }

  .faq1_answer-wrapper {
    flex-direction: column;
  }

  .paragraph-5 {
    margin-bottom: .5rem;
  }

  .event-speakers-wrapper {
    grid-template-columns: 1fr;
  }

  .date-text-2 {
    flex: 1;
  }

  .product-support_list {
    grid-template-columns: 1fr;
  }

  .product-support_component {
    padding-right: 1.5rem;
  }

  .layout5_component-2 {
    grid-template-columns: 1fr;
  }

  .home-services_icon-wrapper {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
  }

  .home-services_list {
    grid-template-columns: 1fr;
  }

  .splide__arrows {
    grid-column-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: center;
    margin-top: 1em;
    display: grid;
    position: static;
  }

  .splide__arrow {
    width: 4em;
    height: 4em;
  }

  .top-post-item {
    grid-template-columns: 1fr;
  }

  .layout19_video-image-copy {
    object-fit: cover;
    height: 15rem;
  }

  .global-2-col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .cf-mission-image._1 {
    width: 100%;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 34px;
  }

  .cf-mission-text-grid {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-mission-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.mission-flex {
    padding-bottom: 100px;
  }

  .subtitle-pages-3 {
    font-size: 1rem;
  }

  .date-text-3 {
    flex: 1;
  }

  .padding-vertical-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-18 {
    font-size: 2rem;
  }

  .paragraph-9 {
    margin-bottom: .5rem;
  }

  .home-header_client-logos-wrapper-copy-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .table-col-4.data.left {
    padding-left: 10px;
  }

  .table-1---header---text-3 {
    font-size: .95rem;
  }

  .speaker-name-5 {
    font-size: 1.1rem;
  }

  .event-speakers-wrapper-dropdown {
    grid-template-columns: 1fr;
  }

  .paragraph-11 {
    font-size: .8rem;
  }

  .team_component-2 {
    grid-template-rows: auto auto;
    grid-auto-columns: 1fr;
  }

  .layout8_image {
    height: 20rem;
  }

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-header_client-logos-wrapper-copy-3 {
    grid-template-columns: 1fr;
  }

  .blog4_info-divider.small {
    width: .15rem;
  }

  .subtitle-pages-9 {
    font-size: 1rem;
  }

  .cf-growth-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-heading-32px {
    font-size: 28px;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-cta03_component {
    grid-template-columns: 1fr;
  }

  .program-iframe {
    height: 10rem;
  }

  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modern-tag {
    right: 20px;
  }

  .agenda-modern-date-span {
    letter-spacing: 0;
  }

  .card-icon-calendar {
    font-family: "Font awesome 6 free 400", sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .accordion-toggle.agenda-modern, .accordion-toggle.agenda-modern.with-out-mouseover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .schedule-tab-link-text-2 {
    text-align: center;
  }

  .event-speakers-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .paragraph-13 {
    margin-bottom: .5rem;
  }

  .tag-sala {
    right: 20px;
  }

  .slider_component-2 {
    height: 90vh;
  }

  .padding-vertical-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .top-slider_list_wrapper-2 {
    justify-content: space-between;
  }

  .container-default-3 {
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-secondary-3.margin-copy {
    margin-top: 0;
  }

  .slider_component-3 {
    height: 90vh;
  }

  .padding-vertical-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .top-slider_list_wrapper-3 {
    background-image: url('../images/65afa3e55d96f2f499b239e2_Topslider_Q2024_1080x1920-px.png'), url('../images/65afa3e0e1e5742c93e50dae_Topslider_Q2024_1920x800-px.png');
    background-position: 50% 0, 0 0;
    background-size: cover, cover;
    justify-content: space-between;
  }

  .container-default-4 {
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-secondary-4.margin-copy {
    margin-top: 0;
  }
}

#w-node-d9fd72c6-03c1-3cc4-82a7-cf45fd898a85-dfcc800f {
  grid-area: 2 / 2 / 4 / 4;
}

#w-node-d9fd72c6-03c1-3cc4-82a7-cf45fd898a86-dfcc800f {
  grid-area: 4 / 1 / 6 / 3;
}

#w-node-d9fd72c6-03c1-3cc4-82a7-cf45fd898a87-dfcc800f {
  grid-area: 4 / 3 / 7 / 5;
}

#w-node-d9fd72c6-03c1-3cc4-82a7-cf45fd898a88-dfcc800f {
  grid-area: 4 / 5 / 6 / 7;
}

#w-node-d9fd72c6-03c1-3cc4-82a7-cf45fd898a89-dfcc800f {
  grid-area: 1 / 4 / 4 / 6;
}

#w-node-_966fa884-0638-f5fa-6cfd-eee38b1705d4-dfcc800f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-e2f21674-f8f0-f83f-6a4f-bf02545133e6-dfcc800f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e2f21674-f8f0-f83f-6a4f-bf02545133ef-dfcc800f {
  grid-area: 1 / 2 / 2 / 3;
}

#CTA1-email.w-node-a99ec9e1-6380-2b9c-1f3c-296ac71014b1-dfcc800f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06e22b76-6946-fd1f-3628-58939f674790-dfcc800f, #w-node-_110de60d-ef5e-b599-a586-606897d34323-dfcc800f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5f07b18f-c74d-f570-b84a-599ced712f2c-dfcc800f {
  align-self: start;
}

#w-node-_5f07b18f-c74d-f570-b84a-599ced712f31-dfcc800f, #w-node-_85bb946f-7532-7285-fcd5-4a1665fb34cc-dfcc800f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd01b1f6-83a3-09ce-1e39-27442c050af9-dfcc800f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a1a58ff-0d55-ad97-fa52-eeb599558b62-99558b5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-f37d3582-3d36-bce4-8a08-7a46444b7f3c-99558b5d, #w-node-_161e57c0-a365-c20b-143f-d246c603ebc0-99558b5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7354daf-2447-eaf9-07c7-200aecb4606e-99558b5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_161e57c0-a365-c20b-143f-d246c603ebbd-99558b5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_9fd48e6a-4759-f0e9-b4c9-8d18a0d003d1-99558b5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_9fd48e6a-4759-f0e9-b4c9-8d18a0d003d7-99558b5d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c4cf97cb-bf88-a972-fead-5ad221a19ab8-99558b5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-c4cf97cb-bf88-a972-fead-5ad221a19abe-99558b5d {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: auto;
}

#w-node-_7e5384f1-c55a-3c53-bfa1-19026d41fe81-99558b5d {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_7e5384f1-c55a-3c53-bfa1-19026d41fe74-99558b5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7e5384f1-c55a-3c53-bfa1-19026d41fe75-99558b5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9a1a58ff-0d55-ad97-fa52-eeb599558b69-99558b5d, #w-node-f5bd3e72-3a38-b1ec-0326-57de6aff3380-99558b5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a1a58ff-0d55-ad97-fa52-eeb599558b6a-99558b5d, #w-node-_9a1a58ff-0d55-ad97-fa52-eeb599558b73-99558b5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ed378ed9-033a-0381-2d3f-fc2a4bc60bb6-dfcc8012, #w-node-f21a5098-2b5c-4bda-8ee9-ca14b3cc325a-dfcc8012, #w-node-_05e63779-2c8f-9d7e-7bb4-bd48a4743139-dfcc8012, #w-node-_815868cb-3edc-8289-6d35-0b555b644216-dfcc8012, #w-node-ca472558-ef7f-fd38-74fa-c8f9d2534dc9-dfcc8012, #w-node-ca472558-ef7f-fd38-74fa-c8f9d2534dcd-dfcc8012, #w-node-e80c14d7-44dd-bca4-d597-466d45d34960-dfcc801d, #w-node-e80c14d7-44dd-bca4-d597-466d45d34962-dfcc801d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f47a3438-7109-bd0f-b639-a60f83818752-dfcc8027, #w-node-ea310043-6d16-65ab-e4fe-0d46b349878e-dfcc8027 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bc7ab427-6a0d-9357-03e3-528e5a946ec4-dfcc8036, #w-node-bc7ab427-6a0d-9357-03e3-528e5a946ec6-dfcc8036, #w-node-_952fc4be-0c3a-9777-3629-309159418073-dfcc803a, #w-node-_952fc4be-0c3a-9777-3629-309159418075-dfcc803a, #w-node-b25589ed-1551-eb86-e75d-a0f4b804ef09-dfcc803f, #w-node-_541880e4-6984-1dc5-6498-560136a1f522-dfcc803f, #w-node-eba32be0-3c22-e75d-2874-c83e68ab324b-dfcc803f, #w-node-bb0cd7cf-a7a7-98d3-7598-f7fa2d028a5b-dfcc803f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2658faa5-42cf-e5e0-e22e-aab26a2ae75c-dfcc803f {
  align-self: center;
}

#w-node-bc4e951b-4cd4-54e4-e67a-13ea5833fd54-dfcc8077, #w-node-_14f56bcd-7adf-1859-18e9-cb26cd1bee61-dfcc8077 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_61164b85-cfc2-a4cd-2328-b61634136100-dfcc8077 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_06c2445f-2eaa-e379-cbe0-db8145696705-dfcc8077 {
  align-self: center;
}

#w-node-f90b8834-fac1-4cfe-1ac1-10844ca61d14-dfcc807c, #w-node-f90b8834-fac1-4cfe-1ac1-10844ca61d16-dfcc807c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47b702c3-6c9c-1260-81ed-7bf13c7db9fb-dfcc807c, #w-node-bf05913c-b4c2-e456-ebe2-659809b04457-dfcc807c, #w-node-d4d4d006-a0d8-b231-f5dd-dc5dd0e6a5f9-dfcc807c, #w-node-bc4e951b-4cd4-54e4-e67a-13ea5833fd54-dfcc807e, #w-node-bc4e951b-4cd4-54e4-e67a-13ea5833fd54-fc05bbcd, #w-node-bc4e951b-4cd4-54e4-e67a-13ea5833fd54-369ed930, #w-node-_1ff7fed4-658f-2def-11ee-2b27c7920b80-369ed930, #w-node-a53a9fe3-5f45-3d43-0ea9-c653f420567a-369ed930, #w-node-f2ee76aa-0343-3418-1bac-b67172e841fc-369ed930, #w-node-_39be06ec-cb55-549e-3c8f-c35fe3fb34fe-369ed930, #w-node-_411191af-be9a-b40a-1ed2-b87dbbcaead6-369ed930, #w-node-cb1942f5-c7e4-9264-519c-9b2151d15fb1-369ed930, #w-node-fd11581a-87df-6a47-2a80-040cefa942b3-369ed930, #w-node-_51970c95-dd96-6d5f-3b4b-307e26f885dd-369ed930, #w-node-_78b2941b-292a-040a-60f5-244feaf83fe1-369ed930, #w-node-_2dadc410-814f-2c1d-3cee-413184db743a-369ed930, #w-node-cbb080a5-a769-14bc-1cce-f52659d5562e-369ed930, #w-node-ec9776ba-8f4f-0436-600b-d80b8b27df32-369ed930, #w-node-_73fe3795-c389-7c61-88d7-0431d494a649-369ed930, #w-node-_473a679d-c4f5-176c-057a-c2f3b5a5e58e-369ed930, #w-node-_04cae75f-6c26-028c-289f-7415521a54ce-369ed930, #w-node-_0fea4075-a551-debe-c1db-b2869238d05a-369ed930, #w-node-d35c7aeb-1b2e-d361-0fd2-1f6b8fb8d79e-369ed930, #w-node-_9055866b-eac8-e1b2-3669-b647c862ca81-369ed930, #w-node-_69d6501c-d57f-f524-5ae0-69764f4bb34d-369ed930, #w-node-_6c2570f5-37b4-a51f-3c83-af6d91ce71c0-369ed930, #w-node-_1ddfa082-3198-9f1f-61ba-ac8d59c16fa0-369ed930, #w-node-_4826f807-05f1-bcdd-a516-d500df067e7a-369ed930, #w-node-_4ddd43bc-9368-f990-9f31-712efad3afb7-369ed930, #w-node-_7591b35a-8f12-84f4-3959-68f8e82d0a08-369ed930, #w-node-_8a662f22-ac2c-6fcc-4d65-5b243d45bf96-369ed930, #w-node-_32e0f64d-8009-0b9e-d2ab-5036d7ba0253-369ed930, #w-node-_771db258-2ddc-7f10-1f6d-7e7e63930128-369ed930, #w-node-_919df960-4f22-069e-2ead-d22b11eb8525-369ed930, #w-node-bc4e951b-4cd4-54e4-e67a-13ea5833fd54-5136a7e7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3c1d7ced-4165-2aab-e447-142e8e6daa76-2e36fac2, #w-node-_3c1d7ced-4165-2aab-e447-142e8e6daa78-2e36fac2, #w-node-bd1f086e-77b7-dae6-370b-7fb1e844dca9-2e36fac2, #w-node-bd1f086e-77b7-dae6-370b-7fb1e844dcab-2e36fac2, #w-node-_0433ea76-cc37-7f9e-9bfd-d55a092d58b2-2e36fac2, #w-node-_0433ea76-cc37-7f9e-9bfd-d55a092d58b4-2e36fac2, #w-node-_8918e270-231f-19ee-1c4f-56a1c79c7a2f-2e36fac2, #w-node-_8918e270-231f-19ee-1c4f-56a1c79c7a31-2e36fac2, #w-node-_037fe9a8-6a71-0681-3e63-436a0d90fb88-7e5d04ae, #w-node-_8699af89-7f61-f135-18d5-f2054b82366c-7e5d04ae, #w-node-d85025e3-5ec0-8a5a-2067-edf2acc2de8c-7e5d04ae, #w-node-f0c1cdca-24be-5f55-6747-232e179dbb1f-7e5d04ae, #w-node-b7c413a9-5a47-4cdf-9d46-d300325bdec3-7e5d04ae, #w-node-_700f5bdb-e4ff-baba-8ca5-28cd57ee147e-7e5d04ae, #w-node-eb20d013-abc2-9bc9-c17e-22bfe1d22bd3-7e5d04ae, #w-node-eb20d013-abc2-9bc9-c17e-22bfe1d22bda-7e5d04ae, #w-node-_7704f7a4-284e-3483-d79f-497962717028-7e5d04ae, #w-node-b201d5b1-2d74-c3f7-d4cb-8548c79aaa08-7e5d04ae, #w-node-_28baeffc-19bf-76a9-2666-d14b8bc150ba-7e5d04ae, #w-node-eee9486d-e242-a48a-89eb-eed196395dc7-7e5d04ae, #w-node-eee9486d-e242-a48a-89eb-eed196395dce-7e5d04ae, #w-node-b97184ba-a578-ebd3-614b-ef41026fb9c6-7e5d04ae, #w-node-b7613039-72d5-6052-b025-843ed15a04c9-7e5d04ae, #w-node-_80c5a5a3-1eb8-51e2-f8d5-447d6325cd9e-7e5d04ae, #w-node-_4f96fc49-cb94-60c7-acb6-6f0032f27571-7e5d04ae, #w-node-b5d48d48-0de8-4d33-8fb7-8f04edef339e-7e5d04ae, #w-node-b5d48d48-0de8-4d33-8fb7-8f04edef33a5-7e5d04ae, #w-node-_02e3f9ac-65c7-354f-2a5a-52ece89fe131-7e5d04ae, #w-node-_25e1bd93-5c70-ea24-31c6-b598f91fc86a-7e5d04ae, #w-node-_5fd9f369-c962-789a-5eb6-fe0f090982db-7e5d04ae, #w-node-d80d1086-3c14-b3b9-ad72-f043d3a381d7-7e5d04ae, #w-node-_73414631-61ea-ed55-cc50-7c96bc8e66d7-7e5d04ae, #w-node-_73414631-61ea-ed55-cc50-7c96bc8e66de-7e5d04ae, #w-node-_8ff7ce9e-fdd4-de9a-8ba8-0411ea1469f8-7e5d04ae, #w-node-_575df229-ae3f-c061-4bf7-05d79e871e65-7e5d04ae, #w-node-_6fef8eec-0eb7-3c8c-3b87-db5ea65507ac-7e5d04ae, #w-node-_49de5540-3966-9b5b-93b3-9b7095e9b924-7e5d04ae, #w-node-_373c30f7-06c6-0e21-cc65-25543ff4863c-7e5d04ae, #w-node-f1d13f49-de79-f553-e5b2-02dabea26a81-7e5d04ae, #w-node-f1d13f49-de79-f553-e5b2-02dabea26a88-7e5d04ae, #w-node-_3db24584-ece9-2b0e-5f61-ce3c6f94e82f-7e5d04ae, #w-node-_38b1130a-a3b4-4831-68ae-ba53a28944ca-7e5d04ae, #w-node-ea1edf5f-78a3-f890-f1d7-a150d82e0387-7e5d04ae, #w-node-dba21f96-dd95-5868-3d2f-32daaf12ae9d-7e5d04ae, #w-node-_33be9891-a296-4a34-2f4c-82d6fd25f1e6-7e5d04ae, #w-node-b846d712-1646-ee94-040c-604e0753d96d-7e5d04ae, #w-node-b846d712-1646-ee94-040c-604e0753d974-7e5d04ae, #w-node-_9fcf47ea-b2a4-9b59-e6ab-27ffa0b8cfb8-7e5d04ae, #w-node-_9a861e23-19aa-4145-6c7e-d4bc4ac1edb1-7e5d04ae, #w-node-_6cc44dca-7d7a-4c31-4b5c-ef2d95fae701-7e5d04ae, #w-node-_796ab4ac-b175-f45d-1be0-68d15b401a06-7e5d04ae, #w-node-_7c195042-b231-d36b-c10c-4eef01780971-7e5d04ae, #w-node-_272c49c0-383b-b332-08ed-852929ac47b3-7e5d04ae, #w-node-d35a8656-07df-da32-ebb7-a52f11d05f88-7e5d04ae, #w-node-df88e8c8-fbad-7ed5-5bca-80624de62b1b-7e5d04ae, #w-node-_272c49c0-383b-b332-08ed-852929ac47ba-7e5d04ae, #w-node-ff76f58c-0bf5-0cb6-0599-8d13adb00157-7e5d04ae, #w-node-_2206abb6-16bc-7c08-74e8-1d1d3c038eb7-7e5d04ae, #w-node-f57e0855-5d31-9cfb-106c-bfa726aef1aa-7e5d04ae, #w-node-_15a4b7ee-2bfa-b1ba-253f-cf0a7c4bbdc2-7e5d04ae, #w-node-_894a4c7d-01f3-dfdb-e92e-372ac09da3c5-7e5d04ae, #w-node-c9f008d6-0bdb-79c9-f05d-327168c626cf-7e5d04ae, #w-node-_329fd23a-2fd5-8ee3-8411-9ad0543f0c06-7e5d04ae, #w-node-_8a5103c2-9206-14ea-1800-77e889312ad6-7e5d04ae, #w-node-_8a5103c2-9206-14ea-1800-77e889312aee-7e5d04ae, #w-node-_8a5103c2-9206-14ea-1800-77e889312b08-7e5d04ae, #w-node-_8a5103c2-9206-14ea-1800-77e889312b20-7e5d04ae, #w-node-_8a5103c2-9206-14ea-1800-77e889312b3a-7e5d04ae, #w-node-_2826c41a-647a-c08e-ef82-f8fc88f8c1c5-7e5d04ae, #w-node-_3b49e982-7624-9561-907e-05c416439ca3-7e5d04ae, #w-node-b364d9cb-8fe5-344b-4cd4-7d15709d21f8-7e5d04ae, #w-node-a5ebc98b-7c26-7d20-3d42-8643b1c587bb-7e5d04ae, #w-node-cc5912f4-870d-1183-f579-987adf8ff3b2-7e5d04ae, #w-node-_3b49e982-7624-9561-907e-05c416439caa-7e5d04ae, #w-node-_2c24ef14-b072-fb2b-0334-5142383c94e1-7e5d04ae, #w-node-_3788d7ac-17a2-f103-3a70-2fbe7373dcb5-7e5d04ae, #w-node-_3788d7ac-17a2-f103-3a70-2fbe7373dccd-7e5d04ae, #w-node-eeb28c1e-8a5f-77fc-2041-e61c03027e27-7e5d04ae, #w-node-_51ec69e2-29b8-570a-9469-259bf0f0deac-7e5d04ae, #w-node-_3788d7ac-17a2-f103-3a70-2fbe7373dcea-7e5d04ae, #w-node-_86f04446-f6ba-4a21-0426-3f62bcad87c4-7e5d04ae, #w-node-_86f04446-f6ba-4a21-0426-3f62bcad87dc-7e5d04ae, #w-node-_0a34f30e-bbb1-7849-fb45-2c42de66efc0-7e5d04ae, #w-node-_2cd92ead-5bc8-1fbd-4faf-65483a78eda1-7e5d04ae, #w-node-_634c8b6a-cbf6-2f4d-38cc-ad8f14c0e6a4-7e5d04ae, #w-node-_9f047ba1-83ff-1b71-9430-50939b1e18ac-7e5d04ae, #w-node-_86f04446-f6ba-4a21-0426-3f62bcad87f9-7e5d04ae, #w-node-_72a49d5d-7a5a-5317-d18e-e554e569c040-7e5d04ae, #w-node-_72a49d5d-7a5a-5317-d18e-e554e569c058-7e5d04ae, #w-node-_16aea8e3-a099-4617-630c-33ca4943be27-7e5d04ae, #w-node-_816bc57a-40b8-69ed-9de2-c5722aaac907-7e5d04ae, #w-node-b07d4406-fc4a-0aed-4e59-29471b0f65a0-7e5d04ae, #w-node-_61452f71-cb41-2f87-558f-d73303c8f0e7-7e5d04ae, #w-node-_72a49d5d-7a5a-5317-d18e-e554e569c075-7e5d04ae, #w-node-e186942b-80bb-525d-f1af-c09bc36b0717-7e5d04ae, #w-node-eca23364-f8fd-dd6f-d486-4befef7631e5-7e5d04ae, #w-node-_69431949-3e84-d5c7-832a-318f9ea4ff8b-7e5d04ae, #w-node-e186942b-80bb-525d-f1af-c09bc36b072f-7e5d04ae, #w-node-e186942b-80bb-525d-f1af-c09bc36b074c-7e5d04ae, #w-node-_686442f9-015c-2bf6-4c28-cabb2c1c5ae0-7e5d04ae, #w-node-_372a6b82-2928-d954-fd4b-4ac4e6f91dfb-7e5d04ae, #w-node-d06da4d7-b856-ff7a-d907-9193c3bf0cc7-7e5d04ae, #w-node-d2bb868b-b4b4-4542-147a-0da9f8a6fccb-7e5d04ae, #w-node-_686442f9-015c-2bf6-4c28-cabb2c1c5af8-7e5d04ae, #w-node-_686442f9-015c-2bf6-4c28-cabb2c1c5b15-7e5d04ae, #w-node-b2b3211c-7a97-b264-a7ec-3d6c359f86e0-7e5d04ae, #w-node-_9e01fed2-8f38-f712-aa76-d4a89655d212-7e5d04ae, #w-node-_5feb1fca-128c-117b-aae1-2b936085bbeb-7e5d04ae, #w-node-b3c31c66-446e-ba4d-9760-d3c066fd4133-7e5d04ae, #w-node-ac173267-453d-6228-fc46-a083df26227c-7e5d04ae, #w-node-b2b3211c-7a97-b264-a7ec-3d6c359f86f8-7e5d04ae, #w-node-b2b3211c-7a97-b264-a7ec-3d6c359f8715-7e5d04ae, #w-node-_8af63e8d-166c-b460-4b6d-8e712d1f2aa4-7e5d04ae, #w-node-de121678-5c00-2393-ff45-c405a2e68b51-7e5d04ae, #w-node-de179128-f679-7401-aea7-9812f6754bf5-7e5d04ae, #w-node-dc785bab-4ac8-dc49-e38d-6fa106452b41-7e5d04ae, #w-node-_48099e82-63c8-5f2d-b26b-40e2b4be73e3-7e5d04ae, #w-node-_5edd2c9e-0338-8a1a-5259-817afb0e0281-7e5d04ae, #w-node-f0e06162-445f-8006-028f-449a8389c835-7e5d04ae, #w-node-_718cfd15-49f7-9ac9-5abb-d87a46baaa78-7e5d04ae, #w-node-f3f1ca4f-c03d-a06d-51a9-9d2493ff763e-7e5d04ae, #w-node-_13647a62-007c-5607-58a6-9d1485f8bebd-7e5d04ae, #w-node-_258752a0-ed6c-f0b8-a965-ce48f7655589-7e5d04ae, #w-node-fd54484f-4930-2e88-a18a-6c978906378f-7e5d04ae, #w-node-_55b0669c-2497-b240-2439-056551c381d9-7e5d04ae, #w-node-d0e69fd2-ae89-98e4-0873-89145c8ab6d1-7e5d04ae, #w-node-_25cf7cf7-f460-eabe-79e4-71bffa85db84-7e5d04ae, #w-node-_620ff0b9-8aa0-e5c9-8a3e-6f2d8f0ec843-7e5d04ae, #w-node-db7fafac-1526-b239-bfb9-c7153a3f2c89-7e5d04ae, #w-node-_07ff8c68-88bf-0898-3c55-e269adac04b9-7e5d04ae, #w-node-_8af63e8d-166c-b460-4b6d-8e712d1f2abc-7e5d04ae, #w-node-_041d078d-6c65-34f9-6e65-f6b38990e665-7e5d04ae, #w-node-f3ba7f65-eef2-5dff-e587-5f0bf00e6456-7e5d04ae, #w-node-f2546c98-4848-fb4b-e545-0f66d5238a30-7e5d04ae, #w-node-_03263b06-d07c-abac-e578-1a3269060562-7e5d04ae, #w-node-_554cf992-3359-b328-a58d-4a6a49c6453a-7e5d04ae, #w-node-_041d078d-6c65-34f9-6e65-f6b38990e67d-7e5d04ae, #w-node-_041d078d-6c65-34f9-6e65-f6b38990e69a-7e5d04ae, #w-node-_90353186-e6cb-1277-4a29-d298841700b9-7e5d04ae, #w-node-_90353186-e6cb-1277-4a29-d298841700d1-7e5d04ae, #w-node-_3ebdaf64-66f0-fa8b-d215-4d66f4356cf6-7e5d04ae, #w-node-_90353186-e6cb-1277-4a29-d298841700ee-7e5d04ae, #w-node-_76faed02-7985-e89f-5f5d-fd3b133cc8cd-7e5d04ae, #w-node-db119644-09d9-94f6-435a-c6056d719655-7e5d04ae, #w-node-_1c9c3042-6900-bf90-cea2-3223f7c3b519-7e5d04ae, #w-node-_76faed02-7985-e89f-5f5d-fd3b133cc8e5-7e5d04ae, #w-node-_76faed02-7985-e89f-5f5d-fd3b133cc902-7e5d04ae, #w-node-a1d39023-3b7f-75af-87d2-be6b56cf0f45-7e5d04ae, #w-node-_537a29d8-b94b-da36-2de4-0609a23b732a-7e5d04ae, #w-node-a7d482f5-29dc-8d18-4069-cdd91d20f506-7e5d04ae, #w-node-a1d39023-3b7f-75af-87d2-be6b56cf0f5d-7e5d04ae, #w-node-a1d39023-3b7f-75af-87d2-be6b56cf0f7a-7e5d04ae, #w-node-a5b913fb-7cf2-a002-59f3-c4bc0205e100-7e5d04ae, #w-node-_56c7b90a-170c-095d-e4cc-26f31b9d7b98-7e5d04ae, #w-node-_1331e60a-0ec3-9792-b992-341f490fd194-7e5d04ae, #w-node-dccafe85-5bc1-d1c4-b7c2-f40bd4ac1a8a-7e5d04ae, #w-node-f016fa63-4a0d-648e-ef6e-60767ace57a7-7e5d04ae, #w-node-a5b913fb-7cf2-a002-59f3-c4bc0205e118-7e5d04ae, #w-node-a5b913fb-7cf2-a002-59f3-c4bc0205e135-7e5d04ae, #w-node-_339419b2-a712-2c2e-8d9a-5a911cc8ca15-7e5d04ae, #w-node-_513296e9-c52d-3aee-366b-48204cda3373-7e5d04ae, #w-node-_0ab60f28-1fe8-edaf-d5b5-d445079afba5-7e5d04ae, #w-node-_037d6b23-4acd-4aea-e0f2-8fe2fbba730d-7e5d04ae, #w-node-_339419b2-a712-2c2e-8d9a-5a911cc8ca2d-7e5d04ae, #w-node-_339419b2-a712-2c2e-8d9a-5a911cc8ca4a-7e5d04ae, #w-node-df00e080-8a94-f54e-5ccf-ff1822e44d85-7e5d04ae, #w-node-df00e080-8a94-f54e-5ccf-ff1822e44d9d-7e5d04ae, #w-node-_7b24599a-fb1a-5c25-6eff-d41b0ea576c2-7e5d04ae, #w-node-_1d46193d-31bd-b181-0a5e-6747063b2f90-7e5d04ae, #w-node-df00e080-8a94-f54e-5ccf-ff1822e44dba-7e5d04ae, #w-node-_4d332ceb-2bf6-c9c0-5f1d-891a8a2a1206-7e5d04ae, #w-node-_589dcdec-9b31-4a89-c1a2-2ab9737d9b60-7e5d04ae, #w-node-_4d332ceb-2bf6-c9c0-5f1d-891a8a2a121e-7e5d04ae, #w-node-_4d332ceb-2bf6-c9c0-5f1d-891a8a2a123b-7e5d04ae, #w-node-_02c3b94f-1bfc-bf51-f302-41daf056b95a-7e5d04ae, #w-node-_32d94b20-002a-8b6f-022b-b17e2f080ca0-7e5d04ae, #w-node-_9826a3a6-c625-824c-51ae-05c0ca79fc4b-7e5d04ae, #w-node-_8f81edfd-7752-ddee-eb35-21eedbdbf7d1-7e5d04ae, #w-node-f42b25da-76c7-0705-ad28-ef81a14aa9f2-7e5d04ae, #w-node-_02c3b94f-1bfc-bf51-f302-41daf056b972-7e5d04ae, #w-node-_02c3b94f-1bfc-bf51-f302-41daf056b98f-7e5d04ae, #w-node-_2339c0c9-0b95-d458-5eba-eb031c8426a4-7e5d04ae, #w-node-e6282172-964d-a969-2de6-ff9dfdb7fa72-7e5d04ae, #w-node-_4719e9c4-4be8-357c-8dbc-8c0cd95ada0d-7e5d04ae, #w-node-_6186a2c1-ad42-52f0-53ca-6fcbf863af32-7e5d04ae, #w-node-_2339c0c9-0b95-d458-5eba-eb031c8426bc-7e5d04ae, #w-node-_2339c0c9-0b95-d458-5eba-eb031c8426d9-7e5d04ae, #w-node-_02b3ab1e-779b-2f35-7f16-9e2d640466d6-7e5d04ae, #w-node-_7f26c1ff-8582-63e1-c45c-4935739cdf6c-7e5d04ae, #w-node-_516a40f1-1a5d-381c-989e-36c986285a8a-7e5d04ae, #w-node-_02b3ab1e-779b-2f35-7f16-9e2d640466ee-7e5d04ae, #w-node-_02b3ab1e-779b-2f35-7f16-9e2d6404670b-7e5d04ae, #w-node-_68506d1f-df20-0848-0727-1b80c9fde24c-7e5d04ae, #w-node-_9ec5a81b-62aa-f507-423e-c5a23811e2a4-7e5d04ae, #w-node-_35150c90-7e96-90b6-aa46-f72b154ce80f-7e5d04ae, #w-node-d0b00acd-b218-093b-04b5-fa59ed2b4f28-7e5d04ae, #w-node-aaafd57c-0263-cbc3-d71a-43ee3704aacc-7e5d04ae, #w-node-_68506d1f-df20-0848-0727-1b80c9fde264-7e5d04ae, #w-node-_68506d1f-df20-0848-0727-1b80c9fde281-7e5d04ae, #w-node-_6f60b017-e1ac-7f42-56de-ec540a47d4b9-7e5d04ae, #w-node-_0fed0205-17ad-feeb-1701-fe1392fc173f-7e5d04ae, #w-node-_3be56b26-092e-b853-d6af-6714aac55777-7e5d04ae, #w-node-_83a22b74-67ef-d473-9dda-de8c33b30d9e-7e5d04ae, #w-node-_6f60b017-e1ac-7f42-56de-ec540a47d4d1-7e5d04ae, #w-node-_6f60b017-e1ac-7f42-56de-ec540a47d4ee-7e5d04ae, #w-node-_391f791b-e973-29db-37f2-2080a2496a2d-7e5d04ae, #w-node-_01f65a4f-eabe-c2aa-97f0-10f03f1bae75-7e5d04ae, #w-node-_26f62af1-d112-6a56-8cbc-a6fa3d8a0e8c-7e5d04ae, #w-node-_655bee25-345a-f0a5-cd26-4c59f0e6700d-7e5d04ae, #w-node-_61c709b2-ab48-71b5-908c-15aaad70510c-7e5d04ae, #w-node-_391f791b-e973-29db-37f2-2080a2496a45-7e5d04ae, #w-node-_391f791b-e973-29db-37f2-2080a2496a62-7e5d04ae, #w-node-_6adf7a07-8335-8d74-8136-fd583d14e925-7e5d04ae, #w-node-_51140933-2255-8e4b-a49d-b5629b228bf6-7e5d04ae, #w-node-f544aa0d-7dfb-1afa-a388-3fadc2bc02e5-7e5d04ae, #w-node-_1ce7ba6b-1cbe-b1ba-2d16-2cf6d579d47a-7e5d04ae, #w-node-_6adf7a07-8335-8d74-8136-fd583d14e93d-7e5d04ae, #w-node-_6adf7a07-8335-8d74-8136-fd583d14e95a-7e5d04ae, #w-node-_5e88b08f-7ee3-1442-3695-68100db8bc6c-7e5d04ae, #w-node-b0ea3159-d5ee-4956-0bd7-f5ed84025fb2-7e5d04ae, #w-node-_57aca9ae-761a-aad9-9a04-6fbc0a1a1314-7e5d04ae, #w-node-_4c439028-7829-69f6-9567-ef21753e6b24-7e5d04ae, #w-node-fd47947d-3373-f229-0bab-69c0b4a8450b-7e5d04ae, #w-node-_5e88b08f-7ee3-1442-3695-68100db8bc84-7e5d04ae, #w-node-_5e88b08f-7ee3-1442-3695-68100db8bca1-7e5d04ae, #w-node-_043ef94e-961c-1e5d-8a44-dd35ab53f3da-7e5d04ae, #w-node-_09bfd03c-9706-7b0d-e48e-add0ae26a82e-7e5d04ae, #w-node-_043ef94e-961c-1e5d-8a44-dd35ab53f3f2-7e5d04ae, #w-node-_043ef94e-961c-1e5d-8a44-dd35ab53f40f-7e5d04ae, #w-node-ed468ab5-38a9-6d64-9941-889427a0a551-7e5d04ae, #w-node-_9a7b025b-2917-9974-a717-0b05d59e9ff7-7e5d04ae, #w-node-_71d79d06-8c5d-350f-3fdc-0110acf9b019-7e5d04ae, #w-node-d9dc36c2-09bf-6e29-ac27-c5e639916957-7e5d04ae, #w-node-f339c344-36ef-6407-5d70-545f9938b5e3-7e5d04ae, #w-node-ed468ab5-38a9-6d64-9941-889427a0a569-7e5d04ae, #w-node-ed468ab5-38a9-6d64-9941-889427a0a586-7e5d04ae, #w-node-a3dbf97f-08e2-d512-a709-57079fcd9584-7e5d04ae, #w-node-b3a6ccfd-e4cb-9e2f-5a0b-e0db0f567d15-7e5d04ae, #w-node-_2b16b044-de58-946d-da4c-234df69f86a1-7e5d04ae, #w-node-_5863147b-2eb1-36a5-92e6-47177a4e1636-7e5d04ae, #w-node-b0434a1c-446d-49b1-b8a6-76d2158a9ba6-7e5d04ae, #w-node-_8355fc5f-321a-4286-10ea-0f22ef33eecb-7e5d04ae, #w-node-a3dbf97f-08e2-d512-a709-57079fcd959c-7e5d04ae, #w-node-a3dbf97f-08e2-d512-a709-57079fcd95b9-7e5d04ae, #w-node-b4d21890-e190-b23b-6c93-e4092828fcba-7e5d04ae, #w-node-b4d21890-e190-b23b-6c93-e4092828fcd2-7e5d04ae, #w-node-bff6bcf5-fed0-5212-bbb4-f8b88b6bf01d-7e5d04ae, #w-node-_763748b3-023e-c200-b67d-1e6ccc2b809e-7e5d04ae, #w-node-f8c7f08d-aaa5-feae-54f4-199cc53692cc-7e5d04ae, #w-node-b360e527-7422-0f8a-62f9-1f4045bcee63-7e5d04ae, #w-node-_5bf58634-d1d1-d7b1-73e0-ebb1c238d06b-7e5d04ae, #w-node-b4d21890-e190-b23b-6c93-e4092828fcef-7e5d04ae, #w-node-_9689ff42-bcf2-dbb7-aa04-b3720365c14f-7e5d04ae, #w-node-_884985ce-1288-ea68-1042-7767f5f626d1-7e5d04ae, #w-node-_827cf704-051d-5efb-b9ca-9d9e1b46c411-7e5d04ae, #w-node-d6a234e5-2ff3-cde8-91ba-868148e9ab99-7e5d04ae, #w-node-_3dade85f-6e04-7f0f-5a85-e0ac4e1ece01-7e5d04ae, #w-node-_9689ff42-bcf2-dbb7-aa04-b3720365c167-7e5d04ae, #w-node-_9689ff42-bcf2-dbb7-aa04-b3720365c184-7e5d04ae, #w-node-d7f1366f-e8af-4fbe-7b30-17a852c12b8e-7e5d04ae, #w-node-d7f1366f-e8af-4fbe-7b30-17a852c12ba6-7e5d04ae, #w-node-_1916a791-c462-867a-ef38-905aee590476-7e5d04ae, #w-node-ccbd2eb2-f9fd-b86b-aada-88857881cb78-7e5d04ae, #w-node-dd52a3af-2436-4b05-91f5-45143b16fe24-7e5d04ae, #w-node-_8b787908-b63c-4b78-211b-fb0c2acf427a-7e5d04ae, #w-node-d7f1366f-e8af-4fbe-7b30-17a852c12bc3-7e5d04ae, #w-node-b9510cf6-3f75-3fc4-3e8d-e6a750d9c8d2-7e5d04ae, #w-node-_62519d10-c5ba-ea44-f5e8-a1d6b8b22636-7e5d04ae, #w-node-f6295780-a49e-b0dd-4703-6528cdeac233-7e5d04ae, #w-node-_690a6171-8389-15ed-9424-c6cc5462fb1c-7e5d04ae, #w-node-b9510cf6-3f75-3fc4-3e8d-e6a750d9c8ea-7e5d04ae, #w-node-b9510cf6-3f75-3fc4-3e8d-e6a750d9c907-7e5d04ae, #w-node-d7b6c994-2150-fa20-dafc-7ff0584f008e-7e5d04ae, #w-node-_4a6c3015-2444-a4d2-c74e-0e5c409e3491-7e5d04ae, #w-node-_46180fbc-ac65-1cab-24b9-5b5392895d05-7e5d04ae, #w-node-be403b91-cc77-2fec-4f22-fe7d69fc777a-7e5d04ae, #w-node-d7b6c994-2150-fa20-dafc-7ff0584f00a6-7e5d04ae, #w-node-d7b6c994-2150-fa20-dafc-7ff0584f00c3-7e5d04ae, #w-node-_47b24d48-f053-20ed-a69d-d77bf2eec823-7e5d04ae, #w-node-_9aa82317-6208-8c26-1eeb-530ea2dd7517-7e5d04ae, #w-node-c5f68810-d3f3-67a2-d9b2-ddb520987ff1-7e5d04ae, #w-node-e80ac99a-24c2-0d58-c730-62dc5685331e-7e5d04ae, #w-node-_89d910dd-9763-6a69-3564-8c9894699561-7e5d04ae, #w-node-_47b24d48-f053-20ed-a69d-d77bf2eec83b-7e5d04ae, #w-node-_47b24d48-f053-20ed-a69d-d77bf2eec858-7e5d04ae, #w-node-_10792075-8c22-e287-9abb-c25bb1374c0f-7e5d04ae, #w-node-_81956cd5-e209-1f1c-6e9d-ba8d97b75b55-7e5d04ae, #w-node-c2ee68ef-1b50-aaec-dbe8-34af67c18583-7e5d04ae, #w-node-_76f04acf-fcc3-1f0a-9534-b310db6da615-7e5d04ae, #w-node-_2193f37e-f108-d796-eb47-1b16d1707d34-7e5d04ae, #w-node-d952367c-46cf-5993-7156-df94c7c1ff59-7e5d04ae, #w-node-a706326c-2fb6-fb55-46a0-f6c541691c70-7e5d04ae, #w-node-_48dec854-fa82-0594-fda1-7d7f4beb1630-7e5d04ae, #w-node-_36951ee8-a309-5e28-07c0-0b9cc6323f4f-7e5d04ae, #w-node-_5dfc6b96-4ca8-251f-f4b9-ecb920802752-7e5d04ae, #w-node-b0c9c09a-4d00-db82-e30f-5a19866121eb-7e5d04ae, #w-node-_8ebf1e22-8c50-2c2f-7b8a-8b10751b2cf8-7e5d04ae, #w-node-_94601ee9-0ca6-0692-a3ef-cde7d7575184-7e5d04ae, #w-node-_03a4852c-6700-17ea-74de-58881ba390f6-7e5d04ae, #w-node-_04e68ed3-9d18-6a2b-417d-9cb67214b547-7e5d04ae, #w-node-_22a12cb0-0bac-8aed-0d51-f2fa27e86e1e-7e5d04ae, #w-node-_10792075-8c22-e287-9abb-c25bb1374c27-7e5d04ae, #w-node-_0cfad3c0-7656-593e-e3e8-ef9d8035b6de-7e5d04ae, #w-node-_0cfad3c0-7656-593e-e3e8-ef9d8035b6f6-7e5d04ae, #w-node-_5d3ab699-9e50-ecaa-4e6e-f9720d476000-7e5d04ae, #w-node-dd00385f-4458-7913-9c6b-14255d491f66-7e5d04ae, #w-node-d941b127-5e13-f334-34a8-1758c2a17460-7e5d04ae, #w-node-c2d7946a-7234-f582-28bb-168c53306ba8-7e5d04ae, #w-node-_5d3ab699-9e50-ecaa-4e6e-f9720d476018-7e5d04ae, #w-node-_5d3ab699-9e50-ecaa-4e6e-f9720d476035-7e5d04ae, #w-node-c8de18cc-7812-9d0d-3e41-bc3a237b7975-7e5d04ae, #w-node-ff6dbd33-cd77-0259-15e1-a31f4ec8ad4d-7e5d04ae, #w-node-ff3d960f-4b8e-a466-c623-008286537667-7e5d04ae, #w-node-c8de18cc-7812-9d0d-3e41-bc3a237b798d-7e5d04ae, #w-node-c8de18cc-7812-9d0d-3e41-bc3a237b79aa-7e5d04ae, #w-node-_1d391942-0173-152b-369c-b46f65de6ab3-7e5d04ae, #w-node-ca8447cc-acd8-1ab7-2901-bcacb4debe93-7e5d04ae, #w-node-_2a2dff78-a0d7-67c6-98ff-ee358c2a0fb6-7e5d04ae, #w-node-_1d391942-0173-152b-369c-b46f65de6acb-7e5d04ae, #w-node-_1d391942-0173-152b-369c-b46f65de6ae8-7e5d04ae, #w-node-_9d126c3a-75be-c550-d201-7c1cb152af28-7e5d04ae, #w-node-a0f6a18a-0ce3-5286-6184-6e40a6e8bac1-7e5d04ae, #w-node-_669d90be-f044-c28d-0efd-42a3e76b0a6d-7e5d04ae, #w-node-_9d126c3a-75be-c550-d201-7c1cb152af40-7e5d04ae, #w-node-_9d126c3a-75be-c550-d201-7c1cb152af5d-7e5d04ae, #w-node-_57681eb9-e5e6-0f82-32ca-d324b751906f-7e5d04ae, #w-node-_614f3117-a0d3-5f18-6fc3-306516f4b7f4-7e5d04ae, #w-node-cd8db877-f862-53ec-de04-37ca7e94eb1e-7e5d04ae, #w-node-_9135f60a-462f-56ba-3ee0-c63a066dedf7-7e5d04ae, #w-node-_57681eb9-e5e6-0f82-32ca-d324b7519087-7e5d04ae, #w-node-_57681eb9-e5e6-0f82-32ca-d324b75190a4-7e5d04ae, #w-node-_316fdf35-e615-7b62-3c70-1ccd53291c1a-7e5d04ae, #w-node-b30536d1-9e97-8f3a-43f0-999d46464ca1-7e5d04ae, #w-node-_5da49814-1b55-1e6e-4dec-b5fc2046b6c2-7e5d04ae, #w-node-f24bddbc-9c97-e798-e62a-8768bb2f6e44-7e5d04ae, #w-node-_316fdf35-e615-7b62-3c70-1ccd53291c32-7e5d04ae, #w-node-_316fdf35-e615-7b62-3c70-1ccd53291c4f-7e5d04ae, #w-node-_58400bf6-a59b-898c-26e9-673e5c19fe97-7e5d04ae, #w-node-_7412e2b7-a9c3-2136-43d7-be3886a0be04-7e5d04ae, #w-node-_72e83cd7-06b0-e5b5-64f5-74c664e07bbc-7e5d04ae, #w-node-_58400bf6-a59b-898c-26e9-673e5c19feaf-7e5d04ae, #w-node-_58400bf6-a59b-898c-26e9-673e5c19fecc-7e5d04ae, #w-node-a5292bee-8165-0aa9-595e-a914b2814d8c-7e5d04ae, #w-node-d96e26c6-e585-2369-3bc1-fb147f870620-7e5d04ae, #w-node-a5292bee-8165-0aa9-595e-a914b2814da4-7e5d04ae, #w-node-a5292bee-8165-0aa9-595e-a914b2814dc1-7e5d04ae, #w-node-_4b6eaabd-7916-ec97-70d9-d3e73b70090a-7e5d04ae, #w-node-_81bddfa6-d1a3-0eb9-3d95-53beb8d13b54-7e5d04ae, #w-node-_4b6eaabd-7916-ec97-70d9-d3e73b700922-7e5d04ae, #w-node-_4b6eaabd-7916-ec97-70d9-d3e73b70093f-7e5d04ae, #w-node-_4a18c06c-1df8-77ff-f0e9-af44eb668c9b-7e5d04ae, #w-node-fdd1e8ac-8757-7945-1566-8e0017b365e1-7e5d04ae, #w-node-_07a550ae-188e-f823-66f3-395b776f5ede-7e5d04ae, #w-node-d5618e6f-0d4e-a644-f894-e794adbb7cc8-7e5d04ae, #w-node-_4a18c06c-1df8-77ff-f0e9-af44eb668cb3-7e5d04ae, #w-node-_4a18c06c-1df8-77ff-f0e9-af44eb668cd0-7e5d04ae, #w-node-_7bc0a86a-82ae-85ae-db64-fd40773fc4e6-7e5d04ae, #w-node-_3d926298-f971-885c-f866-23fc8515e62d-7e5d04ae, #w-node-_3d926298-f971-885c-f866-23fc8515e645-7e5d04ae, #w-node-e794feac-c5a6-d476-a546-355d3142d90b-7e5d04ae, #w-node-_85c0c7f0-283d-1bee-ba6c-39d6f7b14c41-7e5d04ae, #w-node-_3585563c-32d6-4ba4-8423-64bc6e13aa10-7e5d04ae, #w-node-_3585563c-32d6-4ba4-8423-64bc6e13aa28-7e5d04ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_005420ac-1869-2528-a805-3bcfa535aebe-c5597384 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b87fc0f1-0ae0-eb77-360d-3e8e783c6cce-c5597384 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bc7ab427-6a0d-9357-03e3-528e5a946ec4-8552e82b, #w-node-bc7ab427-6a0d-9357-03e3-528e5a946ec6-8552e82b, #w-node-bc7ab427-6a0d-9357-03e3-528e5a946ec4-53e74333, #w-node-bc7ab427-6a0d-9357-03e3-528e5a946ec4-a594010e, #w-node-bc7ab427-6a0d-9357-03e3-528e5a946ec6-a594010e, #w-node-bc7ab427-6a0d-9357-03e3-528e5a946ec4-9403614d, #w-node-bc7ab427-6a0d-9357-03e3-528e5a946ec6-9403614d, #w-node-_30a31031-4679-191e-6443-4314596c7c31-72d666ff, #w-node-_80ba5895-4333-f6f0-7f39-9e7ca0ae4b71-72d666ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e2f21674-f8f0-f83f-6a4f-bf02545133e6-dfcc800f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e2f21674-f8f0-f83f-6a4f-bf02545133ef-dfcc800f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b9ff16b5-c00d-25b1-26e4-f98284b489fa-dfcc800f, #w-node-_85bb946f-7532-7285-fcd5-4a1665fb34cc-dfcc800f, #w-node-_161e57c0-a365-c20b-143f-d246c603ebc0-99558b5d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_161e57c0-a365-c20b-143f-d246c603ebbd-99558b5d {
    grid-area: 2 / 2 / 2 / 3;
  }

  #w-node-_005420ac-1869-2528-a805-3bcfa535aebe-c5597384 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b87fc0f1-0ae0-eb77-360d-3e8e783c6cce-c5597384 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9a1a58ff-0d55-ad97-fa52-eeb599558b62-99558b5d, #w-node-_161e57c0-a365-c20b-143f-d246c603ebc0-99558b5d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d7354daf-2447-eaf9-07c7-200aecb4606e-99558b5d {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_7e5384f1-c55a-3c53-bfa1-19026d41fe81-99558b5d {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_7e5384f1-c55a-3c53-bfa1-19026d41fe75-99558b5d {
    justify-self: start;
  }

  #w-node-_2658faa5-42cf-e5e0-e22e-aab26a2ae75c-dfcc803f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_966fa884-0638-f5fa-6cfd-eee38b1705d4-dfcc800f {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
  }

  #w-node-_29e10bdd-406e-57cf-bade-9b35984dc436-dfcc800f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e2f21674-f8f0-f83f-6a4f-bf02545133e6-dfcc800f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_161e57c0-a365-c20b-143f-d246c603ebc0-99558b5d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9fd48e6a-4759-f0e9-b4c9-8d18a0d003d1-99558b5d, #w-node-c4cf97cb-bf88-a972-fead-5ad221a19ab8-99558b5d {
    justify-self: stretch;
  }

  #w-node-_7e5384f1-c55a-3c53-bfa1-19026d41fe81-99558b5d {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_14f56bcd-7adf-1859-18e9-cb26cd1bee61-dfcc8077 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_005420ac-1869-2528-a805-3bcfa535aebe-c5597384 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLightIta.otf') format('opentype'), url('../fonts/Gotham-LightIta.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinIta.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham ultra';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BoldIta.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BlackIta.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 6 free 400';
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 free solid 900';
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}