@import url(fonts/fonts.css);
* {
  /*             box-sizing: border-box; */
}

html {
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
}

body.modal-open {
  overflow-y: auto;
}

body {
  font-size: 1rem;
  line-height: 1.6;
  color: #3D3B40;
  font-weight: normal;
  font-family: "REA Pangea Reg";
  font-weight: normal;
  margin: 0px;
  background: white;
  position: relative;
  padding: 0px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

p, input, input, select, textarea {
  line-height: 1.2;
  font-family: "REA Pangea Reg";
  font-weight: normal;
  margin: 0 0;
}

h1, h2, h3 {
  font-weight: normal;
  margin: 0 0;
}

.basic-copy {
  font-family: "REA Pangea Reg";
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  .basic-copy {
    font-size: 1rem;
  }
}

.features {
  font-family: "REA Pangea Semi";
  font-weight: 600;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 0 1rem;
  color: #e4002b;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .features {
    font-size: 0.875rem;
    padding: 0.5rem 0 0.875rem;
  }
}

a {
  text-decoration: none;
}
a:hover {
  color: #3D3B40;
  text-decoration: underline;
}

.red {
  color: #e4002b;
}

.blue {
  color: #e4002b;
}

.arrow {
  background: url(../images/button-arrow.svg) center center no-repeat;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  padding: 0 0;
  margin: 0 0;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .arrow {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.container {
  border: 0px;
}

a {
  color: red;
}
a:hover {
  color: red;
  text-decoration: underline;
}

.logo-link {
  position: relative;
}

.logo-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 10;
  color: black;
  opacity: 0;
  filter: alpha(opacity=1);
}

.white-bg {
  background: white !important;
  padding-bottom: 3rem !important;
}

.lightgrey-bg {
  background: #F6F5F7;
}

/* Compressed Nav
 ================================================== */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-header {
  padding: 0 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar {
  padding: 20px 0;
  background: white;
}
.navbar .hide {
  display: none;
}
.navbar .row {
  width: 100%;
}
.navbar a {
  color: #3D3B40;
}
.navbar .navbar-toggler {
  display: none;
}
@media screen and (max-width: 1024px) {
  .navbar {
    padding: 14px 0;
  }
}
@media screen and (max-width: 992px) {
  .navbar {
    padding: 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .navbar {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .navbar .row {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar .navbar-toggler {
    border: none;
    background: transparent;
    outline: none;
    padding: 10px 10px;
    margin: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 40px;
    width: 40px;
  }
  .navbar .bar {
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background-color: #3D3B40;
    transition: all 0.3s ease;
  }
  .navbar .toggle .bar:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
  }
  .navbar .toggle .bar:nth-child(2) {
    opacity: 0;
  }
  .navbar .toggle .bar:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
}

.fixed-top {
  padding: 22px 0;
  background: white;
  background-position-y: -15px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  width: 100% !important;
  transition: all 0.6s ease;
}

.project-logo-standard {
  width: 30%;
  height: 36px;
  margin: 0 0;
  padding: 0 0;
  background: url(../images/rea-logo.svg) left center no-repeat;
  background-size: contain;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .project-logo-standard {
    height: 28px;
  }
}
@media screen and (max-width: 992px) {
  .project-logo-standard {
    height: 28px;
  }
}
@media screen and (max-width: 430px) {
  .project-logo-standard {
    height: 24px;
    width: 190px;
  }
}
.project-logo-compressed {
  width: 270px;
  height: 32px;
}
@media screen and (max-width: 1024px) {
  .project-logo-compressed {
    width: 190px;
    height: 24px;
  }
}
.navbar.compressed {
  padding: 16px 0;
  background: white;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.3);
  width: 100% !important;
}
@media screen and (max-width: 1024px) {
  .navbar.compressed {
    padding: 12px 0;
  }
}
ul {
  display: flex;
  list-style-type: none;
  font-family: "REA Pangea Med";
  font-weight: 500;
  font-size: 1.125rem;
  margin: 0 0;
}
ul li {
  margin: 0 2.25rem 0 0;
}
ul li:last-child {
  margin: 0;
}
ul a {
  color: #3D3B40;
}
ul .active {
  text-decoration: none;
  border-bottom: 2px solid #e4002b;
}
ul .active:hover {
  border-bottom: 2px solid #e4002b;
}
ul a:hover {
  text-decoration: none;
  border-bottom: 2px solid #e4002b;
}
@media screen and (max-width: 1024px) {
  ul {
    font-size: 1rem;
  }
  ul li {
    margin: 0 2rem 0 0;
  }
}
@media screen and (max-width: 992px) {
  ul {
    font-size: 0.875rem;
  }
  ul li {
    margin: 0 1.25rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  ul {
    display: none;
  }
}

.menu-button {
  display: none !important;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  padding: 0.75rem 1.5rem;
  transition: all 0.6s ease;
  width: auto;
  border: 0px solid #e4002b;
  border-radius: 0.5rem;
  background: #e4002b;
  color: white;
  display: inline-block;
  transition: all 0.6s ease;
  font-family: "REA Pangea Semi";
  font-weight: 600;
  display: table;
  margin: 0 0;
  cursor: pointer;
}
.menu-button:hover {
  background: #A81E35;
  border: 0px solid #A81E35;
}
@media screen and (max-width: 1024px) {
  .menu-button {
    font-size: 0.875rem;
    padding: 0.5rem 1.15rem;
  }
}
@media screen and (max-width: 992px) {
  .menu-button {
    font-size: 0.875rem;
    padding: 12px 32px;
  }
}
@media screen and (max-width: 767px) {
  .menu-button {
    font-size: 0.875rem;
    padding: 0.75rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .menu-button {
    display: block !important;
  }
}

.offcanvas {
  background: #F6F5F7;
}
.offcanvas .offcanvas-header {
  background: white;
}
.offcanvas .offcanvas-header .menu-toggle {
  cursor: pointer;
  width: 40px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.offcanvas .offcanvas-header .bar {
  width: 100%;
  height: 5px;
  background-color: #333;
  transition: all 0.3s ease;
}
.offcanvas .offcanvas-header .toggle .bar:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}
.offcanvas .offcanvas-header .toggle .bar:nth-child(2) {
  opacity: 0;
}
.offcanvas .offcanvas-header .toggle .bar:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}
.offcanvas .offcanvas-body ul {
  display: block;
  padding: 0 0;
}
.offcanvas .offcanvas-body ul li {
  font-size: 1rem;
  margin: 0 0 1rem 0;
  background: url(../images/arrow-right.svg) right center no-repeat;
  background-size: 1rem 1rem;
}
.offcanvas .offcanvas-body ul li:last-child {
  margin: 0;
}

#header {
  padding: 3rem 0;
  margin: 4.75rem 0 0;
  background: #e4002b;
  position: relative;
  color: white;
  border-radius: 1.125rem;
}
#header .section-header {
  font-family: "REA Pangea Med";
  font-weight: 500;
  font-size: 3rem;
  padding: 0 0 1rem;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  #header .section-header {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 992px) {
  #header .section-header {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #header .section-header {
    font-size: 1.75rem;
  }
}
#header .section-subheader {
  margin: 0 0 1.25rem;
  padding: 0 2rem 0 0;
  font-family: "REA Pangea Med";
  font-weight: 500;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  #header .section-subheader {
    font-size: 1rem;
  }
}
#header .section-copy {
  margin: 0 0 1.25rem;
  padding: 0 2rem 0 0;
  font-family: "REA Pangea Reg";
  font-weight: normal;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  #header .section-copy {
    font-size: 1rem;
  }
}
#header .section-copy a {
  color: white;
  text-decoration: underline;
}
#header .no-padding {
  padding: 0 0 0 0;
}
#header .button {
  font-size: 1rem;
  text-align: center;
  padding: 0.75rem 1.5rem;
  transition: all 0.6s ease;
  width: auto;
  border: 0px solid #e4002b;
  border-radius: 0.5rem;
  background: white;
  color: #3D3B40;
  display: inline-block;
  transition: all 0.6s ease;
  font-family: "REA Pangea Med";
  font-weight: 500;
  display: table;
  margin: 0 0;
  cursor: pointer;
}
#header .button:hover {
  background: #F6F5F7;
}
@media screen and (max-width: 1024px) {
  #header .button {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  #header .button {
    font-size: 0.875rem;
    padding: 0.75rem 1.5rem;
  }
}
#header img {
  border-radius: 50%;
  height: 400px;
  margin: 0 auto 0 3rem;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #header {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    padding: 2rem 0;
    margin: 60px 0 0;
  }
  #header .section-subheader {
    margin: 0 0 1rem;
  }
  #header .section-copy {
    padding: 0 2rem 0 0;
  }
  #header img {
    height: 360px;
    margin: 0 auto 0 2rem;
  }
}
@media screen and (max-width: 992px) {
  #header {
    padding: 1.75rem 1rem;
    margin: 56px 0 0;
    background-size: 390px auto;
  }
  #header .section-subheader {
    margin: 0 0 1rem;
  }
  #header .section-copy {
    padding: 0 2rem 0 0;
  }
  #header img {
    height: 200px;
    margin: 0 auto 1rem 1rem;
  }
}
@media screen and (max-width: 430px) {
  #header {
    margin: 60px 0 0 0;
    padding: 1.75rem 0.5rem;
    background-size: 100% auto;
  }
  #header .section-subheader {
    padding: 0 0rem 0 0;
  }
  #header .section-copy {
    padding: 0 0rem 0 0;
  }
  #header img {
    height: auto;
    width: 100%;
    margin: 0 auto 1rem auto;
  }
}
#section-1 {
  padding: 3rem 0;
  position: relative;
}
#section-1 .section-header {
  font-family: "REA Pangea Med";
  font-weight: 500;
  font-size: 2.25rem;
  margin: 0 0 1.5rem;
}
#section-1 .section-subheader {
  margin: 0 0;
  padding: 0 0 0 0;
  font-family: "REA Pangea Med";
  font-weight: 500;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  #section-1 .section-subheader {
    font-size: 1rem;
  }
}
#section-1 .section-copy {
  margin: 0 0 1.5rem;
  padding: 0 0 0 0;
  font-family: "REA Pangea Reg";
  font-weight: normal;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  #section-1 .section-copy {
    font-size: 1rem;
  }
}
#section-1 .upper {
  text-transform: uppercase;
}
#section-1 ul {
  font-family: "REA Pangea Reg";
  font-weight: normal;
  font-size: 1.125rem;
  display: block;
  padding: 1.125rem 0 0 1rem;
}
#section-1 ul li {
  list-style-type: disc;
  margin: 0 0 0.5rem 0;
  line-height: 1.5;
}
#section-1 .button {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  padding: 0.75rem 1.5rem;
  transition: all 0.6s ease;
  width: auto;
  border: 0px solid #e4002b;
  border-radius: 0.5rem;
  background: #e4002b;
  color: white;
  display: inline-block;
  transition: all 0.6s ease;
  font-family: "REA Pangea Semi";
  font-weight: 600;
  display: table;
  margin: 0 0;
  cursor: pointer;
}
#section-1 .button:hover {
  background: #A81E35;
  border: 0px solid #A81E35;
}
@media screen and (max-width: 1024px) {
  #section-1 .button {
    font-size: 0.875rem;
    padding: 0.5rem 1.15rem;
  }
}
@media screen and (max-width: 992px) {
  #section-1 .button {
    font-size: 0.875rem;
    padding: 12px 32px;
  }
}
@media screen and (max-width: 767px) {
  #section-1 .button {
    font-size: 0.875rem;
    padding: 0.75rem 1.5rem;
  }
}
#section-1 a {
  color: #3D3B40;
  text-decoration: underline;
}
#section-1 a:hover {
  color: #e4002b;
  text-decoration: underline;
}
#section-1 .product {
  margin: 0 0 30px;
  position: relative;
}
#section-1 .product img {
  margin: 0 0;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}
