@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800);
.newsletter_checkbox {
  display: block;
  position: relative;
  width: 100%; }
  .newsletter_checkbox label {
    display: inline-block;
    width: 220px;
    cursor: pointer; }
  .newsletter_checkbox input[type="checkbox"], .newsletter_checkbox input[type="radio"] {
    position: absolute;
    opacity: 0;
    right: 0;
    height: 10px;
    width: 10px;
    cursor: pointer;
    top: 0;
    z-index: 1; }
    .newsletter_checkbox input[type="checkbox"] + label, .newsletter_checkbox input[type="radio"] + label {
      position: relative;
      padding: 0; }
      .newsletter_checkbox input[type="checkbox"] + label:before, .newsletter_checkbox input[type="radio"] + label:before {
        content: '';
        border: solid 1px #949494;
        display: inline-block;
        vertical-align: text-top;
        width: 8px;
        height: 8px;
        background: white;
        float: right; }
    .newsletter_checkbox input[type="checkbox"]:checked + label:before, .newsletter_checkbox input[type="radio"]:checked + label:before {
      background: #ac6b30; }
    .newsletter_checkbox input[type="checkbox"]:checked + label:after, .newsletter_checkbox input[type="radio"]:checked + label:after {
      content: '';
      position: absolute;
      right: 6px;
      top: 4px;
      background: white;
      width: 2px;
      height: 2px;
      box-shadow: 1px 0 0 white, 3px 0 0 white, 3px -1px 0 white, 3px -3px 0 white, 3px -5px 0 white;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .newsletter_checkbox input[type="checkbox"]:hover + label:before, .newsletter_checkbox input[type="radio"]:hover + label:before {
      background: #ac6b30; }
    .newsletter_checkbox input[type="checkbox"].disabled + label, .newsletter_checkbox input[type="radio"].disabled + label, .newsletter_checkbox input[type="checkbox"][disabled] + label, .newsletter_checkbox input[type="radio"][disabled] + label {
      color: #b8b8b8; }
      .newsletter_checkbox input[type="checkbox"].disabled + label:before, .newsletter_checkbox input[type="radio"].disabled + label:before, .newsletter_checkbox input[type="checkbox"][disabled] + label:before, .newsletter_checkbox input[type="radio"][disabled] + label:before {
        box-shadow: none;
        background: #ddd; }
  .newsletter_checkbox.newsletter_checkbox {
    /* padding: 2px 0; */
    vertical-align: top; }
    .newsletter_checkbox.newsletter_checkbox label {
      width: auto !important;
      color: white;
      font-size: 14px;
      margin: 0;
      letter-spacing: 0.1px;
      font-family: 'Roboto'; }
      .newsletter_checkbox.newsletter_checkbox label span {
        display: inline-block;
        width: calc(100% - 24px);
        vertical-align: top; }
    .newsletter_checkbox.newsletter_checkbox input[type="checkbox"], .newsletter_checkbox.newsletter_checkbox input[type="radio"] {
      right: auto;
      left: 2px;
      margin: 0;
      top: 10px; }
      .newsletter_checkbox.newsletter_checkbox input[type="checkbox"] + label, .newsletter_checkbox.newsletter_checkbox input[type="radio"] + label {
        float: none; }
        .newsletter_checkbox.newsletter_checkbox input[type="checkbox"] + label:before, .newsletter_checkbox.newsletter_checkbox input[type="radio"] + label:before {
          width: 10px;
          height: 10px;
          float: none;
          margin-right: 10px;
          margin-left: 0;
          vertical-align: middle;
          border-radius: 0px;
          border: 1px solid #ac6b30; }
      .newsletter_checkbox.newsletter_checkbox input[type="checkbox"]:checked + label:after, .newsletter_checkbox.newsletter_checkbox input[type="radio"]:checked + label:after {
        right: 0;
        left: 2px;
        top: 7px; }

.mb20px {
  margin-bottom: 20px; }

.ml20px {
  margin-left: 20px; }

.ml10px {
  margin-left: 10px; }

.ml5px {
  margin-left: 5px; }

.w100p {
  width: 100%; }

.w80p {
  width: 80%; }

.w50p {
  width: 50%; }

.w20p {
  width: 20%; }

img[data-mobile-src], img[data-desktop-src] {
  opacity: 0; }

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

a {
  color: #72725b; }

button {
  border: none; }

html, body {
  overflow-x: hidden; }

body {
  position: relative;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  overflow-x: hidden; }

input {
  border-radius: 0; }
  input:focus {
    outline: none; }
  input.wrong {
    border: solid 1px red !important; }
  input.number {
    width: 40px;
    background-color: white;
    border: none;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding-left: 10px;
    height: 40px;
    margin: 10px 0 20px;
    font-family: 'Roboto';
    font-size: 14px; }
    input.number:focus {
      outline: none; }

p {
  margin-top: 0px !important;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 16px;
  color: #575756;
  letter-spacing: 0.25px;
  line-height: 38px; }

.attribute_label {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 16px;
  color: #030304; }

@media (max-width: 1023px) {
  .hide_on_mobile {
    display: none !important; } }

@media (min-width: 1024px) {
  .hide_on_desktop {
    display: none !important; } }

.flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-nowrap {
  flex-wrap: nowrap; }

.align_left {
  text-align: left; }

.align_right {
  text-align: right; }

.align_center {
  text-align: center; }

.wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  padding: 0 20px; }

section#slider {
  padding: 20px 0; }

#content {
  min-height: calc(100vh - 509px);
  margin-top: 80px;
  padding-top: 50px; }
  @media (max-width: 1023px) {
  #content {
    margin-top: 140px;
    padding-top: 20px; } }
  #content .title {
    font-family: 'Roboto Slab';
    font-weight: bold;
    font-size: 32px;
    color: #030304;
    margin-bottom: 10px; }
    @media (max-width: 1023px) {
  #content .title {
    margin-bottom: 12px;
    font-size: 18px; } }
  #content .subtitle {
    margin-top: 0px !important;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    color: #575756;
    display: block;
    letter-spacing: 0.25px;
    line-height: 38px; }
  @media (max-width: 580px) {
  #content iframe {
    width: 100% !important;
    height: auto !important; } }

