@charset "utf-8";

@font-face {
    font-family: 'Inter 28pt';
    src: url('../fonts/Inter28pt-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 28pt';
    src: url('../fonts/Inter28pt-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 24pt';
    src: url('../fonts/Inter24pt-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 24pt';
    src: url('../fonts/Inter24pt-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 24pt';
    src: url('../fonts/Inter24pt-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 24pt';
    src: url('../fonts/Inter24pt-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 28pt';
    src: url('../fonts/Inter28pt-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 28pt';
    src: url('../fonts/Inter28pt-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

:root {
  --main-gray-color: #737B8A;
  --main-blue-color: #293853;
  --blue-color: #283C58;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  font-size: 8px;
  color: var(--main-blue-color);
  font-family: 'Inter 18pt';
  background: rgba(183, 239, 255, 1.0);
}
html.is-lock body {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none
}
img {
  pointer-events: none;
}
sup {
  font-size: .5em;
  line-height: .1em;
}
.no_highlights,
.orange_button,
.source_title,
img,
button,
a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a *,
button *,
.open_zone * {
  pointer-events: none;
}
img {
  pointer-events: none;
}
.gradient_button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  border-radius: 4rem;
  background: linear-gradient(180deg, rgba(0, 64, 125, 0) 0%, rgba(0, 64, 125, 0.5) 100%), #17C2C6;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none !important;
  transition: transform .4s ease;
  font-size: 1rem;
  font-family: 'Comfortaa';
  color: #FFFFFF !important;
  position: relative;
}
.gradient_button:hover {
  transform: scale(1.05);
}
.gradient_button span {
  font-size: 2.8rem;
  line-height: 1.1em;
}
.bold_text {
  font-weight: 700;
}

.cg_main {
  width: 100%;
  position: relative;
}
.cg_section {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cg_section_wrapper {
  width: 116rem;
  margin: 0 auto;
  position: relative;
}
.logo_haleon {
  display: block;
  width: 7.8rem;
  position: absolute;
  top: 2rem;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
.logo_haleon_image {
  display: block;
  width: 100%;
}
.kv_section {
  background-color: #ECFBFF;
  padding-bottom: 28vw;
}
.kv_section .cg_section_wrapper {
  padding: 8.7rem 0 0;
}
.location_1 {
  display: block;
  width: 100%;
  position: absolute;
  top: 5.5vw;
  left: 0;
  z-index: 1;
}
.location_1_bridge {
  display: block;
  width: 69vw;
  top: 32.8vw;
  left: 23.7vw;
  opacity: 0;
  transform: translateY(4em);
  transition: opacity .6s ease .8s, transform .6s ease .8s;
  z-index: 2;
  position: absolute;
}
.active_dynamic_elem .location_1_bridge {
  opacity: 1;
  transform: none;
}
.person_1 {
  display: block;
  width: 7vw;
  position: absolute;
  top: 24.4vw;
  left: 7.4vw;
  opacity: 0;
  transform: translateX(-4em);
  transition: opacity .6s ease .6s, transform .6s ease .6s;
  z-index: 2;
}
.active_dynamic_elem .person_1 {
  opacity: 1;
  transform: none;
}
.person_2 {
  display: block;
  width: 7.5vw;
  position: absolute;
  top: 23.5vw;
  left: 15vw;
  opacity: 0;
  transform: translateX(-4em);
  transition: opacity .6s ease .2s, transform .6s ease .2s;
  z-index: 2;
}
.active_dynamic_elem .person_2 {
  opacity: 1;
  transform: none;
}
.kv_section_title {
  display: block;
  font-size: 7rem;
  line-height: 1.1em;
  font-family: 'Comfortaa';
  font-weight: 700;
  margin: .5em 0 0;
  position: relative;
  z-index: 2;
  transition: transform .6s ease .4s, opacity .6s ease .4s;
  transform: translateX(-4rem);
  opacity: 0;
  text-align: center;
}
.active_dynamic_elem .kv_section_title {
  opacity: 1;
  transform: none;
}
.logo {
  display: block;
  width: 10rem;
  position: absolute;
  z-index: 2;
  top: 2rem;
  left: 0;
}
.active_dynamic_elem .logo {
  opacity: 1;
  transform: none;
}
.bird {
  display: block;
  position: absolute;
  z-index: 3;
  transition: transform .6s ease, opacity .6s ease;
  opacity: 0;
  transform: translateY(1rem);
}
.bird_1 {
  transition-delay: .6s;
  width: 3vw;
  top: 19vw;
  left: 83vw;
}
.bird_2 {
  transition-delay: .8s;
  width: 4.2vw;
  top: 25vw;
  left: 78vw;
}
.bird_3 {
  transition-delay: 1s;
  width: 5.2vw;
  top: 24vw;
  left: 86vw;
}
.bird.active_dynamic_elem {
  opacity: 1;
  transform: none;
}
.expand_section_1 {
  padding-top: 5rem;
}
.expand_section_2,
.expand_section_3,
.expand_section_4 {
  margin-top: 3rem;
}
.expand_block {
  width: 100%;
  height: 17.6rem;
  background: linear-gradient(180deg, #25589A 0%, #00ACD1 99.99%), #FFFFFF;
  border-radius: 4rem;
  position: relative;
  overflow: hidden;
}
.expand_block:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/pattern_1.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}
.open_zone {
  position: relative;
  overflow: hidden;
  height: 17.6rem;
  transition: height .6s ease;
  cursor: pointer;
}
.expand_section_1 .open_zone {
  padding-right: 12rem;
}
.expand_section_2 .open_zone {
  padding-right: 32rem;
}
.expand_section_3 .open_zone {
  padding-right: 32rem;
}
.expand_section_4 .open_zone {
  padding-right: 34rem;
}
.open_zone:before {
  content: '';
  display: block;
  width: 8.1rem;
  height: 7.6rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4rem;
  margin: auto 0;
  background-image: url(../img/arrow_bottom_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform .4s ease;
}
.open_zone:hover:before {
  transform: translateY(2rem);
}
.open_expand_section .open_zone {
  height: 0;
}
.expand_section_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.4rem;
  font-size: 6rem;
  line-height: 1.1em;
  font-family: 'Comfortaa';
  font-weight: 700;
  color: #FFFFFF;
  height: 100%;
  width: 100%;
}
.full_zone_container {
  width: 100%;
  height: 0;
  transition: height .6s ease;
  overflow: hidden;
}
.full_zone_wrapper {
  display: block;
  width: 100%;
}
.full_zone {
  padding: 2.4rem;
  position: relative;
}
.img_corega {
  display: block;
  width: 31.6rem;
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  transition: transform .6s ease .2s, opacity .6s ease .2s;
  opacity: 0;
  transform: translateY(2rem);
}
.open_expand_section .img_corega {
  opacity: 1;
  transform: none;
}
.message_block {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 2.4rem;
  padding: 2rem 3rem;
  position: relative;
  opacity: 0;
  min-height: 14rem;
}
.open_expand_section .message_block {
  opacity: 1;
  transform: none;
}
.patient_message {
  width: 73rem;
  padding-left: 16rem;
  transform: translateX(-4rem);
  transition: transform .6s ease .4s, opacity .6s ease .4s;
}
.expand_section_1 .patient_message {
  padding-right: 28rem;
}
.expand_section_2 .patient_message {
  padding-right: 15rem;
}
.expand_section_3 .patient_message {
  padding-right: 22rem;
}
.expand_section_4 .patient_message {
  padding-right: 8rem;
}
.doctor_message {
  padding-right: 17rem;
  transform: translateX(4rem);
  transition: transform .6s ease .6s, opacity .6s ease .6s;
  margin-top: 1rem;
}
.message_block:before {
  content: '';
  display: block;
  width: 10rem;
  height: 10rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  top: 2rem;
}
.patient_message:before {
  background-image: url(../img/person_3.webp);
  left: 3rem;
}
.doctor_message:before {
  background-image: url(../img/person_4.webp);
  right: 3rem;
}
.message_text {
  display: block;
  font-size: 2.2rem;
  line-height: 1.4em;
  font-weight: 400;
  color: #737B8A;
}
.full_zone_text {
  display: block;
  font-size: 2.2rem;
  line-height: 1.4em;
  color: #FFFFFF;
  margin-top: 1rem;
}
.doctor_message + .full_zone_text {
  margin-top: 3rem;
}
.full_zone_title {
  display: block;
  font-size: 4rem;
  line-height: 1.2em;
  color: #FFFFFF;
  margin-top: 6rem;
  font-family: 'Comfortaa';
  text-transform: uppercase;
  font-weight: 700;
}
.table_1 {
  display: block;
  width: 100%;
  margin-top: 3rem;
}
.stat_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 3rem;
  list-style: none;
}
.stat_item {
  padding: 2rem;
  border-radius: 2.4rem;
  background-color: #FFFFFF;
}
.stat_item:nth-child(1) {
  width: 29.4rem;
}
.stat_item:nth-child(2) {
  width: 29.9rem;
}
.stat_item:nth-child(3) {
  width: 45.9rem;
}
.stat_title {
  display: block;
  font-size: 7.6rem;
  line-height: 1.1em;
  font-family: 'Comfortaa';
  color: #00A3AD;
  font-weight: 700;
}
.stat_text {
  display: block;
  font-size: 2.2rem;
  line-height: 1.4em;
  color: #737B8A;
  font-weight: 400;
}
.info_block {
  padding: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 3rem;
  list-style: none;
  background-color: #FFFFFF;
  border-radius: 2.4rem;
}
.table_2,
.table_3,
.table_4,
.table_5 {
  display: block;
  width: 100%;
}
.info_block_text {
  display: block;
  font-size: 2.2rem;
  line-height: 1.4em;
  text-align: center;
  margin-top: 1.6rem;
}
.expand_section_3 .info_block_item {
  width: 31rem;
}
.expand_section_3 .info_block_item:nth-child(3) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.info_block_title {
  display: block;
  font-size: 4.6rem;
  line-height: 1.1em;
  font-family: 'Comfortaa';
  font-weight: 700;
  color: #00A3AD;
  text-align: left;
  width: 100%;
}
.info_block_text_mini + .info_block_title {
  margin-top: 4rem;
}
.info_block_text_mini {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 400;
}
.expand_section_4 .info_block_item {
  width: 51.6rem;
}
.expand_section_4 .info_block_item:nth-child(1) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3rem;
}
.expand_section_4 .info_block_text_mini {
  width: auto;
}
.color_line {
  display: block;
  width: 100%;
  margin-top: .8rem;
}
.color_line_mobile {
  display: none;
}
.product_section {
  margin-top: 6rem;
}
.product_section .cg_section_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-image: url(../img/bg_corega.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 6rem 2.4rem 6rem 3.4rem;
}
.product_title {
  display: block;
  font-size: 5.2rem;
  line-height: 1.1em;
  font-family: 'Comfortaa';
  color: #001489;
  font-weight: 700;
}
.product_image {
  display: block;
  width: 45rem;
}
.back_link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 62rem;
  margin: 10rem auto 0;
}
.back_link:before {
  content: '←';
  display: block;
  font-size: 2.8rem;
  font-family: 'Comfortaa';
  margin-right: .5em;
  transition: transform .4s ease;
}
.back_link:hover:before {
  transform: translateX(-.5em);
}


.cg_footer {
  width: 116rem;
  margin: 12rem auto 0;
  padding-bottom: 3rem;
}
.sources_section {
  width: 100%;
  padding: 2.4rem;
  background-color: #FFFFFF;
  border-radius: 1.6rem;
}
.sources_title {
  display: block;
  width: 100%;
  font-size: 2.6rem;
  line-height: 1em;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
.sources_title:before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/icon_arrow_bottom.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform .6s ease;
}
.open_sources.sources_title:before {
  transform: rotate(180deg);
}
.sources_container {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: height .6s ease;
}
.sources_wrapper {
  display: block;
  width: 100%;
}
.sources {
  display: block;
  padding-top: 3.2rem;
}
.source {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4em;
  color: #626262;
}
.haleon_section {
  width: 100%;
  padding: 2.4rem;
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  margin-top: 1.2rem;
  position: relative;
  z-index: 2;
}
.logo_haleon_footer {
  display: block;
  width: 35.4rem;
}
.haleon_section_text {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.2em;
  font-family: Verdana;
  margin-top: 2rem;
  color: #444444;
}
.haleon_section_text_bottom_line {
  padding-bottom: 2rem;
  border-bottom: 1px solid #000000;
}
.haleon_section_text a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.haleon_section_text a:hover {
  text-decoration: none;
}
.haleon_section_black {
  width: 100%;
  padding: 4.4rem 2.4rem 2.4rem;
  background-color: #000000;
  border-radius: 0 0 1.6rem 1.6rem;
  margin-top: -2rem;
}
.haleon_section_black_title {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2em;
  color: #FFFFFF;
  font-weight: 700;
  font-family: Verdana;
}
.haleon_section_black_text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2em;
  color: #FFFFFF;
  font-weight: 400;
  font-family: Verdana;
  margin-top: 2rem;
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 8px;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: .7vw;
  }
}

@media screen and (min-width: 2000px) {
  html {
    font-size: .52vw;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  html {
    font-size: .8vw;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  html {
    font-size: 1vw;
  }
  .cg_section_wrapper {
    width: 100%;
    margin: 0;
  }
  .logo_haleon {
    width: 19rem;
    top: 8rem;
    right: 4rem;
  }
  .kv_section {
    background-color: #ECFBFF;
    padding-bottom: 30rem;
  }
  .gradient_button {
    height: 16rem;
    border-radius: 8rem;
  }
  .gradient_button span {
    font-size: 5rem;
  }
  .kv_section .cg_section_wrapper {
    padding: 25rem 0 0;
  }
  .location_1 {
    width: 100%;
    top: 59rem;
  }
  .location_1_bridge {
    width: 70rem;
    top: 86.5rem;
    left: 23.7rem;
  }
  .person_1 {
    width: 8rem;
    top: 76rem;
    left: 6rem;
  }
  .person_2 {
    width: 8.5rem;
    top: 75rem;
    left: 15rem;
  }
  .kv_section_title {
    font-size: 10rem;
    margin: 0;
  }
  .logo {
    width: 23rem;
    position: absolute;
    top: 5rem;
    left: 4rem;
  }
  .bird_1 {
    transition-delay: .6s;
    width: 4rem;
    top: 70rem;
    left: 37rem;
  }
  .bird_2 {
    transition-delay: .8s;
    width: 5rem;
    top: 76rem;
    left: 30rem;
  }
  .bird_3 {
    transition-delay: 1s;
    width: 6rem;
    top: 75rem;
    left: 38rem;
  }
  .expand_section_1 {
    padding-top: 3rem;
  }
  .expand_section_2,
  .expand_section_3,
  .expand_section_4 {
    margin-top: 3rem;
  }
  .expand_block {
    height: 32rem;
    border-radius: 6rem;
  }
  .open_zone {
    height: 32rem;
  }
  .expand_section_1 .open_zone {
    padding-right: 12rem;
  }
  .expand_section_2 .open_zone {
    padding-right: 22rem;
  }
  .expand_section_3 .open_zone {
    padding-right: 22rem;
  }
  .expand_section_4 .open_zone {
    padding-right: 12rem;
  }
  .open_zone:before {
    width: 8.1rem;
    height: 7.6rem;
    right: 8rem;
  }
  .open_expand_section .open_zone {
    height: 0;
  }
  .expand_section_title {
    padding: 4rem;
    font-size: 7rem;
  }
  .full_zone {
    padding: 22rem 4rem 4rem;
  }
  .img_corega {
    width: 50rem;
    top: 4rem;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .message_block {
    display: block;
    border-radius: 4rem;
    padding: 4rem;
    min-height: 14rem;
  }
  .patient_message {
    width: 100%;
    padding-left: 4rem;
  }
  .expand_section_1 .patient_message {
    padding-right: 4rem;
  }
  .expand_section_2 .patient_message {
    padding-right: 4rem;
  }
  .expand_section_3 .patient_message {
    padding-right: 4rem;
  }
  .expand_section_4 .patient_message {
    padding-right: 4rem;
  }
  .doctor_message {
    padding-right: 4rem;
    margin-top: 2.3rem;
  }
  .message_block:before {
    width: 16rem;
    height: 16rem;
    position: static;
    margin-bottom: 2rem;
  }
  .doctor_message:before {
    margin-left: auto;
  }
  .message_text {
    font-size: 4.5rem;
  }
  .full_zone_text {
    font-size: 4.5rem;
    margin-top: 2.5rem;
  }
  .doctor_message + .full_zone_text {
    margin-top: 4rem;
  }
  .full_zone_title {
    font-size: 7rem;
    margin-top: 8rem;
  }
  .table_1 {
    margin-top: 4rem;
  }
  .stat_list {
    display: block;
    margin-top: 0;
  }
  .stat_item {
    padding: 5rem;
    border-radius: 4rem;
    margin-top: 4rem;
  }
  .stat_item:nth-child(1) {
    width: 100%;
  }
  .stat_item:nth-child(2) {
    width: 100%;
  }
  .stat_item:nth-child(3) {
    width: 100%;
  }
  .stat_title {
    font-size: 15rem;
  }
  .stat_text {
    font-size: 4.5rem;
  }
  .info_block {
    padding: 5rem;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 8rem;
    border-radius: 5rem;
  }
  .table_2,
  .table_3,
  .table_4,
  .table_5 {
    width: 100%;
  }
  .info_block_text {
    font-size: 4.5rem;
    margin-top: 4rem;
  }
  .expand_section_3 .info_block_item {
    width: 100%;
  }
  .expand_section_3 .info_block_item:nth-child(2) {
    margin-top: 10rem;
  }
  .expand_section_3 .info_block_item:nth-child(3) {
    display: block;
    margin-top: 10rem;
  }
  .info_block_title {
    font-size: 10rem;
  }
  .info_block_text_mini + .info_block_title {
    margin-top: 10rem;
  }
  .info_block_text_mini {
    font-size: 4rem;
  }
  .expand_section_4 .info_block_item {
    width: 100%;
  }
  .expand_section_4 .info_block_item:nth-child(1) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 8rem;
  }
  .expand_section_4 .info_block_text_mini {
    width: auto;
  }
  .color_line {
    display: none;
  }
  .color_line_mobile {
    display: block;
    width: 100%;
    margin-top: 2rem;
  }
  .product_section {
    display: none;
  }
  .back_link {
    width: 92rem;
    margin: 15rem auto 0;
  }
  .back_link:before {
    font-size: 5rem;
  }


  .cg_footer {
    width: 100%;
    margin-top: 25rem;
    padding-bottom: 0;
  }
  .sources_section {
    padding: 6rem 4rem;
    border-radius: 4rem;
  }
  .sources_title {
    font-size: 6.5rem;
  }
  .sources {
    padding-top: 8rem;
  }
  .source {
    font-size: 3rem;
  }
  .haleon_section {
    width: 100%;
    padding: 6rem 4rem;
    border-radius: 4rem;
    margin-top: 3rem;
  }
  .logo_haleon_footer {
    width: 100%
  }
  .haleon_section_text {
    font-size: 4rem;
    margin-top: 5rem;
  }
  .haleon_section_text_bottom_line {
    padding-bottom: 5rem;
  }
  .haleon_section_black {
    padding: 11rem 4rem 10rem;
    background-color: #000000;
    border-radius: 0 0 4rem 4rem;
    margin-top: -4rem;
  }
  .haleon_section_black_title {
    font-size: 4rem;
  }
  .haleon_section_black_text {
    font-size: 4rem;
    margin-top: 5rem;
  }
}

/*dialog code*/

.doctor-dialog {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    visibility: hidden;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

.doctor-dialog[open] {
    visibility: visible;
    z-index: 1009;
}

.doctor-dialog__container {
    width: 100%;
    max-width: 530px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 24px 10px;
    display: flex;
    justify-content: center;
}

.doctor-dialog__inner {
    width: 100%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.doctor-dialog__text {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
}

.doctor-dialog__button {
  border: none;
  margin: 0;
  overflow: visible;
  outline: none;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    background-color: #000000;
    border-radius: 6px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    padding: 10px;
    cursor: pointer;
}

.doctor-dialog__button * {
    display: block;
    pointer-events: none;
}

@media screen and (max-width: 480px) {
  .doctor-dialog__text,
  .doctor-dialog__button {
    font-size: 9px;
  }
}

.no-doctor-dialog {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    visibility: hidden;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-doctor-dialog[open] {
    visibility: visible;
    z-index: 1010;
}

.no-doctor-dialog__container {
    width: 100%;
    max-width: 530px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 24px 10px;
    display: flex;
    justify-content: center;
}

.no-doctor-dialog__inner {
    width: 100%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.no-doctor-dialog__title,
.no-doctor-dialog__text {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

.no-doctor-dialog__title {
    font-weight: 700;
}

.no-doctor-dialog__buttons {
    display: flex;
    column-gap: 4px;
}

.no-doctor-dialog__button {
  border: none;
  margin: 0;
  overflow: visible;
  outline: none;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    background-color: #000000;
    border-radius: 6px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    padding: 10px;
    cursor: pointer;


}
.no-doctor-dialog__button * {
  display: block;
  pointer-events: none;
}

@media screen and (max-width: 480px) {
  .no-doctor-dialog__text,
  .no-doctor-dialog__button {
    font-size: 9px;
  }
}

.cookie {
    position: fixed;
    left: clamp(1.25em,1.0336538462em + .9615384615vw,1.875em);
    bottom: clamp(1.25em,1.0336538462em + .9615384615vw,1.875em);
    right: auto;
    top: auto;
    z-index: -1;
    border: none;
    padding: 0;
    display: none;
    background: none;
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
}

.cookie[open] {
    display: block;
    visibility: visible;
    opacity: 1;
    z-index: 1010;
}

@media (max-width: 35.999em) {
    .cookie {
        width:100%;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.cookie__container {
    width: 100%;
    max-width: 37.5em;
    padding: 1em;
    display: grid;
    grid-template-columns: 1fr 10.8125em;
    grid-gap: 1em;
    gap: 1em;
    background-color: #ffffff;
    border-bottom-right-radius: 1em;
    align-items: center;
    box-shadow: 0 .25em 1.875em 0 rgba(35, 53, 104, .15);
}

@media (max-width: 35.999em) {
    .cookie__container {
        grid-template-columns:1fr;
        grid-auto-rows: auto;
        border-bottom-right-radius: 0
    }
}

.cookie__text {
    font-size: clamp(.75em,.6397058824em + .4901960784vw,.875em);
    line-height: 1;
    color: #001B70
}

.cookie__text a {
    color: #001B70;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    font-weight: 500
}

.cookie__buttons {
    display: flex;
    flex-direction: column;
    row-gap: .25em
}

@media (max-width: 35.999em) {
    .cookie__buttons {
        flex-direction:row;
        justify-content: space-between
    }
}

.cookie__button {
    background: linear-gradient(225deg, var(--main-blue-color) 0%, var(--blue-color) 100%);
    color: #ffffff;
    height: 2.5em;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(.75em,.5294117647em + .9803921569vw,1em);
    line-height: 1;
    font-weight: 600
}

.cookie__button--white {
    background: #ffffff;
    color: #001B70;
    border: .125em solid #293853;
}

@media (max-width: 47.999em) {
    .cookie__button {
        width:clamp(9.375em,8.1066176471em + 5.637254902vw,10.8125em)
    }
}