#section-1 .product .product-info {
  position: absolute;
  width: 100%;
  color: white;
  background: linear-gradient(15deg, rgba(0, 0, 0, 0.7) 20%, transparent 70%);
  padding: 120px 1rem 0rem 1rem;
  height: 200px;
  margin-top: -200px;
  -webkit-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px;
}
#section-1 .product .product-info .product-name {
  font-family: "REA Pangea Med";
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0 0;
  padding: 0 0 0.25rem;
}
#section-1 .product .product-info .product-example {
  font-family: "REA Pangea Med";
  font-weight: 500;
  font-size: 1.125rem;
  margin: 0 0;
  padding: 0 0;
}
@media screen and (max-width: 1024px) {
  #section-1 .product {
    margin: 0 0 20px;
  }
  #section-1 .product .product-info {
    padding: 120px 1rem 1rem 1rem;
    height: 200px;
    margin-top: -200px;
  }
  #section-1 .product .product-info .product-name {
    font-size: 1.375rem;
    margin: 0 0;
    padding: 0 0 0.25rem;
  }
  #section-1 .product .product-info .product-example {
    font-size: 1rem;
    margin: 0 0;
    padding: 0 0;
  }
}
@media screen and (max-width: 992px) {
  #section-1 .product {
    margin: 0 0 20px;
  }
  #section-1 .product .product-info {
    padding: 136px 1rem 1rem 1rem;
    height: 200px;
    margin-top: -200px;
  }
  #section-1 .product .product-info .product-name {
    font-size: 1.25rem;
    margin: 0 0;
    padding: 0 0 0.25rem;
  }
  #section-1 .product .product-info .product-example {
    font-size: 0.875rem;
    margin: 0 0;
    padding: 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section-1 .product {
    margin: 0 0 20px;
  }
  #section-1 .product .product-info {
    padding: 130px 1rem 1rem 1rem;
    height: 190px;
    margin-top: -190px;
  }
  #section-1 .product .product-info .product-name {
    font-size: 1rem;
    margin: 0 0;
    padding: 0 0 0.25rem;
  }
  #section-1 .product .product-info .product-example {
    font-size: 0.875rem;
    margin: 0 0;
    padding: 0 0;
  }
}
#section-1 .product-info-halfpage {
  margin: 0 0 30px;
  width: 300px;
  position: relative;
}
#section-1 .product-info-halfpage img {
  margin: 0 0;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}
