owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #4dc7a0;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #4dc7a0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre,
textarea {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,bt1J2WMuE8JJeN5WsA1v8DxhXBezXy1STMy35ryEccW8+a4BrDE29Rxp5QcC2LsoDBC2dQBZXCXd6nk1g1MRU4nUMXAHNFBEJhkTZV9HdaL4gfuNBxLPc3BeMkLGaPbF5vWtANQuhojvBrujRSpHYehT0jmf35Tv2rdJ1JMH7BMMzVFef9j2hPbt1J2WMuE8JJeN5WsA1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHdQBZXCXd6nk1g1MRU4nUMXAHNFBEJhkTZV9HdaL4gfuNBxLPc3BeMkLGaPbF5vWtANQuhojvBrujRSpHYehTQzDT9UTQzqq4uzrk0jmf38cruqjvcwp9s64saw6fwq7cr8flVHzrk0jmf35Tv2rdJ1JMH7BMMzVFef9j2hPbt1J2WMuE8JJeN5WsA1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHWV4VXD3mGzDf5ryEccW80jmf35Tv2rdJ1JMH7BMMzVFef9j2hPbt1J2WMuE8JJeN5WsA1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHXuRvLxEHlW8l/8bt1J2WMuE8JJeN5WsA1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHDxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHLsoDBC2dQBZXCXd6nk1g1MRU4nUMXAHNFBEJhkTZV9HdaL4gfuNBxLPc3BeMkLGaPbF5vWtANQuhojvBrujRSpHYehT//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wbt1J2WMuE8JJeN5WsA1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHDxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHLsoDBC2dQBZXCXd6nk1g1MRU4nUMXAHNFBEJhkTZV9HdaL4gfuNBxLPc3BeMkLGaPbF5vWtANQuhojvBrujRSpHYehTmVZHECkQzDT9UT/oBAAcABwED+gP6bt1J2WMuE8JJeN5WsA1v8DxhXBezXy1STMy3zDf5ryEccW8+gP6bt1J2WMuE8JJeN5WsA1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHDxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHLsoDBC2dQBZXCXd6nk1g1MRU4nUMXAHNFBEJhkTZV9HdaL4gfuNBxLPc3BeMkLGaPbF5vWtANQuhojvBrujRSdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHcwp9s64saw6fwq7cr8flm8pXuRvLxExE7cr8flxEW8fl0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/bt1J2WMuE8JJeN5WsA1v8DxhXBezXy1STMy3AA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BrDE29Rxp5QcC2LsoDBC2dQBZXCXd6nk1g1MRU4nUMXAHNFBEJhkTZV9HdaL4gfuNBxLPc3BeMkLGaPbF5vWtANQuhojvBrujRSpHYehT0jmf38cruqjvcwp9s64saw6fwq7cr8fliEgb0t1J2WMuE8JJeN5WsA1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHDxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHLsoDBC2dQBZXCXd6nk1g1MRU4nUMXAHNFBEJhkTZV9HdaL4gfuNBxLPc3BeMkLGaPbF5vWtANQuhojvBrujRSpHYehT0pVAAAAAgAA/8bt1J2WMuE8JJeN5WsA1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHDxhXBezXy1STMy37cr8flxEy1STMy37cr8flxEQWRV+bt1J2WMuE8JJeN5WsA1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHDxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHMhXqm8pXuRvLxEH37cr8fl3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIbt1J2WMuE8JJeN5WsA1v8DxhXBezXy1STMy3+3QFt/pOTkwbt1J2WMuE8JJeN5WsA1v8DxhXBezXy1STMy3zDf5ryEccW8/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2bt1J2WMuE8JJeN5WsA1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHDxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVH37cr8fl0EAP/9Bbt1J2WMuE8JJeN5WsA1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHDxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHLsoDBC2dQBZXCXd6nk1g1MRU4nUMXAHNFBEJhkTZV9HdaL4gfuNBxLPc3BeMkLGaPbF5vWtANQuhojvBrujRSdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHcwp9s64BrDE29Rxp5QcC2LsoDBC2dQBZXCXd6nk1g1MRU4nUMXAHNFBEJhkTZV9HdaL4gfuNBxLPc3BeMkLGaPbF5vWtANQuhojvBrujRSdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVH8JJeN5WsA1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHCXd6nk1g1MRU4nUMXAHNFBEJhkTZV9HdaL4gfuNBxLPc3BeMkLGaPbF5vWtANQuhojvBrujRSdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVH1STMy3rk0jmf35Tv2rdJ1JMS8fsusNAxGm7pWV4VXD3mGzDf5ryEccW8rk0jmf35Tv2rdJ1JMH7BMMzVFef9j2hPbt1J2WMuE8JJeN5WsA1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHdQBZXCXd6nk1g1MRU4nUMXAHNFBEJhkTZV9HdaL4gfuNBxLPc3BeMkLGaPbF5vWtANQuhojvBrujRSpHYehTQzqrycev0vycz7k58f9xspmhpnp7hh5wtz7qf6k99r5qf35Tv2rdJ1JMH7BMMzVFef9j2hPbt1J2WMuE8JJeN5WsA1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHmGzDf5ryEccW8yt1J2WMuE8JJeN5WsA1v8DxhXBezXy1STMy337cr8flv0vycz7k58f9xspmhpnp7hh5wt1J2WMuE8JJeN5WsA1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVH1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHQcC2LsoDBC2dQBZXCXd6nk1g1MRU4nUMXAHNFBEJhkTZV9HdaL4gfuNBxLPc3BeMkLGaPbF5vWtANQuhojvBrujRSpHYehT0jmf35Tv2rdJ1JMH7BMMzVFef9j2hPbt1J2WMuE8JJeN5WsA1v8DxhXBezXy1STMy37cr8fliQWRV9UAAA==")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

[class*=" w-icon-"],
[class^="w-icon-"] {
  font-family: webflow-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-icon-slider-right:before {
  content: "\e600";
}

.w-icon-slider-left:before {
  content: "\e601";
}

.w-icon-nav-menu:before {
  content: "\e602";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}

.w-icon-file-upload-remove:before {
  content: "\e900";
}

.w-icon-file-upload-icon:before {
  content: "\e903";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:after,
.w-clearfix:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 transparent;
  border-radius: 0;
  background: 0 0;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}

.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 10px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  margin: 0 0 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:after,
.w-embed:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}

.w-video embed,
.w-video iframe,
.w-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #ddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled],
.w-input[readonly],
.w-select[disabled],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
}

.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-radio:after,
.w-radio:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  margin: 3px 0 0 -20px;
  line-height: normal;
  float: left;
}

.w-file-upload {
  display: block;
  margin-bottom: 10px;
}

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}

.w-file-upload-default,
.w-file-upload-success,
.w-file-upload-uploading {
  display: inline-block;
  color: #333;
}

.w-file-upload-error {
  display: block;
  margin-top: 10px;
}

.w-file-upload-default.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden,
.w-file-upload-uploading.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #ccc;
  background-color: #fafafa;
}

.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #ccc;
  background-color: #fafafa;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #ccc;
  background-color: #fafafa;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-container:after,
.w-container:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:after,
.w-row:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333333%;
}

