html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

h1,
h2,
h3,
h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #05668d;
}

a,
button {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}

.Roboto {
  font-family: "Roboto", sans-serif;
}

.nunito {
  font-family: "Nunito Sans", sans-serif;
}

p {
  color: #05668d;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Nunito Sans", sans-serif;
  color: #05668d;
}

.heading-1 {
  font-size: 1.625rem;
  line-height: 2.5rem;
}

.heading-2 {
  font-size: 1.625rem;
  line-height: 2rem;
}

.heading-3 {
  font-size: 1rem;
  line-height: 2.9375rem;
  font-weight: 500;
}

.body-large {
  font-size: 1.125rem;
  line-height: 1.5625rem;
}

@media (min-width: 1280px) {
  .heading-1 {
    font-size: 2.375rem;
    line-height: 2.9375rem;
  }

  .heading-2 {
    font-size: 2.375rem;
    line-height: 2.9375rem;
  }

  .heading-3 {
    font-size: 1.375rem;
    line-height: 2.9375rem;
  }

  .btn {
    line-height: 49px;
  }

  .body-large {
    font-size: 1.8125rem;
    line-height: 2.375rem;
  }

  p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

body .desktop-only {
  display: none;
}

body .tablet-only {
  display: none;
}

body .device-only {
  display: block;
}

@media (min-width: 768px) {
  body .tablet-only {
    display: block;
  }

  body .mobile-only {
    display: none;
  }
}
@media (min-width: 1280px) {
  body .desktop-only {
    display: block;
  }

  body .device-only {
    display: none;
  }
}
.container {
  display: grid;
  grid-template-columns: [center-start] repeat(4, 1fr) [center-end];
  -moz-column-gap: 16px;
       column-gap: 16px;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}
.container > section {
  margin: 0 32px;
  grid-column: center-start/center-end;
}
@media (min-width: 768px) {
  .container {
    grid-template-columns: [center-start] repeat(8, [col-start] 1fr [col-end]) [center-end];
    -moz-column-gap: 24px;
         column-gap: 24px;
    margin: 0 32px;
  }
  .container > section {
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .container {
    grid-template-columns: [container-start] 1fr [center-start] repeat(12, [col-start] 70px [col-end]) [center-end] 1fr [container-end];
    -moz-column-gap: 32px;
         column-gap: 32px;
    grid-template-rows: repeat(3, -webkit-min-content);
    grid-template-rows: repeat(3, min-content);
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
  .container > section {
    margin: 0;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #ffffff;
}
body footer {
  margin-top: auto;
}

li {
  list-style: none;
}

.btn {
  display: block;
  max-width: 230px;
  border-radius: 35px;
  font-size: 1rem;
  line-height: 49px;
  font-weight: 700;
  letter-spacing: 0.64px;
  color: #ffffff;
  background-color: #05668d;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .btn {
    max-width: 276px;
  }
}

.box-container {
  position: relative;
}
.box-container .background {
  border-radius: 25px;
  box-shadow: 0px 30px 30px #00000029;
  transform: rotate(357deg);
}
.box-container .background-second {
  border-radius: 25px;
  box-shadow: 0px 30px 30px #00000029;
  transform: rotate(42deg);
  background-color: #02c39a;
  z-index: -1;
}

h1 span.heading-3,
h2 span.heading-3 {
  display: block;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 500;
  color: #04394e;
}

h1,
h2 {
  text-align: center;
}

strong.black {
  font: inherit;
  display: block;
  font-weight: 900;
}

.breadcrumb {
  margin: 30px 0;
}
.breadcrumb ul {
  display: flex;
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.155' height='9.311' viewBox='0 0 5.155 9.311'%3E%3Cpath id='Path_96' data-name='Path 96' d='M7.9,0,3.948,3.948,0,0' transform='translate(0.707 8.604) rotate(-90)' fill='none' stroke='%2305668d' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E%0A");
  list-style-position: inside;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  letter-spacing: 0.64px;
  font-weight: 500;
}
.breadcrumb ul li {
  margin-left: 6px;
  list-style: inherit;
}
.breadcrumb ul li::marker {
  margin: 0;
}
.breadcrumb ul a {
  color: #04394e;
}
.breadcrumb ul a:hover {
  text-decoration: underline;
}
.breadcrumb ul a.active {
  color: #05668d;
}
@media (max-width: 767px) {
  .breadcrumb ul a {
    font-size: 0.875rem;
  }
}
.breadcrumb ul li::marker {
  margin-right: 5px;
}
.breadcrumb ul li:first-of-type {
  list-style: none;
  margin-left: 0px;
}
.breadcrumb ul li:first-of-type a {
  padding-left: 0;
}
@media (max-width: 1279px) {
  .breadcrumb ul li:first-of-type a {
    font-size: 0.875rem;
    visibility: hidden;
    max-width: 15px;
    position: relative;
    display: block;
    padding: 9px;
  }
  .breadcrumb ul li:first-of-type a:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.503' height='16.675' viewBox='0 0 17.503 16.675'%3E%3Cg id='Group_74' data-name='Group 74' transform='translate(1.414 1)'%3E%3Cpath id='Path_130' data-name='Path 130' d='M1.714,9.052,9.052,1.714l7.337,7.337' transform='translate(-1.714 -1.714)' fill='none' stroke='%2378898e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_131' data-name='Path 131' d='M8.571,29.143v5.644H18.731V29.143' transform='translate(-6.314 -20.112)' fill='none' stroke='%2378898e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1280px) {
  .breadcrumb ul {
    list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.859' height='11.718' viewBox='0 0 6.859 11.718'%3E%3Cpath id='Path_122' data-name='Path 122' d='M10.3,0,5.152,5.152,0,0' transform='translate(0.707 11.011) rotate(-90)' fill='none' stroke='%2304394e' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E ");
  }
}

#header {
  position: static;
  z-index: 100;
  background: #fff;
}
#header.hide {
  top: -50px;
  position: static;
}
#header.show {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transition: top 0.5s;
}