.line {
  border: 1px solid #efefef;
  width: 100%;
  margin: 15px 0; }

.input {
  width: 100%;
  background-color: white;
  border: none;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding-left: 10px;
  height: 40px;
  margin: 10px 0 20px;
  font-family: 'Roboto';
  font-size: 14px; }

section {
  background: white;
  display: block;
  padding: 100px 0;
  min-height: 350px; }

.btn {
  font-family: 'Roboto Slab';
  background: #ac6b30;
  position: relative;
  color: white;
  width: 250px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  padding: 1px;
  transition: 0.4s;
  box-shadow: 0px 0px 10px 1px rgba(102, 102, 102, 0.5);
  border-radius: 4px;
  border: 1px solid #ac6b30;
  text-transform: uppercase; }
  .btn:hover {
    background-color: #fff;
    color: #ac6b30; }

.border_btn {
  border: 1px solid ;
  position: relative;
  z-index: 9; }

.btn span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.input_checkbox {
  display: block;
  position: relative; }
  .input_checkbox label {
    display: inline-block;
    width: 220px; }
  .input_checkbox input[type="checkbox"], .input_checkbox input[type="radio"] {
    position: absolute;
    opacity: 0;
    right: 0;
    height: 20px;
    width: 20px;
    cursor: pointer;
    top: 10px;
    z-index: 1; }
    .input_checkbox input[type="checkbox"] + label, .input_checkbox input[type="radio"] + label {
      position: relative;
      padding: 0;
      width: 213px; }
      .input_checkbox input[type="checkbox"] + label:before, .input_checkbox input[type="radio"] + label:before {
        content: '';
        border: solid 1px #949494;
        display: inline-block;
        vertical-align: text-top;
        width: 16px;
        height: 16px;
        background: white;
        float: right; }
    .input_checkbox input[type="checkbox"]:checked + label:before, .input_checkbox input[type="radio"]:checked + label:before {
      background: #ac6b30; }
    .input_checkbox input[type="checkbox"]:checked + label:after, .input_checkbox input[type="radio"]:checked + label:after {
      content: '';
      position: absolute;
      right: 12px;
      top: 9px;
      background: white;
      width: 2px;
      height: 2px;
      box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .input_checkbox input[type="checkbox"]:hover + label:before, .input_checkbox input[type="radio"]:hover + label:before {
      background: #ac6b30; }
    .input_checkbox input[type="checkbox"].disabled + label, .input_checkbox input[type="radio"].disabled + label, .input_checkbox input[type="checkbox"][disabled] + label, .input_checkbox input[type="radio"][disabled] + label {
      color: #b8b8b8; }
      .input_checkbox input[type="checkbox"].disabled + label:before, .input_checkbox input[type="radio"].disabled + label:before, .input_checkbox input[type="checkbox"][disabled] + label:before, .input_checkbox input[type="radio"][disabled] + label:before {
        box-shadow: none;
        background: #ddd; }
  .input_checkbox.input_checkbox {
    vertical-align: top;
    padding: 2px 0; }
    .input_checkbox.input_checkbox label {
      width: auto !important;
      line-height: 25px;
      color: #666;
      font-size: 14px;
      margin: 0;
      letter-spacing: 0.1px;
      font-family: 'Roboto'; }
    .input_checkbox.input_checkbox input[type="checkbox"], .input_checkbox.input_checkbox input[type="radio"] {
      right: auto;
      left: 0;
      margin: 0;
      top: 5px; }
      .input_checkbox.input_checkbox input[type="checkbox"] + label, .input_checkbox.input_checkbox input[type="radio"] + label {
        float: none; }
        .input_checkbox.input_checkbox input[type="checkbox"] + label:before, .input_checkbox.input_checkbox input[type="radio"] + label:before {
          width: 20px;
          height: 20px;
          float: none;
          margin-right: 20px;
          margin-left: 7px;
          vertical-align: middle;
          border-radius: 0px;
          border: 1px solid #e2e2e1; }
      .input_checkbox.input_checkbox input[type="checkbox"]:checked + label:after, .input_checkbox.input_checkbox input[type="radio"]:checked + label:after {
        right: 0;
        left: 13px;
        top: 12px; }

select:not([multiple]) {
  font-family: 'Roboto';
  font-size: 13px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0px;
  background: white url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 24 24'><path fill='black' d='M1.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding: 0 30px 0 22px;
  margin: 0;
  vertical-align: baseline;
  margin-right: 20%;
  background-color: #fff;
  border: 1px solid #e2e2e1;
  height: 47px;
  color: #414145;
  outline: none; }

input {
  border-radius: 0; }
  input:focus {
    outline: none; }
  input.wrong {
    border: solid 1px red !important; }
  input.number {
    width: 40px;
    background-color: white;
    border: none;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding-left: 10px;
    height: 40px;
    margin: 10px 0 20px;
    font-family: 'Roboto';
    font-size: 14px; }
    input.number:focus {
      outline: none; }

.grecaptcha-badge {
  display: none; }

.open_tooltip {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #7a8591; }
  .open_tooltip:before {
    content: '\f128';
    font-size: 11px;
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    top: -12px;
    width: 12px;
    height: 12px;
    text-align: center; }
  .open_tooltip .tip {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    background: white;
    filter: drop-shadow(#888 0px 0 2px);
    border: solid 1px #efefef;
    z-index: 100;
    margin-top: -15px;
    margin-left: 15px;
    padding: 10px;
    color: #030304;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    text-transform: none; }
    .open_tooltip .tip:before {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-top: 13px solid transparent;
      border-bottom: 13px solid transparent;
      border-right: 13px solid #fff;
      margin-left: -13px;
      top: 0;
      left: 0; }
    .open_tooltip .tip:after {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-right: 15px solid #efefef;
      margin-left: -15px;
      z-index: -1;
      top: -1px;
      left: 0; }
  .open_tooltip:hover .tip {
    display: inline-block; }

@media (max-width: 1023px) {
  .show_on_mobile {
    display: inline-flex !important; } }

@media (min-width: 1023px) {
  .show_on_desktop {
    display: inline-flex !important; } }
