@charset "UTF-8";
.card {
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.116);
  border-radius: 10px;
  border: none;
}

.color-primary {
  color: #CFAF67 !important;
}

.color-secondary {
  color: #fff !important;
}

.color-success {
  color: #5FBEB9 !important;
}

.color-danger {
  color: #CF6767 !important;
}

.inner-title {
  color: black;
  font-weight: 500;
  font-size: 62px;
  color: #CFAF67;
  font-family: "Garamond Bold";
  line-height: 0.9;
}
@media screen and (max-width: 992px) {
  .inner-title {
    font-size: 40px;
  }
}
.inner-title span {
  display: block;
  color: #fff;
  font-size: 39px;
  font-family: "Garamond";
  letter-spacing: 1.4px;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .inner-title span {
    font-size: 26px;
    margin-top: 14px;
  }
}

ul li {
  position: relative;
  padding-left: 15px !important;
}
ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  height: 6px;
  width: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.link-primary {
  color: #CFAF67 !important;
  text-decoration: underline !important;
  font-size: 14px;
}

.bounce {
  -webkit-animation: bounce 1.5s infinite;
  animation: bounce 1.5s infinite;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-15px);
            transform: translatey(-15px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-15px);
            transform: translatey(-15px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
a:visited, a:link, a:hover, a:active {
  text-decoration: none;
}

a {
  text-decoration: underline;
}

ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-weight: lighter;
}
ul li {
  display: block;
  padding: 2px 0;
}

button, a[role=button] {
  cursor: pointer !important;
}

b {
  font-weight: bold;
}

button:focus {
  outline: none;
}

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1280px !important;
  }
}

u {
  text-decoration: underline;
}

.font-weight-medium {
  font-weight: 500 !important;
}

@font-face {
  font-family: "Garamond";
  font-style: normal;
  font-weight: normal;
  src: local("Garamond"), url("../fonts/garamond.woff") format("woff");
}
@font-face {
  font-family: "Garamond Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Garamond Bold"), url("../fonts/garamond-b.woff") format("woff");
}
.owl-carousel.nav-center .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .owl-carousel.nav-center .owl-nav {
    top: 44%;
  }
}
.owl-carousel.nav-center .owl-nav button {
  align-items: center;
  position: absolute;
  color: #fff;
  font-size: 40px;
  background-color: #CFAF67;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 90px;
  height: 70px;
  opacity: 0.8;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.owl-carousel.nav-center .owl-nav button:hover {
  opacity: 1;
}
.owl-carousel.nav-center .owl-nav button:focus {
  outline: none;
}
@media screen and (max-width: 576px) {
  .owl-carousel.nav-center .owl-nav button {
    width: 40px;
    height: 40px;
  }
}
.owl-carousel.nav-center .owl-nav .owl-prev {
  left: -13%;
}
.owl-carousel.nav-center .owl-nav .owl-next {
  right: -13%;
}
@media screen and (max-width: 768px) {
  .owl-carousel.nav-center .owl-nav .owl-prev {
    left: -17%;
  }
  .owl-carousel.nav-center .owl-nav .owl-next {
    right: -17%;
  }
}
@media screen and (max-width: 1390px) and (min-width: 1246px) {
  .owl-carousel.nav-center .owl-nav .owl-prev {
    left: -10%;
  }
  .owl-carousel.nav-center .owl-nav .owl-next {
    right: -10%;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1000px) {
  .owl-carousel.nav-center .owl-nav .owl-prev {
    left: -8%;
  }
  .owl-carousel.nav-center .owl-nav .owl-next {
    right: -8%;
  }
}
@media screen and (max-width: 576px) {
  .owl-carousel.nav-center .owl-nav {
    height: auto;
  }
  .owl-carousel.nav-center .owl-nav .owl-prev {
    left: -4%;
  }
  .owl-carousel.nav-center .owl-nav .owl-next {
    right: -4%;
  }
}
@media screen and (max-width: 768px) {
  .owl-carousel.nav-md-center .owl-nav {
    position: absolute;
    width: 100%;
    top: 70%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
  }
  .owl-carousel.nav-md-center .owl-nav button {
    position: absolute;
    bottom: 0;
  }
  .owl-carousel.nav-md-center .owl-nav button.owl-prev {
    left: 3%;
  }
  .owl-carousel.nav-md-center .owl-nav button.owl-next {
    right: 3%;
  }
  .owl-carousel.nav-md-center img {
    margin: auto auto;
    width: 50%;
  }
}
.owl-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(255, 255, 255, 0.699);
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #b57b30;
}
.owl-carousel .owl-dots .owl-dot:active, .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
.owl-carousel .owl-nav {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.owl-carousel .owl-nav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  background-color: #CFAF67;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .owl-carousel .owl-nav-btn {
    font-size: 10px;
    height: 27px;
    width: 27px;
  }
}
.owl-carousel .owl-nav-btn:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  background-color: #c9a554;
}