.burger-menu-open {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 0;
}

.logo {
  display: flex;
  align-items: center;
}
.logo .content {
  color: #1d2223;
  text-transform: uppercase;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.5625rem;
  line-height: 2.0625rem;
  margin-left: 15px;
}
.logo .content span {
  white-space: nowrap;
  color: #78898e;
  font-size: 9px;
  line-height: 11px;
  font-weight: 500;
}

.header {
  height: 79px;
  display: flex;
  align-items: center;
  box-shadow: 0px 15px 15px #00000029;
}
.header > .container {
  width: 100%;
}

.header-nav {
  grid-column: center-start/center-end;
  margin: auto 32px;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.1s ease-in;
}

.burger-menu-btn {
  color: #04394e;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 500;
}

#header.open {
  min-height: 100vh;
  background-color: #02c39a;
  padding-bottom: 40px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
}
#header.open > .container {
  height: 100%;
}
#header.open .header-nav {
  margin: 0;
}
#header.open .nav-container {
  min-height: 80vh;
  flex-wrap: wrap;
  border-radius: 0 0 25px 25px;
  background-color: #ffffff;
  padding: 16px 36px 0;
  align-content: flex-start;
  transition: all 0.3s ease-in;
}
#header.open .burger-menu-btn {
  display: none;
}
#header.open .burger-menu-btn.open {
  display: block;
  background-color: #05668d;
  width: 43px;
  height: 43px;
  position: relative;
  border-radius: 50%;
}
#header.open .burger-menu-btn.open:before {
  content: "";
  width: 20px;
  background-color: #ffffff;
  height: 4px;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#header.open .burger-menu-btn.open:after {
  content: "";
  width: 20px;
  background-color: #ffffff;
  height: 4px;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#header.open .desktop-only {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 14px;
}
#header.open .desktop-only a {
  font-size: 1.625rem;
  line-height: 2.125rem;
  color: #05668d;
  font-weight: 700;
  letter-spacing: 1.04px;
}
#header.open .desktop-only a.btn {
  color: #ffffff;
  font-size: 1rem;
  line-height: 3.0625rem;
  font-weight: 700;
  margin: 10px auto;
}
#header.open li.desktop-only:nth-child(3) {
  margin-top: 33vh;
}
#header.open .logo .content .desktop-only {
  display: none;
}

