@font-face {
  font-family: "Zurichsans 2411072795";
  src: url('../fonts/ZurichSans-Regular_2411072795.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zurichsans 817043381";
  src: url('../fonts/ZurichSans-SemiBoldItalic_817043381.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Zurichsans 3664322985";
  src: url('../fonts/ZurichSans-Medium_3664322985.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zurichsans 3059927129";
  src: url('../fonts/ZurichSans-SemiBold_3059927129.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zurichsans 1801274629";
  src: url('../fonts/ZurichSans-MediumItalic_1801274629.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Zurichsans 881752775";
  src: url('../fonts/ZurichSans-Bold_881752775.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zurich Sans 2295107319";
  src: url('../fonts/Zurich-Sans-Light-Italic_2295107319.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Zurichsans 494877342";
  src: url('../fonts/ZurichSans-Italic_494877342.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Zurichsans 4264019491";
  src: url('../fonts/ZurichSans-BoldItalic_4264019491.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Zurichsans 385999423";
  src: url('../fonts/ZurichSans-Light_385999423.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ogg;
  src: url('../fonts/Ogg-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #ecf0f3;
  --black: black;
  --blue: #23366f;
  --white-2: white;
}

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

.w-layout-vflex {
  flex-direction: column;
  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: #23366f;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

.main-header {
  height: 6.75rem;
}

.navbar {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar.shadow-three {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 6.75rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: fixed;
}

.container.nav-container {
  z-index: 999;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 5.75rem;
  margin-top: 42px;
  display: flex;
}

.container.nav-container.about-styles {
  z-index: 1;
  background-color: #eceeef;
}

.container.nav-container-copy {
  z-index: 999;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 5.75rem;
  margin-top: 42px;
  display: flex;
}

.container.nav-container-copy.about-styles {
  z-index: 1;
  background-color: #eceeef;
}

.container.nav-container-copy-copy {
  z-index: 999;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 5.75rem;
  margin-top: 42px;
  display: flex;
}

.container.nav-container-copy-copy.about-styles {
  z-index: 1;
  background-color: #eceeef;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 3.75rem;
  display: flex;
}

.nav-menu-wrapper {
  margin-right: 1rem;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.collection-item {
  display: block;
}

.collection-list {
  display: flex;
}

.link {
  color: #27356b;
  margin-right: 3rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link.selected {
  font-weight: 400;
}

.lottie-animation {
  display: none;
}

.lottie-animation.hamburger {
  margin-top: 0;
  display: none;
}

.collection-list-2 {
  justify-content: flex-start;
  align-items: stretch;
}

.collection-list-4 {
  padding-left: 3.75rem;
}

.menu-link {
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: 1rem;
  display: flex;
  position: relative;
}

.collection-list-wrapper {
  margin-right: 0;
}

.collection-list-7 {
  display: flex;
}

.collection-list-8 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.collection-item-3.nav-list {
  text-transform: none;
  overflow-wrap: normal;
  font-size: 14px;
}

.collection-item-3.nav-list:nth-child(2n) {
  color: #ea1b1b;
}

.collection-item-3.nav-list:first-child {
  color: red;
}

.collection-item-3.nav-list:last-child {
  font-family: "Zurichsans 1801274629", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.link-2 {
  color: #27356b;
  white-space: nowrap;
  margin-right: 3rem;
  font-family: "Zurichsans 2411072795", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link-2.about-bold {
  font-family: "Zurichsans 881752775", sans-serif;
  font-weight: 700;
}

.link-2.nav-items {
  font-weight: 400;
}

.footer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: 0;
}

.section {
  z-index: 5;
  height: auto;
  margin-top: 6.75rem;
  display: block;
  position: relative;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 1.25rem 0;
  display: flex;
}

.footer-menu {
  flex: 0 auto;
  padding-right: 0;
  display: block;
}

.collection-list-10 {
  display: flex;
}

.text-block {
  color: #000;
  padding-left: 0;
  font-size: 14px;
}

.footer-link {
  color: #000;
  white-space: nowrap;
  word-break: normal;
  border-left: 0 #000;
  border-right: 0 #595959;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 14px;
  font-weight: 400;
}

.footer1 {
  z-index: auto;
  background-color: #f8f8f8;
  border-right: 1px #595959;
  order: 1;
  align-self: auto;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: block;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

.footer-content {
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.footer-content.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.fc.con {
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.fcol2 {
  color: #000;
}

.collection-list-11 {
  display: flex;
}

.text-block-2 {
  color: #000;
}

.section-2 {
  z-index: 10;
  background-color: #fff;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.link-3 {
  color: #000;
  border-right: 1px solid #595959;
  height: 1.125rem;
  max-height: 18px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.collection-item-5 {
  height: 1.125rem;
  max-height: 1.125rem;
  position: relative;
}

.collection-item-6 {
  border-right: 1px solid #000;
}

.collection-item-6:last-child {
  border-bottom: 1px #000;
  border-right: 1px #000;
}

.collection-list-12 {
  flex-wrap: wrap;
  align-content: stretch;
}

.main-content {
  justify-content: flex-start;
  width: 100%;
  padding-top: 109px;
  padding-bottom: 32px;
  line-height: 19px;
  display: block;
  overflow: scroll;
}

.text-block-3 {
  padding-left: 400px;
  padding-right: 400px;
  font-size: 14px;
}

.label1 {
  border-bottom: 1px solid #cfcfcf;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  width: 40.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
}

.text-block-4 {
  height: 64px;
  font-family: "Zurichsans 2411072795", sans-serif;
  font-size: 36px;
  display: block;
}

.label-left {
  display: block;
}

.text-block-5 {
  font-family: "Zurichsans 2411072795", sans-serif;
  font-size: 36px;
}

.text-block-6 {
  text-align: right;
  padding-top: 28px;
  font-family: "Zurichsans 2411072795", sans-serif;
}

.details {
  width: 40.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-7 {
  color: #4d4d4d;
  margin-top: 2.5rem;
  font-family: "Zurichsans 2411072795", sans-serif;
}

.text-block-7.text3 {
  line-height: 19px;
}

.body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  min-height: auto;
  margin-left: 0;
  margin-right: 1.9rem;
  padding-right: 0;
  display: flex;
}

.section-3 {
  width: 100%;
  padding-top: 109px;
  padding-bottom: 32px;
}

.main {
  width: 100%;
  height: 100%;
  padding-top: 109px;
  padding-bottom: 32px;
  position: static;
}

.div-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 168px;
  display: flex;
}

.text-block-8 {
  display: none;
}

.container-3 {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.div-block-2 {
  width: 100%;
  height: 20%;
}

.section-4 {
  object-position: 160px 109px;
  width: 100%;
  height: 100%;
  padding-top: 109px;
  padding-bottom: 32px;
}

.div-block-3 {
  padding-top: 109px;
}

.container-4 {
  width: 100%;
  height: 100%;
}

.container-5 {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.flex-block {
  z-index: auto;
  object-fit: fill;
  min-height: auto;
  margin: 6.75rem 8.5rem 4rem 10.125rem;
  display: flex;
  overflow: visible;
}

.flex-block.main-container {
  margin-top: 5.75rem;
  padding-top: 43px;
  padding-bottom: 0;
}

.div-block-4 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: .6rem;
  padding-bottom: 0;
  font-family: "Zurichsans 3664322985", sans-serif;
  display: flex;
}

.text-block-9 {
  text-align: right;
  order: 0;
  align-self: center;
  padding-right: 10px;
}

.text-block-10 {
  text-align: left;
  margin-left: 1.75rem;
  font-family: "Zurichsans 3664322985", sans-serif;
  font-size: 36px;
  line-height: 130%;
}

.div-block-5 {
  width: 100%;
}

.text-block-11 {
  text-align: center;
  font-family: "Zurichsans 3664322985", sans-serif;
}

.flex-block-2 {
  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: auto;
  margin-right: auto;
  display: block;
}

.html-embed {
  border-radius: 1.25rem;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 1.6rem;
  margin-left: auto;
  margin-right: 0;
  padding-left: 3.2rem;
  font-size: .875rem;
  line-height: 1.25rem;
  display: block;
}

.title {
  border-left: 2px #000;
  margin-top: 0;
  margin-bottom: .5rem;
  margin-left: 3.2rem;
  padding-right: 0;
  display: block;
}

.rich-text-block {
  padding-left: 10px;
}

.main-text-caramel {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.main-text-caramel p {
  margin-bottom: .625rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.main-text-caramel strong {
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
}

.image-2 {
  margin-top: 106px;
}

.hero-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-top: 5.75rem;
  padding-top: 0;
  overflow: auto;
}

.text-block-13 {
  color: #000;
  text-align: left;
  letter-spacing: .56px;
  max-width: 547px;
  max-height: 164px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Ogg, sans-serif;
  font-size: 56px;
  line-height: 61.6px;
}

.container-6 {
  width: 547px;
  height: 164px;
}

.hero-section {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-top: 0;
}

.hero-heading {
  width: auto;
  max-width: 100%;
  height: 0;
  max-height: none;
  margin: 0 2.025rem;
  position: relative;
  top: -14.813rem;
  bottom: -14.813rem;
}

.ogg-zurich-heading {
  color: #fff;
  letter-spacing: -.56px;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-family: Ogg, sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
}

.ogg-zurich-heading.h-zurich {
  margin-top: 0;
  font-family: "Zurichsans 2411072795", sans-serif;
  font-weight: 400;
}

.get-started {
  text-align: center;
  background-color: #2167ae;
  border-radius: 100px;
  width: 13.75rem;
  max-width: 315px;
  height: 2.3rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
  margin-left: 0;
  padding: 9px 4.375rem .938rem;
  font-family: "Zurichsans 3059927129", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  box-shadow: 0 4px 4px #00000040, 0 6px 5px 2px #0000001a;
}

.section-content {
  background-color: #eceeef;
  width: 100%;
  max-width: 1440px;
  height: 64rem;
  margin-top: -1px;
}

.div-block-7 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 120px;
  margin-bottom: 0;
  display: grid;
}

.section-5 {
  width: 100%;
  max-width: 1440px;
  height: 30.313rem;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-content {
  background-color: #eceeef;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
}

.body-content.body-content-margin {
  margin-top: auto;
  position: static;
}

.content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-right: auto;
  padding-top: 8rem;
  display: grid;
}

.bg-color {
  background-color: #000;
  max-width: none;
}

.text-block-14 {
  color: #27356b;
  padding: 0 0 .625rem;
  font-family: "Zurichsans 881752775", sans-serif;
  font-size: 16px;
}

.protected-image {
  text-align: center;
  width: auto;
  height: auto;
  padding-bottom: 0;
  padding-left: 0;
}

.protected-image.cancel-anytime {
  padding-bottom: 31px;
}

.paragraph {
  color: #23366f;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-bottom: .625rem;
  padding-left: 0;
  font-family: "Zurichsans 2411072795", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.container-7 {
  width: auto;
  max-width: 100%;
  height: 6rem;
  margin-bottom: 30px;
  margin-left: 154px;
  padding-bottom: 0;
}

.container-8 {
  text-align: left;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: .625rem;
  margin-left: 4.063rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.container-9 {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 4.063rem;
  margin-right: 0;
}

.line {
  background-color: #23366f;
  width: 1px;
  max-width: 1px;
  height: 16.438rem;
  margin-top: -19.3rem;
  margin-left: 25rem;
  padding-left: 0;
}

.line.container11 {
  height: 16.438rem;
  margin-top: -19.4rem;
  margin-bottom: .438rem;
  margin-left: 27.5rem;
}

.image-3 {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.chat-container {
  z-index: auto;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 5.5rem 0 0 auto;
  position: relative;
  bottom: 0;
  right: 0;
}

.card {
  border-right: 1px solid #23366f;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-top: 0;
  padding-right: 4.063rem;
}

.card.card3-styles {
  border: 1px solid #0000;
}

.text1 {
  display: block;
}

.image-7 {
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
}

.image-10 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.lottie-animation-2 {
  display: none;
}

.hero-container {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.hero-image-2 {
  z-index: 0;
  width: 100%;
  margin-top: 6.75rem;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.hero-heading-container {
  z-index: auto;
  width: auto;
  max-width: 100%;
  height: 0;
  max-height: none;
  margin: 0 0 0 2rem;
  padding: 134px 0;
  position: absolute;
  inset: auto;
}

.ogg-zurich-heading-2 {
  color: #fff;
  letter-spacing: -.56px;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 3.125rem;
  font-weight: 400;
}

.ogg-zurich-heading-2.h-zurich {
  margin-top: 0;
  font-weight: 400;
}

.get-started-2 {
  text-align: center;
  background-color: #2167ae;
  border-radius: 100px;
  width: 13.75rem;
  max-width: 315px;
  height: 2.3rem;
  margin-top: 2rem;
  margin-bottom: 0;
  margin-left: 0;
  padding: 9px 4.375rem .938rem;
  font-weight: 600;
  box-shadow: 0 4px 4px #00000040, 0 6px 5px 2px #0000001a;
}

.body-2 {
  background-color: #141313;
}

.nav-logo {
  padding-left: 3.75rem;
}

.image-12 {
  padding-left: 0;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-item {
  align-self: center;
  margin-right: 3rem;
  display: block;
}

.list-item-2 {
  align-self: center;
  margin-right: 3rem;
  font-size: 16px;
}

.list-item-3 {
  white-space: nowrap;
  overflow-wrap: normal;
  margin-right: 3rem;
}

.link-4 {
  font-family: "Zurichsans 2411072795", sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-4.nav-items {
  color: #000;
}

.link-5 {
  text-decoration: none;
}

.link-5.nav-items {
  color: #27356b;
  font-family: "Zurichsans 2411072795", sans-serif;
}

.link-6 {
  font-size: 16px;
  text-decoration: none;
}

.link-6.nav-items {
  color: #000;
  font-family: "Zurichsans 2411072795", sans-serif;
}

.nav-list {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-item-4 {
  margin-right: 3rem;
}

.list-item-4.nav-item {
  align-self: center;
}

.list-item-5 {
  margin-right: 3rem;
}

.list-item-5.nav-item {
  align-self: center;
}

.list-item-6 {
  margin-right: 3rem;
}

.list-2 {
  display: flex;
}

.link-7 {
  -webkit-text-stroke-color: red;
  white-space: nowrap;
  font-family: "Zurichsans 2411072795", sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-7.nav-items {
  color: #27356b;
  -webkit-text-stroke-color: #27356b;
}

.link-8 {
  -webkit-text-stroke-color: #27356b;
  font-family: "Zurichsans 2411072795", sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-8.nav-items {
  color: #27356b;
}

.footer-right {
  flex-wrap: wrap;
  display: flex;
}

.collection {
  white-space: nowrap;
  word-break: normal;
  border-right: 1px solid #595959;
}

.collection.last {
  border-right-style: none;
}

.heading {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: .5rem;
  margin-right: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.5vw;
  line-height: 2.75vw;
  display: block;
  position: relative;
  overflow: auto;
}

.red {
  color: red;
  background-color: red;
  width: .002rem;
  height: 1px;
}

.paragraph-2 {
  margin-bottom: .625rem;
  padding-left: 1.9rem;
  font-family: Open Sans, sans-serif;
}

.news-div {
  border-radius: .75rem;
  flex: 1;
  font-size: 0%;
  line-height: 0;
  display: block;
  position: static;
}

.heading-2 {
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.image-13 {
  border-radius: .75rem;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.list-3 {
  margin-bottom: -41px;
}

.list-4 {
  float: right;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-block-17 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.text-block-18 {
  margin-bottom: 1px;
}

.list-item-7 {
  width: 60px;
  height: 60px;
}

.list-item-8 {
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: 16px;
}

.list-item-9, .list-item-10, .list-item-11 {
  width: 60px;
  height: 60px;
}

.text-block-19 {
  width: 300px;
  font-weight: 700;
}

.content, .div-block-9 {
  display: flex;
}

.div-block-10 {
  padding-right: 20px;
}

.list-item-7-copy {
  width: 60px;
  height: 60px;
}

.list-item-12 {
  display: flex;
}

.heading-3 {
  margin-left: 15px;
  padding-left: 0;
}

.heading-4 {
  width: 25rem;
  margin-top: .7rem;
  margin-bottom: .625rem;
  padding-left: 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.heading-1 {
  color: #fff;
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 3rem;
  display: flex;
  position: relative;
}

.text-block-20 {
  color: #fff;
  -webkit-text-stroke-color: white;
}

.icon {
  color: #fff;
  margin-bottom: 25rem;
  padding-left: .3125rem;
}

.dropdown-toggle {
  color: #000;
  background-color: #fff;
  overflow: auto;
}

.dropdown-toggle-2 {
  padding-top: 0;
}

.dropdown-toggle-3 {
  padding-bottom: 0;
}

.dropdown-toggle-4 {
  margin-bottom: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.list-6 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #fff;
  -webkit-text-stroke-color: white;
  justify-content: space-between;
  list-style-type: none;
  display: flex;
}

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.image-13-copy, .image-13-copy-copy {
  border-radius: .75rem;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.left-list {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.dropdown-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.dropdown-toggle-5 {
  background-color: #fff;
  width: 8rem;
  height: .75rem;
  margin-top: .25rem;
}

.dropdown-toggle-6 {
  background-color: #fff;
  width: 8rem;
  height: 1.25rem;
  margin-top: .25rem;
}

.dropdown-toggle-7 {
  background-color: #fff;
  width: 9.375rem;
  height: 1.25rem;
  margin-top: .25rem;
}

.text-block-21, .text-block-22, .text-block-23 {
  margin-top: -.687rem;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.navbar-2 {
  color: #fff;
  background-color: #000;
  justify-content: space-between;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.container-12 {
  color: pink;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  -webkit-text-stroke-color: white;
}

.nav-link-4, .nav-link-5, .nav-link-6, .nav-link-7, .nav-link-8 {
  color: #fff;
}

.button {
  color: #fff;
  background-color: #000;
  border-radius: 0;
  justify-content: flex-end;
  padding-top: 18px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.icon-3 {
  color: #fff;
}

.text-block-24 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.heading-5 {
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1vw;
}

.flex-block-3 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.container-13 {
  z-index: 10;
  order: 0;
  align-self: auto;
  max-width: 70vw;
  margin-right: 5vw;
  padding-left: 3.125rem;
  position: relative;
}

.section-7 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.list-item-15 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  width: 20rem;
  padding-top: 0;
  display: flex;
}

.image-14 {
  width: 6vw;
  max-width: none;
  height: auto;
}

.image-15 {
  width: 6vw;
  max-width: none;
}

.news-list {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.rich-text-block-2 {
  width: auto;
  height: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
}

.heading-7 {
  font-size: 24px;
  line-height: 30px;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 24px;
  line-height: 28px;
}

.heading-8.news-list {
  align-items: flex-start;
  padding-left: 0;
}

.div-block-11 {
  z-index: 9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 37.25rem;
  height: 40.5rem;
  display: flex;
  position: relative;
}

.right-content {
  margin-top: 5rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.hero-sec {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  line-height: 24px;
}

.div-13 {
  height: 41rem;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
}

.div-block-14 {
  height: 100vh;
}

.html-embed-3 {
  height: 100%;
  min-height: 100%;
  margin-top: 5.75rem;
  padding-top: 43px;
}

.header {
  color: #fff;
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 3rem;
  display: flex;
  position: relative;
}

.list-7 {
  display: flex;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.heading-9 {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 2rem;
  font-size: 16px;
}

.iframe-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.body-3 {
  height: 100vh;
}

.div-block-19 {
  justify-content: flex-start;
  align-items: center;
  margin: 2rem 2rem 2rem 3.2rem;
  display: block;
}

.heading-10 {
  height: 100%;
}

.iframe {
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
}

.site-container {
  width: 1350px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.site-container.medium {
  width: 1000px;
}

.site-container.small {
  width: 940px;
}

.star-div {
  background-color: #dae2f4;
  background-image: linear-gradient(#ffffff80, #ffffff80);
  padding-top: 65px;
  padding-bottom: 0;
}

.reviews__row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.image-16 {
  margin-bottom: 14px;
}

.client-name {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.div-block-20 {
  align-items: center;
  display: flex;
}

.text-block-25 {
  color: #000;
  margin-left: 24px;
}

.feedback {
  color: #000;
  margin-top: 14px;
}

.features1 {
  color: #0000;
  background-color: #dae2f4;
  margin-top: -10px;
  padding-top: 74px;
  padding-bottom: 66px;
  font-family: "Zurichsans 2411072795", sans-serif;
}

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

.sec-heading1 {
  -webkit-text-stroke-color: var(--black);
  color: #23366f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 54px;
}

.features__row {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2px 1fr 2px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 45px;
  display: grid;
}

.features__col.first {
  padding-right: 90px;
}

.features__col.middle {
  padding-left: 90px;
  padding-right: 90px;
}

.features__col.last {
  padding-left: 90px;
}

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

.features__title1 {
  color: var(--blue);
  -webkit-text-stroke-color: var(--white);
  margin-top: 26px;
  font-family: "Zurichsans 881752775", sans-serif;
  font-weight: 700;
}

.paragraph-3_zurich {
  color: var(--blue);
  margin-top: 15px;
  font-family: Poppins, sans-serif;
}

.process {
  color: var(--white);
  background-color: #dae2f4;
  border: 0 #000;
  padding-top: 65px;
  padding-bottom: 77px;
  font-family: "Zurichsans 2411072795", sans-serif;
}

.process__wrapper1 {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-image: url('../images/Line-433-1.png');
  background-position: 50% 19px;
  background-repeat: no-repeat;
  background-size: 81%;
  border: 0 #000;
  border-radius: 0;
  outline: 0 #ecf0f3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 34px;
  padding-bottom: 0;
  padding-right: 0;
  display: grid;
}

.step__num {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  color: #fff;
  background-color: #23366f;
  border: 0 #000;
  border-radius: 39px;
  outline: 0 #5496bc;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
  position: static;
}

.step__title {
  color: var(--blue);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.step__desc {
  color: var(--blue);
  margin-top: 5px;
  font-family: Poppins, sans-serif;
}

.contract1 {
  text-align: center;
  color: #23366f;
  background-color: #0000;
  padding-top: 65px;
  padding-bottom: 77px;
}

.contract__row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 55px;
  display: grid;
}

.contract__card {
  background-color: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 7px #0000001a;
}

.contract__card-head {
  background-color: #23366f;
  padding: 7px 22px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.contract__card-body {
  color: red;
  padding: 18px 22px;
  display: block;
}

.text-block-26 {
  color: #000;
  background-image: url('../images/Group-13916.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 4px;
  padding-left: 22px;
  font-size: 12px;
  line-height: 18px;
  display: flex;
}

.text-block-27 {
  background-image: url('../images/Group-13916.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 4px;
  padding-left: 22px;
  font-size: 12px;
  line-height: 18px;
}

.text-block-28 {
  color: #000;
  background-image: url('../images/Group-13916.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 4px;
  padding-left: 22px;
  font-size: 12px;
  line-height: 18px;
  display: flex;
}

.cta {
  background-color: var(--blue);
  color: var(--white);
  padding-top: 70px;
  padding-bottom: 70px;
}

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

.button-a {
  color: var(--blue);
  background-color: #91bfe3;
  border-radius: 100px;
  padding: 16px 88px;
  font-family: "Zurichsans 3059927129", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: all .3s;
  box-shadow: 0 3px 5px #0000001a;
}

.button-a:hover {
  background-color: var(--white);
}

.button-a.margin {
  text-align: center;
  color: #000;
  background-color: #fff;
}

.slider {
  background-color: #ddd0;
  height: auto;
}

.slide-nav {
  display: none;
}

.step__cap {
  margin-top: 20px;
}

.italic-text, .italic-text-2 {
  white-space: nowrap;
  overflow-wrap: normal;
}

.div-block-21 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.paragraph-4 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.information-grid-flexbox {
  border: 1px #bec3c7;
  border-style: none none solid solid;
  flex-wrap: wrap;
  width: 100%;
}

.column345 {
  text-align: center;
  border-right: 1px solid #bec3c7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 13%;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.pricing-description-text {
  color: #73b71a;
  font-family: Lato, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 100%;
}

.column1 {
  background-color: #fff;
  border-right: 1px solid #bec3c7;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  min-width: 20%;
  padding: 0 .5rem;
  display: flex;
}

.rows-titles {
  margin-bottom: 0;
  display: flex;
}

.pricing-check-mark {
  width: 16px;
}

.div-block-118 {
  width: 40%;
}

.rows {
  border: 1px solid #bec3c7;
  border-style: solid solid none none;
  width: 100%;
  display: flex;
}

.pricing-description-col-titles {
  border-top: 1px #000;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.pricing-component-titles {
  color: #245672;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 100%;
}

.text-block-48 {
  color: #245672;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 150%;
}

.div-block-117 {
  border-right: 1px solid #bec3c7;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.section-8 {
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.apply-buttons {
  color: #154058;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #a8d069;
  border-radius: 3px;
  padding: 11px 20px;
  font-family: Lato, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .2s, all .2s;
  display: inline-block;
}

.apply-buttons:hover {
  background-color: #83aa46;
  transform: translate(0, -2px);
}

.apply-buttons:active {
  background-color: #729736;
  transform: translate(0, -5px);
}

.patron-disclaimer-div {
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  padding-left: 5px;
  display: flex;
}

.pricing-rows-copy {
  border-top: 1px solid #bec3c7;
  border-bottom: 1px solid #bec3c7;
  display: flex;
}

.table {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid-flexbox-copy {
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
}

.member-price {
  color: #7ead31;
  font-weight: 700;
}

.member-events-description {
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
}

.member-level-title-and-apply {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 15%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.pricing-check-column-titles {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  width: 15%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.text-block-49 {
  font-size: 16px;
  font-weight: 300;
}

.column2 {
  border-right: 1px solid #bec3c7;
  flex-direction: column;
  justify-content: center;
  width: 21%;
  padding: .5rem;
  display: flex;
}

.text-block-50 {
  font-weight: 300;
}

.column6 {
  align-self: center;
  width: 20%;
  padding-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.bold-text {
  font-size: 14px;
  font-weight: 700;
}

.bold-text-2, .bold-text-3, .bold-text-4, .text-block-51, .bold-text-5 {
  font-size: 14px;
}

.text-block-52 {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.heading-11 {
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-11.subhead {
  margin-bottom: 10px;
}

.paragraph-5 {
  margin-bottom: .625rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.heading-12 {
  margin-left: 2rem;
  padding-left: 1.75rem;
}

.heading-13 {
  margin-left: 2rem;
  padding-left: 4.5rem;
}

.list-8 {
  margin-bottom: .625rem;
  margin-left: 2rem;
  margin-right: 0;
  padding-left: 3.75rem;
  padding-right: 1.75rem;
}

.heading-14, .heading-15 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.container-15 {
  flex-flow: column;
  width: auto;
  max-width: none;
  height: auto;
  display: flex;
}

.announcement {
  color: #000;
  text-align: center;
  background-color: #5496bc;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 15px 15px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.link-9 {
  color: #000;
}

.link-9:hover {
  color: #001dfa;
}

.announcement-2 {
  color: #000;
  text-align: center;
  background-color: #dae2f4;
  margin-top: -39px;
  margin-bottom: 0;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  display: none;
  position: static;
}

.section-9 {
  z-index: 10;
  padding-top: 39px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.text-block-90 {
  color: #23366f;
  display: none;
}

.div-block-119 {
  min-width: 100px;
  max-width: 1000px;
  min-height: 500px;
  max-height: 10000px;
}

.code-embed {
  min-width: 100px;
  max-width: 10000px;
  min-height: 500px;
  max-height: 10000px;
}

.text-block-91, .text-block-92, .text-block-93 {
  color: #fff;
}

.bottom-heading {
  color: #000;
  font-size: 24px;
}

.text-block-94, .text-block-95, .text-block-96 {
  color: #fff;
}

.hero-sec-copy {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  line-height: 24px;
}

.features1-copy {
  color: #0000;
  background-color: red;
  margin-top: 0;
  padding-top: 74px;
  padding-bottom: 66px;
  font-family: "Zurichsans 2411072795", sans-serif;
}

.hero-sec-caramel {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  line-height: 24px;
}

.image-caramel, .image-zurich {
  padding-left: 0;
}

.nav-logo-caramel {
  padding-left: 3.75rem;
}

.image-caramel1 {
  padding-left: 0;
}

.features-caramel {
  color: #0000;
  background-color: #ecf0f3;
  margin-top: 0;
  padding-top: 74px;
  padding-bottom: 66px;
  font-family: "Zurichsans 2411072795", sans-serif;
}

.iframe-div-caramel {
  height: 62rem;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
}

.site-container-caramel {
  width: 1350px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.site-container-caramel.medium {
  width: 1000px;
}

.site-container-caramel.small {
  width: 940px;
}

.features__img-wrap-caramel, .features__img-wrap-copy {
  text-align: center;
}

.sec-heading-caramel {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 54px;
}

.features__col-caramel.first {
  padding-right: 90px;
}

.features__col-caramel.middle {
  padding-left: 90px;
  padding-right: 90px;
}

.features__col-caramel.last {
  padding-left: 90px;
}

.features__title1-copy, .features__title1-copy-copy {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  margin-top: 26px;
  font-family: "Zurichsans 881752775", sans-serif;
  font-weight: 700;
}

.features__title-caramel {
  color: var(--black);
  -webkit-text-stroke-color: var(--white);
  margin-top: 26px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.paragraph-3_zurich-caramel {
  color: var(--black);
  margin-top: 15px;
  font-family: Poppins, sans-serif;
}

.star-div-caramel {
  color: #0000;
  background-color: #dae2f4;
  background-image: linear-gradient(#ffffff80, #ffffff80);
  padding-top: 65px;
  padding-bottom: 0;
}

.process-caramel {
  color: var(--white);
  background-color: #ecf0f3;
  border: 0 #000;
  padding-top: 65px;
  padding-bottom: 77px;
  font-family: "Zurichsans 2411072795", sans-serif;
}

.sec-heading1-copy {
  color: var(--white);
  -webkit-text-stroke-color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 54px;
}

.step__title-caramel {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.step__desc-caramel {
  color: var(--black);
  margin-top: 5px;
  font-family: Poppins, sans-serif;
}

.process__wrapper-caramel {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-image: url('../images/step-line-caramel.svg');
  background-position: 50% 19px;
  background-repeat: no-repeat;
  background-size: 81%;
  border: 0 #000;
  border-radius: 0;
  outline: 0 #ecf0f3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 34px;
  padding-bottom: 0;
  padding-right: 0;
  display: grid;
}

.contract-caramel {
  color: #0000;
  text-align: center;
  background-color: #0000;
  padding-top: 65px;
  padding-bottom: 77px;
}

.sec-header-caramel {
  text-align: center;
}

.sec-heading1-caramel {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 54px;
}

.button-caramel {
  color: var(--blue);
  background-color: #91bfe3;
  border-radius: 100px;
  padding: 16px 88px;
  font-family: "Zurichsans 3059927129", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: all .3s;
  box-shadow: 0 3px 5px #0000001a;
}

.button-caramel:hover {
  background-color: var(--white);
}

.button-caramel.margin {
  text-align: center;
  color: #000;
  background-color: #d58145;
}

.step__num-caramel {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  color: #fff;
  background-color: #5496bc;
  border: 0 #000;
  border-radius: 39px;
  outline: 0 #5496bc;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
  position: static;
}

.client-name-caramel {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.text-block-25-caramel {
  color: #000;
  margin-left: 24px;
}

.feedback-caramel {
  color: #000;
  margin-top: 14px;
}

.contract__card-head-caramel {
  background-color: #5496bc;
  padding: 7px 22px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-26-caramel {
  color: #000;
  background-image: url('../images/tick-logo-caramel.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 4px;
  padding-left: 22px;
  font-size: 12px;
  line-height: 18px;
  display: flex;
}

.container-caramel {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 6.75rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: fixed;
}

.container-caramel.nav-container {
  z-index: 999;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 5.75rem;
  margin-top: 42px;
  display: flex;
}

.container-caramel.nav-container.about-styles {
  z-index: 1;
  background-color: #eceeef;
}

.container-caramel.nav-container-copy {
  z-index: 999;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 5.75rem;
  margin-top: 42px;
  display: flex;
}

.container-caramel.nav-container-copy.about-styles {
  z-index: 1;
  background-color: #eceeef;
}

.container-caramel.nav-container-copy-copy {
  z-index: 999;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 5.75rem;
  margin-top: 42px;
  display: flex;
}

.container-caramel.nav-container-copy-copy.about-styles {
  z-index: 1;
  background-color: #eceeef;
}

.container-caramel-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 6.75rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: fixed;
}

.container-caramel-copy.nav-container {
  z-index: 999;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 5.75rem;
  margin-top: 42px;
  display: flex;
}

.container-caramel-copy.nav-container {
  z-index: 999;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 5.75rem;
  margin-top: 42px;
  display: flex;
  position: fixed;
}

.container-caramel-copy.nav-container.about-styles {
  z-index: 1;
  background-color: #eceeef;
}

.container-caramel-copy.nav-container-copy-copy {
  z-index: 999;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 5.75rem;
  margin-top: 42px;
  display: flex;
}

.container-caramel-copy.nav-container-copy-copy.about-styles {
  z-index: 1;
  background-color: #eceeef;
}

.container-caramel-copy.nav-container-copy {
  z-index: 999;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 5.75rem;
  margin-top: 42px;
  display: flex;
  position: fixed;
}

.container-caramel-copy.nav-container-copy.about-styles {
  z-index: 1;
  background-color: #eceeef;
}

.image-logo-caramel {
  padding-left: 0;
}

.link-4-zurich {
  font-family: "Zurichsans 2411072795", sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-4-zurich.nav-items {
  color: #27356b;
}

.link-6-caramel {
  font-size: 16px;
  text-decoration: none;
}

.link-6-caramel.nav-items {
  color: #27356b;
  margin-left: 0;
  margin-right: 0;
  font-family: "Zurichsans 2411072795", sans-serif;
}

.text-block-10-caramel {
  text-align: left;
  margin-left: 1.75rem;
  font-family: "Zurichsans 3664322985", sans-serif;
  font-size: 36px;
  line-height: 130%;
}

.container-caramel-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 6.75rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: fixed;
}

.container-caramel-header.nav-container {
  z-index: 999;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 5.75rem;
  margin-top: 42px;
  display: flex;
}

.container-caramel-header.nav-container {
  z-index: 999;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 5.75rem;
  margin-top: 42px;
  display: flex;
  position: fixed;
}

.container-caramel-header.nav-container.about-styles {
  z-index: 1;
  background-color: #eceeef;
}

.container-caramel-header.nav-container-copy-copy {
  z-index: 999;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 5.75rem;
  margin-top: 42px;
  display: flex;
}

.container-caramel-header.nav-container-copy-copy.about-styles {
  z-index: 1;
  background-color: #eceeef;
}

.container-caramel-header.nav-container-copy {
  z-index: 999;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 5.75rem;
  margin-top: 42px;
  display: flex;
  position: fixed;
}

.container-caramel-header.nav-container-copy.about-styles {
  z-index: 1;
  background-color: #eceeef;
}

@media screen and (min-width: 1440px) {
  .container.nav-container {
    max-width: 1920px;
  }

  .container.nav-container.about-styles {
    z-index: 1;
    height: 6.75rem;
  }

  .container.nav-container-copy {
    max-width: 1920px;
  }

  .container.nav-container-copy.about-styles {
    z-index: 1;
    height: 6.75rem;
  }

  .container.nav-container-copy-copy {
    max-width: 1920px;
  }

  .container.nav-container-copy-copy.about-styles {
    z-index: 1;
    height: 6.75rem;
  }

  .collection-item-3 {
    color: #27356b;
    font-family: "Zurichsans 2411072795", sans-serif;
  }

  .collection-item-3:nth-child(2n) {
    color: red;
  }

  .collection-item-3.nav-list {
    color: #27356b;
    font-family: "Zurichsans 2411072795", sans-serif;
  }

  .collection-item-3.nav-list:last-child {
    font-family: "Zurichsans 3059927129", sans-serif;
    font-weight: 600;
  }

  .link-2 {
    font-weight: 400;
  }

  .footer1 {
    border-right-style: none;
    border-right-width: 0;
    margin-top: 0;
  }

  .body {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 3.2rem;
    padding-left: 0;
    font-size: 40px;
    display: flex;
  }

  .flex-block-2 {
    text-align: left;
    width: 100%;
    height: 100%;
    margin-right: 0;
    display: block;
  }

  .html-embed {
    border-radius: 4px;
    align-items: flex-start;
    width: auto;
    margin-left: 3.2rem;
    display: block;
  }

  .hero-image {
    max-width: 100%;
    height: auto;
    margin-top: 6.75rem;
    position: static;
  }

  .hero-section {
    max-width: 100%;
    height: auto;
    max-height: none;
    margin-top: 0;
  }

  .hero-heading {
    z-index: 0;
    max-width: 100%;
    height: 0;
    max-height: none;
    margin: 0 51.688rem 0 4.125rem;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: -19.625rem;
    bottom: -19.625rem;
  }

  .ogg-zurich-heading {
    margin-top: 1.25rem;
    margin-bottom: .625rem;
    font-size: 3.5rem;
    line-height: 44px;
  }

  .ogg-zurich-heading.h-zurich {
    font-size: 3.5rem;
  }

  .get-started {
    width: 100%;
    height: 3.125rem;
    margin-top: 3.5rem;
    margin-bottom: 0;
    margin-left: 0;
    padding: 1.063rem 4.375rem .938rem;
  }

  .body-content {
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .body-content.body-content-margin {
    margin-top: 29.5rem;
  }

  .content-wrapper {
    border-right: 1px #23366f;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bg-color {
    background-color: #000;
    max-width: 100%;
    height: auto;
  }

  .text-block-14 {
    margin-right: 0;
    padding-bottom: .625rem;
  }

  .protected-image {
    width: auto;
  }

  .paragraph {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: none;
    margin-bottom: .625rem;
  }

  .container-7 {
    width: auto;
    max-width: 100%;
    height: 6rem;
    margin-bottom: 1.875rem;
    margin-left: 9.625rem;
  }

  .container-8 {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: .625rem;
    margin-left: 4.063rem;
  }

  .container-9 {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 4.063rem;
  }

  .line {
    height: 16.438rem;
    max-height: 16.438rem;
    margin-top: -18.3rem;
    margin-bottom: .438rem;
    margin-left: 26rem;
    padding-left: 0;
  }

  .line.container11 {
    margin-top: -17.7rem;
    margin-left: 27.5rem;
    padding-left: 0;
  }

  .line.container11.line1 {
    margin-top: -19.5rem;
    margin-left: 28.438rem;
  }

  .image-3 {
    padding-top: 0;
  }

  .chat-container {
    z-index: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 5.5rem 0 0 auto;
    padding-left: 0;
    position: relative;
    bottom: 0;
    left: auto;
    right: 0;
  }

  .card {
    border-right: 1px solid #23366f;
    width: auto;
    height: auto;
    margin-top: 8rem;
    margin-right: 0;
    padding-right: 4.063rem;
  }

  .card.card1-styles {
    width: 350px;
  }

  .card.card2-styles {
    width: auto;
    margin-left: 0;
  }

  .card.card3-styles {
    border-right-style: none;
    border-right-width: 0;
  }

  .image-4 {
    margin-top: 6.063rem;
    margin-left: 9.625rem;
  }

  .text-block-15 {
    margin-top: 1.625rem;
    margin-left: 4.063rem;
    margin-right: 75.125rem;
  }

  .image-5 {
    margin-top: 6.375rem;
    margin-left: 25.813rem;
  }

  .image-6 {
    margin-top: 5.625rem;
    margin-left: 25.188rem;
  }

  .text-block-16 {
    height: 34px;
    margin-top: -1.2rem;
    margin-left: 19.563rem;
  }

  .collection-list-wrapper-2 {
    width: auto;
  }

  .image-7 {
    padding: 0 0 0 0;
    position: absolute;
    inset: auto 1.25rem 1.25rem auto;
  }

  .image-7.chat-icon {
    z-index: auto;
    left: auto;
  }

  .image-8 {
    position: relative;
    top: 50px;
    bottom: 75px;
    left: 5px;
  }

  .section-6 {
    position: relative;
  }

  .image-9 {
    margin-top: 0;
    padding-top: 0;
  }

  .image-10 {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .image-11 {
    margin-top: 6.063rem;
  }

  .hero-container {
    width: auto;
    margin-top: 0;
  }

  .hero-image-2 {
    z-index: auto;
    width: 100%;
    height: auto;
    margin-top: 6.75rem;
    inset: 0%;
  }

  .hero-heading-container {
    width: auto;
    height: 0;
    max-height: none;
    margin: 0 51.688rem 0 4.125rem;
    padding-top: 66px;
    padding-bottom: 66px;
    position: absolute;
    inset: 111px auto;
  }

  .ogg-zurich-heading-2 {
    margin-top: 1.25rem;
    margin-bottom: .625rem;
    font-size: 3.5rem;
    line-height: 44px;
  }

  .ogg-zurich-heading-2.h-zurich {
    font-size: 3.5rem;
  }

  .get-started-2 {
    width: 100%;
    height: 3.125rem;
    margin-top: 3.5rem;
    margin-bottom: 0;
    margin-left: 0;
    padding: 1.063rem 4.375rem .938rem;
  }

  .html-embed-2 {
    width: 0;
    height: 0;
  }

  .nav-logo {
    padding-left: 3.75rem;
  }

  .list.nav-list {
    padding-top: 0;
  }

  .heading {
    margin-bottom: -2vw;
    padding-left: 0;
  }

  .red {
    background-color: red;
    width: 191px;
    height: 2px;
    max-height: 20px;
  }

  .paragraph-2 {
    padding-left: 86px;
  }

  .news-div {
    flex: 0 100rem;
  }

  .heading-1 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 4rem;
    display: flex;
  }

  .list-5 {
    -webkit-text-stroke-color: white;
  }

  .list-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #fff;
    flex-wrap: wrap;
    place-content: stretch space-between;
    height: 3rem;
    font-size: 1rem;
    line-height: 3.5rem;
    list-style-type: none;
    display: flex;
  }

  .list-item-13 {
    padding-left: 0;
  }

  .list-item-14 {
    flex: 0 auto;
    padding-left: 0;
    font-size: 1rem;
  }

  .list-item-13-copy {
    padding-left: 0;
    font-size: 1rem;
  }

  .dropdown-div {
    padding-left: 0;
  }

  .dropdown {
    background-color: #8080803b;
    margin-top: 13px;
  }

  .navbar-2 {
    justify-content: flex-start;
    display: block;
  }

  .container-12 {
    display: block;
  }

  .heading-5 {
    font-size: 12px;
  }

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

  .section-7 {
    flex: none;
    justify-content: space-between;
    align-self: auto;
    display: flex;
  }

  .list-item-15 {
    align-self: auto;
    width: 31rem;
    display: flex;
  }

  .image-14 {
    width: 6vw;
    max-width: none;
    height: auto;
    font-size: 1vw;
    line-height: 30vw;
  }

  .image-15 {
    width: 6vw;
    max-width: none;
  }

  .news-list {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
  }

  .rich-text-block-2 {
    flex-direction: row;
    justify-content: space-between;
    width: auto;
    display: flex;
  }

  .heading-6 {
    width: 300px;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.25rem;
  }

  .div-block-11 {
    width: 37.25rem;
    height: 40.5rem;
    display: flex;
  }

  .right-content {
    align-self: auto;
    margin-top: 5rem;
    margin-left: 8rem;
    margin-right: 0;
    padding-left: 0;
  }

  .div-13 {
    height: 41rem;
  }

  .div-block-14 {
    height: 64rem;
  }

  .html-embed-3 {
    height: 100%;
  }

  .header {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 4rem;
    display: flex;
  }

  .heading-9 {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2rem;
    padding-left: 0;
    font-size: 18px;
    line-height: 18px;
  }

  .star-div {
    background-color: #dae2f4;
    padding-bottom: 40px;
  }

  .client-name, .text-block-25, .feedback {
    color: #23366f;
  }

  .features1 {
    background-color: #dae2f4;
  }

  .sec-heading1 {
    color: #23366f;
  }

  .features__title1, .paragraph-3_zurich {
    color: var(--blue);
  }

  .process {
    background-color: #dae2f4;
  }

  .step__num {
    background-color: #23366f;
    outline-color: #23366f;
  }

  .step__title, .step__desc {
    color: #23366f;
  }

  .contract__card-head {
    background-color: #23366f;
  }

  .text-block-26, .text-block-28 {
    background-image: url('../images/Group-13916.svg');
  }

  .sec-heading2 {
    font-size: 40px;
    line-height: 54px;
  }

  .features1-copy {
    background-color: #dae2f4;
  }

  .nav-logo-caramel {
    padding-left: 3.75rem;
  }

  .features-caramel {
    background-color: #ecf0f3;
  }

  .iframe-div-caramel {
    height: 62rem;
  }

  .sec-heading-caramel {
    color: var(--black);
  }

  .features__title1-copy, .features__title1-copy-copy {
    color: var(--blue);
  }

  .features__title-caramel, .paragraph-3_zurich-caramel {
    color: var(--black);
  }

  .star-div-caramel {
    background-color: #0000;
    padding-bottom: 40px;
  }

  .process-caramel {
    background-color: #ecf0f3;
  }

  .sec-heading1-copy {
    color: #23366f;
  }

  .step__title-caramel, .step__desc-caramel, .sec-heading1-caramel {
    color: var(--black);
  }

  .step__num-caramel {
    background-color: #5496bc;
    outline-color: #5496bc;
  }

  .client-name-caramel, .text-block-25-caramel, .feedback-caramel {
    color: #000;
  }

  .contract__card-head-caramel {
    background-color: #5496bc;
  }

  .text-block-26-caramel {
    background-image: url('../images/tick-logo-caramel.svg');
  }

  .container-caramel.nav-container {
    max-width: 1920px;
  }

  .container-caramel.nav-container.about-styles {
    z-index: 1;
    height: 6.75rem;
  }

  .container-caramel.nav-container-copy {
    max-width: 1920px;
  }

  .container-caramel.nav-container-copy.about-styles {
    z-index: 1;
    height: 6.75rem;
  }

  .container-caramel.nav-container-copy-copy {
    max-width: 1920px;
  }

  .container-caramel.nav-container-copy-copy.about-styles {
    z-index: 1;
    height: 6.75rem;
  }

  .container-caramel-copy.nav-container {
    max-width: 1920px;
  }

  .container-caramel-copy.nav-container.about-styles {
    z-index: 1;
    height: 6.75rem;
  }

  .container-caramel-copy.nav-container-copy-copy {
    max-width: 1920px;
  }

  .container-caramel-copy.nav-container-copy-copy.about-styles {
    z-index: 1;
    height: 6.75rem;
  }

  .container-caramel-copy.nav-container-copy {
    max-width: 1920px;
  }

  .container-caramel-copy.nav-container-copy.about-styles {
    z-index: 1;
    height: 6.75rem;
  }

  .container-caramel-header.nav-container {
    max-width: 1920px;
  }

  .container-caramel-header.nav-container.about-styles {
    z-index: 1;
    height: 6.75rem;
  }

  .container-caramel-header.nav-container-copy-copy {
    max-width: 1920px;
  }

  .container-caramel-header.nav-container-copy-copy.about-styles {
    z-index: 1;
    height: 6.75rem;
  }

  .container-caramel-header.nav-container-copy {
    max-width: 1920px;
  }

  .container-caramel-header.nav-container-copy.about-styles {
    z-index: 1;
    height: 6.75rem;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }

  .container.nav-container {
    z-index: 5;
    background-color: #0000;
    height: .75rem;
  }

  .container.nav-container.about-styles {
    z-index: 5;
  }

  .container.nav-container-copy {
    z-index: 5;
    background-color: #0000;
    height: .75rem;
  }

  .container.nav-container-copy.about-styles {
    z-index: 5;
  }

  .container.nav-container-copy-copy {
    z-index: 5;
    background-color: #0000;
    height: .75rem;
  }

  .container.nav-container-copy-copy.about-styles {
    z-index: 5;
  }

  .navbar-wrapper {
    width: 100%;
    padding-left: 2rem;
  }

  .nav-menu-wrapper {
    background-color: #fff;
    flex-direction: row;
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
    min-height: 100vh;
    margin-top: 0;
    padding-top: 6.75rem;
    display: flex;
    position: fixed;
    top: 0;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .collection-item {
    border-top: 1px solid #ecf0f3;
    width: 100%;
    padding: 1rem .25rem 1rem 2rem;
    font-size: 16px;
    display: block;
  }

  .collection-list {
    width: 100%;
    max-width: 100%;
  }

  .link.selected {
    padding-left: 0;
    display: inline;
  }

  .lottie-animation {
    z-index: 4;
    cursor: pointer;
    flex-direction: row;
    align-self: auto;
    width: 32px;
    height: 36px;
    margin-right: 1.25rem;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    position: relative;
  }

  .lottie-animation.hamburger {
    z-index: 5;
    height: auto;
    display: flex;
    position: relative;
  }

  .collection-list-3 {
    border-top: 1px solid #ecf0f3;
    border-bottom: 1px solid #ecf0f3;
    position: fixed;
  }

  .collection-list-4 {
    padding-left: 2rem;
  }

  .image {
    z-index: 5;
    position: relative;
  }

  .collection-list-5 {
    align-items: flex-start;
    display: block;
  }

  .collection-list-6 {
    max-width: none;
    padding-left: 0;
    display: block;
  }

  .menu-link {
    z-index: 4;
    background-color: #0000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 200rem;
    min-height: 100vh;
    margin-top: 0;
    padding-top: 5.75rem;
    display: none;
    position: fixed;
    inset: 0 0% 0%;
  }

  .collection-list-wrapper {
    background-color: red;
    display: block;
  }

  .collection-list-8 {
    z-index: auto;
    object-fit: cover;
    background-color: #fff;
    border-top: 1px solid #ecf0f3;
    border-bottom: 1px solid #ecf0f3;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-left: 0;
    font-size: 16px;
    display: block;
    position: fixed;
  }

  .collection-item-2 {
    border-top: 1px solid #ecf0f3;
    padding: 1rem .25rem 1rem 2rem;
  }

  .collection-item-3 {
    width: 100%;
    height: auto;
    display: block;
  }

  .collection-item-3.nav-list {
    border-top-style: none;
    border-bottom: 1px solid #ecf0f3;
  }

  .section {
    z-index: 5;
  }

  .container-2 {
    max-width: 100%;
  }

  .footer-menu {
    display: block;
  }

  .footer-link {
    text-align: center;
    white-space: nowrap;
    height: 18px;
    max-height: 18px;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    overflow: visible;
  }

  .footer1 {
    margin-top: 0;
  }

  .link-3 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: inline-block;
  }

  .collection-item-4 {
    max-height: 36.4688px;
  }

  .collection-item-6, .collection-list-12 {
    display: flex;
  }

  .body {
    text-align: left;
    justify-content: flex-start;
    margin-left: -1.8rem;
    margin-right: 22.3rem;
    padding-left: 83px;
    display: block;
    position: relative;
  }

  .flex-block {
    z-index: 4;
    margin-bottom: 2rem;
    margin-left: 4rem;
    margin-right: 4rem;
    position: relative;
  }

  .div-block-4 {
    flex-wrap: nowrap;
  }

  .text-block-10 {
    font-size: 32px;
  }

  .text-block-12 {
    margin-top: 200px;
  }

  .flex-block-2 {
    margin-right: 0;
  }

  .html-embed {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    width: 596px;
    height: 649px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    display: inline-block;
  }

  .title {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 5rem;
    margin-right: 0;
    padding-right: 0;
  }

  .hero-image {
    max-height: none;
  }

  .hero-section {
    height: auto;
  }

  .hero-heading {
    max-width: 100%;
    margin-top: 0;
    margin-left: 3rem;
    font-size: 14px;
    top: -11.813rem;
    bottom: -11.813rem;
  }

  .ogg-zurich-heading {
    font-size: 30px;
  }

  .ogg-zurich-heading.h-zurich {
    margin-top: -1rem;
  }

  .get-started {
    width: 10.5rem;
    height: 2rem;
    margin-top: .5rem;
    margin-left: 0;
    padding-top: .438rem;
    padding-left: 2.875rem;
    padding-right: 2.875rem;
  }

  .body-content {
    height: auto;
    margin-top: 0;
  }

  .content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 3.9rem 7.5rem 0;
  }

  .container-7 {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.875rem;
    margin-left: auto;
    padding-left: 0;
  }

  .container-8 {
    text-align: center;
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .container-9 {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    padding-left: 0;
  }

  .line {
    margin-left: 24rem;
  }

  .line.container11 {
    width: 0;
    max-width: none;
    height: 0;
    margin-top: -35.8rem;
    margin-left: 24rem;
  }

  .image-3 {
    padding-top: 0;
  }

  .chat-container {
    max-width: 100%;
    margin-top: 0;
    margin-left: 42.5rem;
  }

  .card {
    border-bottom: 1px solid #23366f;
    border-right-style: none;
    margin-top: 0;
    padding-bottom: 2.75rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .card.card2-styles {
    border: 1px solid #000;
  }

  .image-7 {
    bottom: 1.25rem;
    right: 1.25rem;
  }

  .lottie-animation-2 {
    display: none;
  }

  .hero-image-2 {
    inset: 0%;
  }

  .hero-heading-container {
    width: auto;
    max-width: 100%;
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 113px;
    padding-bottom: 113px;
    font-size: 14px;
    inset: 10px 28px 34px;
  }

  .ogg-zurich-heading-2 {
    font-size: 40px;
  }

  .ogg-zurich-heading-2.h-zurich {
    margin-top: -1rem;
  }

  .get-started-2 {
    width: 10.5rem;
    height: 2rem;
    margin-top: .5rem;
    margin-left: 0;
    padding-top: .438rem;
    padding-left: 2.875rem;
    padding-right: 2.875rem;
  }

  .nav-logo {
    padding-left: 2rem;
  }

  .list.nav-list {
    object-fit: cover;
    background-color: #fff;
    border-top: 1px solid #ecf0f3;
    width: 100%;
    height: 100%;
    margin-right: 1rem;
    font-size: 16px;
    display: block;
    position: fixed;
  }

  .list-item {
    border-top: 1px #ecf0f3;
    border-bottom: 1px solid #ecf0f3;
    margin-right: 0;
    padding: 1rem .25rem 1rem 2rem;
  }

  .list-item-2 {
    border-top: 1px solid #ecf0f3;
    border-bottom: 1px solid #ecf0f3;
    margin-right: 0;
    padding: 1rem .25rem 1rem 2rem;
  }

  .list-item-3 {
    border-top: 1px solid #ecf0f3;
    margin-right: 0;
    padding: 1rem .25rem 1rem 2rem;
  }

  .list-item-4.nav-item {
    border-bottom: 1px solid #ecf0f3;
    margin-top: 0;
    margin-right: 0;
    padding: 1rem .25rem 1rem 2rem;
  }

  .list-item-5.nav-item {
    border-bottom: 1px solid #ecf0f3;
    margin-right: 0;
    padding: 1rem .25rem 1rem 2rem;
  }

  .list-item-6.nav-item {
    margin-top: 0;
    margin-right: 0;
    padding: 1rem .25rem 1rem 2rem;
  }

  .list-2.nav-list {
    object-fit: cover;
    background-color: #fff;
    border-top: 1px solid #ecf0f3;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
  }

  .heading {
    margin-top: 1rem;
    margin-bottom: .5rem;
    padding-left: 0;
    font-size: 3vw;
    line-height: 3vw;
  }

  .paragraph-2 {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .list-3 {
    margin-bottom: auto;
    padding-left: 2.5rem;
  }

  .heading-1 {
    justify-content: flex-start;
    width: auto;
  }

  .container-10 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .container-11 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .icon-2 {
    color: #fff;
    line-height: .5rem;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
  }

  .container-13 {
    display: block;
  }

  .section-7 {
    flex: 0 auto;
    align-self: center;
    margin-left: 10vw;
    margin-right: 10vw;
    padding-left: 0;
    display: inline-block;
  }

  .list-item-15 {
    margin-bottom: 1.25rem;
    padding-bottom: 0;
  }

  .news-list {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .rich-text-block-2 {
    width: 200px;
  }

  .heading-8.news-list {
    align-items: flex-start;
  }

  .div-block-11 {
    text-align: left;
  }

  .right-content {
    float: right;
    text-align: left;
    margin-top: 4.375rem;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: inline-block;
  }

  .div-13 {
    height: 58rem;
  }

  .html-embed-3 {
    height: 140vh;
    display: flex;
  }

  .header {
    justify-content: flex-start;
    width: auto;
  }

  .div-block-15 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-16 {
    margin-right: 25rem;
    padding-left: 0;
    padding-right: 0;
  }

  .iframe-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .reviews__row {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .features__row {
    grid-column-gap: 20px;
    margin-top: 30px;
  }

  .button-a {
    padding-left: 60px;
    padding-right: 60px;
  }

  .information-grid-flexbox {
    width: 100%;
  }

  .column345 {
    width: 15%;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-description-text {
    font-size: 2vw;
  }

  .column1 {
    padding: 0 .5rem;
  }

  .pricing-component-titles {
    font-size: 2vw;
  }

  .text-block-48 {
    font-size: 1.5vw;
  }

  .section-8 {
    padding: 50px;
  }

  .apply-buttons {
    font-size: 1.5vw;
  }

  .bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
    font-size: 12px;
  }

  .text-block-51 {
    font-size: 14px;
  }

  .bold-text-5 {
    font-size: 12px;
  }

  .text-block-53 {
    font-size: 16px;
  }

  .text-block-54, .text-block-55, .text-block-56, .text-block-57, .text-block-58, .text-block-59, .text-block-60, .text-block-61, .text-block-62, .text-block-63, .text-block-64, .text-block-65, .text-block-66, .text-block-67, .text-block-68, .text-block-69, .text-block-70, .text-block-71, .text-block-72, .text-block-73, .text-block-74, .text-block-75, .text-block-76, .text-block-77, .text-block-78, .text-block-79, .text-block-80, .text-block-81, .text-block-82, .text-block-83, .text-block-84, .text-block-85, .text-block-86 {
    font-size: 12px;
  }

  .nav-logo-caramel {
    padding-left: 2rem;
  }

  .button-caramel {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-caramel {
    max-width: 100%;
  }

  .container-caramel.nav-container {
    z-index: 5;
    background-color: #0000;
    height: .75rem;
  }

  .container-caramel.nav-container.about-styles {
    z-index: 5;
  }

  .container-caramel.nav-container-copy {
    z-index: 5;
    background-color: #0000;
    height: .75rem;
  }

  .container-caramel.nav-container-copy.about-styles {
    z-index: 5;
  }

  .container-caramel.nav-container-copy-copy {
    z-index: 5;
    background-color: #0000;
    height: .75rem;
  }

  .container-caramel.nav-container-copy-copy.about-styles {
    z-index: 5;
  }

  .container-caramel-copy {
    max-width: 100%;
  }

  .container-caramel-copy.nav-container {
    z-index: 5;
    background-color: #0000;
    height: 5.75rem;
  }

  .container-caramel-copy.nav-container.about-styles {
    z-index: 5;
  }

  .container-caramel-copy.nav-container-copy-copy {
    z-index: 5;
    background-color: #0000;
    height: .75rem;
  }

  .container-caramel-copy.nav-container-copy-copy.about-styles {
    z-index: 5;
  }

  .container-caramel-copy.nav-container-copy {
    z-index: 5;
    background-color: #0000;
    height: .75rem;
  }

  .container-caramel-copy.nav-container-copy.about-styles {
    z-index: 5;
  }

  .text-block-10-caramel {
    font-size: 32px;
  }

  .container-caramel-header {
    max-width: 100%;
  }

  .container-caramel-header.nav-container {
    z-index: 5;
    background-color: #0000;
    height: 5.75rem;
  }

  .container-caramel-header.nav-container.about-styles {
    z-index: 5;
  }

  .container-caramel-header.nav-container-copy-copy {
    z-index: 5;
    background-color: #0000;
    height: .75rem;
  }

  .container-caramel-header.nav-container-copy-copy.about-styles {
    z-index: 5;
  }

  .container-caramel-header.nav-container-copy {
    z-index: 5;
    background-color: #0000;
    height: .75rem;
  }

  .container-caramel-header.nav-container-copy.about-styles {
    z-index: 5;
  }
}

@media screen and (max-width: 767px) {
  .main-header.header {
    height: 6.75rem;
  }

  .navbar {
    max-width: 100%;
  }

  .container.nav-container, .container.nav-container-copy, .container.nav-container-copy-copy {
    height: 1.75rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    margin-top: -50%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-link {
    background-color: #0000;
    height: 200rem;
    padding-top: 5.75rem;
  }

  .collection-list-wrapper {
    position: fixed;
  }

  .collection-list-8 {
    height: 100%;
  }

  .text-block {
    color: #595959;
    padding-left: .75rem;
    font-size: 12px;
    line-height: 20px;
  }

  .footer-link {
    height: auto;
    max-height: none;
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
  }

  .footer-content {
    display: block;
  }

  .collection-list-12 {
    flex-flow: wrap;
    align-content: flex-start;
  }

  .main-content {
    padding-top: 20px;
  }

  .label1 {
    width: 30.5rem;
    padding-top: 1px;
    display: block;
  }

  .text-block-6 {
    display: flex;
  }

  .details {
    width: 30.5rem;
  }

  .body {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .flex-block {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .div-block-4 {
    flex-direction: column-reverse;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-top: 1rem;
    display: flex;
  }

  .text-block-9 {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-start;
    align-items: stretch;
    margin-left: .75rem;
    display: block;
  }

  .text-block-10 {
    margin-left: .75rem;
  }

  .div-block-5 {
    width: 100%;
  }

  .html-embed {
    float: none;
    aspect-ratio: auto;
    text-align: center;
    overflow-wrap: normal;
    object-fit: contain;
    width: 90%;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-left: 2rem;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .title {
    margin-left: 2rem;
  }

  .main-text-caramel {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .main-text-caramel p {
    overflow-wrap: anywhere;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .main-text-caramel strong {
    font-weight: 700;
  }

  .hero-heading {
    max-width: 100%;
    height: 0;
    max-height: none;
    margin-top: 0;
    margin-left: .7rem;
    margin-right: .7rem;
    top: -9.188rem;
    bottom: -9.188rem;
  }

  .ogg-zurich-heading {
    font-size: 26px;
  }

  .ogg-zurich-heading.h-zurich {
    margin-top: -1.5rem;
  }

  .get-started {
    width: 9rem;
    margin-top: -.625rem;
    padding-left: 2.075rem;
    padding-right: 2.075rem;
    font-size: 12px;
  }

  .body-content {
    height: auto;
  }

  .content-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: none;
    margin-top: .075rem;
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .container-7 {
    text-align: center;
    max-width: 100%;
    padding-left: 0;
  }

  .container-8 {
    padding-left: 0;
  }

  .container-9 {
    text-align: center;
    padding-left: 0;
  }

  .line {
    width: 0;
    height: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .line.container11 {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .chat-container {
    margin-top: 0;
    margin-left: 30rem;
  }

  .card {
    border-right-style: none;
    max-width: none;
    margin-left: 0;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .card.card2-styles, .card.card3-styles {
    border-right-style: none;
  }

  .image-7 {
    bottom: 1.25rem;
    right: 1.25rem;
  }

  .hero-container {
    height: 26vh;
  }

  .hero-image-2 {
    height: 26vh;
    inset: 0%;
  }

  .hero-heading-container {
    max-width: 100%;
    height: 0;
    max-height: none;
    margin-top: 0;
    margin-left: .7rem;
    margin-right: .7rem;
    padding-top: 141px;
    padding-bottom: 141px;
    inset: -1px 6px;
  }

  .ogg-zurich-heading-2 {
    margin-top: 0;
    font-size: 26px;
  }

  .ogg-zurich-heading-2.h-zurich {
    margin-top: -1.5rem;
  }

  .get-started-2 {
    width: 9rem;
    margin-top: -.625rem;
    padding-left: 2.075rem;
    padding-right: 2.075rem;
    font-size: 12px;
  }

  .nav-logo {
    padding-left: 2rem;
  }

  .footer-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .collection {
    line-height: 14px;
  }

  .heading {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 3.5vw;
    line-height: 3.5vw;
    overflow: auto;
  }

  .heading-1 {
    flex-wrap: nowrap;
    width: 150%;
    min-width: auto;
    max-width: none;
    height: 7vh;
    margin-left: 0;
    margin-right: 76px;
    padding-right: 0;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 1.6vw;
    font-weight: 700;
    line-height: 3vw;
  }

  .container-13 {
    margin-left: 1rem;
    padding-bottom: 0;
    padding-left: 10vw;
  }

  .section-7 {
    margin-left: 25vw;
    margin-right: 25vw;
  }

  .list-item-15 {
    padding-bottom: 21px;
  }

  .div-block-11 {
    text-align: center;
  }

  .right-content {
    margin-top: 3rem;
  }

  .html-embed-3 {
    height: 11%;
    padding-top: 40px;
  }

  .menu-button-3 {
    padding-bottom: 18px;
  }

  .header {
    flex-wrap: nowrap;
    width: auto;
    min-width: auto;
    max-width: none;
    height: 7vh;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-16 {
    margin-right: 13.9rem;
    padding-right: 0;
  }

  .iframe-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    place-items: stretch stretch;
    width: auto;
    max-width: 37.25rem;
    display: grid;
  }

  .site-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .reviews__row {
    display: block;
  }

  .reviews__col {
    margin-right: 20px;
  }

  .features1 {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .sec-heading1 {
    font-size: 24px;
    line-height: 32px;
  }

  .features__row {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .features__title1 {
    margin-top: 14px;
    line-height: 20px;
  }

  .paragraph-3_zurich {
    margin-top: 10px;
  }

  .vert-img {
    display: none;
  }

  .process {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .process__wrapper1 {
    grid-row-gap: 30px;
    background-image: none;
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .step {
    justify-content: flex-start;
    display: flex;
  }

  .step__num {
    width: 26px;
    height: 26px;
    margin-left: 0;
    margin-right: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .step__desc {
    margin-top: 3px;
  }

  .contract1 {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .contract__row {
    grid-row-gap: 23px;
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .cta {
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .cta__row {
    flex-direction: column;
  }

  .button-a.margin {
    margin-top: 15px;
  }

  .slide-nav {
    display: block;
    bottom: -98px;
  }

  .step__cap {
    width: 80%;
    margin-top: 0;
  }

  .div-block-21 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .paragraph-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .information-grid-flexbox {
    width: 100%;
  }

  .column345 {
    width: 15%;
    padding: 10px 5px;
  }

  .pricing-description-text {
    font-size: 2.5vw;
  }

  .column1 {
    width: 20%;
    min-width: 75px;
    padding: 15px 0 15px 5px;
  }

  .rows-titles {
    margin-bottom: 10px;
  }

  .pricing-check-mark {
    width: 2.7vw;
  }

  .pricing-component-titles {
    font-size: 2.1vw;
  }

  .text-block-48 {
    letter-spacing: 0;
    font-size: 1.7vw;
  }

  .section-8 {
    padding: 30px;
  }

  .apply-buttons {
    letter-spacing: 0;
    padding: 5px 10px;
    font-size: 1.8vw;
  }

  .member-level-title-and-apply, .pricing-check-column-titles {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column2 {
    width: 21%;
  }

  .column6 {
    width: 20%;
  }

  .bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
    font-size: 12px;
    font-weight: 600;
  }

  .text-block-51 {
    overflow-wrap: anywhere;
    font-size: 12px;
  }

  .bold-text-5 {
    font-size: 12px;
    font-weight: 600;
  }

  .text-block-52 {
    overflow-wrap: anywhere;
    font-size: 14px;
  }

  .heading-11 {
    margin-bottom: 10px;
  }

  .paragraph-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .list-8 {
    margin-left: 0;
  }

  .text-block-53, .text-block-54, .text-block-55, .text-block-59, .text-block-60, .text-block-61, .text-block-65, .text-block-66, .text-block-70, .text-block-71, .text-block-72, .text-block-77, .text-block-78, .text-block-79, .text-block-80, .text-block-81, .text-block-82, .text-block-83, .text-block-84, .text-block-85, .text-block-86 {
    overflow-wrap: anywhere;
  }

  .bold-text-6 {
    font-size: 12px;
    font-weight: 600;
  }

  .text-block-87, .text-block-88 {
    overflow-wrap: anywhere;
  }

  .text-block-89 {
    overflow-wrap: anywhere;
    font-size: 12px;
    font-weight: 400;
  }

  .announcement {
    margin-top: -30px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .announcement-2 {
    margin-top: -39px;
    margin-bottom: 30px;
    padding-top: 8px;
    padding-bottom: 14px;
    font-size: 12px;
  }

  .text-block-90 {
    margin-top: 6px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .features1-copy {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .nav-logo-caramel {
    padding-left: 2rem;
  }

  .features-caramel {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .iframe-div-caramel {
    height: 78rem;
    padding-top: 30px;
  }

  .site-container-caramel {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sec-heading-caramel {
    font-size: 24px;
    line-height: 32px;
  }

  .features__title1-copy, .features__title1-copy-copy, .features__title-caramel {
    margin-top: 14px;
    line-height: 20px;
  }

  .paragraph-3_zurich-caramel {
    margin-top: 10px;
  }

  .process-caramel {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sec-heading1-copy {
    font-size: 24px;
    line-height: 32px;
  }

  .step__desc-caramel {
    margin-top: 3px;
  }

  .process__wrapper-caramel {
    grid-row-gap: 30px;
    background-image: none;
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .contract-caramel {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .sec-heading1-caramel {
    font-size: 24px;
    line-height: 32px;
  }

  .button-caramel.margin {
    margin-top: 15px;
  }

  .step__num-caramel {
    width: 26px;
    height: 26px;
    margin-left: 0;
    margin-right: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .container-caramel.nav-container, .container-caramel.nav-container-copy, .container-caramel.nav-container-copy-copy, .container-caramel-copy.nav-container {
    height: 1.75rem;
  }

  .container-caramel-copy.nav-container {
    height: 5.75rem;
  }

  .container-caramel-copy.nav-container-copy-copy, .container-caramel-copy.nav-container-copy {
    height: 1.75rem;
  }

  .text-block-10-caramel {
    margin-left: .75rem;
  }

  .container-caramel-header.nav-container {
    height: 5.75rem;
  }

  .container-caramel-header.nav-container-copy-copy, .container-caramel-header.nav-container-copy {
    height: 1.75rem;
  }
}

@media screen and (max-width: 479px) {
  .main-header.header {
    height: 3.875rem;
  }

  .container {
    max-width: none;
    height: 3.875rem;
  }

  .container.nav-container, .container.nav-container-copy, .container.nav-container-copy-copy {
    height: 3.875rem;
    margin-top: 44px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .image {
    width: 100%;
    min-width: 0;
  }

  .menu-link {
    padding-top: 5.875rem;
  }

  .collection-list-wrapper {
    font-size: 14px;
  }

  .collection-item-3, .collection-list-9 {
    padding-left: 1.125rem;
  }

  .text-block {
    margin-bottom: 0;
    padding-left: 0;
  }

  .footer-link {
    padding-left: 0;
    text-decoration: underline;
  }

  .footer-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-content {
    padding-top: 10px;
    padding-bottom: 26px;
  }

  .label1 {
    justify-content: flex-start;
    width: 22rem;
    padding-bottom: 0;
    display: block;
  }

  .label2 {
    display: block;
  }

  .text-block-5 {
    font-size: 24px;
  }

  .text-block-6 {
    justify-content: flex-start;
    padding-top: 0;
    font-size: 11px;
    display: flex;
  }

  .details {
    width: 22rem;
    height: auto;
  }

  .text-block-7 {
    margin-top: 1rem;
    font-size: 12px;
  }

  .text-block-7.text3 {
    padding-top: 0;
  }

  .body {
    flex-flow: column wrap;
    place-content: stretch space-between;
    align-items: center;
    display: block;
  }

  .flex-block {
    margin: 3.875rem 1.25rem 1.25rem;
  }

  .flex-block.main-container {
    margin-top: 3.875rem;
  }

  .div-block-4 {
    margin-top: 1rem;
  }

  .text-block-9 {
    font-size: 11px;
  }

  .text-block-10 {
    font-size: 24px;
  }

  .html-embed {
    aspect-ratio: auto;
    text-align: left;
    align-self: flex-start;
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0;
    display: flex;
  }

  .main-text-caramel p {
    overflow-wrap: anywhere;
  }

  .hero-image {
    width: auto;
    height: 10rem;
    max-height: none;
    margin-top: 3.875rem;
    overflow: auto;
  }

  .hero-section {
    max-width: 100%;
    max-height: none;
    margin-top: 0;
  }

  .hero-heading {
    width: auto;
    max-width: 100%;
    height: 0;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: .5rem;
    padding-top: 0;
    padding-left: 0;
    top: -8.05rem;
    bottom: -8.05rem;
  }

  .ogg-zurich-heading {
    margin-top: .25rem;
    margin-bottom: 1rem;
    font-size: 18px;
  }

  .ogg-zurich-heading.h-zurich {
    margin-top: -2.5rem;
    margin-bottom: -.6rem;
  }

  .get-started {
    width: 4.5rem;
    max-width: 100%;
    height: 0;
    margin: 0 auto;
    padding: 0 0 1.238rem;
    font-size: 6px;
  }

  .body-content {
    height: auto;
    overflow: visible;
  }

  .content-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .bg-color {
    max-width: 100%;
    height: auto;
  }

  .text-block-14 {
    text-align: center;
    max-width: 100%;
  }

  .paragraph {
    text-align: center;
    width: auto;
    height: auto;
    font-size: 14px;
  }

  .container-7 {
    text-align: center;
    margin-left: auto;
    padding-left: 0;
  }

  .container-8 {
    padding-left: 0;
  }

  .container-9 {
    height: auto;
    padding-left: 0;
  }

  .chat-container {
    margin-left: 15rem;
  }

  .card {
    max-width: 100%;
    margin-top: 0;
    margin-left: 1.188rem;
    margin-right: 1.188rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .card.card3-styles {
    padding-top: 0;
  }

  .image-7 {
    padding-top: 0;
    padding-bottom: 0;
    bottom: 1.25rem;
    right: 1.25rem;
  }

  .hero-container {
    height: 20vh;
  }

  .hero-image-2 {
    object-fit: fill;
    height: 20vh;
    margin-top: 3.875rem;
    inset: 0%;
  }

  .hero-heading-container {
    width: auto;
    max-width: 100%;
    height: 0;
    max-height: none;
    margin-top: 5.2rem;
    margin-bottom: 5.2rem;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: -2px;
    bottom: -2px;
    left: 7px;
  }

  .ogg-zurich-heading-2 {
    margin-top: 0;
    padding-bottom: 8px;
    font-size: 20px;
  }

  .ogg-zurich-heading-2.h-zurich {
    margin-top: -2.5rem;
    margin-bottom: -.6rem;
  }

  .get-started-2 {
    width: 4.5rem;
    height: 0;
    margin: 0 auto;
    padding: 0 0 1.238rem;
    font-size: 6px;
  }

  .body-2 {
    background-color: #101010;
  }

  .nav-logo, .list-item, .list-item-4.nav-item, .list-item-5.nav-item, .list-item-6.nav-item {
    padding-left: 1.125rem;
  }

  .footer-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .collection.last {
    padding-left: 0;
  }

  .heading {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: -2vw;
    font-size: 4vw;
    line-height: 4vw;
  }

  .news-div {
    flex-direction: row;
    display: flex;
  }

  .heading-1 {
    aspect-ratio: auto;
    background-color: #000;
    border: 1px solid #000;
    width: 100%;
    margin-right: 123px;
  }

  .container-10 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-11 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .navbar-2 {
    background-color: #fff;
    min-width: 0;
    max-width: none;
    display: flex;
  }

  .container-12 {
    background-color: #000;
    border-radius: 0;
  }

  .icon-2 {
    -webkit-text-stroke-color: var(--white);
    width: auto;
  }

  .heading-5 {
    width: auto;
    height: 4vw;
    margin-top: 2vw;
    font-family: Open Sans, sans-serif;
    font-size: 1.7vw;
    font-weight: 700;
    line-height: 1.4vw;
  }

  .container-13 {
    margin-left: .6rem;
    margin-right: auto;
    padding-left: 0;
    font-family: Open Sans, sans-serif;
  }

  .news-list {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .heading-6 {
    width: 17rem;
    margin-top: -13px;
  }

  .heading-8 {
    padding-left: 0;
    display: block;
  }

  .heading-8.news-list {
    float: none;
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    text-align: left;
    justify-content: center;
    display: flex;
  }

  .div-block-11 {
    align-items: flex-start;
    padding-left: 0;
  }

  .right-content {
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    margin-left: 2rem;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-13 {
    height: auto;
    padding-top: 15px;
  }

  .html-embed-3 {
    height: 34%;
    min-height: 100%;
    max-height: none;
    margin-top: 3.8rem;
    padding-top: 47px;
  }

  .menu-button-3 {
    opacity: 1;
    color: #0000;
    -webkit-text-stroke-color: transparent;
    background-color: #000;
    border-radius: 0;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
    padding-bottom: 18px;
    display: block;
  }

  .header {
    aspect-ratio: auto;
    background-color: #000;
    border: 0 #000;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    position: relative;
  }

  .div-block-17 {
    padding-left: 0;
    padding-right: 8px;
  }

  .iframe-content {
    place-content: stretch;
    place-items: stretch stretch;
    max-width: none;
  }

  .site-container {
    pointer-events: auto;
    mix-blend-mode: normal;
    padding-left: 29px;
    padding-right: 29px;
  }

  .star-div {
    padding-top: 49px;
    padding-bottom: 95px;
  }

  .text-block-25 {
    margin-left: 20px;
  }

  .features1 {
    margin-top: -20px;
    padding-top: 90px;
    line-height: 24px;
  }

  .features__row {
    margin-top: 30px;
  }

  .features__title1 {
    margin-top: 10px;
  }

  .paragraph-3_zurich {
    margin-top: 4px;
  }

  .process__wrapper1 {
    grid-row-gap: 20px;
  }

  .step__num {
    margin-right: 15px;
  }

  .contract__card-head {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .cta {
    text-align: center;
  }

  .button-a {
    padding-left: 70px;
    padding-right: 70px;
  }

  .button-a.margin {
    margin-top: 24px;
  }

  .slide-nav {
    bottom: -85px;
  }

  .information-grid-flexbox {
    width: 100%;
  }

  .column345 {
    width: 16%;
    padding: 5px;
  }

  .pricing-description-text {
    font-size: 4vw;
  }

  .column1 {
    width: 16%;
    min-width: 16%;
    padding: 10px;
  }

  .pricing-check-mark {
    width: 5vw;
  }

  .rows {
    width: 100%;
  }

  .pricing-component-titles {
    font-size: 3.5vw;
  }

  .text-block-48 {
    font-size: 2.5vw;
  }

  .section-8 {
    padding: 10px;
  }

  .apply-buttons {
    padding: 3px 5px;
    font-size: 2.4vw;
  }

  .member-events-description {
    display: none;
  }

  .member-level-title-and-apply, .pricing-check-column-titles {
    padding-left: 5px;
    padding-right: 5px;
  }

  .column2, .column6 {
    width: 16%;
  }

  .bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
    overflow-wrap: anywhere;
  }

  .text-block-52 {
    font-size: 10px;
  }

  .heading-12 {
    font-size: 12px;
  }

  .heading-13 {
    padding-left: 1.75rem;
    font-size: 12px;
  }

  .text-block-54 {
    overflow-wrap: anywhere;
  }

  .text-block-55 {
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .text-block-59, .text-block-60, .text-block-61, .text-block-65, .text-block-66, .text-block-70, .text-block-71, .text-block-72, .text-block-73, .text-block-78, .text-block-79, .text-block-80, .text-block-81, .text-block-82, .text-block-83, .text-block-84, .text-block-85, .text-block-86 {
    overflow-wrap: anywhere;
  }

  .body-4 {
    font-size: 12px;
  }

  .bold-text-6 {
    overflow-wrap: anywhere;
  }

  .text-block-87 {
    font-size: 10px;
  }

  .announcement-2 {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    min-height: 44px;
    margin-top: -39px;
    padding-top: 10px;
    padding-bottom: 6px;
    text-decoration: none;
    display: flex;
  }

  .text-block-90 {
    aspect-ratio: auto;
    object-fit: contain;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .nav-logo-caramel {
    padding-left: 1.125rem;
  }

  .iframe-div-caramel {
    height: 75rem;
  }

  .site-container-caramel {
    pointer-events: auto;
    mix-blend-mode: normal;
    padding-left: 29px;
    padding-right: 29px;
  }

  .features__title1-copy, .features__title1-copy-copy, .features__title-caramel {
    margin-top: 10px;
  }

  .paragraph-3_zurich-caramel {
    margin-top: 4px;
  }

  .star-div-caramel {
    padding-top: 49px;
    padding-bottom: 95px;
  }

  .process__wrapper-caramel {
    grid-row-gap: 20px;
  }

  .button-caramel {
    padding-left: 70px;
    padding-right: 70px;
  }

  .button-caramel.margin {
    margin-top: 24px;
  }

  .step__num-caramel {
    margin-right: 15px;
  }

  .text-block-25-caramel {
    margin-left: 20px;
  }

  .contract__card-head-caramel {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .container-caramel {
    max-width: none;
    height: 3.875rem;
  }

  .container-caramel.nav-container, .container-caramel.nav-container-copy, .container-caramel.nav-container-copy-copy {
    height: 3.875rem;
    margin-top: 44px;
  }

  .container-caramel-copy {
    max-width: none;
    height: 3.875rem;
  }

  .container-caramel-copy.nav-container {
    height: 4.875rem;
    margin-top: 42px;
  }

  .container-caramel-copy.nav-container-copy-copy, .container-caramel-copy.nav-container-copy {
    height: 3.875rem;
    margin-top: 44px;
  }

  .text-block-10-caramel {
    font-size: 24px;
  }

  .container-caramel-header {
    max-width: none;
    height: 3.875rem;
  }

  .container-caramel-header.nav-container {
    height: 4.875rem;
    margin-top: 42px;
  }

  .container-caramel-header.nav-container-copy-copy, .container-caramel-header.nav-container-copy {
    height: 3.875rem;
    margin-top: 44px;
  }
}

#w-node-dcef63bf-80f0-4f9c-df6b-8df36e2820af-251998d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9526f7e-f93c-4c85-59ab-48c5cf86a7b4-251998d6 {
  justify-self: center;
}

#w-node-_7708616c-78f3-26f3-ceb6-a5f3cd404f3c-d9b165e9, #w-node-_665be578-3be2-7dc0-7f14-5364fd6ad2d7-d9b165e9, #w-node-_665be578-3be2-7dc0-7f14-5364fd6ad2de-d9b165e9, #w-node-df9ea5e6-bf2d-058b-7930-939f95fed6d8-d9b165e9, #w-node-b5dc550c-cf33-a7ef-8a83-e7bb21ba9c5c-cbf69492, #w-node-_8da502ed-51c4-35bc-5d6f-eae6cb5120a4-cbf69492, #w-node-b5dc550c-cf33-a7ef-8a83-e7bb21ba9c5c-08ab13fa, #w-node-_8da502ed-51c4-35bc-5d6f-eae6cb5120a4-08ab13fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_7708616c-78f3-26f3-ceb6-a5f3cd404f3c-d9b165e9, #w-node-_665be578-3be2-7dc0-7f14-5364fd6ad2d7-d9b165e9, #w-node-df9ea5e6-bf2d-058b-7930-939f95fed6d8-d9b165e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b9526f7e-f93c-4c85-59ab-48c5cf86a7b4-251998d6 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b9526f7e-f93c-4c85-59ab-48c5cf86a7b4-251998d6 {
    place-self: center;
  }

  #w-node-_7708616c-78f3-26f3-ceb6-a5f3cd404f3c-d9b165e9, #w-node-_665be578-3be2-7dc0-7f14-5364fd6ad2d7-d9b165e9, #w-node-df9ea5e6-bf2d-058b-7930-939f95fed6d8-d9b165e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b9526f7e-f93c-4c85-59ab-48c5cf86a7b4-251998d6 {
    place-self: start;
  }

  #w-node-_7708616c-78f3-26f3-ceb6-a5f3cd404f3c-d9b165e9, #w-node-df9ea5e6-bf2d-058b-7930-939f95fed6d8-d9b165e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Zurichsans 2411072795';
  src: url('../fonts/ZurichSans-Regular_2411072795.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zurichsans 817043381';
  src: url('../fonts/ZurichSans-SemiBoldItalic_817043381.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zurichsans 3664322985';
  src: url('../fonts/ZurichSans-Medium_3664322985.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zurichsans 3059927129';
  src: url('../fonts/ZurichSans-SemiBold_3059927129.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zurichsans 1801274629';
  src: url('../fonts/ZurichSans-MediumItalic_1801274629.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zurichsans 881752775';
  src: url('../fonts/ZurichSans-Bold_881752775.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zurich Sans 2295107319';
  src: url('../fonts/Zurich-Sans-Light-Italic_2295107319.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zurichsans 494877342';
  src: url('../fonts/ZurichSans-Italic_494877342.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zurichsans 4264019491';
  src: url('../fonts/ZurichSans-BoldItalic_4264019491.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zurichsans 385999423';
  src: url('../fonts/ZurichSans-Light_385999423.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ogg';
  src: url('../fonts/Ogg-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}