@media screen and (min-width: 992px) {
  .owl-center .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
  }
}

.main-nav {
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 8;
}
.main-nav__content {
  display: flex;
  flex-direction: column;
}
.main-nav__top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .main-nav__top {
    justify-content: space-between;
    padding: 18px 5px;
  }
}
.main-nav__brand img {
  width: 218px;
}
@media screen and (max-width: 992px) {
  .main-nav__brand img {
    width: 130px;
  }
}
.main-nav__bottom {
  position: relative;
  background-color: #CFAF67;
  color: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 992px) {
  .main-nav__bottom {
    padding: 18px 9px 18px 0;
  }
}
.main-nav__bottom .container {
  display: flex;
}
@media screen and (max-width: 992px) {
  .main-nav__bottom .container {
    justify-content: space-between;
  }
}
.main-nav__bottom-offset {
  width: 15%;
}
@media screen and (max-width: 1200px) {
  .main-nav__bottom-offset {
    width: 0%;
  }
}
.main-nav__utils {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 15%;
}
@media screen and (max-width: 992px) {
  .main-nav__utils {
    width: 100%;
    justify-content: space-between;
  }
}
.main-nav__utils-bag {
  height: 22px;
  position: relative;
  margin-left: 25px;
  transition: all 0.3s ease-in-out;
}
.main-nav__utils-bag:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.main-nav__utils-bag .ico {
  display: inline-block;
  background-image: url(../images/ico/bag.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 20px;
  height: 20px;
}
.main-nav__utils-bag .number {
  position: absolute;
  top: -5px;
  right: -7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  background-color: #fff;
  color: #CFAF67;
  font-weight: 500;
  border-radius: 50%;
  font-size: 12px;
}
.main-nav__utils-search-mobile {
  position: relative;
  display: none;
}
@media screen and (max-width: 992px) {
  .main-nav__utils-search-mobile {
    display: block;
  }
}
.main-nav__utils-search-mobile input {
  width: 170px;
  border: none;
  color: lightgray;
  font-size: 14px;
  border-bottom: 1px solid #6e6e6e;
  background-color: transparent;
}
.main-nav__utils-search-mobile input:focus {
  outline: none;
}
.main-nav__utils-search-mobile input::-webkit-input-placeholder {
  font-style: italic;
}
.main-nav__utils-search-mobile input:-ms-input-placeholder {
  font-style: italic;
}
.main-nav__utils-search-mobile input::-ms-input-placeholder {
  font-style: italic;
}
.main-nav__utils-search-mobile input::placeholder {
  font-style: italic;
}
.main-nav__utils-search-mobile button {
  position: absolute;
  top: 50%;
  display: inline-block;
  color: #fff;
  background: none;
  border: none;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-nav__utils-search-mobile button .ico {
  display: inline-block;
  background-image: url(../images/ico/search.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.main-nav__utils-search {
  display: flex;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.main-nav__utils-search .ico {
  display: inline-block;
  background-image: url(../images/ico/search.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.main-nav__utils-search .dropdown {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  bottom: -50px;
  padding-top: 20px;
  left: 0%;
  transition: all 0.3s ease-in-out;
}
.main-nav__utils-search .dropdown-input {
  border: none;
  box-shadow: none;
  outline: none;
  width: 100%;
  background-color: none;
  padding: 5px 30px 5px 15px;
  height: 45px;
  width: 130%;
  background-color: #fff;
  box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.15);
}
.main-nav__utils-search .dropdown-input:focus, .main-nav__utils-search .dropdown-input:active {
  border: none;
  outline: none;
}
.main-nav__utils-search .dropdown-send {
  position: absolute;
  right: -50px;
  top: 50%;
  font-size: 10px;
  color: #a3a3a3;
  height: 20px;
  width: 20px;
  border: none;
  background-color: transparent;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.main-nav__utils-search:hover .dropdown {
  opacity: 1;
  pointer-events: all;
}
.main-nav__close {
  position: absolute;
  right: 30px;
  top: 34px;
  color: #fff;
  font-size: 28px;
  display: none;
}
@media screen and (max-width: 992px) {
  .main-nav__close {
    display: block;
  }
}
.main-nav__menu {
  display: flex;
  justify-content: center;
  width: 70%;
}
@media screen and (max-width: 992px) {
  .main-nav__menu {
    overflow: scroll;
    position: absolute;
    padding: 34px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #161616;
    right: 150vw;
    top: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    z-index: 10;
    transition: all 0.3s ease-in-out;
  }
  .main-nav__menu.active {
    position: fixed;
    right: 0;
    opacity: 0.98;
  }
}
.main-nav__item {
  display: block;
  color: #ffff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  padding: 0 23px;
  white-space: nowrap;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .main-nav__item {
    padding: 10px 9px;
    text-align: left;
    font-size: 14px;
  }
}
.main-nav__item a {
  color: inherit;
}
.main-nav__item-dropdown {
  position: absolute;
  left: 0;
  bottom: 0px;
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  z-index: 7;
  font-size: 14px;
  text-transform: none;
  text-align: left;
  color: black;
  background-color: #fff;
  box-shadow: 12px 12px 10px rgba(0, 0, 0, 0.048);
  border-bottom: 2px solid #e6e6e6;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  padding: 40px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .main-nav__item-dropdown {
    position: relative;
    bottom: unset;
    left: unset;
    display: block;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    height: 0;
    padding: 0;
    overflow: hidden;
    color: #fff;
    -webkit-transform: none;
            transform: none;
  }
  .main-nav__item-dropdown h6 {
    font-size: 14px;
  }
  .main-nav__item-dropdown a {
    color: #fff !important;
  }
}
.main-nav__item-dropdown a {
  color: black;
}
.main-nav__item-dropdown a:hover {
  color: #CFAF67;
  font-weight: 400;
}
.main-nav__item-dropdown img {
  width: 100%;
}
.main-nav__item:hover .main-nav__item-dropdown {
  visibility: visible;
  opacity: 1;
  height: auto;
}
@media screen and (max-width: 992px) {
  .main-nav__item:hover .main-nav__item-dropdown {
    padding: 14px 10px 14px 15px;
  }
}
.main-nav__toggler {
  display: none;
}
.main-nav__toggler span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #CFAF67;
}
.main-nav__toggler span + span {
  margin-top: 4px;
  width: 18px;
}
@media screen and (max-width: 992px) {
  .main-nav__toggler {
    display: block;
  }
}
.main-nav .sticky-brand {
  display: none;
  width: 140px;
  margin-top: 1px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .main-nav .sticky-brand {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .main-nav .sticky-brand {
    width: 100px;
    margin-top: 4px;
  }
}
.main-nav.sticky {
  -webkit-animation: fadeInDown 0.5s;
          animation: fadeInDown 0.5s;
}
.main-nav.sticky .main-nav__top {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: none;
}
.main-nav.sticky .sticky-brand {
  display: block;
}
@media screen and (max-width: 992px) {
  .main-nav.sticky .main-nav__utils {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 992px) {
  .main-nav.sticky .main-nav__bottom-ofset {
    width: 25%;
  }
}

.form-control {
  width: 100%;
  padding: 5px;
  border-radius: 0;
  border: 1px solid #CFAF67;
  background: none;
  border-radius: 8px;
  padding: 12px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  background-color: rgba(2, 0, 0, 0.116);
  color: #fff;
  outline: none;
  border: 1px solid #CFAF67;
}
.form-control:disabled {
  background-color: rgba(2, 0, 0, 0.356);
  color: #a5a5a5;
}
.form-control.pl-white {
  font-size: 15px;
}
.form-control.pl-white::-webkit-input-placeholder {
  color: #fff;
}
.form-control.pl-white:-ms-input-placeholder {
  color: #fff;
}
.form-control.pl-white::-ms-input-placeholder {
  color: #fff;
}
.form-control.pl-white::placeholder {
  color: #fff;
}

select.form-control {
  height: 44px !important;
}
select.form-control option {
  color: black;
}

.form-group {
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}
.form-group label {
  color: #CFAF67;
  font-weight: bold;
  font-size: 14.5px;
  text-align: left;
  display: block;
}
.form-group label.error {
  font-weight: lighter;
  font-size: 13.5px;
  margin-top: 5px;
  order: 11;
}

.list-icon {
  padding-left: 30px;
}
.list-icon li {
  position: relative;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .list-icon li {
    font-size: 14px;
  }
}
.list-icon li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -19px;
  top: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 8px;
  border-radius: 50%;
}
.list-icon.list-error li:after {
  content: "\F00D";
  background-color: #A51212;
}
.list-icon.list-success li:after {
  content: "\F00C";
  background-color: #1C8C77;
}

.contact-list {
  padding-left: 30px;
}
.contact-list li {
  display: flex;
  align-items: center;
}
.contact-list li span {
  display: inline-block;
  margin-right: 7px;
  font-size: 19px;
  color: #006654;
}

.button-radio {
  display: flex;
  align-items: center;
  color: #fff;
  margin: 0;
  margin-right: 14px;
  font-size: 14px;
  background: none !important;
  border: none !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .button-radio {
    margin-right: 8px;
  }
}
.button-radio .bullet {
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 8px;
  transition: all 0.3s ease-in-out;
}
.button-radio:hover {
  color: #CFAF67;
}
.button-radio:hover .bullet {
  border-color: #CFAF67;
  background-color: #CFAF67;
}
.button-radio:hover .bullet:after {
  opacity: 1;
}
.button-radio:active, .button-radio.active {
  color: #CFAF67;
}
.button-radio:active .bullet, .button-radio.active .bullet {
  border-color: #CFAF67;
  background-color: #CFAF67;
}

.custom-select {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}
@media screen and (max-width: 360px) {
  .custom-select {
    margin: 0 3px;
  }
}
.custom-select .pc-trigger {
  cursor: pointer !important;
  position: relative;
  width: 100%;
  border-radius: 0;
  border: 1px solid #CFAF67;
  background: none;
  border-radius: 8px;
  padding: 10px 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.custom-select .pc-trigger:hover {
  background-color: rgba(2, 0, 0, 0.116) !important;
}
.custom-select .pc-trigger:after {
  content: "\F0D7";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  color: #CFAF67;
  font-weight: 900;
  right: 10px;
  font-size: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.custom-select .pc-select {
  width: 100% !important;
  max-width: unset !important;
}
.custom-select .pc-list {
  cursor: pointer;
  position: absolute;
  right: 10%;
  top: 150%;
  width: 100% !important;
  box-shadow: 4px 3px 15px rgba(0, 0, 0, 0.144);
  background-color: #fff;
  border: none !important;
  z-index: 10;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .custom-select .pc-list {
    right: unset;
    left: 50% !important;
    width: 150px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.custom-select .pc-list ul {
  display: flex;
  flex-direction: column;
}
.custom-select .pc-list ul li {
  position: relative;
  padding: 10px 15px !important;
  padding-left: 30px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .custom-select .pc-list ul li {
    font-size: 14px;
    padding: 10px 15px !important;
    padding-left: 22px;
    line-height: 16px;
  }
}
.custom-select .pc-list ul li:not(:last-child) {
  border-bottom: 1px solid #CFAF67;
}
.custom-select .pc-list ul li:hover {
  background-color: #CFAF67 !important;
}
.custom-select .pc-list ul li:hover:after {
  background-color: rgba(0, 0, 0, 0.322);
}

.card-header {
  background-color: #fff;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.181);
  padding: 11px 8px;
  border-radius: 0 0 0 4px !important;
}
@media screen and (max-width: 768px) {
  .card-header {
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.081);
    padding: 8px 6px;
  }
}
.card-body {
  font-size: 15px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .card-body {
    font-size: 13px;
  }
}

.scroll-top {
  position: absolute;
  right: 130px;
  bottom: 430px;
  width: 35px;
  height: 35px;
  background-image: url(../images/ico/scrolltop.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.scroll-top.show {
  opacity: 1;
}
.scroll-top:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.scroll-top:active, .scroll-top:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .scroll-top {
    position: fixed;
    right: 50px;
    bottom: 100px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1450px) {
  .scroll-top {
    right: 25px;
  }
}

.btn {
  padding: 15px 25px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 12px;
  }
}
.btn.btn-sm {
  padding: 8px 12px;
  font-size: 11px;
}
.btn.btn-lg {
  font-size: 18px;
  padding: 14px 37px;
}
@media screen and (max-width: 992px) {
  .btn.btn-lg {
    font-size: 16px;
  }
}
.btn.btn-md {
  font-size: 14px;
  padding: 16px 30px;
}
@media screen and (max-width: 992px) {
  .btn.btn-md {
    font-size: 15px;
    padding: 14px 32px;
  }
}
@media screen and (max-width: 768px) {
  .btn.btn-md-xs {
    font-size: 10px;
    padding: 6px 9px;
  }
}

.btn-primary {
  position: relative;
  background-color: #CFAF67;
  color: #1C2830;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  box-shadow: none !important;
  transition: all 0.3s ease-in-out;
}
.btn-primary:disabled {
  background-color: #CFAF67;
  color: #1C2830;
  opacity: 0.5;
}
.btn-primary:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 95%;
  height: 80%;
  background-color: none;
  border: 1px solid #1C2830;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 3px;
}
.btn-primary.is-big:after {
  width: 98%;
}
.btn-primary:hover, .btn-primary:active {
  background-color: #cdab5f !important;
  color: #1C2830 !important;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.btn-primary--outline {
  border: 1px solid #CFAF67;
  font-weight: bold;
  color: #CFAF67;
  background-color: transparent;
}
.btn-primary--outline:hover {
  color: #0d1c2c !important;
  background-color: #CFAF67;
}

.btn-transparent {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.footer {
  padding: 40px 20px;
  background-color: #fff;
  letter-spacing: 1px;
}
.footer__list {
  margin-bottom: 20px;
  font-size: 12px;
  color: #959595;
}
.footer__list a {
  color: inherit;
}
.footer__list .title {
  text-transform: uppercase;
  margin-bottom: 7px;
  font-weight: 600;
  color: black;
}
.footer__copyright {
  color: #959595;
  font-weight: 300;
  font-size: 11px;
}

.header-brand {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .header-brand {
    padding-top: 0;
  }
}
.header-brand img {
  width: 110px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .header-brand img {
    width: 130px;
    padding-left: 30px;
    margin-bottom: 12px;
  }
}
.header-brand hr {
  position: relative;
  width: 100%;
  height: 0.8px;
  border: none;
  margin-top: 8px;
  background-color: #CFAF67;
}
.header-brand hr:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100vw;
  height: 100%;
  background-color: #CFAF67;
}

.header-title {
  padding-top: 10px;
  padding-left: 80px;
  font-size: 64px;
  font-family: "Garamond Bold";
  color: #fff !important;
}
@media screen and (max-width: 1200px) {
  .header-title {
    padding-left: 40px;
    font-size: 53px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 992px) {
  .header-title {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .header-title {
    font-size: 40px;
    line-height: 38px;
    padding-top: 0;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.modal-full {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #0d1c2c;
  width: 100vw;
  display: none;
  overflow: auto;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 70px;
}
.modal-full.active {
  display: block;
  -webkit-animation: fadeIn 0.8s;
          animation: fadeIn 0.8s;
}
@media screen and (max-width: 768px) {
  .modal-full {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.modal-full__close {
  position: absolute;
  right: 0;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #CFAF67;
  background: none !important;
  border: none !important;
  font-family: "Garamond Bold";
  font-size: 17px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .modal-full__close {
    top: 5px;
    right: 10px;
  }
}
.modal-full .inner-title {
  font-size: 54px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .modal-full .inner-title {
    font-size: 35px;
  }
}

.card-outline {
  margin-bottom: 18px;
}
.card-outline-header {
  padding: 15px 15px;
  border: 1px solid #CFAF67;
  border-radius: 8px;
}
.card-outline-header button {
  position: relative;
  width: 100%;
  background: none;
  border: none;
  color: #CFAF67 !important;
  text-align: left;
  font-size: 24px;
  font-family: "Garamond";
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .card-outline-header button {
    font-size: 20px;
  }
}
.card-outline-header button:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 32px;
  font-weight: 300;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .card-outline-header button:after {
    font-size: 25px;
  }
}
.card-outline-header button[aria-expanded=true]:after {
  content: "-";
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .card-outline-header button[aria-expanded=true]:after {
    font-size: 29px;
  }
}
.card-outline-body {
  padding: 33px 50px 20px 30px;
}
@media screen and (max-width: 768px) {
  .card-outline-body {
    padding-right: 0px;
    padding-left: 20px;
    padding-top: 22px;
    font-size: 14px;
  }
}
.card-outline-body h5 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .card-outline-body h5 {
    margin-bottom: 15px;
  }
}
.card-outline-body p {
  margin-bottom: 25px;
}

.curso-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 35px 35px 30px 35px;
  border: 1px solid #fff;
  border-radius: 7px;
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .curso-card {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .curso-card {
    margin-bottom: 15px;
    padding: 20px 15px;
  }
}
.curso-card:hover {
  background-color: rgba(0, 0, 0, 0.19);
  border-color: #CFAF67;
}
.curso-card__label {
  position: absolute;
  left: 50%;
  top: -12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #CFAF67;
  color: #1C2830;
  border-radius: 7px;
  padding: 4px 17px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .curso-card__label {
    font-size: 10px;
  }
}
.curso-card__modalidade {
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0.9;
}
.curso-card__title {
  font-size: 24px;
  color: #CFAF67;
  font-weight: 300;
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .curso-card__title {
    min-height: 132px;
  }
}
@media screen and (max-width: 768px) {
  .curso-card__title {
    font-size: 17px;
  }
}
.curso-card__divisor {
  width: 65%;
  height: 10px;
  background-color: none;
  background-image: url(../images/ico/divisor.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 16px auto 12px auto;
  border: none;
}
.curso-card .btn {
  font-size: 16px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .curso-card .btn {
    font-size: 13px;
    padding: 10px;
  }
}
.curso-card__insc {
  color: #CFAF67 !important;
  text-decoration: underline !important;
  margin-top: 15px;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .curso-card__insc {
    font-size: 12px;
  }
}
.curso-card.destaque {
  background-color: #CFAF67;
  color: #0d1c2c !important;
}
.curso-card.destaque:hover {
  background-color: #c9a554;
}
.curso-card.destaque .curso-card__title, .curso-card.destaque .curso-card__insc, .curso-card.destaque .curso-card__modalidade {
  color: #0d1c2c !important;
}
.curso-card.destaque .btn {
  background-color: #0d1c2c !important;
  color: #CFAF67 !important;
}
.curso-card.destaque .btn:after {
  border-color: #fff;
}

.home-banner {
  position: relative;
  padding-top: 20px;
  z-index: 3;
  height: 1100px;
  background-image: url(../images/backgrounds/15474-background_site_homem.jpg);
  background-position: 30% bottom;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: fadeIn 0.4s;
          animation: fadeIn 0.4s;
  min-height: 670px;
}
@media screen and (max-width: 768px) {
  .home-banner {
    height: auto;
    padding-bottom: 80px;
    background-position: 28% bottom;
  }
}
@media screen and (max-width: 992px) {
  .home-banner {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .home-banner {
    padding-top: 40px;
    padding-left: 15px;
  }
}
.home-banner.hidden {
  display: none;
}
.home-banner__btn {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  padding: 16px 30px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .home-banner__btn {
    margin: 0 auto;
    margin-top: 35px;
    font-size: 14px;
    text-align: center;
    padding-right: 30px;
  }
}
.home-banner__btn-ico {
  display: inline-block;
  width: 33px;
  height: 29px;
  background-image: url(../images/ico/checkin.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .home-banner__btn-ico {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 330px) {
  .home-banner__btn {
    font-size: 13px;
  }
}
.home-banner__title {
  color: #CFAF67;
  font-size: 54px;
  line-height: 53px;
  margin-top: 25px;
  font-family: "Garamond Bold";
}
@media screen and (max-width: 992px) {
  .home-banner__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .home-banner__title {
    margin-top: 15px;
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 330px) {
  .home-banner__title {
    margin-top: 35px;
    font-size: 37px;
  }
}
.home-banner__title hr {
  width: 200px;
  height: 8px;
  background-color: none;
  background-image: url(../images/ico/divisor.png);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  margin: 15px 0 -7px 0;
}
@media screen and (max-width: 768px) {
  .home-banner__title hr {
    margin: 10px auto -10px auto;
    background-position: center center;
  }
}
.home-banner__title span {
  color: #fff;
  font-size: 64px;
  line-height: 80px;
}
@supports (-webkit-text-stroke: 1px black) {
  .home-banner__title span {
    -webkit-text-stroke: 0.6px #fff;
    color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .home-banner__title span {
    font-size: 53px;
  }
}
@media screen and (max-width: 330px) {
  .home-banner__title span {
    font-size: 43px;
  }
}
.home-banner__desc {
  font-size: 16px;
  margin-top: 20px;
  max-width: 480px;
}
.home-banner__desc span {
  display: block;
  color: #CFAF67;
  margin-top: 25px;
}
.home-banner__more {
  left: 0;
  display: block;
  width: 80px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  flex-direction: column;
  text-align: center;
  margin-top: 60px;
  color: #CFAF67;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .home-banner__more {
    position: relative;
    bottom: unset;
    text-align: center;
    width: 100%;
    margin-top: 50px;
  }
}
.home-banner__more:hover {
  color: #CFAF67;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.home-banner__more i {
  font-size: 18px;
}

.lista-cursos {
  padding: 130px 0 80px;
}
@media screen and (max-width: 992px) {
  .lista-cursos {
    padding: 80px 0;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .lista-cursos .showdesk {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .lista-cursos .showdesk {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .lista-cursos .showmob {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .lista-cursos .showmob {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .lista-cursos .hasborder {
    border-bottom: none;
  }
}
@media screen and (max-width: 800px) {
  .lista-cursos .hasborder {
    border-bottom: 1px solid white;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
}
.lista-cursos__filters {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .lista-cursos__filters {
    margin-bottom: 20px;
    padding: 15px 0;
  }
}
.lista-cursos__filters .filters-group {
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .lista-cursos__filters button {
    margin-bottom: 6px;
  }
}

.banner-about {
  padding: 130px 0 200px 0;
  margin-top: -90px;
  margin-bottom: -70px;
  background-color: #0d1824;
  background-image: url("../images/backgrounds/bottom-curves.jpg");
  background-position: bottom left;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .banner-about {
    padding-bottom: 100px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .banner-about {
    padding-top: 50px;
    padding-bottom: 100px;
    margin-bottom: -40px;
    margin-top: -40px;
  }
}
.banner-about__desc {
  font-size: 20px;
  max-width: 650px;
  margin-top: 35px;
}
@media screen and (max-width: 992px) {
  .banner-about__desc {
    font-size: 16px;
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .banner-about .btn {
    margin: 0 auto !important;
  }
}
.banner-about__icons {
  display: flex;
  flex-direction: column;
  margin-top: -30px;
}
@media screen and (max-width: 992px) {
  .banner-about__icons {
    margin: 15px 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .banner-about__icons {
    flex-direction: column;
    align-items: center;
    margin: 40px 0;
  }
}
.banner-about__icons-item {
  display: flex;
  align-items: flex-start;
  color: #CFAF67;
  font-size: 23px;
}
@media screen and (max-width: 1200px) {
  .banner-about__icons-item {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .banner-about__icons-item {
    font-size: 19px;
  }
}
.banner-about__icons-item:not(:last-child) {
  margin-bottom: 50px;
}
.banner-about__icons-item img {
  width: 95px;
  margin-right: 24px;
}
@media screen and (max-width: 992px) {
  .banner-about__icons-item img {
    width: 80px;
    margin-right: 16px;
  }
}

.curso-pg {
  position: relative;
  padding-top: 100px;
  z-index: 3;
  background-image: url(../images/backgrounds/interna-bg.png);
  background-position: 50% top;
  background-size: 130%;
  background-repeat: no-repeat;
  margin-bottom: 240px;
  min-height: 1030px;
  overflow: show;
}
@media screen and (min-width: 1600px) {
  .curso-pg {
    background-size: 100%;
  }
}
@media screen and (min-width: 1900px) {
  .curso-pg {
    background-size: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .curso-pg {
    padding-top: 60px;
    margin-bottom: 70px;
    background-size: 160%;
  }
}
@media screen and (max-width: 992px) {
  .curso-pg {
    padding-top: 60px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .curso-pg {
    height: auto;
    padding-bottom: 80px;
    min-height: unset;
    padding-top: 40px;
    padding-left: 15px;
    margin-bottom: 80px;
    background-size: 500%;
  }
}
.curso-pg__map {
  color: #CFAF67;
  line-height: 20px;
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .curso-pg__map {
    margin: 0 0 30px 0;
    text-align: center;
  }
}
.curso-pg__map a {
  display: inline-block;
  color: #CFAF67 !important;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 0.4px;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}
.curso-pg__map a:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
@media screen and (max-width: 992px) {
  .curso-pg__map {
    font-size: 9px;
  }
}
.curso-pg__title {
  color: #CFAF67;
  font-size: 32px;
  margin-bottom: 24px;
  font-weight: bold;
  font-family: "Garamond Bold";
  letter-spacing: 0.9px;
}
@media screen and (max-width: 768px) {
  .curso-pg__title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.curso-pg__desc {
  font-size: 16px;
}
.curso-pg__divisor {
  width: 180px;
  height: 9px;
  background-color: none;
  background-image: url(../images/ico/divisor.png);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  margin: 6px 0 0 0;
}
@media screen and (max-width: 992px) {
  .curso-pg__divisor.center {
    margin: 16px auto 0px auto;
    background-position: center center;
  }
}
.curso-pg__content {
  font-size: 16px;
}
.curso-pg__content h3 {
  color: #CFAF67;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: "Garamond";
}
@media screen and (max-width: 768px) {
  .curso-pg__content h3 {
    font-size: 28px;
  }
}
.curso-pg__content p {
  margin-bottom: 27px;
}
.curso-pg__content p:last-child {
  margin-bottom: 23px;
}
.curso-pg a {
  color: #fff;
  text-decoration: underline;
}
.curso-pg a:hover {
  color: #fff;
}

.simulador {
  display: none;
  position: relative;
  padding-top: 20px;
  z-index: 3;
  min-height: 1010px;
  background-image: url(../images/backgrounds/interna-bg.png);
  background-position: 50% bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0d1824;
}
@media screen and (max-width: 768px) {
  .simulador {
    height: auto;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 992px) {
  .simulador {
    padding-top: 60px;
    text-align: center;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  .simulador {
    padding-top: 40px;
  }
}
.simulador.active {
  display: block;
  -webkit-animation: fadeIn 0.8s;
          animation: fadeIn 0.8s;
}
.simulador__title {
  padding-top: 10px;
  padding-left: 80px;
  font-size: 52px;
  font-family: "Garamond Bold";
  color: #fff;
}
@media screen and (max-width: 992px) {
  .simulador__title {
    margin-top: 20px;
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .simulador__title {
    font-size: 35px;
    line-height: 38px;
    padding-top: 0;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.simulador__right {
  padding-left: 80px;
}
@media screen and (max-width: 1200px) {
  .simulador__right {
    padding-left: 60px;
  }
}
@media screen and (max-width: 992px) {
  .simulador__right {
    padding-left: 0;
  }
}
.simulador .btn {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .simulador .btn {
    white-space: normal;
  }
}
.simulador__btn-enviar {
  margin-top: 20px;
  padding: 15px 40px;
}
.simulador__resul {
  display: flex;
  flex-direction: column;
}
.simulador__resul .title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: -9px;
}
.simulador__resul .value {
  font-size: 15px;
  color: #CFAF67;
  font-weight: lighter;
  margin-bottom: 0px;
}
.simulador__resul .value span {
  font-size: 32px;
}
.simulador__resul small {
  font-size: 12px;
  font-weight: lighter;
}
.simulador__chart {
  display: flex;
  position: relative;
}
.simulador__chart-values {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Garamond Bold";
  color: #CFAF67;
  font-size: 16px;
  text-align: right;
  padding-right: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .simulador__chart-values {
    font-size: 14px;
    min-width: 100px;
  }
}
.simulador__chart-box {
  position: relative;
  width: 100%;
  border-left: 1px solid #CFAF67;
  border-bottom: 1px solid #CFAF67;
}
.simulador__chart-box canvas {
  width: 100%;
  margin-left: -10px;
}
.simulador__chart-box small {
  position: absolute;
  left: 0;
  bottom: -28px;
  text-align: left;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 1200px) {
  .simulador__chart-box small {
    font-size: 11px;
  }
}
@media screen and (max-width: 992px) {
  .simulador .home-banner__title hr {
    margin: 0 auto !important;
  }
}

.banner-conheca {
  padding: 100px 0 30px 0;
  position: relative;
  overflow: hidden;
  margin-top: -100px;
  background-color: #0d1824;
  background-image: url("../images/backgrounds/top-curves.jpg");
  background-position: top top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.banner-conheca a {
  display: block;
  text-align: left;
}
.banner-conheca a img {
  width: 159px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .banner-conheca a img {
    width: 136px;
  }
}
@media screen and (max-width: 992px) {
  .banner-conheca {
    padding: 80px 0 60px 0;
    margin-top: -50px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .banner-conheca {
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: -70px;
  }
}
.banner-conheca__desc {
  font-size: 20px;
  max-width: 690px;
  margin: 35px 0 25px;
}
@media screen and (max-width: 992px) {
  .banner-conheca__desc {
    font-size: 17px;
  }
}

body {
  position: relative;
  margin: 0;
  background-color: #0d1c2c;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  overflow-x: hidden;
}
body.has-modal {
  max-height: 100vh;
  overflow: hidden !important;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

html {
  overflow-x: hidden;
}