@media (min-width: 768px) {
  .header-nav {
    grid-column: 2/8;
    margin: auto 0;
  }

  .header > .container {
    margin: 0 32px;
  }

  #header.open .container {
    margin: 0;
  }
  #header.open .header-nav {
    grid-column: center-start/center-end;
  }
}
@media (min-width: 1280px) {
  .header > .container {
    margin: 0;
  }

  .header {
    height: 99px;
    padding: 29px 0 11px;
  }

  .header-nav {
    grid-column: 3/13;
  }

  .nav-container {
    justify-content: flex-end;
  }
  .nav-container li:first-of-type {
    margin-right: auto;
    margin-left: 0;
  }
  .nav-container li {
    margin-left: 30px;
  }

  .nav-container a {
    color: #04394e;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 2.5rem;
  }
  .nav-container a.active, .nav-container a:hover {
    color: #05668d;
  }
  .nav-container a.btn {
    display: none;
  }

  .header-nav .logo svg {
    width: 53.3px;
    height: 58.3px;
  }
}
footer {
  padding: 28px 0 22px;
  text-align: left;
}
footer .container > div,
footer .container > ul {
  grid-column: center-start/center-end;
  margin: 0 16px;
}
footer li a {
  font-size: 1rem;
  line-height: 3.125rem;
  font-weight: 700;
  color: #04394e;
}
footer li.underline {
  border-bottom: 1px solid #e7e7e7;
}
footer .logo {
  margin-top: 16px;
}
footer .copyright {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #78898e;
}
@media (min-width: 768px) {
  footer .container > div,
footer .container > ul {
    grid-column: 2/8;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  footer .container > .desktop-only {
    grid-column: 3/13;
    margin: 0;
  }
  footer .desktop-only {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 32px;
  }
  footer .logo-container {
    grid-column: span 2;
    padding: 73px 0 78px;
    margin-bottom: 80px;
    border-bottom: 1px solid #e7e7e7;
  }
  footer h4 {
    margin-bottom: 16px;
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: #04394e;
  }
  footer p {
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 376px;
  }
  footer .left a {
    color: #04394e;
    text-decoration: underline;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-top: 16px;
    display: block;
  }
  footer .right > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 81px;
  }
  footer .right > div li a,
footer .right > div a {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #04394e;
    max-width: 196px;
  }
  footer .right > div li:not(:last-of-type) {
    margin-bottom: 6px;
  }
  footer .right > ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  footer .right > ul li {
    margin-left: 29px;
    margin-bottom: 12px;
  }
  footer .right > ul li a {
    line-height: 1.3125rem;
  }
  footer .right > ul li:first-of-type {
    flex-grow: 1;
    text-align: right;
  }
  footer .container > .copyright {
    grid-column: center-start/center-end;
  }
  footer .copyright {
    padding: 80px 0 40px;
    text-align: center;
  }
}

body {
  position: relative;
}

.heading-1 {
  font-weight: 500;
}

.header-section {
  padding-bottom: 16px;
  text-align: center;
}
.header-section h1 {
  margin-bottom: 16px;
  line-height: 2.0625rem;
}
.header-section h1 .black {
  display: block;
  font-weight: 900;
}
.header-section > p,
.header-section > .btn {
  margin-bottom: 16px;
}
.header-section .open-modal {
  margin-bottom: 38px;
}
.header-section .breadcrumb li {
  white-space: nowrap;
}
.header-section .box-container {
  margin-bottom: 86px;
}
.header-section .box-container .background {
  width: 179px;
  height: 263px;
  background-color: #05668d;
  margin: 0 auto;
}
.header-section .box-container .background-second {
  width: 179px;
  height: 263px;
  position: absolute;
  top: 40px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.header-section .box-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.open-modal {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #04394e;
  font-weight: 700;
  padding-bottom: 7px;
  border-bottom: 1px solid #04394e;
  margin: 0 auto;
}
.open-modal:hover {
  color: #05668d;
  border-color: #05668d;
}

.modal .modal-overlay,
.modal .modal-open {
  display: none;
}
.modal.active {
  position: absolute;
  top: 105px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  min-height: 100%;
}
.modal.active .modal-overlay,
.modal.active .modal-open {
  display: block;
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  opacity: 0.9;
  z-index: -1;
}
.modal-open {
  margin: 48px 16px 0;
  position: relative;
  padding: 132px 16px 90px;
}
.modal-open::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #05668d;
  border-radius: 40px;
  box-shadow: 0px 30px 30px #00000029;
  z-index: -1;
}
.modal-open .modal-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 48px;
  height: 48px;
  background-color: #b8e6ef;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.637' height='25.637' viewBox='0 0 25.637 25.637'%3E%3Cg id='Page-1' transform='translate(2.828 2.828)'%3E%3Cg id='Artboard' transform='translate(0 0)'%3E%3Cg id='x'%3E%3Cpath id='Shape' d='M19.981,0,0,19.981' fill='none' stroke='%2305668d' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' fill-rule='evenodd'/%3E%3Cpath id='Shape-2' data-name='Shape' d='M0,0,19.981,19.981' fill='none' stroke='%2305668d' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 50%;
}
.modal-open h2,
.modal-open p {
  color: #ffffff;
  max-width: 267px;
  margin: 0 auto 16px;
}
.modal-open p {
  text-align: left;
}
.modal-open .btn {
  background-color: #b8e6ef;
  color: #05668d;
}