#section-1 .product-info-halfpage .product-info {
  position: absolute;
  width: 100%;
  color: white;
  background: linear-gradient(15deg, rgba(0, 0, 0, 0.7) 20%, transparent 70%);
  padding: 120px 1rem 1rem 1rem;
  height: 200px;
  margin-top: -200px;
  -webkit-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px;
}
#section-1 .product-info-halfpage .product-info .product-name {
  font-family: "REA Pangea Med";
  font-weight: 500;
  font-size: 1.875rem;
  margin: 0 0;
  padding: 0 0 0.25rem;
}
#section-1 .product-info-halfpage .product-info .product-example {
  font-family: "REA Pangea Med";
  font-weight: 500;
  font-size: 1.125rem;
  margin: 0 0;
  padding: 0 0;
}
@media screen and (max-width: 1024px) {
  #section-1 .product-info-halfpage {
    margin: 0 0 20px;
  }
  #section-1 .product-info-halfpage .product-info {
    padding: 120px 1rem 1rem 1rem;
    height: 200px;
    margin-top: -200px;
  }
  #section-1 .product-info-halfpage .product-info .product-name {
    font-size: 1.75rem;
    margin: 0 0;
    padding: 0 0 0.25rem;
  }
  #section-1 .product-info-halfpage .product-info .product-example {
    font-size: 1rem;
    margin: 0 0;
    padding: 0 0;
  }
}
@media screen and (max-width: 992px) {
  #section-1 .product-info-halfpage {
    margin: 0 0 20px;
  }
  #section-1 .product-info-halfpage .product-info {
    padding: 136px 1rem 1rem 1rem;
    height: 190px;
    margin-top: -190px;
  }
  #section-1 .product-info-halfpage .product-info .product-name {
    font-size: 1rem;
    margin: 0 0;
    padding: 0 0 0.25rem;
  }
  #section-1 .product-info-halfpage .product-info .product-example {
    font-size: 0.875rem;
    margin: 0 0;
    padding: 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section-1 .product-info-halfpage {
    margin: 0 0 20px;
  }
  #section-1 .product-info-halfpage .product-info {
    padding: 130px 1rem 1rem 1rem;
    height: 190px;
    margin-top: -190px;
  }
  #section-1 .product-info-halfpage .product-info .product-name {
    font-size: 1rem;
    margin: 0 0;
    padding: 0 0 0.25rem;
  }
  #section-1 .product-info-halfpage .product-info .product-example {
    font-size: 0.875rem;
    margin: 0 0;
    padding: 0 0;
  }
}
@media screen and (max-width: 1024px) {
  #section-1 {
    padding: 2rem 0;
  }
  #section-1 .section-header {
    font-size: 1.75rem;
    margin: 0 0 1rem;
  }
  #section-1 ul {
    font-size: 1rem;
    padding: 1.125rem 0 0 1rem;
  }
  #section-1 ul li {
    margin: 0 0 0.5rem 0;
  }
}
@media screen and (max-width: 992px) {
  #section-1 {
    padding: 2rem 0;
  }
  #section-1 .section-header {
    font-size: 1.5rem;
    margin: 0 0 0.75rem;
  }
  #section-1 ul {
    font-size: 1rem;
    padding: 1.125rem 0 0 1rem;
  }
  #section-1 ul li {
    margin: 0 0 0.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  #section-1 {
    padding: 1.5rem 1.5rem;
  }
  #section-1 .section-header {
    font-size: 1.5rem;
    margin: 0 0 0.75rem;
  }
  #section-1 .upper {
    padding: 1.5rem 0 0 0;
    border-top: 1px solid #3D3B40;
  }
  #section-1 ul {
    font-size: 1rem;
    padding: 1.125rem 0 0 1rem;
  }
  #section-1 ul li {
    margin: 0 0 0.5rem 0;
  }
}