.w-col-2 {
  width: 16.66666667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-col-5 {
  width: 41.66666667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.33333333%;
}

.w-col-8 {
  width: 66.66666667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.33333333%;
}

.w-col-11 {
  width: 91.66666667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main,
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-container .w-row,
  .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after,
.w-widget-twitter-count-shim:not(.w--vertical):before {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:after,
.w-widget-twitter-count-shim.w--vertical:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 4px;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-widget-gplus {
  overflow: hidden;
}

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: #fff;
}

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #ddd;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 0.1s, color 0.1s;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  font-size: 40px;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"],
.w-slider-arrow-right [class^="w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-link,
.w-dropdown-toggle {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 20px auto auto;
  width: 1em;
  height: 1em;
}

.w-dropdown-list {
  position: absolute;
  background: #ddd;
  display: none;
  min-width: 100%;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  font-variant: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana,
    sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
}

.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}

.w-lightbox-figure {
  position: relative;
  margin: 0;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

.w-lightbox-image {
  display: block;
  float: none;
  max-width: 100vw;
  max-height: 100vh;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy535Tv2rdJ1JMH7BMMzVFef9j2hPbt1J2WMuE8JJeN5WsA1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHdQBZXCXd6nk1g1MRU4nUMXAHNFBEJhkTZV9HdaL4gfuNBxLPc3BeMkLGaPbF5vWtANQuhojvBrujRSpHYehTQzDT9UT0YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHTMy37cr8fluRvLc5ket1J2WMuE8JJeN5WsA1v8DxhXBezXy1STMy3XuRvLxEXuRvLxEXuRvLxEzmIi8+PC9nPjwvc3ZnPg==");
}

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy535Tv2rdJ1JMH7BMMzVFef9j2hPbt1J2WMuE8JJeN5WsA1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHWV4VXD3mGzDf5ryEccW8qq4uzrk0jmf38cruqjvcwp9s64saw6fwq7cr8flW80PSI0MCI+Pbt1J2WMuE8JJeN5WsA1v8DxhXBezXy1STMy3F0aCBkPSdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHTMy37cr8fluRvLc5ket1J2WMuE8JJeN5WsA1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHDxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHNAxGm7pWV4VXD3mGzDf5ryEccW8JdxtiQWRVxE0817ZmYiLz48L2c+PC9zdmc+");
}

.w-lightbox-close {
  right: 0;
  height: 2.6em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy535Tv2rdJ1JMH7BMMzVFef9j2hPbt1J2WMuE8JJeN5WsA1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHWV4VXD3mGzDf5ryEccW8qq4uzrk0jmf38cruqjvcwp9s64saw6fwq7cr8flW80PSIxNyI+Pbt1J2WMuE8JJeN5WsA1v8DxhXBezXy1STMy3F0aCBkPSdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHTMy37cr8fluRvLc5ket1J2WMuE8JJeN5WsA1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVH5mVZHECkQz0aCBkPSdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHTMy37cr8fluRvLc5ket1J2WMuE8JJeN5WsA1v8DxhXBezXy1SdAmVfGT1K8MnsmuYQby2wJibmeiHnQwVHDxhXBezXy1STMy37cr8flxEQz4=");
  background-size: 18px;
}

.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: 0.3;
}

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: 0.8s linear infinite spin;
  animation: 0.8s linear infinite spin;
}

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:after,
.w-richtext:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:after,
.w-richtext[contenteditable="true"]:before {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: #2895f7 solid 2px;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.w-richtext figure {
  position: relative;
  max-width: 60%;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  font-size: 0;
  color: transparent;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  padding-bottom: inherit;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}

.w-nav {
  position: relative;
  background: #ddd;
  z-index: 1000;
}

.w-nav:after,
.w-nav:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  position: relative;
  float: right;
}