.content {
  text-align: center;
}
.content h2 {
  margin-bottom: 16px;
}
.content ul {
  margin: 37px 0 89px;
}
.content li:not(:last-of-type) {
  margin-bottom: 37px;
}
.content li p:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48.555' height='48.555' viewBox='0 0 48.555 48.555'%3E%3Cg id='noun_tick_3923816' transform='translate(-857 -1441)'%3E%3Cpath id='Path_117' data-name='Path 117' d='M26.277,2A24.277,24.277,0,1,0,50.555,26.277,24.277,24.277,0,0,0,26.277,2Zm13.78,20L25.491,35.35a2.428,2.428,0,0,1-3.358-.073L14.85,27.994a2.428,2.428,0,1,1,3.433-3.433l5.639,5.64L36.775,18.419A2.428,2.428,0,1,1,40.057,22Z' transform='translate(855 1439)' fill='%2305668d'/%3E%3C/g%3E%3C/svg%3E ");
  display: block;
  text-align: center;
  margin-bottom: 22px;
}

.container > section.more-info,
.container > section.related-products {
  margin: 0 16px;
}

.more-info {
  text-align: center;
  padding-bottom: 88px;
}
.more-info h2 {
  margin: 0 16px 16px;
}
.more-info > p {
  margin: 0 16px 37px;
}
.more-info .usp {
  margin-bottom: 90px;
  text-align: left;
  padding: 50px 32px;
  position: relative;
}
.more-info .usp:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 25px;
  box-shadow: 0 30px 30px #00000029;
  background-color: #028090;
}
.more-info .usp li {
  display: flex;
  justify-content: center;
}
.more-info .usp li:not(:last-of-type) {
  margin-bottom: 36px;
}
.more-info .usp li svg {
  flex-shrink: 0;
}
.more-info .usp li p {
  margin-left: 12px;
  color: #ffffff;
  max-width: 210px;
}
.more-info .more-usp {
  border-radius: 25px;
  box-shadow: 0 30px 30px #00000029;
  padding: 33px 16px 37px;
}
.more-info .more-usp .btn {
  margin: 24px auto 20px;
  max-width: 230px;
}
.more-info .more-usp p {
  max-width: 340px;
  margin: 0 auto;
}

.related-products {
  text-align: center;
  padding-bottom: 88px;
}
.related-products .box-container {
  margin-bottom: 41px;
}
.related-products .box-container .background {
  width: 225px;
  height: 331px;
  background-color: #028090;
  margin: 0 auto;
}
.related-products .box-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.related-products ul li {
  padding: 0 16px 65px;
  position: relative;
}
.related-products ul li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 25px;
  box-shadow: 0 30px 30px #00000029;
  z-index: -1;
}
.related-products ul li:not(:last-of-type) {
  margin-bottom: 37px;
}
.related-products ul p {
  margin-bottom: 16px;
  letter-spacing: 0.26px;
}
.related-products ul .btn {
  max-width: 230px;
}
.related-products h2 span.black {
  display: block;
  font-weight: 900;
}
.related-products h2 {
  margin-bottom: 16px;
}
.related-products > p {
  max-width: 215px;
  margin: 0 auto 37px;
}