#section-2, #section-3, #section-4 {
  padding: 3rem 0 0;
  position: relative;
  background: #F6F5F7;
}
#section-2 h2, #section-3 h2, #section-4 h2 {
  font-family: "REA Pangea Med";
  font-weight: 500;
  font-size: 2.25rem;
  margin: 0 0 1.5rem;
}
#section-2 .button, #section-3 .button, #section-4 .button {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  padding: 0.75rem 1.5rem;
  transition: all 0.6s ease;
  width: auto;
  border: 0px solid #e4002b;
  border-radius: 0.5rem;
  background: #e4002b;
  color: white;
  display: inline-block;
  transition: all 0.6s ease;
  font-family: "REA Pangea Semi";
  font-weight: 600;
  display: table;
  margin: 0 0;
  cursor: pointer;
}
#section-2 .button:hover, #section-3 .button:hover, #section-4 .button:hover {
  background: #A81E35;
  border: 0px solid #A81E35;
}
@media screen and (max-width: 1024px) {
  #section-2 .button, #section-3 .button, #section-4 .button {
    font-size: 0.875rem;
    padding: 0.5rem 1.15rem;
  }
}
@media screen and (max-width: 992px) {
  #section-2 .button, #section-3 .button, #section-4 .button {
    font-size: 0.875rem;
    padding: 12px 32px;
  }
}
@media screen and (max-width: 767px) {
  #section-2 .button, #section-3 .button, #section-4 .button {
    font-size: 0.875rem;
    padding: 0.75rem 1.5rem;
  }
}
#section-2 .scroll-container, #section-3 .scroll-container, #section-4 .scroll-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#section-2 #pricebox-holder-1, #section-2 #pricebox-holder-2, #section-2 #pricebox-holder-3, #section-3 #pricebox-holder-1, #section-3 #pricebox-holder-2, #section-3 #pricebox-holder-3, #section-4 #pricebox-holder-1, #section-4 #pricebox-holder-2, #section-4 #pricebox-holder-3 {
  display: flex; /* Ensure it's a flex container */
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0px 0 30px;
  -webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS */
}
#section-2 #pricebox-holder-1 .row, #section-2 #pricebox-holder-2 .row, #section-2 #pricebox-holder-3 .row, #section-3 #pricebox-holder-1 .row, #section-3 #pricebox-holder-2 .row, #section-3 #pricebox-holder-3 .row, #section-4 #pricebox-holder-1 .row, #section-4 #pricebox-holder-2 .row, #section-4 #pricebox-holder-3 .row {
  flex-wrap: nowrap;
}
#section-2 #pricebox-holder-1 .product, #section-2 #pricebox-holder-2 .product, #section-2 #pricebox-holder-3 .product, #section-3 #pricebox-holder-1 .product, #section-3 #pricebox-holder-2 .product, #section-3 #pricebox-holder-3 .product, #section-4 #pricebox-holder-1 .product, #section-4 #pricebox-holder-2 .product, #section-4 #pricebox-holder-3 .product {
  margin: 0 0 30px;
  position: relative;
}
#section-2 #pricebox-holder-1 .product img, #section-2 #pricebox-holder-2 .product img, #section-2 #pricebox-holder-3 .product img, #section-3 #pricebox-holder-1 .product img, #section-3 #pricebox-holder-2 .product img, #section-3 #pricebox-holder-3 .product img, #section-4 #pricebox-holder-1 .product img, #section-4 #pricebox-holder-2 .product img, #section-4 #pricebox-holder-3 .product img {
  margin: 0 0;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}
