* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}
body.dark-background, .dark-background{
    background: var(--color-light-white);
}
body.stop-scrolling{
    overflow: hidden;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

svg:not(:root) {
    overflow: hidden;
}

button,
select {
    text-transform: none;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
button,
[type='button'],
[type='reset'] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button;
}
.w-form {
    margin: 0 0 15px;
}
.w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd;
}
.w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
    color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
    color: #999;
}
.w-input:focus,
.w-select:focus {
    border-color: #3898EC;
    outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
    height: auto;
}
.w-select {
    background-color: #f3f3f3;
}
.w-select[multiple] {
    height: auto;
}
.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px;
}

.dropdown.form-style{
    width: 100%;
    position: relative;
    border: 1px solid var(--color-black-transparent);
    border-radius: 15px;
}
.dropdown.form-style select{
    width: 100%;
    box-sizing: border-box;
    padding: 27px 16px 9px 16px;
    border: none;
    color: var(--gray);
    background: transparent;
    position: relative;
    -webkit-appearance:none;
    appearance:none;
    -moz-appearance:none;
    z-index: 2;
}
.dropdown.form-style select option{
    color: #444;
}
.dropdown.form-style i{
    width: 40px;
    color: var(--color-blue);
    position: absolute;
    bottom: 0; right: 0; 
    padding: 9px 12px;
    box-sizing: border-box;
    font-size: 22px;
    z-index: 1;
}
.error .dropdown.form-style, .error .dropdown.form-style i{
    border-color: var(--color-red);
    color: var(--color-red);
}


/*Changed field border width, changed max width from 430 - 428.5*/
.form-item{
    position: relative;
}
.form-style-label{
    position: absolute;
    top: 9px; left: 16px;
    font-size: 12px;
    color: var(--color-blue);
    display: none;
}
.hovered .form-style-label, .dropdown .form-style-label{
    display: block;
}
.error .form-style-label{
    color: var(--color-danger);
    display: block;
}
input[type="text"].form-style, input[type="number"].form-style,
input[type="email"].form-style, input[type="password"].form-style,
textarea.form-style{
    background: transparent;
    border: 1px solid var(--color-black-transparent);
    border-radius: 15px;
    padding: 18px 16px;
    color: var(--color-black);
    width: 100%;
    font-family: var(--main-font);
    position: relative;
}
.hovered input[type="text"].form-style, .hovered input[type="number"].form-style,
.hovered input[type="email"].form-style, .hovered input[type="password"].form-style,
.hovered textarea.form-style, 
.error input[type="text"].form-style, .error input[type="number"].form-style,
.error input[type="email"].form-style, .error input[type="password"].form-style{
    padding: 27px 16px 9px 16px;
}
button.form-style{
    font-family: var(--main-font);
}
textarea.form-style{
    min-height: 120px;
    margin: 0;
    vertical-align: bottom;
    padding: 16px 19px;
}
input::placeholder, textarea::placeholder {
    color: var(--color-dark-black-half-opacity);
}
input[type="text"].form-style:hover, input[type="number"].form-style:hover,
input[type="email"].form-style:hover, input[type="password"].form-style:hover,
textarea.form-style:hover{

}
input[type="text"].form-style:focus:not([name="q"]), input[type="number"].form-style:focus,
input[type="email"].form-style:focus, input[type="password"].form-style:focus,
textarea.form-style:focus{
    border-color: var(--color-blue);
    outline:none;
    z-index: 1000 !important;
    position: relative !important;
    padding: 27px 16px 9px 16px;
}

input[name="q"].form-style:focus {
        border-width: 2px;
    padding: 16px 19px;
    border-color: var(--color-black);
    border-radius: 0 !important;
    outline:none;
}
.error input[type="text"].form-style, .error input[type="number"].form-style,
.error input[type="email"].form-style, .error input[type="password"].form-style,
.error textarea.form-style{
    border-color: var(--color-danger);
    color: var(--color-danger);
}
input[type="text"].form-style:disabled, input[type="number"].form-style:disabled,
input[type="email"].form-style:disabled, input[type="password"].form-style:disabled,
textarea.form-style:disabled{
    background: #e5e5e5;
}
.form-item .label.form-style{
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 20px;
}
.input-text.form-style{
    background: transparent;
    border: 1px solid var(--color-black-transparent);
    border-radius: 15px;
    padding: 18px 16px;
    color: var(--color-black);
    width: 100%;
    font-family: var(--main-font);
    position: relative;
    /*
    background: transparent;
    border: 1px solid var(--color-dark-gray);
    padding: 17px 20px;
    color: var(--color-black);
    max-width: 430px;
    width: 100%;
    */
}
.input-text.form-style.disabled{
    border-color: var(--color-dark-gray3);
    background: var(--color-dark-gray);
    color: var(--color-dark-black-half-opacity);
}
.error-text{
    position: absolute;
    font-size: 12px;
    line-height: 1em;
    top: 5px; left: 20px;
    color: #BF3D3D;
    font-weight: 300;
    display: none;
}
.error-text-after{
    font-size: 12px;
    line-height: 1em;
    color: #BF3D3D;
    font-weight: 300;  
    text-align: left;
}
.error-text-after span{
    
}
.error .error-text{
    display: block;
}





