@font-face {
    font-family: 'scripterregular';
    src: url('../fonts/scripter-regular.woff2') format('woff2'),
         url('../fonts/scripter-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
#sp-header {
  background: #e09917;
}
#sp-footer, #sp-bottom {
  background: #f1f1f1;
  color: #014e60;
}
@media (min-width:800px){
h1 {
    font-size: 100px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -8px;
    line-height: 0.8;
    text-decoration: none;
    text-transform: uppercase
}
  }
@media (max-width:800px){
h1 {
    font-size: 34px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 0.8;
    text-decoration: none;
    text-transform: uppercase
}
  }

.burger-icon {
  width: 45px;
}
.burger-icon > span {
  height: 4px;
  background-color: #fff;
  margin: 5px 0;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
  margin-top: 5px;
}
.offcanvas-menu {
  background-color: #fff;
  color: #014e60;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #014e60 !important;
}
#sppb-addon-1583139977142 #btn-1583139977142.sppb-btn-custom {
    background-color: rgba(255, 255, 255, 0);
    color: #E09914;
}
#sp-header {
  height: 80px;
  width: 100%;
  position: relative;
  z-index: 99;
  box-shadow: none;
  animation: spFadeIn .5s;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Dosis;
  font-size: 23px;
  line-height: 28px;
}
body {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Dosis;
  font-size: 23px;
  line-height: 28px;
}
.formControls {
  margin-top: 20px;
  margin-bottom: 20px;
}
input, textarea {
  margin-right: 10px;
}
.rsform-submit-button {
  margin-right: 10px;
  margin-left: 10px;
  background-color: rgba(255, 255, 255, 0);
  color: #e09917;
   font-family: scripterregular;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 44px;
  border: none;
  margin-top: 10px;
}
.rsform-submit-button:hover{
  background-color: rgba(255, 255, 255, 0);
  color: #BD0022;
}
.fa-long-arrow-alt-right {
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-variant: normal;
  text-rendering: auto;
  font-style: normal;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #e09917;
  color: #fff;
  border-radius: 50%;
  transition: all .3s;
  text-align: center;
  font-size: 35px;
  float: left;
}
.fa-long-arrow-alt-right:hover {
  background-color: #BD0022;
  color: #fff;
}
.rsform-text-box {
 max-width: 100%;
}
#sp-footer2 p {
  font-size: 14px;
  color: #014e60;
}
#sp-footer a, #sp-bottom a {
  color: #014e60;
}
#sp-footer a:hover, #sp-footer a:active, #sp-footer a:focus, #sp-bottom a:hover, #sp-bottom a:active, #sp-bottom a:focus {
  color: #BD0022;
}
.sppb-blocknumber-text {
   min-height: 150px;
}
.sp-copyright {
   font-size: 26px;
   color: #014e60;
}