#section-2 #pricebox-holder-1 .product .product-info, #section-2 #pricebox-holder-2 .product .product-info, #section-2 #pricebox-holder-3 .product .product-info, #section-3 #pricebox-holder-1 .product .product-info, #section-3 #pricebox-holder-2 .product .product-info, #section-3 #pricebox-holder-3 .product .product-info, #section-4 #pricebox-holder-1 .product .product-info, #section-4 #pricebox-holder-2 .product .product-info, #section-4 #pricebox-holder-3 .product .product-info {
  position: absolute;
  width: 100%;
  color: white;
  background: linear-gradient(15deg, rgba(0, 0, 0, 0.7) 20%, transparent 70%);
  padding: 120px 1rem 0rem 1rem;
  height: 200px;
  margin-top: -200px;
  -webkit-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px;
}
#section-2 #pricebox-holder-1 .product .product-info .product-name, #section-2 #pricebox-holder-2 .product .product-info .product-name, #section-2 #pricebox-holder-3 .product .product-info .product-name, #section-3 #pricebox-holder-1 .product .product-info .product-name, #section-3 #pricebox-holder-2 .product .product-info .product-name, #section-3 #pricebox-holder-3 .product .product-info .product-name, #section-4 #pricebox-holder-1 .product .product-info .product-name, #section-4 #pricebox-holder-2 .product .product-info .product-name, #section-4 #pricebox-holder-3 .product .product-info .product-name {
  font-family: "REA Pangea Med";
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0 0;
  padding: 0 0 0.25rem;
}
#section-2 #pricebox-holder-1 .product .product-info .product-example, #section-2 #pricebox-holder-2 .product .product-info .product-example, #section-2 #pricebox-holder-3 .product .product-info .product-example, #section-3 #pricebox-holder-1 .product .product-info .product-example, #section-3 #pricebox-holder-2 .product .product-info .product-example, #section-3 #pricebox-holder-3 .product .product-info .product-example, #section-4 #pricebox-holder-1 .product .product-info .product-example, #section-4 #pricebox-holder-2 .product .product-info .product-example, #section-4 #pricebox-holder-3 .product .product-info .product-example {
  font-family: "REA Pangea Med";
  font-weight: 500;
  font-size: 1.125rem;
  margin: 0 0;
  padding: 0 0;
}
@media screen and (max-width: 1024px) {
  #section-2 #pricebox-holder-1 .product, #section-2 #pricebox-holder-2 .product, #section-2 #pricebox-holder-3 .product, #section-3 #pricebox-holder-1 .product, #section-3 #pricebox-holder-2 .product, #section-3 #pricebox-holder-3 .product, #section-4 #pricebox-holder-1 .product, #section-4 #pricebox-holder-2 .product, #section-4 #pricebox-holder-3 .product {
    margin: 0 0 20px;
  }
  #section-2 #pricebox-holder-1 .product .product-info, #section-2 #pricebox-holder-2 .product .product-info, #section-2 #pricebox-holder-3 .product .product-info, #section-3 #pricebox-holder-1 .product .product-info, #section-3 #pricebox-holder-2 .product .product-info, #section-3 #pricebox-holder-3 .product .product-info, #section-4 #pricebox-holder-1 .product .product-info, #section-4 #pricebox-holder-2 .product .product-info, #section-4 #pricebox-holder-3 .product .product-info {
    padding: 120px 1rem 1rem 1rem;
    height: 200px;
    margin-top: -200px;
  }
  #section-2 #pricebox-holder-1 .product .product-info .product-name, #section-2 #pricebox-holder-2 .product .product-info .product-name, #section-2 #pricebox-holder-3 .product .product-info .product-name, #section-3 #pricebox-holder-1 .product .product-info .product-name, #section-3 #pricebox-holder-2 .product .product-info .product-name, #section-3 #pricebox-holder-3 .product .product-info .product-name, #section-4 #pricebox-holder-1 .product .product-info .product-name, #section-4 #pricebox-holder-2 .product .product-info .product-name, #section-4 #pricebox-holder-3 .product .product-info .product-name {
    font-size: 1.375rem;
    margin: 0 0;
    padding: 0 0 0.25rem;
  }
  #section-2 #pricebox-holder-1 .product .product-info .product-example, #section-2 #pricebox-holder-2 .product .product-info .product-example, #section-2 #pricebox-holder-3 .product .product-info .product-example, #section-3 #pricebox-holder-1 .product .product-info .product-example, #section-3 #pricebox-holder-2 .product .product-info .product-example, #section-3 #pricebox-holder-3 .product .product-info .product-example, #section-4 #pricebox-holder-1 .product .product-info .product-example, #section-4 #pricebox-holder-2 .product .product-info .product-example, #section-4 #pricebox-holder-3 .product .product-info .product-example {
    font-size: 1rem;
    margin: 0 0;
    padding: 0 0;
  }
}
@media screen and (max-width: 992px) {
  #section-2 #pricebox-holder-1 .product, #section-2 #pricebox-holder-2 .product, #section-2 #pricebox-holder-3 .product, #section-3 #pricebox-holder-1 .product, #section-3 #pricebox-holder-2 .product, #section-3 #pricebox-holder-3 .product, #section-4 #pricebox-holder-1 .product, #section-4 #pricebox-holder-2 .product, #section-4 #pricebox-holder-3 .product {
    margin: 0 0 20px;
  }
  #section-2 #pricebox-holder-1 .product .product-info, #section-2 #pricebox-holder-2 .product .product-info, #section-2 #pricebox-holder-3 .product .product-info, #section-3 #pricebox-holder-1 .product .product-info, #section-3 #pricebox-holder-2 .product .product-info, #section-3 #pricebox-holder-3 .product .product-info, #section-4 #pricebox-holder-1 .product .product-info, #section-4 #pricebox-holder-2 .product .product-info, #section-4 #pricebox-holder-3 .product .product-info {
    padding: 136px 1rem 1rem 1rem;
    height: 200px;
    margin-top: -200px;
  }
  #section-2 #pricebox-holder-1 .product .product-info .product-name, #section-2 #pricebox-holder-2 .product .product-info .product-name, #section-2 #pricebox-holder-3 .product .product-info .product-name, #section-3 #pricebox-holder-1 .product .product-info .product-name, #section-3 #pricebox-holder-2 .product .product-info .product-name, #section-3 #pricebox-holder-3 .product .product-info .product-name, #section-4 #pricebox-holder-1 .product .product-info .product-name, #section-4 #pricebox-holder-2 .product .product-info .product-name, #section-4 #pricebox-holder-3 .product .product-info .product-name {
    font-size: 1.25rem;
    margin: 0 0;
    padding: 0 0 0.25rem;
  }
  #section-2 #pricebox-holder-1 .product .product-info .product-example, #section-2 #pricebox-holder-2 .product .product-info .product-example, #section-2 #pricebox-holder-3 .product .product-info .product-example, #section-3 #pricebox-holder-1 .product .product-info .product-example, #section-3 #pricebox-holder-2 .product .product-info .product-example, #section-3 #pricebox-holder-3 .product .product-info .product-example, #section-4 #pricebox-holder-1 .product .product-info .product-example, #section-4 #pricebox-holder-2 .product .product-info .product-example, #section-4 #pricebox-holder-3 .product .product-info .product-example {
    font-size: 0.875rem;
    margin: 0 0;
    padding: 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section-2 #pricebox-holder-1 .product, #section-2 #pricebox-holder-2 .product, #section-2 #pricebox-holder-3 .product, #section-3 #pricebox-holder-1 .product, #section-3 #pricebox-holder-2 .product, #section-3 #pricebox-holder-3 .product, #section-4 #pricebox-holder-1 .product, #section-4 #pricebox-holder-2 .product, #section-4 #pricebox-holder-3 .product {
    margin: 0 0 20px;
  }
  #section-2 #pricebox-holder-1 .product .product-info, #section-2 #pricebox-holder-2 .product .product-info, #section-2 #pricebox-holder-3 .product .product-info, #section-3 #pricebox-holder-1 .product .product-info, #section-3 #pricebox-holder-2 .product .product-info, #section-3 #pricebox-holder-3 .product .product-info, #section-4 #pricebox-holder-1 .product .product-info, #section-4 #pricebox-holder-2 .product .product-info, #section-4 #pricebox-holder-3 .product .product-info {
    padding: 130px 1rem 1rem 1rem;
    height: 190px;
    margin-top: -190px;
  }
  #section-2 #pricebox-holder-1 .product .product-info .product-name, #section-2 #pricebox-holder-2 .product .product-info .product-name, #section-2 #pricebox-holder-3 .product .product-info .product-name, #section-3 #pricebox-holder-1 .product .product-info .product-name, #section-3 #pricebox-holder-2 .product .product-info .product-name, #section-3 #pricebox-holder-3 .product .product-info .product-name, #section-4 #pricebox-holder-1 .product .product-info .product-name, #section-4 #pricebox-holder-2 .product .product-info .product-name, #section-4 #pricebox-holder-3 .product .product-info .product-name {
    font-size: 1rem;
    margin: 0 0;
    padding: 0 0 0.25rem;
  }
  #section-2 #pricebox-holder-1 .product .product-info .product-example, #section-2 #pricebox-holder-2 .product .product-info .product-example, #section-2 #pricebox-holder-3 .product .product-info .product-example, #section-3 #pricebox-holder-1 .product .product-info .product-example, #section-3 #pricebox-holder-2 .product .product-info .product-example, #section-3 #pricebox-holder-3 .product .product-info .product-example, #section-4 #pricebox-holder-1 .product .product-info .product-example, #section-4 #pricebox-holder-2 .product .product-info .product-example, #section-4 #pricebox-holder-3 .product .product-info .product-example {
    font-size: 0.875rem;
    margin: 0 0;
    padding: 0 0;
  }
}
#section-2 #halfpage-holder, #section-3 #halfpage-holder, #section-4 #halfpage-holder {
  display: block; /* Ensure it's a flex container */
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0px 0 30px;
  -webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS */
}
#section-2 #halfpage-holder .row, #section-3 #halfpage-holder .row, #section-4 #halfpage-holder .row {
  flex-wrap: wrap;
}
#section-2 #pricebox-holder-1::-webkit-scrollbar, #section-2 #pricebox-holder-2::-webkit-scrollbar, #section-2 #pricebox-holder-3::-webkit-scrollbar, #section-2 #halfpage-holder::-webkit-scrollbar, #section-3 #pricebox-holder-1::-webkit-scrollbar, #section-3 #pricebox-holder-2::-webkit-scrollbar, #section-3 #pricebox-holder-3::-webkit-scrollbar, #section-3 #halfpage-holder::-webkit-scrollbar, #section-4 #pricebox-holder-1::-webkit-scrollbar, #section-4 #pricebox-holder-2::-webkit-scrollbar, #section-4 #pricebox-holder-3::-webkit-scrollbar, #section-4 #halfpage-holder::-webkit-scrollbar {
  background-color: #E5E3E8;
  height: 8px !important;
  width: 8px;
  border-radius: 4px;
}
#section-2 #pricebox-holder-1::-webkit-scrollbar-thumb, #section-2 #pricebox-holder-2::-webkit-scrollbar-thumb, #section-2 #pricebox-holder-3::-webkit-scrollbar-thumb, #section-2 #halfpage-holder::-webkit-scrollbar-thumb, #section-3 #pricebox-holder-1::-webkit-scrollbar-thumb, #section-3 #pricebox-holder-2::-webkit-scrollbar-thumb, #section-3 #pricebox-holder-3::-webkit-scrollbar-thumb, #section-3 #halfpage-holder::-webkit-scrollbar-thumb, #section-4 #pricebox-holder-1::-webkit-scrollbar-thumb, #section-4 #pricebox-holder-2::-webkit-scrollbar-thumb, #section-4 #pricebox-holder-3::-webkit-scrollbar-thumb, #section-4 #halfpage-holder::-webkit-scrollbar-thumb {
  border-radius: 8px;
  height: 8px !important;
  background-color: #959199 !important;
}
#section-2 .scroll-btn, #section-3 .scroll-btn, #section-4 .scroll-btn {
  background-color: #e4002b;
  color: white;
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 1000;
  position: absolute;
  -webkit-box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.2);
  border: 1px solid #f6f5f7;
}
#section-2 .scroll-left-1, #section-2 .scroll-left-2, #section-2 .scroll-left-3, #section-3 .scroll-left-1, #section-3 .scroll-left-2, #section-3 .scroll-left-3, #section-4 .scroll-left-1, #section-4 .scroll-left-2, #section-4 .scroll-left-3 {
  left: -40px;
  background: #e4002b url(../images/arrow-prev.svg) center;
  background-size: contain;
}
#section-2 .scroll-right-1, #section-2 .scroll-right-2, #section-2 .scroll-right-3, #section-3 .scroll-right-1, #section-3 .scroll-right-2, #section-3 .scroll-right-3, #section-4 .scroll-right-1, #section-4 .scroll-right-2, #section-4 .scroll-right-3 {
  right: -40px;
  background: #e4002b url(../images/arrow-next.svg) center;
  background-size: contain;
}
#section-2 .halfpage-title, #section-3 .halfpage-title, #section-4 .halfpage-title {
  font-family: "REA Pangea Med";
  font-weight: 500;
  font-size: 1.25rem;
  margin: 0 0;
  padding: 0 0 0.25rem;
}
#section-2 .product-example, #section-3 .product-example, #section-4 .product-example {
  font-family: "REA Pangea Med";
  font-weight: 500;
  font-size: 1.125rem;
  margin: 0 0;
  padding: 0 0;
}
#section-2 iframe, #section-3 iframe, #section-4 iframe {
  width: 300px;
  height: 600px;
  border-radius: 8px 8px 8px 8px;
}
#section-2 .halfpage-info, #section-3 .halfpage-info, #section-4 .halfpage-info {
  width: 300px;
  text-align: left;
  margin: 0 0 2rem;
}
#section-2 .halfpage-info .product-name, #section-3 .halfpage-info .product-name, #section-4 .halfpage-info .product-name {
  font-family: "REA Pangea Med";
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0 0;
  padding: 0 0 0.25rem;
}
#section-2 .halfpage-info .product-example, #section-3 .halfpage-info .product-example, #section-4 .halfpage-info .product-example {
  font-family: "REA Pangea Med";
  font-weight: 500;
  font-size: 1.125rem;
  margin: 0 0;
  padding: 0 0;
}
@media screen and (max-width: 1024px) {
  #section-2, #section-3, #section-4 {
    padding: 2rem 0 0;
  }
  #section-2 .section-header, #section-3 .section-header, #section-4 .section-header {
    font-size: 1.75rem;
    margin: 0 0 1rem;
  }
  #section-2 #pricebox-holder-1, #section-2 #pricebox-holder-2, #section-2 #pricebox-holder-3, #section-3 #pricebox-holder-1, #section-3 #pricebox-holder-2, #section-3 #pricebox-holder-3, #section-4 #pricebox-holder-1, #section-4 #pricebox-holder-2, #section-4 #pricebox-holder-3 {
    padding: 0px 0 1rem;
  }
  #section-2 .scroll-btn, #section-3 .scroll-btn, #section-4 .scroll-btn {
    width: 60px;
    height: 60px;
  }
  #section-2 .scroll-left-1, #section-2 .scroll-left-2, #section-2 .scroll-left-3, #section-3 .scroll-left-1, #section-3 .scroll-left-2, #section-3 .scroll-left-3, #section-4 .scroll-left-1, #section-4 .scroll-left-2, #section-4 .scroll-left-3 {
    left: -30px;
  }
  #section-2 .scroll-right-1, #section-2 .scroll-right-2, #section-2 .scroll-right-3, #section-3 .scroll-right-1, #section-3 .scroll-right-2, #section-3 .scroll-right-3, #section-4 .scroll-right-1, #section-4 .scroll-right-2, #section-4 .scroll-right-3 {
    right: -30px;
  }
}
@media screen and (max-width: 992px) {
  #section-2, #section-3, #section-4 {
    padding: 1.5rem 0 0;
  }
  #section-2 .section-header, #section-3 .section-header, #section-4 .section-header {
    font-size: 1.5rem;
    margin: 0 0 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  #section-2, #section-3, #section-4 {
    padding: 1.5rem 1.5rem 0;
  }
  #section-2 .scroll-btn, #section-3 .scroll-btn, #section-4 .scroll-btn {
    width: 40px;
    height: 40px;
  }
  #section-2 .scroll-left-1, #section-2 .scroll-left-2, #section-2 .scroll-left-3, #section-3 .scroll-left-1, #section-3 .scroll-left-2, #section-3 .scroll-left-3, #section-4 .scroll-left-1, #section-4 .scroll-left-2, #section-4 .scroll-left-3 {
    left: -20px;
  }
  #section-2 .scroll-right-1, #section-2 .scroll-right-2, #section-2 .scroll-right-3, #section-3 .scroll-right-1, #section-3 .scroll-right-2, #section-3 .scroll-right-3, #section-4 .scroll-right-1, #section-4 .scroll-right-2, #section-4 .scroll-right-3 {
    right: -20px;
  }
}

