:root {
  --dark: #2c3340;
  --color-1: #2583fd;
  --dark-blue: #253f6f;
  --haze: #f5f6f8;
  --grey-5: #e1e6ee;
  --grade-1-color-2: #39abff;
  --grade-3-color-2: #d044f2;
  --grade-3-color-1: #481ceb;
  --white: white;
  --grade-2-color-2: #ff933c;
  --grade-2-color-1: #f8238f;
  --grey-4: #d3d8e1;
  --grade-4-color-1: #0b6fda;
  --grey-3: #a9b0be;
  --grade-1-color-1: #4c39f3;
  --grey-2: #7a8292;
  --grey-1: #596273;
  --color-3: #ff9320;
  --color-2: #fc3762;
  --color-1-ghost: #2583fd1f;
  --color-2-ghost: #fc37621f;
  --color-3-ghost: #ff93201f;
  --color-4-ghost: #46ce1f1f;
  --color-5-ghost: #8e2af01f;
  --color-6-ghost: #00d5bb1f;
  --color-5: #8e2af0;
  --color-4: #46ce1f;
  --color-6: #00d5bb;
  --grade-4-color-2: #07e3a1;
}

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

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

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

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

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

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--dark);
  font-family: Lato \- Normal;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}

p {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 28px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

blockquote {
  border-left: 3px solid var(--color-1);
  margin-bottom: 24px;
  padding: 16px 32px;
  font-size: 20px;
  line-height: 28px;
}

figure {
  margin-bottom: 24px;
}

.body {
  color: var(--dark);
  font-family: Lato \- Normal;
}

.section {
  z-index: 5;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  font-family: Nunito Sans, sans-serif;
  display: flex;
  position: relative;
}

.section.dark {
  background-color: var(--dark-blue);
  color: #fff;
}

.section.haze {
  z-index: 5;
  background-color: var(--haze);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.haze.top-section.pricing-plan {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.section.haze.top-section.pricing-plan.studio-panel {
  display: none;
}

.section.haze.top-section.pricing-plan.remote-page {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.section.border-top {
  border-top: 1px solid var(--grey-5);
  background-color: #f5f7ff;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Lato \- Normal;
  display: block;
}

.section.border-top.remote {
  padding-top: 0;
  padding-bottom: 40px;
}

.section.border-bottom {
  border-bottom: 1px solid var(--grey-5);
}

.section.border-bottom.no-padding-vertical {
  z-index: auto;
}

.section.grade-1 {
  z-index: auto;
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--grade-1-color-2), var(--dark-blue));
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  position: static;
}

.section.grade-2 {
  z-index: 3;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--grade-1-color-2), var(--dark-blue));
  color: #fff;
}

.section.grade-3 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--grade-3-color-2), var(--grade-3-color-1));
  color: #fff;
}

.section.no-padding-vertical.border-top {
  display: block;
}

.section.no-padding-vertical.border-top.section-footer {
  z-index: 0;
}

.section.no-padding-top {
  z-index: 5;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.no-padding-top.v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: block;
}

.section.no-padding {
  text-align: center;
  background-color: #fff;
  display: block;
}

