html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    border-radius: 4px;
    margin-bottom: 15px;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width:20px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  /*   color: #00b0e1; */
  text-decoration: underlined;
}

ul, ol {
  list-style-position: inside;
}

.btn {
  display: inline-block;
  font-weight: 500;
  padding: 8px 28px;
  cursor: pointer;
  box-shadow: rgb(17 17 17 / 23%) 0px 1px 2px;
  border-radius: 4px;
}

.btn--red {
  color: #fff;
  background: linear-gradient(90deg, rgb(166, 25, 46) 15.63%, rgb(143, 5, 47) 100%);
}

.btn--white {
  border: 2px solid rgb(248, 248, 248);
}

.btn--white:hover {
  color: rgb(166, 25, 46);
}

.container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.container--error {
  padding: 60px 0;
}

.container--subs {
  padding: 60px 0 80px 0;
}

h1, h2, h3 {
  font-family: Roboto;
}

h1 {
  font-size: calc(50px * 0.6) !important;
  font-weight: 200;
  margin-bottom: 32px;
}

h2 {
  font-size: calc(50px * 0.6) !important;
  font-weight: 200;
  margin-bottom: 28px;
}

h3 {
  font-size: calc(17px * 0.6) !important;
  font-weight: 500;
  margin-bottom: 20px;
}

.center {
  text-align: center;
}

/* form styles */

form {
  background: rgb(166, 25, 46);
  padding: 20px;
  border-radius: 8px;
  color: #fff;
  max-width: 376px;
}

form input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border: none;
  border-radius: 4px;
  margin-bottom: 15px;
}

input[type=checkbox] {
  width: 20px !important;
  height: 20px;
  border-radius: 10px;
  margin-bottom: 0;
}

fieldset .input input[type="text"].hs-input, 
fieldset .input input[type="email"].hs-input,
fieldset .input input[type="tel"].hs-input {
  width: 100%;
  padding: 10px 5px;
  border: 1px solid #000;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  border: 1px solid #80bdff;
  outline: 0;
  transition: all 0.2s ease;
}

label {
  font-size: 15px;
  color: #ffffff }};
  font-weight: 700;
}

.hs-form-field {
  margin-bottom: 15px;
}

.hs-form-booleancheckbox-display {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  width:20px
}

.legal-consent-container {
  font-size: 12px;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  font-size: 13px;
  color: #fff;
  margin-left: 30px !important;
}

.inputs-list,
.hs-error-msgs {
  list-style: none;
   margin-bottom:15px;
}

.hs-error-msg {
  color: white;
  font-size: 12px;
}

.hs-submit {
  margin-top: 20px;
}

.hs-submit input[type=submit] {
  padding: 8px 24px 6px 24px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.hs-submit input[type=submit]:hover {
  opacity: 0.9;
}

/*hs styles update*/
.span12 {
  width: 100%;
}

/*menu updates*/

.menu-bar,
.menu-bar::before, 
.menu-bar::after {
  background: #000;
}

/*subs*/
.email-prefs .item-inner {
  background-color: #eee;
  border-radius: 8px;
  padding: 6px 20px;
  margin-bottom: 20px;
}

.email-prefs .item-inner {
  background-color: #eee;
  border-radius: 8px;
  padding: 6px 20px;
  margin-bottom: 20px;
}

.email-prefs .item-inner p {
  font-size: 12px;
  padding-left: 18px;
}

.subscribe-options {
  margin-bottom: 20px;
}

.container--subs input[type="submit"] {
  padding: 10px 16px 8px 16px;
  border: 0;
  border-radius: none;
  cursor: pointer;
}

.container--subs input[type="submit"]:hover {
  opacity: 0.9;
}



/* OWL CAROUSEL */
.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-next, .owl-prev {
  width: 15px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  display: block !important;
  border:0px solid black;
}

.owl-next span, .owl-prev span {
  color: rgba(17, 17, 17, 0.4);
  font-size: 50px;
}

.owl-carousel .owl-item img {
  margin: 0 auto;
}

.owl-nav button {
  margin-bottom: initial !important;
  height: initial !important;
  width: initial !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
   background: transparent !important;
}
  



@media (min-width: 480px) {
  h1 {
    font-size: calc(50px * 0.8) !important;
  }

  h2 {
    font-size: calc(50px * 0.8) !important;
  }

  h3 {
    font-size: calc(17px *0.8) !important;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 50px !important;
  }

  h2 {
    font-size: 50px !important;
  }

  h3 {
    font-size: 17px !important;
  }

  .container--subs {
    padding: 60px 0 100px 0; 
  }

  .container--error {
    padding: 120px 0 160px 0;
  }
}