#section-4 {
  padding: 3rem 0;
}
@media screen and (max-width: 1024px) {
  #section-4 {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 992px) {
  #section-4 {
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  #section-4 {
    padding: 1.5rem 1.5rem;
  }
}

#footer {
  padding: 2rem 0;
  background: #333F47;
  color: white;
  width: 100%;
}
#footer a {
  color: white;
  transition: all 0.6s ease;
}
#footer a:hover {
  opacity: 0.7;
  text-decoration: none;
  border-bottom: 0px;
}
#footer .disclaimer {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  margin: 0 0 0.5rem;
}
#footer #social-block {
  display: inline-block;
  float: left;
  width: auto;
  padding: 1.75rem 0 0;
  position: relative;
}
#footer #social-block #social-facebook, #footer #social-block #social-linkedin {
  width: 1.75rem;
  height: 1.75rem;
  display: inline-block;
  border-radius: 2px;
  background-size: contain !important;
  cursor: pointer;
}
#footer #social-block #social-facebook:hover, #footer #social-block #social-linkedin:hover {
  opacity: 0.7;
}
#footer #social-block #social-linkedin {
  background: white url(../images/social-linkedin.svg) center center no-repeat;
}
#footer #social-block #social-facebook {
  background: white url(../images/social-facebook.svg) center center no-repeat;
  margin: 0 1rem 0 0;
}
#footer #social-block .linkedin-content, #footer #social-block .facebook-content {
  width: 240px;
  height: auto;
  margin: -190px 0 0 48px;
  padding: 1.4375rem;
  background: #2e363d;
  box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  z-index: 300;
  border-radius: 8px;
}
#footer #social-block .linkedin-content ul li, #footer #social-block .facebook-content ul li {
  background: url(../images/social-linkedin-white.svg) left center no-repeat;
  background-size: contain;
  padding: 0 0 0 2rem;
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
  font-family: "REA Pangea Med";
  font-weight: 500;
}
#footer #social-block .linkedin-content ul li:last-child, #footer #social-block .facebook-content ul li:last-child {
  margin: 0 0 0;
}
#footer #social-block .linkedin-content a, #footer #social-block .facebook-content a {
  color: white;
}
#footer #social-block .facebook-content {
  margin: -148px 0 0 0;
}
#footer ul.links {
  display: inline-block;
  float: right;
  padding: 2rem 0;
  font-family: "REA Pangea Med";
  font-weight: 500;
}
#footer ul.links li {
  display: inline-block;
  font-size: 1rem;
  text-align: right;
  margin-right: 1.75rem;
}
#footer ul.links li:last-child {
  margin-right: 0rem;
}
@media screen and (max-width: 1024px) {
  #footer #social-block {
    padding: 1.5rem 0 0;
  }
  #footer ul.links {
    padding: 1.5rem 0;
  }
  #footer ul.links li {
    margin-right: 1.5rem;
  }
  #footer ul.links li:last-child {
    margin-right: 0rem;
  }
}
@media screen and (max-width: 992px) {
  #footer {
    padding: 32px 0 16px 0;
  }
  #footer #social-block #social-facebook, #footer #social-block #social-linkedin {
    width: 22px;
    height: 22px;
  }
  #footer #social-block #social-linkedin {
    margin: 0 0.75rem 0 0;
  }
  #footer #social-block .linkedin-content, #footer #social-block .facebook-content {
    margin: -170px 0 0 38px;
    padding: 1rem;
  }
  #footer #social-block .linkedin-content ul li, #footer #social-block .facebook-content ul li {
    background-size: 22px 22px;
    padding: 0 0 0 2rem;
    margin: 0 0 1.25rem;
    font-size: 0.875rem;
  }
  #footer #social-block .linkedin-content a, #footer #social-block .facebook-content a {
    color: white;
  }
  #footer #social-block .facebook-content {
    margin: -128px 0 0 0;
  }
  #footer ul.links {
    padding: 1.25rem 0;
  }
  #footer ul.links li {
    margin-right: 0.875rem;
    font-size: 0.875rem;
    text-align: right;
  }
  #footer ul.links li:last-child {
    margin-right: 0rem;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 1rem 1rem;
  }
  #footer #social-block {
    padding: 1rem 0 0;
  }
  #footer #social-block #social-facebook, #footer #social-block #social-linkedin {
    width: 22px;
    height: 22px;
  }
  #footer #social-block #social-linkedin {
    margin: 0 0.75rem 0 0;
  }
  #footer ul.links {
    padding: 1rem 0;
    float: left;
  }
  #footer ul.links li {
    margin-right: 0.875rem;
    font-size: 0.875rem;
    text-align: left;
  }
  #footer ul.links li:last-child {
    margin-right: 0rem;
  }
}

