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

body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 8px 14px;
  color: #071b4d;
  font-size: 29px;
  line-height: 33px;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #00b89c;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  color: #666;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.custom-container {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.custom-container.hero {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  text-align: center;
}

.section {
  margin-bottom: 0px;
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #071b4d;
}

.section.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.logo {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #fff;
  font-size: 29px;
  line-height: 33px;
  font-weight: 500;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.nav-link.w--current {
  border-bottom-color: #00b89c;
  color: #fff;
}

.nav-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.brand {
  float: none;
}

.section-2 {
  padding-top: 120px;
  padding-bottom: 0px;
}

.heading-2 {
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 500;
}

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

.grid {
  grid-column-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-2 {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-2.contain {
  padding: 15px;
  background-color: #00b89c;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0.85)),
    to(hsla(0, 0%, 100%, 0.85))
  );
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.85),
    hsla(0, 0%, 100%, 0.85)
  );
  -o-object-fit: contain;
  object-fit: contain;
}

.image-2.klamydia {
  -o-object-position: 50% 10%;
  object-position: 50% 10%;
}

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

.paragraph {
  text-align: left;
}

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3 {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-3 {
  background-color: #071b4d;
  color: #fff;
}

.image-3 {
  width: 100%;
  height: 360px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-3:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.div-block-4 {
  padding: 20px;
}

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

.text-block-2 {
  /*color: #00b89c;*/
}

.div-block-6 {
  background-color: #00b89c;
}

.text-block-3 {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 11px;
  background-color: #071b4d;
  color: #fff;
  font-weight: 600;
}

.section-3 {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #00b89c;
}

.text-block-4 {
  color: #071b4d;
  text-align: center;
}

.paragraph-2 {
  font-size: 23px;
  line-height: 35px;
}

.link {
  color: #071b4d;
  text-decoration: none;
}

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

.rich-text-block {
  display: inline-block;
  text-align: left;
}

.rich-text-block p {
  margin-bottom: 22px;
}

.rich-text-block h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #071b4d;
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
}

.browser_header {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #20355a;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.2px;
}

.browser_details {
  color: #7a849e;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.2px;
}

.browser_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  min-height: 50px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.link_span {
  color: #283556;
  text-decoration: none;
}

.browser-warning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin: auto;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 11px 11px 55px 0 rgba(53, 90, 164, 0.1);
}

.icon_firefox {
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  padding: 6px;
  border-radius: 100px;
}

.browser_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.browser-detect {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  padding: 325px 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.59);
}

.ie_logo {
  display: block;
  width: 70px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.browser_title {
  color: #7a849e;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .custom-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .custom-container.hero {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .section {
    padding-bottom: 20px;
  }
  .logo {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-menu {
    display: none;
  }
  .section-2 {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .image-2 {
    height: 180px;
  }
  .image-2.klamydia {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .image-3 {
    width: auto;
    height: auto;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
  }
  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    padding: 10px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #00b89c;
    font-size: 40px;
  }
  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .custom-container.hero {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .logo {
    font-size: 24px;
  }
  .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .heading {
    font-size: 29px;
    line-height: 37px;
  }
  .section-2 {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .text-block-3 {
    margin-bottom: 10px;
  }
  .text-block-4 {
    padding-right: 88px;
    padding-left: 88px;
  }
  .browser-warning {
    display: block;
    padding: 25px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    line-height: 38px;
  }
  .custom-container.hero {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .section {
    padding-top: 78px;
  }
  .section.menu {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .logo {
    font-size: 17px;
  }
  .heading {
    font-size: 18px;
    line-height: 24px;
  }
  .grid-3 {
    margin-right: -20px;
    margin-left: -20px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .paragraph-2 {
    font-size: 16px;
    line-height: 26px;
  }
  .rich-text-block h4 {
    margin-bottom: 7px;
  }
}
