body {
  font-family: "cuprum";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "cuprum";
  font-weight: 800 !important;
}

.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.bg-black {
  background-color: #ffffff !important;
}

.rounded-pill {
  border-radius: 5rem;
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.navbar-custom .navbar-brand {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  font-weight: 1000;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
  font-size: 1.2rem;
  font-weight: 1000;
  letter-spacing: 0.1rem;
}

.navbar-noback {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar-noback .navbar-brand {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  font-weight: 1000;
}
.navbar-noback .navbar-nav .nav-item .nav-link {
  font-size: 1.2rem;
  font-weight: 1000;
  letter-spacing: 0.1rem;
  color: black;
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 72px);
  padding-bottom: 7rem;
  background: linear-gradient(0deg, #ff6a00 0%, #ee09a2 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}
header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}
header.masthead .masthead-content .masthead-heading {
  font-size: 4rem;
}
header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
}
header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(0deg, #ee09a2 0%, #ff6a00 100%);
}
header.masthead .bg-circle-1 {
  height: 90rem;
  width: 90rem;
  bottom: -55rem;
  left: -55rem;
}
header.masthead .bg-circle-2 {
  height: 50rem;
  width: 50rem;
  top: -25rem;
  right: -25rem;
}
header.masthead .bg-circle-3 {
  height: 20rem;
  width: 20rem;
  bottom: -10rem;
  right: 5%;
}
header.masthead .bg-circle-4 {
  height: 30rem;
  width: 30rem;
  top: -5rem;
  right: 35%;
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(10rem + 55px);
    padding-bottom: 10rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 4rem;
  }
}
.bg-primary {
  background-color: #ee09a2 !important;
}

.btn-primary {
  background-color: #ee09a2;
  border-color: #ee09a2;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #bd0781 !important;
  border-color: #bd0781 !important;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 162, 0.5);
}

.btn-secondary {
  background-color: #ff6a00;
  border-color: #ff6a00;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #cc5500 !important;
  border-color: #cc5500 !important;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
}

section {
  background: #F4F4F4;
  padding: 50px 0;
}

.container {
  max-width: 1044px;
  margin: 0 auto;
  padding: 0 20px;
}

.carousel-custom {
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 22px;
}
.carousel-custom > input {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.carousel-custom > input:nth-of-type(6):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -500%;
}
.carousel-custom > input:nth-of-type(5):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -400%;
}
.carousel-custom > input:nth-of-type(4):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -300%;
}
.carousel-custom > input:nth-of-type(3):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -200%;
}
.carousel-custom > input:nth-of-type(2):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -100%;
}
.carousel-custom > input:nth-of-type(1):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: 0%;
}
.carousel-custom > input:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1) {
  box-shadow: 0px 0px 0px 5px rgba(201, 201, 201, 0.5);
}
.carousel-custom > input:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2) {
  box-shadow: 0px 0px 0px 5px rgba(201, 201, 201, 0.5);
}
.carousel-custom > input:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3) {
  box-shadow: 0px 0px 0px 5px rgba(201, 201, 201, 0.5);
}
.carousel-custom > input:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4) {
  box-shadow: 0px 0px 0px 5px rgba(201, 201, 201, 0.5);
}
.carousel-custom > input:nth-of-type(5):checked ~ .carousel__thumbnails li:nth-of-type(5) {
  box-shadow: 0px 0px 0px 5px rgba(201, 201, 201, 0.5);
}
.carousel-custom > input:nth-of-type(6):checked ~ .carousel__thumbnails li:nth-of-type(6) {
  box-shadow: 0px 0px 0px 5px rgba(201, 201, 201, 0.5);
}

.carousel__slides {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  font-size: 1.1rem;
}

.carousel__slide {
  position: relative;
  display: block;
  flex: 1 0 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 300ms ease-out;
  vertical-align: top;
  box-sizing: border-box;
  white-space: normal;
}
.carousel__slide figure {
  display: flex;
  margin: 0;
}
.carousel__slide div {
  position: relative;
  width: 100%;
}
.carousel__slide div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.carousel__slide div > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.carousel__slide img {
  display: block;
  flex: 1 1 auto;
  object-fit: none;
}
.carousel__slide figcaption {
  align-self: flex-end;
  padding: 20px 20px 0 20px;
  flex: 0 0 auto;
  width: 25%;
  min-width: 150px;
}
.carousel__slide .credit {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}
.carousel__slide.scrollable {
  overflow-y: scroll;
}