.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}

.checkbox,
.radio{
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox input,
.radio input{
    position: absolute;
    opacity: 0;
}
.checkbox label,
.radio label{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    padding-left: 28px;
    color: var(--color-black);
    padding-bottom: 0;
    position: relative;
}
.checkbox label .sub-label,
.radio label .sub-label{
    color: var(--color-dark-black-half-opacity);
}
.checkbox label a,
.radio label a{
    text-decoration: underline;
    color: var(--color-black);
    font-weight: 600;
}
.checkbox label::before{
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 20px; height: 20px;
    background-color: var(--color-white);
    border: 2px solid var(--color-black);
    border-radius: 5px;
    box-sizing: border-box;
}
.error .checkbox label::before,
.checkbox.error label::before,
.error .radio label::before,
.radio.error label::before{
    border-color: #BF3D3D;
}
.radio label::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 20px; height: 20px;
    background-color: var(--color-white);
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    box-sizing: border-box;
}
.checkbox input:disabled ~ label{
    color: var(--color-light-gray);
}
.checkbox input:disabled ~ label::before{
    background: var(--color-light-white);
}
.checkbox:hover input:not(disabled) ~ label::before,
.radio:hover input:not(disabled) ~ label::before{
    background: var(--color-light-white);
}
.checkbox input:checked ~ label::before{
    background-color: var(--color-blue);
    border-color:  var(--color-blue);
}
.radio input:checked ~ label::before{
    border-color:  var(--color-blue);
}
.checkbox input:checked ~ label::after,
.radio input:checked ~ label::after{
    content: "";
    display: block;
    position: absolute;
}
.checkbox input:checked ~ label::after{
    left: 6px; top: 1px;
    width: 8px; height: 13px;
    border: solid var(--color-white);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.radio input:checked ~ label::after{
    top: 5px; left: 5px;
    width: 10px; height: 10px;
    border-radius: 50%;
    background: var(--color-blue);
}

.pagination{
    text-align: center;
    margin-bottom: 0;
    margin-top: 25px;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    display: block;
}
.pagination li{
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}
.pagination li.disabled span{
    display: inline-block;
    background: transparent;
    vertical-align: middle;
    padding: 0 10px;
    color: #58390D;
    font-size: 22px;
    width: auto; height: auto;
}
.pagination li a{
    width: 45px; height: 45px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 7px;
    background: #333;
    color: white;
    font-size: 18px;
    line-height: 1.5em;
    box-sizing: border-box;
}
.pagination li.active span,
.pagination li:hover a{
    width: 45px; height: 45px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 7px;
    background: var(--color-dark-black) !important;
    border-color: var(--color-dark-black) !important;
    color: var(--color-white);
    font-size: 16px;
    line-height: 1.5em;
    box-sizing: border-box;
}
.pagination li a[rel="prev"],
.pagination li a[rel="next"],
.pagination li.disabled span{
    display: inline-block;
    background: transparent ;
    vertical-align: middle;
    padding: 0 10px;
    color: var(--color-black) !important;
    font-size: 22px;
    width: auto; height: auto;
    background: transparent !important;
}
.pagination li.disabled span{
    color: var(--color-dark-gray2) !important;
}
.pagination li:hover a[rel="prev"],
.pagination li:hover a[rel="next"]{
    background: transparent !important;
}

#breadcrumps{
    background: var(--color-light-white);
}
#breadcrumps.white-background{
    background: var(--color-white);
}
#breadcrumps .container{
    position: relative;
}
#breadcrumps .module-content{
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
#breadcrumps .module-content::after {
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(#e1f549), color-stop(33%, #29d0be), color-stop(66%, #89c6ee), to(#cc7bff));
    background-image: linear-gradient(90deg, #e1f549, #29d0be 33%, #89c6ee 66%, #cc7bff);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
}
#breadcrumps.without-border .module-content{
}
#breadcrumps.without-border .module-content::after{
    content: none;
}

#breadcrumps .item{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: var(--color-black-c1a);
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 0;
}
#breadcrumps .item a{
    color: var(--color-black-c1a-link);
}
#breadcrumps .item.last-item a{
    color: var(--color-black-c1a);
}
#breadcrumps .item:last-child::after{
    content: none;
}
#breadcrumps .devider{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: var(--color-black-c1a);
}
#breadcrumps .devider::after{
    content: "/ ";
    white-space: pre;
    padding: 0 3px;
    color: var(--color-black-c1a-link);
    display: inline-block;
}

