@font-face {
  font-family: Open sans v28 Bold;
  src: url('../fonts/open-sans-v28-latin-700.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Open sans v28 Italic;
  src: url('../fonts/open-sans-v28-latin-italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Open sans v28 Normal;
  src: url('../fonts/open-sans-v28-latin-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-grey: #cecece;
  --gc-blue: #2f4e7d;
  --light-gc-blue: #3f6cb1;
  --gc_article_header: #9fd7fa;
  --gc_green: #00973f;
  --white: white;
  --black: black;
  --forest-green: #008136;
}

body {
  background-color: var(--light-grey);
  color: #333;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open sans v28 Bold, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open sans v28 Bold, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open sans v28 Bold, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
}

a {
  color: var(--gc-blue);
  text-decoration: underline;
}

a:hover, a:focus {
  color: var(--light-gc-blue);
}

a:visited {
  color: var(--gc-blue);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-size: 25px;
  line-height: 35px;
}

em {
  font-style: italic;
}

.section {
  background-color: var(--light-grey);
  text-align: left;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  margin-top: 100px;
  font-weight: 400;
  display: flex;
}

.section._1st-page {
  background-color: var(--gc_article_header);
  min-height: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
}

.section.article_body {
  min-height: 0;
}

.heading {
  color: var(--gc-blue);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-size: 6vh;
  font-weight: 400;
  line-height: 6vh;
}

.heading.special {
  text-align: center;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 70px;
}

.heading.special._1st_page {
  text-align: left;
  margin-top: 40px;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 65px;
}

.heading.special._1st_page.leads {
  border-bottom: 2px solid var(--gc_green);
}

.heading.special.article {
  color: var(--white);
  text-align: center;
  max-width: 90%;
  font-size: 75px;
  line-height: 85px;
  display: block;
}

.heading.special.article._1st_page {
  color: var(--white);
  text-align: center;
  margin-top: 25px;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.heading.special.contact {
  background-color: var(--gc_article_header);
  border-radius: 20px;
  min-width: 90%;
  padding: 20px 40px;
  font-size: 40px;
  line-height: 60px;
}

.container {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  max-width: 1200px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.container._1st-page {
  align-self: center;
  max-width: 1200px;
}

.container.article_width {
  padding-left: 0;
  padding-right: 0;
}

.container.article_width._1st_page {
  background-color: #0000;
  border-radius: 20px;
  max-width: 1000px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.body {
  background-color: var(--gc_article_header);
}

.nav-link {
  color: var(--gc-blue);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-link:hover {
  color: #020f22;
  background-color: #00000008;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-weight: 400;
}

.nav-link:focus {
  color: #fff;
}

.gc_text_block {
  color: var(--gc-blue);
  text-align: left;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.gc_text_block.head {
  text-align: center;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-weight: 400;
}

.gc_text_block.head.insurance {
  margin-bottom: 75px;
  font-size: 2.5vh;
  line-height: 2.5vh;
}

.gc_text_block.contact {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 40px;
  line-height: 60px;
}

.gc_text_block.headline.start {
  text-align: center;
}

.gc_text_block.headline.start.special {
  color: var(--gc-blue);
  text-align: center;
  margin-top: 20px;
  font-family: Open sans v28 Italic, Arial, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 35px;
}

.gc_text_block.home {
  margin-top: 0;
  margin-bottom: 75px;
}

.gc_text_block.home._1st_page {
  margin-bottom: 25px;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.gc_text_block.risk-management {
  text-align: center;
}

.gc_text_block.risk-management h2 {
  margin-top: 0;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.gc_text_block.risk {
  border: 1px solid var(--light-gc-blue);
  border-radius: 20px;
  padding: 20px;
  font-family: Open sans v28 Normal, Arial, sans-serif;
}

.gc_text_block.risk p {
  text-align: center;
  font-family: Open sans v28 Bold, Arial, sans-serif;
}

.icon {
  color: var(--gc-blue);
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 25px;
}

.gc_logo {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 50px;
  display: block;
}

.gc_nav_menu {
  margin-left: 25px;
  display: block;
}

.gc_menu_button {
  display: none;
}

.gc_navbar {
  background-color: var(--light-grey);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.brand {
  min-width: 250px;
  max-width: 20vh;
}

.image-3 {
  opacity: 1;
  flex: 0 auto;
  width: 25%;
  height: 25%;
  display: inline-block;
}

.image-3.contact {
  width: 100%;
  max-width: 300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
}

.image-3.article_benefits {
  max-width: 200px;
  margin-top: 25px;
}

.image-3.contact_flag {
  width: 70%;
  max-width: 200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image_mr {
  width: 100%;
  max-width: 30vh;
  height: 100%;
  margin-bottom: 50px;
  padding-top: 3vh;
  padding-bottom: 3vh;
}

.image_kl {
  width: 100%;
  max-width: 250px;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 30px;
}

.gc_cta_button {
  background-color: var(--gc-blue);
  text-align: center;
  border-radius: 10px;
  min-width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.gc_cta_button:hover {
  background-color: var(--light-gc-blue);
  color: var(--white);
}

.gc_cta_button:focus {
  background-color: var(--light-gc-blue);
  color: #fff;
}

.gc_cta_button:visited {
  color: var(--white);
}

.gc_cta_button.footer_cta {
  border-radius: 5px;
  min-width: 200px;
  max-height: 75px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 0;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.gc_cta_button._1st_page {
  margin-top: 50px;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-weight: 400;
  line-height: 60px;
}

.gc_cta_button.faq_cta {
  align-self: center;
  max-width: 75%;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-size: 25px;
}

.gc_cta_button.faq_cta:hover, .gc_cta_button.faq_cta:focus {
  color: var(--white);
}

.gc_cta_button.knowledge {
  border: 1px none var(--white);
  border-radius: 10px;
  margin-bottom: 0;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-size: 22px;
  line-height: 25px;
}

.image-8 {
  max-width: 85%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.rich-text-block {
  color: var(--gc-blue);
}

.rich-text-block.privacy {
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.rich-text-block.privacy p {
  font-size: 30px;
  line-height: 30px;
}

.rich-text-block.privacy li {
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.rich-text-block.privacy h2 {
  font-size: 35px;
  line-height: 35px;
}

.navbar-4 {
  background-color: var(--light-grey);
  align-items: center;
  position: relative;
  bottom: auto;
  left: 0%;
  right: 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 {
  color: var(--gc-blue);
  text-align: center;
  flex-direction: column;
  max-width: 500px;
  display: flex;
}

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

.image-13 {
  display: inline-block;
}

.div-block-6 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
}

.text-block-2 {
  color: #6d6d6d;
  text-decoration: underline;
}

.link-block {
  font-style: normal;
  text-decoration: underline;
}

.paragraph-2 {
  margin: 50px;
}

.image-14 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.accordion-item {
  background-color: #d6d6d6;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 875px;
}

.accordion-wrapper {
  margin-top: 25px;
}

.icon-2.accordion-icon {
  color: var(--gc-blue);
  cursor: pointer;
  width: 5%;
  height: 5%;
  font-size: 4vh;
  line-height: 3vh;
}

.accordion-item-trigger {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open sans v28 Bold, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.accordion-item-content {
  flex-flow: column;
  margin-top: 10px;
  margin-right: 30px;
  display: flex;
  overflow: hidden;
}

.section-faq {
  background-color: #0000;
  padding: 150px 30px;
}

.section-faq.gc_text_block {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer {
  color: #ccc;
  background-color: #142744;
  min-height: 450px;
}

.footer_mid_section_div {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 25px auto;
  display: flex;
}

.footer_legal_advice_div {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer_legal_text_block {
  color: #fff;
  text-align: center;
  padding: 25px;
}

.footer_legal_text_block.footer_legal_advice {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-weight: 400;
}

.footer_legal_text_block.footer_grey {
  color: #919191;
  text-align: center;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-weight: 400;
}

.footer_low_section_div {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer_link {
  color: var(--white);
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-weight: 400;
}

.footer_link:hover {
  color: var(--light-gc-blue);
}

.footer_link:active {
  color: var(--gc-blue);
}

.footer_link:focus {
  color: var(--white);
}

.footer_link:visited {
  color: #fff;
}

.footer_link.w--current {
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-weight: 400;
}

.footer_white_line {
  background-color: var(--light-gc-blue);
  max-width: 50%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.footer_white_line.black_line {
  background-color: #000;
  height: 2px;
}

.image-15 {
  width: 100%;
  height: 100%;
  max-height: 75px;
}

.footer_mid_section_container {
  min-width: 250px;
  max-width: 25px;
  margin-left: 25px;
}

.footer_mid_section_container.footer_mid_section_logo {
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.footer_mid_section_container.footer_mid_section_company {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 150px;
  max-width: 250px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.footer_mid_section_container.footer_mid_section_social {
  justify-content: center;
  min-width: 75px;
  max-width: 75px;
  min-height: 75px;
  margin: 15px 5px;
  padding-left: 0;
  display: flex;
}

.footer_mid_section_container.footer_mid_section_social.cta {
  max-width: 200px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-4 {
  color: #b1afaf;
  margin-top: 25px;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-weight: 400;
}

.footer_company_link_block {
  color: #fff;
  text-align: center;
  padding: 25px;
}

.footer_company_link_block.footer_grey {
  color: #919191;
  text-align: left;
  padding: 0;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-weight: 400;
}

.footer_center_divs {
  flex-wrap: wrap;
  justify-content: space-around;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_mid_section_div_contact {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 25px auto;
  display: flex;
}

.footer_center_divs_links {
  justify-content: space-around;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_devider_blue {
  max-width: 1200px;
  margin: 50px auto;
}

.footer_white_line_top {
  background-color: #fff;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}

.footer_white_line_top.black_line {
  background-color: #000;
  height: 2px;
}

.footer_container {
  max-width: 100%;
}

.footer_social_link {
  color: #6b6a6a;
  text-align: center;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.footer_social_link:hover {
  color: var(--light-gc-blue);
}

.footer_social_link:active {
  color: var(--gc-blue);
}

.footer_social_link:focus {
  color: var(--light-gc-blue);
}

.footer_social_text {
  padding-top: 5px;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-weight: 400;
}

.contact_headline {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.contact_section_top {
  margin-top: 100px;
}

.contact_container {
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact_kerry_london {
  background-color: var(--white);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  min-width: 90%;
  max-width: 90%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.contact_we_insure {
  background-color: var(--white);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  min-width: 90%;
  max-width: 90%;
  margin: 100px auto 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.contact_kerry_london_logo {
  text-align: center;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  display: block;
}

.contact_kerry_london_logo.special {
  margin-right: 50px;
}

.contact_weinsure_logo {
  align-self: center;
  max-width: 35%;
}

.contact_weinsure_logo.special {
  margin-right: 50px;
}

.gc_text_block_contact {
  color: var(--gc-blue);
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.contact_section_gc {
  margin-top: 150px;
  margin-bottom: 100px;
}

.gc_text_block_contact_phone {
  color: var(--gc-blue);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.contact_gc_phone_container {
  flex-direction: column;
  align-items: center;
  max-width: 90%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sym_block_insurance {
  background-color: var(--light-grey);
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 90%;
  max-width: 90%;
  margin-bottom: 50px;
  display: block;
}

.sym_block_broker {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  min-width: 90%;
  max-width: 90%;
  display: flex;
}

.sym_section_insurance {
  background-color: #b4b4b4;
}

.sym_block_broker_logo {
  justify-content: space-between;
  align-items: center;
  min-width: 90%;
  max-width: 90%;
  margin-bottom: 50px;
  display: flex;
}

.sym_block_insurance_mid {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.sym_container_insurance {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

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

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.div-block-12 {
  flex-direction: column;
  max-width: 50%;
  display: flex;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-23 {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.accordion_paragraph {
  font-size: 30px;
  line-height: 30px;
}

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

.div-block-24 {
  justify-content: center;
  align-items: center;
  min-height: 50px;
  display: flex;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.article_header {
  background-color: var(--gc_article_header);
  background-image: linear-gradient(135deg, var(--gc-blue), var(--gc_article_header));
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  display: block;
  position: relative;
}

.article_container {
  z-index: 2;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  min-height: 80vh;
  display: flex;
}

.image-16 {
  width: 70%;
  height: 70%;
  max-height: 275px;
  display: block;
}

.text-block-6 {
  color: var(--gc-blue);
  text-align: center;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 20px;
}

.article_image {
  justify-content: center;
  align-items: center;
  min-width: 300px;
  max-width: 400px;
  display: flex;
}

.article_image._1st_page {
  min-width: 150px;
  max-width: 300px;
}

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

.article_header_title._1st_page {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.article_header_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 600px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.div-block-29 {
  flex-direction: column;
  align-items: center;
  max-width: 75%;
  display: flex;
}

.div-block-30 {
  display: none;
}

.div_article_width {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.div_article_width.privacy {
  max-width: 1200px;
}

.image_article {
  opacity: 1;
  flex: 0 auto;
  max-width: 250px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: inline-block;
}

.risk_graphics {
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.italic-text {
  text-align: center;
  font-family: Open sans v28 Italic, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.gc_triangle_corner {
  width: 473px;
  height: 728px;
}

.gc_corner_top {
  position: absolute;
  inset: 0% 0% auto auto;
}

.gc_corner_left {
  position: absolute;
  inset: auto auto 0% 0%;
}

.gc_triangle_corner_left {
  width: 469px;
  height: 801px;
}

.gc_text_block_benefits {
  border: 1px solid var(--gc-blue);
  color: var(--gc-blue);
  text-align: left;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Open sans v28 Normal, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.gc_text_block_index {
  border: 1px solid var(--gc_article_header);
  color: var(--gc-blue);
  text-align: left;
  background-color: #9fd7fa82;
  border-radius: 20px;
  padding: 10px 30px;
  font-size: 25px;
  line-height: 30px;
}

.image_risk {
  width: 80%;
  height: 80%;
  max-height: 250px;
  display: block;
}

.image_logo {
  width: 100%;
  height: 30%;
}

@media screen and (min-width: 1920px) {
  .section._1st-page {
    margin-top: 50px;
  }

  .container {
    flex: 0 auto;
    max-width: 1200px;
  }

  .div-block-29 {
    max-width: 75%;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-family: Open sans v28 Bold, Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }

  h3 {
    font-size: 25px;
    line-height: 25px;
  }

  h4 {
    font-size: 20px;
    line-height: 25px;
  }

  p {
    font-size: 22px;
    line-height: 30px;
  }

  li, em {
    font-size: 22px;
  }

  .section {
    align-content: center;
  }

  .section._1st-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.article_body {
    margin-top: 50px;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 7vw;
    line-height: 7vw;
  }

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

  .heading.special._1st_page {
    font-size: 35px;
    line-height: 50px;
  }

  .heading.special.article {
    text-align: center;
    font-size: 55px;
    line-height: 65px;
  }

  .heading.special.article._1st_page {
    text-align: center;
    margin-top: 25px;
    font-size: 60px;
    line-height: 70px;
  }

  .heading.special.contact {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 40px;
  }

  .container {
    align-self: center;
  }

  .container._1st-page {
    align-self: center;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.article_width {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.contact {
    display: none;
  }

  .gc_text_block.head.insurance {
    font-size: 2vh;
    line-height: 2vh;
  }

  .gc_text_block.contact {
    font-size: 30px;
  }

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

  .gc_text_block.headline.start.special {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .gc_text_block.risk-management h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .icon {
    color: var(--gc-blue);
  }

  .icon:active, .icon:focus {
    color: #fff;
  }

  .gc_nav_menu {
    text-align: left;
    background-color: #d1d1d1;
    margin-left: 0;
  }

  .gc_menu_button {
    display: none;
  }

  .gc_menu_button.w--open {
    background-color: #ccc;
  }

  .brand {
    max-width: 30vw;
    margin-left: 15px;
  }

  .image-3 {
    max-width: 25vw;
  }

  .image-3.article_benefits, .image-3.contact_flag {
    max-width: 150px;
  }

  .image_mr {
    max-width: 40vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .image_kl {
    max-width: 25vw;
  }

  .gc_cta_button {
    min-width: 75%;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .gc_cta_button._1st_page {
    font-size: 25px;
    line-height: 50px;
  }

  .gc_cta_button.nav_bar {
    min-width: 50%;
    font-size: 20px;
    line-height: 20px;
  }

  .gc_cta_button.faq_cta {
    font-size: 22px;
    line-height: 30px;
  }

  .gc_cta_button.knowledge {
    min-width: 100%;
    font-size: 20px;
  }

  .image-8 {
    max-width: 85vw;
  }

  .rich-text-block.privacy p, .rich-text-block.privacy li {
    font-size: 20px;
    line-height: 25px;
  }

  .rich-text-block.privacy h2 {
    font-size: 25px;
    line-height: 25px;
  }

  .navbar-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .icon-2.accordion-icon {
    width: 7%;
    height: 7%;
  }

  .footer_mid_section_container.footer_mid_section_logo, .footer_mid_section_container.footer_mid_section_company, .footer_mid_section_container.footer_mid_section_social {
    margin-bottom: 25px;
  }

  .contact_headline {
    min-width: 90%;
  }

  .contact_container {
    place-content: center;
    align-items: center;
    display: flex;
  }

  .contact_container.gc {
    flex-direction: column;
  }

  .contact_kerry_london {
    flex-flow: column wrap;
    align-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .contact_we_insure {
    flex-flow: column wrap;
    align-content: stretch;
    margin-top: 50px;
  }

  .contact_kerry_london_logo {
    max-width: none;
  }

  .contact_kerry_london_logo.special {
    margin-right: 0;
  }

  .contact_weinsure_logo {
    max-width: none;
  }

  .contact_weinsure_logo.special {
    margin-right: 0;
  }

  .contact_kerry_london_details {
    align-self: center;
    min-width: 75%;
    max-width: 100%;
    margin-top: 25px;
  }

  .contact_weinsure_details {
    align-self: center;
    align-items: flex-start;
    min-width: 75%;
    max-width: 100%;
    margin-top: 25px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .gc_text_block_contact {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
    line-height: 40px;
    display: block;
  }

  .contact_section_gc {
    margin-top: 50px;
  }

  .gc_text_block_contact_phone {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .contact_gc_phone_container {
    flex-flow: column wrap;
  }

  .sym_container_insurance {
    padding-top: 50px;
  }

  .div-block-8 {
    margin-bottom: 40px;
  }

  .div-block-12 {
    max-width: 70%;
    margin-top: 25px;
  }

  .div-block-23 {
    align-items: center;
  }

  .image-16 {
    margin-top: 0;
  }

  .article_image {
    min-width: 50%;
    max-width: 50%;
    margin-top: 50px;
    margin-right: 0;
  }

  .article_image._1st_page {
    max-width: 200px;
    margin-top: 0;
  }

  .article_header_title {
    max-width: 100%;
  }

  .article_header_title._1st_page {
    flex-direction: column;
    margin-top: 20px;
  }

  .article_header_wrapper {
    max-width: 100%;
    margin-top: 50px;
  }

  .div-block-29 {
    max-width: 100%;
  }

  .div-block-30 {
    justify-content: center;
    display: flex;
    position: relative;
  }

  .div_article_width {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div_article_width.privacy {
    max-width: 90%;
  }

  .image_article {
    max-width: 25vw;
  }

  .italic-text {
    font-size: 35px;
    line-height: 35px;
  }

  .gc_triangle_corner {
    float: right;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 500px;
    display: block;
  }

  .gc_corner_left {
    display: none;
  }

  .gc_triangle_corner_left {
    float: left;
    max-width: 75%;
    display: block;
  }

  .image_risk {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .italic-text-2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 20px;
  }

  h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }

  p {
    font-size: 20px;
    line-height: 27px;
  }

  li {
    font-size: 20px;
    line-height: 30px;
  }

  strong {
    font-weight: 600;
  }

  em {
    font-size: 20px;
  }

  .section.article_body {
    margin-top: 25px;
  }

  .heading {
    margin-top: 10px;
  }

  .heading.special._1st_page {
    font-size: 30px;
    line-height: 40px;
  }

  .heading.special.article, .heading.special.article._1st_page {
    font-size: 40px;
    line-height: 50px;
  }

  .heading.special.contact {
    font-size: 25px;
  }

  .gc_text_block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-family: Open sans v28 Normal, Arial, sans-serif;
    font-weight: 400;
  }

  .gc_text_block.head {
    margin-bottom: 25px;
  }

  .gc_text_block.head.insurance {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .gc_text_block.contact {
    font-size: 25px;
    line-height: 35px;
  }

  .gc_text_block.headline.start.special {
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
  }

  .gc_text_block.home._1st_page {
    font-size: 20px;
  }

  .gc_text_block.risk {
    padding: 10px;
  }

  .image-3.article_benefits {
    max-width: 150px;
  }

  .image_mr {
    margin-bottom: 30px;
  }

  .image_kl {
    max-width: 40vw;
  }

  .gc_cta_button {
    font-size: 22px;
    line-height: 30px;
  }

  .gc_cta_button._1st_page {
    font-size: 20px;
    line-height: 40px;
  }

  .gc_cta_button.nav_bar {
    font-size: 17px;
    line-height: 15px;
  }

  .gc_cta_button.knowledge {
    font-size: 17px;
  }

  .rich-text-block.privacy p, .rich-text-block.privacy li {
    font-size: 15px;
    line-height: 20px;
  }

  .rich-text-block.privacy h2 {
    font-size: 20px;
  }

  .icon-2.accordion-icon {
    width: 10%;
    max-width: 35px;
    height: 10%;
  }

  .accordion-heading {
    font-size: 20px;
    line-height: 26px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .footer_mid_section_div {
    flex-direction: column;
  }

  .footer_legal_text_block.footer_legal_advice {
    max-width: 95%;
  }

  .footer_mid_section_container.footer_mid_section_logo, .footer_mid_section_container.footer_mid_section_company, .footer_mid_section_container.footer_mid_section_social {
    margin-right: 0;
  }

  .footer_mid_section_container.footer_mid_section_social.cta {
    min-width: 100%;
    max-width: 100%;
    max-height: 75px;
  }

  .footer_center_divs {
    flex: 0 auto;
    justify-content: center;
    min-width: 90%;
  }

  .footer_center_divs_links {
    flex-direction: column;
    align-content: center;
    min-width: 90%;
  }

  .contact_weinsure_details {
    min-width: 90%;
    max-width: 90%;
  }

  .gc_text_block_contact {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 25px;
    line-height: 35px;
    display: block;
  }

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

  .contact_gc_phone_container {
    margin-top: 50px;
  }

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

  .link-block-2 {
    flex-direction: column;
  }

  .div-block-8 {
    margin-bottom: 25px;
  }

  .div-block-12 {
    max-width: 75%;
  }

  .accordion_paragraph {
    font-size: 22px;
    line-height: 26px;
  }

  .article_header_wrapper {
    min-width: 550px;
    max-width: 90%;
  }

  .italic-text {
    font-size: 30px;
    line-height: 30px;
  }

  .gc_triangle_corner {
    max-width: 60%;
  }

  .gc_triangle_corner_left {
    max-width: 50%;
  }

  .gc_text_block_benefits {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-family: Open sans v28 Normal, Arial, sans-serif;
    font-weight: 400;
  }

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

  .italic-text-2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  h2, h3 {
    font-size: 17px;
    line-height: 20px;
  }

  h4, p {
    font-size: 17px;
    line-height: 22px;
  }

  a, li, em {
    font-size: 17px;
  }

  .section._1st-page {
    align-items: center;
  }

  .heading.special {
    font-size: 25px;
    line-height: 25px;
  }

  .heading.special._1st_page {
    margin-top: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .heading.special.article {
    font-size: 30px;
    line-height: 40px;
  }

  .heading.special.article._1st_page {
    font-size: 25px;
    line-height: 30px;
  }

  .heading.special.contact {
    padding-left: 20px;
    padding-right: 30px;
    font-size: 20px;
    line-height: 30px;
  }

  .container {
    max-width: none;
  }

  .container._1st-page {
    align-self: center;
  }

  .gc_text_block.head {
    margin-bottom: 25px;
  }

  .gc_text_block.head.insurance {
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .gc_text_block.contact {
    font-size: 20px;
    line-height: 25px;
  }

  .gc_text_block.headline {
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .gc_text_block.headline.start.special {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .gc_text_block.home._1st_page {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 20px;
  }

  .gc_text_block.risk-management h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .brand {
    min-width: 200px;
    max-width: 40vw;
    padding-left: 0;
  }

  .image-3.contact {
    max-width: 40vw;
  }

  .image-3.article_benefits {
    max-width: 100px;
  }

  .image-3.contact_flag {
    max-width: 40vw;
  }

  .image_mr {
    max-width: 60vw;
    margin-bottom: 20px;
  }

  .image_kl {
    max-width: 50vw;
  }

  .gc_cta_button {
    min-width: 90%;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  .gc_cta_button._1st_page {
    margin-top: 20px;
    font-size: 18px;
    line-height: 25px;
  }

  .gc_cta_button.faq_cta {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .gc_cta_button.knowledge {
    margin-top: 0;
    font-size: 15px;
  }

  .image-8 {
    max-width: 95vw;
  }

  .rich-text-block.privacy p, .rich-text-block.privacy li {
    font-size: 12px;
    line-height: 15px;
  }

  .rich-text-block.privacy h2 {
    font-size: 15px;
    line-height: 20px;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .footer_mid_section_div {
    flex-flow: row;
    align-content: center;
    align-items: flex-start;
  }

  .footer_link {
    font-size: 14px;
  }

  .footer_center_divs {
    justify-content: space-between;
    min-width: 80%;
    max-width: 80%;
  }

  .footer_center_divs_links {
    place-content: flex-start space-between;
    align-items: flex-start;
    min-width: 80%;
    max-width: 80%;
  }

  .contact_kerry_london, .contact_we_insure {
    margin-top: 50px;
  }

  .gc_text_block_contact {
    font-size: 17px;
    line-height: 25px;
  }

  .gc_text_block_contact_phone {
    font-size: 20px;
  }

  .contact_gc_phone_container {
    margin-top: 50px;
  }

  .sym_block_broker_logo {
    flex-wrap: wrap;
    justify-content: center;
  }

  .div-block-12 {
    max-width: 85%;
  }

  .accordion_paragraph {
    font-size: 16px;
    line-height: 18px;
  }

  .image-16 {
    margin-top: 10px;
  }

  .text-block-6 {
    font-size: 13px;
  }

  .article_image {
    margin-top: 25px;
    display: flex;
  }

  .article_image._1st_page {
    min-width: 100px;
    max-width: 100px;
  }

  .article_header_title._1st_page {
    margin-top: 10px;
  }

  .article_header_wrapper {
    min-width: 300px;
    margin-top: 10px;
  }

  .italic-text {
    font-size: 20px;
    line-height: 20px;
  }

  .gc_triangle_corner {
    max-width: 60%;
    max-height: 300px;
  }

  .gc_text_block_index {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image_risk {
    margin-top: 10px;
  }

  .italic-text-2, .link-2 {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_28e2bcf8-7c49-29d5-affb-f66b549918bb-549918ba {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_28e2bcf8-7c49-29d5-affb-f66b549918c8-549918ba {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_28e2bcf8-7c49-29d5-affb-f66b549918bb-549918ba {
    justify-self: start;
  }

  #w-node-_28e2bcf8-7c49-29d5-affb-f66b549918c8-549918ba {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Open sans v28 Bold';
  src: url('../fonts/open-sans-v28-latin-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open sans v28 Italic';
  src: url('../fonts/open-sans-v28-latin-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open sans v28 Normal';
  src: url('../fonts/open-sans-v28-latin-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}