.section.video-section {
  color: #fff;
  background-image: linear-gradient(#253f6f80, #253f6f80), url('../images/TouchbarAndKeyboard-Min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
}

.section.video-section.remote {
  z-index: 3;
  background-image: linear-gradient(#253f6f80, #253f6f80), url('../images/63a06412aa7229d650127ab5_6389867a038430ac00074e69_Mitzi-home_aa7ce1d4d31df1600531f976e93bbf83.webp');
  padding-top: 200px;
  padding-bottom: 200px;
  font-family: Lato \- Normal;
}

.section.video-section.remote.pro {
  background-image: linear-gradient(#253f6f80, #253f6f80), url('../images/B17A7412-Edit4.jpg');
  background-position: 0 0, 50%;
}

.section.borders {
  border-top: 1px solid var(--grey-5);
  border-bottom: 1px solid var(--grey-5);
}

.section.hero-intro-section {
  flex-direction: row;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 152px;
  padding-bottom: 104px;
}

.section.hero-v3-section {
  z-index: 5;
  color: #fff;
  background-color: #253f6f2b;
  background-image: url('../images/B17A7412-Edit4.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  height: 100%;
  margin-bottom: 0;
  padding-top: 64px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.hero-v3-section.v2 {
  text-align: center;
  object-fit: fill;
  background-color: #ffffff2b;
  background-image: none;
  width: 100%;
  height: auto;
  min-height: 0;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.section.hero-v3-section.v2.video {
  height: auto;
  margin-top: 100px;
  position: static;
}

.section.hero-v3-section.v2.video.landing {
  margin-top: 80px;
  padding-top: 0;
}

.section.hero-v3-section.extend {
  background-color: #fff;
  background-image: none;
  padding-top: 20px;
}

.section.hero-v3-section.extend.holiday-sale {
  background-image: url('../images/DuetProWindows-small-reduced-home.jpg');
}

.section.hero-v3-section.extend.vision-pro-header {
  opacity: 1;
  filter: blur();
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1424412b;
  background-image: url('../images/Mask-group-8.png');
  background-size: cover;
  border-radius: 0;
}

.section.hero-v2-section {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--grade-2-color-2), var(--grade-2-color-1));
  color: #fff;
  padding-top: 192px;
}

.section.top-section {
  padding-top: 192px;
  overflow: hidden;
}

.section.top-section.grade-1 {
  background-color: #5c98de;
  background-image: none;
  padding-top: 140px;
}

.section.top-section.grade-1.help-center {
  background-color: #5c98de;
  background-image: none;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.top-section.grade-2 {
  z-index: 5;
  background-color: #5c98de;
  background-image: none;
  padding-top: 80px;
  padding-bottom: 2px;
}

.section.top-section.grade-3 {
  background-color: #5c98de;
  background-image: none;
  padding-top: 140px;
}

.section.top-section.grade-3.help-article {
  padding-top: 80px;
}

.section.hero-v4-section {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--grade-3-color-2), var(--grade-3-color-1));
  color: #fff;
  padding-top: 160px;
  padding-bottom: 88px;
}

.wrapper {
  z-index: 7;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: static;
}

.wrapper.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 72px;
  display: flex;
}

.wrapper.side-paddings {
  flex-flow: row;
  align-self: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.wrapper.side-paddings.remote-access-leads {
  display: flex;
}

.wrapper.details-element {
  margin-left: auto;
  margin-right: auto;
}

.wrapper.details-element.remote-panel {
  display: block;
}

.wrapper.pricing-wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.pricing-wrapper.remote {
  display: block;
}

.button {
  z-index: 100;
  background-color: var(--white);
  color: #5c98de;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 1px solid #5c98de;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  margin-left: 0;
  margin-right: auto;
  padding: 12px 24px;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 20px;
}

.button:hover {
  background-color: #fff;
  box-shadow: 0 4px 16px #2583fd80;
}

.button.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button.small.white {
  border-style: none;
  border-width: 1px;
}

.button.small.white.help-center {
  color: #5c98de;
  border-width: 1px;
}

.button.small.ghost.w--current {
  background-color: var(--grade-1-color-2);
  box-shadow: none;
  color: #fff;
  background-image: url('../images/apple-logo-white.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
  margin-left: 20px;
  padding-left: 45px;
}

.button.small.ghost.macos {
  border: 0px solid var(--color-1);
  box-shadow: inset 0 0 0 0 var(--grey-4);
  color: #fff;
  text-transform: none;
  background-color: #5c98de;
  background-image: url('../images/apple-logo-white.png');
  background-position: 5% 45%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  max-width: 18%;
  height: 46px;
  margin-left: 20px;
  padding-left: 50px;
  padding-right: 25px;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  line-height: 100%;
  transition: background-color .2s, box-shadow .2s;
  display: none;
}

.button.small.ghost.macos:hover {
  border: 0px solid var(--grade-1-color-2);
  background-color: var(--grade-1-color-2);
}

.button.small.ghost.ios {
  box-shadow: inset 0 0 0 0 var(--grey-4);
  color: #fff;
  background-color: #5c98de;
  background-image: url('../images/apple-logo-white.png');
  background-position: 5% 45%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  border: 0 solid #2583fd;
  max-width: 18%;
  height: 46px;
  margin-left: 20px;
  padding-left: 50px;
  padding-right: 25px;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  line-height: 100%;
  display: none;
}

.button.small.ghost.ios.w--current {
  background-color: var(--grade-1-color-2);
  color: #fff;
  background-image: url('../images/apple-logo-white.png');
  margin-left: 20px;
  padding-left: 45px;
}

.button.small.ghost.windows {
  box-shadow: inset 0 0 0 0 var(--grey-4);
  color: #fff;
  background-color: #5c98de;
  background-image: url('../images/windows_logo_white.png');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto 85%;
  border: 0 solid #0d7dcf;
  max-width: 18%;
  height: 46px;
  margin-left: 20px;
  padding-left: 50px;
  padding-right: 25px;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  line-height: 100%;
  transition: background-color .2s, box-shadow .2s;
  display: none;
}

.button.small.ghost.windows:hover {
  border: 0px solid var(--grade-1-color-2);
  background-color: var(--grade-1-color-2);
  box-shadow: inset 0 0 0 0 var(--grey-4);
  color: #fff;
}

.button.small.ghost.android {
  box-shadow: none;
  color: #fff;
  background-color: #5c98de;
  background-image: url('../images/android-icon.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
  max-width: 18%;
  height: 46px;
  margin-left: 20px;
  padding-left: 50px;
  padding-right: 25px;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  line-height: 100%;
  display: none;
}

.button.small.appstore {
  box-shadow: inset 0 0 0 2px var(--color-1);
  background-color: #0000;
  background-image: url('../images/badge-google-play-color-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  margin-top: 10px;
  padding-top: 10px;
}

.button.small.appstore.google {
  box-shadow: 0 0 0 2px var(--dark);
  opacity: .4;
  background-image: url('../images/badge-google-play-dark.svg');
  background-position: 50%;
  background-size: 95% 95%;
  border-radius: 3px;
  transition: opacity .2s, background-color .2s, box-shadow .2s;
}

.button.small.appstore.google:hover {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/badge-google-play-dark.svg');
  position: static;
}

.button.small.appstore.apple {
  opacity: .4;
  background-image: url('../images/badge-appstore-dark.svg');
  background-position: 50%;
  background-size: 95% 95%;
  background-attachment: scroll;
  border: 0 solid #000;
  border-radius: 3px;
  transition: opacity .2s, background-color .2s, box-shadow .2s;
  box-shadow: 0 0 0 2px #000;
}

.button.small.appstore.apple:hover {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/badge-appstore-dark.svg');
  transform: translate(0);
}

.button.small.appstore.apple.dark {
  background-color: var(--dark);
  background-image: url('../images/badge-appstore-white.svg');
}

.button.small.appstore.apple.dark:hover {
  background-color: var(--grade-4-color-1);
  box-shadow: 0 0 0 2px var(--grade-4-color-1);
}

.button.small.appstore.apple.dark.blue {
  background-color: var(--grade-4-color-1);
  box-shadow: 0 0 0 2px var(--grade-4-color-1);
  cursor: pointer;
  width: 100%;
  max-width: 200px;
}

.button.small.appstore.apple.dark.blue.google {
  background-image: url('../images/badge-google-play-white.svg');
}

.button.small.appstore.downloadmac {
  background-color: var(--grade-4-color-1);
  box-shadow: inset 0 0 0 2px var(--grade-4-color-1);
  opacity: .4;
  color: #fff;
  background-image: url('../images/download-icon-white.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-attachment: scroll;
  width: 100%;
  max-width: 200px;
  padding-left: 48px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  transition: opacity .2s, box-shadow .2s;
}

.button.small.appstore.downloadmac:hover {
  opacity: 1;
}

.button.small.appstore.downloadmac.pc {
  max-width: 200px;
  margin-top: 10px;
  font-family: Nunito Sans, sans-serif;
}

.button.white {
  box-shadow: none;
  color: var(--dark);
  background-color: #fff;
  background-image: none;
  transition: box-shadow .2s;
}

.button.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.button.white.margin-left {
  font-family: Nunito Sans, sans-serif;
}

.button.white.margin-left.signup-button {
  color: #5c98de;
  line-height: 24px;
  bottom: 0;
}

.button.white.margin-left.blog {
  color: #5c98de;
  border-style: solid;
  border-width: 1px;
  line-height: 26px;
}

.button.white.help {
  margin-left: auto;
}

.button.ghost {
  box-shadow: inset 0 0 0 1px var(--grey-4);
  color: var(--dark);
  background-color: #0000;
  background-image: none;
}

.button.ghost:hover {
  box-shadow: inset 0 0 0 1px var(--grey-3);
}

.button.ghost.blog {
  box-shadow: none;
  color: #5c98de;
  border-width: 2px;
}

.button.ghost.blog:hover {
  box-shadow: 1px 1px 7px #5c98de;
}

.button.side-margins {
  margin-left: 6px;
  margin-right: 6px;
}

.button.margin-left {
  margin-left: 12px;
}

.button.pricing-plan {
  clear: none;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: static;
}

.button.border-btn {
  color: #fff;
  background-color: #5c98de;
  border: 1px #378efa;
  width: 400px;
  margin-right: 20px;
  font-size: 1.2em;
}

.button.border-btn.help-center {
  color: #5c98de;
  background-color: #fff;
  border-color: #fff;
}

.button.border-btn.nav-getting-started {
  width: 100%;
  min-width: 160px;
  max-width: 200px;
  margin-left: auto;
  margin-right: 0;
  font-size: 20px;
  font-weight: 400;
  display: inline-flex;
}

.button.border-btn.comparison {
  width: 500px;
}

.button.home {
  margin-left: auto;
}

.button.pro {
  border-width: 1px;
}

.button.pro.holiday-sale {
  width: 350px;
  height: 60px;
  font-size: 22px;
  font-weight: 700;
}

.button.contact-us {
  margin-top: 60px;
  line-height: 24px;
}

.button.blog {
  line-height: 24px;
}

.button.subscribe {
  line-height: 28px;
}

.nav-bar {
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  padding: 2px 40px;
  transition: background-color .2s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 0 10px #59627333;
}

.nav-bar.v2 {
  z-index: 200;
  -webkit-backdrop-filter: brightness(120%) contrast(150%) saturate(200%) blur(20px);
  backdrop-filter: brightness(120%) contrast(150%) saturate(200%) blur(20px);
  background-color: #ffffffd9;
  height: auto;
  position: fixed;
}

.nav-bar.v2.help-center {
  box-shadow: none;
  background-color: #5c98de;
  position: relative;
}

.nav-link {
  border-radius: 5px;
  padding: 8px 16px;
}

.nav-link:hover {
  background-color: var(--haze);
}

.text-white {
  color: #fff;
}

.text-link {
  color: #5895dd;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

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

.text-link.plan {
  font-size: 15px;
  line-height: 24px;
  display: block;
}

.text-link.plan.cancel {
  color: #e95f61;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 40px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap.grade-3 {
  z-index: 4;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--grade-1-color-2), var(--grade-4-color-1));
  color: #fff;
}

.utility-page-wrap.grade-1 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--grade-1-color-2), var(--grade-1-color-1));
}

.utility-page-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 320px;
  margin-top: 32px;
  display: flex;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.tooltip {
  z-index: 5;
  border: 1px solid var(--grey-5);
  color: var(--grey-2);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 12px 16px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 50%;
  box-shadow: 0 2px 6px #5962731a;
}

.tooltip.hidden {
  display: none;
}

.tooltip.hidden:hover {
  display: block;
}

.tooltip-arrow {
  border-right: 1px solid var(--grey-5);
  border-bottom: 1px solid var(--grey-5);
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.haze {
  background-color: var(--haze);
}

.text-grey {
  color: var(--grey-2);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
}

.text-grey.no-margin {
  color: #ccc;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.text-grey.no-margin.overimage {
  color: var(--white);
}

.text-grey.no-margin.review-source {
  margin-left: 10px;
}

.no-margin {
  margin: 0;
  font-family: Nunito Sans, sans-serif;
}

.no-margin.blog-title {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.no-margin-bottom {
  width: 70%;
  margin-bottom: 0;
  font-size: 20px;
}

.no-margin-bottom.contact-page-text {
  width: 100%;
  font-family: Nunito Sans, sans-serif;
}

.section-intro {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 40px auto 100px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.section-intro.no-margin {
  margin: 0;
}

.section-intro.no-margin-bottom {
  z-index: 5;
  margin-top: 45px;
  margin-bottom: 15px;
  position: relative;
}

.section-intro.text-white {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-intro.text-white.two-card {
  padding-left: 100px;
  padding-right: 100px;
}

.section-intro.text-white.two-card.studio {
  padding-left: 20px;
  padding-right: 20px;
}

.section-intro.wide {
  max-width: 800px;
}

.section-intro.wide.no-margin-bottom.row2 {
  padding-left: 0;
}

.section-intro.left {
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-right: 50%;
}

.section-intro.left.no-margin {
  padding-right: 30%;
}

.dark {
  background-color: var(--dark);
}

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

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

.title {
  color: var(--grey-3);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Nunito Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  display: block;
}

.title.dark-bg {
  color: #fff9;
  display: none;
}

.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-v3 {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 32px;
  display: flex;
}

.footer-v3-menu {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

.link-white:hover {
  text-decoration: underline;
}

.footer-v1-link {
  color: var(--grey-2);
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
}

.footer-v1-link:hover {
  text-decoration: underline;
}

.footer-v1-link.dark-bg {
  color: #ffffffb3;
}

.footer-bottom {
  border-top: 1px solid var(--grey-5);
  color: var(--grey-3);
  justify-content: space-between;
  width: 100%;
  margin-top: 64px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.footer-bottom.dark-bg {
  border-top-color: #fff3;
}

.brand {
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.brand.w--current {
  justify-content: flex-start;
  align-items: center;
}

.brand.footer-v1-brand {
  padding-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
}

.brand.footer-v3-brand {
  flex: none;
  padding-left: 0;
  padding-right: 24px;
}

.brand.footer-v4-brand {
  flex: none;
}

.change-icon {
  background-color: var(--dark);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.nav-menu {
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

.hidden {
  margin-left: 0;
  display: none;
}

.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.full-width {
  width: 100%;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.navigation {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.logo-icon {
  height: 24px;
  margin-left: -2px;
  margin-right: 6px;
}

.text-dark-grey {
  color: var(--grey-1);
  font-family: Nunito Sans, sans-serif;
}

.text-dark-grey.no-margin {
  color: var(--grey-1);
  min-width: 300px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-dark-grey.no-margin.v2.mode-subtitle {
  color: #555;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-dark-grey.no-margin.v2.subtitle {
  max-width: 700px;
  margin-top: 20px;
  padding-left: 20px;
  font-size: 30px;
  line-height: 38px;
  transition: flex-grow .2s;
}

.text-dark-grey.no-margin.v2.subtitle.no-animation {
  margin-left: auto;
  margin-right: auto;
}

.bg-bubbles {
  z-index: 0;
  opacity: .18;
  justify-content: center;
  align-items: center;
  max-width: 92%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0;
}

.bubble-1 {
  z-index: 10;
  filter: blur(10px);
  background-color: #fff;
  border-radius: 50%;
  width: 36vh;
  height: 36vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 0 28vh 50%;
}

.bubble-2 {
  z-index: 9;
  opacity: .83;
  filter: blur(9px);
  background-color: #fff;
  border-radius: 50%;
  width: 20vh;
  height: 20vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 72% 27vh 0;
}

.bubble-3 {
  z-index: 8;
  opacity: .78;
  filter: blur(11px);
  background-color: #fff;
  border-radius: 50%;
  width: 15vh;
  height: 15vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 26% 59vh 0;
}

.bubble-4 {
  z-index: 7;
  opacity: .72;
  filter: blur(10px);
  background-color: #fff;
  border-radius: 50%;
  width: 12vh;
  height: 12vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 7% -56vh 0;
}

.bubble-5 {
  z-index: 6;
  opacity: .52;
  filter: blur(8px);
  background-color: #fff;
  border-radius: 50%;
  width: 8vh;
  height: 8vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 0% -43vh 71%;
}

.bubble-6 {
  z-index: 5;
  filter: blur(10px);
  background-color: #fff;
  border-radius: 50%;
  width: 8vh;
  height: 8vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 38% -14vh 0%;
}

.bubble-7 {
  z-index: 4;
  opacity: .49;
  filter: blur(8px);
  background-color: #fff;
  border-radius: 50%;
  width: 5vh;
  height: 5vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 0% 59vh 84%;
}

.bubble-8 {
  z-index: 3;
  opacity: .45;
  filter: blur(6px);
  background-color: #fff;
  border-radius: 50%;
  width: 4vh;
  height: 4vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 0% -11vh 97%;
}

.bubble-9 {
  z-index: 2;
  opacity: .5;
  filter: blur(5px);
  background-color: #fff;
  border-radius: 50%;
  width: 4vh;
  height: 4vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 66% -40vh 0%;
}

.bubble-10 {
  z-index: 1;
  opacity: .6;
  filter: blur(8px);
  background-color: #fff;
  border-radius: 50%;
  width: 4vh;
  height: 4vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 -19% 69vh 0%;
}

.preloader {
  z-index: 10000;
  background-color: #fff;
  background-image: none;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.loading-icon {
  width: 28px;
  margin-right: 10px;
}

.pricing-v1 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.pricing-v1-card {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  min-width: 0%;
  max-width: 450px;
  margin-bottom: 32px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 40px 20px 48px;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 12px #5962731a;
}

.pricing-v1-card.two-card {
  max-width: 400px;
}

.pricing-v1-card.two-card.studio {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.pricing-v1-billing {
  color: var(--grey-2);
  text-align: left;
  text-transform: uppercase;
  padding-left: 15px;
  font-family: Nunito Sans, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}

.pricing-v1-tag {
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  position: relative;
  top: 5px;
  bottom: 20px;
}

.pricing-v1-currency {
  color: var(--dark);
  margin-right: 6px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.pricing-v1-features {
  clear: both;
  border-top: 1px solid var(--grey-5);
  min-height: 70%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.pricing-v1-feature {
  color: var(--grey-1);
  cursor: default;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
}

.pricing-v1-feature:hover {
  background-color: var(--haze);
  color: var(--dark);
}

.info {
  border: 1px solid var(--grey-5);
  cursor: pointer;
  background-image: url('../images/info-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  transition: border .3s;
  display: flex;
  position: relative;
}

.info:hover {
  border-color: var(--grey-4);
}

.pricing-v1-badge {
  background-color: var(--dark-blue);
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 120px;
  height: 120px;
  padding-bottom: 7px;
  padding-left: 1px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: -60px;
  right: -60px;
  transform: rotate(45deg);
}

.pricing-v1-badge.color-3 {
  background-color: #5c98de;
}

.pricing-v1-badge.color-3.dark {
  background-color: #274363;
}

.pricing-v1-badge-icon {
  width: 18px;
  margin-bottom: 3px;
  margin-right: 1px;
}

.tabs-menu {
  border: 1px solid var(--grey-5);
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  display: block;
}

.tabs-menu.dark-bg {
  background-color: #0000000f;
  border-color: #0000001f;
}

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

.tab-link {
  background-color: #0000;
  border: 1px solid #ccc;
  border-radius: 0 25px 25px 0;
  padding: 10px 40px;
}

.tab-link.w--current {
  color: #fff;
  background-color: #6a97d8;
  border-width: 1px;
}

.tab-link.white {
  color: #fff;
}

.tab-link.white.w--current {
  color: var(--dark);
  background-color: #fff;
  background-image: linear-gradient(#0000, #0000);
  box-shadow: inset 0 0 0 1px #fff;
}

.color-3 {
  background-color: var(--color-3);
}

.blog-v1 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -40px;
  display: flex;
}

.blog-sidebar {
  flex: 0 auto;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.form-error {
  color: var(--color-2);
  text-align: center;
  background-color: #0000;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.form-error.dark-bg {
  color: #fff;
}

.input {
  border: 1px solid var(--grey-4);
  background-color: var(--haze);
  border-radius: 5px;
  min-width: 228px;
  height: 48px;
  margin-bottom: 24px;
  padding: 7px 24px 8px;
  transition: border-color .2s;
}

.input:focus {
  border-color: var(--grey-3);
}

.input::placeholder {
  color: var(--grey-3);
}

.input.icon-input {
  z-index: 1;
  border: 1px solid var(--grey-5);
  text-align: left;
  border-radius: 0 5px 5px 0;
  flex: 1;
  margin: 0;
  position: relative;
}

.input.icon-input-bg {
  z-index: 1;
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #fff9;
  border-radius: 0 5px 5px 0;
  flex: 1;
  margin: 0;
  font-family: Nunito Sans, sans-serif;
  transition: border-color .2s, background-color .2s;
  position: relative;
}

.input.icon-input-bg:focus {
  background-color: #ffffff0d;
  border-color: #fff;
}

.input.icon-input-bg::placeholder {
  color: #ffffffb3;
}

.input.text-area {
  height: auto;
  min-height: 224px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.input.subject {
  display: none;
}

.form-success {
  background-color: #0000;
  padding-top: 16px;
  padding-bottom: 16px;
}

.post-item-big {
  align-items: flex-start;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.sidebar-card-header {
  border-bottom: 1px solid var(--grey-5);
  align-items: center;
  padding: 24px;
  display: flex;
}

.sidebar-subscribe-form {
  flex-direction: column;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.sidebar-card {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  box-shadow: 0 1px 3px #5962731f;
}

.sidebar-card.authors, .sidebar-card.categories, .sidebar-card.tags {
  display: none;
}

.posts-side {
  flex: 1;
}

.post-card-v1 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px #5962731f;
}

.post-card-v1-image {
  background-color: var(--grey-4);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 360px;
  transition: filter .2s;
}

.post-card-v1-image:hover {
  filter: brightness(95%);
}

.post-card-v1-info {
  padding: 32px 40px 12px;
}

.post-card-bottom {
  border-top: 1px solid var(--grey-5);
  justify-content: space-between;
  align-items: center;
  margin-top: -4px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.post-card-bottom-info {
  color: var(--grey-2);
  flex: 1;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.link-dark {
  color: var(--dark);
  text-decoration: none;
}

.link-dark:hover {
  text-decoration: underline;
}

.post-card-v1-avatar {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.post-card-author-link {
  color: var(--grey-1);
  border-radius: 16px;
  align-items: center;
  height: 32px;
  margin-left: 4px;
  padding-left: 4px;
  padding-right: 12px;
  text-decoration: none;
  transition: background-color .1s;
  display: flex;
}

.post-card-author-link:hover {
  background-color: var(--haze);
  color: var(--dark);
}

.sidebar-icon {
  width: 24px;
  margin-right: 12px;
}

.sidebar-card-info {
  padding-top: 24px;
  padding-left: 40px;
  padding-right: 40px;
}

.sidebar-card-info.small-padding {
  padding-left: 24px;
  padding-right: 24px;
}

.sidebar-post-card {
  color: var(--dark);
  border-radius: 7px;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.sidebar-post-card:hover {
  background-color: var(--haze);
}

.sidebar-post-image {
  background-color: var(--grey-4);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 80px;
  height: 60px;
  margin-right: 20px;
}

.sidebar-post-info {
  flex: 1;
}

.sidebar-author-avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.sidebar-author-card {
  color: var(--dark);
  border-radius: 7px;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  transition: background-color .1s;
  display: flex;
}

.sidebar-author-card:hover {
  background-color: var(--haze);
}

.sidebar-categories {
  flex-wrap: wrap;
  padding: 10px;
  display: flex;
}

.sidebar-category {
  width: 50%;
  padding: 6px;
}

.sidebar-category-link {
  border: 1px solid var(--grey-5);
  color: var(--dark);
  text-align: center;
  border-radius: 5px;
  padding: 11px 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: none;
  display: block;
}

.sidebar-category-link:hover {
  background-color: var(--haze);
}

.sidebar-tags {
  flex-wrap: wrap;
  justify-content: center;
  padding: 12px;
  display: flex;
}

.sidebar-tag {
  padding: 4px;
}

.sidebar-tag-link {
  border: 1px solid var(--grey-5);
  color: var(--dark);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 5px 7px 5px 8px;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  transition: none;
  display: block;
}

.sidebar-tag-link:hover {
  background-color: var(--haze);
}

.badge {
  background-color: var(--color-1);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 6px 8px 6px 9px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  text-decoration: none;
  display: inline-block;
}

.badge.post-card-category {
  z-index: 1;
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
}

.badge.post-card-category:hover {
  color: var(--dark);
  background-image: linear-gradient(#fff, #fff);
}

.badge.layout-badge {
  background-color: var(--haze);
  color: var(--dark);
  margin-bottom: 20px;
  font-weight: 900;
}

.sidebar-post-category {
  color: var(--grey-2);
  margin-top: 5px;
  margin-bottom: 1px;
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.link-arrow {
  color: #5c98de;
  text-align: left;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.link-arrow.no-margin {
  margin: 0;
}

.link-arrow.post-author-link {
  margin-top: -8px;
}

.link-arrow-icon {
  margin-top: 1px;
  margin-left: 4px;
}

.sidebar-big-avatar {
  border-radius: 50%;
  width: 104px;
  height: 104px;
  margin-bottom: 24px;
}

.sidebar-author-info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 16px 8%;
  display: flex;
}

.blog-v2 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: -40px;
  display: flex;
}

.blog-v2.margin-bottom {
  margin-bottom: 32px;
}

.post-item-medium {
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.post-card-link {
  color: var(--dark);
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  width: 100%;
  margin-bottom: 40px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px #5962731f;
}

.post-card-link:hover {
  transform: translate(0, -4px);
  box-shadow: 0 15px 30px #59627326;
}

.post-card-v2-info {
  flex-direction: column;
  flex: 1;
  padding: 32px 40px 12px;
  display: flex;
}

.post-card-v2-image {
  background-color: var(--grey-4);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 304px;
  transition: filter .2s;
}

.post-card-v2-description {
  color: var(--grey-2);
  flex: 1;
  font-family: Nunito Sans, sans-serif;
}

.post-card-author {
  color: var(--grey-1);
  align-items: center;
  height: 32px;
  margin-left: 4px;
  padding-left: 4px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
}

.bg-squares {
  z-index: 0;
  opacity: .15;
  justify-content: center;
  align-items: center;
  max-width: 970px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.square-1 {
  z-index: 10;
  filter: blur(4px);
  background-color: #fff;
  width: 23vh;
  height: 23vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 0 28vh 50%;
  transform: rotate(53deg);
}

.square-2 {
  z-index: 9;
  opacity: .77;
  filter: blur(4px);
  background-color: #fff;
  width: 16vh;
  height: 16vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 72% 27vh 0;
  transform: rotate(33deg);
}

.square-3 {
  z-index: 8;
  opacity: .69;
  filter: blur(5px);
  background-color: #fff;
  width: 10vh;
  height: 10vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 26% 59vh 0;
  transform: rotate(20deg);
}

.square-4 {
  z-index: 7;
  opacity: .72;
  filter: blur(5px);
  background-color: #fff;
  width: 10vh;
  height: 10vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 7% -56vh 0;
  transform: rotate(-33deg);
}

.anchor-cards {
  justify-content: center;
  width: 100%;
  display: flex;
}

.anchor-card {
  color: var(--dark);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 32px 24px 56px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px #5962731f;
}

.anchor-card:hover {
  transform: translate(0, -4px);
  box-shadow: 0 15px 30px #59627329;
}

.circle-icon {
  -webkit-text-fill-color: inherit;
  background-color: #5c98de;
  background-clip: border-box;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  display: flex;
}

.circle-icon.color-1-ghost {
  padding: 20px;
}

.circle-icon.color-6-ghost {
  clear: none;
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  padding-left: 2px;
  display: inline-block;
}

.circle-icon.color-6-ghost.twitter {
  background-color: #4f97f51f;
}

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

.anchor-card-bottom {
  border-top: 1px solid var(--grey-5);
  background-image: url('../images/dots-hr-icon-grey.svg');
  background-position: 51% 48%;
  background-repeat: no-repeat;
  width: 100%;
  height: 24px;
  margin-top: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.color-1-ghost {
  background-color: var(--color-1-ghost);
}

.color-2-ghost {
  background-color: var(--color-2-ghost);
}

.color-3-ghost {
  background-color: var(--color-3-ghost);
}

.color-4-ghost {
  background-color: var(--color-4-ghost);
}

.color-5-ghost {
  background-color: var(--color-5-ghost);
}

.color-6-ghost {
  background-color: var(--color-6-ghost);
}

.cta-card {
  background-color: var(--dark-blue);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  max-width: 770px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 80px 16% 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-card.grade-1 {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--grade-1-color-2), var(--grade-1-color-1));
  color: #fff;
  box-shadow: 0 8px 24px #2583fd66;
}

.cta-card-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-card-icon {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: -40px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 3px #59627333;
}

.cta-card-waves {
  opacity: .15;
  border-radius: 50%;
  width: 670px;
  height: 670px;
  position: absolute;
  top: -335px;
}

.circle-wave-1 {
  z-index: 10;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 10%;
  height: 10%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.circle-wave-2 {
  z-index: 9;
  opacity: .9;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 20%;
  height: 20%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.circle-wave-3 {
  z-index: 8;
  opacity: .8;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 30%;
  height: 30%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.circle-wave-4 {
  z-index: 7;
  opacity: .7;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40%;
  height: 40%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.circle-wave-5 {
  z-index: 6;
  opacity: .6;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50%;
  height: 50%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.circle-wave-6 {
  z-index: 5;
  opacity: .5;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 60%;
  height: 60%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.circle-wave-7 {
  z-index: 4;
  opacity: .4;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 70%;
  height: 70%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.circle-wave-8 {
  z-index: 3;
  opacity: .3;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 80%;
  height: 80%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.circle-wave-9 {
  z-index: 2;
  opacity: .2;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 90%;
  height: 90%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.cta-card-info {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.circle-wave {
  z-index: 10;
  opacity: .5;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: relative;
  inset: 0;
  box-shadow: inset 0 0 100px 100px #fff;
}

.subscribe-form {
  align-items: center;
  display: flex;
}

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

.side-buttons.flex-left {
  justify-content: flex-start;
}

.store-button {
  background-color: var(--dark-blue);
  border-radius: 5px;
}

.store-button.white {
  background-color: #fff;
  transition: box-shadow .2s;
}

.store-button.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.store-button.ghost-bg {
  background-color: #0000;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 0 1px #ffffff40;
}

.store-button.ghost-bg:hover {
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.store-button.ghost {
  box-shadow: inset 0 0 0 1px var(--grey-5);
  background-color: #0000;
  transition: box-shadow .2s;
}

.store-button.ghost:hover {
  box-shadow: inset 0 0 0 1px var(--grey-3);
}

.store-badge {
  height: 48px;
  display: none;
}

.store-badge.small {
  height: 40px;
}

.breadcrumbs {
  color: var(--grey-3);
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 20px 15px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.link-grey {
  color: var(--grey-2);
  text-decoration: none;
}

.link-grey:hover {
  text-decoration: underline;
}

.breadcrumbs-arrow {
  margin-left: 8px;
  margin-right: 8px;
}

.link-grey-light {
  color: var(--grey-2);
  font-family: Nunito Sans, sans-serif;
  text-decoration: none;
}

.link-grey-light:hover {
  text-decoration: underline;
}

.text-light-grey {
  color: var(--grey-3);
  font-family: Nunito Sans, sans-serif;
}

.review-v1 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.review-v3 {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: relative;
}

.features-v2 {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -64px;
  display: flex;
}

.feature-v2 {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-bottom: 64px;
  padding-left: 15px;
  padding-right: 25px;
  display: flex;
}

.icon {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  display: flex;
}

.icon.left {
  flex: none;
  margin-bottom: 0;
  margin-right: 24px;
}

.icon.left.color-1-ghost {
  background-color: #46ce1f26;
}

.icon.left.color-3-ghost {
  background-color: #39abff1f;
  border-radius: 50%;
}

.icon.left.color-4-ghost {
  background-color: #ff93202b;
}

.square-10 {
  z-index: 1;
  filter: blur(3px);
  background-color: #fff;
  width: 4vh;
  height: 4vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 -19% 69vh 0%;
  transform: rotate(33deg);
}

.square-7 {
  z-index: 4;
  filter: blur(4px);
  background-color: #fff;
  width: 5vh;
  height: 5vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 0% 59vh 84%;
  transform: rotate(-57deg);
}

.square-5 {
  z-index: 6;
  filter: blur(5px);
  background-color: #fff;
  width: 8vh;
  height: 8vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 0% -43vh 71%;
  transform: rotate(27deg);
}

.square-6 {
  z-index: 5;
  filter: blur(4px);
  background-color: #fff;
  width: 10vh;
  height: 10vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 31% -14vh 0%;
  transform: rotate(80deg);
}

.square-8 {
  z-index: 3;
  filter: blur(3px);
  background-color: #fff;
  width: 4vh;
  height: 4vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 0% -11vh 97%;
  transform: rotate(80deg);
}

.square-9 {
  z-index: 2;
  filter: blur(3px);
  background-color: #fff;
  width: 4vh;
  height: 4vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 66% -40vh 0%;
  transform: rotate(33deg);
}

.pricing-v2 {
  flex-wrap: wrap;
  justify-content: center;
  width: 83.33%;
  margin-bottom: -32px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.pricing-v2-card {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  height: 430px;
  margin-bottom: 32px;
  margin-left: 30px;
  margin-right: 30px;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #5962731a;
}

.pricing-v2-card-header {
  background-color: var(--grey-5);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center;
  padding: 32px 48px;
  display: flex;
}

.pricing-v2-card-header._1 {
  background-image: linear-gradient(to right, var(--grade-1-color-2), #07e3a1e0);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.pricing-v2-card-header._2 {
  color: #fff;
  background-image: linear-gradient(to right, #f8238fe0, #ff933ce0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.pricing-v2-tag-wrapper {
  text-align: left;
  align-items: center;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.pricing-v2-tag {
  margin-right: 12px;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 44px;
}

.pricing-v2-billing {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-white-faded {
  color: #ffffffb3;
}

.pricing-v2-card-info {
  flex-direction: column;
  max-width: 200px;
  margin-left: 48px;
  margin-right: 48px;
  padding-top: 32px;
  padding-bottom: 40px;
  display: flex;
}

.pricing-v2-features {
  margin-bottom: 16px;
  padding-top: 6px;
  padding-bottom: 16px;
}

.pricing-v-2-feature {
  text-align: left;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .2s;
  display: block;
}

.pricing-v-2-feature.no {
  color: var(--grey-3);
}

.pricing-v-2-feature.android {
  display: block;
}

.pricing-v2-feature-icon {
  width: 24px;
  margin-right: 12px;
}

.pricing-v2-icon {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  bottom: -32px;
  right: 40px;
  box-shadow: 0 4px 10px #5962731f;
}

.pricing-additional-info {
  color: var(--grey-1);
  text-align: center;
  max-width: 370px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 16px;
  display: block;
}

.video-link {
  color: var(--dark);
  align-items: center;
  margin-top: 24px;
  text-decoration: none;
  display: flex;
}

.video-link.dark-bg {
  color: #fff;
}

.video-link.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.video-link-icon-base {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 4px;
  display: flex;
}

.video-link-icon {
  width: 16px;
}

.input-wrapper {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.input-wrapper.no-margin {
  margin: 0;
}

.input-icon-base {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--grey-5);
  background-color: #fff;
  background-image: linear-gradient(to bottom, white, var(--haze));
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 11px;
  display: flex;
}

.input-icon-base.dark-bg {
  background-color: #ffffff3d;
  background-image: none;
  border-color: #fff9;
}

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

.social-icons.subscribe-v1-icons {
  flex-wrap: wrap;
  margin-right: -4px;
}

.social-circle-link {
  border: 1px solid var(--grey-5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: 4px;
  transition: border-color .2s;
  display: flex;
}

.social-circle-link:hover {
  border-color: var(--grey-4);
}

.social-circle-link.dark-bg {
  border-color: #ffffff40;
}

.social-circle-link.dark-bg:hover {
  border-color: #ffffff80;
}

.social-icon {
  width: 16px;
}

.side-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.side-info.hero-intro {
  padding-bottom: 32px;
  padding-left: 15px;
}

.side-info.vision-pro-slide-info {
  text-align: left;
}

.side-feature {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.side-feature.next {
  margin-top: 48px;
}

.side-media {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 240px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.side-media.flex-right {
  justify-content: flex-end;
}

.footer-v1 {
  z-index: 1;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 64px;
  display: flex;
  position: relative;
}

.footer-v1-column {
  flex-flow: column wrap;
  align-items: flex-start;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v1-info {
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.social-icons-small {
  justify-content: center;
  align-items: center;
  margin-left: -3px;
  margin-right: -3px;
  display: flex;
}

.social-icons-small.footer-v4-icons {
  margin-left: -3px;
  margin-right: 0;
}

.social-link-small {
  border: 1px solid var(--grey-5);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin: 3px;
  padding: 6px;
  transition: border-color .2s;
  display: flex;
}

.social-link-small:hover {
  border-color: var(--grey-4);
}

.social-link-small.dark-bg {
  border-color: #ffffff40;
}

.social-link-small.dark-bg:hover {
  border-color: #ffffff80;
}

.social-icon-small {
  width: 12px;
}

.footer-v2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  display: flex;
}

.footer-v2-info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v3-link {
  color: var(--grey-1);
  text-transform: uppercase;
  border-radius: 5px;
  padding: 6px 12px;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
  transition: color .2s;
}

.footer-v3-link:hover {
  background-color: var(--haze);
  color: var(--dark);
}

.footer-v3-link.dark-bg {
  color: #fff;
}

.footer-v3-link.dark-bg:hover {
  background-color: #ffffff0d;
}

.footer-v3-left {
  align-items: center;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v3-right {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v3-bottom {
  border-top: 1px solid var(--grey-5);
  color: var(--grey-3);
  justify-content: space-between;
  width: 100%;
  margin-top: 32px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.footer-v3-bottom.dark-bg {
  border-top-color: #fff3;
}

.footer-v3-bottom-info {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.divider {
  background-color: var(--grey-4);
  width: 1px;
  height: 12px;
  margin-left: 8px;
  margin-right: 8px;
}

.divider.dark-bg {
  background-color: #fff3;
}

.side-block {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.side-block.flex-left {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(to right, #0000, #0000002e 11% 85%, #0000);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: 800px;
  min-height: 240px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.side-block.flex-left.v2 {
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.side-block.flex-left.v2.home {
  background-image: none;
}

.side-block.flex-left.extend {
  background-image: linear-gradient(90deg, #0000, #00000047 15% 92%, #0000);
  width: 90%;
  max-width: 1000px;
  padding-left: 60px;
  padding-right: 60px;
}

.side-block.flex-left.extend.holiday-sale {
  background-image: linear-gradient(to right, #0000, #00000057 11% 85%, #0000);
  width: 100%;
}

.side-block.flex-left.drawing-tablet {
  background-image: linear-gradient(90deg, #0000, #00000047 11% 85%, #0000);
  width: 100%;
}

.feature-blocks {
  border: 0 #000;
  justify-content: center;
  width: 100%;
  margin-bottom: 1px;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
}

.feature-block {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  overflow: hidden;
}

.message {
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.message.grade-2 {
  background-image: linear-gradient(to right, var(--grade-2-color-1), var(--grade-2-color-2));
  color: #fff;
}

.message.grade-1 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #39abff, #39abff 16%, var(--grade-1-color-2) 53%, var(--dark-blue));
  color: #fff;
  position: relative;
}

.message-text {
  margin-left: auto;
  margin-right: auto;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.message-text.contact-callout {
  margin-left: auto;
}

.post-info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.post-info-bottom {
  color: var(--grey-2);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.post-heading {
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
}

.post-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 600px;
  margin-top: 80px;
  margin-bottom: 80px;
  box-shadow: 0 12px 40px #59627340;
}

.post {
  flex-direction: column;
  width: 100%;
  padding-left: 16.66%;
  padding-right: 16.66%;
  display: flex;
}

.post p {
  margin-bottom: 28px;
  font-size: 20px;
  line-height: 28px;
}

.post a {
  color: var(--color-1);
  text-decoration: none;
}

.post a:hover {
  text-decoration: underline;
}

.footer-v2-bottom-menu {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.footer-v2-bottom-menu-link {
  color: var(--grey-1);
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
}

.footer-v2-bottom-menu-link:hover {
  text-decoration: underline;
}

.footer-v2-bottom-menu-link.white {
  color: #fff;
}

.footer-v2-bottom-info {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-v1-bottom {
  border-top: 1px solid var(--grey-5);
  color: var(--grey-3);
  justify-content: space-between;
  width: 100%;
  margin-top: 48px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.footer-v1-bottom.dark-bg {
  border-top-color: #fff3;
}

.footer-app-link {
  color: var(--dark);
  align-items: center;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.footer-app-link:hover {
  text-decoration: underline;
}

.footer-app-link.dark-bg {
  color: #fff;
}

.footer-app-icon {
  border: 1px solid var(--grey-5);
  background-color: #0000;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  padding: 10px;
  transition: border-color .2s;
  display: flex;
}

.footer-app-icon:hover {
  border-color: var(--grey-4);
}

.footer-app-icon.dark-bg {
  border-color: #ffffff40;
}

.footer-app-icon.dark-bg:hover {
  border-color: #ffffff80;
}

.side-review {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 8px;
  display: flex;
}

.side-review-card {
  border: 1px solid var(--grey-5);
  color: var(--dark);
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 32px;
  font-size: 17px;
  line-height: 24px;
  position: relative;
  box-shadow: 0 4px 10px #59627314;
}

.side-review-author {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.side-review-avatar {
  border: 3px solid #fff;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin-right: 16px;
  box-shadow: 0 4px 12px #59627329;
}

.side-review-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.side-review-author-info {
  color: var(--grey-2);
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.side-review-corner {
  border-right: 1px solid var(--grey-5);
  border-bottom: 1px solid var(--grey-5);
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -6px;
  left: 27px;
  transform: rotate(45deg);
}

.review-v4-text {
  color: var(--dark);
  margin-top: 4px;
  margin-bottom: 32px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
}

.review-v4-text.review-highlighted {
  color: #222;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.review-v4-text.review-highlighted.overimage {
  color: var(--white);
}

.testimonials-v5 {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: -20px;
  margin-bottom: -40px;
  padding-bottom: 80px;
}

.testimonials-v5-slide {
  width: 33.33%;
  padding-left: 4%;
  padding-right: 4%;
}

.slider-nav {
  opacity: 1;
  height: 30px;
  font-size: 9px;
  line-height: 16px;
}

.review-v5 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  display: flex;
}

.review-v5-logo {
  height: 40px;
  margin-bottom: 16px;
}

.features-v3 {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -32px;
  display: flex;
}

.features-v3._2-columns {
  width: 80%;
  margin-top: -50px;
}

.feature-v3 {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  padding: 16px 25px 32px 15px;
  display: flex;
}

.feature-v3._50-percent {
  width: 50%;
}

.feature-v3.compact {
  padding-top: 6px;
  padding-bottom: 6px;
}

.feature-info-right {
  flex: 1;
}

.hero-intro-bg {
  background-image: url('../images/hero-1-bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 62%;
  position: absolute;
  top: 0;
  bottom: 80px;
  right: 0;
}

.big-side-block-info {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 300px;
  margin-top: 140px;
  margin-bottom: 140px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.big-side-block-info.v2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.icon-big {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  padding: 16px;
  display: flex;
}

.icon-big.grade-1 {
  background-image: linear-gradient(135deg, var(--grade-1-color-1), var(--grade-1-color-2));
}

.ipad-float {
  width: 110%;
  max-width: none;
  margin-top: 30px;
  margin-left: -9%;
}

.iphone-float {
  z-index: 1;
  width: 45%;
  max-width: none;
  margin-top: -40px;
  margin-right: -10%;
  position: absolute;
  right: 0;
}

.mini-features {
  flex-wrap: wrap;
  width: 83.33%;
  margin-bottom: -32px;
  display: flex;
}

.mini-feature {
  flex-direction: row;
  align-items: center;
  width: 33.33%;
  padding: 8px 25px 32px 15px;
  display: flex;
}

.mini-feature-icon {
  margin-right: 16px;
}

.layouts {
  z-index: 1;
  perspective: 1000px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.layouts-item {
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: 48px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.layout {
  border: 1px solid var(--grey-5);
  background-color: var(--haze);
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 440px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  position: relative;
  overflow: scroll;
  box-shadow: 0 2px 6px #5962731f;
}

.layout:hover {
  transform: translate(0, -4px);
  box-shadow: 0 20px 32px -12px #59627329;
}

.layout.inner {
  height: auto;
  max-height: 384px;
}

.post-author {
  border: 1px solid var(--grey-5);
  border-radius: 10px;
  align-items: flex-start;
  margin-top: 64px;
  margin-right: 0%;
  padding: 40px 20% 32px 40px;
  display: flex;
  position: relative;
}

.post-author-avatar {
  border-radius: 50%;
  flex: none;
  width: 104px;
  height: 104px;
  margin-right: 32px;
}

.post-author-info {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.side-features-v1 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  display: flex;
}

.side-feature-v1 {
  align-items: flex-start;
  width: 100%;
  padding-bottom: 8px;
  display: flex;
}

.side-feature-v1-info {
  flex: 1;
  margin-left: 16px;
  padding-top: 2px;
}

.button-icon {
  float: left;
  width: 20px;
  margin-right: 8px;
}

.button-icon.small {
  width: 16px;
  margin-right: 6px;
}

.subscribe-card {
  color: var(--dark);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 470px;
  padding: 56px 64px 50px;
  display: flex;
}

.label {
  color: var(--grey-2);
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 16px;
}

.label.subject {
  display: none;
}

.label.contact-email-title {
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.subscribe-card-from {
  text-align: left;
  flex-direction: column;
  width: 100%;
  padding-top: 8px;
  display: flex;
}

.checkbox {
  color: var(--grey-2);
  margin-top: 4px;
  margin-bottom: 28px;
  font-size: 12px;
  line-height: 16px;
}

.checkbox-field {
  margin-top: 0;
  font-size: 16px;
}

.pricing-bg {
  background-color: var(--dark-blue);
  height: 47%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.pricing-bg.grade-3 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--grade-3-color-2), var(--grade-3-color-1));
  overflow: hidden;
}

.mini-faq {
  flex-wrap: wrap;
  width: 83.33%;
  margin-bottom: -32px;
  display: flex;
}

.faq-question {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 8px;
  display: flex;
}

.sidebar-border-card {
  border: 1px solid var(--grey-5);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 32px;
  display: flex;
}

.components {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -30px;
  margin-left: 8.33%;
  margin-right: 8.33%;
  padding-top: 4px;
  display: flex;
}

.components-link {
  color: #fff;
  text-align: center;
  background-color: #ffffff0d;
  border: 1px solid #fff6;
  border-radius: 10px;
  flex-grow: 1;
  flex-basis: 40%;
  width: 25%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s, color .2s;
}

.components-link:hover {
  color: var(--color-1);
  background-color: #fff;
  box-shadow: 0 15px 30px #59627329;
}

.search-result-list {
  width: 66.66%;
  padding-left: 15px;
  padding-right: 15px;
}

.search-result-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.password-card {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 370px;
  margin-top: 40px;
  padding: 56px;
  display: flex;
  position: relative;
  box-shadow: 0 15px 30px #2c334029;
}

.dancing-laptop-and-phone {
  margin-top: -40px;
  margin-bottom: -64px;
}

.iphone-right {
  width: 57%;
  margin-top: 5%;
  margin-bottom: 7%;
  margin-right: -51%;
  position: relative;
}

.iphone-left {
  z-index: 1;
  width: 61%;
  margin-left: -11%;
  position: absolute;
}

.scroll-icon-link {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 16px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.scroll-mouse {
  background-image: linear-gradient(#fff, #eceff4);
  border-radius: 13px;
  flex-direction: column;
  align-items: center;
  width: 26px;
  height: 44px;
  display: flex;
  box-shadow: 0 1px 3px #59627366;
}

.scroll-mouse-wheel {
  background-color: var(--grey-3);
  border-radius: 2px;
  width: 4px;
  height: 9px;
  margin-top: 10px;
}

.sidebar {
  width: 35%;
  padding-left: 15px;
  padding-right: 15px;
}

.faq-questions {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.faq-questions.margin-right {
  margin-right: 6%;
}

.text-color-5 {
  color: var(--color-5);
}

.faq-top-link {
  color: var(--grey-3);
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
}

.faq-top-link:hover {
  color: var(--dark);
  text-decoration: underline;
}

.footer-v4 {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 32px;
  display: flex;
}

.footer-v4-menu {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v4-link {
  color: var(--grey-1);
  border-radius: 5px;
  padding: 6px 12px;
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: color .2s;
}

.footer-v4-link:hover {
  background-color: var(--haze);
  color: var(--dark);
}

.footer-v4-link.w--current {
  display: none;
}

.footer-v4-link.dark-bg {
  color: #fff;
}

.footer-v4-link.dark-bg:hover {
  background-color: #ffffff0d;
}

.footer-v4-link.blog {
  display: none;
}

.footer-v4-bottom {
  border-top: 1px solid var(--grey-5);
  color: var(--grey-3);
  justify-content: space-between;
  width: 100%;
  margin-top: 32px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.footer-v4-bottom.dark-bg {
  border-top-color: #fff3;
}

.help-form {
  width: 570px;
  max-width: 570px;
  margin-top: 8px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.help-input {
  background-image: url('../images/search-icon-grey-3.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 24px;
  border-style: none;
  border-radius: 10px;
  width: 100%;
  height: 56px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 19px 24px 20px 52px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0 1px 3px #00000014;
}

.help-input::placeholder {
  color: var(--grey-3);
}

.help-button {
  background-color: #0000;
  background-image: url('../images/arrow-right-icon-color-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 7px;
  width: 48px;
  height: 48px;
  transition: background-color .2s;
  position: absolute;
  top: 4px;
  right: 4px;
}

.help-button:hover {
  background-color: var(--color-1-ghost);
  opacity: 1;
}

.search-result-link {
  color: #5c98de;
  text-transform: none;
  min-width: 300px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.search-result-link:hover {
  text-decoration: underline;
}

.search-result-url {
  color: var(--grey-2);
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 16px;
  display: none;
}

.search-result-card {
  background-color: #0000;
  border-radius: 10px;
  min-width: 300px;
  margin-bottom: 0;
  padding: 32px 32px 0;
  transition: box-shadow .2s;
}

.search-result-card:hover {
  background-color: #0000;
}

.article-list {
  column-count: 2;
  width: 83.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.article-list-item {
  width: 100%;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.article-list-icon {
  float: left;
  width: 24px;
  margin-right: 12px;
}

.article-link {
  border: 1px solid var(--grey-4);
  color: var(--grey-1);
  text-transform: capitalize;
  border-radius: 10px;
  align-items: flex-start;
  padding: 24px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .1s;
  display: flex;
}

.article-link:hover {
  background-color: var(--haze);
}

.article-list-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.capitalized {
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
}

.capitalized.no-margin {
  font-family: Montserrat, sans-serif;
}

.help-article-wrapper {
  width: 100%;
  font-family: Nunito Sans, sans-serif;
  display: flex;
}

.help-mini-form {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: -20px;
  margin-bottom: -20px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.help-mini-input {
  border: 1px solid var(--grey-5);
  background-color: var(--haze);
  background-image: url('../images/search-icon-grey-3.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 5px;
  max-width: 270px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 16px 10px 42px;
  transition: border-color .2s, background-color .2s;
}

.help-mini-input:hover {
  border-color: var(--grey-4);
  background-color: #fff;
}

.help-mini-input:focus {
  background-color: #fff;
}

.help-mini-button {
  display: none;
}

.help-article {
  flex: 1;
  font-size: 40px;
}

.help-article.margin-left {
  color: #222;
  margin-left: 15px;
  margin-right: 6%;
  font-family: Nunito Sans, sans-serif;
}

.related-articles {
  padding-bottom: 48px;
}

.related-article-link {
  color: var(--grey-1);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.related-article-link:hover {
  text-decoration: underline;
}

.related-article-list-item {
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 18px;
}

.related-articles-heading {
  margin-bottom: 24px;
  font-size: 22px;
}

.float-button-wrapper {
  z-index: 10;
  background-color: #fff;
  border-radius: 32px;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 64px;
  min-height: 64px;
  padding: 20px 16px 32px;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
  overflow: hidden;
  box-shadow: 0 4px 16px #2c33401f;
}

.float-button {
  z-index: 10;
  border: 2px solid var(--grey-5);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: border-color .2s;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.float-button:hover {
  border-color: var(--grey-3);
}

.float-button-list {
  width: auto;
  height: auto;
  padding-bottom: 28px;
}

.float-link {
  color: var(--grey-1);
  border-radius: 8px;
  align-items: center;
  height: 40px;
  padding-left: 12px;
  padding-right: 32px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  overflow: hidden;
}

.float-link:hover {
  background-color: var(--haze);
}

.float-link-icon {
  width: 24px;
  margin-right: 10px;
}

.float-button-icon {
  width: 24px;
  height: 24px;
}

.float-button-close-icon {
  opacity: 0;
  width: 32px;
  height: 32px;
  position: absolute;
}

.contact-form-card {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 770px;
  margin-bottom: 24px;
  padding: 88px;
  box-shadow: 0 4px 12px #5962731f;
}

.contact-form {
  flex-direction: column;
  padding-top: 24px;
  display: flex;
}

.waves-bottom {
  z-index: 0;
  background-image: url('../images/waves-bottom.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 8vw;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.loading-info {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.promo-card {
  z-index: 10;
  box-shadow: 0 4px 16px 0 #2c33401f, inset 0 0 0 1px var(--grey-5);
  background-color: #fff;
  border-radius: 48px;
  align-items: center;
  max-width: 500px;
  padding: 9px 32px 9px 9px;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.promo-card-info {
  flex: 1;
  font-size: 13px;
  line-height: 20px;
}

.promo-card-close {
  z-index: 1;
  background-color: #2c334080;
  background-image: url('../images/stop-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: transform .2s, background-color .2s;
  position: absolute;
  top: 0;
  right: -3px;
}

.promo-card-close:hover {
  background-color: var(--grey-2);
  transform: scale(1.2);
}

.promo-image {
  background-image: url('../images/avatar-08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.promo-card-text {
  margin-bottom: 4px;
}

.floating-macbook {
  width: 100%;
  margin-left: -10%;
}

.devices {
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.image {
  z-index: 1;
  width: 46%;
  margin-top: 3%;
  margin-right: -7%;
  position: absolute;
  top: 0;
  right: 0;
}

.intro-cta-heading {
  margin-bottom: 32px;
}

.counters {
  justify-content: center;
  width: 100%;
  display: flex;
}

.counter {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  display: flex;
}

.counter-number {
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 400;
  line-height: 40px;
}

.floating-components-bg {
  opacity: .08;
  width: 100%;
  margin-top: 24px;
  margin-bottom: -5%;
}

.floating-pricing-card {
  z-index: 6;
  width: 58%;
  margin-top: 3%;
  margin-left: 2%;
  position: absolute;
}

.floating-post-card {
  z-index: 2;
  width: 36%;
  margin-top: 1%;
  margin-left: 0%;
  position: absolute;
  top: 0;
  left: 0;
}

.floating-team-member {
  z-index: 1;
  width: 40%;
  margin-bottom: 2%;
  margin-left: 3%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.floating-testimonial {
  z-index: 7;
  width: 41%;
  margin-top: -7%;
  margin-right: 13%;
  position: absolute;
  top: 0;
  right: 0;
}

.floating-cta-card {
  z-index: 2;
  width: 54%;
  margin-top: 13%;
  margin-right: -2%;
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 0;
}

.floating-chat {
  z-index: 8;
  width: 43%;
  margin-bottom: 8%;
  margin-right: -4%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.help-center-promo {
  width: 92%;
}

.menu-icon-line-top, .menu-icon-line-bottom {
  background-color: var(--dark);
  border-radius: 1px;
  height: 2px;
}

.menu-icon {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.menu-icon-line-middle {
  background-color: var(--dark);
  border-radius: 1px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.background-video-3 {
  width: 100%;
  min-width: 200px;
  height: 86%;
  min-height: 200px;
  position: absolute;
  top: 70px;
}

.background-video-3.mobile {
  height: 100%;
  min-height: 400px;
  display: block;
}

.paragraph {
  text-shadow: 1px 1px 3px #000000cf;
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.paragraph.extend-page-subheader {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px #00000080;
  padding-right: 40px;
  font-size: 24px;
}

.paragraph.extend-page-subheader.holiday-sale {
  text-shadow: 1px 1px 3px #000000cf;
}

.columns {
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-2 {
  background-color: #0000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--grade-1-color-2), var(--dark-blue));
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
  display: block;
}

.image-3 {
  height: 60px;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 0;
  display: block;
  position: static;
}

.image-4 {
  width: 70px;
  margin-bottom: 20px;
  margin-right: 0;
}

.heading {
  text-shadow: 1px 1px 2px #000000bd;
  min-width: 600px;
  font-family: Montserrat, sans-serif;
}

.heading.extend-page {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px #00000080;
  min-width: 0;
  font-size: 54px;
  line-height: 60px;
}

.heading.extend-page.usb-monitor {
  text-align: left;
  width: 550px;
}

.heading.extend-page.holiday-sale {
  font-size: 40px;
}

.div-block {
  z-index: 0;
  display: block;
  position: fixed;
}

.image-5 {
  border-radius: 0;
  max-width: 170%;
  margin-left: 0%;
  margin-right: -70%;
  padding-left: 0%;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.heading-4 {
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.text-span {
  color: var(--grade-1-color-2);
}

.devices-text {
  color: var(--dark);
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.devices-text.subtext {
  color: var(--grey-2);
  margin-bottom: 20px;
  padding-top: 6px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image-6 {
  width: 14px;
  margin-left: 8px;
  margin-right: 7px;
}

.image-7 {
  width: 30px;
  padding-top: 4px;
}

.image-8 {
  width: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.success-message {
  background-color: #dddddd21;
}

.newsletter-error {
  background-color: #a50306;
  border-radius: 10px;
}

.image-9 {
  width: 40%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-2 {
  border-top: 1px solid var(--grey-4);
  color: var(--grey-2);
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-2.mobile {
  display: none;
}

.image-10 {
  width: 35%;
  height: auto;
}

.div-block-3 {
  background-color: #fff;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
}

.image-11 {
  padding-left: 14%;
  padding-right: 14%;
}

.column-4 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-span-2 {
  color: var(--grade-1-color-2);
}

.paragraph-4 {
  font-size: 16px;
}

.paragraph-4.contact-us-address {
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.heading-7 {
  color: #222;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 52px;
}

.heading-7.about-us {
  margin-top: 40px;
}

.heading-14 {
  font-family: Nunito Sans, sans-serif;
}

.paragraph-6 {
  text-align: center;
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
}

.text-block-6 {
  font-family: Nunito Sans, sans-serif;
}

.body-2, .body-3, .body-4, .body-5, .body-8, .body-25, .body-26, .body-28, .body-29, .body-30, .body-31, .body-33 {
  font-family: Lato \- Normal;
}

.heading-17 {
  font-family: Lato \- Bold;
}

.heading-18 {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 40px;
}

.why-duet {
  padding-left: 0;
  padding-right: 30%;
  font-size: 20px;
  line-height: 30px;
}

.list {
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.list.jobs-list {
  margin-top: 4px;
}

.jobs-subtitle {
  margin-bottom: 0;
}

.hiring-link {
  color: #0d7dcf;
  display: block;
}

.text-block-10 {
  color: var(--dark);
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.text-block-11 {
  text-align: center;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  position: relative;
}

.heading-31 {
  clear: none;
  text-align: left;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: static;
}

.heading-32 {
  font-family: Nunito Sans, sans-serif;
}

.heading-32.pro-page {
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  line-height: 40px;
}

.heading-35 {
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
}

.heading-35.help-center-hero {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.button-2 {
  text-align: center;
  background-color: #297ecd;
  border-radius: 6px;
  width: 200px;
  margin-left: 20px;
  margin-right: 0%;
  font-family: Nunito Sans, sans-serif;
}

.button-2.subscribe-btn {
  margin-bottom: 30px;
  margin-left: 0;
}

.modal-popup {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff52;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
}

.columns-3 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.column-6 {
  height: 100%;
  padding-right: 0;
}

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

.image-19 {
  object-fit: contain;
  width: 45px;
  height: 100%;
  margin-top: 0;
  margin-left: 30px;
}

.download-apps-header {
  color: #222;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 5px;
  font-family: Nunito Sans, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 48px;
}

.download-apps-header.v2 {
  color: #222;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.download-apps-block-2 {
  text-align: center;
  margin-bottom: 100px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  display: block;
}

.download-apps-block-2.account {
  background-color: #fff;
  margin-top: 0;
  margin-left: 0;
  padding: 20px;
  box-shadow: 1px 1px 5px #999;
}

.paragraph-8 {
  color: #555;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Nunito Sans, sans-serif;
  font-size: 19px;
  line-height: 32px;
}

.platform-header {
  color: #222;
  text-align: center;
  width: 70%;
  margin: 0 auto 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 48px;
}

.image-20 {
  width: 100px;
}

.image-20.mobile-download {
  cursor: pointer;
  object-fit: fill;
  width: 90%;
  margin-top: 0;
}

.image-21 {
  width: 140px;
}

.image-21.google-play-download {
  margin-left: 20px;
}

.image-21.google-play-download.mobile-download {
  cursor: pointer;
  object-fit: fill;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
}

.download-desktop-button {
  box-shadow: none;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #5c98de;
  background-clip: border-box;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: inline-block;
}

.download-desktop-button:hover {
  background-color: #2a8fc5;
}

.image-22 {
  background-color: #0000;
  border-radius: 8px;
  width: 70px;
  height: auto;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
  display: block;
}

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

.text-block-13.desktop-text {
  color: #555;
  margin-top: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-7 {
  width: 160px;
  height: 60px;
}

.div-block-8 {
  width: 125px;
  height: 60px;
}

.div-block-8.download-mobile-block {
  width: 165px;
  height: 70px;
  margin-left: 20px;
}

.div-block-9 {
  background-color: #ebebeb;
  height: 1px;
  margin: 50px 30%;
}

.div-block-9.account {
  margin-top: 40px;
  margin-bottom: 40px;
}

.tripanel-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3%;
  padding-left: 3%;
  padding-right: 3%;
}

.tripanel-column.recommended {
  background-color: #5c98de00;
  border-radius: 12px;
  padding-top: 3%;
  padding-left: 3%;
  padding-right: 0%;
}

.tripanel-section {
  margin: 10px auto 40px;
}

.subscription-header {
  color: #222;
  text-align: left;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.subscription-subtitle {
  color: #999;
  text-align: left;
  min-height: 50px;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.subscription-features-list {
  min-height: 250px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.subscription-list-item {
  color: #555;
  text-align: left;
  background-image: url('../images/165720580213592663-2-2.png');
  background-position: 3px 4px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-attachment: scroll;
  padding-left: 25px;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.subscription-pricing {
  color: #555;
  text-align: left;
  height: 50px;
  font-family: Nunito Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  display: inline-block;
}

.start-trial-btn {
  text-align: center;
  background-color: #5c98de;
  border-radius: 3px;
  width: auto;
  min-width: 200px;
  max-width: 260px;
  margin-top: 20px;
  margin-left: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.start-trial-btn:hover {
  background-color: #80b9fc;
}

.start-trial-btn.remote {
  text-align: center;
  border-radius: 40px;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  display: block;
  position: relative;
}

.start-trial-btn.remote.kms {
  height: 44px;
}

.columns-5 {
  text-align: center;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Nunito Sans, sans-serif;
}

.div-block-11 {
  background-color: #5c98de;
  border-radius: 11px;
  width: 250px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.div-block-11.download-btn {
  text-align: left;
  width: 260px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 3px #ccc;
}

.div-block-11.download-btn:hover {
  background-color: #82bbfd;
}

.div-block-11.download-btn.v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #5c98de;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 240px;
  display: block;
}

.div-block-11.download-btn.v2:hover {
  background-color: #76b3ff;
}

.div-block-11.download-btn.v2.legacy {
  text-align: center;
  background-color: #fff;
  border: 2px solid #5c98de;
}

.div-block-11.signupbutton {
  text-align: left;
  width: 260px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 3px #ccc;
}

.div-block-11.signupbutton:hover {
  background-color: #82bbfd;
}

.div-block-11.signupbutton.v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #5c98de;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 300px;
  font-size: 22px;
  line-height: 50px;
  display: block;
}

.div-block-11.signupbutton.v2:hover {
  background-color: #76b3ff;
}

.div-block-11.signupbutton.v2.legacy {
  text-align: center;
  background-color: #fff;
  border: 2px solid #5c98de;
}

.image-23 {
  height: 100%;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-14 {
  color: #fff;
  margin-left: 5px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.text-block-14.desktop-text {
  font-size: 16px;
  line-height: 50px;
}

.text-block-14.desktop-text.legacy {
  color: #5c98de;
  text-align: center;
  margin-left: auto;
  font-size: 16px;
}

.text-block-14.desktop-text.download-page {
  display: inline;
}

.navbar {
  background-color: #fff;
  height: 70px;
  box-shadow: 1px 1px 5px #ccc;
}

.download-header {
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.brand-3 {
  height: 100%;
  margin-top: auto;
}

.columns-6 {
  justify-content: flex-start;
  margin-left: 20%;
  margin-right: 20%;
  display: block;
}

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

.download-btn-col {
  text-align: right;
  justify-content: flex-start;
  padding-right: 0;
  display: inline-block;
}

.platform-logo {
  text-align: left;
  height: 100%;
  padding-top: 0;
  padding-bottom: 5px;
}

.mobile-app-div {
  width: 160px;
  height: 70px;
  margin-left: 10px;
  margin-right: 10px;
}

.image-24 {
  width: 80px;
  height: 80px;
  margin: 10px auto 25px;
  display: block;
}

.text-block-15 {
  color: #222;
  text-align: center;
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
}

.link-block {
  margin-right: 10px;
  display: block;
}

.link-block.legacy {
  margin-top: 20px;
}

.link-block-2 {
  margin-left: 26px;
  display: inline-block;
}

.image-25 {
  object-fit: cover;
  width: 100%;
  margin-top: 100px;
}

.image-25.splash-image-download {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.column-11 {
  padding-right: 0;
}

.tabs-2 {
  text-align: center;
  margin-top: 20px;
}

.tab-item {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0 8px 8px 0;
  font-family: Nunito Sans, sans-serif;
}

.tab-item.w--current {
  color: var(--white);
  background-color: #5c98de;
  border: 1px solid #5c98de;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: auto;
  font-weight: 400;
}

.tab-item.left {
  border: 1px solid #ccc;
  border-radius: 8px 0 0 8px;
  width: auto;
}

.tab-item.left.w--current {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tabs-menu-2 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-top: 20px;
}

.billing-interval {
  color: #aaa;
  padding-left: 5px;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
}

.text-block-18 {
  margin-top: 20px;
}

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

.duet-basic-header {
  color: #555;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.text-block-20 {
  color: #5c98de;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 24px;
  width: 110px;
  height: 24px;
  margin-bottom: 10px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

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

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

.account-nav-link {
  float: none;
  opacity: 1;
  color: #777;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/noun-email-5059541.png');
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: 32px;
  width: 100%;
  margin-left: 0;
  padding-left: 80px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}

.account-nav-link.w--current {
  color: #5c98de;
  cursor: pointer;
  background-color: #efefef;
  background-image: url('../images/output-onlinepngtools.png');
  width: 100%;
  padding-left: 80px;
  line-height: 40px;
}

.account-nav-link.download {
  background-image: url('../images/noun-apps-1736450.png');
  background-position: 30px;
  padding-left: 80px;
}

.account-nav-link.contact {
  background-image: url('../images/noun-email-681623.png');
  background-position: 30px;
  background-size: 28px;
  padding-left: 80px;
}

.account-nav-link.settings {
  background-image: url('../images/noun-setting-5060573.png');
  background-size: 28px;
  padding-left: 80px;
}

.account-nav-link.settings.w--current {
  background-image: url('../images/output-onlinepngtools-3.png');
}

.account-nav-link.plan {
  background-image: url('../images/Group-3.png');
  margin-top: 200px;
}

.account-nav-link.plan.w--current {
  padding-left: 80px;
}

.account-nav-bar {
  background-color: #fff;
  box-shadow: 1px 1px 3px #000;
}

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

.nav-menu-3 {
  z-index: -1;
  float: none;
  background-color: #fff;
  height: 100%;
  box-shadow: 1px 1px 5px #aaa;
}

.device-div {
  background-color: #fff;
  border: 0 solid #999;
  border-radius: 0;
  width: 200px;
  height: 200px;
  margin-top: 20px;
  margin-left: 20px;
  display: inline-block;
  box-shadow: 1px 1px 5px #777;
}

.device-div.offline {
  opacity: .33;
}

.div-block-16 {
  width: 100%;
  margin-top: 20px;
  padding: 0 0 40px;
  display: inline-block;
}

.div-block-16.dashboard {
  background-color: #0000;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.settings-block {
  background-color: #fff;
  margin-top: 30px;
  padding: 40px;
  box-shadow: 1px 1px 4px #aaa;
}

.settings-block.plan {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 400px;
  margin-left: auto;
  margin-right: 60px;
  padding: 40px 60px 0;
  display: inline-block;
  position: static;
}

.settings-header {
  color: #222;
  text-align: left;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 32px;
}

.save-button {
  background-color: #5c98de;
  border-radius: 6px;
  width: 120px;
  margin-top: 40px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.settings-checkbox {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.settings-checkbox.text {
  padding-left: 20px;
}

.checkbox-field-2 {
  padding-left: 0;
  display: flex;
}

.heading-40 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-23 {
  font-family: Nunito Sans, sans-serif;
}

.text-block-23.subheader {
  color: #aaa;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-23.subheader.plan-length {
  margin-bottom: 0;
  line-height: 20px;
}

.plan-header {
  color: #cecece;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 32px;
}

.div-block-18 {
  border: .5px solid #e0e0e0;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-19 {
  background-color: #5c98de17;
  border-radius: 12px;
  margin-right: 10px;
  padding: 20px 10px 10px 20px;
}

.div-block-19.not-recommended {
  background-color: #5c98de00;
}

.show-plans {
  display: none;
}

.device-color {
  background-color: #5c98de;
  height: 40px;
}

.text-block-24 {
  color: #fff;
  text-align: center;
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
}

.div-block-20 {
  text-align: center;
  height: 160px;
}

.image-28 {
  width: 25%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.text-block-25 {
  color: #aaa;
  margin-top: 0;
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
}

.text-block-25.device-type {
  color: #444;
  margin-top: 10px;
  font-weight: 700;
}

.ck-button-w {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-button-w:hover {
  background-color: #262926;
}

.ck-button-w.is--secondary {
  color: #515750;
  background-color: #0000;
  margin-right: -1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: .875rem;
  font-weight: 700;
}

.ck-button-w.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-title {
  color: #262926;
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  font-size: 1.1875rem;
}

.ck-txt-link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck-sr__only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  padding: 1.5rem;
}

.ck-modal__exit-btn {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.ck__exitbtn__line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.ck__exitbtn__line.is--left {
  transform: rotate(45deg);
}

.ck__exitbtn__line.is--right {
  transform: rotate(-45deg);
}

.ck-modal__btns-w {
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.ck-modal__btns-w.is--small {
  justify-content: flex-start;
  padding: 1.5rem;
}

.ck-modal {
  z-index: 1000;
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.c-body-content {
  background-image: linear-gradient(#fffffff2, #fffffff2), linear-gradient(to right, #fff, #fff0);
  padding-left: 100px;
}

.c-side-navmenu {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.c-side-brand-logo {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-nav-extra-links {
  border-top: 1px solid #fff3;
  padding-top: 10px;
}

.c-sidenavbar {
  position: fixed;
  inset: 0% auto 0% 0%;
}

._w-navlinks {
  align-items: stretch;
  font-family: Nunito Sans, sans-serif;
  line-height: 24px;
  display: flex;
}

.c-navlink-icon {
  flex: none;
  padding: 10px;
}

.navlink-text {
  white-space: nowrap;
  padding: 10px 20px 10px 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}

.c-navlinks {
  color: #fff;
  background-color: #5b62b400;
  border-radius: 5px;
  text-decoration: none;
  transition: all .25s;
  display: block;
  position: relative;
}

.c-navlinks:hover {
  background-color: #5c98de66;
}

.c-navlinks.w--current {
  background-color: #5c98de;
}

.c-sidenavbar-container {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#222, #222), linear-gradient(to right, #5c98de, #fff0), url('../images/bg-pattern.svg');
  background-position: 0 0, 0 0, 100%;
  background-size: auto, auto, contain;
  background-attachment: scroll, scroll, fixed;
  background-clip: border-box;
  flex-direction: column;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  box-shadow: 1px 1px 3px 1px #aaa;
}

.c-hero-section {
  height: 100vh;
}

.side-brand-logo {
  float: none;
  display: inline-block;
}

.c-navlinks-item {
  position: relative;
  overflow: hidden;
}

._w-navlink-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  position: relative;
}

.c-navlink-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  flex: none;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

._w-content {
  justify-content: center;
  align-items: center;
}

.navlink-icon {
  object-fit: contain;
  width: 30px;
  height: auto;
  margin: auto;
}

.c-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

._w-hero-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 40px 160px;
  display: block;
}

._w-hero-section.plan {
  padding-left: 180px;
}

.ci-side-navlinks {
  flex: 1;
  margin-top: 60px;
}

.cloneable-area {
  display: block;
  position: relative;
}

.image-29 {
  width: 40px;
  margin-left: 0;
}

.tagline {
  color: #257bd6;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(267deg, #3891ff, #255caf);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
}

.tagline.top {
  color: #464646;
  background-color: #5c98de;
  background-image: none;
  width: 100%;
  line-height: 60px;
}

.tagline-subtitle {
  color: #555;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.text-logo {
  color: #5c98de;
  -webkit-text-fill-color: transparent;
  background-color: #5c98de;
  -webkit-background-clip: text;
  background-clip: text;
  margin: auto 20px auto 0;
  padding-top: 8px;
  padding-bottom: 12px;
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.text-logo.footer {
  font-size: 18px;
  text-decoration: none;
}

.text-logo.help-center {
  background-color: #fff;
  display: inline-block;
}

.text-logo.kms {
  margin-right: 11px;
}

.header-available-on {
  color: #ccc;
  margin: 0 auto;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
}

.text-span-3 {
  color: var(--grade-1-color-2);
}

.mode-header {
  color: #222;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.mode-container {
  box-shadow: none;
  background-color: #fff;
  border: 0 solid #aaa;
  border-left: .1px solid #eee;
  border-right: .1px solid #eee;
  border-radius: 0;
  margin: 0 auto 0 0;
  padding: 0;
  text-decoration: none;
  transition: transform .2s, filter .2s;
  display: block;
  overflow: hidden;
}

.mode-container:hover {
  filter: saturate(150%);
  background-color: #eef4fc;
  transform: scale(1.1);
}

.image-30 {
  float: none;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  width: 100%;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  position: static;
  overflow: visible;
}

.mode-text-container {
  padding: 20px 40px;
}

.features-header {
  color: #222;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.features-text {
  color: #777;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: start center;
  display: flex;
}

.review-card {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 1px 1px 7px #aaa;
}

.reviews-header {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 48px;
}

.reviews-header.dark {
  color: #222;
  background-color: #2c334000;
}

.nav-link {
  color: #5c98de;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  display: none;
}

.nav-link.w--current {
  color: #3dabf5;
  font-weight: 800;
}

.nav-link.download {
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.nav-link.sign-in {
  text-align: center;
  width: 100%;
  min-width: 120px;
  max-width: 150px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 600;
  text-decoration: none;
  display: inline;
}

.nav-link.help-center {
  float: none;
  clear: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80px;
  height: 100%;
  font-weight: 600;
  text-decoration: none;
  display: none;
}

.nav-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  margin-right: 5px;
  display: flex;
}

.text-block-26 {
  font-family: Nunito Sans, sans-serif;
}

.heading-42 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block-27, .text-block-28, .text-block-29 {
  font-family: Nunito Sans, sans-serif;
}

.heading-43 {
  font-family: Montserrat, sans-serif;
}

.pricing-plan-header {
  color: #222;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.rich-text-block {
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  line-height: 32px;
  position: static;
}

.heading-44 {
  font-family: Montserrat, sans-serif;
}

.text-block-30, .text-block-31 {
  font-family: Nunito Sans, sans-serif;
}

.blog-link {
  color: #5c98de;
}

.div-block-25 {
  margin-left: auto;
  margin-right: auto;
}

.link {
  background-image: url('../images/windows-icon.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.link.platform-link {
  color: #aaa;
  background-position: 0%;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 30px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
}

.link.platform-link.mac {
  background-image: url('../images/240px-Apple-logo.png');
  background-position: 0 0;
  background-size: auto 19px;
  padding-left: 25px;
}

.link.platform-link.windows {
  padding-left: 25px;
}

.link.platform-link.android {
  background-image: url('../images/android-icon_1.png');
  padding-left: 25px;
}

.container-3 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  text-decoration: none;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #444;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #aaa;
  text-align: center;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.contact-page {
  font-family: Montserrat, sans-serif;
  font-size: 33px;
}

.contact-form-header {
  font-family: Montserrat, sans-serif;
  line-height: 10px;
}

.heading-46 {
  font-family: Montserrat, sans-serif;
}

.blog-title {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.monthly-pricing {
  color: #5c98de;
  text-decoration: none;
}

.help-category-header {
  color: #222;
  text-align: center;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
}

.help-category-description {
  color: #555;
  text-align: center;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.help-center-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  margin: 20px 100px;
}

.help-center-category {
  text-align: center;
  border-bottom: .75px solid #ccc;
  border-right: .75px solid #ccc;
  margin: 0;
  padding: 10px;
  text-decoration: none;
}

.help-center-category:hover {
  background-color: #5c98de1f;
}

.help-center-category.top-right {
  border-bottom-style: solid;
  border-right-style: none;
}

.help-center-category.bottom-right {
  border-bottom-style: none;
  border-right-style: none;
}

.help-center-category.bottom-middle, .help-center-category.bottom-left {
  border-bottom-style: none;
}

.section-6 {
  display: block;
  position: relative;
}

.div-block-26 {
  background-color: #fff;
  width: 1px;
  height: 50%;
  margin: 10px 20px;
}

.release-notes {
  width: 100%;
  padding: 10px;
}

.release-notes.release-date {
  color: #555;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.release-notes.release-tag {
  color: #fff;
  text-align: center;
  letter-spacing: .2px;
  text-transform: capitalize;
  background-color: #5c98dec4;
  border-radius: 20px;
  width: 140px;
  padding: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.release-notes.version {
  color: #222;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.release-notes.description {
  color: #444;
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.collection-list-wrapper {
  width: 80%;
}

.release-notes-columns {
  width: 90%;
}

.column-13 {
  position: sticky;
}

.release-notes-platform {
  color: #777;
  background-color: #0000;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  display: block;
}

.release-notes-platform:hover {
  color: #5c98de;
}

.release-notes-platform.w--current {
  color: #5c98de;
  font-weight: 700;
}

.release-notes-platforms-header {
  color: #444;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
}

.release-notes-separator {
  background-color: #ddd;
  height: 1px;
  margin-top: 20px;
  line-height: 1px;
}

.release-notes-btn {
  color: #5c98de;
  background-color: #fff;
  border: 1.5px solid #5c98de;
  border-radius: 20px;
  margin-left: 20px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 600;
}

.div-block-27 {
  background-color: #ccc;
  height: 1px;
}

.div-block-27.separator {
  background-color: #ddd;
  margin-top: 40px;
}

.help-center-topic-header.faq-image {
  margin-top: 15px;
  margin-bottom: 15px;
}

.help-center-topic-header.terms-conditions {
  margin-top: 6px;
  margin-bottom: 6px;
}

.help-center-topic-header.blog-image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.link-arrow {
  font-family: Nunito Sans, sans-serif;
}

.link-arrow.remote {
  font-family: Nunito Sans, sans-serif;
  display: block;
}

.banner-section {
  background-color: #222;
}

.banner-section.light {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.banner-header {
  color: #fff;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Nunito Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.banner-header.brands {
  color: #222;
  margin-top: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
}

.trusted-logo {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.trusted-logo.tesla-mod {
  width: 60%;
}

.trusted-logo.google-mod {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.trusted-logo.ge {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.brand-link-block {
  width: 10%;
  margin-left: 30px;
  margin-right: 30px;
  display: inline-block;
}

.fb-link-block {
  background-color: #3b5998;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 8px;
}

.fb-link-block.twitter {
  background-color: #1da1f2;
}

.fb-link-block.linkedin {
  background-color: #0077b5;
}

.social-share-block {
  margin-left: 15px;
  padding-left: 0;
}

.image-33 {
  width: 24px;
  height: 24px;
}

.social-share-header {
  color: #222;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  display: inline-block;
}

.div-block-28 {
  height: 80px;
}

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

.heading-47, .heading-48 {
  font-family: Montserrat, sans-serif;
}

.empty-state {
  font-family: Nunito Sans, sans-serif;
}

.horizontal-line {
  height: 1px;
  line-height: 1px;
}

.horizontal-line.features {
  background-color: var(--grey-4);
  background-color: #d3d8e1;
  margin: 8px 40px;
}

.sign-up-subheader {
  color: #777;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.sign-up-subheader.forgot-password {
  margin-bottom: 0;
}

.columns-4 {
  width: 100%;
  height: 92%;
  position: absolute;
}

.form {
  margin-top: 60px;
  font-family: Nunito Sans, sans-serif;
}

.form-block {
  max-width: 400px;
}

.image-16 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
}

.text-block-16 {
  font-weight: 700;
}

.success-message-2 {
  color: #5895dd;
  background-color: #fff;
  border: 2px solid #5895dd;
  border-radius: 6px;
  font-family: Nunito Sans, sans-serif;
}

.page-1-left-header {
  color: #222;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 48px;
}

.page-1-left-header.sign-up-header {
  margin-top: 40px;
}

.login-link {
  color: #5b94ff;
}

.div-block-12 {
  opacity: .54;
  background-color: #253f6f;
  width: 100%;
  height: 100%;
  display: none;
}

.sign-up-text-field {
  border-radius: 6px;
  height: 55px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  box-shadow: 1px 1px 2px #ddd;
}

.submit-button {
  background-color: #5895dd;
  border-radius: 11px;
  width: 100%;
  margin-top: 60px;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  box-shadow: 1px 1px 3px #ccc;
}

.submit-button:hover {
  background-color: #82bbfd;
}

.submit-button.forgot-password {
  margin-bottom: 20px;
}

.form-label {
  color: #777;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.column-sign-in-form {
  margin-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.column-7 {
  background-color: #0000;
  border-left: 1px solid #e2e2e2;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.show-number-users {
  color: #777;
  text-align: left;
  text-transform: none;
  width: 60%;
  margin-top: 12px;
  margin-bottom: -30px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.forgot-password-text {
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
}

.background-video-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 76px;
  display: block;
}

.background-video-4 {
  min-height: 750px;
}

.remote-header {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

.footer-newsletter {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.section-8 {
  text-align: center;
  background-color: #303030;
}

.section-8.shared-pc-banner {
  padding: 40px 100px;
  display: none;
}

.paragraph-9 {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
}

.link-block-3 {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 10px 30px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.text-block-32, .text-block-33 {
  font-size: 11px;
}

.div-block-30 {
  width: 65%;
}

.headline-section-overlay {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  text-align: center;
  background-color: #ffffff59;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 24px;
  padding: 44px 60px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  display: block;
  position: relative;
}

.headline-section-overlay.mirror-page {
  margin-top: 60px;
}

.text-span-4 {
  color: #5c98de;
}

.paragraph-10 {
  color: #333;
  margin-top: 10px;
}

.paragraph-10.remote-access-subtitle {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-10.remote-access {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 32px;
}

.pricing-tabs {
  text-align: center;
  width: 100%;
}

.pricing-tabs.two-options {
  width: 77%;
  margin-left: auto;
  margin-right: auto;
}

.tabs-menu-3 {
  text-align: center;
  width: 500px;
  margin: 20px auto 0;
  font-family: Montserrat, sans-serif;
}

.ss {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 25px 0 0 25px;
  padding: 10px 40px;
}

.ss.w--current {
  color: var(--white);
  background-color: #6a97d8;
  border-color: #ccc;
  padding: 10px 40px;
}

.description {
  color: var(--grey-1);
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
}

.comparison-table {
  width: 100%;
}

.chart-wrap {
  border: 1px solid #f2f3ff;
  border-radius: 0;
  width: 100%;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.pricing-sticky-bg-wrap {
  background-color: #000;
  border-top-right-radius: 5px;
  padding-top: 0;
}

.placeholder-spacer {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 65px;
  padding: 0;
}

.icon-3 {
  color: #5c98de;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.sticky-grid-pricing {
  z-index: 3;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #edf1fd;
  background-color: #f2f3ff;
  border-bottom: 1px solid #f2f3ff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr;
  width: 100%;
  max-width: 1600px;
  margin-bottom: 5px;
  padding-top: 0;
  position: sticky;
  top: 0;
}

.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

.price-category-wrap {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: -5px;
  display: flex;
}

.table-cell-title {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 75px;
  padding: 0;
  display: flex;
}

.blurb-txt {
  color: #000;
  margin-left: 20px;
  margin-right: 20px;
}

.blurb-txt.text-color {
  color: #5c98de;
}

.pricing-title-wrap-sticky {
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  position: relative;
}

.pricing-title-wrap-sticky.middle {
  background-color: #fff;
}

.pricing-title-wrap-sticky.end {
  color: #000;
  background-color: #eef6ff;
  border-radius: 0;
  font-weight: 600;
}

.spacer-xxl {
  width: 100%;
  height: 50px;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.table-cell {
  color: #b7bbd1;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.table-cell.featured {
  color: #434de7;
  background-color: #eef6ff;
}

.pricing-chart-grid {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr;
  width: 100%;
  font-size: 18px;
}

.pricing-chart-grid.final {
  border-radius: 0;
  overflow: hidden;
}

.outer-chart-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #f2f3ff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.paragraph-11 {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

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

.content-wrap-center.max-width-800 {
  max-width: 800px;
}

.comparison-feature {
  padding-left: 20px;
  padding-right: 0;
}

.div-block-34 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-35 {
  flex-direction: column;
  display: flex;
}

.div-block-36 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.nav-link-2 {
  color: #5c98de;
  min-width: 100px;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.nav-link-2.w--current {
  color: #3dabf5;
  font-weight: 800;
}

.nav-link-2.rmm {
  min-width: 100px;
  position: relative;
}

.div-block-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: 417px 1.5fr;
  grid-template-columns: minmax(278px, 1.5fr) 3fr;
  grid-auto-columns: minmax(200px, 1.5fr);
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: relative;
}

.image-35 {
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
  max-height: 100%;
}

.text-span-5, .text-span-6, .text-span-7 {
  text-decoration: line-through;
}

.heading-51 {
  width: auto;
  font-size: 36px;
}

.paragraph-12 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
}

.heading-52 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
}

.section-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.heading-53 {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
}

.quick-stack {
  grid-column-gap: 35px;
  grid-row-gap: 30px;
}

.image-36 {
  border-radius: 10px;
  width: 475px;
}

.text-block-35 {
  text-align: left;
  width: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.cell, .cell-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.grid-2 {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 300px;
}

.button-3 {
  text-align: center;
  border-radius: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.cell-3, .cell-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.cell-5 {
  text-align: left;
  border: 2px #46ce1f26;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
}

.text-block-36, .text-block-37 {
  text-align: left;
  width: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.cell-6, .cell-7 {
  border: 2px #46ce1f26;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
}

.text-block-38 {
  text-align: center;
  width: 750px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.container-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.section-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.text-block-39 {
  text-align: center;
  width: auto;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.heading-54 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
}

.cell-8 {
  background-color: #46ce1f26;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.cell-9 {
  text-align: left;
  background-color: #46ce1f26;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.tabs-menu-4 {
  margin-bottom: 40px;
}

.tab-link-tab-1 {
  background-color: #f5f6f8;
  border-bottom: 2px solid #b8b8b8;
}

.tab-link-tab-1.w--current {
  background-color: #f5f6f8;
  border-bottom: 2px solid #5c98de;
}

.tab-link-tab-2 {
  -webkit-text-fill-color: inherit;
  background-color: #f5f6f8;
  background-clip: border-box;
  border-bottom: 2px solid #b8b8b8;
  border-radius: 0;
}

.tab-link-tab-2.w--current {
  background-color: #f5f6f8;
  border-bottom-color: #5c98de;
}

.quick-stack-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.cell-10 {
  border: 2px #46ce1f26;
  border-radius: 10px;
  padding: 10px;
}

.contact-form-card-copy {
  background-color: #f5f6f8;
  border-radius: 12px;
  align-self: flex-start;
  width: 100%;
  max-width: 770px;
  margin-bottom: 24px;
  padding: 23px 105px 88px 36px;
}

.contact-form-card-copy-2 {
  background-color: #fff;
  border-radius: 12px;
  align-self: flex-start;
  width: 100%;
  max-width: 770px;
  margin-bottom: 24px;
  padding: 88px;
  box-shadow: 0 4px 12px #5962731f;
}

.div-block-38 {
  flex-flow: column;
  font-size: 17px;
  display: flex;
}

.heading-55 {
  margin-bottom: -12px;
  font-size: 21px;
}

.paragraph-13, .paragraph-14, .paragraph-15, .paragraph-17, .paragraph-20, .paragraph-21 {
  font-size: 17px;
}

.brand-copy {
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.mask {
  border-radius: 20px;
}

.slider {
  border-radius: 20px;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  margin-top: 39px;
  display: block;
  overflow: auto;
}

.section-12 {
  padding-top: 52px;
  display: none;
}

.kms-hero {
  text-align: center;
  display: block;
}

.kms-hero.mirror-page {
  color: #5c98de;
}

.div-block-39 {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.div-block-40 {
  justify-content: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.link-block-4 {
  text-decoration: none;
}

.button-4 {
  z-index: 100;
  color: #5c98de;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: padding-box;
  border: 2.5px solid #5c98de;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  margin-left: 0;
  margin-right: auto;
  padding: 12px 24px;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 20px;
}

.button-4:hover {
  background-color: #fff;
  box-shadow: 0 4px 16px #2583fd80;
}

.button-4.pricing-plan {
  clear: none;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: static;
}

.pricing-v1-badge-2 {
  color: #fff;
  background-color: #253f6f;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 120px;
  height: 120px;
  padding-bottom: 7px;
  padding-left: 1px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: -60px;
  right: -60px;
  transform: rotate(45deg);
}

.pricing-v1-badge-2.color-3 {
  background-color: #5c98de;
}

.tooltip-2 {
  z-index: 5;
  color: #7a8292;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e6ee;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 12px 16px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 50%;
  box-shadow: 0 2px 6px #5962731a;
}

.tooltip-2.hidden {
  display: none;
}

.tooltip-2.hidden:hover {
  display: block;
}

.text-block-41 {
  color: #2c3340;
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.pricing-v1-feature-2 {
  color: #596273;
  cursor: default;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
}

.pricing-v1-feature-2:hover {
  color: #2c3340;
  background-color: #f5f6f8;
}

.pricing-v1-billing-2 {
  color: #7a8292;
  text-align: left;
  text-transform: uppercase;
  padding-left: 15px;
  font-family: Nunito Sans, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}

.tabs-menu-5 {
  text-align: center;
  width: 500px;
  margin: 20px auto 0;
  font-family: Montserrat, sans-serif;
}

.tooltip-arrow-2 {
  background-color: #fff;
  border-bottom: 1px solid #e1e6ee;
  border-right: 1px solid #e1e6ee;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.ss-2 {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 25px 0 0 25px;
  padding: 10px 40px;
}

.ss-2.w--current {
  color: #fff;
  background-color: #333;
  border: 2px solid #000;
  border-top-width: 1px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 10px 40px;
}

.text-block-42 {
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  position: relative;
}

.pricing-v1-currency-2 {
  color: #2c3340;
  margin-right: 6px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.pricing-v1-features-2 {
  clear: both;
  border-top: 1px solid #e1e6ee;
  min-height: 70%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.image-37 {
  width: 35%;
  height: auto;
}

.icon-4 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  display: flex;
}

.icon-4.left {
  flex: none;
  margin-bottom: 0;
  margin-right: 24px;
}

.icon-4.left.color-1-ghost {
  background-color: #46ce1f26;
}

.icon-4.left.color-3-ghost {
  background-color: #39abff1f;
  border-radius: 50%;
}

.icon-4.left.color-4-ghost {
  background-color: #ff93202b;
}

.heading-58 {
  font-family: Nunito Sans, sans-serif;
}

.heading-58.pro-page {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.dropdown {
  display: flex;
  position: relative;
}

.dropdown.nav-link {
  color: #5c98de;
}

.dropdown-toggle {
  padding-right: 20px;
  position: static;
}

.dropdown-toggle.w--open {
  border-radius: 0;
}

.text-block-43 {
  color: #5c98de;
}

.dropdown-list {
  top: 67723300000000px;
}

.dropdown-list.w--open {
  background-color: #fff0;
  border-radius: 20px;
  margin-top: 63px;
  position: absolute;
  top: 0;
}

.div-block-41 {
  background-color: #fff;
  border-radius: 12px;
  width: 400px;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-link {
  color: #5c98de;
  border-radius: 15px;
}

.dropdown-link-2 {
  color: #5c98de;
}

.code-embed {
  width: 100%;
  min-height: 500px;
  position: static;
}

.code-embed.background-video {
  min-width: 100%;
}

.header-subtitle {
  margin-top: 30px;
  margin-left: 10%;
  margin-right: 10%;
  font-family: Nunito Sans, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.image-38 {
  display: inline-block;
  position: relative;
}

.cast-image {
  max-width: 80%;
  margin-top: 10px;
  margin-bottom: 60px;
  margin-left: 10%;
}

.background-video-5 {
  object-fit: cover;
  width: 100%;
}

.background-video-container {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.kms-background-video {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
}

.background-image-extend {
  width: 100%;
  height: 100%;
  position: absolute;
}

.new-tag {
  color: #fff;
  background-color: #5c98de;
  border-radius: 9px;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
}

.notification-banner {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #5c98de;
  grid-template: ". Area"
                 ". ."
                 / 2.25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.notification-banner.help-center {
  background-color: #222;
}

.notification-text {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  line-height: 50px;
}

.notification-button {
  text-align: center;
  color: #5c98de;
  background-color: #fff;
  border-radius: 6px;
  width: 100px;
  height: 30px;
  margin-top: 10px;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.div-block-42 {
  display: block;
  position: static;
}

.columns-8 {
  width: 100%;
  height: 100%;
}

.popular-tag {
  font-family: Lato, sans-serif;
}

.team-member-info {
  flex: 1;
}

.team-member-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 130px;
  height: 160px;
}

.team-member-avatar._1 {
  background-image: url('../images/ac69cc81-224e-48a6-8a76-a18a56a72349_medium.jpg');
  flex: none;
  margin-right: 30px;
}

.team-member-avatar._1.rahul {
  background-image: url('../images/1642170467260-2.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.team-member-avatar._1.joseph {
  background-image: url('../images/Joseph_Presbrey.jpeg');
}

.team-member-avatar._1.matt {
  background-image: url('../images/1683203437123.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.team-member-avatar._1.norbert {
  background-image: url('../images/Norbert_Alföldi.jpeg');
}

.team-member-avatar._1.felicia {
  background-image: url('../images/Felicia_Fox.jpeg');
}

.team-member-avatar._1.greg {
  background-image: url('../images/Greg_Srabian.jpeg');
}

.team-member-avatar._1.ally {
  background-image: url('../images/Ally_Amick.jpeg');
}

.team-member-avatar._1.daniel-amick {
  background-image: url('../images/Daniel_Amick.jpeg');
}

.team-member-avatar._4 {
  background-image: url('../images/Avatar-31.jpg');
  flex: none;
  margin-right: 30px;
}

.team-member-avatar._3 {
  background-image: url('../images/Avatar-27.jpg');
  flex: none;
  margin-right: 30px;
}

.team-member-avatar._2 {
  background-image: url('../images/Avatar-32.jpg');
  flex: none;
  margin-right: 30px;
}

.team-member-avatar._2.peter {
  background-image: url('../images/Peter_Huszák.jpeg');
  background-size: cover;
}

.team-member-heading {
  margin-bottom: 0;
  margin-right: 6px;
}

.text-block {
  color: #596273;
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px;
}

.team-member-position {
  color: #596273;
  text-align: right;
  text-transform: uppercase;
  flex: 1;
  font-size: 11px;
  line-height: 16px;
}

.team-member {
  background-color: #fff;
  border-radius: 10px;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 6px 12px #5962731f;
}

.team-member-header {
  border-bottom: 1px solid #e1e6ee;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.team-member-link {
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  padding: 5px;
  transition: transform .2s;
  display: flex;
}

.team-member-link:hover {
  z-index: 1;
  position: relative;
  transform: scale(1.2);
}

.team {
  flex-wrap: wrap;
  width: 100%;
  margin-top: -15px;
  margin-bottom: 64px;
  display: flex;
}

.section-intro-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.team-member-wrapper {
  width: 50%;
  padding: 15px;
}

.wrapper-2 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.text-dark-grey-2 {
  color: #596273;
}

.text-block-44 {
  color: #596273;
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #2583fd;
  background-image: linear-gradient(#39abff, #397ef3);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 0 0 0 1px #2583fd;
}

.button-5:hover {
  box-shadow: inset 0 0 0 1px #2583fd, 0 4px 16px #2583fd80;
}

.title-2 {
  color: #a9b0be;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

.text-dark-grey-3 {
  color: #596273;
}

.text-block-45 {
  color: #596273;
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #2583fd;
  background-image: linear-gradient(#39abff, #397ef3);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 0 0 0 1px #2583fd;
}

.button-6:hover {
  box-shadow: inset 0 0 0 1px #2583fd, 0 4px 16px #2583fd80;
}

.nav-columns {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

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

.nav-left {
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch center;
  width: 100%;
}

.hero-header {
  color: #333;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

.hero-subheader {
  color: #5c98df;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 80px;
}

.changer-overflow {
  float: right;
  height: 72px;
  display: inline-block;
  overflow: hidden;
}

.changer-move {
  font-family: Montserrat, sans-serif;
  display: inline-block;
  position: relative;
}

.changer {
  position: relative;
  top: 0;
}

.laurel-icon {
  width: 40px;
  padding-bottom: 10px;
}

.laurel-text {
  color: #222;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.laurel-users {
  margin-top: 40px;
}

.slide-wrap {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 40px;
  display: flex;
}

.logo-img._50-r-m {
  filter: contrast(200%) grayscale() drop-shadow(0 2px 2px #000000b3);
  height: 38px;
  margin-right: 100px;
  transform: translate(0);
}

.logo-img._50-r-m.amazon {
  height: 45px;
  margin-top: 5px;
}

.logo-img._50-r-m.google {
  height: 50px;
  margin-right: 100px;
}

.logo-img._50-r-m.general-e {
  height: 50px;
}

.logo-img._50-r-m.disney {
  height: 48px;
}

.platform-availability-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.vision-pro-header {
  text-align: left;
  font-size: 54px;
  line-height: 60px;
}

.header.vision-pro-hero {
  text-align: left;
  text-shadow: 0 1px 1px #00000080;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  line-height: 80px;
}

.header-studio-highlight {
  color: #5c98de;
  font-style: normal;
}

.italic-text {
  color: #5c98de;
}

.modal-wrapper {
  z-index: 999;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.code-embed-3 {
  justify-content: center;
  align-items: center;
  margin: 0%;
  display: block;
}

.signup-wrapper {
  background-color: #fff;
  border-radius: 10px;
  width: 600px;
  height: auto;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: 0%;
}

.close-modal-button {
  float: right;
  color: var(--dark);
  background-color: #fff0;
  justify-content: flex-end;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: inline-block;
  position: absolute;
}

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

.section-13 {
  text-overflow: clip;
}

.signupkms {
  color: #fff;
  margin-left: 5px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.signupkms.desktop-text {
  vertical-align: middle;
  font-size: 22px;
  font-weight: 800;
  line-height: 50px;
  position: relative;
}

.signupkms.desktop-text.legacy {
  color: #5c98de;
  text-align: center;
  margin-left: auto;
  font-size: 16px;
}

.signupkms.desktop-text.download-page {
  display: inline;
}

.tabs-content-2 {
  box-sizing: border-box;
  margin-top: 0;
}

.div-block-43 {
  overflow: visible;
}

@media screen and (min-width: 1280px) {
  .section.hero-v3-section.v2.video.landing {
    margin-top: 80px;
  }

  .button.border-btn.nav-getting-started {
    text-align: center;
    width: 240px;
    max-width: 240px;
    margin-left: auto;
    margin-right: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
  }

  .section-intro {
    margin-top: 80px;
    margin-bottom: 120px;
  }

  .section-intro.text-white {
    margin-top: 0;
  }

  .brand.w--current {
    margin-right: auto;
  }

  .download-apps-header.v2 {
    text-decoration: none;
  }

  .download-apps-block-2 {
    text-align: center;
    margin-top: 90px;
    text-decoration: none;
  }

  .image-25.splash-image-download {
    margin-top: 12px;
  }

  .text-logo {
    margin-right: auto;
  }

  .nav-link.sign-in {
    text-align: center;
    max-width: 150px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 600;
  }

  .nav-link.help-center {
    text-align: center;
    max-width: 150px;
  }

  .home-grid {
    grid-template-areas: ". . ."
                         ". . ."
                         ". . Area";
  }

  .link-arrow {
    text-align: center;
    font-family: Lato, sans-serif;
  }

  .banner-header.brands {
    color: #777;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
  }

  .background-video-section {
    margin-bottom: 300px;
  }

  .background-video-section.kms-page, .background-video-section.remote-access {
    margin-bottom: 0;
  }

  .headline-section-overlay.mirror-page {
    margin-top: 60px;
  }

  .div-block-39 {
    width: 100%;
  }

  .link-block-4 {
    outline-offset: 0px;
    outline: 3px #00e;
    text-decoration: none;
  }

  .cast-image {
    max-width: 80%;
    margin-left: 10%;
  }

  .background-video-container {
    min-height: 0;
  }

  .kms-background-video {
    min-height: auto;
    position: relative;
  }

  .code-embed-2 {
    object-fit: cover;
  }

  .notification-banner.help-center {
    background-color: #222;
  }

  .nav-columns {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .modal-wrapper {
    background-color: #0009;
  }

  .tabs-content-2 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .section.hero-v3-section.v2.video {
    margin-top: 80px;
    overflow: hidden;
  }

  .section.hero-v3-section.v2.video.landing {
    margin-top: 80px;
  }

  .section.hero-v3-section.pro {
    padding-bottom: 64px;
  }

  .wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper.nav-bar-wrapper {
    max-width: 1400px;
  }

  .button.border-btn {
    width: 440px;
  }

  .button.border-btn.nav-getting-started {
    width: 200px;
  }

  .nav-bar.v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-intro {
    margin-top: 80px;
    margin-bottom: 120px;
  }

  .side-feature {
    flex-flow: column;
  }

  .side-media.flex-right.drawing-tablet {
    display: inline-flex;
  }

  .image-25.splash-image-download {
    display: inline-block;
  }

  .nav-link.sign-in {
    max-width: 140px;
  }

  .link-arrow.remote {
    text-align: left;
    width: 240px;
  }

  .trusted-logo.tesla-mod {
    margin-left: auto;
    margin-right: auto;
  }

  .trusted-logo.google-mod {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .trusted-logo.ge {
    margin-left: auto;
    margin-right: auto;
  }

  .brand-link-block.ge, .brand-link-block.google-block {
    margin-left: 30px;
    margin-right: 30px;
  }

  .background-video-section.kms-page {
    object-fit: cover;
    margin-bottom: 0;
  }

  .remote-header {
    text-align: center;
    width: 100%;
    padding-left: 200px;
    padding-right: 220px;
  }

  .headline-section-overlay {
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .headline-section-overlay.mirror-page {
    margin-top: 60px;
  }

  .text-span-4 {
    color: #5c98de;
  }

  .paragraph-10 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 36px;
  }

  .div-block-37 {
    text-align: center;
  }

  .image-35 {
    object-fit: cover;
    max-width: 150%;
    position: relative;
  }

  .slider {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-top: 24px;
  }

  .div-block-39 {
    width: 100%;
    height: auto;
  }

  .cast-image {
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .background-video-5 {
    aspect-ratio: auto;
    object-fit: cover;
    min-height: auto;
  }

  .background-video-container {
    min-height: 100%;
  }

  .kms-background-video {
    min-height: 100%;
    position: static;
  }

  .notification-banner.help-center {
    background-color: #222;
  }

  .modal-wrapper {
    background-color: #0009;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  h3 {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 24px;
  }

  h4 {
    font-size: 15px;
    line-height: 20px;
  }

  h6 {
    font-size: 12px;
  }

  p {
    margin-bottom: 24px;
  }

  .section {
    padding: 80px 8px;
  }

  .section.haze {
    z-index: 2;
  }

  .section.hero-intro-section {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 72px;
  }

  .section.hero-v3-section {
    flex-wrap: wrap;
  }

  .section.hero-v3-section.v2.video.landing {
    margin-top: 80px;
  }

  .section.hero-v2-section, .section.top-section, .section.hero-v4-section {
    padding-top: 144px;
  }

  .wrapper.nav-bar-wrapper {
    height: 64px;
    display: flex;
  }

  .wrapper.side-paddings {
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
    padding-left: 8px;
    padding-right: 8px;
  }

  .button {
    margin-bottom: 40px;
    margin-left: auto;
  }

  .button.small.ghost.macos {
    display: flex;
  }

  .button.small.ghost.ios {
    flex-direction: column;
    align-self: center;
    padding-top: 10px;
    display: flex;
  }

  .button.small.ghost.windows {
    flex-direction: row;
    display: flex;
  }

  .button.small.ghost.android {
    height: 46px;
    padding-top: 10px;
    display: flex;
  }

  .button.white.margin-left.signup-button {
    z-index: 1;
    position: static;
  }

  .button.border-btn {
    width: 160px;
    height: 40px;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    line-height: 24px;
    position: relative;
    top: auto;
    bottom: auto;
    right: 0;
  }

  .button.border-btn.nav-getting-started {
    text-align: center;
    width: 150px;
    min-width: 150px;
    max-width: 175px;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 16px;
    line-height: 16px;
    display: block;
  }

  .button.border-btn.nav-getting-started.rmm {
    width: 200px;
  }

  .button.border-btn.comparison {
    width: 240px;
  }

  .button.pro {
    text-align: center;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .nav-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    background-color: #fff;
    border-radius: 0;
    padding: 12px 24px;
  }

  .nav-link:hover {
    background-color: #fff;
  }

  .nav-link.w--open {
    box-shadow: inset 0 1px 0 0 var(--grey-5);
  }

  .text-link {
    font-size: 12px;
    line-height: 18px;
  }

  .no-margin {
    margin: 0;
  }

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

  .section-intro {
    max-width: 600px;
    margin-bottom: 56px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-intro.no-margin-bottom {
    z-index: 0;
    margin-bottom: 0;
    position: relative;
  }

  .section-intro.wide {
    max-width: 83.33%;
  }

  .section-intro.wide.no-margin-bottom.row2 {
    display: none;
  }

  .section-intro.left {
    padding-right: 33.33%;
  }

  .section-intro.left.no-margin {
    padding-right: 15%;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom {
    margin-top: 48px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brand {
    padding-left: 22px;
  }

  .brand.footer-v1-brand {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
  }

  .brand.footer-v4-brand {
    padding-left: 8px;
  }

  .nav-menu {
    border-bottom: 1px solid var(--grey-5);
    background-color: #fff;
    max-height: 90vh;
    margin-right: 0;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .no-padding {
    padding: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .navigation {
    justify-content: center;
    align-items: center;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
  }

  .text-dark-grey.no-margin.v2 {
    line-height: 32px;
  }

  .text-dark-grey.no-margin.v2.subtitle {
    margin-top: 10px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 32px;
    position: static;
  }

  .pricing-v1 {
    flex-wrap: wrap;
    margin-bottom: -48px;
    padding-left: 16.66%;
    padding-right: 16.66%;
  }

  .pricing-v1-card {
    flex: 0 auto;
    width: 100%;
    max-width: 350px;
    margin-bottom: 48px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .info {
    flex: none;
  }

  .blog-sidebar {
    padding-left: 8px;
    padding-right: 8px;
  }

  .input {
    box-shadow: inset 0 0 #0000;
  }

  .input.icon-input-bg {
    position: static;
  }

  .post-item-big {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sidebar-card-header {
    padding: 16px;
  }

  .sidebar-card {
    margin-bottom: 16px;
  }

  .post-card-v1 {
    margin-bottom: 24px;
  }

  .post-card-v1-image {
    height: 264px;
  }

  .post-card-v1-info {
    padding: 20px 20px 8px;
  }

  .post-card-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .post-card-bottom-info {
    font-size: 11px;
  }

  .post-card-author-link:hover {
    background-color: #0000;
  }

  .sidebar-card-info {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sidebar-card-info.small-padding {
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar-post-card {
    padding: 10px 0;
  }

  .sidebar-post-card:hover {
    background-color: #0000;
  }

  .sidebar-post-image {
    width: 64px;
    height: 48px;
    margin-right: 12px;
  }

  .sidebar-author-avatar {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }

  .sidebar-author-card {
    padding: 8px 0;
  }

  .sidebar-author-card:hover {
    background-color: #0000;
  }

  .sidebar-categories {
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-category {
    width: 100%;
    padding: 4px 0;
  }

  .sidebar-category-link {
    font-size: 12px;
  }

  .sidebar-tags {
    padding-left: 0;
    padding-right: 0;
  }

  .link-arrow {
    font-size: 13px;
  }

  .link-arrow.no-margin {
    margin: 0;
  }

  .sidebar-big-avatar {
    width: 64px;
    height: 64px;
  }

  .sidebar-author-info {
    padding-left: 0%;
    padding-right: 0%;
  }

  .post-item-medium {
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card-link {
    margin-bottom: 24px;
  }

  .post-card-link:hover {
    transform: none;
  }

  .post-card-v2-info {
    padding: 24px 24px 8px;
  }

  .post-card-v2-image {
    height: 200px;
  }

  .anchor-cards {
    flex-wrap: wrap;
  }

  .anchor-card {
    flex-basis: 25%;
    margin: 8px;
  }

  .cta-card {
    margin-left: 8px;
    margin-right: 8px;
  }

  .cta-card-icon {
    width: 72px;
    height: 72px;
  }

  .breadcrumbs {
    padding: 15px 8px;
  }

  .features-v2 {
    width: 83.33%;
    margin-bottom: -48px;
  }

  .feature-v2 {
    width: 50%;
    padding-bottom: 48px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .pricing-v2 {
    width: 66.66%;
    margin-bottom: -48px;
  }

  .pricing-v2-card {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 48px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .pricing-additional-info {
    margin-top: 48px;
  }

  .input-wrapper.no-margin {
    margin: 0;
  }

  .social-icons.subscribe-v1-icons {
    margin-top: 32px;
    margin-right: 0;
  }

  .side-info {
    width: 66.66%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-feature {
    flex-flow: column wrap;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-feature.mobile-reversed {
    flex-direction: column-reverse;
    align-items: center;
  }

  .side-media {
    width: 100%;
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-media.flex-right {
    justify-content: center;
  }

  .side-media.flex-right.drawing-tablet {
    display: none;
  }

  .footer-v1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-v1-column {
    width: 25%;
    padding-left: 8px;
    padding-right: 16px;
  }

  .footer-v1-info {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2 {
    padding-top: 48px;
  }

  .footer-v3-left, .footer-v3-right {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v3-bottom {
    margin-left: 8px;
    margin-right: 8px;
  }

  .side-block {
    width: 100%;
    max-width: none;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-block.flex-left {
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-block.flex-left.extend {
    text-align: center;
    width: 90%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .side-block.flex-left.drawing-tablet {
    width: 70%;
  }

  .message-text {
    flex: 1;
  }

  .post-info-bottom {
    font-size: 11px;
  }

  .post-image {
    height: 480px;
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .post {
    padding-left: 6%;
    padding-right: 6%;
  }

  .footer-v2-bottom-menu-link {
    margin-right: 16px;
  }

  .footer-v1-bottom {
    margin-left: 8px;
    margin-right: 8px;
  }

  .side-review {
    width: 83.33%;
  }

  .side-review-author {
    margin-left: 40px;
  }

  .side-review-corner {
    left: 67px;
  }

  .testimonials-v5 {
    padding-bottom: 72px;
  }

  .testimonials-v5-slide {
    width: 50%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .review-v5 {
    font-size: 15px;
  }

  .review-v5-logo {
    height: 36px;
  }

  .features-v3, .features-v3._2-columns {
    width: 100%;
  }

  .feature-v3 {
    width: 50%;
    padding-top: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .feature-v3._50-percent {
    width: 48%;
  }

  .hero-intro-bg {
    width: 98%;
    height: 600px;
  }

  .big-side-block-info {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 83.33%;
    margin-top: 72px;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .big-side-block-info.v2 {
    margin-left: auto;
    margin-right: auto;
  }

  .ipad-float {
    width: 72%;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: -4%;
  }

  .iphone-float {
    width: 32%;
    margin-top: -32px;
    margin-right: 9%;
  }

  .mini-features {
    width: 100%;
    margin-bottom: -32px;
  }

  .mini-feature {
    padding-bottom: 32px;
  }

  .menu-button {
    z-index: 2147483647;
    background-color: #0000;
    display: none;
  }

  .menu-button.w--open {
    color: var(--dark);
    background-color: #0000;
  }

  .layouts {
    margin-bottom: -64px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .layouts-item {
    width: 50%;
    margin-bottom: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .layout {
    height: 440px;
  }

  .layout.inner {
    height: 328px;
  }

  .post-author {
    margin-top: 40px;
    padding-right: 16%;
  }

  .side-features-v1 {
    width: 83.33%;
  }

  .subscribe-card.hero-card {
    margin-top: 64px;
  }

  .pricing-bg.grade-3 {
    height: 24%;
  }

  .mini-faq {
    margin-bottom: 0;
  }

  .sidebar-border-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .components {
    margin-bottom: -16px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .components-link {
    border-radius: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 24px;
    font-size: 14px;
    line-height: 20px;
  }

  .search-result-list {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .iphone-right {
    width: 40%;
    margin-right: -26%;
  }

  .iphone-left {
    width: 44%;
    margin-left: -13%;
  }

  .scroll-icon-link {
    display: none;
  }

  .sidebar {
    width: 100%;
    margin-right: 0%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .faq-questions {
    padding-left: 8px;
    padding-right: 8px;
  }

  .faq-questions.margin-right {
    margin-right: 0%;
    padding-bottom: 64px;
  }

  .footer-v4-bottom {
    margin-left: 8px;
    margin-right: 8px;
  }

  .help-form {
    width: 470px;
  }

  .help-input {
    box-shadow: 0 1px 3px #00000014, inset 0 0 #0000;
  }

  .article-list {
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
  }

  .article-list-item {
    padding-left: 1px;
    padding-right: 1px;
  }

  .article-list-icon {
    margin-top: -2px;
  }

  .article-link {
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .help-article-wrapper {
    flex-wrap: wrap;
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .help-mini-input {
    margin-right: -12px;
    box-shadow: inset 0 0 #0000;
  }

  .help-article.margin-left {
    margin-bottom: 48px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .related-articles {
    margin-top: 20px;
  }

  .float-button-wrapper {
    bottom: 12px;
    right: 12px;
  }

  .waves-bottom {
    display: none;
  }

  .floating-macbook {
    width: 80%;
    margin-left: 8%;
    display: block;
  }

  .image {
    width: 37%;
    margin-top: 1%;
    margin-right: 1%;
  }

  .counter {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
  }

  .counter-number {
    margin-bottom: 16px;
    font-size: 40px;
  }

  .floating-components-bg {
    width: 80%;
    margin-bottom: 0%;
  }

  .floating-pricing-card {
    width: 50%;
    margin-left: 2%;
  }

  .floating-post-card {
    width: 31%;
    margin-left: 6%;
  }

  .floating-team-member {
    width: 36%;
    margin-bottom: 5%;
    margin-left: 9%;
  }

  .floating-testimonial {
    width: 36%;
    margin-top: -5%;
  }

  .floating-cta-card {
    width: 48%;
    margin-right: 4%;
  }

  .floating-chat {
    width: 35%;
    margin-bottom: 15%;
    margin-right: 8%;
  }

  .help-center-promo {
    width: 80%;
  }

  .menu-icon {
    display: none;
  }

  .background-video-3.mobile {
    display: block;
  }

  .paragraph.extend-page-subheader {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .heading.extend-page {
    text-align: center;
    width: 100%;
    font-size: 50px;
    line-height: 56px;
  }

  .heading.extend-page.usb-monitor {
    text-align: center;
  }

  .heading-7 {
    font-size: 36px;
    line-height: 44px;
  }

  .why-duet {
    padding-right: 10%;
  }

  .download-apps-header {
    font-size: 28px;
    font-weight: 800;
    line-height: 36px;
  }

  .download-apps-header.account {
    font-size: 26px;
  }

  .download-apps-block-2 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .download-apps-block-2.account {
    margin-right: 30px;
  }

  .paragraph-8 {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .platform-header {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
  }

  .tripanel-section {
    margin-top: 50px;
    font-size: 12px;
    line-height: 18px;
  }

  .subscription-header {
    font-size: 22px;
    line-height: 30px;
  }

  .subscription-subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .subscription-features-list {
    min-height: 280px;
  }

  .subscription-list-item {
    background-position: 3px 5px;
    background-size: 12px;
    font-size: 13px;
    line-height: 22px;
  }

  .subscription-pricing {
    height: 24px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
  }

  .start-trial-btn {
    width: 180px;
    font-size: 14px;
    line-height: 20px;
  }

  .start-trial-btn.remote {
    width: 240px;
  }

  .start-trial-btn.remote.kms {
    height: 44px;
  }

  .columns-5 {
    max-width: 700px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11.download-btn.account, .div-block-11.signupbutton.account {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-14.desktop-text.legacy {
    font-size: 16px;
  }

  .download-header {
    margin-left: 50px;
    margin-right: 50px;
  }

  .columns-6 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .text-block-15 {
    width: 50%;
  }

  .link-block.account {
    text-align: right;
    margin-right: 0;
    display: block;
  }

  .link-block-2.account {
    margin-left: 0;
    display: block;
  }

  .image-25.splash-image-download {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
  }

  .column-11 {
    padding-left: 0;
    display: block;
  }

  .icon-2 {
    display: none;
  }

  .column-12 {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .columns-7 {
    display: block;
  }

  .billing-interval {
    height: 24px;
    margin-top: auto;
  }

  .duet-basic-header {
    font-size: 18px;
    line-height: 24px;
  }

  .ck-button-w {
    background-color: #5c98de;
    margin-left: auto;
    margin-right: auto;
  }

  .ck-button-w:hover {
    background-color: #66a7f1;
  }

  .ck-modal__exit-btn, .ck-modal__btns-w.is--small {
    background-color: #e9f4ff;
  }

  .ck-modal {
    z-index: 99999;
  }

  ._w-hero-section.account {
    padding-left: 160px;
    padding-right: 0;
  }

  .tagline.top {
    font-size: 36px;
    line-height: 44px;
  }

  .tagline-subtitle {
    font-size: 24px;
    line-height: 28px;
  }

  .text-logo {
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
  }

  .features-header {
    font-size: 26px;
    line-height: 32px;
  }

  .features-text {
    font-size: 18px;
    line-height: 24px;
  }

  .reviews-header, .reviews-header.dark {
    line-height: 44px;
  }

  .nav-link {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
  }

  .nav-link.download {
    background-color: #0000;
    min-width: 100px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav-link.sign-in {
    text-align: center;
    background-color: #0000;
    flex: 0 auto;
    min-width: 100px;
    padding-left: 4px;
    padding-right: 4px;
    display: block;
  }

  .nav-link.help-center {
    text-align: center;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-center {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 0;
    margin-left: 0%;
    margin-right: 0;
  }

  .pricing-plan-header {
    margin-bottom: 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .help-center-grid {
    margin-left: 60px;
    margin-right: 60px;
  }

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

  .banner-header.brands {
    margin-left: 60px;
    margin-right: 60px;
  }

  .brand-link-block.ge {
    display: none;
  }

  .show-number-users {
    width: 100%;
  }

  .remote-header {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 55px;
  }

  .div-block-30 {
    width: 100%;
  }

  .headline-section-overlay {
    direction: ltr;
    text-transform: none;
    word-break: normal;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-10.remote-access-subtitle {
    width: 75%;
  }

  .sticky-grid-pricing, .price-category-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-34 {
    display: block;
  }

  .nav-link-2 {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
  }

  .image-35 {
    object-fit: cover;
    max-width: 100%;
  }

  .brand-copy {
    padding-left: 22px;
  }

  .slider {
    margin-top: 19px;
  }

  .kms-hero {
    font-size: 48px;
    line-height: 60px;
    display: block;
  }

  .kms-hero.mirror-page, .kms-hero.dark-text {
    font-size: 48px;
    line-height: 60px;
  }

  .kms-hero.remote {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }

  .link-block-4 {
    text-align: center;
    margin-bottom: -87px;
    font-family: Lato, sans-serif;
    text-decoration: none;
  }

  .button-4 {
    margin-left: auto;
  }

  .bold-text-7 {
    font-size: 13px;
  }

  .dropdown.nav-link {
    display: block;
  }

  .code-embed.background-video {
    display: none;
  }

  .header-subtitle {
    margin-left: 15%;
    margin-right: 15%;
    font-size: 24px;
    line-height: 32px;
  }

  .cast-image {
    max-width: 90%;
    margin-left: 5%;
  }

  .notification-banner {
    position: fixed;
  }

  .team {
    width: 83.33%;
    margin-top: -12px;
    margin-bottom: 48px;
  }

  .section-intro-2 {
    max-width: 500px;
    margin-bottom: 56px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .team-member-wrapper {
    width: 100%;
    padding: 12px 8px;
  }

  .nav-right {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-left {
    width: auto;
    display: flex;
  }

  .grid-3 {
    grid-auto-flow: row;
    align-items: center;
  }

  .hero-header {
    font-size: 36px;
    line-height: 48px;
  }

  .hero-subheader {
    height: 80px;
    font-size: 36px;
    line-height: 48px;
  }

  .logo-img._50-r-m.google {
    margin-right: 100px;
  }

  .kms-bold-hero {
    font-size: 48px;
    display: block;
  }

  .signupkms.desktop-text.legacy {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }

  h2 {
    font-size: 25px;
  }

  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.haze.top-section.pricing-plan.studio-panel {
    display: none;
  }

  .section.top-section {
    padding-top: 128px;
  }

  .section.hero-v4-section {
    padding-top: 124px;
  }

  .button {
    margin-left: auto;
  }

  .button.small.ghost.macos {
    padding-left: 70px;
    padding-right: 40px;
  }

  .button.small.ghost.ios {
    max-width: none;
    height: 36px;
    padding-left: 40px;
    line-height: 18px;
  }

  .button.small.ghost.windows {
    padding-left: 75px;
    padding-right: 45px;
  }

  .button.small.ghost.android {
    max-width: none;
    height: 36px;
    padding-left: 40px;
    line-height: 18px;
  }

  .button.border-btn {
    text-align: center;
    line-height: 18px;
    display: block;
    right: 0;
  }

  .button.border-btn.nav-getting-started {
    width: 150px;
    min-width: 140px;
    max-width: 0;
    display: inline;
  }

  .no-margin {
    margin: 0;
  }

  .no-margin-bottom, .section-intro.no-margin-bottom {
    margin-bottom: 0;
  }

  .section-intro.text-white.two-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-intro.wide.no-margin-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .section-intro.left {
    padding-right: 8px;
  }

  .section-intro.left.no-margin {
    padding-left: 15px;
    padding-right: 15%;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-v3-menu {
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .brand.footer-v1-brand {
    justify-content: flex-start;
    width: 50%;
    margin-right: 8px;
  }

  .no-padding {
    padding: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .logo-icon {
    height: 22px;
  }

  .text-dark-grey.no-margin.v2.mode-subtitle {
    padding-right: 0;
  }

  .text-dark-grey.no-margin.v2.subtitle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-v1 {
    margin-bottom: -32px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .pricing-v1-card {
    max-width: 350px;
    margin-bottom: 32px;
  }

  .blog-v1 {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-sidebar {
    width: 100%;
    display: block;
  }

  .sidebar-subscribe-form {
    padding-left: 16%;
    padding-right: 16%;
  }

  .posts-side {
    width: 100%;
  }

  .sidebar-categories {
    padding-left: 16%;
    padding-right: 16%;
  }

  .link-arrow.no-margin {
    margin: 0;
  }

  .link-arrow.post-author-link {
    margin-top: -12px;
  }

  .sidebar-author-info {
    padding-left: 16%;
    padding-right: 16%;
  }

  .blog-v2 {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-v2.margin-bottom {
    margin-bottom: 24px;
  }

  .post-item-medium {
    width: 100%;
  }

  .post-card-v2-image {
    height: 264px;
  }

  .cta-card {
    padding-left: 12%;
    padding-right: 12%;
  }

  .review-v3 {
    padding: 6px;
  }

  .features-v2 {
    width: 100%;
    margin-bottom: -48px;
  }

  .pricing-v2 {
    width: 83.33%;
    margin-bottom: -32px;
  }

  .pricing-v2-card {
    margin-bottom: 32px;
  }

  .input-wrapper.no-margin {
    margin: 0;
  }

  .side-info {
    width: 83.33%;
  }

  .side-media.flex-right {
    display: none;
  }

  .footer-v1 {
    padding-bottom: 0;
  }

  .footer-v1-column {
    width: 50%;
    padding-bottom: 48px;
  }

  .footer-v1-info {
    justify-content: flex-start;
  }

  .social-icons-small.footer-v4-icons {
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
    margin-left: 5px;
  }

  .footer-v3-link {
    margin-left: 0;
    margin-right: 8px;
  }

  .footer-v3-left {
    width: 100%;
  }

  .footer-v3-right {
    flex: none;
    justify-content: flex-start;
    width: 100%;
  }

  .side-block.flex-left.extend {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .side-block.flex-left.drawing-tablet {
    width: 80%;
  }

  .feature-blocks {
    flex-wrap: wrap;
  }

  .feature-block {
    flex: 0 auto;
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .post-image {
    height: 360px;
  }

  .footer-v2-bottom-menu {
    justify-content: center;
    margin-bottom: 12px;
  }

  .footer-v2-bottom-menu-link {
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-v2-bottom-info {
    justify-content: center;
  }

  .side-review-card {
    padding: 24px 28px;
  }

  .testimonials-v5 {
    margin-top: -8px;
    margin-bottom: -24px;
  }

  .testimonials-v5-slide {
    padding-left: 4%;
    padding-right: 4%;
  }

  .slider-nav {
    font-size: 8px;
  }

  .features-v3 {
    width: 66.66%;
    margin-bottom: -48px;
  }

  .features-v3._2-columns {
    width: 66.66%;
  }

  .feature-v3 {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .feature-v3._50-percent {
    width: 100%;
  }

  .hero-intro-bg {
    height: 50%;
  }

  .ipad-float {
    margin-top: 64px;
    margin-bottom: 0;
  }

  .iphone-float {
    width: 30%;
    margin-top: -11px;
    margin-right: 10%;
  }

  .mini-features {
    width: 83.33%;
  }

  .mini-feature {
    width: 50%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .layouts-item {
    margin-bottom: 26px;
  }

  .layout {
    height: 320px;
  }

  .layout.inner {
    height: 192px;
  }

  .post-author {
    margin-top: 32px;
    padding: 32px 32px 24px;
  }

  .post-author-avatar {
    width: 64px;
    height: 64px;
    margin-right: 24px;
  }

  .side-features-v1 {
    width: 100%;
  }

  .mini-faq {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .sidebar-border-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .components {
    justify-content: center;
    align-items: center;
  }

  .components-link {
    flex-basis: 40%;
    padding: 20px;
  }

  .search-result-list {
    width: 100%;
  }

  .dancing-laptop-and-phone {
    margin-bottom: -24px;
  }

  .faq-questions.margin-right {
    padding-bottom: 48px;
  }

  .footer-v4-menu {
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    padding-top: 24px;
    padding-left: 0;
  }

  .footer-v4-link {
    margin-left: 0;
    margin-right: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .article-list {
    column-count: 1;
  }

  .help-article-wrapper {
    width: 100%;
  }

  .help-mini-form {
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 0;
  }

  .help-mini-input {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .contact-form-card {
    padding: 64px;
  }

  .counters {
    flex-wrap: wrap;
    margin-bottom: -48px;
  }

  .counter {
    flex: 0 auto;
    width: 50%;
    margin-bottom: 48px;
    font-size: 14px;
  }

  .help-center-promo {
    margin-top: 0%;
    margin-bottom: -12px;
  }

  .menu-icon {
    margin-left: 2px;
    margin-right: 2px;
  }

  .background-video-3.mobile {
    display: block;
  }

  .paragraph.extend-page-subheader {
    font-size: 22px;
  }

  .heading.extend-page {
    font-size: 40px;
  }

  .column-4.tier2, .column-4.cultofmac, .column-4.slate {
    display: none;
  }

  .why-duet {
    padding-right: 0%;
  }

  .download-apps-header {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-8 {
    width: 80%;
    font-size: 16px;
    line-height: 24px;
  }

  .platform-header {
    width: 60%;
    font-family: Nunito Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .platform-header.desktop, .div-block-9.above-desktop {
    display: none;
  }

  .tripanel-column {
    margin-bottom: 50px;
  }

  .tripanel-column.recommended {
    padding-bottom: 3%;
  }

  .tripanel-section {
    margin-top: 30px;
  }

  .subscription-subtitle {
    min-height: 40px;
  }

  .subscription-features-list {
    min-height: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .subscription-pricing {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .start-trial-btn {
    width: 250px;
    min-width: 220px;
    margin-top: 0;
  }

  .start-trial-btn.remote.kms {
    height: 44px;
  }

  .div-block-11.download-btn {
    width: 240px;
  }

  .div-block-11.download-btn.v2 {
    width: 210px;
  }

  .div-block-11.signupbutton {
    width: 240px;
  }

  .div-block-11.signupbutton.v2 {
    width: 210px;
  }

  .text-block-14.desktop-text {
    font-size: 14px;
    line-height: 16px;
  }

  .text-block-14.desktop-text.legacy {
    font-size: 14px;
    line-height: 48px;
  }

  .download-header {
    margin-left: 50px;
    margin-right: 50px;
  }

  .columns-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .columns-6.desktop {
    display: none;
  }

  .column-10, .download-btn-col {
    text-align: center;
  }

  .text-block-15 {
    font-size: 14px;
    line-height: 18px;
  }

  .link-block {
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }

  .link-block-2 {
    margin-left: 0;
  }

  .image-25.splash-image-download {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
  }

  .column-11 {
    padding-left: 0;
    display: none;
  }

  .icon-2 {
    display: none;
  }

  .tabs-2 {
    margin-top: 40px;
  }

  .tab-item.w--current {
    width: 180px;
  }

  .text-block-20.not-recommended {
    display: none;
  }

  .div-block-16.dashboard {
    margin-top: 40px;
  }

  .settings-checkbox.text {
    font-size: 16px;
  }

  .ck-modal__content-w {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ck-modal__exit-btn {
    margin-right: 1.25rem;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .c-body-content {
    padding-left: 0;
  }

  .c-side-navmenu {
    background-color: #222;
    background-image: linear-gradient(#222, #222);
    height: auto;
    padding: 10px;
    display: block;
  }

  .c-side-brand-logo {
    flex: 1;
    margin-bottom: 0;
  }

  .c-nav-extra-links {
    border-top-style: none;
    padding-top: 0;
  }

  .c-sidenavbar {
    position: fixed;
    inset: 0% 0% auto;
  }

  .c-sidenavbar-container {
    background-image: linear-gradient(#222, #222), linear-gradient(to right, #6d76da, #fff0), url('../images/bg-pattern.svg');
    background-position: 0 0, 0 0, 100%;
    background-size: auto, auto, contain;
    background-attachment: scroll, scroll, fixed;
    display: block;
  }

  .c-menu-btn {
    float: none;
    color: #fff;
    border: 2px solid #fff0;
    border-radius: 10px;
    transition: all .35s;
  }

  .c-menu-btn.w--open {
    background-color: #0000;
    border-color: #ffffffbf;
  }

  .c-menu-controls {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  ._w-hero-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  ._w-hero-section.plan {
    padding-left: 5%;
  }

  ._w-hero-section.account {
    margin-top: 20px;
    padding-left: 20px;
  }

  .tagline.top {
    line-height: 40px;
  }

  .mode-header {
    font-size: 20px;
    line-height: 32px;
  }

  .mode-container {
    border: 1px #ccc;
    border-radius: 11px;
    margin: 20px 40px;
    box-shadow: 1px 1px 7px #999;
  }

  .mode-text-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .review-card {
    width: 90%;
  }

  .nav-link {
    display: none;
  }

  .nav-link.download {
    background-color: #0000;
  }

  .nav-link.sign-in {
    background-color: #0000;
    display: inline;
  }

  .nav-link.help-center {
    background-color: #0000;
  }

  .nav-center {
    display: none;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .help-center-grid {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .banner-header.brands {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 28px;
    font-weight: 700;
  }

  .brand-link-block {
    width: 15%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .brand-link-block.amazon {
    display: none;
  }

  .image-16.forgot-password {
    margin-top: 20px;
  }

  .show-number-users {
    width: 70%;
  }

  .background-video-section {
    display: block;
  }

  .background-video-4 {
    display: none;
  }

  .remote-header {
    line-height: 70px;
  }

  .section-8.shared-pc-banner {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-span-4 {
    font-size: 36px;
    line-height: 36px;
  }

  .placeholder-spacer {
    display: none;
  }

  .sticky-grid-pricing {
    background-color: #edf1fd;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .price-category-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .table-cell-title {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
  }

  .table-cell {
    width: 33.2%;
  }

  .pricing-chart-grid {
    flex-flow: wrap;
    grid-template-columns: 1.5fr 1fr;
    grid-template-areas: ".";
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-34 {
    flex-direction: column;
  }

  .nav-link-2 {
    display: none;
  }

  .div-block-37 {
    grid-template-columns: minmax(278px, 1.5fr) 3.75fr;
  }

  .text-block-35 {
    text-align: center;
    width: 400px;
  }

  .cell, .cell-2, .cell-3, .cell-4 {
    justify-content: center;
    align-items: center;
  }

  .cell-5 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-36 {
    text-align: center;
    width: 400px;
  }

  .text-block-37 {
    width: 400px;
  }

  .cell-6 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .cell-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-38 {
    width: auto;
  }

  .cell-10 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-form-card-copy, .contact-form-card-copy-2 {
    padding: 64px;
  }

  .kms-hero {
    font-size: 36px;
    line-height: 48px;
  }

  .button-4 {
    margin-left: auto;
  }

  .cast-image {
    max-width: 90%;
    margin: 0 10% 60px 5%;
  }

  .background-image-extend {
    width: 140%;
  }

  .notification-banner.help-center {
    background-color: #222;
  }

  .notification-text {
    font-size: 14px;
  }

  .team {
    width: 100%;
    margin-bottom: 32px;
  }

  .nav-right {
    justify-content: flex-end;
    align-items: center;
  }

  .hero-header {
    line-height: 44px;
  }

  .hero-subheader {
    font-size: 32px;
    line-height: 44px;
  }

  .logo-img._50-r-m.google {
    margin-right: 100px;
  }

  .logo-img._50-r-m.general-e {
    height: 44px;
  }

  .kms-bold-hero {
    font-size: 36px;
    line-height: 48px;
    display: block;
  }

  .signupkms.desktop-text {
    font-size: 14px;
    line-height: 16px;
  }

  .signupkms.desktop-text.legacy {
    font-size: 14px;
    line-height: 48px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section.haze.jobs-haze {
    padding-top: 20px;
  }

  .section.hero-v3-section.extend.holiday-sale {
    background-position: -400px 0;
    background-size: cover;
  }

  .section.top-section.grade-3.help-article {
    padding-top: 40px;
  }

  .section.features {
    margin-top: 60px;
  }

  .wrapper.nav-bar-wrapper {
    z-index: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    display: flex;
    position: fixed;
    box-shadow: 1px 0 10px #0003;
  }

  .wrapper.nav-bar-wrapper.all-pages {
    background-color: #fff;
  }

  .button.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.small.ghost.ios {
    max-width: none;
    height: 36px;
    margin-left: 0;
    padding-left: 38px;
    padding-right: 25px;
    font-size: 15px;
  }

  .button.small.ghost.windows {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .button.small.ghost.android {
    max-width: none;
    height: 36px;
    margin-left: 15px;
    padding-left: 38px;
    padding-right: 20px;
    font-size: 15px;
    display: flex;
  }

  .button.side-margins {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .button.margin-left {
    margin-top: 16px;
    margin-left: 0;
  }

  .button.pricing-plan {
    width: 100%;
    margin-bottom: 0;
  }

  .button.border-btn {
    width: 200px;
    margin-top: 6px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 18px;
    right: 0;
  }

  .button.border-btn.help-center {
    margin-top: 8px;
    margin-left: 60px;
  }

  .button.border-btn.nav-getting-started {
    align-self: center;
    width: 150px;
    min-width: 100px;
    height: auto;
    margin-top: 0;
    margin-right: 10px;
    font-size: 16px;
    line-height: 16px;
    display: block;
  }

  .button.border-btn.nav-getting-started.remote-access {
    margin-top: 2px;
    padding-top: 10px;
  }

  .button.border-btn.comparison {
    width: 200px;
    font-size: 16px;
  }

  .button.pro.holiday-sale {
    width: 100%;
    font-size: 18px;
  }

  .nav-bar.v2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    box-shadow: 1px -2px 10px #59627333;
  }

  .no-margin {
    margin: 0;
  }

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

  .section-intro {
    padding-left: 0;
    padding-right: 0;
  }

  .section-intro.no-margin-bottom {
    width: 100%;
    margin-bottom: 0;
  }

  .section-intro.wide {
    max-width: 100%;
  }

  .section-intro.wide.no-margin-bottom.row1 {
    display: none;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-v3-menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .brand {
    margin-top: 0;
  }

  .brand.w--current {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: block;
  }

  .nav-menu {
    width: 100%;
  }

  .no-padding {
    padding: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .navigation {
    justify-content: flex-start;
  }

  .logo-icon {
    min-width: 52px;
  }

  .text-dark-grey.no-margin.v2.mode-subtitle {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .text-dark-grey.no-margin.v2.subtitle {
    margin-top: -20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-dark-grey.no-margin.v2.subtitle.no-animation {
    margin-top: 20px;
  }

  .pricing-v1 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing-v1-card {
    width: 90%;
    min-width: 300px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .blog-sidebar {
    padding-left: 8px;
    padding-right: 8px;
  }

  .input {
    min-width: 0;
  }

  .sidebar-subscribe-form {
    padding-left: 0%;
    padding-right: 0%;
  }

  .post-card-v1-image {
    height: 224px;
  }

  .post-card-author-link {
    margin-left: 0;
    padding-left: 0;
  }

  .sidebar-categories {
    padding-left: 0%;
    padding-right: 0%;
  }

  .link-arrow.no-margin {
    margin: -1px;
  }

  .sidebar-author-info {
    padding-left: 0%;
    padding-right: 0%;
  }

  .post-card-v2-image {
    height: 224px;
  }

  .post-card-author {
    margin-left: 0;
    padding-left: 0;
  }

  .anchor-card {
    flex-basis: 40%;
    padding-bottom: 48px;
  }

  .cta-card-info {
    align-items: stretch;
  }

  .subscribe-form {
    flex-flow: column wrap;
    align-items: stretch;
    width: 100%;
    min-width: 200px;
  }

  .side-buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .feature-v2, .pricing-v2 {
    width: 100%;
  }

  .pricing-v2-card-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pricing-v2-card-info {
    margin-left: 32px;
    margin-right: 32px;
  }

  .pricing-v2-icon {
    width: 56px;
    height: 56px;
    bottom: -28px;
    right: 28px;
  }

  .video-link.dark-bg.margin-left {
    justify-content: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .input-wrapper.no-margin {
    margin: 0;
  }

  .side-info {
    width: 100%;
  }

  .side-feature {
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-media {
    min-height: 200px;
    margin-bottom: 48px;
  }

  .footer-v3-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-v3-bottom-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }

  .side-block.flex-left.extend {
    width: 100%;
    min-height: 600px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .side-block.flex-left.drawing-tablet {
    width: 100%;
  }

  .message {
    text-align: center;
    flex-direction: column;
  }

  .message-text {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .post-image {
    height: 240px;
  }

  .post {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-bottom-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-v1-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-app-link {
    font-size: 12px;
    line-height: 16px;
  }

  .side-review {
    width: 100%;
  }

  .side-review-author {
    margin-left: 20px;
  }

  .side-review-corner {
    left: 47px;
  }

  .testimonials-v5 {
    padding-bottom: 56px;
  }

  .testimonials-v5-slide, .features-v3, .features-v3._2-columns {
    width: 100%;
  }

  .feature-v3 {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .feature-v3._50-percent {
    margin-top: 20px;
  }

  .hero-intro-bg {
    height: 50vh;
  }

  .big-side-block-info {
    width: 100%;
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
  }

  .ipad-float {
    width: 100%;
  }

  .iphone-float {
    width: 40%;
    margin-top: 4px;
    margin-right: -2%;
  }

  .mini-features {
    width: 100%;
    margin-bottom: -24px;
  }

  .mini-feature {
    width: 100%;
    padding-bottom: 24px;
  }

  .layouts {
    margin-bottom: -48px;
  }

  .layouts-item {
    width: 100%;
    margin-bottom: 8px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .layout {
    height: 360px;
  }

  .layout.inner {
    height: 328px;
  }

  .post-author {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 24px;
  }

  .post-author-avatar {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .subscribe-card {
    padding: 32px;
  }

  .mini-faq {
    width: 100%;
  }

  .components-link {
    flex: 0 auto;
    width: 100%;
  }

  .password-card {
    padding: 40px;
  }

  .dancing-laptop-and-phone {
    width: 140%;
    max-width: none;
  }

  .iphone-right {
    width: 62%;
    margin-right: -42%;
  }

  .iphone-left {
    width: 66%;
    margin-left: -19%;
  }

  .faq-questions {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v4-menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-v4-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .help-form {
    width: 100%;
  }

  .capitalized.no-margin.help-article {
    font-size: 24px;
    line-height: 32px;
  }

  .contact-form-card {
    flex-direction: column;
    padding: 32px;
  }

  .floating-macbook {
    width: 100%;
    margin-left: -5%;
  }

  .image {
    width: 42%;
    margin-top: 3%;
    margin-right: -2%;
  }

  .counter {
    width: 100%;
  }

  .help-center-promo {
    width: 96%;
  }

  .background-video-3.mobile {
    display: block;
  }

  .paragraph.extend-page-subheader.holiday-sale {
    font-size: 20px;
  }

  .columns {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading.extend-page {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
  }

  .heading.extend-page.usb-monitor {
    text-align: center;
    width: 600px;
    max-width: 100%;
    font-size: 32px;
    line-height: 36px;
  }

  .heading.extend-page.holiday-sale {
    font-size: 32px;
  }

  .column-4.tier2, .column-4.cultofmac, .column-4.slate {
    display: none;
  }

  .heading-7 {
    font-size: 32px;
    line-height: 36px;
  }

  .why-duet {
    padding-right: 0%;
    font-size: 16px;
    line-height: 24px;
  }

  .list.jobs-list {
    font-size: 16px;
    line-height: 24px;
  }

  .jobs-subtitle {
    font-size: 22px;
  }

  .download-apps-block-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .platform-header {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .tripanel-section {
    margin-top: 10px;
  }

  .start-trial-btn {
    width: 100%;
  }

  .start-trial-btn.remote.kms {
    height: 42px;
  }

  .text-block-14.desktop-text.legacy {
    margin-left: 5px;
    font-size: 14px;
    line-height: 48px;
  }

  .columns-6 {
    display: block;
  }

  .column-10, .download-btn-col {
    text-align: center;
  }

  .text-block-15 {
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .link-block {
    margin-right: 0;
  }

  .link-block-2 {
    margin-top: 20px;
    margin-left: 0;
  }

  .image-25.splash-image-download {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
  }

  .column-11 {
    padding-left: 0;
  }

  .tabs-2 {
    width: 100%;
  }

  .tab-item {
    width: 66%;
    display: inline-block;
  }

  .tab-item.left.w--current {
    width: 33%;
  }

  .tabs-menu-2 {
    width: 100%;
  }

  .settings-block.plan {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-18 {
    border-color: #e4e4e4;
  }

  .ck-button-w {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .ck-modal__content-w.is--small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .ck-modal__btns-w.is--small {
    padding: 1.25rem;
  }

  .ck-modal {
    max-width: 100%;
  }

  .c-side-navmenu {
    background-color: #222;
    background-image: linear-gradient(#222, #222);
  }

  .c-side-brand-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-sidenavbar-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._w-hero-section.plan {
    padding-left: 20px;
  }

  .tagline.top {
    font-size: 32px;
    line-height: 36px;
  }

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

  .text-logo.help-center.nav-headline {
    display: none;
  }

  .text-logo.kms {
    padding-top: 15px;
  }

  .mode-container {
    margin: 20px 10px;
  }

  .mode-container:hover {
    transform: none;
  }

  .mode-text-container {
    padding-left: 0;
    padding-right: 0;
  }

  .features-header {
    font-size: 20px;
    line-height: 24px;
  }

  .reviews-header {
    font-size: 24px;
    line-height: 32px;
  }

  .reviews-header.dark {
    margin-bottom: 0;
  }

  .nav-link {
    display: none;
  }

  .nav-link.download {
    background-color: #0000;
  }

  .nav-link.sign-in {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    min-width: 70px;
    max-width: 100px;
    font-size: 16px;
    line-height: 14px;
    display: flex;
  }

  .nav-link.help-center {
    background-color: #0000;
  }

  .nav-center {
    display: none;
  }

  .container-3 {
    max-width: none;
  }

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

  .contact-form-header {
    line-height: 40px;
  }

  .help-center-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-26 {
    display: none;
  }

  .banner-header.brands {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
    font-weight: 600;
  }

  .brand-link-block {
    width: 22%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .brand-link-block.google-block {
    display: none;
  }

  .sign-up-subheader.forgot-password {
    font-size: 12px;
  }

  .page-1-left-header {
    font-size: 24px;
    line-height: 32px;
  }

  .submit-button.forgot-password {
    font-size: 18px;
    line-height: 24px;
  }

  .show-number-users {
    width: 100%;
  }

  .forgot-password-text {
    font-size: 14px;
    line-height: 18px;
  }

  .background-video-section {
    margin-top: -27px;
  }

  .remote-header {
    margin-left: 0;
    margin-right: 0;
    font-size: 25px;
    line-height: 28px;
  }

  .footer-newsletter {
    font-size: 24px;
  }

  .section-8.shared-pc-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-9 {
    font-size: 16px;
    line-height: 24px;
  }

  .headline-section-overlay {
    align-self: auto;
    width: 100%;
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-4 {
    font-size: 25px;
    line-height: 28px;
  }

  .paragraph-10 {
    margin-bottom: 30px;
    font-size: 13px;
  }

  .paragraph-10.remote-access {
    width: 85%;
  }

  .pricing-tabs {
    display: block;
  }

  .pricing-tabs.two-options {
    width: 100%;
  }

  .tabs-menu-3 {
    flex-flow: row;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .pricing-sticky-bg-wrap {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }

  .sticky-grid-pricing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
    overflow: hidden;
  }

  .h2 {
    font-size: 30px;
  }

  .price-category-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .table-cell-title {
    text-align: center;
    border-top: 1px solid #f2f3ff;
    justify-content: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blurb-txt {
    font-size: 13px;
    display: block;
  }

  .pricing-title-wrap-sticky {
    width: 100%;
    padding: 15px 21px 15px 15px;
    font-size: 13px;
  }

  .pricing-title-wrap-sticky.middle, .pricing-title-wrap-sticky.end {
    padding-right: 15px;
  }

  .table-cell {
    width: 33.1%;
  }

  .outer-chart-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
  }

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

  .nav-link-2 {
    display: none;
  }

  .div-block-37 {
    grid-template-columns: minmax(278px, 1fr) 1.75fr;
    display: flex;
  }

  .image-35 {
    opacity: 0;
  }

  .heading-51 {
    font-size: 27px;
  }

  .paragraph-12 {
    font-size: 16px;
  }

  .heading-52 {
    font-size: 27px;
  }

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

  .text-block-35 {
    text-align: center;
    width: auto;
  }

  .cell-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-36 {
    text-align: center;
    width: auto;
  }

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

  .cell-6, .cell-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-38 {
    width: auto;
    font-size: 16px;
  }

  .text-block-39 {
    font-size: 14px;
  }

  .heading-54 {
    text-align: center;
    font-size: 16px;
  }

  .cell-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-form-card-copy, .contact-form-card-copy-2 {
    flex-direction: column;
    padding: 32px;
  }

  .heading-55 {
    margin-bottom: 6px;
  }

  .brand-copy {
    margin-top: 15px;
  }

  .kms-hero {
    font-size: 36px;
    line-height: 40px;
  }

  .kms-hero.mirror-page, .kms-hero.dark-text {
    font-size: 32px;
    line-height: 40px;
  }

  .kms-hero.remote {
    padding-left: 0;
  }

  .div-block-39, .button-4.pricing-plan {
    width: 100%;
  }

  .tabs-menu-5 {
    flex-flow: row;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .header-subtitle {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 22px;
    line-height: 28px;
  }

  .cast-image {
    margin-bottom: 40px;
  }

  .background-image-extend {
    width: 400%;
  }

  .notification-banner {
    display: none;
  }

  .notification-text {
    height: 100px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
  }

  .notification-button {
    margin-right: 10px;
  }

  .team-member-avatar {
    width: 100%;
    height: 280px;
  }

  .team-member-position {
    text-align: left;
    flex: 0 auto;
    width: 100%;
    margin-top: 4px;
  }

  .team-member {
    flex-direction: column;
    padding: 32px;
  }

  .team-member-header {
    flex-wrap: wrap;
    padding-top: 20px;
  }

  .nav-right {
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: 20px;
  }

  .nav-left {
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
    margin-right: auto;
    display: flex;
  }

  .grid-3 {
    height: 100%;
  }

  .hero-header {
    margin-bottom: -10px;
    font-size: 26px;
  }

  .hero-subheader {
    margin-top: 0;
    font-size: 20px;
  }

  .logo-img._50-r-m.google {
    margin-right: 100px;
  }

  .platform-availability-container {
    display: none;
  }

  .signupkms.desktop-text.legacy {
    margin-left: 5px;
    font-size: 14px;
    line-height: 48px;
  }
}

#w-node-e0bd03fd-9541-346c-4c9f-8fe4d86c35bb-272dd853, #w-node-d07729c3-94f1-2ff1-96b9-32f79fc34329-9fc34322, #w-node-bcd9052b-1a36-6804-9c5c-e868d296562b-9fc34322, #w-node-d07729c3-94f1-2ff1-96b9-32f79fc34334-9fc34322, #w-node-d07729c3-94f1-2ff1-96b9-32f79fc3433d-9fc34322, #w-node-_9c23e533-b800-bb9f-8bf8-f3381d5f3588-1d5f3585, #w-node-_0c828d7e-7312-df0a-fd73-18697f4e25f3-42c45f21, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db76-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db7f-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db80-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db84-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db88-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db8f-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db92-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db94-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db95-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db98-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db9b-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db9d-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db9e-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dba1-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dba4-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dba6-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dba8-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbab-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbae-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbaf-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb0-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb3-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb6-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb7-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb9-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbbc-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbbf-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc1-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc2-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc5-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc8-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc9-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbcb-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbce-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbd1-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbd2-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbd4-272dd8e9, #w-node-_25d0aeff-cbc3-b79f-5126-1d8bdede9856-272dd8e9, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db76-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db7f-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db80-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db84-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db88-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db8f-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db92-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db94-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db95-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db98-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db9b-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db9d-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db9e-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dba1-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dba4-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dba6-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dba8-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbab-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbae-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbaf-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb0-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb3-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb6-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb7-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb9-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbbc-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbbf-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc1-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc2-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc5-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc8-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc9-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbcb-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbce-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbd1-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbd2-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbd4-272dd8ea, #w-node-_25d0aeff-cbc3-b79f-5126-1d8bdede9856-272dd8ea, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db76-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db7f-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db80-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db84-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db88-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db8f-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db92-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db94-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db95-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db98-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db9b-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db9d-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db9e-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dba1-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dba4-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dba6-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dba8-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbab-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbae-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbaf-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb0-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb3-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb6-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb7-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb9-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbbc-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbbf-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc1-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc2-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc5-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc8-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc9-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbcb-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbce-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbd1-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbd2-272dd8f1, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbd4-272dd8f1, #w-node-_25d0aeff-cbc3-b79f-5126-1d8bdede9856-272dd8f1, #w-node-c274647f-0e45-2e9d-5493-522abfaf0b45-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db76-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db7f-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db80-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db84-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db88-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db8f-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db92-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db94-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db95-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db98-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db9b-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db9d-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db9e-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dba1-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dba4-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dba6-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dba8-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbab-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbae-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbaf-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb0-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb3-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb6-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb7-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb9-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbbc-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbbf-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc1-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc2-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc5-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc8-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc9-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbcb-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbce-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbd1-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbd2-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbd4-272dd903, #w-node-_25d0aeff-cbc3-b79f-5126-1d8bdede9856-272dd903, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db76-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db7f-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db80-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db84-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db88-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db8f-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db92-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db94-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db95-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db98-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db9b-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db9d-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49db9e-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dba1-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dba4-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dba6-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dba8-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbab-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbae-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbaf-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb0-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb3-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb6-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb7-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbb9-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbbc-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbbf-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc1-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc2-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc5-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc8-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbc9-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbcb-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbce-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbd1-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbd2-272dd904, #w-node-c30779fe-6d57-02f1-4d05-c394dc49dbd4-272dd904, #w-node-_25d0aeff-cbc3-b79f-5126-1d8bdede9856-272dd904, #w-node-_25d0aeff-cbc3-b79f-5126-1d8bdede9856-272dd905, #w-node-cf041df2-100f-ad87-57d7-7c498576260a-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb0476-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb047f-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb0484-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb0488-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb048f-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb0492-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb0496-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb0499-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb049c-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb04a0-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb04a3-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb04a7-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb04a8-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb04ab-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb04af-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb04b0-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb04b3-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb04b7-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb04b8-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb04bb-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb04bf-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb04c0-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb04c3-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb04c7-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb04c8-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb04cb-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb04cf-272dd91a, #w-node-_0867fc93-87c5-86a0-021d-841f78fb04d0-272dd91a, #w-node-_25d0aeff-cbc3-b79f-5126-1d8bdede9856-272dd91a, #w-node-fa7c4d39-b611-883c-8c3b-9a189fa5904b-272dd922, #w-node-_1fcd7d63-a21c-3fd5-84e2-5bb283efbd82-272dd922, #w-node-fe265b1b-0ebd-42e3-c8df-0fb81894f5dc-272dd922, #w-node-ece5a638-cafd-9fdc-53f7-7e813d71a9f5-272dd922, #w-node-_33af00bd-683a-4af9-e01a-57760a7dc143-272dd922, #w-node-c6fe2d2b-f9df-072b-ff5f-7ec33cc6fd94-272dd922, #w-node-_25d0aeff-cbc3-b79f-5126-1d8bdede9856-272dd92c, #w-node-d09ba3c3-c691-c226-acd5-d04670ec6de0-272dd951 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b23c42d-2aad-69d9-4077-553e75940aac-272dd951 {
  order: 0;
  align-self: auto;
}

#w-node-_1b23c42d-2aad-69d9-4077-553e75940ac7-272dd951 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b23c42d-2aad-69d9-4077-553e75940aac-99764957 {
  order: 0;
  align-self: auto;
}

#w-node-_1b23c42d-2aad-69d9-4077-553e75940ab5-99764957 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: stretch;
}

#w-node-_008eaad5-b669-0add-4392-b49501ca4685-99764957, #w-node-abb31042-4dbd-5f83-ba23-938234ee551a-99764957, #w-node-e9692918-b6c4-2e59-a714-40bd33964103-99764957 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_248b6033-d10e-a253-ef93-7fbcd3cdcf91-99764957 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: minmax(475px, 1fr) minmax(475px, 475px);
}

#w-node-_3c2478cc-1d55-0e74-a792-0aa73441f1e8-99764957 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1b23c42d-2aad-69d9-4077-553e75940ac7-99764957, #w-node-_8a2e8bf3-5a86-cc35-741c-584739221357-99764957 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b23c42d-2aad-69d9-4077-553e75940aac-320a52ac {
  order: 0;
  align-self: auto;
}

#w-node-_1b23c42d-2aad-69d9-4077-553e75940ab5-320a52ac {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: stretch;
}

#w-node-_008eaad5-b669-0add-4392-b49501ca4685-320a52ac, #w-node-abb31042-4dbd-5f83-ba23-938234ee551a-320a52ac, #w-node-e9692918-b6c4-2e59-a714-40bd33964103-320a52ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_248b6033-d10e-a253-ef93-7fbcd3cdcf91-320a52ac {
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(475px, 1fr) minmax(475px, 475px);
}

#w-node-_3c2478cc-1d55-0e74-a792-0aa73441f1e8-320a52ac {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1b23c42d-2aad-69d9-4077-553e75940ac7-320a52ac, #w-node-_8a2e8bf3-5a86-cc35-741c-584739221357-320a52ac, #w-node-_83de21ba-9131-2fe7-2405-fc6f8f4088be-4daff574, #w-node-_25d0aeff-cbc3-b79f-5126-1d8bdede9856-4daff574, #w-node-_1b23c42d-2aad-69d9-4077-553e75940ac7-d081981d, #w-node-_21009a53-08eb-fd50-d422-0c0325eb794c-2120a17a, #w-node-_25d0aeff-cbc3-b79f-5126-1d8bdede9856-2120a17a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b23c42d-2aad-69d9-4077-553e75940aac-b9e193da {
  order: 0;
  align-self: auto;
}

#w-node-_1b23c42d-2aad-69d9-4077-553e75940ac7-b9e193da, #w-node-e0bd03fd-9541-346c-4c9f-8fe4d86c35bb-e0b0aabc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3ec86d7a-a1ba-1edd-a4d2-6f39c0b28550-42c45f21, #w-node-d09ba3c3-c691-c226-acd5-d04670ec6df9-272dd951 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_248b6033-d10e-a253-ef93-7fbcd3cdcf92-320a52ac {
    grid-column: span 1 / span 1;
  }

  #w-node-_21009a53-08eb-fd50-d422-0c0325eb7965-2120a17a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3ec86d7a-a1ba-1edd-a4d2-6f39c0b28550-42c45f21, #w-node-c274647f-0e45-2e9d-5493-522abfaf0b5e-272dd903, #w-node-cf041df2-100f-ad87-57d7-7c4985762623-272dd91a, #w-node-d09ba3c3-c691-c226-acd5-d04670ec6df9-272dd951 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1b23c42d-2aad-69d9-4077-553e75940aac-272dd951, #w-node-_1b23c42d-2aad-69d9-4077-553e75940aac-99764957 {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_248b6033-d10e-a253-ef93-7fbcd3cdcf92-99764957, #w-node-_248b6033-d10e-a253-ef93-7fbcd3cdcf93-99764957, #w-node-_21b3a6b2-be2b-7061-d764-5e6c150d885c-99764957, #w-node-_5b2e6d63-59fe-4b4b-27c5-fc45fd838c16-99764957, #w-node-e5889fa0-a5bf-eeec-e66d-ee3226427085-99764957, #w-node-_185a2590-22bd-8e69-105d-4f003f733fa5-99764957, #w-node-_3faf39de-c68e-e9be-e785-03a157686dce-99764957, #w-node-_7e5824b2-2580-5377-cf25-1cc7fde0af68-99764957 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1b23c42d-2aad-69d9-4077-553e75940aac-320a52ac {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_248b6033-d10e-a253-ef93-7fbcd3cdcf92-320a52ac, #w-node-_248b6033-d10e-a253-ef93-7fbcd3cdcf93-320a52ac, #w-node-_21b3a6b2-be2b-7061-d764-5e6c150d885c-320a52ac, #w-node-_5b2e6d63-59fe-4b4b-27c5-fc45fd838c16-320a52ac, #w-node-e5889fa0-a5bf-eeec-e66d-ee3226427085-320a52ac, #w-node-_185a2590-22bd-8e69-105d-4f003f733fa5-320a52ac {
    grid-column: span 2 / span 2;
  }

  #w-node-_83de21ba-9131-2fe7-2405-fc6f8f4088d7-4daff574, #w-node-_21009a53-08eb-fd50-d422-0c0325eb7965-2120a17a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1b23c42d-2aad-69d9-4077-553e75940aac-b9e193da {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2c300b7e-55b1-0358-81ed-3fcc2f2f7e93-42c45f21 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0c828d7e-7312-df0a-fd73-18697f4e25f3-42c45f21 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ec86d7a-a1ba-1edd-a4d2-6f39c0b28550-42c45f21, #w-node-c274647f-0e45-2e9d-5493-522abfaf0b44-272dd903 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c274647f-0e45-2e9d-5493-522abfaf0b45-272dd903 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c274647f-0e45-2e9d-5493-522abfaf0b5e-272dd903, #w-node-cf041df2-100f-ad87-57d7-7c4985762609-272dd91a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf041df2-100f-ad87-57d7-7c498576260a-272dd91a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cf041df2-100f-ad87-57d7-7c4985762623-272dd91a, #w-node-d09ba3c3-c691-c226-acd5-d04670ec6ddf-272dd951 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d09ba3c3-c691-c226-acd5-d04670ec6de0-272dd951 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d09ba3c3-c691-c226-acd5-d04670ec6df9-272dd951 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_248b6033-d10e-a253-ef93-7fbcd3cdcf91-99764957 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(auto, auto) minmax(auto, auto);
  }

  #w-node-_248b6033-d10e-a253-ef93-7fbcd3cdcf92-99764957, #w-node-_248b6033-d10e-a253-ef93-7fbcd3cdcf93-99764957, #w-node-_21b3a6b2-be2b-7061-d764-5e6c150d885c-99764957, #w-node-_5b2e6d63-59fe-4b4b-27c5-fc45fd838c16-99764957, #w-node-e5889fa0-a5bf-eeec-e66d-ee3226427085-99764957, #w-node-_185a2590-22bd-8e69-105d-4f003f733fa5-99764957, #w-node-_3faf39de-c68e-e9be-e785-03a157686dce-99764957, #w-node-_7e5824b2-2580-5377-cf25-1cc7fde0af68-99764957 {
    grid-column: span 2 / span 2;
  }

  #w-node-_248b6033-d10e-a253-ef93-7fbcd3cdcf91-320a52ac {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(auto, auto) minmax(auto, auto);
  }

  #w-node-_248b6033-d10e-a253-ef93-7fbcd3cdcf92-320a52ac, #w-node-_248b6033-d10e-a253-ef93-7fbcd3cdcf93-320a52ac, #w-node-_21b3a6b2-be2b-7061-d764-5e6c150d885c-320a52ac, #w-node-_5b2e6d63-59fe-4b4b-27c5-fc45fd838c16-320a52ac, #w-node-e5889fa0-a5bf-eeec-e66d-ee3226427085-320a52ac, #w-node-_185a2590-22bd-8e69-105d-4f003f733fa5-320a52ac {
    grid-column: span 2 / span 2;
  }

  #w-node-_83de21ba-9131-2fe7-2405-fc6f8f4088bd-4daff574 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_83de21ba-9131-2fe7-2405-fc6f8f4088be-4daff574 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_83de21ba-9131-2fe7-2405-fc6f8f4088d7-4daff574, #w-node-_21009a53-08eb-fd50-d422-0c0325eb794b-2120a17a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_21009a53-08eb-fd50-d422-0c0325eb794c-2120a17a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_21009a53-08eb-fd50-d422-0c0325eb7965-2120a17a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