.bg-gray{
    background: var(--color-light-white);
}

body .noUi-target{
    background: var(--color-light-gray);
}
body .noUi-horizontal{
    height: 3px;
}
body .noUi-handle{
    background: var(--color-white);
    border: 2px solid var(--color-green);
    border-radius: 50%;
}
body .noUi-horizontal .noUi-handle{
    width: 23px; height: 23px;
    top: -11px;
}
body .noUi-connect{
    background: var(--color-green);
}
.col-left-column{
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-range-slider{
    padding-top: 55px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--color-light-gray-ce);
}
.col-range-slider .slider-labels{
    position: absolute;
    width: calc( 100% - 30px );
    bottom: 50px;
    left: 15px; right: 15px;
    color: var(--color-light-gray);
}
.col-range-slider .slider-labels .price_lower_label{
    position: absolute;
    left: 0; bottom: 0;
}
.col-range-slider .slider-labels .price_upper_label{
    position: absolute;
    right: 0; bottom: 0;
    
}

/* checkbox style */
.checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 15px;
    padding-left: 15px;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid black;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #f1f1f1;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #007BFF;
  border: 2px solid #007BFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  top: 0;
  left: 4px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* dropdown */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 15px;
  width: 100%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content.show{
    display: block;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}


.dropdown a:hover {background-color: #ddd;}

.notification-custom .dark.button{
    margin-top: 15px;
    padding: 15px 30px;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    background: #B20000;
    border: 0px solid #B20000;
    position: relative;
    display: inline-block;
    width: 270px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
.notification-custom button{
    margin-top: 15px;
    padding: 15px 30px;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    line-height: 1.1;
    background: #005CAA;
    border: 0px solid #005CAA;
    position: relative;
    display: inline-block;
    width: 270px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
.popup-window-wrapper, body #cookie-bar{
    position: fixed;
    background: rgba(45, 45, 45, 0.75);
    left: 0; top: 0;
    width: 100%; height: 100%; 
    z-index: 9998;
    display: none;
}
.popup-window-wrapper{
    z-index: 99999;
}
.popup-window-wrapper .popup-content{
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc( 100vh - 180px );
}
body #cookie-bar{
    display: block;
}
.popup-window{
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: calc( 100% - 40px );
    height: calc( 100% - 40px );
    max-width: 1000px; max-height: 100%;
    background: white;
    padding: 50px 50px;
    border-radius: 15px;
    z-index: 9999;
}
body #cookie-bar .content{
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 1000px; max-height: 100%;
    background: white;
    padding: 50px;
    z-index: 9999;
}
.search-popup-window{
    position: absolute;
    top: 56px; left: 0;
    width: 100%;
    background: var(--color-white);
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 10;
    display: none;
}
.search-popup-window .close{
    top: -30px;
}
body #cookie-bar .content{
    background: var(--color-white);
}
body #cookie-bar .content .buttons{
    margin-top: 30px;
}
body #cookie-bar .cb-enable{
    display: inline-block;
    color: var(--color-green);
    background: transparent;
    border: 2px solid var(--color-green);
    font-size: 16px;
    line-height: 1.44em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 17px 32px;
    text-align: center;
    cursor: pointer;
}
body #cookie-bar .cb-enable:hover{
    background: var(--color-green);
    color: white;
}