.carousel__thumbnails {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: 0 -10px;
}
.carousel__slides + .carousel__thumbnails {
  margin-top: 20px;
}
.carousel__thumbnails li {
  flex: 1 1 auto;
  max-width: calc(16.6666666667% - 20px);
  margin: 0 10px;
  transition: all 300ms ease-in-out;
}
.carousel__thumbnails label {
  display: block;
  position: relative;
}
.carousel__thumbnails label:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.carousel__thumbnails label > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.carousel__thumbnails label:hover, .carousel__thumbnails label:focus {
  cursor: pointer;
}
.carousel__thumbnails img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-30-10-rm {
  max-width: 3rem;
  max-height: 3rem;
}

.img-icon {
  max-width: 40px;
  max-height: 40px;
}

.img-100 {
  max-width: 100px;
  max-height: 100px;
}

.img-160 {
  max-width: 160px;
  max-height: 160px;
}

.img-180 {
  max-width: 180px;
  max-height: 180px;
}

.img-320 {
  max-width: 320px;
  max-height: 320px;
}

.img-520 {
  max-width: 520px;
  max-height: 420px;
}

.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.bg-black {
  background-color: #000 !important;
}

.bg-light-gray {
  background-color: #fcfcfc;
}

.rounded-pill {
  border-radius: 5rem;
}

.container-home-top {
  background-image: url("/image/hometop.jpg");
  background-repeat: no-repeat;
  background-position: center;
  width: 1200px;
  height: 533px;
}

.row-home-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  height: 533px;
}

.container-home-top-d {
  background-image: url("/image/hometop_d.jpg");
  background-repeat: no-repeat;
  background-position: center;
  width: 1200px;
  height: 431px;
}

.container-bottom-orange {
  width: 100%;
  height: inherit;
  text-align: left;
  vertical-align: center;
}

.row-home-top-d {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  height: 432px;
}

.display-6-orange {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  color: rgb(255, 153, 51);
}

.display-6-black {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  color: rgb(0, 0, 0);
}

.display-8-black {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2;
  color: rgb(0, 0, 0);
}

.display-8-white {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2;
  color: rgb(255, 255, 255);
}

.display-9-white {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.2;
  color: rgb(255, 255, 255);
}

.display-10-black {
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1.2;
  color: rgb(0, 0, 0);
}

.display-10-white {
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1.2;
  color: rgb(255, 255, 255);
}

.display-12-white {
  font-size: 1.1rem;
  font-weight: 100;
  letter-spacing: 0.2rem;
  line-height: 1;
  color: rgb(255, 255, 255);
}

.display-12-black {
  font-size: 1.1rem;
  font-weight: 100;
  letter-spacing: 0.2rem;
  line-height: 1;
  color: rgb(0, 0, 0);
}

.display-12-gray {
  font-size: 1.1rem;
  font-weight: 100;
  letter-spacing: 0.2rem;
  line-height: 1;
  color: rgb(81, 81, 81);
}

.display-12-black-no-spacing {
  font-size: 1.1rem;
  font-weight: 100;
  line-height: 1;
  color: rgb(0, 0, 0);
}

.display-12-white-no-spacing {
  font-size: 1.1rem;
  font-weight: 100;
  line-height: 1;
  color: rgb(255, 255, 255);
}

.table-without-borders {
  width: 100%;
  border-collapse: collapse;
}

.td-with-img-280 {
  padding: 25px;
  vertical-align: top;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left top;
  height: 260px;
  border: none;
}

.td-with-img-319-right {
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: right top;
  height: 317px;
  border: none;
}

.td-with-img-319-left {
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  height: 317px;
  border: none;
}