@media (min-width: 768px) {
  .container > .products,
.container > .header-section {
    grid-column: 2/8;
  }

  .breadcrumb {
    margin: 43px 0 65px;
  }

  .header-section {
    padding-bottom: 105px;
  }
  .header-section h1 {
    margin-bottom: 22px;
  }

  .modal-open {
    max-width: 522px;
    margin: 117px auto 0;
    padding: 230px 0 150px;
  }
  .modal-open h2,
.modal-open p {
    max-width: 431px;
    margin-bottom: 22px;
  }
  .modal-open .modal-close {
    width: 67px;
    height: 67px;
    right: 33px;
  }

  .container > section.more-info {
    grid-column: 2/8;
  }

  .content > p {
    max-width: 430px;
    margin: 0 auto;
  }
  .content ul {
    margin: 46px auto 75px;
    max-width: 340px;
  }
  .content ul li:not(:last-of-type) {
    margin-bottom: 46px;
  }

  .more-info .usp {
    padding: 110px 0;
    margin-bottom: 130px;
  }
  .more-info .usp:before {
    transform: rotate(357deg);
  }
  .more-info .more-usp {
    padding: 59px 0 36px;
  }

  .container > section.related-products {
    grid-column: 1/9;
    margin: 0 60px;
  }

  .related-products > p {
    max-width: none;
    margin-bottom: 77px;
  }
  .related-products ul li {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 0;
  }
  .related-products ul li:not(:last-of-type) {
    margin-bottom: 46px;
  }
  .related-products ul li:before {
    transform: rotate(357deg);
  }
  .related-products ul .box-container {
    margin-bottom: 0;
    left: -5px;
  }
  .related-products ul .right {
    max-width: 250px;
    text-align: left;
  }
  .related-products ul .right h2 {
    text-align: left;
  }
  .related-products ul .right .btn {
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .container {
    margin: 0;
  }

  .container > .header-section,
.container > .content,
.container > section.related-products {
    grid-column: 3/13;
  }

  h1 span.heading-3,
h2 span.heading-3 {
    font-size: 1.375rem;
    line-height: 1.8125rem;
    font-weight: 500;
  }

  .btn {
    width: 276px;
    max-height: 59px;
    line-height: 3.6875rem;
    font-size: 1.25rem;
  }

  .header-section {
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 450px;
  }
  .header-section .breadcrumb {
    grid-column: span 2;
  }
  .header-section h1 {
    padding-top: 60px;
    text-align: left;
  }
  .header-section p {
    max-width: 306px;
  }
  .header-section .btn {
    margin-left: 0;
  }
  .header-section .open-modal {
    margin-left: 30px;
    font-size: 1.125rem;
  }
  .header-section .box-container {
    grid-column: 2;
    grid-row: 2/6;
  }
  .header-section .box-container .background,
.header-section .box-container .background-second {
    width: 263px;
    height: 392px;
  }

  .modal.active {
    top: 125px;
  }
  .modal-open {
    max-width: 987px;
    margin: 92px auto 0;
    padding: 324px 0 308px;
  }
  .modal-open:before {
    transform: rotate(357deg);
    top: -30px;
    left: 30px;
    width: 925px;
  }
  .modal-open h2,
.modal-open p {
    max-width: 580px;
    margin-bottom: 22px;
    text-align: left;
  }
  .modal-open .modal-close {
    width: 67px;
    height: 67px;
    right: 90px;
    top: -15px;
  }
  .modal-open .btn {
    margin-left: 205px;
  }

  .content > p {
    max-width: none;
  }
  .content ul {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .content ul li {
    flex: 1 1 50%;
    padding: 0 50px;
  }
  .content ul li:not(:last-of-type) {
    margin-bottom: 96px;
  }

  .container > section.more-info {
    grid-column: 5/11;
    margin: 0;
  }

  .more-info > p {
    margin-bottom: 70px;
  }
  .more-info .usp {
    padding: 150px 0 140px;
    margin-bottom: 90px;
  }
  .more-info .usp:before {
    margin: 10px 20px;
    max-width: 557px;
  }
  .more-info .usp li p {
    max-width: 294px;
  }
  .more-info .more-usp {
    box-shadow: none;
  }
  .more-info .more-usp p {
    max-width: none;
  }
  .more-info .more-usp .btn {
    max-width: 276px;
  }

  .related-products ul li {
    align-items: flex-start;
    padding-right: 50px;
  }
  .related-products ul li .box-container .background {
    width: 273px;
    height: 401px;
  }
  .related-products ul li .right {
    margin-left: 60px;
    flex-grow: 1;
    max-width: none;
    padding-top: 60px;
    z-index: 5;
  }
  .related-products ul li .right .btn {
    margin-left: auto;
    margin-right: 0;
    max-width: 276px;
  }
  .related-products ul li .right p {
    max-width: 408px;
    letter-spacing: unset;
    margin-bottom: 78px;
  }
}