hr {
  background: rgba(61, 59, 64, 0.3);
}

.border-bottom {
  border-bottom: 2px solid #E9EBEC;
  padding-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .border-bottom {
    padding-bottom: 40px;
  }
}

#footer, .rui-footer, .rui-footer .rui-footer-faded-background, ul.partners {
  font-family: "REA Pangea Text Reg";
  font-weight: normal;
}
#footer li a, .rui-footer li a, .rui-footer .rui-footer-faded-background li a, ul.partners li a {
  font-family: "REA Pangea Text Reg";
  font-weight: normal;
}
#footer .rea-ownership, .rui-footer .rea-ownership, .rui-footer .rui-footer-faded-background .rea-ownership, ul.partners .rea-ownership {
  margin: 0 0 1rem;
}

.modal-title {
  font-family: "REA Pangea Reg";
  font-weight: normal;
  font-size: 1.5rem;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .modal-body {
    padding: 1rem 0.25rem 1rem;
  }
}

.modal-backdrop {
  /*
     background-color: $lightgrey;
      opacity:1 !important;
  */
  background-color: #242326;
  opacity: 0.9;
}

.modal-content {
  border-radius: 0.75rem;
  border: 0px;
  box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.16);
}

.modal-header {
  border-bottom: 0px;
  padding: 1rem 1rem 0;
}

.hide {
  display: none;
}
