@charset "UTF-8";
@font-face {
  font-family: "manier-medium";
  src: url(font/manier-medium.ttf);
  src: url(font/manier-medium.ttf) format("truetype"),
    url(font/manier-medium.eot) format("embedded-opentype"),
    url(font/manier-medium.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPTMedium";
  src: url(font/FuturaPTMedium.otf);
  src: url(font/FuturaPTMedium.otf) format("openType");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPTBook";
  src: url(font/FuturaPTBook.otf);
  src: url(font/FuturaPTBook.otf) format("openType");
  font-weight: 400;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  font-family: "FuturaPTBook", sans-serif;
  font-size: 1.125rem;
  background-color: #fff;
}
h1,
h2,
h3 {
  letter-spacing: 0;
  text-transform: inherit;
}
h1 {
  font-size: 2.875rem;
  font-family: "Century Gothic", CenturyGothic, sans-serif;
  font-weight: 600;
}
h2 {
  font-size: 2rem;
  font-family: "Century Gothic", CenturyGothic, sans-serif;
  font-weight: 600;
}
h3 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
h4 {
  font-size: 1.25rem;
}
p {
  font-family: "FuturaPTBook", sans-serif;
  line-height: 1.5345454545;
}
p a {
  text-decoration: underline;
}
a {
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
*:focus-visible {
  outline-offset: 1px;
}
img {
  max-width: 100%;
}
table {
  width: 100%;
}
table tr td {
  padding: 0.75rem 1rem;
}
a.primary-btn,
a.secondary-btn {
  display: inline-block;
  text-decoration: none;
  color: #fffcdf;
  text-align: center;
  background-color: #16345f;
  padding: 1rem 2rem;
  line-height: 18px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
a.primary-btn:hover,
a.secondary-btn:hover {
  background-color: #5d7ca1;
}
a.primary-btn:focus-visible,
a.secondary-btn:focus-visible {
  outline: 1px dashed red;
  border: 1px solid #fff;
}
a.secondary-btn {
  background-color: #000;
}
a.secondary-btn.border {
  -webkit-box-shadow: 0 0 0 1px #e60000 inset;
  box-shadow: 0 0 0 1px #e60000 inset;
}
a.secondary-btn:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.accordion {
  padding-right: 2rem;
  margin-top: -60px;
}
.accordion .accordion-header {
  border: none;
  background: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.accordion .accordion-header button {
  font-size: 2rem;
  font-family: "manier-medium", sans-serif;
  font-weight: 600;
  padding: 1rem 1rem 1rem 0;
}
.accordion .accordion-header button:after {
  margin-left: 7rem;
}
.accordion .accordion-item {
  border: none;
}
.accordion .accordion-body {
  padding: 1rem 1.25rem;
  margin-top: -1px;
  background: #fff;
  border-bottom: 1px solid #000;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion-button:focus {
  border-color: #fff;
}
@media screen and (max-width: 1200px) {
  .accordion {
    margin-top: -60px;
  }
}
@media screen and (max-width: 1024px) {
  .accordion {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1025px) {
  .accordion {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .accordion {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 576px) {
  a.primary-btn,
  a.secondary-btn {
    width: 100%;
  }
  a.primary-btn {
    margin-bottom: 1rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d-flex {
    display: block !important;
  }
}
.main-header {
  background-image: url(img/banner-image23.webp);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 1.5rem 0;
  background-position: right 30%;
  background-size: 50%;
  background-color: #318b66;
  color: #fffcdf;
}
.main-header::after {
  content: "";
  width: 1rem;
  height: 100%;
  background-color: #5e9f80;
  position: absolute;
  display: block;
  right: 50%;
  top: 0%;
}
.main-header h1 {
  margin-bottom: 2rem;
}
.logoBrand img {
  width: 16rem;
  text-align: right;
  float: right;
  padding-right: 2rem;
}
.main {
  margin: 3rem 0;
}
.main .intro {
  padding-right: 2rem;
}
.main .intro h2 {
  margin-bottom: 1.5rem;
}
.documentation iframe {
  width: 100%;
  height: 250px;
  background-color: #ececec;
}
.documentation ul {
  margin: 1.5rem 0 4rem 0.5rem;
  padding: 0;
}
.documentation ul li {
  list-style: none;
  margin: 1rem 0;
}
.documentation ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #000;
  font-size: 0.85rem;
  padding-top: 0.3rem;
  padding-right: 0.45rem;
  float: left;
}
.documentation ul li a {
  color: #000;
  text-decoration: underline;
}
.documentation ul li a:hover {
  text-decoration: none;
}
.documentation ul.apply-by-text {
  margin-bottom: 2.5rem;
}
.documentation ul.apply-by-text li p {
  font-size: 1.125rem;
  padding-left: 1rem;
  line-height: 1.65rem;
}
.documentation ul.apply-by-text li:before {
  padding-top: 0.2rem;
}
.video-promo {
  margin-bottom: 2rem;
}
.video-promo .video-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #000;
}
.video-promo .video-responsive::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.video-promo .video-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.emphasise {
  font-weight: 600;
}
.textContainer ul {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.textContainer ul li {
  list-style: none;
  margin: 0.5rem 0;
}
.textContainer ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-right: 1rem;
  text-decoration: none;
  float: left;
}
.textContainer p {
  font-size: 1rem;
}
.footer {
  background-color: #000;
  padding: 2rem 0;
}
.footer p {
  font-size: 13px;
  color: #ececec;
}
.masthead-bg {
  background-image: url(img/banner-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 375px;
  position: relative;
  padding: 5rem 0;
  margin-bottom: 3rem;
  background-position: 0 27%;
}
@media screen and (max-width: 768px) {
  .main-header {
    padding: 0;
    background-size: 70%;
    background-position-x: 162%;
  }
  .main-header .bannerSquare {
    right: -19%;
  }
  .main-header h1 {
    padding-top: 1rem;
    margin-bottom: 0.7rem;
  }
  .main-header a.primary-btn {
    margin-bottom: 1rem;
  }
  .logoBrand img {
    width: 11rem;
    text-align: right;
    float: right;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
  .main .intro {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .main-header {
    background-image: none;
    border-bottom: 1rem solid #5e9f80;
  }
  .main-header .bannerSquare {
    display: none;
  }
  .main-header::after {
    display: none;
  }
}