.td-left-about {
  padding-left: 8%;
  padding-right: 2%;
  vertical-align: center;
  background-repeat: no-repeat;
  background-position: left top;
  height: 317px;
  border: none;
}

.margin-left-right-15 {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.margin-left-only-15 {
  margin-left: 15px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.margin-around-15 {
  margin: 15px;
}

.margin-left-bottom-15 {
  margin-left: 15px;
  margin-bottom: 15px;
}

.margin-left-8-bottom-15 {
  margin-left: 8px;
  margin-bottom: 15px;
}

.margin-right-8-bottom-15 {
  margin-right: 8px;
  margin-bottom: 15px;
}

.margin-top-bottom-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.hundred-percent-width {
  width: 100%;
}

.td-orange-text-middle {
  background-image: url("/image/orange_square.png");
  background-color: rgb(255, 153, 51);
  vertical-align: middle;
  line-height: 0.4em;
}

.button-orange {
  border: none;
  background-color: rgb(255, 153, 51);
  font-size: 1.1rem;
  font-weight: 100;
  line-height: 1;
  width: 10rem;
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.button-orange:hover {
  background-color: rgb(255, 180, 103);
}

.button-gr {
  border: none;
  background-color: rgb(183, 183, 183);
  font-size: 1.1rem;
  font-weight: 100;
  line-height: 1;
  width: 10rem;
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.button-gr:hover {
  background-color: rgb(218, 218, 218);
}

.black-text {
  color: black;
}

.white-text {
  color: white;
}

#left-orange {
  width: 0;
  height: 0;
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
  border-left-width: 20px;
  border-left-style: solid;
  border-left-color-color: rgb(255, 153, 51);
}

.td-grey-with-left-orange-angle {
  background-color: rgb(235, 235, 235);
  background-image: url("/image/orange_angle.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: inherit;
  align-items: center;
}

.tr-header-down-3r {
  vertical-align: bottom;
  text-align: left;
  height: 3rem;
}

.table-light-grey {
  width: 100%;
  background-color: rgb(248, 248, 248);
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.white-transparent {
  background-color: rgba(255, 255, 255, 0.6);
}

.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  font-size: 1.1rem;
  font-weight: 300;
  color: rgb(10, 10, 10);
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 72px);
  padding-bottom: 7rem;
  background: linear-gradient(0deg, #ff6a00 0%, #ee0979 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 4rem;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
}

header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(0deg, #ee0979 0%, #ff6a00 100%);
}

header.masthead .bg-circle-1 {
  height: 90rem;
  width: 90rem;
  bottom: -55rem;
  left: -55rem;
}

header.masthead .bg-circle-2 {
  height: 50rem;
  width: 50rem;
  top: -25rem;
  right: -25rem;
}

header.masthead .bg-circle-3 {
  height: 20rem;
  width: 20rem;
  bottom: -10rem;
  right: 5%;
}

header.masthead .bg-circle-4 {
  height: 30rem;
  width: 30rem;
  top: -5rem;
  right: 35%;
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(10rem + 55px);
    padding-bottom: 10rem;
  }

  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }

  header.masthead .masthead-content .masthead-subheading {
    font-size: 4rem;
  }
}
.bg-primary {
  background-color: #ee0979 !important;
}

.btn-primary {
  background-color: #ee0979;
  border-color: #ee0979;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #bd0760 !important;
  border-color: #bd0760 !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}

.btn-secondary {
  background-color: #ff6a00;
  border-color: #ff6a00;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #cc5500 !important;
  border-color: #cc5500 !important;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 9px;
}

.card-image-preview {
  width: 200px;
  margin: 12px;
  align-content: center;
  text-align: center;
  vertical-align: middle;
}

.modal-custom {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(45, 45, 45, 0.4);
  /* Black w/ opacity */
}

.modal-content-custom {
  background-color: white;
  margin: 12.5% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  /* Could be more or less, depending on screen size */
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 0px;
  width: 100%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: right;
}

.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding: 10px;
  margin: 20px;
  background: #f1f1f1;
  color: #666;
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
  left: 8px;
}

.MultiCarousel .rightLst {
  right: 8px;
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}

/*# sourceMappingURL=one-page.css.map */
