/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#hero {
  background: #131F35;
  text-align: center;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero h1 {
  color: #FFFFFF;
  position: relative;
  text-align: left;
}
#hero h1::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 145px !important;
  height: 9px;
  background-color: #EB010F;
  right: 0;
}
#hero h3,
#hero p.h3 {
  color: #FFFFFF;
  font: normal normal normal 18px/32px Rubik !important;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  #hero {
    min-height: 320px;
  }
  #hero h1, #hero h3, #hero p.h3 {
    text-align: center;
  }
  #hero h1::after {
    margin-left: auto;
    margin-right: auto;
  }
  #hero h3,
  #hero p.h3 {
    font-size: clamp(1.5rem, 24px + (33 - 24) * (100vw - 320px) / 1600, 2.0625rem) !important;
    line-height: clamp(2.1875rem, 35px + (44 - 35) * (100vw - 320px) / 1600, 2.75rem) !important;
  }
}

#breadcrumb {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-bottom: 1px solid #BABABA;
}
#breadcrumb .rank-math-breadcrumb .separator {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
  padding-top: 22px;
  padding-bottom: 22px;
}
#breadcrumb .rank-math-breadcrumb p {
  padding: 0;
}
#breadcrumb .rank-math-breadcrumb .separator,
#breadcrumb .rank-math-breadcrumb a,
#breadcrumb .rank-math-breadcrumb .last {
  font: normal normal bold 16px/19px Rubik;
  letter-spacing: 0px;
  color: #131F35;
  text-transform: capitalize;
}

body {
  background: #F7F7F7;
}

/*Became and Free*/
#became,
#free {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
}
#became h3,
#free h3 {
  color: #131F35;
  text-transform: uppercase;
  position: relative;
  max-width: 620px;
}
#became h3::after,
#free h3::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 20% !important;
  height: 9px;
  background-color: #EB010F;
}
#became .color-red,
#free .color-red {
  color: #EB010F;
}
#became .worry-image,
#free .worry-image {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 814px;
  margin-left: auto;
}
#became picture,
#free picture {
  max-height: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  width: 100% !important;
}
#became img,
#free img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px 0px 0px 8px;
}
#became .main-content,
#free .main-content {
  color: #454545;
}
@media (max-width: 991px) {
  #became,
  #free {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1025px) {
  #became .worry-image-wrapper,
  #free .worry-image-wrapper {
    position: absolute;
    right: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    max-width: 900px;
    z-index: 1;
  }
}
@media (min-width: 1920px) {
  #became .worry-image-wrapper,
  #free .worry-image-wrapper {
    right: calc((100vw - 1920px) / 2) !important;
  }
}

#became {
  flex-direction: column;
}

/*Inventory*/
#inventory {
  background: #131F35;
  position: relative;
  min-height: 608px;
}
#inventory .trust-image {
  width: 100%;
  height: 100%;
  display: block;
  margin-left: auto;
}
#inventory picture {
  max-height: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  width: 100% !important;
}
#inventory img {
  height: 100%;
  object-fit: cover;
}
#inventory .main-content {
  color: #454545;
}
#inventory h2, #inventory h3, #inventory h4, #inventory h5, #inventory h6 {
  font-weight: 600;
}
#inventory h2, #inventory h3, #inventory h4, #inventory h5, #inventory h6, #inventory p {
  color: #FFFFFF;
}
#inventory h2 {
  position: relative;
}
#inventory h2::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0 !important;
  width: 20% !important;
  height: 9px;
  background-color: #EB010F;
}
#inventory .common-button:hover {
  background: #EB010F;
}
#inventory .trust-image-wrapper img {
  width: 100vw;
}
@media screen and (min-width: 1025px) {
  #inventory .trust-content {
    padding-right: 6em;
  }
  #inventory .trust-image-wrapper {
    position: absolute;
    left: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    max-width: 900px;
    z-index: 1;
  }
}
@media (min-width: 1920px) {
  #inventory .trust-image-wrapper {
    left: calc((100vw - 1920px) / 2) !important;
  }
}

/*Support*/
#support {
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#support h2, #support h3, #support h4, #support h5, #support h6, #support p {
  color: #FFFFFF;
  text-align: center;
}
#support h2 {
  text-transform: uppercase;
  font-weight: bold;
}
#support picture {
  max-width: 100% !important;
  max-height: 100% !important;
  height: 100% !important;
  width: 100% !important;
}
#support picture img {
  height: 100%;
}
#support img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
}
#support .container-content {
  max-width: 900px;
  position: relative;
}
#support p.h4 {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  #support {
    min-height: 600px;
    margin-top: 5em;
    padding-top: 0;
    padding-bottom: 0;
  }
}