.popup-window.style-dark{
    background: var(--color-white);
}
.popup-window.style-zebra{
    background: var(--color-white);
    padding: 0;
}
.popup-window.style-zebra h3.popuptitle{
    background: var(--color-light-white);
    padding: 32px 50px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 0;
}
.popup-window.style-zebra .popup-content{
    margin-top: 32px; 
    margin-bottom: 32px;
    max-height: calc( 100vh - 170px );
    padding-left: 50px;
    padding-right: 50px;
}
.popup-window.style-zebra .close{
    top: 25px;
}
.popup-window.style-medium{
     max-width: 750px; 
}
.popup-window.style-small{
     max-width: 600px; 
}
.popup-window.style-height-auto{
    height: auto;
}
.popup-window.padding-30{
    padding: 33px 44px;
}
.popup-window.padding-30 .close{
    top: 26px;
}
.close{
    position: absolute;
    top: 50px;
    right: 50px;
    bottom: auto;
    width: 30px;
    height: 30px;
    min-height: 30px;
    padding-left: 0px;
    border: 1px solid #000;
    border-radius: 20px;
    background-image: url('/images/assets/closing-icon-main.svg');
    background-position: 50% 50%;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
button.close{
    border: 1px solid #000;
}
.close:hover{
    opacity: 1;
}
.loading{
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(45, 45, 45, 0.5) url(/images/assets/loader.gif) no-repeat center center;
    background-size: 50% auto;
    z-index: 99999;
    display: none;
}
/*input field pop up*/
.popup-window .form-item input[type="text"], .popup-window .form-item input[type="number"], 
.popup-window .form-item input[type="email"], .popup-window .form-item input[type="password"], 
.popup-window .form-item textarea {
    /*
    border-radius:0;
    margin-top: -2px;
    */
}
.mb-6{
    margin-bottom: 80px;
}
.popup-window h3{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}
.popup-status{
    margin-bottom: 40px;
}
.popup-status .icon{
}
.popup-status img{
    max-height: 190px;
}
.popup-status .name{
    font-weight: bold;
    font-size: 32px;
}
label.form-label{
    font-weight: normal;
    font-size: 12px;
    line-height: 0;
    color: var(--color-black-c1a-link);
    margin-bottom: 0;
}

.popup-content h2.success-title{
    font-weight: bold;
    font-size: 24px;
    color: var(--color-green);
    text-align: center;
}
.popup-content h2.success-title::after{
    content: "";
    position: relative;
    width: 26px; height: 22px;
    background: url(/images/assets/checked.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    margin-left: 27px;
}

.text-underline{
    text-decoration: underline !important;
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
button.button-link {
  color: var(--color-green);
  font-weight: 700;
  border: none;
  background: transparent;
}

.loading{
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(45, 45, 45, 0.5) url(/images/assets/loader.gif) no-repeat center center;
    background-size: 50% auto;
    z-index: 99999;
    display: none;
}
.notification{
    position: fixed;
    top: 0; right: 0;
    opacity: 0;
    animation-name: fading;
    animation-duration: 1s;
    z-index: 100000;
}
.notification.a{
    opacity: 1;
}
.notification.success{
    background: #2EB4A5;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 0;
width:100%;
text-align: center;
}
.notification.error{
    background: #B42E2E;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 0;
    width:100%;
    text-align: center;
}

button.submit, a.submit{
    display: inline-block;
    background: var(--color-button);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.44em;
    color: var(--color-white);
    padding: 15px 30px;
    text-align: center;
    border: none;
    cursor: pointer;
    max-width: 100%;
    border-radius: 15px;
}
button.submit.empty, a.submit.empty{
    color: var(--color-black-c1a-link);
    background: transparent;
    border: 2px solid var(--color-light-gray);
    border-radius: 15px;
}
button.submit.empty.green-button, a.submit.empty.green-button{
    color: var(--color-green);
    background: transparent;
    border: 2px solid var(--color-green);
    border-radius: 15px;
}
button.submit.empty.blue-button, a.submit.empty.blue-button{
    color: var(--color-blue);
    background: transparent;
    border: 1px solid var(--color-blue);
    border-radius: 15px;
}
button.text-link, a.text-link, .button.text-link{
    color: var(--color-blue);
    font-weight: 600;
    border: none;
    background: transparent;
}

.g-recaptcha > div > div{
  margin: 4px auto !important;
  text-align: center;
  width: auto !important;
  height: auto !important;
}

.success-icon{
    display: inline-block;
    background: url(/images/assets/success-icon-green.svg) no-repeat center center;
    border: 9px solid var(--color-success-shade);
    width: 50px; height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

h1.section-title {
  color: var(--color-black);
  text-transform: none;
  text-align: left;
  position: relative;
  padding-bottom: 50px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3em;
}
h1.section-title .info {
  display: block;
  font-weight: normal;
  font-size: 16px;
}
.row-margin-6{
    margin-left: -6px;
    margin-right: -6px;
}
.row-margin-6 .col, .row-margin-6 .col-2, .row-margin-6 .col-3,
.row-margin-6 .col-4, .row-margin-6 .col-5, .row-margin-6 .col-6,
.row-margin-6 .col-7, .row-margin-6 .col-8, .row-margin-6 .col-9,
.row-margin-6 .col-10, .row-margin-6 .col-11, .row-margin-6 .col-12{
    padding-left: 3px;
    padding-right: 3px;
}

.text-decoration-line-through{
    text-decoration: line-through;
}

.pb-5{
    padding-bottom: 48px;
}
.mb-5{
    margin-bottom: 48px;
}

.toggle-hidden-password{
    width: 22px;
    height: 22px;
    cursor: pointer;
    border: none;
    background: transparent;
    color: var(--color-black-c1a-link);
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1001;
}

.row.row-space-16{
    margin-left: -8px;
    margin-right: -8px;
}
.row.row-space-16 > div[class*="col"]{
    padding-left: 8px;
    padding-right: 8px;
}