[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #c8c8c8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  background-color: #c8c8c8;
  color: #fff;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open,
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:after,
.w-tabs:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.w-tab-pane {
  position: relative;
  display: none;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button,
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  padding: 10px;
  background-color: #ddd;
}

.w-condition-invisible,
.w-dyn-bind-empty,
.w-dyn-hide {
  display: none !important;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-width: 1px;
  border-color: #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-style: solid;
  width: 12px;
  height: 12px;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-color: #3898ec;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  background-color: #fafafa;
  border-width: 1px;
  border-color: #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-style: solid;
  border-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  background-color: #fafafa;
  border-width: 1px;
  border-color: #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-style: solid;
  border-radius: 2px;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #02131b;
  font-size: 16px;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
}

h3 {
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.hero-section {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #f9f9f9;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  font-family: "DM Sans", sans-serif;
}

.hero-section.thank-you {
  min-height: 100vh;
}

.hero-heading {
  display: inline-block;
  margin-bottom: 24px;
  background-image: linear-gradient(102deg, #00bf72, #00caa8 50%, #00d5e2);
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 1em;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.hero-heading .congrats {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

.site-wrapper {
  width: 100%;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.site-wrapper.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-subheading {
  font-family: Montserrat, sans-serif;
  color: #02131b;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  font-weight: 600;
}

.yellow-span {
  margin-right: 7px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffb800),
    to(#ff9877)
  );
  background-image: linear-gradient(180deg, #ffb800, #ff9877);
  color: #ffb800;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.yellow-span {
  margin-right: 7px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff600c),
    to(#ff8540)
  );
  background-image: linear-gradient(180deg, #ff600c, #ff8540);
  color: #ffb800;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-main-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 48px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1.15fr 1fr;
  grid-template-columns: 1.15fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-cards-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #112934;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 13px;
  text-align: center;
}

.hero-card.bbig {
  padding: 14px 0 0;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

.hero-metric {
  margin-bottom: 4px;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}

.green-text-span {
  color: #29cf84;
}

.text-block {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
}

.hero-card-big-heading {
  font-size: 22px;
  font-weight: 700;
}

.hero-card-big-img {
  width: 100%;
}

.hero-video-thumbnail {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta-big {
  width: 100%;
  padding: 5px;
  border-radius: 7px;
  background-image: linear-gradient(
    62deg,
    #f79533,
    #f37055 16%,
    #ef4e7b 32%,
    #a166ab 48%,
    #5073b8 64%,
    #1098ad 80%,
    #07b39b
  );
  box-shadow: 0 12px 60px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.cta-big:hover {
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
}

.cta-text-small {
  margin-top: 6px;
  font-size: 17px;
  font-weight: 400;
  padding-top: 35px;
}

.strike-span {
  text-decoration: line-through;
}

.strike-span.light {
  color: #aaa;
  font-weight: 400;
}

.register-text {
  margin-top: -5px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
}

.section {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #fff;
}

.section-heading {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.section-heading.green-gradient-span.dark-gradient {
  background-image: linear-gradient(94deg, #177d75, #38ef7d);
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 24px 18px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fafafa;
}

.form {
  display: -ms-grid;
  display: grid;
  margin-top: 44px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.checkbox {
  min-height: 28px;
  min-width: 28px;
  margin-top: 2px;
  margin-right: 20px;
  margin-left: 0;
  border-width: 2px;
  border-color: #29cf84;
  border-radius: 5px;
}

.checkbox.w--redirected-checked {
  border-color: #29cf84;
  border-radius: 5px;
  background-color: rgba(56, 152, 236, 0);
  background-image: url("https://uploads-ssl.webflow.com/5fc146d8501d3925e9505844/5fc1ecfbe509f3c854d30f22_check-mark-black-outline.svg");
  background-size: 15px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-label {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.checkox-context {
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}

.orange-text-span {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffb800),
    to(#ff9877)
  );
  background-image: linear-gradient(180deg, #ffb800, #ff9877);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.orange-text-span {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff4d09),
    to(#ff001c)
  );
  background-image: linear-gradient(180deg, #ff4d09, #ff001c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.font-18 {
  font-size: 18px;
}

.slider {
  height: auto;
  margin-bottom: 24px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slider.mobile {
  display: none;
}

.mask {
  height: auto;
}

.ss-img {
  width: 100%;
}

.ss-slide-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider-arrow {
  display: block;
  color: rgba(0, 0, 0, 0.1);
  font-size: 24px;
}

.section-subheading {
  margin-top: 24px;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.section-subheading.unlock-text {
  background-image: linear-gradient(93deg, #177d75, #38ef7d);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.user-group-slider {
  overflow: hidden;
  height: auto;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.ug-slider-mask {
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: 44px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.ug-slide-grid {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ug-slide {
  width: 33.3%;
  height: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.user-group-card {
  display: -ms-grid;
  display: grid;
  height: 100%;
  padding: 24px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 6px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.03);
}

.ug-icon {
  width: 60px;
}

.ug-designation {
  font-size: 12px;
}

.ug-point {
  width: 100%;
  padding-left: 32px;
  background-image: url("https://uploads-ssl.webflow.com/5fc146d8501d3925e9505844/5fc1ecfbe509f3c854d30f22_check-mark-black-outline.svg");
  background-position: 0 5px;
  background-size: 18px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.ug-point.learn-point {
  margin-bottom: 16px;
  background-position: 0 2px;
  font-family: "DM Sans", sans-serif;
}

.ug-point.learn-point.bomb-icon {
  background-image: url("https://uploads-ssl.webflow.com/5fc146d8501d3925e9505844/5fc219b30028cad371346cf8_omb-icon.png");
}

.ug-thumb {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 1px solid #29cf84;
  border-radius: 6px;
}

.ug-person-name {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 600;
}

.ug-role {
  font-size: 20px;
  font-weight: 700;
}

.ug-img {
  border-radius: 4px;
}

.green-gradient-span {
  background-image: linear-gradient(97deg, #00bf72, #00acb4);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.workshop-process-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.process-card {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 24px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 16px;
  background-color: #fafafa;
}

.process-img {
  width: 44px;
  height: 44px;
  margin-left: 25px;
  border-radius: 50%;
  background-color: #252525;
  background-clip: border-box;
}

.process-heading {
  font-size: 18px;
  font-weight: 700;
}

.process-arrow {
  width: 15px;
  margin-right: 8px;
  margin-left: 8px;
}

.learn-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  margin-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.learn-card {
  display: -ms-grid;
  display: grid;
  padding: 24px 30px 16px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  border-radius: 6px;
  background-color: #fff;
  direction: ltr;
}

.learn-card-heading {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
}

.bonus-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  margin-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.bonus-card {
  overflow: hidden;
  border-radius: 15px;
  background-image: linear-gradient(320deg, #e7f2f2, #fff);
}

.bonus-img-bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(119deg, #012e46, #151b1e);
}

.bonus-img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-2 {
  position: absolute;
  left: 16px;
  top: 14px;
  right: auto;
  bottom: auto;
  font-family: "DM Sans", sans-serif;
  color: #fafafa;
  font-size: 14px;
}

.bonus-card-content-container {
  padding: 24px;
}

.bonus-content {
  margin-bottom: 36px;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}

.value-heading {
  margin-bottom: 8px;
  color: #2ba56e;
  font-size: 13px;
  font-weight: 500;
}

.value-text {
  color: #2ba56e;
  font-size: 17px;
  font-weight: 500;
  text-decoration: line-through;
}

.time-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.time-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 191px;
  height: 178px;
  margin: 10px;
  padding: 45px 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #012e46;
  color: #fff;
  font-size: 69px;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
}

.time-span {
  font-size: 19px;
}

.time-unit {
  font-family: "Roboto Slab", sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.gray-bg {
  background-color: #f9f9f9;
}

.text-block-3 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  text-align: center;
}

.text-block-3.top-40 {
  margin-top: 40px;
}

.text-block-3.lm-40 {
  margin-bottom: 40px;
}

.brands-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brands-flex img {
  max-width: 150px;
}

.testimonial-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-grid.bm-32 {
  margin-bottom: 32px;
  grid-column-gap: 24px;
}

.tesimonial-video-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}

.html-embed {
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
}

.html-embed.mentor-video {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: auto;
}

.testimonial-slider {
  height: auto;
  margin-top: 32px;
  margin-bottom: 44px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.hide-1 {
  display: none;
}

.hide-1.dot-sec {
  display: block;
}

.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.load-more-btn {
  display: inline-block;
  padding: 14px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px solid #02131b;
  border-radius: 8px;
  background-color: rgba(56, 152, 236, 0);
  color: #02131b;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.blue-bg {
  background-color: #02131b;
}

.search-box {
  width: 100%;
  height: 60px;
  max-width: 780px;
  margin-top: 52px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 90px;
  border: 1px #000;
  border-radius: 10px;
  background-color: #112934;
  background-image: url("https://uploads-ssl.webflow.com/5fc146d8501d3925e9505844/5fc3565df7e15543c08a537f_magnifying-glass%201.svg");
  background-position: 50px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.search-box::-webkit-input-placeholder {
  color: #a3a3a3;
}

.search-box:-ms-input-placeholder {
  color: #a3a3a3;
}

.search-box::-ms-input-placeholder {
  color: #a3a3a3;
}

.search-box::placeholder {
  color: #a3a3a3;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.meet-mentori-flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 278px;
  height: 186px;
  margin-right: 9px;
  margin-left: 9px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.meet-mentori-cred-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 9px;
  margin-left: 9px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #112934;
  color: #fff;
  text-align: center;
}

.mentor-cred-hidden {
  margin-bottom: 6px;
  font-size: 25px;
  font-weight: 600;
}

.text-block-4 {
  margin-bottom: 16px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
}

.text-block-4.text-small {
  font-family: "DM Sans", sans-serif;
}

.cred-logo {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: #0f171b;
}

.div-block-3 {
  margin-top: 25px;
  padding-right: 24px;
  padding-left: 24px;
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-size: 22px;
}

.div-block-4 {
  display: -ms-grid;
  display: grid;
  margin-top: 17px;
  grid-auto-columns: 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider-2 {
  height: auto;
  margin-top: 66px;
  margin-bottom: 32px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slider-2.mobile {
  display: none;
}

.slider-2.desktop {
  display: block;
  margin-bottom: 48px;
}

.div-block-5 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-6 {
  padding: 14px 23px;
  border-radius: 8px;
  background-color: #fff;
  font-size: 14px;
}

.image-2 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.link {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-7 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.text-block-5 {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
}

.accordion-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.accordion-item {
  width: 100%;
  border-radius: 6px;
  background-color: #f8f8f8;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  cursor: pointer;
}

.accordion-heading {
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
}

.plus-icon {
  width: 15px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-item-content {
  overflow: hidden;
}

.faq-answer {
  padding-right: 32px;
  padding-bottom: 8px;
  padding-left: 32px;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.span-hide-mobile {
  display: inline-block;
}

.hero-metric-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-metric-img {
  margin-right: 6px;
  padding-top: 0;
  padding-bottom: 6px;
}

.slide {
  width: 33%;
  padding-right: 32px;
}

.slide-2 {
  width: 70%;
}

.image-3 {
  width: 32px;
  height: 32px;
}

.text-block-6,
.text-block-7,
.text-block-8 {
  font-family: "DM Sans", sans-serif;
  text-align: center;
}

.paragraph,
.paragraph-2 {
  font-family: "DM Sans", sans-serif;
}

.paragraph-3 {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}

.icon,
.icon-2 {
  display: none;
}

.text-block-10,
.text-block-9 {
  padding-top: 4px;
  font-size: 14px;
  line-height: 24px;
}

.div-block-8 {
  height: 24px;
}

.section-2 {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #fcfcfc;
}

.icon-3,
.icon-4 {
  display: block;
}

.section-3 {
  padding-top: 35px;
}

.pack-img {
  width: 60px;
  height: 60px;
}

.heading,
.html-embed-2,
.icon-5,
.icon-6,
.search-button {
  display: none;
}

.div-block-9 {
  width: 100%;
}

.div-block-10,
.div-block-15,
.icon-7,
.icon-8 {
  display: none;
}

.slide-10 {
  width: 33.3%;
  padding-right: 6px;
  padding-left: 6px;
}

.icon-9 {
  color: #000;
}

.icon-10 {
  color: #242424;
}

.left-arrow-2 {
  display: none;
}

.mask-3 {
  height: auto;
}

.image-8 {
  padding-right: 0;
}

.slider-3 {
  height: auto;
  margin-right: -6px;
  margin-bottom: 48px;
  margin-left: -6px;
  background-color: transparent;
  color: transparent;
}

.right-arrow-2,
.slide-nav-2 {
  display: none;
}

.image-7 {
  width: 99.9998%;
  padding-left: 0;
}

.image-9 {
  border-radius: 8px;
}

.lightbox-link-2 {
  position: relative;
}

.image-11 {
  position: absolute;
  left: 45%;
  top: 38%;
  width: 35px;
  height: 35px;
}

.collection-list-wrapper {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-12,
.link-block {
  border-radius: 8px;
}

.collection-item {
  padding-right: 12px;
  padding-left: 0;
}

.collection-item.test-block {
  padding: 10px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-16 {
  display: none;
}

.news-outlet-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 0;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buy-amount {
  margin-top: 28px;
  color: #1c1336;
  font-size: 40px;
  font-weight: 700;
}

.hero-logo {
  width: 70px;
}

.hero-logo.hk,
.hero-logo.is {
  width: 110px;
}

.hero-logo.adobbe {
  width: 70px;
}

.hero-logo.ibm {
  width: 60px;
}

.user-group-heaidng {
  margin-bottom: 0;
  color: #7b56ee;
  font-size: 22px;
  font-weight: 600;
}

.built-without-img {
  width: 20px;
  margin-right: 8px;
  border-radius: 2px;
}

.section-4 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-4.purple-bg {
  background-color: rgba(123, 86, 238, 0.02);
}

.section-4.checkbox-section {
  padding-top: 32px;
}

.section-4.hide {
  display: none;
}

.section-4.media-section {
  padding-bottom: 0;
}

.ug-slider-mask-2 {
  height: auto;
  margin-top: 44px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.image-4 {
  width: 100%;
  height: 100%;
}

.hero-card-big-heading-2 {
  margin-bottom: 20px;
  font-size: 14px;
}

.slide-11 {
  width: 33%;
  padding-right: 16px;
  padding-left: 16px;
}

.ug-point-2 {
  width: 100%;
  padding-left: 32px;
  background-image: url("https://uploads-ssl.webflow.com/5fc146d8501d3925e9505844/5fc1ecfbe509f3c854d30f22_check-mark-black-outline.svg");
  background-position: 0 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  line-height: 1.6;
  font-weight: 500;
}

.user-group-text {
  margin-bottom: 0;
  color: rgba(2, 19, 27, 0.75);
  font-size: 16px;
  line-height: 1.3;
}

.semibold-span {
  font-weight: 600;
}

.user-group-grid-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.user-group-grid-wrapper.bm-60 {
  margin-bottom: 60px;
}

.hero-cards-grid-2 {
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.lightbox-link-3 {
  height: 100%;
}

.text-block-17 {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.things-learn-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  padding: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 8px;
  background-color: #1c1336;
}

.after-workshop-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.site-wrapper-2 {
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.site-wrapper-2.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-metric-subtext {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.app-ss {
  width: 120px;
  height: 210px;
  margin-bottom: 16px;
  border: 1px solid rgba(28, 19, 54, 0.5);
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.build-company.salesforce {
  width: 70px;
}

.build-company.mobile {
  display: none;
}

.build-company.unacademy {
  width: 140px;
}

.hero-card-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #112934;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 13px;
  text-align: center;
}

.hero-card-2.bbig {
  padding-top: 14px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-testimonial-wrapper {
  margin-bottom: 48px;
}

.accordion-item-trigger-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.form-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-19 {
  color: #fff;
}

.hero-subheading-2 {
  margin-bottom: 32px;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

.hero-brands-section {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.text-testimonial-grid {
  display: -ms-grid;
  display: grid;
  padding-right: 16px;
  padding-left: 16px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-metric-grid {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-20 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-section-2 {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #1c1336;
  background-image: none;
}

.build-heading {
  color: #7b56ee;
  font-weight: 600;
}

.text-block-18 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.checkbox-label-2 {
  font-weight: 500;
}

.section-heading-2 {
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
}

.section-heading-2._50-width {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.section-heading-2.white-text {
  color: #fff;
}

.div-block-21 {
  display: -ms-grid;
  display: grid;
  padding: 16px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 4px;
  background-color: #3d2978;
  color: #fff;
}

.div-block-21.hide {
  display: none;
}

.brands-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.green-text-span-2 {
  background-image: linear-gradient(135deg, #00bf72, #00caa8 50%, #00d5e2);
  color: #29cf84;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-metric-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 24px 18px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fafafa;
}

.real-world-problem-grid-mobile {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.span-link {
  text-decoration: underline;
}

.bullet-heading {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 600;
}

.text-block-20 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 22px;
  text-align: center;
}

.tesimonial-wrapper-mobile {
  display: none;
}

.unsure-heading {
  margin-bottom: 0;
  color: #7b56ee;
  font-size: 32px;
  font-weight: 600;
}

.unsure-card {
  padding: 24px 24px 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.06);
}

.image-13 {
  width: 100%;
  border-radius: 8px;
}

.ug-slide-2 {
  width: 30%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.payment-container {
  padding: 24px;
  border-radius: 12px;
  background-color: #fff;
}

.hero-icon {
  color: #29cf84;
}

.cta-text-small-2 {
  margin-top: 6px;
  font-size: 17px;
  font-weight: 400;
}

.what-youget-text {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
}

.brand-block {
  width: 100%;
  height: 60px;
  padding: 14px 20px 11px;
  border-radius: 100px;
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.06);
}

.checkox-context-2 {
  margin-top: 52px;
  margin-bottom: 61px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}

.day-span {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
}

.offer-text {
  margin-top: 22px;
  margin-bottom: 32px;
}

.mentor-card {
  display: -ms-grid;
  display: grid;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  border-radius: 8px;
  background-color: #fff;
}

.checkbox-2 {
  min-height: 28px;
  min-width: 28px;
  margin-right: 18px;
  margin-left: 0;
  border-width: 2px;
  border-color: #7b56ee;
  border-radius: 5px;
}

.checkbox-2.w--redirected-checked {
  border-color: #7b56ee;
  border-radius: 5px;
  background-color: #7b56ee;
  background-size: 20px;
}

.checkbox-2.w--redirected-focus {
  box-shadow: none;
}

.cta-big-2 {
  width: 100%;
  padding: 16px;
  border-radius: 7px;
  background-image: linear-gradient(135deg, #7b56ee, #f2468c 94%);
  box-shadow: 0 12px 60px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.cta-big-2:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.cta-big-2.phone {
  display: none;
}

.hero-heading-2 {
  display: inline-block;
  margin-bottom: 24px;
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
}

.hero-main-grid-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.things-learn-text {
  padding-left: 32px;
  background-image: url("https://uploads-ssl.webflow.com/5fc146d8501d3925e9505844/6001f25e6a10f44ffcc90954_purple-tick-filled.svg");
  background-position: 0 2px;
  background-size: 22px;
  background-repeat: no-repeat;
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.things-learn-text.buy-now {
  margin-bottom: 12px;
  background-image: url("https://uploads-ssl.webflow.com/5fc146d8501d3925e9505844/6001f25e6a10f44ffcc90954_purple-tick-filled.svg");
  background-position: 0 2px;
  background-size: 22px;
  background-repeat: no-repeat;
  color: #1c1336;
  font-size: 18px;
}

.ug-thumb-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 1px solid #29cf84;
  border-radius: 6px;
}

.user-group-card-new {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(123, 86, 238, 0.12);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.mentor-name {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
}

.built-without {
  position: fixed;
  left: 16px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 30px;
  padding: 0 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  color: #1c1336;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
}

.bonus-heading {
  margin-bottom: 0;
  color: #1c1336;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
}

.image-14 {
  width: 38px;
  min-width: 38px;
  font-size: 24px;
}

.slider-arrow-2 {
  color: rgba(28, 19, 54, 0.7);
  font-size: 24px;
}

.slider-arrow-2.left {
  left: -64px;
}

.slider-arrow-2.right {
  right: -64px;
}

.bullet {
  margin-right: 10px;
}

.build-card {
  display: -ms-grid;
  display: grid;
  padding: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.06);
}

.user-group-slider-2 {
  display: none;
  height: auto;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.faq-answer-2 {
  padding-right: 32px;
  padding-bottom: 7px;
  padding-left: 32px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 170%;
  text-align: left;
}

.text-block-21 {
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  line-height: 1.4;
}

.mentor-image {
  width: 100%;
  height: 200px;
  border-radius: 6px;
}

.payment-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.user-group-icon {
  width: 60px;
  height: 60px;
  padding: 14px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.02);
}

.unsure-icon {
  width: 30px;
  margin-right: 16px;
}

.mentors-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.user-group-card-2 {
  display: -ms-grid;
  display: grid;
  height: 100%;
  padding: 24px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.04);
}

.real-world-problem-grid-desktop {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.video-slider-1 {
  height: auto;
  margin-bottom: 48px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.purple-text-span {
  color: #7b56ee;
}

.built-without-text {
  white-space: nowrap;
}

.accordion-heading-2 {
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  text-align: left;
}

.accordion-wrapper-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-metric-2 {
  margin-bottom: 4px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.hero-metric-2.no-margin {
  margin-bottom: 0;
}

.bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.register-text-2 {
  margin-top: 24px;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.register-text-2.mobile {
  display: none;
}

.hero-card-big-img-2 {
  width: 100%;
}

.bonus-amount {
  margin-top: 0;
  color: #7b56ee;
  font-size: 24px;
  font-weight: 600;
  text-decoration: line-through;
}

.hero-metric-img-2 {
  margin-right: 6px;
}

.testimonial-text-img {
  border-radius: 8px;
}

.accordion-item-content {
  display: none;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 18px;
  }
  .hero-metric {
    font-size: 24px;
  }
  .cta-big {
    font-size: 22px;
  }
  .slider.mobile {
    display: block;
  }
  .user-group-slider {
    width: 100vw;
    margin-left: -20px;
  }
  .ug-slider-mask {
    overflow: visible;
  }
  .ug-slide {
    width: 50%;
  }
  .ug-point.learn-point {
    font-size: 14px;
  }
  .process-img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .learn-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .learn-card-heading {
    font-size: 20px;
  }
  .bonus-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .text-block-3 {
    font-size: 20px;
  }
  .html-embed {
    height: 250px;
  }
  .meet-mentori-flex2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .image {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .meet-mentori-cred-block {
    margin-right: 0;
    margin-left: 0;
  }
  .slider-2.mobile {
    display: block;
  }
  .slider-2.desktop {
    display: none;
  }
  .slide {
    width: 50%;
  }
  .ug-slider-mask-2 {
    overflow: visible;
  }
  .slide-11 {
    width: 50%;
  }
  .hero-metric-subtext {
    font-size: 24px;
  }
  .text-block-20 {
    font-size: 20px;
  }
  .ug-slide-2 {
    width: 50%;
  }
  .cta-big-2 {
    font-size: 22px;
  }
  .user-group-slider-2 {
    width: 100vw;
    margin-left: -20px;
  }
  .hero-metric-2 {
    font-size: 24px;
  }
  #w-node-_8db58878-9f35-fc4f-fdc8-e4f558b3cd73-072023a4,
  #w-node-_8db58878-9f35-fc4f-fdc8-e4f558b3cd73-54714565,
  #w-node-_8db58878-9f35-fc4f-fdc8-e4f558b3cd73-9ea6c198,
  #w-node-_8db58878-9f35-fc4f-fdc8-e4f558b3cd73-a05feb4f,
  #w-node-_8db58878-9f35-fc4f-fdc8-e4f558b3cd73-dc9f8e17 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    font-size: 24px;
  }
  .hero-subheading {
    font-size: 20px;
  }
  .hero-main-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .section-heading {
    font-size: 20px;
  }
  .checkbox-field {
    font-size: 14px;
  }
  .form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .checkox-context {
    font-size: 16px;
  }
  .ug-slide {
    width: 70%;
  }
  .accordion-item-content {
    margin-right: 0;
  }
  .hero-metric-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .hero-subheading-2 {
    font-size: 16px;
  }
  .section-heading-2 {
    font-size: 20px;
  }
  .hero-metric-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkbox-field-2 {
    font-size: 14px;
  }
  .ug-slide-2 {
    width: 70%;
  }
  .checkox-context-2 {
    font-size: 16px;
  }
  .hero-heading-2 {
    font-size: 24px;
  }
  .hero-main-grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
  .hero-section {
    padding-top: 24px;
    padding-bottom: 0;
  }
  .hero-heading {
    display: none;
    background-image: linear-gradient(102deg, #00bf72, #00caa8 50%, #00d5e2);
  }
  .site-wrapper,
  .site-wrapper.hero-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
  .hero-main-grid {
    display: block;
    margin-top: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-cards-grid {
    margin-bottom: -55px;
    grid-column-gap: 8px;
    grid-row-gap: 24px;
  }
  .hero-card {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }
  .hero-card.bbig {
    margin-top: 8px;
  }
  .hero-metric {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-card-big-heading {
    font-size: 16px;
    line-height: 20px;
  }
  .lightbox-link {
    width: 100%;
  }
  .cta-big {
    font-size: 16px;
  }
  .cta-big.desktop {
    display: none;
  }
  .cta-text-small {
    font-size: 12px;
    padding-top: 16px;
  }
  .register-text {
    display: block;
    font-size: 16px;
    line-height: 24px;
  }
  .section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .checkbox-field {
    padding: 10px 12px;
  }
  .form {
    margin-top: 30px;
    grid-row-gap: 8px;
  }
  .checkbox {
    width: 8px;
    height: 19px;
    min-height: 19px;
    min-width: 19px;
    border-radius: 3px;
  }
  .checkbox-label {
    font-size: 16px;
    line-height: 1.5;
  }
  .checkox-context {
    margin-top: 24px;
  }
  .slider {
    overflow: hidden;
    width: 100%;
    margin-left: 0;
  }
  .slider.mobile {
    margin-left: 0;
  }
  .mask {
    overflow: visible;
    width: 80%;
  }
  .section-subheading {
    font-size: 16px;
  }
  .user-group-slider {
    overflow: hidden;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
  }
  .ug-slider-mask {
    overflow: visible;
    width: 100%;
    margin-top: 32px;
    margin-right: 0;
  }
  .ug-slide {
    width: 80%;
  }
  .ug-designation {
    font-size: 10px;
  }
  .ug-point {
    font-size: 14px;
  }
  .ug-point.learn-point {
    padding-left: 28px;
    background-position: 0 6px;
    background-size: 16px;
  }
  .ug-point.learn-point.bomb-icon {
    padding-left: 28px;
  }
  .ug-person-name {
    font-size: 13px;
  }
  .ug-role {
    font-size: 18px;
  }
  .workshop-process-grid {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .process-card {
    justify-items: start;
  }
  .process-img {
    width: 42px;
    height: 42px;
    margin-left: 20px;
  }
  .process-heading {
    font-size: 16px;
  }
  .process-arrow {
    margin: 14px auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .learn-grid {
    margin-top: 24px;
    margin-bottom: 0px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .learn-card {
    display: -ms-grid;
    display: grid;
    padding: 24px 16px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: stretch;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 8px auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto 16px 1fr;
    grid-template-rows: auto 1fr;
  }
  .learn-card-heading {
    font-size: 18px;
  }
  .bonus-grid {
    margin-top: 24px;
    margin-bottom: 32px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .bonus-img-bg {
    min-height: 100px;
  }
  .bonus-img {
    width: 32px;
    height: 32px;
  }
  .text-block-2 {
    font-size: 12px;
  }
  .bonus-card-content-container {
    padding: 12px 8px 12px 12px;
  }
  .bonus-content {
    font-size: 16px;
  }
  .value-heading,
  .value-text {
    font-family: "DM Sans", sans-serif;
  }
  .time-flex {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .time-block {
    width: 76px;
    height: 72px;
    margin: 0 4px;
    padding: 8px 12px;
    font-size: 28px;
  }
  .time-unit {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
  }
  .text-block-3 {
    font-size: 16px;
  }
  .brands-flex {
    display: -ms-grid;
    display: grid;
    margin-top: 16px;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .testimonial-grid,
  .testimonial-grid.bm-32 {
    grid-column-gap: 8px;
  }
  .tesimonial-video-block {
    height: 104px;
  }
  .html-embed {
    display: block;
    height: 136px;
  }
  .html-embed.mentor-video {
    height: 200px;
  }
  .hide-1.dot-sec {
    margin-top: 20px;
  }
  .load-more-btn {
    font-size: 16px;
  }
  .search-box {
    margin-top: 24px;
    padding-left: 60px;
    background-position: 20px 50%;
    background-size: 14px;
    font-size: 14px;
  }
  .meet-mentori-flex2 {
    grid-column-gap: 4px;
  }
  .meet-mentori-cred-block {
    padding: 16px 8px;
  }
  .mentor-cred-hidden {
    font-size: 18px;
  }
  .text-block-4.text-small {
    font-size: 9px;
  }
  .div-block-3 {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
  }
  .div-block-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .accordion-wrapper {
    margin-top: 0;
  }
  .accordion-item-trigger {
    padding-right: 16px;
    padding-left: 16px;
    cursor: default;
  }
  .accordion-heading {
    margin-right: 8px;
    font-size: 16px;
  }
  .faq-answer {
    padding-left: 16px;
    font-size: 16px;
  }
  .span-hide-mobile {
    display: none;
  }
  .slide {
    width: 100%;
    padding-right: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  .slide.mentor-slide {
    padding-right: 16px;
  }
  .image-3 {
    width: 14px;
    height: 14px;
  }
  .text-block-10,
  .text-block-9 {
    font-size: 16px;
    line-height: 20px;
  }
  .section-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-3 {
    padding-top: 20px;
  }
  .pack-img {
    width: 40px;
    height: 40px;
  }
  .heading {
    text-transform: uppercase;
    display: block;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#00bf72),
      to(#00d5e2)
    );
    background-image: linear-gradient(180deg, #00bf72, #00d5e2);
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .heading .congrats {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }
  .html-embed-2 {
    display: block;
    padding-bottom: 24px;
  }
  .div-block-9,
  .html-embed-3 {
    display: none;
  }
  .div-block-10 {
    display: block;
    padding-top: 0;
  }
  .div-block-11 {
    height: 16px;
  }
  .div-block-12 {
    height: 0;
  }
  .div-block-13 {
    height: 60px;
  }
  .text-block-11 {
    color: #02131b;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
  }
  .div-block-14 {
    height: 24px;
  }
  .div-block-15 {
    display: block;
    margin-bottom: 48px;
  }
  .text-block-12,
  .text-block-13,
  .text-block-14,
  .text-block-15 {
    font-size: 22px;
  }
  .search {
    margin-top: 0;
  }
  .slide-10 {
    width: 243px;
    margin-right: 0;
    margin-left: 0;
  }
  .mask-3 {
    margin-right: -24px;
    margin-left: 0;
  }
  .slider-3 {
    margin-right: 0;
    margin-bottom: 16px;
    margin-left: -6px;
    padding-left: 0;
  }
  .slide-nav-2 {
    display: none;
  }
  .image-9 {
    height: 136px;
    border-radius: 8px;
  }
  .image-10 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .lightbox-link-2 {
    position: relative;
  }
  .image-11 {
    position: absolute;
    left: 100px;
    top: 50px;
    width: 35px;
    height: 35px;
  }
  .text-block-16 {
    display: block;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
  }
  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 190px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .news-outlet-grid {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .buy-amount {
    margin-top: 20px;
    font-size: 32px;
  }
  .hero-logo {
    width: 50px;
  }
  .hero-logo.hk {
    width: 80px;
  }
  .hero-logo.amazon {
    width: 55px;
  }
  .hero-logo.is {
    width: 80px;
  }
  .hero-logo.adobbe {
    width: 60px;
  }
  .hero-logo.ibm {
    width: 50px;
  }
  .user-group-heaidng {
    font-size: 14px;
    line-height: 1.1;
  }
  .section-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-4.blue-bg.bm-0 {
    padding-bottom: 0;
  }
  .slide-11 {
    width: 80vw;
    padding-right: 16px;
    padding-left: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  .ug-point-2 {
    font-size: 14px;
  }
  .user-group-text {
    display: block;
    margin-top: 10px;
    font-size: 12px;
  }
  .user-group-grid-wrapper {
    margin-top: 24px;
    float: none;
    clear: both;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    white-space: nowrap;
  }
  .user-group-grid-wrapper.bm-60 {
    margin-bottom: 24px;
  }
  .lightbox-link-3 {
    width: 100%;
  }
  .text-block-17 {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .things-learn-wrapper {
    display: -ms-grid;
    display: grid;
    margin-top: 24px;
    padding: 20px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .tesimonial-wrapper-desktop {
    display: none;
  }
  .after-workshop-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    margin: 24px -20px 28px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .site-wrapper-2 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .hero-metric-subtext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
  }
  .image-5 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .app-ss {
    width: 100px;
    max-height: 190px;
    min-height: 0;
    min-width: 100px;
    margin-right: 14px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .build-company.mobile {
    display: block;
    margin-top: 12px;
  }
  .build-company.unacademy.mobile {
    width: 120px;
  }
  .hero-card-2 {
    font-size: 16px;
  }
  .div-block-18 {
    margin-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-testimonial-wrapper {
    margin-bottom: 24px;
  }
  .accordion-item-trigger-2 {
    padding-right: 16px;
    padding-left: 16px;
    cursor: default;
  }
  .form-2 {
    margin-top: 20px;
    grid-row-gap: 8px;
  }
  .hero-subheading-2 {
    margin-bottom: 20px;
    text-align: center;
  }
  .hero-brands-section {
    grid-column-gap: 12px;
    grid-row-gap: 16px;
  }
  .text-testimonial-grid {
    overflow: scroll;
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
    grid-column-gap: 16px;
  }
  .hero-metric-grid {
    display: -ms-grid;
    display: grid;
    height: auto;
    margin-top: 33px;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .div-block-20 {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .hero-section-2 {
    padding-top: 32px;
    padding-bottom: 0;
  }
  .build-heading {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.2;
  }
  .text-block-18 {
    font-size: 15px;
    text-align: left;
  }
  .section-heading-2 {
    font-size: 22px;
    text-align: left;
  }
  .section-heading-2._50-width {
    width: 100%;
  }
  .section-heading-2.white-text {
    line-height: 1.6;
  }
  .paragraph-4 {
    font-size: 13px;
    line-height: 1.2;
  }
  .div-block-21 {
    padding: 16px 13px 12px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .text-block-19 {
    margin-top: 3px;
    font-size: 13px;
  }
  .brands-grid {
    display: -ms-grid;
    display: grid;
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .checkbox-field-2 {
    padding: 12px 16px;
  }
  .real-world-problem-grid-mobile {
    display: -ms-grid;
    display: grid;
    margin: 24px -20px 10px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    white-space: nowrap;
  }
  .bullet-heading {
    margin-bottom: 4px;
    font-size: 18px;
  }
  .text-block-20 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    text-align: left;
  }
  .tesimonial-wrapper-mobile {
    display: block;
  }
  .unsure-heading {
    margin-top: 12px;
    font-size: 22px;
    line-height: 1.1;
  }
  .unsure-card {
    min-width: 70vw;
    margin-bottom: 20px;
    padding: 16px 18px;
  }
  .ug-slide-2 {
    width: 80%;
  }
  .payment-container {
    margin-bottom: 12px;
    padding: 25px;
  }
  .cta-text-small-2 {
    font-size: 12px;
  }
  .brand-block {
    height: 50px;
    padding: 15px 10px;
  }
  .checkox-context-2 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .day-span {
    margin-right: 4px;
    font-size: 13px;
  }
  .mentor-card {
    padding: 12px 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cta-big-2 {
    font-size: 18px;
  }
  .cta-big-2.desktop {
    display: none;
  }
  .cta-big-2.phone {
    display: inline-block;
  }
  .hero-heading-2 {
    margin-top: 0;
    margin-bottom: 16px;
  }
  .hero-main-grid-2 {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .things-learn-text {
    font-size: 16px;
  }
  .things-learn-text.buy-now {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.4;
  }
  .user-group-card-new {
    display: inline-block;
    padding: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    white-space: normal;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
  .mentor-name {
    font-size: 22px;
  }
  .built-without {
    left: 9px;
    bottom: 8px;
  }
  .bonus-heading {
    font-size: 16px;
  }
  .image-14 {
    min-width: 24px;
  }
  .slider-arrow-2.left,
  .slider-arrow-2.right {
    display: none;
  }
  .build-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80vw;
    margin-right: 16px;
    margin-bottom: 0;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .app-ss-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .faq-answer-2 {
    padding-left: 16px;
    font-size: 15px;
    line-height: 140%;
  }
  .text-block-21 {
    width: 100%;
    font-size: 14px;
  }
  .payment-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .unsure-icon {
    width: 32px;
  }
  .mentors-grid {
    margin-bottom: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .real-world-problem-grid-desktop {
    display: -ms-grid;
    display: grid;
    margin: 24px -20px 10px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    white-space: nowrap;
  }
  .video-slider-1 {
    overflow: scroll;
    margin-right: -16px;
    margin-bottom: 24px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .accordion-heading-2 {
    margin-right: 8px;
    font-size: 16px;
  }
  .hero-metric-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
  }
  .bullets {
    margin-bottom: 24px;
  }
  .register-text-2.mobile {
    display: block;
  }
  .register-text-2.desktop {
    display: none;
  }
  .collection-item-2 {
    min-width: 75vw;
  }
}

.popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
  overflow-y: scroll;
}

.popup-inner {
  width: 700px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 20px outset #01c7b0;
  box-shadow: 1px 1px 3px 0 rgb(2 2 2 / 97%) inset;
}

.popup-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  background: #01c7b0;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  z-index: 999;
}

.popup-inner h3 {
  position: relative;
  padding-bottom: 10px;
  margin: 0 0 15px;
  font-size: 26px;
  color: #000;
  border-bottom: solid rgba(0, 0, 0, 0.1) 1px;
}

.popup-inner h3:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50px;
  height: 3px;
  content: "";
  background: #01c7b0;
}

.popup-inner p {
  margin: 0 0 15px;
}

.popup-inner input {
  width: 100%;
  border: solid rgba(0, 0, 0, 0.1) 1px;
  background: #fff;
  border-radius: 4px;
  padding: 13px 15px;
  margin-bottom: 10px;
}

.popup-inner button {
  background: #ffbf00;
  padding: 13px 25px;
  color: #262626;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.form-body {
  width: 700px;
  margin: 0 auto;
  background: #fff;
  padding: 15px;
}

.form-body h3 {
  position: relative;
  padding-bottom: 10px;
  margin: 0 0 15px;
  font-size: 26px;
  color: #000;
  border-bottom: solid rgba(0, 0, 0, 0.1) 1px;
}

.form-body h3:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50px;
  height: 3px;
  content: "";
  background: #01c7b0;
}

.form-body p {
  margin: 0 0 15px;
}

.form-body input {
  width: 100%;
  border: solid rgba(0, 0, 0, 0.1) 1px;
  background: #fff;
  border-radius: 4px;
  padding: 13px 15px;
  margin-bottom: 10px;
}

.form-body button {
  background: #ffbf00;
  padding: 13px 25px;
  color: #262626;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .popup-inner,
  .form-body {
    width: 100%;
  }
}

body {
  overflow-x: hidden;
}

video {
  object-fit: cover;
}

.cta-big.w-inline-block {
  /*content: "";*/
  /*background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);*/
  /*-webkit-animation: animatedgradient 3s ease infinite alternate;*/
  /*animation: animatedgradient 3s ease infinite alternate; background-size: 300% 300% ;*/
  /*position: relative;*/
  /*min-height: 180px;*/
  /*padding-left: 200px;*/
  margin: 20px 0;
}

.whatsapp-btn.cta-big {
  content: "";
  background: linear-gradient(
    60deg,
    #f79533,
    #f37055,
    #ef4e7b,
    #a166ab,
    #5073b8,
    #1098ad,
    #07b39b,
    #6fba82
  );
  -webkit-animation: animatedgradient 3s ease infinite alternate;
  animation: animatedgradient 3s ease infinite alternate;
  background-size: 300% 300%;
}

@-webkit-keyframes animatedgradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}

@keyframes animatedgradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}

.dot-sec .w-slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0.2;
  background-color: #000;
}

.dot-sec .w-slider-dot.w-active {
  width: 28px !important;
  border-radius: 10px;
  background-color: #31d870;
  height: 8px;
  opacity: 1;
}

.cta-big.enroll-now img {
  width: 100%;
}

.cta-big.enroll-now img.desktop {
  display: block;
}

.cta-big.enroll-now img.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .cta-big.enroll-now img.desktop {
    display: none;
  }
  .cta-big.enroll-now img.mobile {
    display: block;
  }
}

.error {
  color: red;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
}

.logo {
  padding-bottom: 15px;
  max-width: 300px;
}

.w-embed {
  margin-top: 15px;
}

.block-3-row {
  width: 100%;
  display: flex;
}

.block-3 {
  width: 33.33%;
  display: inline-flex;
  padding: 15px;
}

.block-3 .whatsapp-btn.cta-big {
  font-size: 20px;
}

.block-2-row {
  width: 100%;
  display: flex;
}

.block-2 {
  width: 50%;
  display: inline-flex;
  padding: 15px;
}

.block-2 .whatsapp-btn.cta-big {
  font-size: 20px;
}

.knowmore {
  position: fixed;
  padding-left: 0px;
  padding-right: 0px;
  position: fixed !important;
  z-index: 16000160 !important;
  bottom: 15px !important;
  text-align: center !important;
  height: 50px;
  min-width: 50px;
  border-radius: 25px;
  visibility: visible;
  transition: none !important;
  background-color: #4dc247;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
  right: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wa-messenger-svg-whatsapp {
  fill: white;
  width: 41px;
  height: 50px;
}

div.radio-group-date {
  clear: both;
  margin: 0;
  display: inline-block;
  width: auto;
  margin-right: 15px;
}

div.radio-group-date label {
  width: 125px;
  border-radius: 3px;
  border: 1px solid #d1d3d4;
  height: 90px;
}

/* hide input */

div.radio-group-date input.radio:empty {
  margin-left: -9999px;
}

/* style label */

div.radio-group-date input.radio:empty ~ label {
  position: relative;
  float: left;
  line-height: 1em;
  margin-top: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 15px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}

div.radio-group-date input.radio:empty ~ label span {
  font-size: 18px;
  font-weight: 700;
}

div.radio-group-date input.radio:empty ~ label:before {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 2.5em;
  background: #d1d3d4;
  border-radius: 3px 0 0 3px;
}
.schedule-dates {
  text-align: center;
  margin-bottom: 50px;
}
.schedule-button {
  width: 200px;
  margin-top: 50px;
}

/* toggle hover */

div.radio-group-date input.radio:hover:not(:checked) ~ label:before {
  content: "\2714";
  text-indent: 0.9em;
  color: #c2c2c2;
}

div.radio-group-date input.radio:hover:not(:checked) ~ label {
  color: #888;
}

/* toggle on */

div.radio-group-date input.radio:checked ~ label:before {
  content: "\2714";
  text-indent: 0.9em;
  color: #9ce2ae;
  background-color: #4dcb6d;
}

div.radio-group-date input.radio:checked ~ label {
  color: #777;
  outline: none;
  border: 3px solid;
}

/* radio focus */

div.radio-group-date input.radio:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.button-group {
  display: block;
  text-align: center;
}

.button-group__btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 10px;
  width: 30%;
}

@media screen and (max-width: 540px) {
  .button-group__btn {
    width: 45%;
  }
}
@media screen and (max-width: 340px) {
  .button-group__btn {
    width: 90%;
  }
}

.button-group__btn input[type="radio"],
.button-group__btn input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.button-group__label {
  background-color: #fff;
  border: 1px solid #444;
  color: #000;
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  text-align: center;
}

input:checked + .button-group__label {
  background-color: #00d4df;
  border: none;
  color: #fff;
}

.button-group__btn:first-child input:checked + .button-group__label {
  border-left-color: #666;
}

.button-group__btn:last-child input:checked + .button-group__label {
  border-right-color: #666;
}

.button-group--full-width {
  table-layout: fixed;
  width: 100%;
}

.button-group + .button-group {
  margin-top: 10px;
}

.gcc-phone {
  width: 100%;
  display: inline-block;
}

.gcc-phone select {
  width: 30%;
  float: left;
  border: solid rgba(0, 0, 0, 0.1) 1px;
  background: #fff;
  border-radius: 4px 0 0 4px;
  padding: 13px 15px;
  margin-bottom: 10px;
}

.gcc-phone input {
  width: 70%;
  float: left;
  border-radius: 0 4px 4px 0;
}
.mtop20 {
  margin-top: 20px;
}

.popup-inner.otp {
  width: 350px;
}
.popup-inner.otp h3 {
  font-size: 15px;
}
.otp-outer {
  display: flex;
}
.otp-outer input {
  width: 50px;
  border-radius: 0;
  margin: 0 5px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.schedule-card {
  border: 0.8px rgb(217, 229, 243) solid;
  border-radius: 4px;
  margin-top: 32px;
}

.schedule-card-body {
  padding: 20px;
}

.schedule-card-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

.schedule-card-column {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.schedule-card-details-block {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.schedule-card-details-block i {
  color: rgb(217, 229, 243);
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  margin-right: 16px;
  overflow-wrap: break-word;
}

.schedule-card-details-block .title {
  color: rgb(93, 107, 150);
  font-size: 22px;
  font-weight: 500;
  line-height: 30.8px;
  margin-bottom: 4px;
}

.schedule-card-details-block .subtitle {
  color: rgb(97, 97, 97);
  font-size: 12px;
  font-weight: 300;
  line-height: 16.8px;
}

.buttons-row {
  display: flex;
  flex-wrap: wrap;
  line-height: 19.6px;
  margin-left: -5px;
  margin-right: -5px;
}

.button-left,
.button-right {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 0px;
  max-width: 50%;
  overflow-wrap: break-word;
  padding-left: 5px;
  padding-right: 5px;
}
.button-right {
  padding-left: 5px;
}

.button-left a,
.button-right a {
  align-items: center;
  color: rgb(255, 255, 255);
  border: 0.8px rgba(0, 0, 0, 0) solid;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  justify-content: center;
  line-height: 16.9px;
  min-height: 40px;
  padding: 8px 14.4px;
  transition-delay: 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.3s, 0.3s, 0.3s, 0.3s, 0.3s;
  transition-property: color, background-color, border-color, box-shadow,
    opacity;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out,
    ease-in-out;
}

.button-left a {
  background-color: rgb(85, 65, 154);
}
.button-right a {
  background-color: rgb(49, 97, 207);
}
.button-left img,
.button-right img {
  height: 25px;
  margin-right: 16px;
  text-align: center;
  vertical-align: middle;
}
.button-left span,
.button-right span {
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 400;
  line-height: 16.9px;
  overflow-wrap: break-word;
}
