.post-code__form--input svg path {
   fill: #465049;
}
.find-broker__form--input svg path {
   fill: #465049;
}
.pie_progress {
   position: relative;
   text-align: center;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
}
.pie_progress__svg {
   position: relative;
   display: inline-block;
   width: 100%;
   padding-bottom: 100%;
   overflow: hidden;
   vertical-align: middle;
}

.review-items__item img{
   width: 68px;
   height: 69px;
}

.tp_rev_grid .tp_rev{
   display: ruby;
}

.tp_stars_rating .tp_stars{
   width: 26px;
}

.tp_stars_rating{
   margin-bottom: 5px;
}
.tp_change{
   border-radius: 8px;
   border: 0.827px solid  #465049;
   background: white;
   padding : 16px !important;
   max-width: 200px !important;
}
.tp_rev_grd{
   margin-bottom: 5px;
}

.pie_progress__svg svg {
   position: absolute;
   top: 0;
   left: 0;
   display: inline-block;
   width: 100%;
   height: 100%;
   margin: 0 auto;
}
.pie_progress__content, .pie_progress__number, .pie_progress__label, .pie_progress__icon {
   position: absolute;
   top: 50%;
   left: 0;
   width: 100%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}
.pie_progress__number {
   font-size: 42px;
}
.pie_progress__label {
   margin-top: 32px;
   font-size: 12px;
}
.select2-container {
   box-sizing: border-box;
   display: inline-block;
   margin: 0;
   position: relative;
   vertical-align: middle;
}
.select2-container .select2-selection--single {
   box-sizing: border-box;
   cursor: pointer;
   display: block;
   height: 28px;
   user-select: none;
   -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
   display: block;
   padding-left: 8px;
   padding-right: 20px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
   background-color: transparent;
   border: none;
   font-size: 1em;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
   padding-right: 8px;
   padding-left: 20px;
}
.select2-container .select2-selection--multiple {
   box-sizing: border-box;
   cursor: pointer;
   display: block;
   min-height: 32px;
   user-select: none;
   -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
   display: inline;
   list-style: none;
   padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
   background-color: transparent;
   border: none;
   font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
   box-sizing: border-box;
   border: none;
   font-size: 100%;
   margin-top: 5px;
   margin-left: 5px;
   padding: 0;
   max-width: 100%;
   resize: none;
   height: 18px;
   vertical-align: bottom;
   font-family: sans-serif;
   overflow: hidden;
   word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
   -webkit-appearance: none;
}
.select2-dropdown {
   background-color: white;
   border: 1px solid #aaa;
   border-radius: 4px;
   box-sizing: border-box;
   display: block;
   position: absolute;
   left: -100000px;
   width: 100%;
   z-index: 1051;
}
.select2-results {
   display: block;
}
.select2-results__options {
   list-style: none;
   margin: 0;
   padding: 0;
}
.select2-results__option {
   padding: 6px;
   user-select: none;
   -webkit-user-select: none;
}
.select2-results__option--selectable {
   cursor: pointer;
}
.select2-container--open .select2-dropdown {
   left: 0;
}
.select2-container--open .select2-dropdown--above {
   border-bottom: none;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
   border-top: none;
   border-top-left-radius: 0;
   border-top-right-radius: 0;
}
.select2-search--dropdown {
   display: block;
   padding: 4px;
}
.select2-search--dropdown .select2-search__field {
   padding: 4px;
   width: 100%;
   box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
   -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
   display: none;
}
.select2-close-mask {
   border: 0;
   margin: 0;
   padding: 0;
   display: block;
   position: fixed;
   left: 0;
   top: 0;
   min-height: 100%;
   min-width: 100%;
   height: auto;
   width: auto;
   opacity: 0;
   z-index: 99;
   background-color: #fff;
   filter: alpha(opacity=0);
}
.select2-hidden-accessible {
   border: 0 !important;
   clip: rect(0 0 0 0) !important;
   -webkit-clip-path: inset(50%) !important;
   clip-path: inset(50%) !important;
   height: 1px !important;
   overflow: hidden !important;
   padding: 0 !important;
   position: absolute !important;
   width: 1px !important;
   white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
   background-color: #fff;
   border: 1px solid #969696;
   border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
   color: #444;
   line-height: normal;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
   cursor: pointer;
   float: right;
   font-weight: bold;
   height: 26px;
   margin-right: 20px;
   padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
   color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
   height: 26px;
   position: absolute;
   top: 1px;
   right: 1px;
   width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
   border-color: #888 transparent transparent transparent;
   border-style: solid;
   border-width: 5px 4px 0 4px;
   height: 0;
   left: 50%;
   margin-left: -4px;
   margin-top: -2px;
   position: absolute;
   top: 50%;
   width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
   float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
   left: 1px;
   right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
   background-color: #eee;
   cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
   display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
   border-color: transparent transparent #888 transparent;
   border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
   background-color: white;
   border: 1px solid #aaa;
   border-radius: 4px;
   cursor: text;
   padding-bottom: 5px;
   padding-right: 5px;
   position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
   padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
   cursor: pointer;
   font-weight: bold;
   height: 20px;
   margin-right: 10px;
   margin-top: 5px;
   position: absolute;
   right: 0;
   padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
   background-color: #e4e4e4;
   border: 1px solid #aaa;
   border-radius: 4px;
   box-sizing: border-box;
   display: inline-block;
   margin-left: 5px;
   margin-top: 5px;
   padding: 0;
   padding-left: 20px;
   position: relative;
   max-width: 100%;
   overflow: hidden;
   text-overflow: ellipsis;
   vertical-align: bottom;
   white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
   cursor: default;
   padding-left: 2px;
   padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
   background-color: transparent;
   border: none;
   border-right: 1px solid #aaa;
   border-top-left-radius: 4px;
   border-bottom-left-radius: 4px;
   color: #999;
   cursor: pointer;
   font-size: 1em;
   font-weight: bold;
   padding: 0 4px;
   position: absolute;
   left: 0;
   top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
   background-color: #f1f1f1;
   color: #333;
   outline: none;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
   margin-left: 5px;
   margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
   padding-left: 5px;
   padding-right: 2px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
   border-left: 1px solid #aaa;
   border-right: none;
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
   float: left;
   margin-left: 10px;
   margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
   border: solid black 1px;
   outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
   background-color: #eee;
   cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
   display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
   border-top-left-radius: 0;
   border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
   border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
   background: transparent;
   border: none;
   outline: 0;
   box-shadow: none;
   -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
   max-height: 200px;
   overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
   padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
   padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
   margin-left: -1em;
   padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
   margin-left: -2em;
   padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
   margin-left: -3em;
   padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
   margin-left: -4em;
   padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
   margin-left: -5em;
   padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
   padding: 0;
}
.select2-container--default .select2-results__option--disabled {
   color: #999;
}
.select2-container--default .select2-results__option--selected {
   background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
   background-color: #5897fb;
   color: white;
}
.select2-container--default .select2-results__group {
   cursor: default;
   display: block;
   padding: 6px;
}
.select2-container--classic .select2-selection--single {
   background-color: #f7f7f7;
   border: 1px solid #aaa;
   border-radius: 4px;
   outline: 0;
   background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
   background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
   background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
   border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
   color: #444;
   line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
   cursor: pointer;
   float: right;
   font-weight: bold;
   height: 26px;
   margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
   color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
   background-color: #ddd;
   border: none;
   border-left: 1px solid #aaa;
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
   height: 26px;
   position: absolute;
   top: 1px;
   right: 1px;
   width: 20px;
   background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
   background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
   background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
   border-color: #888 transparent transparent transparent;
   border-style: solid;
   border-width: 5px 4px 0 4px;
   height: 0;
   left: 50%;
   margin-left: -4px;
   margin-top: -2px;
   position: absolute;
   top: 50%;
   width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
   float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
   border: none;
   border-right: 1px solid #aaa;
   border-radius: 0;
   border-top-left-radius: 4px;
   border-bottom-left-radius: 4px;
   left: 1px;
   right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
   border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
   background: transparent;
   border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
   border-color: transparent transparent #888 transparent;
   border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
   border-top: none;
   border-top-left-radius: 0;
   border-top-right-radius: 0;
   background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
   background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
   background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
   border-bottom: none;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
   background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
   background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
   background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
   background-color: white;
   border: 1px solid #aaa;
   border-radius: 4px;
   cursor: text;
   outline: 0;
   padding-bottom: 5px;
   padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
   border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
   display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
   background-color: #e4e4e4;
   border: 1px solid #aaa;
   border-radius: 4px;
   display: inline-block;
   margin-left: 5px;
   margin-top: 5px;
   padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
   cursor: default;
   padding-left: 2px;
   padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
   background-color: transparent;
   border: none;
   border-top-left-radius: 4px;
   border-bottom-left-radius: 4px;
   color: #888;
   cursor: pointer;
   font-size: 1em;
   font-weight: bold;
   padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
   color: #555;
   outline: none;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
   margin-left: 5px;
   margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
   padding-left: 5px;
   padding-right: 2px;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
   border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
   border-top: none;
   border-top-left-radius: 0;
   border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
   border-bottom: none;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
   border: 1px solid #aaa;
   outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
   outline: 0;
   box-shadow: none;
}
.select2-container--classic .select2-dropdown {
   background-color: white;
   border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
   border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
   border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
   max-height: 200px;
   overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
   padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
   color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
   background-color: #3875d7;
   color: white;
}
.select2-container--classic .select2-results__group {
   cursor: default;
   display: block;
   padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
   border-color: #5897fb;
}

font-face {
   font-family: "Poppins Black";
   src: local("Poppins-Black"), url("/wp-content/themes/perfect-broker03.11.22/resources/assets/fonts/poppins/Poppins-Black.ttf") format("truetype");
}
@font-face {
   font-family: "Poppins Bold";
   src: local("Poppins-Bold"), url("/wp-content/themes/perfect-broker03.11.22/resources/assets/fonts/poppins/Poppins-Bold.ttf") format("truetype");
}
@font-face {
   font-family: "Poppins Extra Bold";
   src: local("Poppins-ExtraBold"), url("/wp-content/themes/perfect-broker03.11.22/resources/assets/fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
}
@font-face {
   font-family: "Poppins Extra Light";
   src: local("Poppins-ExtraLight"), url("/wp-content/themes/perfect-broker03.11.22/resources/assets/fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
}
@font-face {
   font-family: "Poppins Light";
   src: local("Poppins-Light"), url("/wp-content/themes/perfect-broker03.11.22/resources/assets/fonts/poppins/Poppins-Light.ttf") format("truetype");
}
@font-face {
   font-family: "Poppins Medium";
   src: local("Poppins-Medium"), url("/wp-content/themes/perfect-broker03.11.22/resources/assets/fonts/poppins/Poppins-Medium.ttf") format("truetype");
}
@font-face {
   font-family: "Poppins Regular";
   src: local("Poppins-Regular"), url("/wp-content/themes/perfect-broker03.11.22/resources/assets/fonts/poppins/Poppins-Regular.ttf") format("truetype");
}
@font-face {
   font-family: "Poppins SemiBold";
   src: local("Poppins-SemiBold"), url("/wp-content/themes/perfect-broker03.11.22/resources/assets/fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
   font-family: "Poppins Thin";
   src: local("Poppins-Thin"), url("/wp-content/themes/perfect-broker03.11.22/resources/assets/fonts/poppins/Poppins-Thin.ttf") format("truetype");
}

:root {
   --blue: #92addc;
   --indigo: #6610f2;
   --purple: #6f42c1;
   --pink: #e83e8c;
   --red: #f63e3e;
   --orange: #fd7e14;
   --yellow: #fcc84e;
   --green: #347362;
   --teal: #20c997;
   --cyan: #17a2b8;
   --white: #fff;
   --gray: #6c757d;
   --gray-dark: #343a40;
   --primary: #525ddc;
   --secondary: #6c757d;
   --success: #347362;
   --info: #17a2b8;
   --warning: #fcc84e;
   --danger: #f63e3e;
   --light: #f0f6ff;
   --dark: #343a40;
   --breakpoint-xs: 0;
   --breakpoint-sm: 576px;
   --breakpoint-md: 768px;
   --breakpoint-lg: 992px;
   --breakpoint-xl: 1200px;
   --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*, *::before, *::after {
   box-sizing: border-box;
}

html {
   font-family: sans-serif;
   line-height: 1.15;
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
   display: block;
}

body {
   margin: 0;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #212529;
   text-align: left;
   background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
   outline: 0 !important;
}

hr {
   box-sizing: content-box;
   height: 0;
   overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
   margin-top: 0;
   margin-bottom: 0.5rem;
}

p {
   margin-top: 0;
   margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
   text-decoration: underline;
   text-decoration: underline dotted;
   cursor: help;
   border-bottom: 0;
   text-decoration-skip-ink: none;
}

address {
   margin-bottom: 1rem;
   font-style: normal;
   line-height: inherit;
}

ol, ul, dl {
   margin-top: 0;
   margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
   margin-bottom: 0;
}

dt {
   font-weight: 700;
}

dd {
   margin-bottom: .5rem;
   margin-left: 0;
}

blockquote {
   margin: 0 0 1rem;
}

b, strong {
   font-weight: bolder;
}

small {
   font-size: 80%;
}

sub, sup {
   position: relative;
   font-size: 75%;
   line-height: 0;
   vertical-align: baseline;
}

sub {
   bottom: -.25em;
}

sup {
   top: -.5em;
}

a {
   color: #525ddc;
   text-decoration: none;
   background-color: transparent;
}

a:hover {
   color: #2632bc;
   text-decoration: underline;
}

a:not([href]):not([class]) {
   color: inherit;
   text-decoration: none;
}

a:not([href]):not([class]):hover {
   color: inherit;
   text-decoration: none;
}

pre, code, kbd, samp {
   font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
   font-size: 1em;
}

pre {
   margin-top: 0;
   margin-bottom: 1rem;
   overflow: auto;
   -ms-overflow-style: scrollbar;
}

figure {
   margin: 0 0 1rem;
}

img {
   vertical-align: middle;
   border-style: none;
}

svg {
   overflow: hidden;
   vertical-align: middle;
}

table {
   border-collapse: collapse;
}

caption {
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   color: #6c757d;
   text-align: left;
   caption-side: bottom;
}

th {
   text-align: inherit;
   text-align: -webkit-match-parent;
}

label {
   display: inline-block;
   margin-bottom: 0.5rem;
}

button {
   border-radius: 0;
}

button:focus {
   outline: 1px dotted;
   outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
   margin: 0;
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
}

button, input {
   overflow: visible;
}

button, select {
   text-transform: none;
}

[role="button"] {
   cursor: pointer;
}

select {
   word-wrap: normal;
}

button, [type="button"], [type="reset"], [type="submit"] {
   -webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
   cursor: pointer;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
   padding: 0;
   border-style: none;
}

input[type="radio"], input[type="checkbox"] {
   box-sizing: border-box;
   padding: 0;
}

textarea {
   overflow: auto;
   resize: vertical;
}

fieldset {
   min-width: 0;
   padding: 0;
   margin: 0;
   border: 0;
}

legend {
   display: block;
   width: 100%;
   max-width: 100%;
   padding: 0;
   margin-bottom: .5rem;
   font-size: 1.5rem;
   line-height: inherit;
   color: inherit;
   white-space: normal;
}

progress {
   vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
   height: auto;
}

[type="search"] {
   outline-offset: -2px;
   -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
}

::-webkit-file-upload-button {
   font: inherit;
   -webkit-appearance: button;
}

output {
   display: inline-block;
}

summary {
   display: list-item;
   cursor: pointer;
}

template {
   display: none;
}

[hidden] {
   display: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
   margin-bottom: 0.5rem;
   font-weight: 500;
   line-height: 1.2;
}

h1, .h1 {
   font-size: 2.5rem;
}

h2, .h2 {
   font-size: 2rem;
}

h3, .h3 {
   font-size: 1.75rem;
}

h4, .h4 {
   font-size: 1.5rem;
}

h5, .h5 {
   font-size: 1.25rem;
}

h6, .h6 {
   font-size: 1rem;
}

.lead {
   font-size: 1.25rem;
   font-weight: 300;
}

.display-1 {
   font-size: 6rem;
   font-weight: 300;
   line-height: 1.2;
}

.display-2 {
   font-size: 5.5rem;
   font-weight: 300;
   line-height: 1.2;
}

.display-3 {
   font-size: 4.5rem;
   font-weight: 300;
   line-height: 1.2;
}

.display-4 {
   font-size: 3.5rem;
   font-weight: 300;
   line-height: 1.2;
}

hr {
   margin-top: 1rem;
   margin-bottom: 1rem;
   border: 0;
   border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small, .small {
   font-size: 80%;
   font-weight: 400;
}

mark, .mark {
   padding: 0.2em;
   background-color: #fcf8e3;
}

.list-unstyled, .comment-list {
   padding-left: 0;
   list-style: none;
}

.list-inline {
   padding-left: 0;
   list-style: none;
}

.list-inline-item {
   display: inline-block;
}

.list-inline-item:not(:last-child) {
   margin-right: 0.5rem;
}

.initialism {
   font-size: 90%;
   text-transform: uppercase;
}

.blockquote {
   margin-bottom: 1rem;
   font-size: 1.25rem;
}

.blockquote-footer {
   display: block;
   font-size: 80%;
   color: #6c757d;
}

.blockquote-footer::before {
   content: "\2014\A0";
}

.img-fluid, .wp-caption img {
   max-width: 100%;
   height: auto;
}

.img-thumbnail {
   padding: 0.25rem;
   background-color: #fff;
   border: 1px solid #dee2e6;
   border-radius: 0.25rem;
   max-width: 100%;
   height: auto;
}

.figure, .wp-caption {
   display: inline-block;
}

.figure-img, .wp-caption img {
   margin-bottom: 0.5rem;
   line-height: 1;
}

.figure-caption, .wp-caption-text {
   font-size: 90%;
   color: #6c757d;
}

code {
   font-size: 87.5%;
   color: #e83e8c;
   word-wrap: break-word;
}

a > code {
   color: inherit;
}

kbd {
   padding: 0.2rem 0.4rem;
   font-size: 87.5%;
   color: #fff;
   background-color: #212529;
   border-radius: 0.2rem;
}

kbd kbd {
   padding: 0;
   font-size: 100%;
   font-weight: 700;
}

pre {
   display: block;
   font-size: 87.5%;
   color: #212529;
}

pre code {
   font-size: inherit;
   color: inherit;
   word-break: normal;
}

.pre-scrollable {
   max-height: 340px;
   overflow-y: scroll;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
   width: 100%;

   margin-right: auto;
   margin-left: auto;
}
@media (min-width: 576px) {

 .container, .container-sm {
    max-width: 540px;
 }
}
@media (min-width: 768px) {

 .container, .container-sm, .container-md {
    max-width: 720px;
 }
}
@media (min-width: 992px) {

 .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
 }

}
@media (min-width: 1200px) {

 .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1172px;
 }
}

.row {
   display: flex;
   flex-wrap: wrap;

}

.no-gutters {
   margin-right: 0;
   margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
   padding-right: 0;
   padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
   position: relative;
   width: 100%;
   padding-right: 16px;
   padding-left: 16px;
}

.col {
   flex-basis: 0;
   flex-grow: 1;
   max-width: 100%;
}

.row-cols-1 > * {
   flex: 0 0 100%;
   max-width: 100%;
}

.row-cols-2 > * {
   flex: 0 0 50%;
   max-width: 50%;
}

.row-cols-3 > * {
   flex: 0 0 33.33333%;
   max-width: 33.33333%;
}

.row-cols-4 > * {
   flex: 0 0 25%;
   max-width: 25%;
}

.row-cols-5 > * {
   flex: 0 0 20%;
   max-width: 20%;
}

.row-cols-6 > * {
   flex: 0 0 16.66667%;
   max-width: 16.66667%;
}

.col-auto {
   flex: 0 0 auto;
   width: auto;
   max-width: 100%;
}

.col-1 {
   flex: 0 0 8.33333%;
   max-width: 8.33333%;
}

.col-2 {
   flex: 0 0 16.66667%;
   max-width: 16.66667%;
}

.col-3 {
   flex: 0 0 25%;
   max-width: 25%;
}

.col-4 {
   flex: 0 0 33.33333%;
   max-width: 33.33333%;
}

.col-5 {
   flex: 0 0 41.66667%;
   max-width: 41.66667%;
}

.col-6 {
   flex: 0 0 50%;
   max-width: 50%;
}

.col-7 {
   flex: 0 0 58.33333%;
   max-width: 58.33333%;
}

.col-8 {
   flex: 0 0 66.66667%;
   max-width: 66.66667%;
}

.col-9 {
   flex: 0 0 75%;
   max-width: 75%;
}

.col-10 {
   flex: 0 0 83.33333%;
   max-width: 83.33333%;
}

.col-11 {
   flex: 0 0 91.66667%;
   max-width: 91.66667%;
}

.col-12 {
   flex: 0 0 100%;
   max-width: 100%;
}

.order-first {
   order: -1;
}

.order-last {
   order: 13;
}

.order-0 {
   order: 0;
}

.order-1 {
   order: 1;
}

.order-2 {
   order: 2;
}

.order-3 {
   order: 3;
}

.order-4 {
   order: 4;
}

.order-5 {
   order: 5;
}

.order-6 {
   order: 6;
}

.order-7 {
   order: 7;
}

.order-8 {
   order: 8;
}

.order-9 {
   order: 9;
}

.order-10 {
   order: 10;
}

.order-11 {
   order: 11;
}

.order-12 {
   order: 12;
}

.offset-1 {
   margin-left: 8.33333%;
}

.offset-2 {
   margin-left: 16.66667%;
}

.offset-3 {
   margin-left: 25%;
}

.offset-4 {
   margin-left: 33.33333%;
}

.offset-5 {
   margin-left: 41.66667%;
}

.offset-6 {
   margin-left: 50%;
}

.offset-7 {
   margin-left: 58.33333%;
}

.offset-8 {
   margin-left: 66.66667%;
}

.offset-9 {
   margin-left: 75%;
}

.offset-10 {
   margin-left: 83.33333%;
}

.offset-11 {
   margin-left: 91.66667%;
}
@media (min-width: 576px) {

 .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
 }

 .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
 }

 .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
 }

 .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
 }

 .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
 }

 .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
 }

 .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
 }

 .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
 }

 .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
 }

 .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
 }

 .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
 }

 .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
 }

 .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
 }

 .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
 }

 .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
 }

 .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
 }

 .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
 }

 .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
 }

 .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
 }

 .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
 }

 .order-sm-first {
    order: -1;
 }

 .order-sm-last {
    order: 13;
 }

 .order-sm-0 {
    order: 0;
 }

 .order-sm-1 {
    order: 1;
 }

 .order-sm-2 {
    order: 2;
 }

 .order-sm-3 {
    order: 3;
 }

 .order-sm-4 {
    order: 4;
 }

 .order-sm-5 {
    order: 5;
 }

 .order-sm-6 {
    order: 6;
 }

 .order-sm-7 {
    order: 7;
 }

 .order-sm-8 {
    order: 8;
 }

 .order-sm-9 {
    order: 9;
 }

 .order-sm-10 {
    order: 10;
 }

 .order-sm-11 {
    order: 11;
 }

 .order-sm-12 {
    order: 12;
 }

 .offset-sm-0 {
    margin-left: 0;
 }

 .offset-sm-1 {
    margin-left: 8.33333%;
 }

 .offset-sm-2 {
    margin-left: 16.66667%;
 }

 .offset-sm-3 {
    margin-left: 25%;
 }

 .offset-sm-4 {
    margin-left: 33.33333%;
 }

 .offset-sm-5 {
    margin-left: 41.66667%;
 }

 .offset-sm-6 {
    margin-left: 50%;
 }

 .offset-sm-7 {
    margin-left: 58.33333%;
 }

 .offset-sm-8 {
    margin-left: 66.66667%;
 }

 .offset-sm-9 {
    margin-left: 75%;
 }

 .offset-sm-10 {
    margin-left: 83.33333%;
 }

 .offset-sm-11 {
    margin-left: 91.66667%;
 }
}
@media (min-width: 768px) {

 .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
 }

 .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
 }

 .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
 }

 .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
 }

 .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
 }

 .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
 }

 .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
 }

 .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
 }

 .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
 }

 .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
 }

 .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
 }

 .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
 }

 .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
 }

 .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
 }

 .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
 }

 .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
 }

 .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
 }

 .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
 }

 .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
 }

 .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
 }

 .order-md-first {
    order: -1;
 }

 .order-md-last {
    order: 13;
 }

 .order-md-0 {
    order: 0;
 }

 .order-md-1 {
    order: 1;
 }

 .order-md-2 {
    order: 2;
 }

 .order-md-3 {
    order: 3;
 }

 .order-md-4 {
    order: 4;
 }

 .order-md-5 {
    order: 5;
 }

 .order-md-6 {
    order: 6;
 }

 .order-md-7 {
    order: 7;
 }

 .order-md-8 {
    order: 8;
 }

 .order-md-9 {
    order: 9;
 }

 .order-md-10 {
    order: 10;
 }

 .order-md-11 {
    order: 11;
 }

 .order-md-12 {
    order: 12;
 }

 .offset-md-0 {
    margin-left: 0;
 }

 .offset-md-1 {
    margin-left: 8.33333%;
 }

 .offset-md-2 {
    margin-left: 16.66667%;
 }

 .offset-md-3 {
    margin-left: 25%;
 }

 .offset-md-4 {
    margin-left: 33.33333%;
 }

 .offset-md-5 {
    margin-left: 41.66667%;
 }

 .offset-md-6 {
    margin-left: 50%;
 }

 .offset-md-7 {
    margin-left: 58.33333%;
 }

 .offset-md-8 {
    margin-left: 66.66667%;
 }

 .offset-md-9 {
    margin-left: 75%;
 }

 .offset-md-10 {
    margin-left: 83.33333%;
 }

 .offset-md-11 {
    margin-left: 91.66667%;
 }
}
@media (min-width: 992px) {

 .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
 }

 .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
 }

 .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
 }

 .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
 }

 .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
 }

 .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
 }

 .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
 }

 .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
 }

 .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
 }

 .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
 }

 .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
 }

 .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
 }

 .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
 }

 .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
 }

 .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
 }

 .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
 }

 .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
 }

 .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
 }

 .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
 }

 .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
 }

 .order-lg-first {
    order: -1;
 }

 .order-lg-last {
    order: 13;
 }

 .order-lg-0 {
    order: 0;
 }

 .order-lg-1 {
    order: 1;
 }

 .order-lg-2 {
    order: 2;
 }

 .order-lg-3 {
    order: 3;
 }

 .order-lg-4 {
    order: 4;
 }

 .order-lg-5 {
    order: 5;
 }

 .order-lg-6 {
    order: 6;
 }

 .order-lg-7 {
    order: 7;
 }

 .order-lg-8 {
    order: 8;
 }

 .order-lg-9 {
    order: 9;
 }

 .order-lg-10 {
    order: 10;
 }

 .order-lg-11 {
    order: 11;
 }

 .order-lg-12 {
    order: 12;
 }

 .offset-lg-0 {
    margin-left: 0;
 }

 .offset-lg-1 {
    margin-left: 8.33333%;
 }

 .offset-lg-2 {
    margin-left: 16.66667%;
 }

 .offset-lg-3 {
    margin-left: 25%;
 }

 .offset-lg-4 {
    margin-left: 33.33333%;
 }

 .offset-lg-5 {
    margin-left: 41.66667%;
 }

 .offset-lg-6 {
    margin-left: 50%;
 }

 .offset-lg-7 {
    margin-left: 58.33333%;
 }

 .offset-lg-8 {
    margin-left: 66.66667%;
 }

 .offset-lg-9 {
    margin-left: 75%;
 }

 .offset-lg-10 {
    margin-left: 83.33333%;
 }

 .offset-lg-11 {
    margin-left: 91.66667%;
 }
}
@media (min-width: 1200px) {

 .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
 }

 .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
 }

 .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
 }

 .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
 }

 .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
 }

 .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
 }

 .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
 }

 .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
 }

 .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
 }

 .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
 }

 .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
 }

 .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
 }

 .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
 }

 .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
 }

 .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
 }

 .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
 }

 .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
 }

 .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
 }

 .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
 }

 .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
 }

 .order-xl-first {
    order: -1;
 }

 .order-xl-last {
    order: 13;
 }

 .order-xl-0 {
    order: 0;
 }

 .order-xl-1 {
    order: 1;
 }

 .order-xl-2 {
    order: 2;
 }

 .order-xl-3 {
    order: 3;
 }

 .order-xl-4 {
    order: 4;
 }

 .order-xl-5 {
    order: 5;
 }

 .order-xl-6 {
    order: 6;
 }

 .order-xl-7 {
    order: 7;
 }

 .order-xl-8 {
    order: 8;
 }

 .order-xl-9 {
    order: 9;
 }

 .order-xl-10 {
    order: 10;
 }

 .order-xl-11 {
    order: 11;
 }

 .order-xl-12 {
    order: 12;
 }

 .offset-xl-0 {
    margin-left: 0;
 }

 .offset-xl-1 {
    margin-left: 8.33333%;
 }

 .offset-xl-2 {
    margin-left: 16.66667%;
 }

 .offset-xl-3 {
    margin-left: 25%;
 }

 .offset-xl-4 {
    margin-left: 33.33333%;
 }

 .offset-xl-5 {
    margin-left: 41.66667%;
 }

 .offset-xl-6 {
    margin-left: 50%;
 }

 .offset-xl-7 {
    margin-left: 58.33333%;
 }

 .offset-xl-8 {
    margin-left: 66.66667%;
 }

 .offset-xl-9 {
    margin-left: 75%;
 }

 .offset-xl-10 {
    margin-left: 83.33333%;
 }

 .offset-xl-11 {
    margin-left: 91.66667%;
 }
}

.table {
   width: 100%;
   margin-bottom: 1rem;
   color: #212529;
}

.table th, .table td {
   padding: 0.75rem;
   vertical-align: top;
   border-top: 1px solid #647187;
}

.table thead th {
   vertical-align: bottom;
   border-bottom: 2px solid #647187;
}

.table tbody + tbody {
   border-top: 2px solid #647187;
}

.table-sm th, .table-sm td {
   padding: 0.3rem;
}

.table-bordered {
   border: 1px solid #647187;
}

.table-bordered th, .table-bordered td {
   border: 1px solid #647187;
}

.table-bordered thead th, .table-bordered thead td {
   border-bottom-width: 2px;
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
   border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
   background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
   color: #212529;
   background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary > th, .table-primary > td {
   background-color: #cfd2f5;
}

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
   border-color: #a5abed;
}

.table-hover .table-primary:hover {
   background-color: #babef1;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
   background-color: #babef1;
}

.table-secondary, .table-secondary > th, .table-secondary > td {
   background-color: #d6d8db;
}

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
   border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
   background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
   background-color: #c8cbcf;
}

.table-success, .table-success > th, .table-success > td {
   background-color: #c6d8d3;
}

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
   border-color: #95b6ad;
}

.table-hover .table-success:hover {
   background-color: #b7cec7;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
   background-color: #b7cec7;
}

.table-info, .table-info > th, .table-info > td {
   background-color: #bee5eb;
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
   border-color: #86cfda;
}

.table-hover .table-info:hover {
   background-color: #abdde5;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
   background-color: #abdde5;
}

.table-warning, .table-warning > th, .table-warning > td {
   background-color: #fef0cd;
}

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
   border-color: #fde2a3;
}

.table-hover .table-warning:hover {
   background-color: #fee9b4;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
   background-color: #fee9b4;
}

.table-danger, .table-danger > th, .table-danger > td {
   background-color: #fcc9c9;
}

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
   border-color: #fa9b9b;
}

.table-hover .table-danger:hover {
   background-color: #fbb1b1;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
   background-color: #fbb1b1;
}

.table-light, .table-light > th, .table-light > td {
   background-color: #fbfcff;
}

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
   border-color: #f7faff;
}

.table-hover .table-light:hover {
   background-color: #e2e9ff;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
   background-color: #e2e9ff;
}

.table-dark, .table-dark > th, .table-dark > td {
   background-color: #c6c8ca;
}

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
   border-color: #95999c;
}

.table-hover .table-dark:hover {
   background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
   background-color: #b9bbbe;
}

.table-active, .table-active > th, .table-active > td {
   background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
   background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
   background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
   color: #fff;
   background-color: #343a40;
   border-color: #454d55;
}

.table .thead-light th {
   color: #495057;
   background-color: #e9ecef;
   border-color: #647187;
}

.table-dark {
   color: #fff;
   background-color: #343a40;
}

.table-dark th, .table-dark td, .table-dark thead th {
   border-color: #454d55;
}

.table-dark.table-bordered {
   border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
   background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
   color: #fff;
   background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {

 .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
 }

 .table-responsive-sm > .table-bordered {
    border: 0;
 }
}
@media (max-width: 767.98px) {

 .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
 }

 .home .map-section .container .row .col-md-12{
   justify-content: center;
 }

 .table-responsive-md > .table-bordered {
    border: 0;
 }
}
@media (max-width: 991.98px) {

 .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
 }

 .table-responsive-lg > .table-bordered {
    border: 0;
 }
}
@media (max-width: 1199.98px) {

 .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
 }

 .table-responsive-xl > .table-bordered {
    border: 0;
 }
}

.table-responsive {
   display: block;
   width: 100%;
   overflow-x: auto;
   -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
   border: 0;
}

.form-control, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea, .search-form .search-field {
   display: block;
   width: 100%;
   height: calc(1.5em + 0.75rem + 2px);
   padding: 0.375rem 0.75rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #495057;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid #ced4da;
   border-radius: 0.25rem;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {

 .form-control, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea, .search-form .search-field {
    transition: none;
 }
}

.form-control::-ms-expand, .comment-form input[type="text"]::-ms-expand, .comment-form input[type="email"]::-ms-expand, .comment-form input[type="url"]::-ms-expand, .comment-form textarea::-ms-expand, .search-form .search-field::-ms-expand {
   background-color: transparent;
   border: 0;
}

.form-control:-moz-focusring, .comment-form input:-moz-focusring[type="text"], .comment-form input:-moz-focusring[type="email"], .comment-form input:-moz-focusring[type="url"], .comment-form textarea:-moz-focusring, .search-form .search-field:-moz-focusring {
   color: transparent;
   text-shadow: 0 0 0 #495057;
}

.form-control:focus, .comment-form input:focus[type="text"], .comment-form input:focus[type="email"], .comment-form input:focus[type="url"], .comment-form textarea:focus, .search-form .search-field:focus {
   color: #495057;
   background-color: #fff;
   border-color: #bcc0f1;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}

.form-control::placeholder, .comment-form input[type="text"]::placeholder, .comment-form input[type="email"]::placeholder, .comment-form input[type="url"]::placeholder, .comment-form textarea::placeholder, .search-form .search-field::placeholder {
   color: #6c757d;
   opacity: 1;
}

.form-control:disabled, .comment-form input:disabled[type="text"], .comment-form input:disabled[type="email"], .comment-form input:disabled[type="url"], .comment-form textarea:disabled, .search-form .search-field:disabled, .form-control[readonly], .comment-form input[readonly][type="text"], .comment-form input[readonly][type="email"], .comment-form input[readonly][type="url"], .comment-form textarea[readonly], .search-form .search-field[readonly] {
   background-color: #e9ecef;
   opacity: 1;
}

input[type="date"].form-control, .comment-form input[type="date"][type="text"], .comment-form input[type="date"][type="email"], .comment-form input[type="date"][type="url"], .search-form input.search-field[type="date"], input[type="time"].form-control, .comment-form input[type="time"][type="text"], .comment-form input[type="time"][type="email"], .comment-form input[type="time"][type="url"], .search-form input.search-field[type="time"], input[type="datetime-local"].form-control, .comment-form input[type="datetime-local"][type="text"], .comment-form input[type="datetime-local"][type="email"], .comment-form input[type="datetime-local"][type="url"], .search-form input.search-field[type="datetime-local"], input[type="month"].form-control, .comment-form input[type="month"][type="text"], .comment-form input[type="month"][type="email"], .comment-form input[type="month"][type="url"], .search-form input.search-field[type="month"] {
   appearance: none;
}

select.form-control:focus::-ms-value, .search-form select.search-field:focus::-ms-value {
   color: #495057;
   background-color: #fff;
}

.form-control-file, .form-control-range {
   display: block;
   width: 100%;
}

.col-form-label {
   padding-top: calc(0.375rem + 1px);
   padding-bottom: calc(0.375rem + 1px);
   margin-bottom: 0;
   font-size: inherit;
   line-height: 1.5;
}

.col-form-label-lg {
   padding-top: calc(0.5rem + 1px);
   padding-bottom: calc(0.5rem + 1px);
   font-size: 1.25rem;
   line-height: 1.5;
}

.col-form-label-sm {
   padding-top: calc(0.25rem + 1px);
   padding-bottom: calc(0.25rem + 1px);
   font-size: 0.875rem;
   line-height: 1.5;
}

.form-control-plaintext {
   display: block;
   width: 100%;
   padding: 0.375rem 0;
   margin-bottom: 0;
   font-size: 1rem;
   line-height: 1.5;
   color: #212529;
   background-color: transparent;
   border: solid transparent;
   border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
   padding-right: 0;
   padding-left: 0;
}

.form-control-sm {
   height: calc(1.5em + 0.5rem + 2px);
   padding: 0.25rem 0.5rem;
   font-size: 0.875rem;
   line-height: 1.5;
   border-radius: 0.2rem;
}

.form-control-lg {
   height: calc(1.5em + 1rem + 2px);
   padding: 0.5rem 1rem;
   font-size: 1.25rem;
   line-height: 1.5;
   border-radius: 0.3rem;
}

select.form-control[size], .search-form select.search-field[size], select.form-control[multiple], .search-form select.search-field[multiple] {
   height: auto;
}

textarea.form-control, .comment-form textarea, .search-form textarea.search-field {
   height: auto;
}

.form-group, .comment-form p, .search-form label {
   margin-bottom: 1rem;
}

.form-text {
   display: block;
   margin-top: 0.25rem;
}

.form-row {
   display: flex;
   flex-wrap: wrap;
}

.form-row > .col, .form-row > [class*="col-"] {
   padding-right: 16px;
   padding-left: 0px;
}
@media (max-width: 1199.98px){
   .form-row > .col, .form-row > [class*="col-"]{
    padding-right: 0px;
 }
}

.form-check {
   position: relative;
   display: block;
   padding-left: 1.25rem;
}

.form-check-input {
   position: absolute;
   margin-top: 0.3rem;
   margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
   color: #6c757d;
}

.form-check-label {
   margin-bottom: 0;
}

.form-check-inline {
   display: inline-flex;
   align-items: center;
   padding-left: 0;
   margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
   position: static;
   margin-top: 0;
   margin-right: 0.3125rem;
   margin-left: 0;
}

.valid-feedback {
   display: none;
   width: 100%;
   margin-top: 0.25rem;
   font-size: 80%;
   color: #347362;
}

.valid-tooltip {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 5;
   display: none;
   max-width: 100%;
   padding: 0.25rem 0.5rem;
   margin-top: .1rem;
   font-size: 0.875rem;
   line-height: 1.5;
   color: #fff;
   background-color: rgba(52, 115, 98, 0.9);
   border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
   display: block;
}

.was-validated .form-control:valid, .was-validated .comment-form input:valid[type="text"], .comment-form .was-validated input:valid[type="text"], .was-validated .comment-form input:valid[type="email"], .comment-form .was-validated input:valid[type="email"], .was-validated .comment-form input:valid[type="url"], .comment-form .was-validated input:valid[type="url"], .was-validated .comment-form textarea:valid, .comment-form .was-validated textarea:valid, .was-validated .search-form .search-field:valid, .search-form .was-validated .search-field:valid, .form-control.is-valid, .comment-form input.is-valid[type="text"], .comment-form input.is-valid[type="email"], .comment-form input.is-valid[type="url"], .comment-form textarea.is-valid, .search-form .is-valid.search-field {
   border-color: #347362;
   padding-right: calc(1.5em + 0.75rem);
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23347362' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
   background-repeat: no-repeat;
   background-position: right calc(0.375em + 0.1875rem) center;
   background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .was-validated .comment-form input:valid:focus[type="text"], .comment-form .was-validated input:valid:focus[type="text"], .was-validated .comment-form input:valid:focus[type="email"], .comment-form .was-validated input:valid:focus[type="email"], .was-validated .comment-form input:valid:focus[type="url"], .comment-form .was-validated input:valid:focus[type="url"], .was-validated .comment-form textarea:valid:focus, .comment-form .was-validated textarea:valid:focus, .was-validated .search-form .search-field:valid:focus, .search-form .was-validated .search-field:valid:focus, .form-control.is-valid:focus, .comment-form input.is-valid:focus[type="text"], .comment-form input.is-valid:focus[type="email"], .comment-form input.is-valid:focus[type="url"], .comment-form textarea.is-valid:focus, .search-form .is-valid.search-field:focus {
   border-color: #347362;
   box-shadow: 0 0 0 0.2rem rgba(52, 115, 98, 0.25);
}

.was-validated textarea.form-control:valid, .was-validated .comment-form textarea:valid, .comment-form .was-validated textarea:valid, .was-validated .search-form textarea.search-field:valid, .search-form .was-validated textarea.search-field:valid, textarea.form-control.is-valid, .comment-form textarea.is-valid, .search-form textarea.is-valid.search-field {
   padding-right: calc(1.5em + 0.75rem);
   background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
   border-color: #347362;
   padding-right: calc(0.75em + 2.3125rem);
   background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23347362' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
   border-color: #347362;
   box-shadow: 0 0 0 0.2rem rgba(52, 115, 98, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
   color: #347362;
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
   display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
   color: #347362;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
   border-color: #347362;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
   border-color: #449680;
   background-color: #449680;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
   box-shadow: 0 0 0 0.2rem rgba(52, 115, 98, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
   border-color: #347362;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
   border-color: #347362;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
   border-color: #347362;
   box-shadow: 0 0 0 0.2rem rgba(52, 115, 98, 0.25);
}

.invalid-feedback {
   display: none;
   width: 100%;
   margin-top: 0.25rem;
   font-size: 80%;
   color: #f63e3e;
}

.invalid-tooltip {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 5;
   display: none;
   max-width: 100%;
   padding: 0.25rem 0.5rem;
   margin-top: .1rem;
   font-size: 0.875rem;
   line-height: 1.5;
   color: #fff;
   background-color: rgba(246, 62, 62, 0.9);
   border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
   display: block;
}

.was-validated .form-control:invalid, .was-validated .comment-form input:invalid[type="text"], .comment-form .was-validated input:invalid[type="text"], .was-validated .comment-form input:invalid[type="email"], .comment-form .was-validated input:invalid[type="email"], .was-validated .comment-form input:invalid[type="url"], .comment-form .was-validated input:invalid[type="url"], .was-validated .comment-form textarea:invalid, .comment-form .was-validated textarea:invalid, .was-validated .search-form .search-field:invalid, .search-form .was-validated .search-field:invalid, .form-control.is-invalid, .comment-form input.is-invalid[type="text"], .comment-form input.is-invalid[type="email"], .comment-form input.is-invalid[type="url"], .comment-form textarea.is-invalid, .search-form .is-invalid.search-field {
   border-color: #f63e3e;
   padding-right: calc(1.5em + 0.75rem);
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f63e3e' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f63e3e' stroke='none'/%3e%3c/svg%3e");
   background-repeat: no-repeat;
   background-position: right calc(0.375em + 0.1875rem) center;
   background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .was-validated .comment-form input:invalid:focus[type="text"], .comment-form .was-validated input:invalid:focus[type="text"], .was-validated .comment-form input:invalid:focus[type="email"], .comment-form .was-validated input:invalid:focus[type="email"], .was-validated .comment-form input:invalid:focus[type="url"], .comment-form .was-validated input:invalid:focus[type="url"], .was-validated .comment-form textarea:invalid:focus, .comment-form .was-validated textarea:invalid:focus, .was-validated .search-form .search-field:invalid:focus, .search-form .was-validated .search-field:invalid:focus, .form-control.is-invalid:focus, .comment-form input.is-invalid:focus[type="text"], .comment-form input.is-invalid:focus[type="email"], .comment-form input.is-invalid:focus[type="url"], .comment-form textarea.is-invalid:focus, .search-form .is-invalid.search-field:focus {
   border-color: #f63e3e;
   box-shadow: 0 0 0 0.2rem rgba(246, 62, 62, 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated .comment-form textarea:invalid, .comment-form .was-validated textarea:invalid, .was-validated .search-form textarea.search-field:invalid, .search-form .was-validated textarea.search-field:invalid, textarea.form-control.is-invalid, .comment-form textarea.is-invalid, .search-form textarea.is-invalid.search-field {
   padding-right: calc(1.5em + 0.75rem);
   background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
   border-color: #f63e3e;
   padding-right: calc(0.75em + 2.3125rem);
   background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f63e3e' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f63e3e' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
   border-color: #f63e3e;
   box-shadow: 0 0 0 0.2rem rgba(246, 62, 62, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
   color: #f63e3e;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
   display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
   color: #f63e3e;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
   border-color: #f63e3e;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
   border-color: #f86f6f;
   background-color: #f86f6f;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
   box-shadow: 0 0 0 0.2rem rgba(246, 62, 62, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
   border-color: #f63e3e;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
   border-color: #f63e3e;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
   border-color: #f63e3e;
   box-shadow: 0 0 0 0.2rem rgba(246, 62, 62, 0.25);
}

.form-inline, .search-form {
   display: flex;
   flex-flow: row wrap;
   align-items: center;
}

.form-inline .form-check, .search-form .form-check {
   width: 100%;
}
@media (min-width: 576px) {

 .form-inline label, .search-form label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
 }

 .form-inline .form-group, .search-form .form-group, .form-inline .comment-form p, .comment-form .form-inline p, .search-form .comment-form p, .comment-form .search-form p, .form-inline .search-form label, .search-form .form-inline label, .search-form label {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
 }

 .form-inline .form-control, .search-form .form-control, .form-inline .comment-form input[type="text"], .comment-form .form-inline input[type="text"], .search-form .comment-form input[type="text"], .comment-form .search-form input[type="text"], .form-inline .comment-form input[type="email"], .comment-form .form-inline input[type="email"], .search-form .comment-form input[type="email"], .comment-form .search-form input[type="email"], .form-inline .comment-form input[type="url"], .comment-form .form-inline input[type="url"], .search-form .comment-form input[type="url"], .comment-form .search-form input[type="url"], .form-inline .comment-form textarea, .comment-form .form-inline textarea, .search-form .comment-form textarea, .comment-form .search-form textarea, .search-form .search-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
 }

 .form-inline .form-control-plaintext, .search-form .form-control-plaintext {
    display: inline-block;
 }

 .form-inline .input-group, .search-form .input-group, .form-inline .custom-select, .search-form .custom-select {
    width: auto;
 }

 .form-inline .form-check, .search-form .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
 }

 .form-inline .form-check-input, .search-form .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
 }

 .form-inline .custom-control, .search-form .custom-control {
    align-items: center;
    justify-content: center;
 }

 .form-inline .custom-control-label, .search-form .custom-control-label {
    margin-bottom: 0;
 }
}

.btn, .comment-form input[type="submit"], .search-form .search-submit {
   display: inline-block;
   font-weight: 400;
   color: #212529;
   text-align: center;
   vertical-align: middle;
   user-select: none;
   background-color: transparent;
   border: 1px solid transparent;
   padding: 0.375rem 0.75rem;
   font-size: 1rem;
   line-height: 1.5;
   border-radius: 0.25rem;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
header .navbar .btn{
   line-height: 100%;
}
@media (prefers-reduced-motion: reduce) {

 .btn, .comment-form input[type="submit"], .search-form .search-submit {
    transition: none;
 }
}

.btn:hover, .comment-form input:hover[type="submit"], .search-form .search-submit:hover {
   color: #212529;
   text-decoration: none;
}

.btn:focus, .comment-form input:focus[type="submit"], .search-form .search-submit:focus, .btn.focus, .comment-form input.focus[type="submit"], .search-form .focus.search-submit {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}

.btn:not(:disabled):not(.disabled), .comment-form input:not(:disabled):not(.disabled)[type="submit"], .search-form .search-submit:not(:disabled):not(.disabled) {
   cursor: pointer;
}

a.btn.disabled, .search-form a.disabled.search-submit, fieldset:disabled a.btn, fieldset:disabled .search-form a.search-submit, .search-form fieldset:disabled a.search-submit {
   pointer-events: none;
}

.btn-primary {
   color: #fff;
   background-color: #525ddc;
   border-color: #525ddc;
}

.btn-primary:hover {
   color: #fff;
   background-color: #323fd6;
   border-color: #2a38d1;
}

.btn-primary:focus, .btn-primary.focus {
   color: #fff;
   background-color: #323fd6;
   border-color: #2a38d1;
   box-shadow: 0 0 0 0.2rem rgba(108, 117, 225, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
   color: #fff;
   background-color: #525ddc;
   border-color: #525ddc;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
   color: #fff;
   background-color: #2a38d1;
   border-color: #2835c6;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(108, 117, 225, 0.5);
}

.btn-secondary, .comment-form input[type="submit"], .search-form .search-submit {
   color: #fff;
   background-color: #6c757d;
   border-color: #6c757d;
}

.btn-secondary:hover, .comment-form input:hover[type="submit"], .search-form .search-submit:hover {
   color: #fff;
   background-color: #5a6268;
   border-color: #545b62;
}

.btn-secondary:focus, .comment-form input:focus[type="submit"], .search-form .search-submit:focus, .btn-secondary.focus, .comment-form input.focus[type="submit"], .search-form .focus.search-submit {
   color: #fff;
   background-color: #5a6268;
   border-color: #545b62;
   box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .comment-form input.disabled[type="submit"], .search-form .disabled.search-submit, .btn-secondary:disabled, .comment-form input:disabled[type="submit"], .search-form .search-submit:disabled {
   color: #fff;
   background-color: #6c757d;
   border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .comment-form input:not(:disabled):not(.disabled):active[type="submit"], .search-form .search-submit:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .comment-form input:not(:disabled):not(.disabled).active[type="submit"], .search-form .search-submit:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .comment-form .show > input.dropdown-toggle[type="submit"], .search-form .show > .dropdown-toggle.search-submit {
   color: #fff;
   background-color: #545b62;
   border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .comment-form input:not(:disabled):not(.disabled):active:focus[type="submit"], .search-form .search-submit:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .comment-form input:not(:disabled):not(.disabled).active:focus[type="submit"], .search-form .search-submit:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .comment-form .show > input.dropdown-toggle:focus[type="submit"], .search-form .show > .dropdown-toggle.search-submit:focus {
   box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
   color: #fff;
   background-color: #347362;
   border-color: #347362;
}

.btn-success:hover {
   color: #fff;
   background-color: #28594c;
   border-color: #245044;
}

.btn-success:focus, .btn-success.focus {
   color: #fff;
   background-color: #28594c;
   border-color: #245044;
   box-shadow: 0 0 0 0.2rem rgba(82, 136, 122, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
   color: #fff;
   background-color: #347362;
   border-color: #347362;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
   color: #fff;
   background-color: #245044;
   border-color: #20473d;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(82, 136, 122, 0.5);
}

.btn-info {
   color: #fff;
   background-color: #17a2b8;
   border-color: #17a2b8;
}

.btn-info:hover {
   color: #fff;
   background-color: #138496;
   border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
   color: #fff;
   background-color: #138496;
   border-color: #117a8b;
   box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
   color: #fff;
   background-color: #17a2b8;
   border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
   color: #fff;
   background-color: #117a8b;
   border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
   color: #212529;
   background-color: #fcc84e;
   border-color: #fcc84e;
}

.btn-warning:hover {
   color: #212529;
   background-color: #fbbc28;
   border-color: #fbb81c;
}

.btn-warning:focus, .btn-warning.focus {
   color: #212529;
   background-color: #fbbc28;
   border-color: #fbb81c;
   box-shadow: 0 0 0 0.2rem rgba(219, 176, 72, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
   color: #212529;
   background-color: #fcc84e;
   border-color: #fcc84e;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
   color: #212529;
   background-color: #fbb81c;
   border-color: #fbb50f;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(219, 176, 72, 0.5);
}

.btn-danger {
   color: #fff;
   background-color: #f63e3e;
   border-color: #f63e3e;
}

.btn-danger:hover {
   color: #fff;
   background-color: #f41919;
   border-color: #f40d0d;
}

.btn-danger:focus, .btn-danger.focus {
   color: #fff;
   background-color: #f41919;
   border-color: #f40d0d;
   box-shadow: 0 0 0 0.2rem rgba(247, 91, 91, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
   color: #fff;
   background-color: #f63e3e;
   border-color: #f63e3e;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
   color: #fff;
   background-color: #f40d0d;
   border-color: #e90b0b;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(247, 91, 91, 0.5);
}

.btn-light {
   color: #212529;
   background-color: #f0f6ff;
   border-color: #f0f6ff;
}

.btn-light:hover {
   color: #212529;
   background-color: #cadfff;
   border-color: #bdd7ff;
}

.btn-light:focus, .btn-light.focus {
   color: #212529;
   background-color: #cadfff;
   border-color: #bdd7ff;
   box-shadow: 0 0 0 0.2rem rgba(209, 215, 223, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
   color: #212529;
   background-color: #f0f6ff;
   border-color: #f0f6ff;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
   color: #212529;
   background-color: #bdd7ff;
   border-color: #b0d0ff;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(209, 215, 223, 0.5);
}

.btn-dark {
   color: #fff;
   background-color: #343a40;
   border-color: #343a40;
}

.btn-dark:hover {
   color: #fff;
   background-color: #23272b;
   border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
   color: #fff;
   background-color: #23272b;
   border-color: #1d2124;
   box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
   color: #fff;
   background-color: #343a40;
   border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
   color: #fff;
   background-color: #1d2124;
   border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
   color: #525ddc;
   border-color: #525ddc;
}

.btn-outline-primary:hover {
   color: #fff;
   background-color: #525ddc;
   border-color: #525ddc;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
   box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
   color: #525ddc;
   background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
   color: #fff;
   background-color: #525ddc;
   border-color: #525ddc;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.5);
}

.btn-outline-secondary {
   color: #6c757d;
   border-color: #6c757d;
}

.btn-outline-secondary:hover {
   color: #fff;
   background-color: #6c757d;
   border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
   box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
   color: #6c757d;
   background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
   color: #fff;
   background-color: #6c757d;
   border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
   color: #347362;
   border-color: #347362;
}

.btn-outline-success:hover {
   color: #fff;
   background-color: #347362;
   border-color: #347362;
}

.btn-outline-success:focus, .btn-outline-success.focus {
   box-shadow: 0 0 0 0.2rem rgba(52, 115, 98, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
   color: #347362;
   background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
   color: #fff;
   background-color: #347362;
   border-color: #347362;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(52, 115, 98, 0.5);
}

.btn-outline-info {
   color: #17a2b8;
   border-color: #17a2b8;
}

.btn-outline-info:hover {
   color: #fff;
   background-color: #17a2b8;
   border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
   box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
   color: #17a2b8;
   background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
   color: #fff;
   background-color: #17a2b8;
   border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
   color: #fcc84e;
   border-color: #fcc84e;
}

.btn-outline-warning:hover {
   color: #212529;
   background-color: #fcc84e;
   border-color: #fcc84e;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
   box-shadow: 0 0 0 0.2rem rgba(252, 200, 78, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
   color: #fcc84e;
   background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
   color: #212529;
   background-color: #fcc84e;
   border-color: #fcc84e;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(252, 200, 78, 0.5);
}

.btn-outline-danger {
   color: #f63e3e;
   border-color: #f63e3e;
}

.btn-outline-danger:hover {
   color: #fff;
   background-color: #f63e3e;
   border-color: #f63e3e;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
   box-shadow: 0 0 0 0.2rem rgba(246, 62, 62, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
   color: #f63e3e;
   background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
   color: #fff;
   background-color: #f63e3e;
   border-color: #f63e3e;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(246, 62, 62, 0.5);
}

.btn-outline-light {
   color: #f0f6ff;
   border-color: #f0f6ff;
}

.btn-outline-light:hover {
   color: #212529;
   background-color: #f0f6ff;
   border-color: #f0f6ff;
}

.btn-outline-light:focus, .btn-outline-light.focus {
   box-shadow: 0 0 0 0.2rem rgba(240, 246, 255, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
   color: #f0f6ff;
   background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
   color: #212529;
   background-color: #f0f6ff;
   border-color: #f0f6ff;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(240, 246, 255, 0.5);
}

.btn-outline-dark {
   color: #343a40;
   border-color: #343a40;
}

.btn-outline-dark:hover {
   color: #fff;
   background-color: #343a40;
   border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
   box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
   color: #343a40;
   background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
   color: #fff;
   background-color: #343a40;
   border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
   font-weight: 400;
   color: #525ddc;
   text-decoration: none;
}

.btn-link:hover {
   color: #2632bc;
   text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
   text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
   color: #6c757d;
   pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .comment-form .btn-group-lg > input[type="submit"], .search-form .btn-group-lg > .search-submit {
   padding: 0.5rem 1rem;
   font-size: 1.25rem;
   line-height: 1.5;
   border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .comment-form .btn-group-sm > input[type="submit"], .search-form .btn-group-sm > .search-submit {
   padding: 0.25rem 0.5rem;
   font-size: 0.875rem;
   line-height: 1.5;
   border-radius: 0.2rem;
}

.btn-block {
   display: block;
   width: 100%;
}

.btn-block + .btn-block {
   margin-top: 0.5rem;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
   width: 100%;
}

.fade {
   transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {

 .fade {
    transition: none;
 }
}

.fade:not(.show) {
   opacity: 0;
}

.collapse:not(.show) {
   display: none;
}

.collapsing {
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {

 .collapsing {
    transition: none;
 }
}

.dropup, .dropright, .dropdown, .dropleft {
   position: relative;
}

.dropdown-toggle {
   white-space: nowrap;
}

.dropdown-toggle::after {
   display: inline-block;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   content: "";
   border-top: 0.3em solid;
   border-right: 0.3em solid transparent;
   border-bottom: 0;
   border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
   margin-left: 0;
}

.dropdown-menu {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 10rem;
   padding: 0.5rem 0;
   margin: 0.125rem 0 0;
   font-size: 1rem;
   color: #212529;
   text-align: left;
   list-style: none;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid rgba(0, 0, 0, 0.15);
   border-radius: 0.25rem;
}

.dropdown-menu-left {
   right: auto;
   left: 0;
}

.dropdown-menu-right {
   right: 0;
   left: auto;
}
@media (min-width: 576px) {

 .dropdown-menu-sm-left {
    right: auto;
    left: 0;
 }

 .dropdown-menu-sm-right {
    right: 0;
    left: auto;
 }
}
@media (min-width: 768px) {

 .dropdown-menu-md-left {
    right: auto;
    left: 0;
 }

 .dropdown-menu-md-right {
    right: 0;
    left: auto;
 }
}
@media (min-width: 992px) {

 .dropdown-menu-lg-left {
    right: auto;
    left: 0;
 }

 .dropdown-menu-lg-right {
    right: 0;
    left: auto;
 }
}
@media (min-width: 1200px) {

 .dropdown-menu-xl-left {
    right: auto;
    left: 0;
 }

 .dropdown-menu-xl-right {
    right: 0;
    left: auto;
 }
}

.dropup .dropdown-menu {
   top: auto;
   bottom: 100%;
   margin-top: 0;
   margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
   display: inline-block;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   content: "";
   border-top: 0;
   border-right: 0.3em solid transparent;
   border-bottom: 0.3em solid;
   border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
   margin-left: 0;
}

.dropright .dropdown-menu {
   top: 0;
   right: auto;
   left: 100%;
   margin-top: 0;
   margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
   display: inline-block;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   content: "";
   border-top: 0.3em solid transparent;
   border-right: 0;
   border-bottom: 0.3em solid transparent;
   border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
   margin-left: 0;
}

.dropright .dropdown-toggle::after {
   vertical-align: 0;
}

.dropleft .dropdown-menu {
   top: 0;
   right: 100%;
   left: auto;
   margin-top: 0;
   margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
   display: inline-block;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   content: "";
}

.dropleft .dropdown-toggle::after {
   display: none;
}

.dropleft .dropdown-toggle::before {
   display: inline-block;
   margin-right: 0.255em;
   vertical-align: 0.255em;
   content: "";
   border-top: 0.3em solid transparent;
   border-right: 0.3em solid;
   border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
   margin-left: 0;
}

.dropleft .dropdown-toggle::before {
   vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
   right: auto;
   bottom: auto;
}

.dropdown-divider {
   height: 0;
   margin: 0.5rem 0;
   overflow: hidden;
   border-top: 1px solid #e9ecef;
}

.dropdown-item {
   display: block;
   width: 100%;
   padding: 0.25rem 1.5rem;
   clear: both;
   font-weight: 400;
   color: #212529;
   text-align: inherit;
   white-space: nowrap;
   background-color: transparent;
   border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
   color: #16181b;
   text-decoration: none;
   background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
   color: #fff;
   text-decoration: none;
   background-color: #525ddc;
}

.dropdown-item.disabled, .dropdown-item:disabled {
   color: #6c757d;
   pointer-events: none;
   background-color: transparent;
}

.dropdown-menu.show {
   display: block;
}

.dropdown-header {
   display: block;
   padding: 0.5rem 1.5rem;
   margin-bottom: 0;
   font-size: 0.875rem;
   color: #6c757d;
   white-space: nowrap;
}

.dropdown-item-text {
   display: block;
   padding: 0.25rem 1.5rem;
   color: #212529;
}

.btn-group, .btn-group-vertical {
   position: relative;
   display: inline-flex;
   vertical-align: middle;
}

.btn-group > .btn, .comment-form .btn-group > input[type="submit"], .search-form .btn-group > .search-submit, .btn-group-vertical > .btn, .comment-form .btn-group-vertical > input[type="submit"], .search-form .btn-group-vertical > .search-submit {
   position: relative;
   flex: 1 1 auto;
}

.btn-group > .btn:hover, .comment-form .btn-group > input:hover[type="submit"], .search-form .btn-group > .search-submit:hover, .btn-group-vertical > .btn:hover, .comment-form .btn-group-vertical > input:hover[type="submit"], .search-form .btn-group-vertical > .search-submit:hover {
   z-index: 1;
}

.btn-group > .btn:focus, .comment-form .btn-group > input:focus[type="submit"], .search-form .btn-group > .search-submit:focus, .btn-group > .btn:active, .comment-form .btn-group > input:active[type="submit"], .search-form .btn-group > .search-submit:active, .btn-group > .btn.active, .comment-form .btn-group > input.active[type="submit"], .search-form .btn-group > .active.search-submit, .btn-group-vertical > .btn:focus, .comment-form .btn-group-vertical > input:focus[type="submit"], .search-form .btn-group-vertical > .search-submit:focus, .btn-group-vertical > .btn:active, .comment-form .btn-group-vertical > input:active[type="submit"], .search-form .btn-group-vertical > .search-submit:active, .btn-group-vertical > .btn.active, .comment-form .btn-group-vertical > input.active[type="submit"], .search-form .btn-group-vertical > .active.search-submit {
   z-index: 1;
}

.btn-toolbar {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
}

.btn-toolbar .input-group {
   width: auto;
}

.btn-group > .btn:not(:first-child), .comment-form .btn-group > input:not(:first-child)[type="submit"], .search-form .btn-group > .search-submit:not(:first-child), .btn-group > .btn-group:not(:first-child) {
   margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn, .comment-form .btn-group > .btn-group:not(:last-child) > input[type="submit"], .search-form .btn-group > .btn-group:not(:last-child) > .search-submit {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .comment-form .btn-group > input:not(:first-child)[type="submit"], .search-form .btn-group > .search-submit:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn, .comment-form .btn-group > .btn-group:not(:first-child) > input[type="submit"], .search-form .btn-group > .btn-group:not(:first-child) > .search-submit {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
   padding-right: 0.5625rem;
   padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
   margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
   margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .comment-form .btn-group-sm > input[type="submit"] + .dropdown-toggle-split, .search-form .btn-group-sm > .search-submit + .dropdown-toggle-split {
   padding-right: 0.375rem;
   padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .comment-form .btn-group-lg > input[type="submit"] + .dropdown-toggle-split, .search-form .btn-group-lg > .search-submit + .dropdown-toggle-split {
   padding-right: 0.75rem;
   padding-left: 0.75rem;
}

.btn-group-vertical {
   flex-direction: column;
   align-items: flex-start;
   justify-content: center;
}

.btn-group-vertical > .btn, .comment-form .btn-group-vertical > input[type="submit"], .search-form .btn-group-vertical > .search-submit, .btn-group-vertical > .btn-group {
   width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .comment-form .btn-group-vertical > input:not(:first-child)[type="submit"], .search-form .btn-group-vertical > .search-submit:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
   margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn, .comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"], .search-form .btn-group-vertical > .btn-group:not(:last-child) > .search-submit {
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), .comment-form .btn-group-vertical > input:not(:first-child)[type="submit"], .search-form .btn-group-vertical > .search-submit:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn, .comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"], .search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit {
   border-top-left-radius: 0;
   border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .comment-form .btn-group-toggle > input[type="submit"], .search-form .btn-group-toggle > .search-submit, .btn-group-toggle > .btn-group > .btn, .comment-form .btn-group-toggle > .btn-group > input[type="submit"], .search-form .btn-group-toggle > .btn-group > .search-submit {
   margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"], .comment-form .btn-group-toggle > input[type="submit"] input[type="radio"], .search-form .btn-group-toggle > .search-submit input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .comment-form .btn-group-toggle > input[type="submit"] input[type="checkbox"], .search-form .btn-group-toggle > .search-submit input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .comment-form .btn-group-toggle > .btn-group > input[type="submit"] input[type="radio"], .search-form .btn-group-toggle > .btn-group > .search-submit input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .comment-form .btn-group-toggle > .btn-group > input[type="submit"] input[type="checkbox"], .search-form .btn-group-toggle > .btn-group > .search-submit input[type="checkbox"] {
   position: absolute;
   clip: rect(0, 0, 0, 0);
   pointer-events: none;
}

.input-group {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: stretch;
   width: 100%;
}

.input-group > .form-control, .comment-form .input-group > input[type="text"], .comment-form .input-group > input[type="email"], .comment-form .input-group > input[type="url"], .comment-form .input-group > textarea, .search-form .input-group > .search-field, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
   position: relative;
   flex: 1 1 auto;
   width: 1%;
   min-width: 0;
   margin-bottom: 0;
}

.input-group > .form-control + .form-control, .comment-form .input-group > input[type="text"] + .form-control, .comment-form .input-group > input[type="email"] + .form-control, .comment-form .input-group > input[type="url"] + .form-control, .comment-form .input-group > textarea + .form-control, .search-form .input-group > .search-field + .form-control, .comment-form .input-group > .form-control + input[type="text"], .comment-form .input-group > input[type="text"] + input[type="text"], .comment-form .input-group > input[type="email"] + input[type="text"], .comment-form .input-group > input[type="url"] + input[type="text"], .comment-form .input-group > textarea + input[type="text"], .search-form .comment-form .input-group > .search-field + input[type="text"], .comment-form .search-form .input-group > .search-field + input[type="text"], .comment-form .input-group > .form-control + input[type="email"], .comment-form .input-group > input[type="text"] + input[type="email"], .comment-form .input-group > input[type="email"] + input[type="email"], .comment-form .input-group > input[type="url"] + input[type="email"], .comment-form .input-group > textarea + input[type="email"], .search-form .comment-form .input-group > .search-field + input[type="email"], .comment-form .search-form .input-group > .search-field + input[type="email"], .comment-form .input-group > .form-control + input[type="url"], .comment-form .input-group > input[type="text"] + input[type="url"], .comment-form .input-group > input[type="email"] + input[type="url"], .comment-form .input-group > input[type="url"] + input[type="url"], .comment-form .input-group > textarea + input[type="url"], .search-form .comment-form .input-group > .search-field + input[type="url"], .comment-form .search-form .input-group > .search-field + input[type="url"], .comment-form .input-group > .form-control + textarea, .comment-form .input-group > input[type="text"] + textarea, .comment-form .input-group > input[type="email"] + textarea, .comment-form .input-group > input[type="url"] + textarea, .comment-form .input-group > textarea + textarea, .search-form .comment-form .input-group > .search-field + textarea, .comment-form .search-form .input-group > .search-field + textarea, .search-form .input-group > .form-control + .search-field, .comment-form .search-form .input-group > input[type="text"] + .search-field, .search-form .comment-form .input-group > input[type="text"] + .search-field, .comment-form .search-form .input-group > input[type="email"] + .search-field, .search-form .comment-form .input-group > input[type="email"] + .search-field, .comment-form .search-form .input-group > input[type="url"] + .search-field, .search-form .comment-form .input-group > input[type="url"] + .search-field, .comment-form .search-form .input-group > textarea + .search-field, .search-form .comment-form .input-group > textarea + .search-field, .search-form .input-group > .search-field + .search-field, .input-group > .form-control + .custom-select, .comment-form .input-group > input[type="text"] + .custom-select, .comment-form .input-group > input[type="email"] + .custom-select, .comment-form .input-group > input[type="url"] + .custom-select, .comment-form .input-group > textarea + .custom-select, .search-form .input-group > .search-field + .custom-select, .input-group > .form-control + .custom-file, .comment-form .input-group > input[type="text"] + .custom-file, .comment-form .input-group > input[type="email"] + .custom-file, .comment-form .input-group > input[type="url"] + .custom-file, .comment-form .input-group > textarea + .custom-file, .search-form .input-group > .search-field + .custom-file, .input-group > .form-control-plaintext + .form-control, .comment-form .input-group > .form-control-plaintext + input[type="text"], .comment-form .input-group > .form-control-plaintext + input[type="email"], .comment-form .input-group > .form-control-plaintext + input[type="url"], .comment-form .input-group > .form-control-plaintext + textarea, .search-form .input-group > .form-control-plaintext + .search-field, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .comment-form .input-group > .custom-select + input[type="text"], .comment-form .input-group > .custom-select + input[type="email"], .comment-form .input-group > .custom-select + input[type="url"], .comment-form .input-group > .custom-select + textarea, .search-form .input-group > .custom-select + .search-field, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .comment-form .input-group > .custom-file + input[type="text"], .comment-form .input-group > .custom-file + input[type="email"], .comment-form .input-group > .custom-file + input[type="url"], .comment-form .input-group > .custom-file + textarea, .search-form .input-group > .custom-file + .search-field, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
   margin-left: -1px;
}

.input-group > .form-control:focus, .comment-form .input-group > input:focus[type="text"], .comment-form .input-group > input:focus[type="email"], .comment-form .input-group > input:focus[type="url"], .comment-form .input-group > textarea:focus, .search-form .input-group > .search-field:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
   z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
   z-index: 4;
}

.input-group > .form-control:not(:last-child), .comment-form .input-group > input:not(:last-child)[type="text"], .comment-form .input-group > input:not(:last-child)[type="email"], .comment-form .input-group > input:not(:last-child)[type="url"], .comment-form .input-group > textarea:not(:last-child), .search-form .input-group > .search-field:not(:last-child), .input-group > .custom-select:not(:last-child) {
   border-top-right-radius: 8;
   border-bottom-right-radius: 8;
}

.input-group > .form-control:not(:first-child), .comment-form .input-group > input:not(:first-child)[type="text"], .comment-form .input-group > input:not(:first-child)[type="email"], .comment-form .input-group > input:not(:first-child)[type="url"], .comment-form .input-group > textarea:not(:first-child), .search-form .input-group > .search-field:not(:first-child), .input-group > .custom-select:not(:first-child) {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
}

.input-group > .custom-file {
   display: flex;
   align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
}

.input-group-prepend, .input-group-append {
   display: flex;
}

.input-group-prepend .btn, .input-group-prepend .comment-form input[type="submit"], .comment-form .input-group-prepend input[type="submit"], .input-group-prepend .search-form .search-submit, .search-form .input-group-prepend .search-submit, .input-group-append .btn, .input-group-append .comment-form input[type="submit"], .comment-form .input-group-append input[type="submit"], .input-group-append .search-form .search-submit, .search-form .input-group-append .search-submit {
   position: relative;
   z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-prepend .comment-form input:focus[type="submit"], .comment-form .input-group-prepend input:focus[type="submit"], .input-group-prepend .search-form .search-submit:focus, .search-form .input-group-prepend .search-submit:focus, .input-group-append .btn:focus, .input-group-append .comment-form input:focus[type="submit"], .comment-form .input-group-append input:focus[type="submit"], .input-group-append .search-form .search-submit:focus, .search-form .input-group-append .search-submit:focus {
   z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend .comment-form input[type="submit"] + .btn, .comment-form .input-group-prepend input[type="submit"] + .btn, .input-group-prepend .search-form .search-submit + .btn, .search-form .input-group-prepend .search-submit + .btn, .input-group-prepend .comment-form .btn + input[type="submit"], .comment-form .input-group-prepend .btn + input[type="submit"], .input-group-prepend .comment-form input[type="submit"] + input[type="submit"], .comment-form .input-group-prepend input[type="submit"] + input[type="submit"], .input-group-prepend .search-form .comment-form .search-submit + input[type="submit"], .comment-form .input-group-prepend .search-form .search-submit + input[type="submit"], .search-form .input-group-prepend .comment-form .search-submit + input[type="submit"], .comment-form .search-form .input-group-prepend .search-submit + input[type="submit"], .input-group-prepend .search-form .btn + .search-submit, .search-form .input-group-prepend .btn + .search-submit, .input-group-prepend .comment-form .search-form input[type="submit"] + .search-submit, .search-form .input-group-prepend .comment-form input[type="submit"] + .search-submit, .comment-form .input-group-prepend .search-form input[type="submit"] + .search-submit, .search-form .comment-form .input-group-prepend input[type="submit"] + .search-submit, .input-group-prepend .search-form .search-submit + .search-submit, .search-form .input-group-prepend .search-submit + .search-submit, .input-group-prepend .btn + .input-group-text, .input-group-prepend .comment-form input[type="submit"] + .input-group-text, .comment-form .input-group-prepend input[type="submit"] + .input-group-text, .input-group-prepend .search-form .search-submit + .input-group-text, .search-form .input-group-prepend .search-submit + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .comment-form .input-group-text + input[type="submit"], .comment-form .input-group-prepend .input-group-text + input[type="submit"], .input-group-prepend .search-form .input-group-text + .search-submit, .search-form .input-group-prepend .input-group-text + .search-submit, .input-group-append .btn + .btn, .input-group-append .comment-form input[type="submit"] + .btn, .comment-form .input-group-append input[type="submit"] + .btn, .input-group-append .search-form .search-submit + .btn, .search-form .input-group-append .search-submit + .btn, .input-group-append .comment-form .btn + input[type="submit"], .comment-form .input-group-append .btn + input[type="submit"], .input-group-append .comment-form input[type="submit"] + input[type="submit"], .comment-form .input-group-append input[type="submit"] + input[type="submit"], .input-group-append .search-form .comment-form .search-submit + input[type="submit"], .comment-form .input-group-append .search-form .search-submit + input[type="submit"], .search-form .input-group-append .comment-form .search-submit + input[type="submit"], .comment-form .search-form .input-group-append .search-submit + input[type="submit"], .input-group-append .search-form .btn + .search-submit, .search-form .input-group-append .btn + .search-submit, .input-group-append .comment-form .search-form input[type="submit"] + .search-submit, .search-form .input-group-append .comment-form input[type="submit"] + .search-submit, .comment-form .input-group-append .search-form input[type="submit"] + .search-submit, .search-form .comment-form .input-group-append input[type="submit"] + .search-submit, .input-group-append .search-form .search-submit + .search-submit, .search-form .input-group-append .search-submit + .search-submit, .input-group-append .btn + .input-group-text, .input-group-append .comment-form input[type="submit"] + .input-group-text, .comment-form .input-group-append input[type="submit"] + .input-group-text, .input-group-append .search-form .search-submit + .input-group-text, .search-form .input-group-append .search-submit + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .comment-form .input-group-text + input[type="submit"], .comment-form .input-group-append .input-group-text + input[type="submit"], .input-group-append .search-form .input-group-text + .search-submit, .search-form .input-group-append .input-group-text + .search-submit {
   margin-left: -1px;
}

.input-group-prepend {
   margin-right: -1px;
}

.input-group-append {
   margin-left: -1px;
}

.input-group-text {
   display: flex;
   align-items: center;
   padding: 0.375rem 0.75rem;
   margin-bottom: 0;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #495057;
   text-align: center;
   white-space: nowrap;
   background-color: #e9ecef;
   border: 1px solid #ced4da;
   border-radius: 0.25rem;
}

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
   margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .comment-form .input-group-lg > input:not(textarea)[type="text"], .comment-form .input-group-lg > input:not(textarea)[type="email"], .comment-form .input-group-lg > input:not(textarea)[type="url"], .comment-form .input-group-lg > textarea:not(textarea), .search-form .input-group-lg > .search-field:not(textarea), .input-group-lg > .custom-select {
   height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .comment-form .input-group-lg > input[type="text"], .comment-form .input-group-lg > input[type="email"], .comment-form .input-group-lg > input[type="url"], .comment-form .input-group-lg > textarea, .search-form .input-group-lg > .search-field, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .comment-form .input-group-lg > .input-group-prepend > input[type="submit"], .search-form .input-group-lg > .input-group-prepend > .search-submit, .input-group-lg > .input-group-append > .btn, .comment-form .input-group-lg > .input-group-append > input[type="submit"], .search-form .input-group-lg > .input-group-append > .search-submit {
   padding: 0.5rem 1rem;
   font-size: 1.25rem;
   line-height: 1.5;
   border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), .comment-form .input-group-sm > input:not(textarea)[type="text"], .comment-form .input-group-sm > input:not(textarea)[type="email"], .comment-form .input-group-sm > input:not(textarea)[type="url"], .comment-form .input-group-sm > textarea:not(textarea), .search-form .input-group-sm > .search-field:not(textarea), .input-group-sm > .custom-select {
   height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .comment-form .input-group-sm > input[type="text"], .comment-form .input-group-sm > input[type="email"], .comment-form .input-group-sm > input[type="url"], .comment-form .input-group-sm > textarea, .search-form .input-group-sm > .search-field, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .comment-form .input-group-sm > .input-group-prepend > input[type="submit"], .search-form .input-group-sm > .input-group-prepend > .search-submit, .input-group-sm > .input-group-append > .btn, .comment-form .input-group-sm > .input-group-append > input[type="submit"], .search-form .input-group-sm > .input-group-append > .search-submit {
   padding: 0.25rem 0.5rem;
   font-size: 0.875rem;
   line-height: 1.5;
   border-radius: 0.2rem;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
   padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .comment-form .input-group > .input-group-prepend > input[type="submit"], .search-form .input-group > .input-group-prepend > .search-submit, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .comment-form .input-group > .input-group-append:not(:last-child) > input[type="submit"], .search-form .input-group > .input-group-append:not(:last-child) > .search-submit, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .comment-form .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .search-form .input-group > .input-group-append:last-child > .search-submit:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .comment-form .input-group > .input-group-append > input[type="submit"], .search-form .input-group > .input-group-append > .search-submit, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .comment-form .input-group > .input-group-prepend:not(:first-child) > input[type="submit"], .search-form .input-group > .input-group-prepend:not(:first-child) > .search-submit, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .comment-form .input-group > .input-group-prepend:first-child > input:not(:first-child)[type="submit"], .search-form .input-group > .input-group-prepend:first-child > .search-submit:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
}

.custom-control {
   position: relative;
   z-index: 1;
   display: block;
   min-height: 1.5rem;
   padding-left: 1.5rem;
   color-adjust: exact;
}

.custom-control-inline {
   display: inline-flex;
   margin-right: 1rem;
}

.custom-control-input {
   position: absolute;
   left: 0;
   z-index: -1;
   width: 1rem;
   height: 1.25rem;
   opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
   color: #fff;
   border-color: #525ddc;
   background-color: #525ddc;
}

.custom-control-input:focus ~ .custom-control-label::before {
   box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
   border-color: #bcc0f1;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
   color: #fff;
   background-color: #e6e8fa;
   border-color: #e6e8fa;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
   color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
   background-color: #e9ecef;
}

.custom-control-label {
   position: relative;
   margin-bottom: 0;
   vertical-align: top;
}

.custom-control-label::before {
   position: absolute;
   top: 0.25rem;
   left: -1.5rem;
   display: block;
   width: 1rem;
   height: 1rem;
   pointer-events: none;
   content: "";
   background-color: #fff;
   border: #adb5bd solid 1px;
}

.custom-control-label::after {
   position: absolute;
   top: 0.25rem;
   left: -1.5rem;
   display: block;
   width: 1rem;
   height: 1rem;
   content: "";
   background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
   border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
   border-color: #525ddc;
   background-color: #525ddc;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
   background-color: rgba(82, 93, 220, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
   background-color: rgba(82, 93, 220, 0.5);
}

.custom-radio .custom-control-label::before {
   border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
   background-color: rgba(82, 93, 220, 0.5);
}

.custom-switch {
   padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
   left: -2.25rem;
   width: 1.75rem;
   pointer-events: all;
   border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
   top: calc(0.25rem + 2px);
   left: calc(-2.25rem + 2px);
   width: calc(1rem - 4px);
   height: calc(1rem - 4px);
   background-color: #adb5bd;
   border-radius: 0.5rem;
   transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {

 .custom-switch .custom-control-label::after {
    transition: none;
 }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
   background-color: #fff;
   transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
   background-color: rgba(82, 93, 220, 0.5);
}

.custom-select {
   display: inline-block;
   width: 100%;
   height: calc(1.5em + 0.75rem + 2px);
   padding: 0.375rem 1.75rem 0.375rem 0.75rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #495057;
   vertical-align: middle;
   background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
   border: 1px solid #ced4da;
   border-radius: 0.25rem;
   appearance: none;
}

.custom-select:focus {
   border-color: #bcc0f1;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}

.custom-select:focus::-ms-value {
   color: #495057;
   background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
   height: auto;
   padding-right: 0.75rem;
   background-image: none;
}

.custom-select:disabled {
   color: #6c757d;
   background-color: #e9ecef;
}

.custom-select::-ms-expand {
   display: none;
}

.custom-select:-moz-focusring {
   color: transparent;
   text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
   height: calc(1.5em + 0.5rem + 2px);
   padding-top: 0.25rem;
   padding-bottom: 0.25rem;
   padding-left: 0.5rem;
   font-size: 0.875rem;
}

.custom-select-lg {
   height: calc(1.5em + 1rem + 2px);
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
   padding-left: 1rem;
   font-size: 1.25rem;
}

.custom-file {
   position: relative;
   display: inline-block;
   width: 100%;
   height: calc(1.5em + 0.75rem + 2px);
   margin-bottom: 0;
}

.custom-file-input {
   position: relative;
   z-index: 2;
   width: 100%;
   height: calc(1.5em + 0.75rem + 2px);
   margin: 0;
   opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
   border-color: #bcc0f1;
   box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
   background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
   content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
   content: attr(data-browse);
}

.custom-file-label {
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   z-index: 1;
   height: calc(1.5em + 0.75rem + 2px);
   padding: 0.375rem 0.75rem;
   font-weight: 400;
   line-height: 1.5;
   color: #495057;
   background-color: #fff;
   border: 1px solid #ced4da;
   border-radius: 0.25rem;
}

.custom-file-label::after {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   z-index: 3;
   display: block;
   height: calc(1.5em + 0.75rem);
   padding: 0.375rem 0.75rem;
   line-height: 1.5;
   color: #495057;
   content: "Browse";
   background-color: #e9ecef;
   border-left: inherit;
   border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
   width: 100%;
   height: 1.4rem;
   padding: 0;
   background-color: transparent;
   appearance: none;
}

.custom-range:focus {
   outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
   box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}

.custom-range:focus::-moz-range-thumb {
   box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}

.custom-range:focus::-ms-thumb {
   box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}

.custom-range::-moz-focus-outer {
   border: 0;
}

.custom-range::-webkit-slider-thumb {
   width: 1rem;
   height: 1rem;
   margin-top: -0.25rem;
   background-color: #525ddc;
   border: 0;
   border-radius: 1rem;
   transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   appearance: none;
}
@media (prefers-reduced-motion: reduce) {

 .custom-range::-webkit-slider-thumb {
    transition: none;
 }
}

.custom-range::-webkit-slider-thumb:active {
   background-color: #e6e8fa;
}

.custom-range::-webkit-slider-runnable-track {
   width: 100%;
   height: 0.5rem;
   color: transparent;
   cursor: pointer;
   background-color: #dee2e6;
   border-color: transparent;
   border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
   width: 1rem;
   height: 1rem;
   background-color: #525ddc;
   border: 0;
   border-radius: 1rem;
   transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   appearance: none;
}
@media (prefers-reduced-motion: reduce) {

 .custom-range::-moz-range-thumb {
    transition: none;
 }
}

.custom-range::-moz-range-thumb:active {
   background-color: #e6e8fa;
}

.custom-range::-moz-range-track {
   width: 100%;
   height: 0.5rem;
   color: transparent;
   cursor: pointer;
   background-color: #dee2e6;
   border-color: transparent;
   border-radius: 1rem;
}

.custom-range::-ms-thumb {
   width: 1rem;
   height: 1rem;
   margin-top: 0;
   margin-right: 0.2rem;
   margin-left: 0.2rem;
   background-color: #525ddc;
   border: 0;
   border-radius: 1rem;
   transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   appearance: none;
}
@media (prefers-reduced-motion: reduce) {

 .custom-range::-ms-thumb {
    transition: none;
 }
}

.custom-range::-ms-thumb:active {
   background-color: #e6e8fa;
}

.custom-range::-ms-track {
   width: 100%;
   height: 0.5rem;
   color: transparent;
   cursor: pointer;
   background-color: transparent;
   border-color: transparent;
   border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
   background-color: #dee2e6;
   border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
   margin-right: 15px;
   background-color: #dee2e6;
   border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
   background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
   cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
   background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
   cursor: default;
}

.custom-range:disabled::-ms-thumb {
   background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
   transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {

 .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
 }
}

.nav {
   display: flex;
   flex-wrap: wrap;
   padding-left: 0;
   margin-bottom: 0;
   list-style: none;
}

.nav-link {
   display: block;
   padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
   text-decoration: none;
}

.nav-link.disabled {
   color: #6c757d;
   pointer-events: none;
   cursor: default;
}

.nav-tabs {
   border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
   margin-bottom: -1px;
}

.nav-tabs .nav-link {
   border: 1px solid transparent;
   border-top-left-radius: 0.25rem;
   border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
   border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
   color: #6c757d;
   background-color: transparent;
   border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
   color: #495057;
   background-color: #fff;
   border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
   margin-top: -1px;
   border-top-left-radius: 0;
   border-top-right-radius: 0;
}

.nav-pills .nav-link {
   border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
   color: #fff;
   background-color: #525ddc;
}

.nav-fill > .nav-link, .nav-fill .nav-item {
   flex: 1 1 auto;
   text-align: center;
}

.nav-justified > .nav-link, .nav-justified .nav-item {
   flex-basis: 0;
   flex-grow: 1;
   text-align: center;
}

.tab-content > .tab-pane {
   display: none;
}

.tab-content > .active {
   display: block;
}

.navbar {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   padding: 0.5rem 1rem;
}

.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
}

.navbar-brand {
   display: inline-block;
   padding-top: 0.3125rem;
   padding-bottom: 0.3125rem;
   margin-right: 1rem;
   font-size: 1.25rem;
   line-height: inherit;
   white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
   text-decoration: none;
}

.navbar-nav {
   display: flex;
   flex-direction: column;
   padding-left: 0;
   margin-bottom: 0;
   list-style: none;
}

.navbar-nav .nav-link {
   padding-right: 0;
   padding-left: 0;
}

.navbar-nav .dropdown-menu {
   position: static;
   float: none;
}

.navbar-text {
   display: inline-block;
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
}

.navbar-collapse {
   flex-basis: 100%;
   flex-grow: 1;
   align-items: center;
}

.navbar-toggler {
   padding: 0.25rem 0.75rem;
   font-size: 1.25rem;
   line-height: 1;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
   text-decoration: none;
}

.navbar-toggler-icon {
   display: inline-block;
   width: 1.5em;
   height: 1.5em;
   vertical-align: middle;
   content: "";
   background: no-repeat center center;
   background-size: 100% 100%;
}
@media (max-width: 575.98px) {

 .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
 }
}
@media (min-width: 576px) {

 .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
 }

 .navbar-expand-sm .navbar-nav {
    flex-direction: row;
 }

 .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
 }

 .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
 }

 .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
 }

 .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
 }

 .navbar-expand-sm .navbar-toggler {
    display: none;
 }
}
@media (max-width: 767.98px) {

 .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
 }
}
@media (min-width: 768px) {

 .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
 }

 .navbar-expand-md .navbar-nav {
    flex-direction: row;
 }

 .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
 }

 .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
 }

 .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
 }

 .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
 }

 .navbar-expand-md .navbar-toggler {
    display: none;
 }
}
@media (max-width: 991.98px) {

 .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
 }
}
@media (min-width: 992px) {

 .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
 }

 .navbar-expand-lg .navbar-nav {
    flex-direction: row;
 }

 .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
 }

 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
 }

 .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
 }

 .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
 }

 .navbar-expand-lg .navbar-toggler {
    display: none;
 }
}
@media (max-width: 1199.98px) {

 .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
 }
}
@media (min-width: 1200px) {

 .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
 }

 .navbar-expand-xl .navbar-nav {
    flex-direction: row;
 }

 .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
 }

 .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
 }

 .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
 }

 .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
 }

 .navbar-expand-xl .navbar-toggler {
    display: none;
 }
}

.navbar-expand {
   flex-flow: row nowrap;
   justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
   padding-right: 0;
   padding-left: 0;
}

.navbar-expand .navbar-nav {
   flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
   position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
   padding-right: 0.5rem;
   padding-left: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
   flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
   display: flex !important;
   flex-basis: auto;
}

.navbar-expand .navbar-toggler {
   display: none;
}

.navbar-light .navbar-brand {
   color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
   color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
   color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
   color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
   color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
   color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
   color: rgba(0, 0, 0, 0.5);
   border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
   background-image: none;
}

.navbar-light .navbar-text {
   color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
   color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
   color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
   color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
   color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
   color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
   color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
   color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
   color: #fff;
}

.navbar-dark .navbar-toggler {
   color: rgba(255, 255, 255, 0.5);
   border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
   background-image: none;
}

.navbar-dark .navbar-text {
   color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
   color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
   color: #fff;
}

.card {
   position: relative;
   display: flex;
   flex-direction: column;
   min-width: 0;
   word-wrap: break-word;
   background-color: #fff;
   background-clip: border-box;
   border: 1px solid rgba(0, 0, 0, 0.125);
   border-radius: 0.25rem;
}

.card > hr {
   margin-right: 0;
   margin-left: 0;
}

.card > .list-group {
   border-top: inherit;
   border-bottom: inherit;
}

.card > .list-group:first-child {
   border-top-width: 0;
   border-top-left-radius: calc(0.25rem - 1px);
   border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
   border-bottom-width: 0;
   border-bottom-right-radius: calc(0.25rem - 1px);
   border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
   border-top: 0;
}

.card-body {
   flex: 1 1 auto;
   min-height: 1px;
   padding: 1.25rem;
}

.card-title {
   margin-bottom: 0.75rem;
}

.card-subtitle {
   margin-top: -0.375rem;
   margin-bottom: 0;
}

.card-text:last-child {
   margin-bottom: 0;
}

.card-link:hover {
   text-decoration: none;
}

.card-link + .card-link {
   margin-left: 1.25rem;
}

.card-header {
   padding: 0.75rem 1.25rem;
   margin-bottom: 0;
   background-color: rgba(0, 0, 0, 0.03);
   border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
   border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
   padding: 0.75rem 1.25rem;
   background-color: rgba(0, 0, 0, 0.03);
   border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
   border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
   margin-right: -0.625rem;
   margin-bottom: -0.75rem;
   margin-left: -0.625rem;
   border-bottom: 0;
}

.card-header-pills {
   margin-right: -0.625rem;
   margin-left: -0.625rem;
}

.card-img-overlay {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   padding: 1.25rem;
   border-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-top, .card-img-bottom {
   flex-shrink: 0;
   width: 100%;
}

.card-img, .card-img-top {
   border-top-left-radius: calc(0.25rem - 1px);
   border-top-right-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-bottom {
   border-bottom-right-radius: calc(0.25rem - 1px);
   border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
   margin-bottom: 15px;
}
@media (min-width: 576px) {

 .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
 }

 .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
 }
}

.card-group > .card {
   margin-bottom: 15px;
}
@media (min-width: 576px) {

 .card-group {
    display: flex;
    flex-flow: row wrap;
 }

 .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
 }

 .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
 }

 .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
 }

 .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
 }

 .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
 }

 .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
 }

 .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
 }

 .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
 }
}

.card-columns .card {
   margin-bottom: 0.75rem;
}
@media (min-width: 576px) {

 .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
 }

 .card-columns .card {
    display: inline-block;
    width: 100%;
 }
}

.accordion {
   overflow-anchor: none;
}

.accordion > .card {
   overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
   border-bottom: 0;
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
   border-top-left-radius: 0;
   border-top-right-radius: 0;
}

.accordion > .card > .card-header {
   border-radius: 0;
   margin-bottom: -1px;
}

.breadcrumb {
   display: flex;
   flex-wrap: wrap;
   padding: 0.75rem 1rem;
   margin-bottom: 1rem;
   list-style: none;
   background-color: #e9ecef;
   border-radius: 0.25rem;
}

.breadcrumb-item {
   display: flex;
}

.breadcrumb-item + .breadcrumb-item {
   padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
   display: inline-block;
   padding-right: 0.5rem;
   color: #6c757d;
   content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
   text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
   text-decoration: none;
}

.breadcrumb-item.active {
   color: #6c757d;
}

.pagination {
   display: flex;
   padding-left: 0;
   list-style: none;
   border-radius: 0.25rem;
}

.page-link {
   position: relative;
   display: block;
   padding: 0.5rem 0.75rem;
   margin-left: -1px;
   line-height: 1.25;
   color: #525ddc;
   background-color: #fff;
   border: 1px solid #dee2e6;
}

.page-link:hover {
   z-index: 2;
   color: #2632bc;
   text-decoration: none;
   background-color: #e9ecef;
   border-color: #dee2e6;
}

.page-link:focus {
   z-index: 3;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}

.page-item:first-child .page-link {
   margin-left: 0;
   border-top-left-radius: 0.25rem;
   border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
   border-top-right-radius: 0.25rem;
   border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
   z-index: 3;
   color: #fff;
   background-color: #525ddc;
   border-color: #525ddc;
}

.page-item.disabled .page-link {
   color: #6c757d;
   pointer-events: none;
   cursor: auto;
   background-color: #fff;
   border-color: #dee2e6;
}

.pagination-lg .page-link {
   padding: 0.75rem 1.5rem;
   font-size: 1.25rem;
   line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
   border-top-left-radius: 0.3rem;
   border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
   border-top-right-radius: 0.3rem;
   border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
   padding: 0.25rem 0.5rem;
   font-size: 0.875rem;
   line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
   border-top-left-radius: 0.2rem;
   border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
   border-top-right-radius: 0.2rem;
   border-bottom-right-radius: 0.2rem;
}

.badge {
   display: inline-block;
   padding: 0.25em 0.4em;
   font-size: 75%;
   font-weight: 700;
   line-height: 1;
   text-align: center;
   white-space: nowrap;
   vertical-align: baseline;
   border-radius: 0.25rem;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {

 .badge {
    transition: none;
 }
}

a.badge:hover, a.badge:focus {
   text-decoration: none;
}

.badge:empty {
   display: none;
}

.btn .badge, .comment-form input[type="submit"] .badge, .search-form .search-submit .badge {
   position: relative;
   top: -1px;
}

.badge-pill {
   padding-right: 0.6em;
   padding-left: 0.6em;
   border-radius: 10rem;
}

.badge-primary {
   color: #fff;
   background-color: #525ddc;
}

a.badge-primary:hover, a.badge-primary:focus {
   color: #fff;
   background-color: #2a38d1;
}

a.badge-primary:focus, a.badge-primary.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.5);
}

.badge-secondary {
   color: #fff;
   background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
   color: #fff;
   background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
   color: #fff;
   background-color: #347362;
}

a.badge-success:hover, a.badge-success:focus {
   color: #fff;
   background-color: #245044;
}

a.badge-success:focus, a.badge-success.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(52, 115, 98, 0.5);
}

.badge-info {
   color: #fff;
   background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
   color: #fff;
   background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
   color: #212529;
   background-color: #fcc84e;
}

a.badge-warning:hover, a.badge-warning:focus {
   color: #212529;
   background-color: #fbb81c;
}

a.badge-warning:focus, a.badge-warning.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(252, 200, 78, 0.5);
}

.badge-danger {
   color: #fff;
   background-color: #f63e3e;
}

a.badge-danger:hover, a.badge-danger:focus {
   color: #fff;
   background-color: #f40d0d;
}

a.badge-danger:focus, a.badge-danger.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(246, 62, 62, 0.5);
}

.badge-light {
   color: #212529;
   background-color: #f0f6ff;
}

a.badge-light:hover, a.badge-light:focus {
   color: #212529;
   background-color: #bdd7ff;
}

a.badge-light:focus, a.badge-light.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(240, 246, 255, 0.5);
}

.badge-dark {
   color: #fff;
   background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
   color: #fff;
   background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
   padding: 2rem 1rem;
   margin-bottom: 2rem;
   background-color: #e9ecef;
   border-radius: 0.3rem;
}
@media (min-width: 576px) {

 .jumbotron {
    padding: 4rem 2rem;
 }
}

.jumbotron-fluid {
   padding-right: 0;
   padding-left: 0;
   border-radius: 0;
}

.alert {
   position: relative;
   padding: 0.75rem 1.25rem;
   margin-bottom: 1rem;
   border: 1px solid transparent;
   border-radius: 0.25rem;
}

.alert-heading {
   color: inherit;
}

.alert-link {
   font-weight: 700;
}

.alert-dismissible {
   padding-right: 4rem;
}

.alert-dismissible .close {
   position: absolute;
   top: 0;
   right: 0;
   z-index: 2;
   padding: 0.75rem 1.25rem;
   color: inherit;
}

.alert-primary {
   color: #2b3072;
   background-color: #dcdff8;
   border-color: #cfd2f5;
}

.alert-primary hr {
   border-top-color: #babef1;
}

.alert-primary .alert-link {
   color: #1d204d;
}

.alert-secondary {
   color: #383d41;
   background-color: #e2e3e5;
   border-color: #d6d8db;
}

.alert-secondary hr {
   border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
   color: #202326;
}

.alert-success {
   color: #1b3c33;
   background-color: #d6e3e0;
   border-color: #c6d8d3;
}

.alert-success hr {
   border-top-color: #b7cec7;
}

.alert-success .alert-link {
   color: #0b1915;
}

.alert-info {
   color: #0c5460;
   background-color: #d1ecf1;
   border-color: #bee5eb;
}

.alert-info hr {
   border-top-color: #abdde5;
}

.alert-info .alert-link {
   color: #062c33;
}

.alert-warning {
   color: #836829;
   background-color: #fef4dc;
   border-color: #fef0cd;
}

.alert-warning hr {
   border-top-color: #fee9b4;
}

.alert-warning .alert-link {
   color: #5c491d;
}

.alert-danger {
   color: #802020;
   background-color: #fdd8d8;
   border-color: #fcc9c9;
}

.alert-danger hr {
   border-top-color: #fbb1b1;
}

.alert-danger .alert-link {
   color: #571616;
}

.alert-light {
   color: #7d8085;
   background-color: #fcfdff;
   border-color: #fbfcff;
}

.alert-light hr {
   border-top-color: #e2e9ff;
}

.alert-light .alert-link {
   color: #64676b;
}

.alert-dark {
   color: #1b1e21;
   background-color: #d6d8d9;
   border-color: #c6c8ca;
}

.alert-dark hr {
   border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
   color: #040505;
}
@keyframes progress-bar-stripes {
   from {
    background-position: 1rem 0;
 }
 to {
    background-position: 0 0;
 }
}

.progress {
   display: flex;
   height: 1rem;
   overflow: hidden;
   line-height: 0;
   font-size: 0.75rem;
   background-color: #e9ecef;
   border-radius: 0.25rem;
}

.progress-bar {
   display: flex;
   flex-direction: column;
   justify-content: center;
   overflow: hidden;
   color: #fff;
   text-align: center;
   white-space: nowrap;
   background-color: #525ddc;
   transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {

 .progress-bar {
    transition: none;
 }
}

.progress-bar-striped {
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-size: 1rem 1rem;
}

.progress-bar-animated {
   animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {

 .progress-bar-animated {
    animation: none;
 }
}

.media {
   display: flex;
   align-items: flex-start;
}

.media-body {
   flex: 1;
}

.list-group {
   display: flex;
   flex-direction: column;
   padding-left: 0;
   margin-bottom: 0;
   border-radius: 0.25rem;
}

.list-group-item-action {
   width: 100%;
   color: #495057;
   text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
   z-index: 1;
   color: #495057;
   text-decoration: none;
   background-color: #f8f9fa;
}

.list-group-item-action:active {
   color: #212529;
   background-color: #e9ecef;
}

.list-group-item {
   position: relative;
   display: block;
   padding: 0.75rem 1.25rem;
   background-color: #fff;
   border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
   border-top-left-radius: inherit;
   border-top-right-radius: inherit;
}

.list-group-item:last-child {
   border-bottom-right-radius: inherit;
   border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
   color: #6c757d;
   pointer-events: none;
   background-color: #fff;
}

.list-group-item.active {
   z-index: 2;
   color: #fff;
   background-color: #525ddc;
   border-color: #525ddc;
}

.list-group-item + .list-group-item {
   border-top-width: 0;
}

.list-group-item + .list-group-item.active {
   margin-top: -1px;
   border-top-width: 1px;
}

.list-group-horizontal {
   flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
   border-bottom-left-radius: 0.25rem;
   border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
   border-top-right-radius: 0.25rem;
   border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
   margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
   border-top-width: 1px;
   border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
   margin-left: -1px;
   border-left-width: 1px;
}
@media (min-width: 576px) {

 .list-group-horizontal-sm {
    flex-direction: row;
 }

 .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
 }

 .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
 }

 .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
 }

 .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
 }

 .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
 }
}
@media (min-width: 768px) {

 .list-group-horizontal-md {
    flex-direction: row;
 }

 .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
 }

 .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
 }

 .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
 }

 .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
 }

 .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
 }
}
@media (min-width: 992px) {

 .list-group-horizontal-lg {
    flex-direction: row;
 }

 .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
 }

 .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
 }

 .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
 }

 .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
 }

 .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
 }
}
@media (min-width: 1200px) {

 .list-group-horizontal-xl {
    flex-direction: row;
 }

 .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
 }

 .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
 }

 .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
 }

 .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
 }

 .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
 }
}

.list-group-flush {
   border-radius: 0;
}

.list-group-flush > .list-group-item {
   border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
   border-bottom-width: 0;
}

.list-group-item-primary {
   color: #2b3072;
   background-color: #cfd2f5;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
   color: #2b3072;
   background-color: #babef1;
}

.list-group-item-primary.list-group-item-action.active {
   color: #fff;
   background-color: #2b3072;
   border-color: #2b3072;
}

.list-group-item-secondary {
   color: #383d41;
   background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
   color: #383d41;
   background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
   color: #fff;
   background-color: #383d41;
   border-color: #383d41;
}

.list-group-item-success {
   color: #1b3c33;
   background-color: #c6d8d3;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
   color: #1b3c33;
   background-color: #b7cec7;
}

.list-group-item-success.list-group-item-action.active {
   color: #fff;
   background-color: #1b3c33;
   border-color: #1b3c33;
}

.list-group-item-info {
   color: #0c5460;
   background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
   color: #0c5460;
   background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
   color: #fff;
   background-color: #0c5460;
   border-color: #0c5460;
}

.list-group-item-warning {
   color: #836829;
   background-color: #fef0cd;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
   color: #836829;
   background-color: #fee9b4;
}

.list-group-item-warning.list-group-item-action.active {
   color: #fff;
   background-color: #836829;
   border-color: #836829;
}

.list-group-item-danger {
   color: #802020;
   background-color: #fcc9c9;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
   color: #802020;
   background-color: #fbb1b1;
}

.list-group-item-danger.list-group-item-action.active {
   color: #fff;
   background-color: #802020;
   border-color: #802020;
}

.list-group-item-light {
   color: #7d8085;
   background-color: #fbfcff;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
   color: #7d8085;
   background-color: #e2e9ff;
}

.list-group-item-light.list-group-item-action.active {
   color: #fff;
   background-color: #7d8085;
   border-color: #7d8085;
}

.list-group-item-dark {
   color: #1b1e21;
   background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
   color: #1b1e21;
   background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
   color: #fff;
   background-color: #1b1e21;
   border-color: #1b1e21;
}

.close {
   float: right;
   font-size: 1.5rem;
   font-weight: 700;
   line-height: 1;
   color: #000;
   text-shadow: 0 1px 0 #fff;
   opacity: .5;
}

.close:hover {
   color: #000;
   text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
   opacity: .75;
}

button.close {
   padding: 0;
   background-color: transparent;
   border: 0;
}

a.close.disabled {
   pointer-events: none;
}

.toast {
   flex-basis: 350px;
   max-width: 350px;
   font-size: 0.875rem;
   background-color: rgba(255, 255, 255, 0.85);
   background-clip: padding-box;
   border: 1px solid rgba(0, 0, 0, 0.1);
   box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
   opacity: 0;
   border-radius: 0.25rem;
}

.toast:not(:last-child) {
   margin-bottom: 0.75rem;
}

.toast.showing {
   opacity: 1;
}

.toast.show {
   display: block;
   opacity: 1;
}

.toast.hide {
   display: none;
}

.toast-header {
   display: flex;
   align-items: center;
   padding: 0.25rem 0.75rem;
   color: #6c757d;
   background-color: rgba(255, 255, 255, 0.85);
   background-clip: padding-box;
   border-bottom: 1px solid rgba(0, 0, 0, 0.05);
   border-top-left-radius: calc(0.25rem - 1px);
   border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
   padding: 0.75rem;
}

.modal-open {
   overflow: hidden;
}

.modal-open .modal {
   overflow-x: hidden;
   overflow-y: auto;
}

.modal {
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1050;
   display: none;
   width: 100%;
   height: 100%;
   overflow: hidden;
   outline: 0;
}

.modal-dialog {
   position: relative;
   width: auto;
   margin: 0.5rem;
   pointer-events: none;
}

.modal.fade .modal-dialog {
   transition: transform 0.3s ease-out;
   transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {

 .modal.fade .modal-dialog {
    transition: none;
 }
}

.modal.show .modal-dialog {
   transform: none;
}

.modal.modal-static .modal-dialog {
   transform: scale(1.02);
}

.modal-dialog-scrollable {
   display: flex;
   max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
   max-height: calc(100vh - 1rem);
   overflow: hidden;
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
   flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
   overflow-y: auto;
}

.modal-dialog-centered {
   display: flex;
   align-items: center;
   min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
   display: block;
   height: calc(100vh - 1rem);
   height: min-content;
   content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
   flex-direction: column;
   justify-content: center;
   height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
   max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
   content: none;
}

.modal-content {
   position: relative;
   display: flex;
   flex-direction: column;
   width: 100%;
   pointer-events: auto;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid rgba(0, 0, 0, 0.2);
   border-radius: 0.3rem;
   outline: 0;
}

.modal-backdrop {
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1040;
   width: 100vw;
   height: 100vh;
   background-color: #000;
}

.modal-backdrop.fade {
   opacity: 0;
}

.modal-backdrop.show {
   opacity: 0.5;
}

.modal-header {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   padding: 1rem 1rem;
   border-bottom: 1px solid #647187;
   border-top-left-radius: calc(0.3rem - 1px);
   border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
   padding: 1rem 1rem;
   margin: -1rem -1rem -1rem auto;
}

.modal-title {
   margin-bottom: 0;
   line-height: 1.5;
}

.modal-body {
   position: relative;
   flex: 1 1 auto;
   padding: 1rem;
}

.modal-footer {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: flex-end;
   padding: 0.75rem;
   border-top: 1px solid #647187;
   border-bottom-right-radius: calc(0.3rem - 1px);
   border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
   margin: 0.25rem;
}

.modal-scrollbar-measure {
   position: absolute;
   top: -9999px;
   width: 50px;
   height: 50px;
   overflow: scroll;
}
@media (min-width: 576px) {

 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
 }

 .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
 }

 .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
 }

 .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
 }

 .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
 }

 .modal-sm {
    max-width: 300px;
 }
}
@media (min-width: 992px) {

 .modal-lg, .modal-xl {
    max-width: 800px;
 }
}
@media (min-width: 1200px) {

 .modal-xl {
    max-width: 1140px;
 }
}

.tooltip {
   position: absolute;
   z-index: 1070;
   display: block;
   margin: 0;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   font-style: normal;
   font-weight: 400;
   line-height: 1.5;
   text-align: left;
   text-align: start;
   text-decoration: none;
   text-shadow: none;
   text-transform: none;
   letter-spacing: normal;
   word-break: normal;
   word-spacing: normal;
   white-space: normal;
   line-break: auto;
   font-size: 0.875rem;
   word-wrap: break-word;
   opacity: 0;
}

.tooltip.show {
   opacity: 0.9;
}

.tooltip .arrow {
   position: absolute;
   display: block;
   width: 0.8rem;
   height: 0.4rem;
}

.tooltip .arrow::before {
   position: absolute;
   content: "";
   border-color: transparent;
   border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
   padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
   bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
   top: 0;
   border-width: 0.4rem 0.4rem 0;
   border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
   padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
   left: 0;
   width: 0.4rem;
   height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
   right: 0;
   border-width: 0.4rem 0.4rem 0.4rem 0;
   border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
   padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
   top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
   bottom: 0;
   border-width: 0 0.4rem 0.4rem;
   border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
   padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
   right: 0;
   width: 0.4rem;
   height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
   left: 0;
   border-width: 0.4rem 0 0.4rem 0.4rem;
   border-left-color: #000;
}

.tooltip-inner {
   max-width: 200px;
   padding: 0.25rem 0.5rem;
   color: #fff;
   text-align: center;
   background-color: #000;
   border-radius: 0.25rem;
}

.popover {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1060;
   display: block;
   max-width: 276px;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   font-style: normal;
   font-weight: 400;
   line-height: 1.5;
   text-align: left;
   text-align: start;
   text-decoration: none;
   text-shadow: none;
   text-transform: none;
   letter-spacing: normal;
   word-break: normal;
   word-spacing: normal;
   white-space: normal;
   line-break: auto;
   font-size: 0.875rem;
   word-wrap: break-word;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid rgba(0, 0, 0, 0.2);
   border-radius: 0.3rem;
}

.popover .arrow {
   position: absolute;
   display: block;
   width: 1rem;
   height: 0.5rem;
   margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
   position: absolute;
   display: block;
   content: "";
   border-color: transparent;
   border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
   margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
   bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
   bottom: 0;
   border-width: 0.5rem 0.5rem 0;
   border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
   bottom: 1px;
   border-width: 0.5rem 0.5rem 0;
   border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
   margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
   left: calc(-0.5rem - 1px);
   width: 0.5rem;
   height: 1rem;
   margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
   left: 0;
   border-width: 0.5rem 0.5rem 0.5rem 0;
   border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
   left: 1px;
   border-width: 0.5rem 0.5rem 0.5rem 0;
   border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
   margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
   top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
   top: 0;
   border-width: 0 0.5rem 0.5rem 0.5rem;
   border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
   top: 1px;
   border-width: 0 0.5rem 0.5rem 0.5rem;
   border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
   position: absolute;
   top: 0;
   left: 50%;
   display: block;
   width: 1rem;
   margin-left: -0.5rem;
   content: "";
   border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
   margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
   right: calc(-0.5rem - 1px);
   width: 0.5rem;
   height: 1rem;
   margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
   right: 0;
   border-width: 0.5rem 0 0.5rem 0.5rem;
   border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
   right: 1px;
   border-width: 0.5rem 0 0.5rem 0.5rem;
   border-left-color: #fff;
}

.popover-header {
   padding: 0.5rem 0.75rem;
   margin-bottom: 0;
   font-size: 1rem;
   background-color: #f7f7f7;
   border-bottom: 1px solid #ebebeb;
   border-top-left-radius: calc(0.3rem - 1px);
   border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
   display: none;
}

.popover-body {
   padding: 0.5rem 0.75rem;
   color: #212529;
}

.carousel {
   position: relative;
}

.carousel.pointer-event {
   touch-action: pan-y;
}

.carousel-inner {
   position: relative;
   width: 100%;
   overflow: hidden;
}

.carousel-inner::after {
   display: block;
   clear: both;
   content: "";
}

.carousel-item {
   position: relative;
   display: none;
   float: left;
   width: 100%;
   margin-right: -100%;
   backface-visibility: hidden;
   transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {

 .carousel-item {
    transition: none;
 }
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
   display: block;
}

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
   transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
   transform: translateX(-100%);
}

.carousel-fade .carousel-item {
   opacity: 0;
   transition-property: opacity;
   transform: none;
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
   z-index: 1;
   opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
   z-index: 0;
   opacity: 0;
   transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {

 .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
 }
}

.carousel-control-prev, .carousel-control-next {
   position: absolute;
   top: 0;
   bottom: 0;
   z-index: 1;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 15%;
   color: #fff;
   text-align: center;
   opacity: 0.5;
   transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {

 .carousel-control-prev, .carousel-control-next {
    transition: none;
 }
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
   color: #fff;
   text-decoration: none;
   outline: 0;
   opacity: 0.9;
}

.carousel-control-prev {
   left: 0;
}

.carousel-control-next {
   right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
   display: inline-block;
   width: 20px;
   height: 20px;
   background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
   position: absolute;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 15;
   display: flex;
   justify-content: center;
   padding-left: 0;
   margin-right: 15%;
   margin-left: 15%;
   list-style: none;
}

.carousel-indicators li {
   box-sizing: content-box;
   flex: 0 1 auto;
   width: 30px;
   height: 3px;
   margin-right: 3px;
   margin-left: 3px;
   text-indent: -999px;
   cursor: pointer;
   background-color: #fff;
   background-clip: padding-box;
   border-top: 10px solid transparent;
   border-bottom: 10px solid transparent;
   opacity: .5;
   transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {

 .carousel-indicators li {
    transition: none;
 }
}

.carousel-indicators .active {
   opacity: 1;
}

.carousel-caption {
   position: absolute;
   right: 15%;
   bottom: 20px;
   left: 15%;
   z-index: 10;
   padding-top: 20px;
   padding-bottom: 20px;
   color: #fff;
   text-align: center;
}
@keyframes spinner-border {
   to {
    transform: rotate(360deg);
 }
}

.spinner-border {
   display: inline-block;
   width: 2rem;
   height: 2rem;
   vertical-align: text-bottom;
   border: 0.25em solid currentColor;
   border-right-color: transparent;
   border-radius: 50%;
   animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
   width: 1rem;
   height: 1rem;
   border-width: 0.2em;
}
@keyframes spinner-grow {
   0% {
    transform: scale(0);
 }
 50% {
    opacity: 1;
    transform: none;
 }
}

.spinner-grow {
   display: inline-block;
   width: 2rem;
   height: 2rem;
   vertical-align: text-bottom;
   background-color: currentColor;
   border-radius: 50%;
   opacity: 0;
   animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
   width: 1rem;
   height: 1rem;
}

.align-baseline {
   vertical-align: baseline !important;
}

.align-top {
   vertical-align: top !important;
}

.align-middle {
   vertical-align: middle !important;
}

.align-bottom {
   vertical-align: bottom !important;
}

.align-text-bottom {
   vertical-align: text-bottom !important;
}

.align-text-top {
   vertical-align: text-top !important;
}

.bg-primary {
   background-color: #525ddc !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
   background-color: #2a38d1 !important;
}

.bg-secondary {
   background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
   background-color: #545b62 !important;
}

.bg-success {
   background-color: #347362 !important;
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
   background-color: #245044 !important;
}

.bg-info {
   background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
   background-color: #117a8b !important;
}

.bg-warning {
   background-color: #fcc84e !important;
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
   background-color: #fbb81c !important;
}

.bg-danger {
   background-color: #f63e3e !important;
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
   background-color: #f40d0d !important;
}

.bg-light {
   background-color: #f0f6ff !important;
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
   background-color: #bdd7ff !important;
}

.bg-dark {
   background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
   background-color: #1d2124 !important;
}

.bg-white {
   background-color: #fff !important;
}

.bg-transparent {
   background-color: transparent !important;
}

.border {
   border: 1px solid #647187 !important;
}

.border-top {
   border-top: 1px solid #647187 !important;
}

.border-right {
   border-right: 1px solid #647187 !important;
}

.border-bottom {
   border-bottom: 1px solid #647187 !important;
}

.border-left {
   border-left: 1px solid #647187 !important;
}

.border-0 {
   border: 0 !important;
}

.border-top-0 {
   border-top: 0 !important;
}

.border-right-0 {
   border-right: 0 !important;
}

.border-bottom-0 {
   border-bottom: 0 !important;
}

.border-left-0 {
   border-left: 0 !important;
}

.border-primary {
   border-color: #525ddc !important;
}

.border-secondary {
   border-color: #6c757d !important;
}

.border-success {
   border-color: #347362 !important;
}

.border-info {
   border-color: #17a2b8 !important;
}

.border-warning {
   border-color: #fcc84e !important;
}

.border-danger {
   border-color: #f63e3e !important;
}

.border-light {
   border-color: #f0f6ff !important;
}

.border-dark {
   border-color: #343a40 !important;
}

.border-white {
   border-color: #fff !important;
}

.rounded-sm {
   border-radius: 0.2rem !important;
}

.rounded {
   border-radius: 0.25rem !important;
}

.rounded-top {
   border-top-left-radius: 0.25rem !important;
   border-top-right-radius: 0.25rem !important;
}

.rounded-right {
   border-top-right-radius: 0.25rem !important;
   border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
   border-bottom-right-radius: 0.25rem !important;
   border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
   border-top-left-radius: 0.25rem !important;
   border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
   border-radius: 0.3rem !important;
}

.rounded-circle {
   border-radius: 50% !important;
}

.rounded-pill {
   border-radius: 50rem !important;
}

.rounded-0 {
   border-radius: 0 !important;
}

.clearfix::after {
   display: block;
   clear: both;
   content: "";
}

.d-none {
   display: none !important;
}

.d-inline {
   display: inline !important;
}

.d-inline-block {
   display: inline-block !important;
}

.d-block{
   display: block !important;
}

.d-table {
   display: table !important;
}

.d-table-row {
   display: table-row !important;
}

.d-table-cell {
   display: table-cell !important;
}

.d-flex {
   display: flex !important;
}

.d-inline-flex {
   display: inline-flex !important;
}
@media (min-width: 576px) {

 .d-sm-none {
    display: none !important;
 }
 .navbar .btn .d-block{
    display: none !important;
 }
 .btn .accent_red .d-block{
    display: none !important;
 }
 .d-md-block .

 .d-sm-inline {
    display: inline !important;
 }

 .d-sm-inline-block {
    display: inline-block !important;
 }

 .d-sm-block {
    display: block !important;
 }

 .d-sm-table {
    display: table !important;
 }

 .d-sm-table-row {
    display: table-row !important;
 }

 .d-sm-table-cell {
    display: table-cell !important;
 }

 .d-sm-flex {
    display: flex !important;
 }

 .d-sm-inline-flex {
    display: inline-flex !important;
 }
}
@media (min-width: 768px) {

 .d-md-none {
    display: none !important;
 }

 .d-md-inline {
    display: inline !important;
 }

 .d-md-inline-block {
    display: inline-block !important;
 }

 .d-md-block {
    display: block !important;
 }

 .d-md-table {
    display: table !important;
 }

 .d-md-table-row {
    display: table-row !important;
 }

 .d-md-table-cell {
    display: table-cell !important;
 }

 .d-md-flex {
    display: flex !important;
 }

 .d-md-inline-flex {
    display: inline-flex !important;
 }
}
@media (min-width: 992px) {

 .d-lg-none {
    display: none !important;
 }

 .d-lg-inline {
    display: inline !important;
 }

 .d-lg-inline-block {
    display: inline-block !important;
 }

 .d-lg-block {
    display: block !important;
 }

 .d-lg-table {
    display: table !important;
 }

 .d-lg-table-row {
    display: table-row !important;
 }

 .d-lg-table-cell {
    display: table-cell !important;
 }

 .d-lg-flex {
    display: flex !important;
 }

 .d-lg-inline-flex {
    display: inline-flex !important;
 }
}
@media (min-width: 1200px) {

 .d-xl-none {
    display: none !important;
 }

 .d-xl-inline {
    display: inline !important;
 }

 .d-xl-inline-block {
    display: inline-block !important;
 }

 .d-xl-block {
    display: block !important;
 }

 .d-xl-table {
    display: table !important;
 }

 .d-xl-table-row {
    display: table-row !important;
 }

 .d-xl-table-cell {
    display: table-cell !important;
 }

 .d-xl-flex {
    display: flex !important;
    align-items: center;
 }

 .d-xl-inline-flex {
    display: inline-flex !important;
 }
}
@media print {

 .d-print-none {
    display: none !important;
 }

 .d-print-inline {
    display: inline !important;
 }

 .d-print-inline-block {
    display: inline-block !important;
 }

 .d-print-block {
    display: block !important;
 }

 .d-print-table {
    display: table !important;
 }

 .d-print-table-row {
    display: table-row !important;
 }

 .d-print-table-cell {
    display: table-cell !important;
 }

 .d-print-flex {
    display: flex !important;
 }

 .d-print-inline-flex {
    display: inline-flex !important;
 }
}

.embed-responsive {
   position: relative;
   display: block;
   width: 100%;
   padding: 0;
   overflow: hidden;
}

.embed-responsive::before {
   display: block;
   content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
}

.embed-responsive-21by9::before {
   padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
   padding-top: 56.25%;
}

.embed-responsive-4by3::before {
   padding-top: 75%;
}

.embed-responsive-1by1::before {
   padding-top: 100%;
}

.flex-row {
   flex-direction: row !important;
}

.flex-column {
   flex-direction: column !important;
}

.flex-row-reverse {
   flex-direction: row-reverse !important;
}

.flex-column-reverse {
   flex-direction: column-reverse !important;
}

.flex-wrap {
   flex-wrap: wrap !important;
}

.flex-nowrap {
   flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
   flex-wrap: wrap-reverse !important;
}

.flex-fill {
   flex: 1 1 auto !important;
}

.flex-grow-0 {
   flex-grow: 0 !important;
}

.flex-grow-1 {
   flex-grow: 1 !important;
}

.flex-shrink-0 {
   flex-shrink: 0 !important;
}

.flex-shrink-1 {
   flex-shrink: 1 !important;
}

.justify-content-start {
   justify-content: flex-start !important;
}

.justify-content-end {
   justify-content: flex-end !important;
}

.justify-content-center {
   justify-content: center !important;
}

.justify-content-between {
   justify-content: space-between !important;
}

.justify-content-around {
   justify-content: space-around !important;
}

.align-items-start {
   align-items: flex-start !important;
}

.align-items-end {
   align-items: flex-end !important;
}

.align-items-center {
   align-items: center !important;
}

.align-items-baseline {
   align-items: baseline !important;
}

.align-items-stretch {
   align-items: stretch !important;
}

.align-content-start {
   align-content: flex-start !important;
}

.align-content-end {
   align-content: flex-end !important;
}

.align-content-center {
   align-content: center !important;
}

.align-content-between {
   align-content: space-between !important;
}

.align-content-around {
   align-content: space-around !important;
}

.align-content-stretch {
   align-content: stretch !important;
}

.align-self-auto {
   align-self: auto !important;
}

.align-self-start {
   align-self: flex-start !important;
}

.align-self-end {
   align-self: flex-end !important;
}

.align-self-center {
   align-self: center !important;
}

.align-self-baseline {
   align-self: baseline !important;
}

.align-self-stretch {
   align-self: stretch !important;
}
@media (min-width: 576px) {

 .flex-sm-row {
    flex-direction: row !important;
 }

 .flex-sm-column {
    flex-direction: column !important;
 }

 .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
 }

 .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
 }

 .flex-sm-wrap {
    flex-wrap: wrap !important;
 }

 .flex-sm-nowrap {
    flex-wrap: nowrap !important;
 }

 .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
 }

 .flex-sm-fill {
    flex: 1 1 auto !important;
 }

 .flex-sm-grow-0 {
    flex-grow: 0 !important;
 }

 .flex-sm-grow-1 {
    flex-grow: 1 !important;
 }

 .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
 }

 .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
 }

 .justify-content-sm-start {
    justify-content: flex-start !important;
 }

 .justify-content-sm-end {
    justify-content: flex-end !important;
 }

 .justify-content-sm-center {
    justify-content: center !important;
 }

 .justify-content-sm-between {
    justify-content: space-between !important;
 }

 .justify-content-sm-around {
    justify-content: space-around !important;
 }

 .align-items-sm-start {
    align-items: flex-start !important;
 }

 .align-items-sm-end {
    align-items: flex-end !important;
 }

 .align-items-sm-center {
    align-items: center !important;
 }

 .align-items-sm-baseline {
    align-items: baseline !important;
 }

 .align-items-sm-stretch {
    align-items: stretch !important;
 }

 .align-content-sm-start {
    align-content: flex-start !important;
 }

 .align-content-sm-end {
    align-content: flex-end !important;
 }

 .align-content-sm-center {
    align-content: center !important;
 }

 .align-content-sm-between {
    align-content: space-between !important;
 }

 .align-content-sm-around {
    align-content: space-around !important;
 }

 .align-content-sm-stretch {
    align-content: stretch !important;
 }

 .align-self-sm-auto {
    align-self: auto !important;
 }

 .align-self-sm-start {
    align-self: flex-start !important;
 }

 .align-self-sm-end {
    align-self: flex-end !important;
 }

 .align-self-sm-center {
    align-self: center !important;
 }

 .align-self-sm-baseline {
    align-self: baseline !important;
 }

 .align-self-sm-stretch {
    align-self: stretch !important;
 }
}
@media (min-width: 768px) {

 .flex-md-row {
    flex-direction: row !important;
 }

 .flex-md-column {
    flex-direction: column !important;
 }

 .flex-md-row-reverse {
    flex-direction: row-reverse !important;
 }

 .flex-md-column-reverse {
    flex-direction: column-reverse !important;
 }

 .flex-md-wrap {
    flex-wrap: wrap !important;
 }

 .flex-md-nowrap {
    flex-wrap: nowrap !important;
 }

 .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
 }

 .flex-md-fill {
    flex: 1 1 auto !important;
 }

 .flex-md-grow-0 {
    flex-grow: 0 !important;
 }

 .flex-md-grow-1 {
    flex-grow: 1 !important;
 }

 .flex-md-shrink-0 {
    flex-shrink: 0 !important;
 }

 .flex-md-shrink-1 {
    flex-shrink: 1 !important;
 }

 .justify-content-md-start {
    justify-content: flex-start !important;
 }

 .justify-content-md-end {
    justify-content: flex-end !important;
 }

 .justify-content-md-center {
    justify-content: center !important;
 }

 .justify-content-md-between {
    justify-content: space-between !important;
 }

 .justify-content-md-around {
    justify-content: space-around !important;
 }

 .align-items-md-start {
    align-items: flex-start !important;
 }

 .align-items-md-end {
    align-items: flex-end !important;
 }

 .align-items-md-center {
    align-items: center !important;
 }

 .align-items-md-baseline {
    align-items: baseline !important;
 }

 .align-items-md-stretch {
    align-items: stretch !important;
 }

 .align-content-md-start {
    align-content: flex-start !important;
 }

 .align-content-md-end {
    align-content: flex-end !important;
 }

 .align-content-md-center {
    align-content: center !important;
 }

 .align-content-md-between {
    align-content: space-between !important;
 }

 .align-content-md-around {
    align-content: space-around !important;
 }

 .align-content-md-stretch {
    align-content: stretch !important;
 }

 .align-self-md-auto {
    align-self: auto !important;
 }

 .align-self-md-start {
    align-self: flex-start !important;
 }

 .align-self-md-end {
    align-self: flex-end !important;
 }

 .align-self-md-center {
    align-self: center !important;
 }

 .align-self-md-baseline {
    align-self: baseline !important;
 }

 .align-self-md-stretch {
    align-self: stretch !important;
 }
}
@media (min-width: 992px) {

 .flex-lg-row {
    flex-direction: row !important;
 }

 .flex-lg-column {
    flex-direction: column !important;
 }

 .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
 }

 .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
 }

 .flex-lg-wrap {
    flex-wrap: wrap !important;
 }

 .flex-lg-nowrap {
    flex-wrap: nowrap !important;
 }

 .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
 }

 .flex-lg-fill {
    flex: 1 1 auto !important;
 }

 .flex-lg-grow-0 {
    flex-grow: 0 !important;
 }

 .flex-lg-grow-1 {
    flex-grow: 1 !important;
 }

 .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
 }

 .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
 }

 .justify-content-lg-start {
    justify-content: flex-start !important;
 }

 .justify-content-lg-end {
    justify-content: flex-end !important;
 }

 .justify-content-lg-center {
    justify-content: center !important;
 }

 .justify-content-lg-between {
    justify-content: space-between !important;
 }

 .justify-content-lg-around {
    justify-content: space-around !important;
 }

 .align-items-lg-start {
    align-items: flex-start !important;
 }

 .align-items-lg-end {
    align-items: flex-end !important;
 }

 .align-items-lg-center {
    align-items: center !important;
 }

 .align-items-lg-baseline {
    align-items: baseline !important;
 }

 .align-items-lg-stretch {
    align-items: stretch !important;
 }

 .align-content-lg-start {
    align-content: flex-start !important;
 }

 .align-content-lg-end {
    align-content: flex-end !important;
 }

 .align-content-lg-center {
    align-content: center !important;
 }

 .align-content-lg-between {
    align-content: space-between !important;
 }

 .align-content-lg-around {
    align-content: space-around !important;
 }

 .align-content-lg-stretch {
    align-content: stretch !important;
 }

 .align-self-lg-auto {
    align-self: auto !important;
 }

 .align-self-lg-start {
    align-self: flex-start !important;
 }

 .align-self-lg-end {
    align-self: flex-end !important;
 }

 .align-self-lg-center {
    align-self: center !important;
 }

 .align-self-lg-baseline {
    align-self: baseline !important;
 }

 .align-self-lg-stretch {
    align-self: stretch !important;
 }
}
@media (min-width: 1200px) {

 .flex-xl-row {
    flex-direction: row !important;
 }

 .flex-xl-column {
    flex-direction: column !important;
 }

 .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
 }

 .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
 }

 .flex-xl-wrap {
    flex-wrap: wrap !important;
 }

 .flex-xl-nowrap {
    flex-wrap: nowrap !important;
 }

 .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
 }

 .flex-xl-fill {
    flex: 1 1 auto !important;
 }

 .flex-xl-grow-0 {
    flex-grow: 0 !important;
 }

 .flex-xl-grow-1 {
    flex-grow: 1 !important;
 }

 .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
 }

 .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
 }

 .justify-content-xl-start {
    justify-content: flex-start !important;
 }

 .justify-content-xl-end {
    justify-content: flex-end !important;
 }

 .justify-content-xl-center {
    justify-content: center !important;
 }

 .justify-content-xl-between {
    justify-content: space-between !important;
 }

 .justify-content-xl-around {
    justify-content: space-around !important;
 }

 .align-items-xl-start {
    align-items: flex-start !important;
 }

 .align-items-xl-end {
    align-items: flex-end !important;
 }

 .align-items-xl-center {
    align-items: center !important;
 }

 .align-items-xl-baseline {
    align-items: baseline !important;
 }

 .align-items-xl-stretch {
    align-items: stretch !important;
 }

 .align-content-xl-start {
    align-content: flex-start !important;
 }

 .align-content-xl-end {
    align-content: flex-end !important;
 }

 .align-content-xl-center {
    align-content: center !important;
 }

 .align-content-xl-between {
    align-content: space-between !important;
 }

 .align-content-xl-around {
    align-content: space-around !important;
 }

 .align-content-xl-stretch {
    align-content: stretch !important;
 }

 .align-self-xl-auto {
    align-self: auto !important;
 }

 .align-self-xl-start {
    align-self: flex-start !important;
 }

 .align-self-xl-end {
    align-self: flex-end !important;
 }

 .align-self-xl-center {
    align-self: center !important;
 }

 .align-self-xl-baseline {
    align-self: baseline !important;
 }

 .align-self-xl-stretch {
    align-self: stretch !important;
 }
}

.float-left {
   float: left !important;
}

.float-right {
   float: right !important;
}

.float-none {
   float: none !important;
}
@media (min-width: 576px) {

 .float-sm-left {
    float: left !important;
 }

 .float-sm-right {
    float: right !important;
 }

 .float-sm-none {
    float: none !important;
 }
}
@media (min-width: 768px) {

 .float-md-left {
    float: left !important;
 }

 .float-md-right {
    float: right !important;
 }

 .float-md-none {
    float: none !important;
 }
}
@media (min-width: 992px) {

 .float-lg-left {
    float: left !important;
 }

 .float-lg-right {
    float: right !important;
 }

 .float-lg-none {
    float: none !important;
 }
}
@media (min-width: 1200px) {

 .float-xl-left {
    float: left !important;
 }

 .float-xl-right {
    float: right !important;
 }

 .float-xl-none {
    float: none !important;
 }
}

.user-select-all {
   user-select: all !important;
}

.user-select-auto {
   user-select: auto !important;
}

.user-select-none {
   user-select: none !important;
}

.overflow-auto {
   overflow: auto !important;
}

.overflow-hidden {
   overflow: hidden !important;
}

.position-static {
   position: static !important;
}

.position-relative {
   position: relative !important;
}

.position-absolute {
   position: absolute !important;
}

.position-fixed {
   position: fixed !important;
}

.position-sticky {
   position: sticky !important;
}

.fixed-top {
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   z-index: 1030;
}

.fixed-bottom {
   position: fixed;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1030;
}
@supports (position: sticky) {

 .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
 }
}

.sr-only, .screen-reader-text {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   border: 0;
}

.sr-only-focusable:active, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
   position: static;
   width: auto;
   height: auto;
   overflow: visible;
   clip: auto;
   white-space: normal;
}

.shadow-sm {
   box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
   box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
   box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
   box-shadow: none !important;
}

.w-25 {
   width: 25% !important;
}

.w-50 {
   width: 50% !important;
}

.w-75 {
   width: 75% !important;
}

.w-100 {
   width: 100% !important;
}

.w-auto {
   width: auto !important;
}

.h-25 {
   height: 25% !important;
}

.h-50 {
   height: 50% !important;
}

.h-75 {
   height: 75% !important;
}

.h-100 {
   height: 100% !important;
}

.h-auto {
   height: auto !important;
}

.mw-100 {
   max-width: 100% !important;
}

.mh-100 {
   max-height: 100% !important;
}

.min-vw-100 {
   min-width: 100vw !important;
}

.min-vh-100 {
   min-height: 100vh !important;
}

.vw-100 {
   width: 100vw !important;
}

.vh-100 {
   height: 100vh !important;
}

.m-0 {
   margin: 0 !important;
}

.mt-0, .my-0 {
   margin-top: 0 !important;
}

.mr-0, .mx-0 {
   margin-right: 0 !important;
}

.mb-0, .my-0 {
   margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
   margin-left: 0 !important;
}

.m-1 {
   margin: 0.25rem !important;
}

.mt-1, .my-1 {
   margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
   margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
   margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
   margin-left: 0.25rem !important;
}

.m-2 {
   margin: 0.5rem !important;
}

.mt-2, .my-2 {
   margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
   margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
   margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
   margin-left: 0.5rem !important;
}

.m-3 {
   margin: 1rem !important;
}

.mt-3, .my-3 {
   margin-top: 1rem !important;
}

.mr-3, .mx-3 {
   margin-right: 1rem !important;
}

.mb-3, .my-3 {
   margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
   margin-left: 1rem !important;
}

.m-4 {
   margin: 1.5rem !important;
}

.mt-4, .my-4 {
   margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
   margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
   margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
   margin-left: 1.5rem !important;
}

.m-5 {
   margin: 3rem !important;
}

.mt-5, .my-5 {
   margin-top: 3rem !important;
}

.mr-5, .mx-5 {
   margin-right: 3rem !important;
}

.mb-5, .my-5 {
   margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
   margin-left: 3rem !important;
}

.p-0 {
   padding: 0 !important;
}

.pt-0, .py-0 {
   padding-top: 0 !important;
}

.pr-0, .px-0 {
   padding-right: 0 !important;
}

.pb-0, .py-0 {
   padding-bottom: 0 !important;
}

.pl-0, .px-0 {
   padding-left: 0 !important;
}

.p-1 {
   padding: 0.25rem !important;
}

.pt-1, .py-1 {
   padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
   padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
   padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
   padding-left: 0.25rem !important;
}

.p-2 {
   padding: 0.5rem !important;
}

.pt-2, .py-2 {
   padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
   padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
   padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
   padding-left: 0.5rem !important;
}

.p-3 {
   padding: 1rem !important;
}

.pt-3, .py-3 {
   padding-top: 1rem !important;
}

.pr-3, .px-3 {
   padding-right: 1rem !important;
}

.pb-3, .py-3 {
   padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
   padding-left: 1rem !important;
}

.p-4 {
   padding: 1.5rem !important;
}

.pt-4, .py-4 {
   padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
   padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
   padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
   padding-left: 1.5rem !important;
}

.p-5 {
   padding: 3rem !important;
}

.pt-5, .py-5 {
   padding-top: 3rem !important;
}

.pr-5, .px-5 {
   padding-right: 3rem !important;
}

.pb-5, .py-5 {
   padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
   padding-left: 3rem !important;
}

.m-n1 {
   margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
   margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
   margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
   margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
   margin-left: -0.25rem !important;
}

.m-n2 {
   margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
   margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
   margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
   margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
   margin-left: -0.5rem !important;
}

.m-n3 {
   margin: -1rem !important;
}

.mt-n3, .my-n3 {
   margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
   margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
   margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
   margin-left: -1rem !important;
}

.m-n4 {
   margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
   margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
   margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
   margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
   margin-left: -1.5rem !important;
}

.m-n5 {
   margin: -3rem !important;
}

.mt-n5, .my-n5 {
   margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
   margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
   margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
   margin-left: -3rem !important;
}

.m-auto {
   margin: auto !important;
}

.mt-auto, .my-auto {
   margin-top: auto !important;
}

.mr-auto, .mx-auto {
   margin-right: auto !important;
}

.mb-auto, .my-auto {
   margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
   margin-left: auto !important;
}
@media (min-width: 576px) {

 .m-sm-0 {
    margin: 0 !important;
 }

 .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
 }

 .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
 }

 .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
 }

 .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
 }

 .m-sm-1 {
    margin: 0.25rem !important;
 }

 .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
 }

 .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
 }

 .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
 }

 .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
 }

 .m-sm-2 {
    margin: 0.5rem !important;
 }

 .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
 }

 .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
 }

 .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
 }

 .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
 }

 .m-sm-3 {
    margin: 1rem !important;
 }

 .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
 }

 .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
 }

 .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
 }

 .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
 }

 .m-sm-4 {
    margin: 1.5rem !important;
 }

 .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
 }

 .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
 }

 .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
 }

 .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
 }

 .m-sm-5 {
    margin: 3rem !important;
 }

 .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
 }

 .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
 }

 .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
 }

 .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
 }

 .p-sm-0 {
    padding: 0 !important;
 }

 .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
 }

 .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
 }

 .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
 }

 .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
 }

 .p-sm-1 {
    padding: 0.25rem !important;
 }

 .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
 }

 .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
 }

 .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
 }

 .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
 }

 .p-sm-2 {
    padding: 0.5rem !important;
 }

 .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
 }

 .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
 }

 .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
 }

 .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
 }

 .p-sm-3 {
    padding: 1rem !important;
 }

 .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
 }

 .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
 }

 .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
 }

 .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
 }

 .p-sm-4 {
    padding: 1.5rem !important;
 }

 .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
 }

 .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
 }

 .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
 }

 .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
 }

 .p-sm-5 {
    padding: 3rem !important;
 }

 .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
 }

 .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
 }

 .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
 }

 .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
 }

 .m-sm-n1 {
    margin: -0.25rem !important;
 }

 .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
 }

 .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
 }

 .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
 }

 .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
 }

 .m-sm-n2 {
    margin: -0.5rem !important;
 }

 .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
 }

 .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
 }

 .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
 }

 .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
 }

 .m-sm-n3 {
    margin: -1rem !important;
 }

 .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
 }

 .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
 }

 .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
 }

 .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
 }

 .m-sm-n4 {
    margin: -1.5rem !important;
 }

 .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
 }

 .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
 }

 .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
 }

 .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
 }

 .m-sm-n5 {
    margin: -3rem !important;
 }

 .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
 }

 .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
 }

 .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
 }

 .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
 }

 .m-sm-auto {
    margin: auto !important;
 }

 .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
 }

 .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
 }

 .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
 }

 .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
 }
}
@media (min-width: 768px) {

 .m-md-0 {
    margin: 0 !important;
 }

 .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
 }

 .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
 }

 .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
 }

 .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
 }

 .m-md-1 {
    margin: 0.25rem !important;
 }

 .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
 }

 .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
 }

 .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
 }

 .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
 }

 .m-md-2 {
    margin: 0.5rem !important;
 }

 .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
 }

 .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
 }

 .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
 }

 .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
 }

 .m-md-3 {
    margin: 1rem !important;
 }

 .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
 }

 .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
 }

 .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
 }

 .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
 }

 .m-md-4 {
    margin: 1.5rem !important;
 }

 .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
 }

 .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
 }

 .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
 }

 .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
 }

 .m-md-5 {
    margin: 3rem !important;
 }

 .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
 }

 .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
 }

 .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
 }

 .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
 }

 .p-md-0 {
    padding: 0 !important;
 }

 .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
 }

 .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
 }

 .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
 }

 .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
 }

 .p-md-1 {
    padding: 0.25rem !important;
 }

 .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
 }

 .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
 }

 .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
 }

 .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
 }

 .p-md-2 {
    padding: 0.5rem !important;
 }

 .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
 }

 .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
 }

 .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
 }

 .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
 }

 .p-md-3 {
    padding: 1rem !important;
 }

 .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
 }

 .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
 }

 .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
 }

 .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
 }

 .p-md-4 {
    padding: 1.5rem !important;
 }

 .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
 }

 .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
 }

 .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
 }

 .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
 }

 .p-md-5 {
    padding: 3rem !important;
 }

 .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
 }

 .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
 }

 .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
 }

 .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
 }

 .m-md-n1 {
    margin: -0.25rem !important;
 }

 .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
 }

 .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
 }

 .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
 }

 .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
 }

 .m-md-n2 {
    margin: -0.5rem !important;
 }

 .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
 }

 .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
 }

 .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
 }

 .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
 }

 .m-md-n3 {
    margin: -1rem !important;
 }

 .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
 }

 .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
 }

 .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
 }

 .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
 }

 .m-md-n4 {
    margin: -1.5rem !important;
 }

 .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
 }

 .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
 }

 .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
 }

 .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
 }

 .m-md-n5 {
    margin: -3rem !important;
 }

 .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
 }

 .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
 }

 .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
 }

 .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
 }

 .m-md-auto {
    margin: auto !important;
 }

 .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
 }

 .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
 }

 .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
 }

 .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
 }
}
@media (min-width: 992px) {

 .m-lg-0 {
    margin: 0 !important;
 }

 .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
 }

 .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
 }

 .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
 }

 .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
 }

 .m-lg-1 {
    margin: 0.25rem !important;
 }

 .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
 }

 .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
 }

 .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
 }

 .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
 }

 .m-lg-2 {
    margin: 0.5rem !important;
 }

 .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
 }

 .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
 }

 .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
 }

 .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
 }

 .m-lg-3 {
    margin: 1rem !important;
 }

 .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
 }

 .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
 }

 .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
 }

 .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
 }

 .m-lg-4 {
    margin: 1.5rem !important;
 }

 .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
 }

 .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
 }

 .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
 }

 .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
 }

 .m-lg-5 {
    margin: 3rem !important;
 }

 .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
 }

 .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
 }

 .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
 }

 .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
 }

 .p-lg-0 {
    padding: 0 !important;
 }

 .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
 }

 .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
 }

 .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
 }

 .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
 }

 .p-lg-1 {
    padding: 0.25rem !important;
 }

 .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
 }

 .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
 }

 .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
 }

 .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
 }

 .p-lg-2 {
    padding: 0.5rem !important;
 }

 .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
 }

 .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
 }

 .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
 }

 .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
 }

 .p-lg-3 {
    padding: 1rem !important;
 }

 .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
 }

 .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
 }

 .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
 }

 .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
 }

 .p-lg-4 {
    padding: 1.5rem !important;
 }

 .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
 }

 .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
 }

 .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
 }

 .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
 }

 .p-lg-5 {
    padding: 3rem !important;
 }

 .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
 }

 .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
 }

 .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
 }

 .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
 }

 .m-lg-n1 {
    margin: -0.25rem !important;
 }

 .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
 }

 .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
 }

 .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
 }

 .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
 }

 .m-lg-n2 {
    margin: -0.5rem !important;
 }

 .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
 }

 .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
 }

 .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
 }

 .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
 }

 .m-lg-n3 {
    margin: -1rem !important;
 }

 .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
 }

 .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
 }

 .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
 }

 .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
 }

 .m-lg-n4 {
    margin: -1.5rem !important;
 }

 .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
 }

 .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
 }

 .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
 }

 .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
 }

 .m-lg-n5 {
    margin: -3rem !important;
 }

 .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
 }

 .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
 }

 .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
 }

 .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
 }

 .m-lg-auto {
    margin: auto !important;
 }

 .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
 }

 .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
 }

 .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
 }

 .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
 }
}
@media (min-width: 1200px) {

 .m-xl-0 {
    margin: 0 !important;
 }

 .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
 }

 .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
 }

 .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
 }

 .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
 }

 .m-xl-1 {
    margin: 0.25rem !important;
 }

 .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
 }

 .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
 }

 .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
 }

 .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
 }

 .m-xl-2 {
    margin: 0.5rem !important;
 }

 .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
 }

 .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
 }

 .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
 }

 .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
 }

 .m-xl-3 {
    margin: 1rem !important;
 }

 .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
 }

 .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
 }

 .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
 }

 .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
 }

 .m-xl-4 {
    margin: 1.5rem !important;
 }

 .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
 }

 .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
 }

 .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
 }

 .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
 }

 .m-xl-5 {
    margin: 3rem !important;
 }

 .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
 }

 .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
 }

 .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
 }

 .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
 }

 .p-xl-0 {
    padding: 0 !important;
 }

 .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
 }

 .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
 }

 .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
 }

 .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
 }

 .p-xl-1 {
    padding: 0.25rem !important;
 }

 .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
 }

 .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
 }

 .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
 }

 .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
 }

 .p-xl-2 {
    padding: 0.5rem !important;
 }

 .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
 }

 .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
 }

 .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
 }

 .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
 }

 .p-xl-3 {
    padding: 1rem !important;
 }

 .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
 }

 .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
 }

 .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
 }

 .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
 }

 .p-xl-4 {
    padding: 1.5rem !important;
 }

 .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
 }

 .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
 }

 .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
 }

 .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
 }

 .p-xl-5 {
    padding: 3rem !important;
 }

 .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
 }

 .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
 }

 .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
 }

 .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
 }

 .m-xl-n1 {
    margin: -0.25rem !important;
 }

 .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
 }

 .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
 }

 .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
 }

 .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
 }

 .m-xl-n2 {
    margin: -0.5rem !important;
 }

 .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
 }

 .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
 }

 .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
 }

 .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
 }

 .m-xl-n3 {
    margin: -1rem !important;
 }

 .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
 }

 .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
 }

 .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
 }

 .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
 }

 .m-xl-n4 {
    margin: -1.5rem !important;
 }

 .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
 }

 .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
 }

 .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
 }

 .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
 }

 .m-xl-n5 {
    margin: -3rem !important;
 }

 .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
 }

 .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
 }

 .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
 }

 .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
 }

 .m-xl-auto {
    margin: auto !important;
 }

 .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
 }

 .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
 }

 .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
 }

 .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
 }
}

.stretched-link::after {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
   font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
   text-align: justify !important;
}

.text-wrap {
   white-space: normal !important;
}

.text-nowrap {
   white-space: nowrap !important;
}

.text-truncate {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.text-left {
   text-align: left !important;
}

.text-right {
   text-align: right !important;
}

.text-center {
   text-align: center !important;
}
@media (min-width: 576px) {

 .text-sm-left {
    text-align: left !important;
 }

 .text-sm-right {
    text-align: right !important;
 }

 .text-sm-center {
    text-align: center !important;
 }
}
@media (min-width: 768px) {

 .text-md-left {
    text-align: left !important;
 }

 .text-md-right {
    text-align: right !important;
 }

 .text-md-center {
    text-align: center !important;
 }
}
@media (min-width: 992px) {

 .text-lg-left {
    text-align: left !important;
 }

 .text-lg-right {
    text-align: right !important;
 }

 .text-lg-center {
    text-align: center !important;
 }
}
@media (min-width: 1200px) {

 .text-xl-left {
    text-align: left !important;
 }

 .text-xl-right {
    text-align: right !important;
 }

 .text-xl-center {
    text-align: center !important;
 }
}

.text-lowercase {
   text-transform: lowercase !important;
}

.text-uppercase {
   text-transform: uppercase !important;
}

.text-capitalize {
   text-transform: capitalize !important;
}

.font-weight-light {
   font-weight: 300 !important;
}

.font-weight-lighter {
   font-weight: lighter !important;
}

.font-weight-normal {
   font-weight: 400 !important;
}

.font-weight-bold {
   font-weight: 700 !important;
}

.font-weight-bolder {
   font-weight: bolder !important;
}

.font-italic {
   font-style: italic !important;
}

.text-white {
   color: #fff !important;
}

.text-primary {
   color: #525ddc !important;
}

a.text-primary:hover, a.text-primary:focus {
   color: #2632bc !important;
}

.text-secondary {
   color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
   color: #494f54 !important;
}

.text-success {
   color: #347362 !important;
}

a.text-success:hover, a.text-success:focus {
   color: #1c3e35 !important;
}

.text-info {
   color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
   color: #0f6674 !important;
}

.text-warning {
   color: #fcc84e !important;
}

a.text-warning:hover, a.text-warning:focus {
   color: #f9b004 !important;
}

.text-danger {
   color: #f63e3e !important;
}

a.text-danger:hover, a.text-danger:focus {
   color: #dd0a0a !important;
}

.text-light {
   color: #f0f6ff !important;
}

a.text-light:hover, a.text-light:focus {
   color: #a4c8ff !important;
}

.text-dark {
   color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
   color: #121416 !important;
}

.text-body {
   color: #212529 !important;
}

.text-muted {
   color: #6c757d !important;
}

.text-black-50 {
   color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
   color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
   font: 0/0 a;
   color: transparent;
   text-shadow: none;
   background-color: transparent;
   border: 0;
}

.text-decoration-none {
   text-decoration: none !important;
}

.text-break {
   word-break: break-word !important;
   word-wrap: break-word !important;
}

.text-reset {
   color: inherit !important;
}

.visible {
   visibility: visible !important;
}

.invisible {
   visibility: hidden !important;
}
@media print {

 *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
 }

 a:not(.btn) {
    text-decoration: underline;
 }

 abbr[title]::after {
    content: " (" attr(title) ")";
    }

    pre {
     white-space: pre-wrap !important;
  }

  pre, blockquote {
     border: 1px solid #adb5bd;
     page-break-inside: avoid;
  }

  thead {
     display: table-header-group;
  }

  tr, img {
     page-break-inside: avoid;
  }

  p, h2, h3 {
     orphans: 3;
     widows: 3;
  }

  h2, h3 {
     page-break-after: avoid;
  }
  @page {
     size: a3;
  }

  body {
     min-width: 992px !important;
  }

  .container {
     min-width: 992px !important;
  }

  .navbar {
     display: none;
  }

  .badge {
     border: 1px solid #000;
  }

  .table {
     border-collapse: collapse !important;
  }

  .table td, .table th {
     background-color: #fff !important;
  }

  .table-bordered th, .table-bordered td {
     border: 1px solid #dee2e6 !important;
  }

  .table-dark {
     color: inherit;
  }

  .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
     border-color: #647187;
  }

  .table .thead-dark th {
     color: inherit;
     border-color: #647187;
  }
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 24px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

.hamburger--3dx .hamburger-box {
  perspective: 48px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 48px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 48px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 48px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 48px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 48px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-4.8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-4.8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4.8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(4.8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-4.8px, -6px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-4.8px, 6px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(4.8px, -6px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(4.8px, 6px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 7px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 14px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 7px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 14px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 7px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -48px;
  top: -48px;
  transform: translate3d(48px, 48px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -48px;
  top: -48px;
  transform: translate3d(-48px, 48px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 7px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -48px;
  top: 48px;
  transform: translate3d(48px, -48px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -48px;
  top: 48px;
  transform: translate3d(-48px, -48px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 14px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.42857px, -4px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 14px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(3.42857px, -4px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 7px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

html {
  height: 100%;
}

h1, .hf-1 {
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
}
@media (max-width: 991.98px) {

 h1, .hf-1 {
    font-size: 22px;
    line-height: 33px;
 }
}

h2, .hf-2 {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 48px;
   line-height: 100%;
   margin-bottom: 28px;
}
@media (max-width: 991.98px) {

 h2, .hf-2 {
    font-size: 32px;
    margin-bottom: 0px;
    line-height: 100%;
 }
}

.hf-3 {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 28px;
   line-height: 36px;
}
@media (max-width: 991.98px) {

 .hf-3 {
    font-size: 28px;
    line-height: 42px;
 }
}

h4, .hf-4 {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 28px;
   line-height: 36px;
}
@media (max-width: 991.98px) {

 h4, .hf-4 {
    font-size: 28px;
    line-height: 36px;
 }
}

h5, .hf-5 {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 500;
   font-size: 20px;
   line-height: 26px;
   letter-spacing: 0.02em;
   color: #110E0E;
}
@media (max-width: 991.98px) {

 h5, .hf-5 {
    font-size: 16px;
    line-height: 19px;
 }
}

a, .af-1 {
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   line-height: 16px;
}

p {
   margin-bottom: 0;
}

.pf-1 {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 150%;
}
@media (max-width: 991.98px) {
   .pf-1{
    font-size: 16px;
 }
}

.pf-2 {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 150%;
   color: rgba(255, 255, 255, 0.8);
}

.pf-3 {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 12px;
   line-height: 150%;
   color: #110E0E;
}

.sf-2 {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 21px;
   letter-spacing: 0.02em;
   color: #465049;
}

.home .wrap, .front-page .wrap, .template-front-page .wrap, .template-quiz-questions .wrap, .template-contact-us .wrap, .template-privacy-policy .wrap, .template-sales .wrap {
   padding-top: 84px;
}
@media (max-width: 991.98px) {

 .home .wrap, .front-page .wrap, .template-front-page .wrap, .template-quiz-questions .wrap, .template-contact-us .wrap, .template-privacy-policy .wrap, .template-sales .wrap {
    padding-top: 75px;
 }
}

#addPostCode {
   max-height: 45px;
   padding-left: 5px;
   padding-right: 5px;
   width: 100%;
}

#postCodeMap {
   margin-top: 40px;
}
#profileForm #postCodeMap{
  margin-top: 28px;
}
#postCodeMap #map {
   width: 100%;
   height: 350px;
   border-radius: 12px;
}
@media (max-width: 1199.98px) {

 #postCodeMap #map {
    height: 340px;
 }
}
@media (max-width: 767.98px) {

 #postCodeMap #map {
    height: 240px;
 }
}

.body-wrap.blur {
   -webkit-filter: blur(3px) grayscale(50%);
   filter: blur(3px) grayscale(50%);
}

#cropImagePop .modal-dialog, #cropMarketingPhotoPop .modal-dialog {
   max-width: 800px;
}
@media (max-width: 767.98px) {

 #cropImagePop .modal-dialog, #cropMarketingPhotoPop .modal-dialog {
    max-width: 100%;
 }
}

#cropImagePop .modal-dialog .modal-content, #cropMarketingPhotoPop .modal-dialog .modal-content {
   border-radius: 12px;
}
@media (max-width: 767.98px) {

 #cropImagePop .modal-dialog .modal-content, #cropMarketingPhotoPop .modal-dialog .modal-content {
    border-radius: 0;
 }
}

#cropImagePop .modal-dialog .modal-body, #cropMarketingPhotoPop .modal-dialog .modal-body {
   padding: 0 150px !important;
   background: #192f54;
   border-top-left-radius: 12px;
   border-top-right-radius: 12px;
}
@media (max-width: 767.98px) {

 #cropImagePop .modal-dialog .modal-body, #cropMarketingPhotoPop .modal-dialog .modal-body {
    padding: 20px 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
 }
}

#cropImagePop .modal-dialog .modal-footer, #cropMarketingPhotoPop .modal-dialog .modal-footer {
   justify-content: space-between;
   padding: 20px;
}
@media (max-width: 767.98px) {

 #cropImagePop .modal-dialog .custom_zoomer, #cropMarketingPhotoPop .modal-dialog .custom_zoomer {
    display: none;
 }
}

#cropImagePop .modal-dialog .modal-footer-buttons, #cropMarketingPhotoPop .modal-dialog .modal-footer-buttons {
   display: flex;
   column-gap: 12px;
}
@media (max-width: 767.98px) {

 #cropImagePop .modal-dialog .modal-footer-buttons, #cropMarketingPhotoPop .modal-dialog .modal-footer-buttons {
    width: 100%;
    justify-content: space-between;
 }
}

#cropImagePop .modal-dialog #upload-demo, #cropImagePop .modal-dialog #upload-photo-demo, #cropMarketingPhotoPop .modal-dialog #upload-demo, #cropMarketingPhotoPop .modal-dialog #upload-photo-demo {
   width: 484px;
   height: 541px;
}
@media (max-width: 767.98px) {

 #cropImagePop .modal-dialog #upload-demo, #cropImagePop .modal-dialog #upload-photo-demo, #cropMarketingPhotoPop .modal-dialog #upload-demo, #cropMarketingPhotoPop .modal-dialog #upload-photo-demo {
    width: 100%;
    max-width: 375px;
    height: 420px;
 }
}

#cropImagePop .modal-dialog .btn, #cropImagePop .modal-dialog .comment-form input[type="submit"], .comment-form #cropImagePop .modal-dialog input[type="submit"], #cropImagePop .modal-dialog .search-form .search-submit, .search-form #cropImagePop .modal-dialog .search-submit, #cropMarketingPhotoPop .modal-dialog .btn, #cropMarketingPhotoPop .modal-dialog .comment-form input[type="submit"], .comment-form #cropMarketingPhotoPop .modal-dialog input[type="submit"], #cropMarketingPhotoPop .modal-dialog .search-form .search-submit, .search-form #cropMarketingPhotoPop .modal-dialog .search-submit {
   width: 144px;
   height: 46px;
}

#cropImagePop .modal-dialog .cr-slider-wrap, #cropMarketingPhotoPop .modal-dialog .cr-slider-wrap {
   display: flex;
   column-gap: 12px;
   align-items: flex-start;
}
@media (max-width: 767.98px) {

 #cropImagePop .modal-dialog .cr-slider-wrap, #cropMarketingPhotoPop .modal-dialog .cr-slider-wrap {
    display: none;
 }
}

#cropImagePop .modal-dialog .zoom_decrease::after, #cropMarketingPhotoPop .modal-dialog .zoom_decrease::after {
   content: url(/wp-content/themes/perfect-broker03.11.22/resources/assets/images/zoom_decrease.png);
   cursor: pointer;
}

#cropImagePop .modal-dialog .zoom_increase::after, #cropMarketingPhotoPop .modal-dialog .zoom_increase::after {
   content: url(/wp-content/themes/perfect-broker03.11.22/resources/assets/images/zoom_increase.png);
   cursor: pointer;
}

#cropImagePop .modal-dialog .cr-slider, #cropMarketingPhotoPop .modal-dialog .cr-slider {
   max-width: 212px !important;
   margin-top: 9px;
   padding-top: 0;
   padding-bottom: 0;
   -webkit-appearance: none;
   background-color: transparent;
   height: auto !important;
}

#cropImagePop .modal-dialog .cr-slider::-webkit-slider-runnable-track, #cropMarketingPhotoPop .modal-dialog .cr-slider::-webkit-slider-runnable-track {
   width: 100%;
   height: 4px;
   background: #92addc !important;
   border: 0;
   border-radius: 3px;
}

#cropImagePop .modal-dialog .cr-slider::-webkit-slider-thumb, #cropMarketingPhotoPop .modal-dialog .cr-slider::-webkit-slider-thumb {
   width: 16px;
   height: 16px;
   border-radius: 100%;
   -webkit-appearance: none;
   background: #92addc;
}

#cropImagePop .modal-dialog .cr-resizer, #cropImagePop .modal-dialog .cr-viewport, #cropMarketingPhotoPop .modal-dialog .cr-resizer, #cropMarketingPhotoPop .modal-dialog .cr-viewport {
   border: 2px dashed #EA8C00;
}

#cropImagePop .modal-dialog .cr-resizer-vertical::after, #cropImagePop .modal-dialog .cr-resizer-horisontal::after, #cropMarketingPhotoPop .modal-dialog .cr-resizer-vertical::after, #cropMarketingPhotoPop .modal-dialog .cr-resizer-horisontal::after {
   background-color: #EA8C00;
   border: none;
   border-radius: 100%;
   width: 14px;
   height: 14px;
}

.upload-preview {
  height: 84px;
  width: 84px;
  border: 0.5px solid #566058;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-top: 12px;
}

.upload-preview .company-logo-output {
   /*max-width: 100%;*/
   width: 84px;
   height: 84px;
   max-width: 84px;
   object-fit: fill;
}

.upload-preview .remove-image {
   position: absolute;
   top: -1px;
   right: 0;
   background: #465049;
   border-radius: 4px;
   padding: 6px;
   cursor: pointer;
   line-height: 0;
}

.upload-preview .remove-image::after {
   content: url(/wp-content/themes/perfect-broker03.11.22/resources/assets/images/remove_img.svg);
}

.file_size_info {
   font-family: 'Noto Sans', sans-serif;
   font-weight: 400;
   font-size: 12px;
   line-height: 150%;
   color: #647187;
   margin-top: 8px;
}

.upload-error {
   width: 84px;
   height: 84px;
   align-items: center;
   justify-content: center;
   display: flex;
   border-color: #f63e3e;
}

.upload-error-text {
   font-family: 'Noto Sans', sans-serif;
   font-weight: 400;
   font-size: 12px;
   line-height: 150%;
   color: #f63e3e;
   margin-top: 4px;
}

.marketing_photos {
   display: flex;
   column-gap: 12px;
/*   margin-top: 12px;*/
overflow-x: auto;
}

.fees-type-title {
   font-family: 'Noto Sans', sans-serif;
   font-size: 12px;
   line-height: 150%;
   font-weight: 700;
   margin-bottom: 4px;
   color: #192f54;
}

.fees-label {
   font-family: 'Noto Sans', sans-serif;
   font-weight: 400;
   font-size: 12px;
   line-height: 150%;
   color: #192f54;
   margin-bottom: 4px;
}

.fees-input {
   border-radius: 8px;
   border: 1px solid #aaadc6;
   margin-bottom: 16px;
   padding: 12px;
}

.hint-section {
   position: relative;
   display: inline-block;
}

.hint-icon {
   margin-left: 13px;
   cursor: pointer;
}

.hint-text {
   display: none;
   position: absolute;
   box-shadow: 0 2px 8px rgba(31, 55, 117, 0.15);
   bottom: 100%;
   z-index: 102;
   width: 372px;
}

.hint-text .text {
  background: #fff;
  border-radius: 2px;
  padding: 8px 12px;
  color: #110E0E;
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 767.98px) {

 .hint-text .text {
    display: flex;
    align-items: flex-start;
    column-gap: 12px;
    padding: 20px;
    font-size: 14px;
    border-radius: 8px;
 }
}
@media (max-width: 767.98px) {

 .hint-text {
    position: fixed;
    left: 15px;
    bottom: 40px;
    width: calc(100% - 30px);
    border-radius: 8px;
 }

 .hint-text .cancel-btn {
    background: #fff;
    font-family: 'Noto Sans', sans-serif;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #192f54;
    text-align: center;
    margin-top: 8px;
    border-radius: 8px;
 }
}

.hint-text::after {
   content: "";
   position: absolute;
   bottom: -6px;
   width: 0;
   height: 0;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-top: 6px solid #fff;
   left: 10px;
}
@media (max-width: 767.98px) {

 .hint-text::after {
    display: none;
 }
}

.hint-shadow {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.6);
   z-index: 101;
}

.form-group[data-type="file"] .file-link, .comment-form p[data-type="file"] .file-link, .search-form label[data-type="file"] .file-link {
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.form-group[data-type="file"] .file-link .label-link, .comment-form p[data-type="file"] .file-link .label-link, .search-form label[data-type="file"] .file-link .label-link, .form-group[data-type="file"] .file-link .upload-markrting-link, .comment-form p[data-type="file"] .file-link .upload-markrting-link, .search-form label[data-type="file"] .file-link .upload-markrting-link {
   width: max-content;
   cursor: pointer;
}
.form-group[data-type="file"] .file-link .label-link, .form-group[data-type="file"] .file-link .upload-markrting-link{
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}
.form-group[data-type="file"] .file-link .label-link span, .form-group[data-type="file"] .file-link .upload-markrting-link span{
  padding: 4px 0px;
}

.form-group[data-type="file"] .file-link .label-link img, .comment-form p[data-type="file"] .file-link .label-link img, .search-form label[data-type="file"] .file-link .label-link img, .form-group[data-type="file"] .file-link .upload-markrting-link img, .comment-form p[data-type="file"] .file-link .upload-markrting-link img, .search-form label[data-type="file"] .file-link .upload-markrting-link img {
   margin-right: 7px;
}

.form-group[data-type="file"] .file-link .label-link span, .comment-form p[data-type="file"] .file-link .label-link span, .search-form label[data-type="file"] .file-link .label-link span, .form-group[data-type="file"] .file-link .upload-markrting-link span, .comment-form p[data-type="file"] .file-link .upload-markrting-link span, .search-form label[data-type="file"] .file-link .upload-markrting-link span {
   font-family: "Open Sans", sans-serif;
   font-weight: 700;
   font-size: 12px;
   line-height: 16px;
   color: #EA8C00;
}

.form-group[data-type="file"] .file-link .btn, .comment-form p[data-type="file"] .file-link .btn, .search-form label[data-type="file"] .file-link .btn, .form-group[data-type="file"] .file-link .comment-form input[type="submit"], .comment-form .form-group[data-type="file"] .file-link input[type="submit"], .comment-form p[data-type="file"] .file-link input[type="submit"], .search-form label[data-type="file"] .file-link .comment-form input[type="submit"], .comment-form .search-form label[data-type="file"] .file-link input[type="submit"], .form-group[data-type="file"] .file-link .search-form .search-submit, .search-form .form-group[data-type="file"] .file-link .search-submit, .comment-form p[data-type="file"] .file-link .search-form .search-submit, .search-form .comment-form p[data-type="file"] .file-link .search-submit, .search-form label[data-type="file"] .file-link .search-submit {
   padding: 5px;
}

.page-not-found {
   margin-top: 130px;
   margin-bottom: 100px;
   text-align: center;
}

.page-not-found .btn, .page-not-found .comment-form input[type="submit"], .comment-form .page-not-found input[type="submit"], .page-not-found .search-form .search-submit, .search-form .page-not-found .search-submit {
   margin: 35px auto;
   max-width: 170px;
}

.btn, .comment-form input[type="submit"], .search-form .search-submit {
   width: auto;
   height: auto;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 14px 24px;
   border-radius: 8px;
   outline: none;
   border: none;
   box-shadow: none;
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 12px;
   line-height: 16px;
   text-transform: uppercase;
   letter-spacing: 0.02em;
}

.btn:focus, .comment-form input:focus[type="submit"], .search-form .search-submit:focus {
   box-shadow: none;
}

.btn.yellow, .comment-form input.yellow[type="submit"], .search-form .yellow.search-submit {
   color: #1c3b28;
   background-color: #fcc84e;
}

.btn.accent_red, .comment-form input.accent_red[type="submit"], .search-form .accent_red.search-submit {
   color: #fff;
   background: #EA8C00;
}
.benefits-section .review-cards__card .accent_red:hover{
   color: #FFFFFF;
}
.navbar .find-button{
   color: #EA8C00;
   background: #FFFFFF;
   border: 1px solid #EA8C00;
   border-radius: 8px;
   text-decoration: none;
}
.btn.accent_red{
   text-decoration: none !important;
}
.navbar .find-button:hover{
   background-color: transparent !important;
   color: #EA8C00 !important;
   border: 2px solid #EA8C00;
}
.mortgage-broker-section .container .row .col-md-6 .info a:hover {

   box-shadow: 0px 4px 18px 0px rgba(70, 80, 73, 0.16);
   border: 2px solid #EA8C00;
}
.col-md-12 .info{
   width: 100%;
}

.btn.accent_red:not([disabled]):not(.secondary_btn ):hover, .comment-form input.accent_red:not([disabled]):not(.secondary_btn ):hover[type="submit"], .search-form .accent_red.search-submit:not([disabled]):not(.secondary_btn ):hover {
   background: #E0EBEE;
   color: #465049 !important;
}
.btn.accent_red:not([disabled]):not(.secondary_btn ):hover svg path{
   fill: #465049;
}

.btn.dark_blue, .comment-form input.dark_blue[type="submit"], .search-form .dark_blue.search-submit {
   color: #fff;
   background-color: #110E0E;
}

.btn.green, .comment-form input.green[type="submit"], .search-form .green.search-submit {
   color: #fff;
   background-color: #347362;
}

.btn.transparent, .comment-form input.transparent[type="submit"], .search-form .transparent.search-submit {
   background-color: transparent;
}

.btn.transparent-border, .comment-form input.transparent-border[type="submit"], .search-form .transparent-border.search-submit {
   border: 1px solid #EA8C00;
   background-color: transparent;
   color: #EA8C00;
}

.btn.transparent-border:hover, .comment-form input.transparent-border:hover[type="submit"], .search-form .transparent-border.search-submit:hover {
   color: #d84361;
   border-color: #d84361;
}

.btn.disabled, .comment-form input.disabled[type="submit"], .search-form .disabled.search-submit {
   color: #bdc0c9;
   border: none;
   cursor: not-allowed;
   background-color: #e5e5e5;
}

.title .hf-1 {
   margin-bottom: 12px;
}

.title .pf-1 {
   margin-bottom: 0;
}

.title .hf-1, .title .hf-2, .title .pf-1 {
   color: #110E0E;
}
@media (max-width: 991.98px) {

 .title {
    margin-bottom: 40px !important;
 }
 .col-md-12 .title{
    margin-bottom: 32px !important;
 }

 .title h1 {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 12px;
 }

 .title p {
    font-size: 16px;
    margin-bottom: 0;
 }
}

.link {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   line-height: 16px;
   text-decoration: none;
}

.link:hover {
   text-decoration: none;
}

.link.primary {
   color: #110E0E;
}

.link.accent_red {
   color: #EA8C00;
}

ul {
   margin: 0;
   padding: 0px;
   list-style-type: none;
}
.items{
   padding-top: 100px;
   padding-left: 24px;
}
@media (max-width: 767.98px){
   .items{
    padding-top: 0px;
    padding-left: 0px;
 }
}

ul li {
   margin: 0;
   padding-top: 0;
}

ul li a {
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   line-height: 16px;
   text-decoration: none;
}

.comment-list ol {
   list-style: none;
}

.search-form label {
   font-weight: normal;
}

input[type="number"] {
   -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
   -webkit-appearance: none;
   margin: 0;
}

input.form-control, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .search-form input.search-field, textarea.form-control {
   border-radius: 8px;
   border: 1px solid #969696;
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 150%;
   color: #110E0E;
   outline: none;
   box-shadow: none;
   padding:12px;
   height: 48px;
}
input.form-control[name="postcode"]{
   height:48px;
}
textarea.form-control{
  padding: 10px 12px;
}
.select2custom-container .select2.select2-container .select2-selection__rendered {
  padding-left: 12px;
  padding-right: 32px;
  outline: none;
}
@media (max-width: 767.98px) {

 input.form-control, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .search-form input.search-field {
    font-size: 16px;
 }
}

input.form-control::placeholder, .comment-form input[type="text"]::placeholder, .comment-form input[type="email"]::placeholder, .comment-form input[type="url"]::placeholder, .search-form input.search-field::placeholder {
}

input.form-control.form-control:focus, .comment-form input:focus[type="text"], .comment-form input:focus[type="email"], .comment-form input:focus[type="url"], .search-form input.search-field:focus {
   border-color: #110E0E;
   box-shadow: none;
}

.select2-container--focus .select2-selection--single {
  border-color: #110E0E !important;
}

input.form-control.is-invalid, .comment-form input.is-invalid[type="text"], .comment-form input.is-invalid[type="email"], .comment-form input.is-invalid[type="url"], .search-form input.is-invalid.search-field {
   border-color: #f63e3e;
}

textarea:focus {
   border-color: #192f54 !important;
}

.input.primary {
   height: auto;
   width: 100%;
   max-width: 372px;
   display: flex;
   align-items: center;
   position: relative;
   border: 1px solid #e5e5e5;
}

.input.primary:focus {
   border-color: #192f54;
}

.input.primary img, .input.primary svg {
   position: absolute;
   left: 17px;
   z-index: 1;
}

.input.primary input {
   width: 100%;
   padding: 12px 12px 12px 38px;
}

.input.primary input::placeholder {
   color: rgba(25, 47, 84, 0.4);
}

.select2checkbox-container .select2checkbox {
   width: 100%;
}

.select2checkbox-container .select2 {
   width: 100%;
}

.select2checkbox-container .select2 .plus-btn {
   height: 100%;
   position: absolute;
   display: flex;
   align-items: center;
   top: 0;
   bottom: 0;
   right: 15px;
}

.select2checkbox-container .select2.is-invalid .selection .select2-selection {
   border-color: #f63e3e;
}

.select2checkbox-container .select2 .selection .select2-selection[aria-expanded="true"]::after {
   top: calc(50% - 2px);
   height: 2px;
   background-image: url("/wp-content/themes/perfect-broker03.11.22/resources/assets/images/minus.svg");
}

.select2checkbox-container .select2 .selection .select2-selection {
   padding: 5px 5px 10px 5px;
   border-radius: 8px;
   height: auto;
   border-color: #aaadc6;
}

.select2checkbox-container .select2 .selection .select2-selection:focus {
   border-color: #aaadc6;
}

.select2checkbox-container .select2 .selection .select2-selection .select2-search__field {
   height: 23px;
}

.select2checkbox-container .select2 .selection .select2-selection::after {
   position: absolute;
   top: calc(50% - 5px);
   right: 17px;
   content: "";
   width: 10px;
   height: 10px;
   background-image: url("/wp-content/themes/perfect-broker03.11.22/resources/assets/images/plus.svg");
   background-repeat: no-repeat;
   background-color: transparent;
   background-size: contain;
}

.select2checkbox-container .select2 .selection .select2-selection--clearable::after {
   display: none;
}

.select2checkbox-container .select2 .selection .select2-selection__clear {
   height: 100%;
   width: auto;
   margin: 0;
   top: 0;
   right: 17px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.select2checkbox-container .select2 .selection .select2-selection__clear::after {
   content: "";
   width: 10px;
   height: 2px;
   background-image: url("/wp-content/themes/perfect-broker03.11.22/resources/assets/images/minus.svg");
   background-repeat: no-repeat;
   background-color: transparent;
   background-size: contain;
}

.select2checkbox-container .select2 .selection .select2-selection__clear span {
   display: none;
}

.select2checkbox-container .select2 .selection .select2-selection__choice {
   height: 28px;
   line-height: 28px;
   padding-left: 0;
   padding-right: 28px;
   margin-left: 8px;
   border: none;
   border-radius: 0;
   background-color: #f0f6ff;
}

.select2checkbox-container .select2 .selection .select2-selection__choice__display {
   padding-left: 5px;
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   line-height: 16px;
   color: #192f54;
}
.additional_architect--services .services-item {
  background: #E0EBEE;
  border-radius: 8px;
  padding: 6px 8px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #110E0E;
  display: inline-block;
  /*margin-bottom: 8px;*/
}
.additional_architect_services_items{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 991.98px) {
  .additional_architect--services .services-item {
    font-size: 12px;
 }
}

.select2checkbox-container .select2 .selection .select2-selection__choice__remove {
   width: 28px;
   height: 28px;
   right: 0;
   left: unset;
   border-right: 0;
   border-radius: 0;
   color: #fff;
   background-color: #192f54;
}

.select2checkbox-container .select2 .selection .select2-selection__choice__remove span {
   font-size: 22px;
   line-height: 24px;
   font-weight: 300;
}

.select2-container .select2-dropdown {
   border: none;
   box-shadow: 0 36px 87px rgba(74, 74, 74, 0.07), 0 10.8529px 26.228px rgba(74, 74, 74, 0.0456112), 0 4.50776px 10.8938px rgba(74, 74, 74, 0.035), 0 1.63037px 3.94006px rgba(74, 74, 74, 0.0243888);
}

.select2-container .select2-dropdown .select2-results .select2-results__options {
   max-height: max-content;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
   background-color: transparent;
   font-family: 'Noto Sans', sans-serif;
   font-size: 12px;
   line-height: 150%;
   color: #192f54;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .item {
   display: flex;
   align-items: center;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .item .checkbox {
   width: 16px;
   height: 16px;
   position: absolute;
   left: 12px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 11px;
   background-color: transparent;
   border: 1px solid rgba(52, 115, 98, 0.2);
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .item .checkbox::before {
   content: "";
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .item .text {
   margin-left: 34px;
   font-family: 'Open Sans', sans-serif !important;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted {
   color: #192f54;
   background-color: #f0f6ff;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted .item .checkbox {
   border-color: rgba(52, 115, 98, 0.6);
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--selected .item .checkbox {
   border-color: #465049;
   background: #465049;
   border-radius: 2px;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--selected .item .checkbox::before {
   content: url(/wp-content/themes/perfect-broker03.11.22/resources/assets/images/angel.svg);
}

.select2custom-container .select2.select2-container .select2-selection, .select2custom-container .select2.select2-container .select2-selection__rendered, .select2custom-container .select2.select2-container .select2-selection__arrow {
   height: 45px;
   line-height: 45px;
   height: 48px;
}

.select2custom-container .select2.select2-container .select2-selection {
   border-radius: 8px;
   border-color: #969696;
}

.select2custom-container .select2.select2-container .select2-selection .selection .select2-selection--single {
   border-color: #aaadc6;
}

.select2custom-container .select2.select2-container .select2-selection__rendered {
   padding-left: 12px;
   padding-right: 32px;
   outline: none;
}

.select2custom-container .select2.select2-container .select2-selection__placeholder {
  color: #969696;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.select2custom-container .select2.select2-container .select2-selection__arrow {
   width: 32px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.select2custom-container .select2.select2-container .select2-selection__arrow b {
   background-image: url("/wp-content/themes/perfect-broker03.11.22/resources/assets/images/arrow.png");
   background-repeat: no-repeat;
   background-color: transparent;
   background-size: contain;
   border: none !important;
   height: 20px !important;
   width: 20px !important;
   margin: auto !important;
   top: auto !important;
   left: auto !important;
}

.select2custom-container .select2.select2-container .select2-selection[aria-expanded="true"] b {
   transform: rotate(180deg);
}

.select2custom-container .select2.select2-container .select2-selection[aria-expanded="false"] b {
   transform: rotate(0);
}

.select2custom-container .select2.select2-container.select2-container--open .selection .select2-selection--single {
   border-color: #bdd7d0;
}

.select2custom-container .select2.select2-container.is-invalid .select2-selection {
   border-color: #f63e3e;
   transition: 0.1s ease-in-out;
}

.form-check {
   display: flex;
   align-items: flex-start;
   padding: 0;
}

.form-check input[type="checkbox"] {
   display: none;
}

.form-check label.form-check-label {
   cursor: pointer;
   margin-bottom: 0 !important;
}

.form-check label.form-check-label a {
   font-family: 'Noto Sans', sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   line-height: 16px;
   color: #192f54;
   text-decoration: none;
}

.form-check label.form-check-label a:hover {
   color: #e09d00;
}

.form-check .custom-checkbox {
   width: 16px;
   min-width: 16px;
   height: 16px;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: transparent;
   border: 1px solid rgba(25, 47, 84, 0.2);
   margin-right: 12px;
   cursor: pointer;
}

.form-check .custom-checkbox svg {
   display: none;
}

.form-check .custom-checkbox.checked {
   background-color: #192f54;
}

.form-check .custom-checkbox.checked svg {
   display: block;
}

.form-check p {
   font-family: 'Noto Sans', sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   line-height: 16px;
   text-align: unset;
   margin-bottom: 0;
   cursor: pointer;
}

.form-check p a {
   font-family: 'Noto Sans', sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   line-height: 16px;
   color: #e09d00;
   text-decoration: none;
}

.form-check.is-invalid label.form-check-label {
   color: #f63e3e !important;
}

.form-row.p-auto div[class*="col-"] {
   padding-left: 15px;
   padding-right: 15px;
}

.alignnone {
   margin-left: 0;
   margin-right: 0;
   max-width: 100%;
   height: auto;
}

.aligncenter {
   display: block;
   margin: 0.5rem auto;
   height: auto;
}

.alignleft, .alignright {
   margin-bottom: 0.5rem;
   height: auto;
}
@media (min-width: 576px) {

 .alignleft {
    float: left;
    margin-right: 0.5rem;
 }

 .alignright {
    float: right;
    margin-left: 0.5rem;
 }
}

.post-code {
   width: 100%;
   max-width: 536px;
   height: auto;
   border-radius: 12px;
}

.architects-results-filter .post-code{
    max-width: 1236px;
}
@media (max-width: 991.98px) {

 .post-code {
    max-width: 100%;
 }
}
@media (max-width: 767.98px) {

 .post-code {
    margin-bottom: 30px;
 }
}

.post-code__form {
   display: flex;
   align-items: center;
   justify-content: space-between;

   border-radius: 12px;
}
@media (max-width: 991.98px) {

 .post-code__form {
    width: 100%;
 }
}
@media (max-width: 767.98px) {

 .post-code__form {
    flex-direction: column;
 }
}

.post-code__form--input {
   display: flex;
   align-items: center;
   position: relative;
   border-radius: 8px;
}
@media (max-width: 991.98px) {

 .post-code__form--input {
    width: 100%;
 }
}
@media (max-width: 767.98px) {

 .post-code__form--input {
    width: 100%;
    margin-bottom: 8px;
    transition: 0.3s ease-in-out;
    border: 1px solid #969696;
 }
 .quiz-section__content .post-code__form--button{
    margin-top: 4px;
 }
}

.post-code__form--input svg {
   position: absolute;
   left: 14.5px;
   z-index: 1;
   transition: 0.3s ease-in-out;
}

.post-code__form--input input {
   width: 100%;
   min-width: 278px;
   height: 52px;
   line-height: 52px;
   padding: 12px 12px 12px 40px;
   transition: 0.3s ease-in-out;
   outline: none;
   border: none;
   color: #5A5A5A;
   font-family:'Open Sans', sans-serif;
   ;
}
@media (max-width: 991.98px) {

 .post-code__form--input input {
    width: 95%;
 }
 .question_wrapper .radius_architect_results {
    max-width: 250px;
    margin: 0 5px;
   }
}
@media (max-width: 767.98px) {

 .post-code__form--input input {
    width: 100%;
    min-width: 100%;
    margin-bottom: 0;
 }

 .question_wrapper .radius_architect_results {
    width: 100%;
    min-width: 100%;
    margin: 0;
   }
}

@media (max-width: 280px) {
   .question_wrapper .radius_architect_results {
      width: 100%;
      min-width: 100%;
   }
}

@media (max-width: 1024px) {
   .question_wrapper .radius_architect_results {
       width: 400px !important;
   }
}

.post-code__form--input input::placeholder {
   color: #aaadc6;
   transition: 0.3s ease-in-out;
}
.page-id-3740 .post-code__form--input input::placeholder{
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 150%;
   color: #5A5A5A !important;
}
.page-id-17 .post-code__form--input input::placeholder {
   transition: 0.3s ease-in-out;
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 150% !important;
   color: #969696;
   opacity: 1 !important;
}

.post-code__form--input .error-tooltip {
   width: auto;
   min-width: 115px;
   padding: 8px 12px;
   background-color: #fff;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
   position: absolute;
   top: -30px;
   left: 10px;
   opacity: 0;
   z-index: 0;
   transition: 0.3s ease-in-out;
   border-radius: 2px;
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 12px;
   line-height: 150%;
   color: #5A5A5A;
}

.post-code__form--input .error-tooltip::after {
   content: "";
   position: absolute;
   bottom: -6px;
   left: 5px;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 6px 6px 0 6px;
   border-color: #fff transparent transparent transparent;
}

/*.post-code__form--input.error .error-tooltip {

}*/
.post-code__form--input.error.error1 .error-tooltip.error1{
   opacity: 1;
   z-index: 1;
   transition: 0.3s ease-in-out;
}

.post-code__form--input.error.error2 .error-tooltip.error2{
   opacity: 1;
   z-index: 1;
   transition: 0.3s ease-in-out;
}

.map-section .find-broker__form--input.error.error1 .error-tooltip.error1 {
    opacity: 1;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.map-section .find-broker__form--input.error.error2 .error-tooltip.error2 {
    opacity: 1;
    z-index: 1;
    transition: 0.3s ease-in-out;
}


.post-code__form--input.error svg path {
   fill: #f63e3e;
   transition: 0.3s ease-in-out;
}

.post-code__form--input.error input {
   color: #f63e3e;
   transition: 0.3s ease-in-out;
}

.post-code__form--input.error input::placeholder {
   color: #f63e3e;
   transition: 0.3s ease-in-out;
}

.post-code__form--button {
   width: 190px;
   height: 52px;
   font-weight: 700;
   font-size: 16px;
   line-height: 100%;
   padding: 18px;
}
@media (max-width: 991.98px) {

 .post-code__form--button {
    width: 286px;
 }
}
@media (max-width: 767.98px) {

 .post-code__form--button {
    width: 100%;
    padding: 20px;
 }
}

.post-code.dark_blue  {
   background-color: #465049;
   box-shadow: 0px 4px 26px rgba(83, 104, 197, 0.32);
   border-radius: 12px;
}

.post-code.transparent {
   box-shadow: none;
   background-color: transparent;
}

.post-code.transparent input[type="text"] {
   width: 300px;
   margin-right: 12px;
   border: none;
}

.post-code.transparent input[type="text"]::placeholder {
   opacity: 0.4;
}

.step-cards {
   margin-top: -255px;
   display: flex;
   justify-content: space-between;
}
@media (max-width: 575.98px) {

 .step-cards {
    flex-direction: column;
 }
}

.step-cards__card {
   width: 100%;
   padding: 0 12px;
}
@media (max-width: 991.98px) {

 .step-cards__card {
    padding: 0 15px;
 }
}
@media (max-width: 575.98px) {

 .step-cards__card {
    padding: 0;
 }
}

.step-cards__card:first-of-type {
   padding-left: 0;
}

.step-cards__card:last-of-type {
   padding-right: 0;
}

.step-cards__card--content {
   width: 100%;
   height: 120px;
   padding: 24px;
   display: flex;
   align-items: center;
   flex-direction: row;
   background-color: #fff;
   box-shadow: 0px 4px 18px rgba(70, 80, 73, 0.16);
   border-radius: 12px;
   column-gap: 24px;
}
@media (max-width: 575.98px) {

 .step-cards__card--content {
    padding: 24px 24px 28px;
    margin-top: 24px;
 }
}
@media (max-width: 575.98px) {

 .step-cards__card--content {
    height: auto;
    flex-direction: row;
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: 0px 4px 18px rgba(70, 80, 73, 0.16);
    border-radius: 12px;

    width:100%;
    max-width:100%;
    padding-right: 0px;
 }
}
@media (max-width: 575.98px){
   .hero-banner-section .step-cards{
    padding: 0px 16px;
    margin-top: 35px;
 }
}
@media (max-width: 575.98px){
   .map-section{
    background-image: url(/wp-content/uploads/2023/08/Sehdfhgdct-min-1.webp) !important;
 }
}

@media (max-width: 575.98px) {

 .step-cards__card--content img {
    margin-bottom: 0;
    margin-right: 24px;
 }
}

.step-cards__card--content .info {
   width: calc(100% - 68px - 48px)
}
@media (max-width: 575.98px) {

 .step-cards__card--content .info {
    text-align: unset;
 }
}

.step-cards__card--content .info span {

   text-transform: uppercase;
   margin-bottom: 4px;
   text-align: left;
   color: #465049;
   font-family: 'DM Sans', sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   letter-spacing: 0.32px;
}
@media (max-width: 575.98px) {

 .step-cards__card--content .info span {
    margin-bottom: 4px;
    margin-left: 0px;
 }
}

.step-cards__card--content .info h5 {

   text-align: left;
   margin-bottom: 0;
   color: #110E0E;
   font-family: 'DM Sans', sans-serif;
   font-size: 20px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   letter-spacing: 0.4px;
}
@media (max-width: 575.98px) {

 .step-cards__card--content .info h5 {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    max-width: 100%;
    text-align: unset;
    letter-spacing: 0.02em;
    margin-left: 0px !important;
 }
}
@keyframes lds-spinner {
   0% {
    opacity: 1;
 }
 100% {
    opacity: 0;
 }
}

.preloader-modal .modal-dialog {
   max-width: 550px;
}

.preloader-modal .modal-dialog .modal-content .modal-body {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   text-align: center;
   padding: 52px 40px;
}
@media (max-width: 767.98px) {

 .preloader-modal .modal-dialog .modal-content .modal-body {
    padding: 32px 20px;
 }
}

.preloader-modal .modal-dialog .modal-content .modal-body .lds-spinner {
   color: #EA8C00;
   display: inline-block;
   position: relative;
   width: 80px;
   height: 80px;
}

.preloader-modal .modal-dialog .modal-content .modal-body .lds-spinner div {
   transform-origin: 40px 40px;
   animation: lds-spinner 1.2s linear infinite;
}

.preloader-modal .modal-dialog .modal-content .modal-body .lds-spinner div::after {
   content: "";
   display: block;
   position: absolute;
   top: 3px;
   left: 37px;
   width: 6px;
   height: 18px;
   border-radius: 20%;
   background: #EA8C00;
}

.preloader-modal .modal-dialog .modal-content .modal-body .lds-spinner div:nth-child(1) {
   transform: rotate(0deg);
   animation-delay: -1.1s;
}

.preloader-modal .modal-dialog .modal-content .modal-body .lds-spinner div:nth-child(2) {
   transform: rotate(30deg);
   animation-delay: -1s;
}

.preloader-modal .modal-dialog .modal-content .modal-body .lds-spinner div:nth-child(3) {
   transform: rotate(60deg);
   animation-delay: -0.9s;
}

.preloader-modal .modal-dialog .modal-content .modal-body .lds-spinner div:nth-child(4) {
   transform: rotate(90deg);
   animation-delay: -0.8s;
}

.preloader-modal .modal-dialog .modal-content .modal-body .lds-spinner div:nth-child(5) {
   transform: rotate(120deg);
   animation-delay: -0.7s;
}

.preloader-modal .modal-dialog .modal-content .modal-body .lds-spinner div:nth-child(6) {
   transform: rotate(150deg);
   animation-delay: -0.6s;
}

.preloader-modal .modal-dialog .modal-content .modal-body .lds-spinner div:nth-child(7) {
   transform: rotate(180deg);
   animation-delay: -0.5s;
}

.preloader-modal .modal-dialog .modal-content .modal-body .lds-spinner div:nth-child(8) {
   transform: rotate(210deg);
   animation-delay: -0.4s;
}

.preloader-modal .modal-dialog .modal-content .modal-body .lds-spinner div:nth-child(9) {
   transform: rotate(240deg);
   animation-delay: -0.3s;
}

.preloader-modal .modal-dialog .modal-content .modal-body .lds-spinner div:nth-child(10) {
   transform: rotate(270deg);
   animation-delay: -0.2s;
}

.preloader-modal .modal-dialog .modal-content .modal-body .lds-spinner div:nth-child(11) {
   transform: rotate(300deg);
   animation-delay: -0.1s;
}

.preloader-modal .modal-dialog .modal-content .modal-body .lds-spinner div:nth-child(12) {
   transform: rotate(330deg);
   animation-delay: 0s;
}

.preloader-modal .modal-dialog .modal-content .modal-body h3 {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 28px;
   line-height: 36px;
   display: flex;
   align-items: center;
   text-align: center;
   color: #110E0E;
   margin-top: 60px;
   text-transform: capitalize;
}
@media (max-width: 767.98px) {

 .preloader-modal .modal-dialog .modal-content .modal-body h3 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.02em;
 }
}

.preloader-modal .modal-dialog .modal-content .modal-body .processing-text .last {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   text-align: center;
}

.preloader-modal .modal-dialog .modal-content .modal-body .processing-text .last h3 {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #110E0E;
}
.preloader-modal .modal-dialog .modal-content .modal-body .processing-text .last .subtitle {
 font-family: 'DM Sans', sans-serif;
 font-style: normal;
 font-weight: 700;
 font-size: 28px;
 line-height: 36px;
 text-align: center;
 color: #110E0E;
 margin-bottom: 40px;
}
@media (max-width:767.98px){
   .preloader-modal .modal-dialog .modal-content .modal-body .processing-text .last h3,
   .preloader-modal .modal-dialog .modal-content .modal-body .processing-text .last .subtitle{
      font-size: 20px;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 0.4px;
   }
}

.preloader-modal .modal-dialog .modal-content .modal-body .processing-text .last button {
   padding: 16px 67.5px;
   width: auto;
}

.lds-ring {
   display: inline-block;
   position: relative;
   width: 18px;
   height: 18px;
}

.lds-ring div {
   box-sizing: border-box;
   display: block;
   position: absolute;
   width: 16px;
   height: 16px;
   margin: 0;
   border: 2px solid #192f54;
   border-radius: 50%;
   animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
   border-color: #192f54 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
   animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
   animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
   animation-delay: -0.15s;
}
@keyframes lds-ring {
   0% {
    transform: rotate(0deg);
 }
 100% {
    transform: rotate(360deg);
 }
}

.lds-spinner {
   color: #EA8C00;
   display: inline-block;
   position: relative;
   width: 80px;
   height: 80px;
}

.lds-spinner div {
   transform-origin: 40px 40px;
   animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div::after {
   content: "";
   display: block;
   position: absolute;
   top: 3px;
   left: 37px;
   width: 6px;
   height: 18px;
   border-radius: 20%;
   background: #EA8C00;
}

.lds-spinner div:nth-child(1) {
   transform: rotate(0deg);
   animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
   transform: rotate(30deg);
   animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
   transform: rotate(60deg);
   animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
   transform: rotate(90deg);
   animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
   transform: rotate(120deg);
   animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
   transform: rotate(150deg);
   animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
   transform: rotate(180deg);
   animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
   transform: rotate(210deg);
   animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
   transform: rotate(240deg);
   animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
   transform: rotate(270deg);
   animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
   transform: rotate(300deg);
   animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
   transform: rotate(330deg);
   animation-delay: 0s;
}
@keyframes lds-spinner {
   0% {
    opacity: 1;
 }
 100% {
    opacity: 0;
 }
}

.user-details-form .modal-dialog {
   max-width: 610px;
}

.user-details-form .modal-dialog .modal-content .modal-header {
   border: none;
   padding: 20px 60px 0px !important;
}
@media (max-width: 767.98px) {

 .user-details-form .modal-dialog .modal-content .modal-header {
  padding: 28px 20px 10px 20px !important;
}
}
@media (max-width: 575.98px) {

 .user-details-form .modal-dialog .modal-content .modal-header {
    padding: 20px 20px 10px 20px;
 }
}

.user-details-form .modal-dialog .modal-content .modal-body {
 padding: 20px 60px 40px 60px !important;
}
@media (max-width: 767.98px) {
 .user-details-form .modal-dialog .modal-content .modal-body {
    padding: 10px 20px 40px 20px !important;
 }
}

.user-details-form .modal-dialog .modal-content .modal-body h4, .user-details-form .modal-dialog .modal-content .modal-body p {
   text-align: center;
   color: #192f54;
}

.user-details-form .modal-dialog .modal-content .modal-body h4 {
 margin-bottom: 16px;
 font-family: 'DM Sans', sans-serif;
 font-style: normal;
 font-weight: 700;
 font-size: 28px;
 line-height: 36px;
 text-align: center;
 color: #110E0E;
}
@media (max-width: 767.98px) {

 .user-details-form .modal-dialog .modal-content .modal-body h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
 }
}

.user-details-form .modal-dialog .modal-content .modal-body .link {
   font-family: 'Noto Sans', sans-serif;
   font-weight: 700;
   font-size: 14px;
   line-height: 19px;
}

.user-details-form .modal-dialog .modal-content .modal-body p {
   margin-bottom: 24px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
}
@media (max-width: 767.98px) {

 .user-details-form .modal-dialog .modal-content .modal-body p {
    margin-bottom: 28px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
 }
}

.user-details-form .modal-dialog .modal-content .modal-body .advantages {
   display: flex;
   justify-content: space-between;
   column-gap: 15px;
   margin-bottom: 28px;
}
@media (max-width: 767.98px) {

 .user-details-form .modal-dialog .modal-content .modal-body .advantages {
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
 }
}
@media (max-width: 575.98px) {

 .user-details-form .modal-dialog .modal-content .modal-body .advantages {
    margin-bottom: 15px;
 }
}

.user-details-form .modal-dialog .modal-content .modal-body .advantages__item {
   text-align: center;
}
@media (max-width: 767.98px) {

 .user-details-form .modal-dialog .modal-content .modal-body .advantages__item {
    display: flex;
    align-items: center;
    text-align: unset;
    margin-bottom: 8px;
 }

 .user-details-form .modal-dialog .modal-content .modal-body .advantages__item::before {
    /*content: "";
    width: 8px;
    height: 8px;
    margin-right: 4px;
    border-radius: 50px;
    background: #566058;*/
    content: "✓";
    font-size: 18px;
    color: #ea8c00;
    padding: 0 8px;
 }
}
@media (max-width: 365.98px) {

}

.user-details-form .modal-dialog .modal-content .modal-body .advantages__item img {
   margin: 0px auto 8px;
   width: 51px;
   height: auto;
}
@media (max-width: 767.98px) {

 .user-details-form .modal-dialog .modal-content .modal-body .advantages__item img {
    display: none;
 }
}

.user-details-form .modal-dialog .modal-content .modal-body .advantages__item p {
   width: 100%;
   margin-bottom: 0;
   font-family: "DM Sans", sans-serif;
   text-align: left;
   font-size: 12px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
}
@media (max-width: 767.98px) {

 .user-details-form .modal-dialog .modal-content .modal-body .advantages__item p {
 }
}

.user-details-form .modal-dialog .modal-content .modal-body form .text-muted {
   display: none;
}

.user-details-form .modal-dialog .modal-content .modal-body form.was-validated .text-muted {
   display: none;
}

.user-details-form .modal-dialog .modal-content .modal-body form .form-group, .user-details-form .modal-dialog .modal-content .modal-body form .comment-form p, .comment-form .user-details-form .modal-dialog .modal-content .modal-body form p, .user-details-form .modal-dialog .modal-content .modal-body form .search-form label, .search-form .user-details-form .modal-dialog .modal-content .modal-body form label {
   margin-bottom: 12px;
}
.user-details-form .modal-dialog .modal-content .modal-body form .form-group{
   margin-bottom: 16px;
}

.user-details-form .modal-dialog .modal-content .modal-body form .form-group .form-text, .user-details-form .modal-dialog .modal-content .modal-body form .comment-form p .form-text, .comment-form .user-details-form .modal-dialog .modal-content .modal-body form p .form-text, .user-details-form .modal-dialog .modal-content .modal-body form .search-form label .form-text, .search-form .user-details-form .modal-dialog .modal-content .modal-body form label .form-text {
   color: #192f54;
}

.user-details-form .modal-dialog .modal-content .modal-body form .form-group .form-text, .user-details-form .modal-dialog .modal-content .modal-body form .comment-form p .form-text, .comment-form .user-details-form .modal-dialog .modal-content .modal-body form p .form-text, .user-details-form .modal-dialog .modal-content .modal-body form .search-form label .form-text, .search-form .user-details-form .modal-dialog .modal-content .modal-body form label .form-text, .user-details-form .modal-dialog .modal-content .modal-body form .form-group .invalid-feedback, .user-details-form .modal-dialog .modal-content .modal-body form .comment-form p .invalid-feedback, .comment-form .user-details-form .modal-dialog .modal-content .modal-body form p .invalid-feedback, .user-details-form .modal-dialog .modal-content .modal-body form .search-form label .invalid-feedback, .search-form .user-details-form .modal-dialog .modal-content .modal-body form label .invalid-feedback {
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   line-height: 16px;
}

.user-details-form .modal-dialog .modal-content .modal-body form .form-group input, .user-details-form .modal-dialog .modal-content .modal-body form .comment-form p input, .comment-form .user-details-form .modal-dialog .modal-content .modal-body form p input, .user-details-form .modal-dialog .modal-content .modal-body form .search-form label input, .search-form .user-details-form .modal-dialog .modal-content .modal-body form label input {
   font-family: "Open Sans", sans-serif;
   height: 45px;
   font-style: normal;
   font-weight: normal;
   font-size: 16px;
   line-height: 150%;
   border-radius: 0;
   outline: none;
   box-shadow: none;
   color: #110E0E;
   padding: 12px;
   border-radius: 8px;
}
.user-details-form .modal-dialog .modal-content .modal-body form .form-group input::placeholder,
.user-details-form .modal-dialog .modal-content .modal-body form .form-group input::-webkit-input-placeholder,
.user-details-form .modal-dialog .modal-content .modal-body form .form-group input:-moz-placeholder,
.user-details-form .modal-dialog .modal-content .modal-body form .form-group input::-moz-placeholder,
.user-details-form .modal-dialog .modal-content .modal-body form .form-group input:-ms-input-placeholder {
 color: #969696;
 font-family: Open Sans;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 150%;
}

.user-details-form .modal-dialog .modal-content .modal-body form .form-group input:focus, .user-details-form .modal-dialog .modal-content .modal-body form .comment-form p input:focus, .comment-form .user-details-form .modal-dialog .modal-content .modal-body form p input:focus, .user-details-form .modal-dialog .modal-content .modal-body form .search-form label input:focus, .search-form .user-details-form .modal-dialog .modal-content .modal-body form label input:focus {
   box-shadow: none;
}

.user-details-form .modal-dialog .modal-content .modal-body form .form-group input::placeholder, .user-details-form .modal-dialog .modal-content .modal-body form .comment-form p input::placeholder, .comment-form .user-details-form .modal-dialog .modal-content .modal-body form p input::placeholder, .user-details-form .modal-dialog .modal-content .modal-body form .search-form label input::placeholder, .search-form .user-details-form .modal-dialog .modal-content .modal-body form label input::placeholder {
   font-style: normal;
   font-weight: normal;
   font-size: 14px;
   line-height: 150%;
   color: #aaadc6;
}

.user-details-form .modal-dialog .modal-content .modal-body form .form-check {
   margin-top: 44px;
}
@media (max-width: 767.98px) {

 .user-details-form .modal-dialog .modal-content .modal-body form .form-check {
    margin-top: 30px;
 }
}
@media (max-width: 575.98px) {

 .user-details-form .modal-dialog .modal-content .modal-body form .form-check {
    margin-top: 20px;
 }
}

.user-details-form .modal-dialog .modal-content .modal-body form .form-check p {
   text-align: left;
   user-select: none;
   margin-bottom: 0;
   color: #110E0E;
   font-family: 'Open Sans', sans-serif;
}

.user-details-form .modal-dialog .modal-content .modal-body form .form-check p a {
   font-family: 'Noto Sans', sans-serif;
   font-weight: 700;
   color: #EA8C00;
}

.user-details-form .modal-dialog .modal-content .modal-body form button {
   padding: 16px 56.5px;
   width: auto !important;
   margin-top: 8px;
}
@media (max-width: 767.98px) {
 .user-details-form .modal-dialog .modal-content .modal-body form .form-check p{
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.user-details-form .modal-dialog .modal-content .modal-body form button {
  width: 100%;
}
}
.user-details-form .modal-dialog .modal-content .modal-body form button.disabled {
   background: #DCE0E7;
   color: #bdc0c9;
   margin-top: 8px !important;
}
.broker-card {
  margin-bottom: 60px;
  padding: 20px;
   border: 1px solid #566058;
   border-radius: 12px;
}
.broker-card p.description{
  color: #5A5A5A;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991.98px) {

 .broker-card {
    margin-bottom: 24px;
    border-radius: 12px;
    overflow: hidden;
 }

 .broker-card p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #347362;
    margin-bottom: 24px;
 }
 .broker-card p.description{
  margin-bottom: 20px;
}

.broker-card button {
  width: 100%;
  margin-top: 20px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}
}

.broker-card__row {
   width: 100%;
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   margin-bottom: 28px;
}
@media (max-width: 991.98px) {

 .broker-card__row {
    margin-bottom: 16px;
 }
}

.broker-card__row--left {
   display: flex;
   align-items: flex-start;
}

.broker-card__row--image {
   width: 110px;
   max-width: 100%;
   height: 110px;
   margin-right: 24px;
   border: 0.5px solid #EEF2FA;
   border-radius: 8px;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
}
@media (max-width: 991.98px) {

  .broker-card__row--left{
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 24px;
    justify-content: flex-start;
 }

 .broker-card__row--image {
    width: 72px;
    max-width: 100%;
    height: 72px;
    margin-right: 0px;
 }
}

.broker-card__row--info {
   margin-right: 87px;
}
@media (max-width: 991.98px) {

 .broker-card__row--info {
    margin-right: 0;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    align-items: flex-start;
    justify-content: center;
    max-width: calc(100% - 72px - 24px);
 }
}

.broker-card__row--info h4 {
  margin-bottom: 8px;
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  color: #110E0E;
}
@media (max-width: 991.98px) {
  .broker-card__row--info h4 {
     font-size: 20px;
     line-height: normal;
     letter-spacing: 0.4px;
     margin-bottom: 0;
  }
}

.broker-card__row--info span {
  display: inline-block;
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: #465049;
}

.broker-card__row--info span svg {
   margin-right: 8px;
}

.broker-card__row--info p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #5A5A5A;
  width: 100%;
  max-width: 540px;
}

.broker-card__row--button {
   padding: 16px 48px;
   font-size: 16px;
   line-height: 20px;
}

.broker-card__offer {
   display: flex;
   margin-bottom: 28px;
   align-items: start;
   column-gap: 28px;
}
@media (max-width: 991.98px) {
  .broker-card__row--info span{
    margin-bottom: 0;
 }

 .broker-card__offer {
    flex-direction: column;
    margin-bottom: 20px;
 }
}

.broker-card__offer--special {
  position: relative;
  width: 100%;
  max-width: 100%;
  background: #E0EBEE;
  border-radius: 8px;
  margin-top: 11px;
  padding: 24px 16px 16px;
  margin-bottom: 20px
}
@media (max-width: 991.98px) {

}

.broker-card__offer--special .name {
   color: #fff;
   background-color: #EA8C00;
}

.broker-card__offer--special p {
   font-family: 'Noto Sans', sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   line-height: 16px;
   color: #192f54;
}

.broker-card__offer--services {
  max-width: 407px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {

 .broker-card__offer--services {
    max-width: 100%;
 }
}

.specialist-areas-item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
}

.broker-card__offer--services .services-item {
  padding: 6px 8px;
  /*margin-right: 4px;*/
  display: inline-block;
  background: #E0EBEE;
  border-radius: 8px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #110E0E;
}
.broker-card__offer--services .fees-box .services-item{
  padding: 6px 12px;
}
.fees-box {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .broker-card__offer--services .services-item{
    font-size: 12px;
 }

 .broker-card__offer--accreditations {
  margin-top: 23px;
}
.fees-box {
  margin-bottom: 30px;
}
}

.broker-card__offer .accreditations-container {
   display: flex;
   max-width: 223px;
   flex-wrap: wrap;
}
@media (max-width: 991.98px) {

 .broker-card__offer .accreditations-container {
    max-width: 100%;
    margin-top: 9px;
    margin-bottom: 24px;
 }
}

.broker-card__offer .accreditations-container .accreditations_img {
   width: 70px;
   margin: 2px;
   border: 1px solid #92addc;
   border-radius: 2px;
}

.broker-card__offer .accreditations-container .accreditations_img img {
   max-width: 100%;
   height: auto;
}

.broker-card__offer .name {
   width: 100%;
   min-width: 106px;
   max-width: 106px;
   position: absolute;
   left: 16px;
   top: -11px;
   display: inline-block;
   padding: 4px 8px;
   border-radius: 4px;
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 12px;
   line-height: 16px;
   text-align: center;
   color: #FFFFFF;
   background: #110E0E;
}

.broker-card__collapse .link .more, .broker-card__collapse .link .less {
   display: flex;
   align-items: center;
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 12px;
   line-height: 150%;
   color: #EA8C00;
   text-transform: initial;
}

.broker-card__collapse .link .more svg, .broker-card__collapse .link .less svg {
   margin-left: 9px;
}

.broker-card__collapse .link .less {
   display: none;
}

.broker-card__collapse .link[aria-expanded="true"] .less {
   display: flex;
}

.broker-card__collapse .link[aria-expanded="true"] .more {
   display: none;
}

.broker-card__collapse .collapse {
   border: none;
   border-radius: 0;
}

.broker-card__collapse .show {
   display: flex;
   justify-content: flex-start;
   column-gap: 40px;
   margin-bottom: 28px;
   width: 100%;
}
.template-brokers .gallery-lightbox .gallery-content .next {
   background: transparent !important;
}
@media (max-width: 991.98px) {

 .broker-card__collapse .show {
    flex-direction: column;
    margin-bottom: 20px;
 }
}

.broker-card__collapse .gallery-list {
   display: flex;
   column-gap: 12px;
}

.broker-card__collapse .gallery-list .gallery-item {
   position: relative;
   display: none;
}

.broker-card__collapse .photos-section .see-all {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 12px;
   line-height: 150%;
   color: #465049;
   cursor: pointer;
   display: flex;
   justify-content: center;
   margin-top: 12px;
}

.broker-card__collapse .gallery-list .gallery-item:first-child, .broker-card__collapse .gallery-list .gallery-item:nth-child(2), .broker-card__collapse .gallery-list .gallery-item:nth-child(3) {
   display: flex;
}

.broker-card__collapse .gallery-list .gallery-item:nth-child(3) .see-all {
   display: block;
}
@media (max-width: 767.98px) {

 .broker-card__collapse .gallery-list .gallery-item:nth-child(3) {
    display: none;
 }
}
@media (max-width: 767.98px) {

 .broker-card__collapse .gallery-list .gallery-item:nth-child(2) .see-all {
    display: block;
 }
}

.broker-card__collapse .gallery-list img {
   border: 1px solid #92addc;
   border-radius: 8px;
   max-width: 110px;
   height: auto;
   cursor: pointer;
}
@media (max-width: 991.98px) {

 .broker-card__collapse .fees-section {
    margin-top: 24px;
 }
}

.broker-card__collapse .fees-section .fees-item {
   font-family: 'Noto Sans', sans-serif;
   font-weight: 500;
   font-size: 12px;
   line-height: 150%;
   color: #192f54;
   display: flex;
   justify-content: space-between;
   padding-top: 8px;
   padding-bottom: 8px;
   align-items: center;
}
@media (max-width: 991.98px) {

 .broker-card__collapse .fees-section .fees-item {
    padding-top: 4px;
    padding-bottom: 4px;
 }
 .provider-card__offer--special{
  margin-bottom:20px;
}
}

.broker-card__collapse .fees-section .fees-item span {
   font-weight: 600;
   padding: 4px 12.5px;
   background: #F0F6FF;
   border-radius: 4px;
   min-width: 84px;
}

.broker-card .section-title {
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #110E0E;
}
.broker-card .section-title.specialist-areas{
  margin-bottom:16px;

}
.broker-card__offer--services .broker-card__map{
   margin-bottom: 16px;
}
#loginModal .modal-dialog, #forgotModal .modal-dialog, #resetModal .modal-dialog {
   max-width: 480px;
}

#loginModal .modal-dialog .modal-content, #forgotModal .modal-dialog .modal-content, #resetModal .modal-dialog .modal-content {
   border-radius: 16px;
}

#loginModal .modal-dialog .modal-content .modal-body, #forgotModal .modal-dialog .modal-content .modal-body, #resetModal .modal-dialog .modal-content .modal-body {
   position: relative;
   padding: 60px 40px 40px;
}
@media (max-width: 991.98px) {
  .additional_architect--services .section-title{
    margin-bottom: 8px;
 }
}
@media (max-width: 767.98px) {

 #loginModal .modal-dialog .modal-content .modal-body, #forgotModal .modal-dialog .modal-content .modal-body, #resetModal .modal-dialog .modal-content .modal-body {
    padding: 56px 16px 36px 16px;
 }
}

#loginModal .modal-dialog .modal-content .modal-body button.close, #forgotModal .modal-dialog .modal-content .modal-body button.close, #resetModal .modal-dialog .modal-content .modal-body button.close {
   width: 14px;
   height: 14px;
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   top: 27px;
   right: 27px;
   opacity: 1;
   border: none;
   outline: none;
   box-shadow: none;
}

#loginModal .modal-dialog .modal-content .modal-body button.close::after, #forgotModal .modal-dialog .modal-content .modal-body button.close::after, #resetModal .modal-dialog .modal-content .modal-body button.close::after {
   content: url(/wp-content/themes/perfect-broker03.11.22/resources/assets/images/exit.png);
}

#loginModal .modal-dialog .modal-content .modal-body .modal-title, #forgotModal .modal-dialog .modal-content .modal-body .modal-title, #resetModal .modal-dialog .modal-content .modal-body .modal-title {
   margin-bottom: 40px;
}
@media (max-width: 767.98px) {

 #loginModal .modal-dialog .modal-content .modal-body .modal-title, #forgotModal .modal-dialog .modal-content .modal-body .modal-title, #resetModal .modal-dialog .modal-content .modal-body .modal-title {
    margin-bottom: 24px;
 }
}

#loginModal .modal-dialog .modal-content .modal-body .modal-title h5, #forgotModal .modal-dialog .modal-content .modal-body .modal-title h5, #resetModal .modal-dialog .modal-content .modal-body .modal-title h5 {
   color: #110E0E;
   font-family: 'DM Sans', sans-serif;
   text-align: center;
   font-style: normal;
   font-weight: 700;
   font-size: 28px;
   line-height: 36px;
}
form.login-forgot-form .row {
   margin: auto;
}
@media (max-width: 767.98px) {

 #loginModal .modal-dialog .modal-content .modal-body .modal-title h5, #forgotModal .modal-dialog .modal-content .modal-body .modal-title h5, #resetModal .modal-dialog .modal-content .modal-body .modal-title h5 {
    font-size: 24px;
    line-height: 31px;
 }
}

#loginModal .modal-dialog .modal-content .modal-body .modal-title p, #forgotModal .modal-dialog .modal-content .modal-body .modal-title p, #resetModal .modal-dialog .modal-content .modal-body .modal-title p {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 150%;
   text-align: center;
   color: #5A5A5A;
   max-width: 100%;
   margin: auto;
   opacity: 0.8;
}
.sign-up p:last-child {
   margin-top: 8px;
   margin-bottom: 4px;
}
.forgot-modal .accent_red {
   margin-top: 40px;
   margin-bottom: 16px !important;
   height: auto !important;
   padding: 16px 48px;
}
@media (max-width: 767.98px) {
   #loginModal .modal-dialog .modal-content .modal-body .modal-title p, #forgotModal .modal-dialog .modal-content .modal-body .modal-title p, #resetModal .modal-dialog .modal-content .modal-body .modal-title p{
    color: #110E0E;
    opacity: 0.8;
 }
}

#loginModal .modal-dialog .modal-content .modal-body form button[type="submit"], #forgotModal .modal-dialog .modal-content .modal-body form button[type="submit"], #resetModal .modal-dialog .modal-content .modal-body form button[type="submit"] {
   width: 100%;
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 100%;
   color: #fff;
   margin-bottom: 20px;
}
#loginModal .modal-dialog .modal-content .modal-body form button[type="submit"]:not([disabled]):hover, #forgotModal .modal-dialog .modal-content .modal-body form button[type="submit"]:not([disabled]):hover, #resetModal .modal-dialog .modal-content .modal-body form button[type="submit"]:not([disabled]):hover{
   background: #E0EBEE;
   color: #465049;
}
@media (max-width: 767.98px) {
   #loginModal .modal-dialog .modal-content .modal-body form button[type="submit"], #forgotModal .modal-dialog .modal-content .modal-body form button[type="submit"], #resetModal .modal-dialog .modal-content .modal-body form button[type="submit"] {
    margin-bottom: 28px;
 }
}

#loginModal .modal-dialog .modal-content .modal-body form button[type="submit"].disabled, #forgotModal .modal-dialog .modal-content .modal-body form button[type="submit"].disabled, #resetModal .modal-dialog .modal-content .modal-body form button[type="submit"].disabled {
   background: #EA8C00;
   color: #FFFFFF;
}

#loginModal .modal-dialog .modal-content .modal-body form .forgot-link, #forgotModal .modal-dialog .modal-content .modal-body form .forgot-link, #resetModal .modal-dialog .modal-content .modal-body form .forgot-link {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 12px;
   line-height: 150%;
   color: #465049;
   text-transform: capitalize;
}
#loginModal .modal-dialog .modal-content .modal-body form .forgot-link:hover{
   color: #EA8C00;
}

#loginModal .modal-dialog .modal-content .modal-body form .sign-up, #forgotModal .modal-dialog .modal-content .modal-body form .sign-up, #resetModal .modal-dialog .modal-content .modal-body form .sign-up {
   width: 100%;
   max-width: 80%;
   margin: 0 auto;
}
.sign-up p a{
   margin-top: 8px !important;
   text-decoration: none !important;
}
@media (max-width: 767.98px) {

 #loginModal .modal-dialog .modal-content .modal-body form .sign-up, #forgotModal .modal-dialog .modal-content .modal-body form .sign-up, #resetModal .modal-dialog .modal-content .modal-body form .sign-up {
    max-width: 100%;
 }
}

#loginModal .modal-dialog .modal-content .modal-body form .sign-up p, #forgotModal .modal-dialog .modal-content .modal-body form .sign-up p, #resetModal .modal-dialog .modal-content .modal-body form .sign-up p {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 12px;
   line-height: 150%;
   text-align: center;
   color: #110E0E;
}
#forgotModal .modal-dialog .modal-content .modal-body form .sign-up p a:hover{
   color: #EA8C00;
}
#forgotModal .modal-dialog .modal-content .modal-body form .sign-up p a{
   margin-top: 8px !important;
}

#loginModal .modal-dialog .modal-content .modal-body form .sign-up p a, #forgotModal .modal-dialog .modal-content .modal-body form .sign-up p a, #resetModal .modal-dialog .modal-content .modal-body form .sign-up p a {
   color: #465049;
   font-size: 12px;
   font-weight: 700;
}
#loginModal .modal-dialog .modal-content .modal-body form .sign-up p a:hover{
   color: #EA8C00;
}

#loginModal .modal-dialog .modal-content .modal-body form .row, #forgotModal .modal-dialog .modal-content .modal-body form .row, #resetModal .modal-dialog .modal-content .modal-body form .row {
   margin-bottom: 44px;
}
@media (max-width: 767.98px) {

 #loginModal .modal-dialog .modal-content .modal-body form .row, #forgotModal .modal-dialog .modal-content .modal-body form .row, #resetModal .modal-dialog .modal-content .modal-body form .row {
    margin-bottom: 32px;
 }

}

#loginModal .modal-dialog .modal-content .modal-body form .form-group .input-group, #loginModal .modal-dialog .modal-content .modal-body form .comment-form p .input-group, .comment-form #loginModal .modal-dialog .modal-content .modal-body form p .input-group, #loginModal .modal-dialog .modal-content .modal-body form .search-form label .input-group, .search-form #loginModal .modal-dialog .modal-content .modal-body form label .input-group, #forgotModal .modal-dialog .modal-content .modal-body form .form-group .input-group, #forgotModal .modal-dialog .modal-content .modal-body form .comment-form p .input-group, .comment-form #forgotModal .modal-dialog .modal-content .modal-body form p .input-group, #forgotModal .modal-dialog .modal-content .modal-body form .search-form label .input-group, .search-form #forgotModal .modal-dialog .modal-content .modal-body form label .input-group, #resetModal .modal-dialog .modal-content .modal-body form .form-group .input-group, #resetModal .modal-dialog .modal-content .modal-body form .comment-form p .input-group, .comment-form #resetModal .modal-dialog .modal-content .modal-body form p .input-group, #resetModal .modal-dialog .modal-content .modal-body form .search-form label .input-group, .search-form #resetModal .modal-dialog .modal-content .modal-body form label .input-group {
   margin-bottom: 0;
}

#loginModal .modal-dialog .modal-content .modal-body form .form-group .input-group .input-group-addon, #loginModal .modal-dialog .modal-content .modal-body form .comment-form p .input-group .input-group-addon, .comment-form #loginModal .modal-dialog .modal-content .modal-body form p .input-group .input-group-addon, #loginModal .modal-dialog .modal-content .modal-body form .search-form label .input-group .input-group-addon, .search-form #loginModal .modal-dialog .modal-content .modal-body form label .input-group .input-group-addon, #forgotModal .modal-dialog .modal-content .modal-body form .form-group .input-group .input-group-addon, #forgotModal .modal-dialog .modal-content .modal-body form .comment-form p .input-group .input-group-addon, .comment-form #forgotModal .modal-dialog .modal-content .modal-body form p .input-group .input-group-addon, #forgotModal .modal-dialog .modal-content .modal-body form .search-form label .input-group .input-group-addon, .search-form #forgotModal .modal-dialog .modal-content .modal-body form label .input-group .input-group-addon, #resetModal .modal-dialog .modal-content .modal-body form .form-group .input-group .input-group-addon, #resetModal .modal-dialog .modal-content .modal-body form .comment-form p .input-group .input-group-addon, .comment-form #resetModal .modal-dialog .modal-content .modal-body form p .input-group .input-group-addon, #resetModal .modal-dialog .modal-content .modal-body form .search-form label .input-group .input-group-addon, .search-form #resetModal .modal-dialog .modal-content .modal-body form label .input-group .input-group-addon {
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   height: 45px;
   width: 40px;
   right: 0;
   z-index: 10;
}

#loginModal .modal-dialog .modal-content .modal-body form .form-group .input-group .input-group-addon a svg path, #loginModal .modal-dialog .modal-content .modal-body form .comment-form p .input-group .input-group-addon a svg path, .comment-form #loginModal .modal-dialog .modal-content .modal-body form p .input-group .input-group-addon a svg path, #loginModal .modal-dialog .modal-content .modal-body form .search-form label .input-group .input-group-addon a svg path, .search-form #loginModal .modal-dialog .modal-content .modal-body form label .input-group .input-group-addon a svg path, #forgotModal .modal-dialog .modal-content .modal-body form .form-group .input-group .input-group-addon a svg path, #forgotModal .modal-dialog .modal-content .modal-body form .comment-form p .input-group .input-group-addon a svg path, .comment-form #forgotModal .modal-dialog .modal-content .modal-body form p .input-group .input-group-addon a svg path, #forgotModal .modal-dialog .modal-content .modal-body form .search-form label .input-group .input-group-addon a svg path, .search-form #forgotModal .modal-dialog .modal-content .modal-body form label .input-group .input-group-addon a svg path, #resetModal .modal-dialog .modal-content .modal-body form .form-group .input-group .input-group-addon a svg path, #resetModal .modal-dialog .modal-content .modal-body form .comment-form p .input-group .input-group-addon a svg path, .comment-form #resetModal .modal-dialog .modal-content .modal-body form p .input-group .input-group-addon a svg path, #resetModal .modal-dialog .modal-content .modal-body form .search-form label .input-group .input-group-addon a svg path, .search-form #resetModal .modal-dialog .modal-content .modal-body form label .input-group .input-group-addon a svg path {
   stroke: rgba(28, 59, 40, 0.4);
   transition: 0.3s ease-in-out;
}

#loginModal .modal-dialog .modal-content .modal-body form .form-group .input-group .input-group-addon a.active svg path, #loginModal .modal-dialog .modal-content .modal-body form .comment-form p .input-group .input-group-addon a.active svg path, .comment-form #loginModal .modal-dialog .modal-content .modal-body form p .input-group .input-group-addon a.active svg path, #loginModal .modal-dialog .modal-content .modal-body form .search-form label .input-group .input-group-addon a.active svg path, .search-form #loginModal .modal-dialog .modal-content .modal-body form label .input-group .input-group-addon a.active svg path, #forgotModal .modal-dialog .modal-content .modal-body form .form-group .input-group .input-group-addon a.active svg path, #forgotModal .modal-dialog .modal-content .modal-body form .comment-form p .input-group .input-group-addon a.active svg path, .comment-form #forgotModal .modal-dialog .modal-content .modal-body form p .input-group .input-group-addon a.active svg path, #forgotModal .modal-dialog .modal-content .modal-body form .search-form label .input-group .input-group-addon a.active svg path, .search-form #forgotModal .modal-dialog .modal-content .modal-body form label .input-group .input-group-addon a.active svg path, #resetModal .modal-dialog .modal-content .modal-body form .form-group .input-group .input-group-addon a.active svg path, #resetModal .modal-dialog .modal-content .modal-body form .comment-form p .input-group .input-group-addon a.active svg path, .comment-form #resetModal .modal-dialog .modal-content .modal-body form p .input-group .input-group-addon a.active svg path, #resetModal .modal-dialog .modal-content .modal-body form .search-form label .input-group .input-group-addon a.active svg path, .search-form #resetModal .modal-dialog .modal-content .modal-body form label .input-group .input-group-addon a.active svg path {
   stroke: #1c3b28;
   transition: 0.3s ease-in-out;
}

#loginModal .modal-dialog .modal-content .modal-body form .form-group .input-group input[type="password"], #loginModal .modal-dialog .modal-content .modal-body form .comment-form p .input-group input[type="password"], .comment-form #loginModal .modal-dialog .modal-content .modal-body form p .input-group input[type="password"], #loginModal .modal-dialog .modal-content .modal-body form .search-form label .input-group input[type="password"], .search-form #loginModal .modal-dialog .modal-content .modal-body form label .input-group input[type="password"], #forgotModal .modal-dialog .modal-content .modal-body form .form-group .input-group input[type="password"], #forgotModal .modal-dialog .modal-content .modal-body form .comment-form p .input-group input[type="password"], .comment-form #forgotModal .modal-dialog .modal-content .modal-body form p .input-group input[type="password"], #forgotModal .modal-dialog .modal-content .modal-body form .search-form label .input-group input[type="password"], .search-form #forgotModal .modal-dialog .modal-content .modal-body form label .input-group input[type="password"], #resetModal .modal-dialog .modal-content .modal-body form .form-group .input-group input[type="password"], #resetModal .modal-dialog .modal-content .modal-body form .comment-form p .input-group input[type="password"], .comment-form #resetModal .modal-dialog .modal-content .modal-body form p .input-group input[type="password"], #resetModal .modal-dialog .modal-content .modal-body form .search-form label .input-group input[type="password"], .search-form #resetModal .modal-dialog .modal-content .modal-body form label .input-group input[type="password"] {
   background-image: none;
   padding-right: 40px;
}

#loginModal .modal-dialog .modal-content .modal-body form .form-group .form-check-label, #loginModal .modal-dialog .modal-content .modal-body form .comment-form p .form-check-label, .comment-form #loginModal .modal-dialog .modal-content .modal-body form p .form-check-label, #loginModal .modal-dialog .modal-content .modal-body form .search-form label .form-check-label, .search-form #loginModal .modal-dialog .modal-content .modal-body form label .form-check-label, #forgotModal .modal-dialog .modal-content .modal-body form .form-group .form-check-label, #forgotModal .modal-dialog .modal-content .modal-body form .comment-form p .form-check-label, .comment-form #forgotModal .modal-dialog .modal-content .modal-body form p .form-check-label, #forgotModal .modal-dialog .modal-content .modal-body form .search-form label .form-check-label, .search-form #forgotModal .modal-dialog .modal-content .modal-body form label .form-check-label, #resetModal .modal-dialog .modal-content .modal-body form .form-group .form-check-label, #resetModal .modal-dialog .modal-content .modal-body form .comment-form p .form-check-label, .comment-form #resetModal .modal-dialog .modal-content .modal-body form p .form-check-label, #resetModal .modal-dialog .modal-content .modal-body form .search-form label .form-check-label, .search-form #resetModal .modal-dialog .modal-content .modal-body form label .form-check-label {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 12px;
   line-height: 150%;
   color: #110E0E;
}

#loginModal .modal-dialog .modal-content .modal-body form .form-check, #forgotModal .modal-dialog .modal-content .modal-body form .form-check, #resetModal .modal-dialog .modal-content .modal-body form .form-check {
   margin-bottom: 0;
}

.forgot-modal .modal-title {
   width: 100%;
   max-width: 100%;
   margin: 0 auto;
}

.forgot-modal .modal-title h5 {
   margin-bottom: 16px;
}

.forgot-modal .modal-title p {
   margin-bottom: 0;
   max-width: 340px !important;
}

#resetModal .modal-body {
   text-align: center;
}

#resetModal .modal-body h3 {
   font-family: "Inter Bold", sans-serif;
   font-weight: 700;
   font-size: 34px;
   line-height: 41px;
   color: #192f54;
   margin-top: 55px;
   margin-bottom: 12px;
}
@media (max-width: 767.98px) {

 #resetModal .modal-body h3 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin-top: 40px;
    margin-bottom: 8px;
 }
}

#resetModal .modal-body .subtitle {
   font-family: 'Noto Sans', sans-serif;
   font-size: 16px;
   line-height: 150%;
   color: #647187;
   margin-bottom: 40px;
}
@media (max-width: 767.98px) {

 #resetModal .modal-body .subtitle {
    font-size: 12px;
    margin-bottom: 28px;
 }
}

#resetModal .modal-body #reset_done {
   max-width: 178px;
   margin: auto;
}
@media (max-width: 767.98px) {

 #resetModal .modal-body #reset_done {
    font-size: 12px;
    height: 44px;
 }
}

.logout-modal .modal-dialog .modal-content {
   border: none;
   border-radius: 0;
}

.logout-modal .modal-dialog .modal-content .modal-body {
   padding: 48px 40px;
}

.logout-modal .modal-dialog .modal-content .modal-body .row .col {
   padding: 0 6px;
}

.logout-modal .modal-dialog .modal-content .modal-body .btn, .logout-modal .modal-dialog .modal-content .modal-body .comment-form input[type="submit"], .comment-form .logout-modal .modal-dialog .modal-content .modal-body input[type="submit"], .logout-modal .modal-dialog .modal-content .modal-body .search-form .search-submit, .search-form .logout-modal .modal-dialog .modal-content .modal-body .search-submit {
   height: 52px;
   width: 100%;
   font-family: "Poppins-Medium", sans-serif;
   font-style: normal;
   font-weight: bold;
   font-size: 16px;
   line-height: 28px;
}
.logout-modal .modal-dialog{
   max-width:480px;
}
.logout-modal .modal-dialog .modal-content .modal-body .modal-title {
   width: 100%;
   max-width: 400px;
   margin: 0 auto 40px auto;
   text-align: center;
}

.logout-modal .modal-dialog .modal-content .modal-body .modal-title h5 {
 margin-bottom: 28px;
 color: #110E0E;
 text-align: center;
 font-feature-settings: 'clig' off, 'liga' off;
 font-family: 'DM Sans', sans-serif;
 font-size: 28px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
}

.logout-modal .modal-dialog .modal-content .modal-body .modal-title p {
   margin-bottom: 28px;
   color: #110E0E;
   text-align: center;
   font-family: 'Open Sans', sans-serif;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 150%;
}

.form-group, .comment-form p, .search-form label {
   margin-bottom: 40px;
}
.form-group{
  margin-bottom: 24px;
}
.profile-form .form-group.title{
 margin-bottom: 16px;
}
.form-group.post-code-map-component{
}

button.btn.transparent-border.active-leads {
    background-color: #ea8c00;
    color: white !important;
}

@media (max-width: 767.98px) {
   .comment-form p, .search-form label{
    margin-bottom: 32px;
 }
 .form-group{
   margin-bottom: 24px;
}
}

.form-group label, .comment-form p label, .search-form label label {
 font-family: 'Open Sans', sans-serif;
 font-style: normal;
 font-weight: 400;
 font-size: 12px;
 line-height: 150%;
 color: #110E0E;
 margin-bottom: 4px;
}
.form-group[data-type="file"] label{
   margin-bottom:0px;
}

.form-group.text input, .comment-form p.text input, .search-form label.text input, .form-group.textarea input, .comment-form p.textarea input, .search-form label.textarea input {
   height: 48px;
}

.form-group.text input, .comment-form p.text input, .search-form label.text input, .form-group.text textarea, .comment-form p.text textarea, .search-form label.text textarea, .form-group.textarea input, .comment-form p.textarea input, .search-form label.textarea input, .form-group.textarea textarea, .comment-form p.textarea textarea, .search-form label.textarea textarea {
   resize: none;
   max-width: 100%;
}

.form-group.text input:focus, .comment-form p.text input:focus, .search-form label.text input:focus, .form-group.text textarea:focus, .comment-form p.text textarea:focus, .search-form label.text textarea:focus, .form-group.textarea input:focus, .comment-form p.textarea input:focus, .search-form label.textarea input:focus, .form-group.textarea textarea:focus, .comment-form p.textarea textarea:focus, .search-form label.textarea textarea:focus {
   box-shadow: none;
}

.form-group.text input::placeholder, .comment-form p.text input::placeholder, .search-form label.text input::placeholder, .form-group.text textarea::placeholder, .comment-form p.text textarea::placeholder, .search-form label.text textarea::placeholder, .form-group.textarea input::placeholder, .comment-form p.textarea input::placeholder, .search-form label.textarea input::placeholder, .form-group.textarea textarea::placeholder, .comment-form p.textarea textarea::placeholder, .search-form label.textarea textarea::placeholder {
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 14px;
   line-height: 150%;
   color: rgba(25, 47, 84, 0.4);
}

.form-group.textarea, .comment-form p.textarea, .search-form label.textarea {
   margin-bottom: 24px;
}

.form-group.textarea label, .comment-form p.textarea label, .search-form label.textarea label {
   font-family: "Poppins-Bold", sans-serif;
   font-style: normal;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.02em;
   color: #192f54;
}
.special_offers_txt {
  font-family: 'Open Sans', sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 150%;
  color: #110E0E !important;
  margin-bottom: 16px !important;
}
.form-group.textarea label.light, .comment-form p.textarea label.light, .search-form label.textarea label.light {
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   line-height: 16px;
   color: #192f54;
   margin-bottom: 4px;
}

.form-group.textarea p, .comment-form p.textarea p, .search-form label.textarea p {
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   line-height: 16px;
   color: #192f54;
   margin-bottom: 16px;
}

.form-group.select, .comment-form p.select, .search-form label.select {
   margin-bottom: 24px;
}

.comment-form p.select label, .search-form label.select label {
   font-family: "Inter Bold", sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 19px;
   letter-spacing: 0.02em;
   color: #192f54;
   margin-bottom: 16px;
}
.form-group.select label{
   color: #110E0E;
   font-family: 'Open Sans', sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: 600;
   line-height: 150%;
}
.form-group.select label[for="service_provided"]{
   margin-bottom:16px;
}
.form-group.select label.with-description, .comment-form p.select label.with-description, .search-form label.select label.with-description {
   margin-bottom: 8px;
}

.form-group.select p, .comment-form p.select p, .search-form label.select p {
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   line-height: 16px;
   color: #192f54;
}

.form-group.select textarea, .comment-form p.select textarea, .search-form label.select textarea {
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 14px;
   line-height: 150%;
   color: rgba(25, 47, 84, 0.4);
}

.form-group.file .file-link, .comment-form p.file .file-link, .search-form label.file .file-link {
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.form-group.file .file-link .label-link, .comment-form p.file .file-link .label-link, .search-form label.file .file-link .label-link {
   width: max-content;
   cursor: pointer;
}

.form-group.file .file-link .label-link img, .comment-form p.file .file-link .label-link img, .search-form label.file .file-link .label-link img {
   margin-right: 7px;
}

.form-group.file .file-link .label-link span, .comment-form p.file .file-link .label-link span, .search-form label.file .file-link .label-link span {
   font-family: "Open Sans", sans-serif;
   font-weight: bold;
   font-size: 12px;
   line-height: 16px;
   color: #e09d00;
}

.form-group.file .file-link .btn, .comment-form p.file .file-link .btn, .search-form label.file .file-link .btn, .form-group.file .file-link .comment-form input[type="submit"], .comment-form .form-group.file .file-link input[type="submit"], .comment-form p.file .file-link input[type="submit"], .search-form label.file .file-link .comment-form input[type="submit"], .comment-form .search-form label.file .file-link input[type="submit"], .form-group.file .file-link .search-form .search-submit, .search-form .form-group.file .file-link .search-submit, .comment-form p.file .file-link .search-form .search-submit, .search-form .comment-form p.file .file-link .search-submit, .search-form label.file .file-link .search-submit {
   padding: 5px;
}
@media (max-width: 767.98px) {

 .form-group.title, .comment-form p.title, .search-form label.title {
    margin-bottom: 5px;
 }
 .package-from .form-group.title{
   margin-bottom: 16px !important;
}
}

.form-group.title h6, .comment-form p.title h6, .search-form label.title h6 {
   font-family: "Inter Bold", sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 19px;
   letter-spacing: 0.02em;
   color: #192f54;
   margin-bottom: 8px;
}
.profile-form .form-group.title h6{
  margin-bottom: 8px;
  color: #110E0E;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.form-group.description, .comment-form p.description, .search-form label.description {
   margin-bottom: 16px;
}

.form-group.description span, .comment-form p.description span, .search-form label.description span {
   font-family: "Poppins-Regular", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.02em;
   color: #192f54;
}

.form-group.description p, .comment-form p.description p, .search-form label.description p {
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   line-height: 16px;
   color: #192f54;
   margin-bottom: 24px;
}
@media (max-width: 767.98px) {

 .form-group.package .row, .comment-form p.package .row, .search-form label.package .row {
    display: flex;
    flex-direction: column-reverse;
 }
}

.form-group.package .package, .comment-form p.package .package, .search-form label.package .package {
   height: 100%;
   width: 100%;
   max-height: 79px;
   min-height: 79px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   position: relative;
   cursor: pointer;
   padding: 16px;
   border: 1px solid #347362;
   margin-bottom: 28px;
   box-shadow: 0 36px 87px rgba(74, 74, 74, 0.07), 0 10.8529px 26.228px rgba(74, 74, 74, 0.0456112), 0 4.50776px 10.8938px rgba(74, 74, 74, 0.035), 0 1.63037px 3.94006px rgba(74, 74, 74, 0.0243888);
   transition: 0.3s ease-in-out;
}

.form-group.package .package:hover, .comment-form p.package .package:hover, .search-form label.package .package:hover {
   background-color: #f0f6ff;
   transition: 0.3s ease-in-out;
}

.form-group.package .package.active, .comment-form p.package .package.active, .search-form label.package .package.active {
   background-color: #347362;
   transition: 0.3s ease-in-out;
}

.form-group.package .package.active h6, .comment-form p.package .package.active h6, .search-form label.package .package.active h6, .form-group.package .package.active .price, .comment-form p.package .package.active .price, .search-form label.package .package.active .price {
   color: #fff;
}

.form-group.package .package h6, .comment-form p.package .package h6, .search-form label.package .package h6 {
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: 800;
   font-size: 14px;
   line-height: 19px;
   color: #192f54;
   margin-bottom: 0;
}

.form-group.package .package .price, .comment-form p.package .package .price, .search-form label.package .package .price {
   display: inline-block;
   font-family: "Poppins-Bold", sans-serif;
   font-style: normal;
   font-weight: bold;
   font-size: 26px;
   line-height: 39px;
   color: #347362;
   margin-bottom: 0;
}

.form-group.package .package .discount, .comment-form p.package .package .discount, .search-form label.package .package .discount {
   position: absolute;
   top: -11px;
   right: -12px;
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: bold;
   font-size: 10px;
   line-height: 14px;
   background-color: #fcc84e;
   color: #192f54;
   padding: 4px 8px;
}

.form-group.list li, .comment-form p.list li, .search-form label.list li {
   display: flex;
   align-items: flex-start;
   font-family: 'Noto Sans', sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 18px;
   line-height: 150%;
   color: #192f54;
   margin-bottom: 6px;
   align-items: center;
}
.form-group.list li.package-li {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #110E0E;
  margin-bottom:12px;
}
.form-group.list li.package-li span{
   margin-right:12px;
}
@media (max-width: 767.98px) {

 .form-group.list li, .comment-form p.list li, .search-form label.list li {
    font-size: 14px;
 }
}

.form-group.list li span, .comment-form p.list li span, .search-form label.list li span {
   width: 19px;
   height: 19px;
   min-width: 19px;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #EA8C00;
   margin-right: 16px;
   border-radius: 100%;
}
.form-group.list.package-points li span{
  margin-right: 12px;
}
@media (max-width: 767.98px) {

 .form-group.post-code-map-component .field, .comment-form p.post-code-map-component .field, .search-form label.post-code-map-component .field {
    margin-bottom: 16px;
 }

 .form-group.post-code-map-component .field:last-of-type, .comment-form p.post-code-map-component .field:last-of-type, .search-form label.post-code-map-component .field:last-of-type {
    margin-top: 12px;
 }
}

.form-group.post-code-map-component .input-post-code, .comment-form p.post-code-map-component .input-post-code, .search-form label.post-code-map-component .input-post-code {
   margin-bottom: 38px;
}
@media (max-width: 767.98px) {

 .form-group.post-code-map-component .input-post-code, .comment-form p.post-code-map-component .input-post-code, .search-form label.post-code-map-component .input-post-code {
    margin-bottom: 20px;
 }
}

.form-group.post-code-map-component .fields .col-4, .comment-form p.post-code-map-component .fields .col-4, .search-form label.post-code-map-component .fields .col-4 {
   padding: 0 8px;
}

.form-group.post-code-map-component .btn, .comment-form p.post-code-map-component .btn, .search-form label.post-code-map-component .btn, .form-group.post-code-map-component .comment-form input[type="submit"], .comment-form .form-group.post-code-map-component input[type="submit"], .comment-form p.post-code-map-component input[type="submit"], .search-form label.post-code-map-component .comment-form input[type="submit"], .comment-form .search-form label.post-code-map-component input[type="submit"], .form-group.post-code-map-component .search-form .search-submit, .search-form .form-group.post-code-map-component .search-submit, .comment-form p.post-code-map-component .search-form .search-submit, .search-form .comment-form p.post-code-map-component .search-submit, .search-form label.post-code-map-component .search-submit {
   height: 100%;
}
@media (max-width: 767.98px) {

 .form-group.post-code-map-component .btn, .comment-form p.post-code-map-component .btn, .search-form label.post-code-map-component .btn, .form-group.post-code-map-component .comment-form input[type="submit"], .comment-form .form-group.post-code-map-component input[type="submit"], .comment-form p.post-code-map-component input[type="submit"], .search-form label.post-code-map-component .comment-form input[type="submit"], .comment-form .search-form label.post-code-map-component input[type="submit"], .form-group.post-code-map-component .search-form .search-submit, .search-form .form-group.post-code-map-component .search-submit, .comment-form p.post-code-map-component .search-form .search-submit, .search-form .comment-form p.post-code-map-component .search-submit, .search-form label.post-code-map-component .search-submit {
    width: 100%;
 }
}

.form-group.post-code-map-component .post-code, .comment-form p.post-code-map-component .post-code, .search-form label.post-code-map-component .post-code {
   margin-bottom: 0;
}

.form-group.post-code-map-component .post-code .item-pc, .comment-form p.post-code-map-component .post-code .item-pc, .search-form label.post-code-map-component .post-code .item-pc {
   padding: 0 8px;
}

.form-group.post-code-map-component .post-code .input-post-code, .comment-form p.post-code-map-component .post-code .input-post-code, .search-form label.post-code-map-component .post-code .input-post-code {
   height: 28px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   position: relative;
}

.form-group.post-code-map-component .post-code .input-post-code .box, .comment-form p.post-code-map-component .post-code .input-post-code .box, .search-form label.post-code-map-component .post-code .input-post-code .box {
   width: 100%;
   height: auto;
   padding: 6px 36px 6px 8px;
   margin-bottom: 0;
   font-weight: normal;
   font-size: 11.1px !important;
   line-height: 16px;
   color: #192f54;
   background-color: #f0f6ff;
}

/*.form-group.post-code-map-component .box{
   font-size: 11.1px !important;
}*/
.form-group.post-code-map-component .post-code .input-post-code .remove-post-code, .comment-form p.post-code-map-component .post-code .input-post-code .remove-post-code, .search-form label.post-code-map-component .post-code .input-post-code .remove-post-code {
   width: 28px;
   height: 28px;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #192f54;
   position: absolute;
   right: 0;
   top: 0;
   bottom: 0;
   cursor: pointer;
}

.form-group.post-code-map-component .post-code .input-post-code .remove-post-code{
  border-radius: 0px 4px 4px 0px;
  background-color: #465049;
}
.form-group.post-code-map-component .post-code .input-post-code .remove-post-code:hover, .comment-form p.post-code-map-component .post-code .input-post-code .remove-post-code:hover, .search-form label.post-code-map-component .post-code .input-post-code .remove-post-code:hover {
   background-color: #0b172b;
}
.form-group.post-code-map-component .post-code .input-post-code .remove-post-code:hover{
  background-color: #EEF2FA;
}
.form-group.post-code-map-component .post-code-map, .comment-form p.post-code-map-component .post-code-map, .search-form label.post-code-map-component .post-code-map {
   padding: 0 px;
}
@media (max-width: 767.98px) {

 .modal .modal-dialog {
    max-width: calc(100% - 30px) !important;
    margin: auto;
    padding:16px;
 }

 .modal .modal-dialog .price {
    font-size: 22px;
 }
}

.modal .modal-dialog .modal-content {
   border: none;
   border-radius: 16px;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 40px 40px;
}
#successContactModal .modal-dialog .modal-content .modal-body {
   padding: 48px 40px;
}

.modal .modal-dialog .modal-content .modal-body .modal-title {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 28px;
   line-height: 36px;
   text-align: center;
   color: #110E0E;
   margin-bottom: 28px;
}
.change-package-modal .modal-dialog .modal-content .modal-body .modal-title {
   margin-bottom:24px;
}

.modal .modal-dialog .modal-content .modal-body .btn, .modal .modal-dialog .modal-content .modal-body .comment-form input[type="submit"], .comment-form .modal .modal-dialog .modal-content .modal-body input[type="submit"], .modal .modal-dialog .modal-content .modal-body .search-form .search-submit, .search-form .modal .modal-dialog .modal-content .modal-body .search-submit {
   width: 100%;
   height: 52px;
   font-size: 16px;
   line-height: 28px;
}

.modal.change-package-modal .modal-dialog {
   max-width: 562px;
}

.modal.change-package-modal .modal-dialog form .form-group.list, .modal.change-package-modal .modal-dialog form .comment-form p.list, .comment-form .modal.change-package-modal .modal-dialog form p.list, .modal.change-package-modal .modal-dialog form .search-form label.list, .search-form .modal.change-package-modal .modal-dialog form label.list {
   margin-left: 0;
}
.modal.change-package-modal .modal-dialog form .form-group.list{
   margin-bottom:32px;
}

.modal.contact-us-modal .modal-dialog {
   max-width: 480px;
}

.modal.contact-us-modal .modal-dialog .modal-info {
   width: 100%;
   max-width: 400px;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.modal.contact-us-modal .modal-dialog .modal-info p, .modal.contact-us-modal .modal-dialog .modal-info a {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 150%;
   text-align: center;
   color: #110E0E;
   margin-bottom: 40px;
}

.modal.contact-us-modal .modal-dialog .modal-info a {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 150%;
   text-align: center;
   color: #465049;
}

.modal.contact-us-modal .modal-dialog .modal-info .btn, .modal.contact-us-modal .modal-dialog .modal-info .comment-form input[type="submit"], .comment-form .modal.contact-us-modal .modal-dialog .modal-info input[type="submit"], .modal.contact-us-modal .modal-dialog .modal-info .search-form .search-submit, .search-form .modal.contact-us-modal .modal-dialog .modal-info .search-submit {
   max-width: 278px;
}

.success-contact-modal .modal-dialog {
   max-width: 563px;
}
#successContactModal .modal-dialog .modal-body .button button{
  height:auto;
  line-height: normal;
}
@media (max-width: 767.98px) {
   .modal.contact-us-modal .modal-dialog .modal-info p{
      margin-bottom:24px;
   }
   .contact-us-modal .modal-dialog .modal-content .modal-body .modal-title{
      margin-bottom:16px;
   }
   .modal .modal-dialog .modal-content .modal-body{
     padding: 32px 24px;
  }

  #successContactModal .modal-dialog .modal-content .modal-body{
    padding: 32px 24px;
 }

 #successContactModal .modal-dialog .modal-body .button button{
    font-size: 12px;
    line-height: normal;
    padding: 14px 24px;
    height: auto;
 }

 .success-contact-modal .modal-dialog {
    max-width: calc(100% - 30px);
    margin: auto;
 }
}

.success-contact-modal .modal-dialog .modal-body {
   padding: 48px 40px;
}
@media (max-width: 767.98px) {

 .success-contact-modal .modal-dialog .modal-body {
    padding: 32px 24px;
 }
}

.success-contact-modal .modal-dialog .modal-body .text {
   text-align: center;
   margin-bottom: 40px;
}

.success-contact-modal .modal-dialog .modal-body .text h4 {
  color: #110E0E;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'DM Sans', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {

 .success-contact-modal .modal-dialog .modal-body .text h4 {
    font-size: 24px;
    font-weight: 500;
 }
}

.success-contact-modal .modal-dialog .modal-body .text p {
  color: #5A5A5A;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 767.98px) {

 .success-contact-modal .modal-dialog .modal-body .text p {
    font-size: 16px;
    color: #110E0E;
    margin-bottom:20px;
 }
}

.success-contact-modal .modal-dialog .modal-body .text p:last-of-type {
   margin-bottom: 0;
}

.success-contact-modal .modal-dialog .modal-body .button {
   display: flex;
   justify-content: center;
}

.success-contact-modal .modal-dialog .modal-body .button button {
   padding: 16px 48px;
   width: auto !important;
}
@media (max-width: 767.98px) {

 .success-contact-modal .modal-dialog .modal-body .button button {
    padding: 14px 24px;
 }
}

.package, .package-no-click {
   height: 100%;
   width: 100%;
   max-height: 71px;
   min-height: 71px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   position: relative;
   cursor: pointer;
   padding: 16px;
   border: 1px solid #192f54;
   margin-bottom: 28px;
   box-shadow: 0 4px 20px rgba(34, 58, 163, 0.01), 0 4px 13px rgba(44, 65, 158, 0.08);
   border-radius: 8px;
   transition: 0.3s ease-in-out;
}
.package {
   border:none;
   max-width: 356px;
}
.change-package-modal .package{
   max-width:100%;
   border-radius: 12px;
}
.profile-form .package, .profile-form .package-no-click{
  margin-bottom: 24px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 4px 18px 0px rgba(70, 80, 73, 0.16);
  border: 0;
}
.package-modal{
   height: 100%;
   width: 100%;
   max-height: 76px;
   min-height: 76px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   position: relative;
   cursor: pointer;
   padding: 20px 16px;
   margin-bottom: 28px;
   background: #FFFFFF;
   box-shadow: 0px 4px 18px rgba(70, 80, 73, 0.16);
   border-radius: 12px;
   transition: 0.3s ease-in-out;
}

.package:hover, .package-no-click:hover{
   background-color: #f0f6ff;
   transition: 0.3s ease-in-out;
}
.package-modal:hover{
   background: #465049;
}
.package-modal.active {
   background: #465049;
}
.package-modal:hover h6 ,.package-modal:hover .price{
   color: #fff;
}
.package-modal.active h6, .package-modal.active .price {
   color: #fff;
}

.package.active, .package-modal.active .package-no-click.active {
   opacity: 0.2;
   transition: 0.3s ease-in-out;
}

.package h6, .package-modal h6, .package-no-click h6 {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 21px;
   letter-spacing: 0.02em;
   color: #110E0E;
   margin-bottom: 0;
}
.package-modal .price {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 28px;
   line-height: 36px;
   color: #465049;
}
.package-modal {
   background: #FFFFFF;
   box-shadow: 0px 4px 18px rgba(70, 80, 73, 0.16);
   border-radius: 12px;
   border: none;
   width: 470px;
}

.package .price, .package-no-click .price {
   display: inline-block;
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 21px;
   letter-spacing: 0.02em;
   color: #110E0E;
   margin-bottom: 0;
}

.package .discount, .package-no-click .discount {
   position: absolute;
   top: -11px;
   right: -12px;
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: bold;
   font-size: 10px;
   line-height: 14px;
   background-color: #fcc84e;
   color: #1c3b28;
   padding: 4px 8px;
}

.jq-step-header {
   margin-bottom: 40px;
}
@media (max-width: 767.98px) {

 .jq-step-header {
    margin-bottom: 32px;
 }
}
@media (max-width: 767.98px) {

 .jq-step-header .jq-row {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
 }
}
@media (max-width: 575.98px) {

 .jq-step-header .jq-row {
    margin-bottom: 16px;
 }
}

.jq-step-header h3 {
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #110E0E;
  max-width: 100%;
  width: 100%;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {

 .jq-step-header h3 {
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    margin-bottom: 0;
 }
}

.jq-step-header p {
   font-size: 14px;
   color: #192f54;
   text-align: center;
   justify-content: center;
}
@media (max-width: 767.98px) {

 .jq-step-header p {
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 0;
 }
}

.stepper-footer {
   display: flex;
   align-items: center;
   justify-content: space-between;
   /*margin-top: 29px;*/
   margin-top: 64px;
   padding-bottom: 20px;
}
@media (max-width: 767.98px) {

 .stepper-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 100;
    padding: 55px 15px 25px 15px;
    background: linear-gradient(182.26deg, rgba(255, 255, 255, 0) 0.08%, rgba(255, 255, 255, 0.617463) 20.74%, rgba(255, 255, 255, 0.92) 50.01%);
 }
}
@media (max-width: 575.98px) {

 .stepper-footer {
    padding: 16px;
    gap: 24px;
 }
}

.stepper-footer .prev, .stepper-footer .prev-btn, .stepper-footer .next, .stepper-footer .next-btn, .stepper-footer .finish {
   font-style: normal;
   font-weight: bold;
   font-size: 16px;
   line-height: 20px;
   color: #fff;
   padding: 15px 51px;
   border: 1px solid #EA8C00;
}
@media (max-width: 575.98px) {

 .stepper-footer .prev, .stepper-footer .prev-btn, .stepper-footer .next, .stepper-footer .next-btn, .stepper-footer .finish {
    padding: 15px;
    width: calc(50% - 12px);
    max-width: 159px;
 }
 .stepper-footer .prev, .stepper-footer .next{
    width:50%;
    max-width:50%;
 }
}

.stepper-footer .prev, .stepper-footer .prev-btn {
   border-color: #EA8C00;
   background-color: #fff;
   color: #EA8C00;
}

.stepper-footer .prev-btn:hover{

}

.stepper-footer .prev svg, .stepper-footer .prev-btn svg {
   margin-right: 20px;
}

.stepper-footer .next svg, .stepper-footer .next-btn svg, .stepper-footer .finish svg {
   margin-left: 20px;
}

.stepper-footer .next.disabled, .stepper-footer .next-btn.disabled, .stepper-footer .finish.disabled {
   background-color: #EA8C00;
}

.progress-bar {
   width: 100%;
   height: 4px;
   position: relative;
   margin: 0 65px;
   overflow: visible;
   background-color: #f0f6ff;
   border-radius: 2px;
}
@media (max-width: 767.98px) {

 .progress-bar {
    display: none;
 }
}

.progress-bar__position {
   width: 0;
   height: 4px;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   background-color: #192f54;
   transition: 0.3s ease-in-out;
   border-radius: 2px;
}

.progress-bar__position::after {
   content: "";
   position: absolute;
   right: 0;
   width: 100%;
   max-width: 8px;
   height: 8px;
   background-color: #192f54;
   border-radius: 50%;
}

.progress-bar__position--tooltip {
   font-family: 'Noto Sans', sans-serif;
   position: relative;
   bottom: calc(28px / 2 + 15px);
   left: calc(96px / 2 - 4px);
   z-index: 10;
   overflow: visible;
   width: 100%;
   max-width: 96px;
   min-width: 96px;
   height: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   line-height: 150%;
   background-color: #192f54;
   color: #fff;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
   border-radius: 4px;
}

.progress-bar__position--tooltip::after {
   content: "";
   position: absolute;
   bottom: -6px;
   width: 0;
   height: 0;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-top: 6px solid #192f54;
}
.pieProgress {
   display: none;
}
@media (max-width: 767.98px) {
   .pieProgress {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    min-width: 70px;
    margin-right: 16px;
 }
 .pieProgress .progress__meter {
    position: absolute;
 }
 .pieProgress .progress__meter .progress__label {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    font-style: normal;
    color: #192f54;
 }
}

.header {
   width: 100%;
   height: auto;
   z-index: 10;
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   padding: 20px 0;
   background-color: #fff;
   box-shadow: 0 4px 20px rgba(34, 58, 163, 0.01), 0 4px 13px rgba(44, 65, 158, 0.08);
}
@media (max-width: 360.98px){
   .header .find-button {
    padding: 14px 18px !important;
 }
}
@media (max-width: 767.98px){
   .header{
    padding: 16px 0px;
 }
 .header.open{
    padding: 20px 0px;
 }
}

.header .navbar {
   padding: 0;
}
@media (max-width: 767.98px) {
   .header .custom-logo {
    max-width: 117px;
    height: auto;
 }
 .header .find-button {
    padding: 14px 24px;
 }
 .header.open .find-button{
    margin: 20px auto;
 }
 .header.open .navbar-collapse .main-menu {
    padding-top: 20px;
 }
 .header.open .navbar-collapse .main-menu li {
    padding-bottom: 24px;
 }
}

.header .hamburger {
   width: 32px;
   height: 32px;
   outline: none;
   border: none;
   display: none;
   margin-left: 20px;
   padding: 0;
}
@media (max-width: 767.98px) {

 .header .hamburger {
    display: flex;
    align-items: center;
 }
}
@media (max-width: 767.98px) {

 .header .profile-button {
    display: none;
 }
}

.header .profile-button .btn.transparent, .header .profile-button .comment-form input.transparent[type="submit"], .comment-form .header .profile-button input.transparent[type="submit"], .header .profile-button .search-form .transparent.search-submit, .search-form .header .profile-button .transparent.search-submit {
   position: relative;
   padding-left: 0;
   padding-right: 0;
   padding-top: 4px;
   padding-bottom: 4px;
   margin-left: 40px;
   border-radius: 4px;
   width: 74px;
}

.header .profile-button .btn.transparent:hover, .header .profile-button .comment-form input.transparent:hover[type="submit"], .comment-form .header .profile-button input.transparent:hover[type="submit"], .header .profile-button .search-form .transparent.search-submit:hover, .search-form .header .profile-button .transparent.search-submit:hover {
   background-color: #E0EBEE;
}

.header .profile-button .btn.transparent::after, .header .profile-button .comment-form input.transparent[type="submit"]::after, .comment-form .header .profile-button input.transparent[type="submit"]::after, .header .profile-button .search-form .transparent.search-submit::after, .search-form .header .profile-button .transparent.search-submit::after {
   display: none;
}
.profile-button:hover svg rect{
   fill: #465049;
}
.arrow-svg{
   margin-left: 11px;
}
.profile-button:hover .arrow{
   stroke: #465049 !important;
}
.profile-button:hover path{
   stroke: #FFFFFF;
}

.header .profile-button .btn.transparent .arrow, .header .profile-button .comment-form input.transparent[type="submit"] .arrow, .comment-form .header .profile-button input.transparent[type="submit"] .arrow, .header .profile-button .search-form .transparent.search-submit .arrow, .search-form .header .profile-button .transparent.search-submit .arrow {
   transform: rotate(0);
   margin-left: 11px;
}

.header .profile-button .btn.transparent .arrow.active, .header .profile-button .comment-form input.transparent[type="submit"] .arrow.active, .comment-form .header .profile-button input.transparent[type="submit"] .arrow.active, .header .profile-button .search-form .transparent.search-submit .arrow.active, .search-form .header .profile-button .transparent.search-submit .arrow.active {
   transform: rotate(180deg);
}

.header .profile-button .dropdown-menu {
   width: 100%;
   min-width: 240px;
   max-width: 240px;
   padding: 0;
   border: 0;
   box-shadow: 0 5px 28px rgba(32, 70, 115, 0.08);

   border-radius: 0px;
   overflow: hidden;
   top: calc(100% + 4px);
}

.header .profile-button .dropdown-menu li a {
   display: block;
   height: auto;
   width: 100%;
   padding: 12px;
   background-color: #fff;
   color: #110E0E;
   text-decoration: none;
   font-family: 'Open Sans', sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: 400;
   line-height: 150%;
}

.header .profile-button .dropdown-menu li a:hover {
   background-color: #E0EBEE;
}

.header .show .btn.transparent, .header .show .comment-form input.transparent[type="submit"], .comment-form .header .show input.transparent[type="submit"], .header .show .search-form .transparent.search-submit, .search-form .header .show .transparent.search-submit {
   background-color: #fff;
}

.header .navbar-collapse .find-button {
   margin-top: 40px;
   margin-bottom: 20px;
   padding-top: 14px;
   padding-bottom: 14px;
   background: #EA8C00 !important;
   color: #FFFFFF !important;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto{
   padding-left: 0px;
   padding-right: 0px;
}

.header .navbar-collapse .main-menu {
   padding: 18px 0 0px 0;
   border-top: 1px solid #e9f0fb;
}

.header .navbar-collapse .main-menu li {
   text-align: center;
   padding-bottom: 12px;
}

.header .navbar-collapse .main-menu li:last-of-type {
   padding-bottom: 0;
}

.header .navbar-collapse .main-menu li a {
   text-transform: uppercase;
   font-family: 'DM Sans', sans-serif;
   font-weight: 700;
   font-size: 12px;
   line-height: 16px;
   letter-spacing: 0.02em;
}

.header-quiz-questions, .header-brokers {
  padding: 20px 0;
}
header.header-quiz-questions.fixed {
   position: fixed;
   background: #FFF;
   box-shadow: 0px 4px 18px 0px rgba(70, 80, 73, 0.16);
   z-index: 1;
   width: 100%;
   top: 0;
}
body.header-fixed {
   padding-top: 75px;
}
@media (max-width: 575.98px) {

 .header-quiz-questions, .header-brokers {
    padding: 16px 0;
 }
}
@media (max-width: 767.98px) {

 .header-quiz-questions__row, .header-brokers__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
}
@media (max-width: 767.98px) {

 .header-quiz-questions__row img, .header-brokers__row img {
    max-width: 164px;
    height: auto;
 }
}

.header-quiz-questions .home, .header-brokers .home {
   margin-left: 34px;
   padding-left: 28px;
   border-left: 1px solid rgba(28, 59, 40, 0.1);
   color: #1c3b28;
   text-decoration: none;
}

.header-quiz-questions .home:hover, .header-brokers .home:hover {
   color: #e09d00;
}
@media (max-width: 767.98px) {

 .header-quiz-questions .home, .header-brokers .home {
    padding: 0;
    margin: 0;
    border: none;
 }
}

.header-quiz-questions p, .header-brokers p {
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 14px;
   line-height: 150%;
   color: #1c3b28;
}
@media (max-width: 767.98px) {

 .header-quiz-questions p, .header-brokers p {
    margin-top: 22px;
 }
}

.header-broker-sign-up {
  background-color: transparent;
  height: 84px;
  width: 100%;
}
.header-broker-sign-up:not(.on-step){
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767.98px) {

 .header-broker-sign-up {
    height: 72px;
    background-color: #fff;
    transition: 0.3s ease-in-out;
 }
}
@media (max-width: 767.98px) {

 .header-broker-sign-up.header-scroll {
    transition: 0.3s ease-in-out;
    box-shadow: 0 36px 87px rgba(74, 74, 74, 0.07), 0 10.8529px 26.228px rgba(74, 74, 74, 0.0456112), 0 4.50776px 10.8938px rgba(74, 74, 74, 0.035), 0 1.63037px 3.94006px rgba(74, 74, 74, 0.0243888);
 }
}

.header-broker-sign-up__header {
   height: 100%;
   width: 100%;
   display: flex;
   align-items: center;
}
@media (max-width: 767.98px) {

 .header-broker-sign-up__header {
    justify-content: space-between;
 }
}

.header-broker-sign-up__header .home {
   margin-left: 28px;
   padding-left: 28px;
   text-decoration: none;
   color: #465049;
   border-left: 1px solid #465049;
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 12px;
   line-height: 100%;
   letter-spacing: 0.02em;
   text-transform: uppercase;
   color: #465049;
   height: 20px;
   display: flex;
   align-items: center;
}
.template-quiz .quiz-section__header .home {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 12px;
   line-height: 100%;
   letter-spacing: 0.02em;
   text-transform: uppercase;
   color: #465049;
   height: 20px;
   display: flex;
   align-items: center;
}

/* .header-broker-sign-up__header .home:hover {
   color: ;
} */
@media (max-width: 767.98px) {

 .header-broker-sign-up__header .home {
    padding: 0;
    margin: 0;
    border: none;
 }
}
@media (max-width: 767.98px) {
 .header-broker-sign-up__header .custom-logo {
    max-width: 164px;
    height: auto;
 }
}

.header-profile {
   height: 92px;
   width: 100%;
   z-index: 10;
   background-color: transparent;
}

.header-profile__header {
   height: 100%;
   width: 100%;
   display: flex;
   align-items: center;
}
@media (max-width: 991.98px) {

 .header-profile__header {
    justify-content: space-between;
 }
}

.header-profile__header .home {
   margin-left: 34px;
   padding-left: 28px;
   text-decoration: none;
   color: #1c3b28;
   border-left: 1px solid rgba(28, 59, 40, 0.1);
}

.header-profile__header .home:hover {
   color: #e09d00;
}
@media (max-width: 767.98px) {

 .header-profile__header .home {
    display: none;
 }
}
@media (max-width: 991.98px) {

 .header-profile__header .home {
    padding: 0;
    margin: 0;
    border: none;
 }
}

.header-profile__header .hamburger {
   width: 24px;
   height: 24px;
   outline: none;
   border: none;
   display: none;
   padding: 0;
   z-index: 2;
}

.header-profile__header .hamburger.is-active .hamburger-inner, .header-profile__header .hamburger.is-active .hamburger-inner::after, .header-profile__header .hamburger.is-active .hamburger-inner::before {
   background-color: #fff;
}
@media (max-width: 767.98px) {

 .header-profile__header .hamburger {
    display: block;
 }
}

.navigation-profile {
   padding: 32px 0 32px 0;
   background-color: #fff;
   box-shadow: 0 4px 20px rgba(34, 58, 163, 0.01), 0 4px 13px rgba(44, 65, 158, 0.08);
   border-radius: 12px;
   margin-bottom: 40px;
}
@media (max-width: 767.98px) {

 .navigation-profile {
    width: 55%;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: 0.3s ease-in-out;
    margin-bottom: 0;
 }

 .navigation-profile.is-active {
    transform: translateX(0);
    transition: 0.3s ease-in-out;
 }
}
@media (max-width: 575.98px) {

 .navigation-profile {
    width: 70%;
    border-radius: 0;
 }
}

.navigation-profile__info {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
   margin-bottom: 28px;
}

.navigation-profile__info .no-image {
   width: 120px;
   height: 120px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: rgba(52, 115, 98, 0.1);
   border: 0.5px solid #192F54;
   border-radius: 8px;
}

.navigation-profile__info img {
   height: auto;
   width: 100%;
   max-width: 120px;
   border: 0.5px solid #192F54;
   border-radius: 8px;
}

.navigation-profile__info h3 {
   font-family: "Inter Bold", sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 20px;
   line-height: 24px;
   letter-spacing: 0.02em;
   color: #192f54;
   margin-top: 16px;
}

.navigation-profile__nav {
   margin-bottom: 45px;
}

.navigation-profile__nav ul.nav {
   display: flex;
   flex-direction: column;
}

.navigation-profile__nav ul.nav li a {
   width: 100%;
   display: inline-block;
   font-style: normal;
   font-weight: 600;
   font-size: 14px;
   line-height: 19px;   padding: 16px 32px;
   text-decoration: none;
   transition: 0.2s ease-in-out;
   font-family: 'Open Sans', sans-serif !important;
   color: #110E0E !important;
}
.navigation-profile__nav ul.nav li a:hover {
 background-color: #E0EBEE;
 transition: 0.2s ease-in-out;
}
.navigation-profile__nav ul.nav li.current-menu-item a {
   color: #fff;
   background-color: #192f54;
   position: relative;
}

.navigation-profile__nav ul.nav li.current-menu-item a::before {
   content: "";
   width: 4px;
   height: 100%;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   background-color: #EA8C00;
}

.navigation-profile__footer a {
  width: 100%;
  height: auto;
  display: flex;
  padding: 16px 32px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  color: #110E0E;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.navigation-profile__footer a svg {
   margin-left: 14px;
}
.navigation-profile__footer a svg path{
   fill: #110E0E;
}
.navigation-profile__footer a:hover {
   background-color: #f0f6ff;
   transition: 0.2s ease-in-out;
}

.navigation-profile__shadow {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.6);
   z-index: 1;
}

.footer {
   padding: 77px 0 36px 0;
   background-color: #fff;
}
@media (max-width: 767.98px) {

 .footer {
    padding: 24px 0 36px 0;
 }
}

.footer__logo {
   display: flex;
   align-items: center;
   justify-content: space-between;
}
@media (max-width: 767.98px) {

 .footer__logo {
    text-align: center;
    justify-content: center;
    margin-bottom: 36px;
 }
}

.footer__navigation {
   height: 100%;
   display: flex;
   align-items: end;
   justify-content: flex-end;
   flex-direction: column;
}
@media (max-width: 767.98px) {

 .footer__navigation {
    align-items: center;
    text-align: center;
 }

 .footer__navigation .menu-footer-menu-container {
    width: 100%;
    padding: 0 30px;
 }
}

.footer__navigation .pf-3 {
   color: #5A5A5A;
}
@media (max-width: 767.98px) {
   .footer__navigation .pf-3{
    color: #110E0E;
 }
}

.footer__navigation .nav {
   margin-bottom: 29px;
}
@media (max-width: 767.98px) {

 .footer__navigation .nav {
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
 }
}

.footer__navigation .nav .menu-item {
   padding: 0 30px;
}

.footer__navigation .nav .menu-item:last-of-type {
   padding-right: 0;
}
@media (max-width: 1199.98px) {

 .footer__navigation .nav .menu-item {
    padding: 0 17px;
 }
}
@media (max-width: 767.98px) {

 .footer__navigation .nav .menu-item {
    padding: 0 0 16px 0;
 }

 .footer__navigation .nav .menu-item:last-of-type {
    padding: 0;
    order: 3;
 }

 .footer__navigation .nav .menu-item:first-child {
    order: 2;
 }
}

.footer__navigation .nav .menu-item a {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 12px;
   line-height: 150%;
   color: #465049;
   text-decoration: none;
}
@media (max-width: 767.98px) {
   .footer__navigation .nav .menu-item a{
    color: #110E0E;
 }
}

body#tinymce {
   margin: 12px !important;
}

.hero-banner-section {
   width: 100%;
   height: auto;
   position: relative;
   margin-bottom: 181px;
}
.steps .step-cards__card .step-cards__card--content .img{
   width: 68px;
   height: 68px;
   background-color: #465049;
   background-size: 48px;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50px;
}
@media (max-width: 991.98px) {

 .hero-banner-section {
    height: auto;
    margin-bottom: 0;

 }
}

.hero-banner-section .bg-image {
   position: absolute;
   height: 100%;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center top;
}
@media (max-width: 767.98px) {
   .hero-banner-section .bg-image {
    background-position-x: 89% !important;
    height: 579px !important;
 }
}
@media (max-width: 991.98px) {

 .hero-banner-section .bg-image {
    height: 579px;
    background-position-x: 75%;
 }
}

.hero-banner-section .container {
   z-index: 2;
   position: relative;
}
@media (max-width: 991.98px) {

 .hero-banner-section .overlay {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(3.94deg, rgba(255, 255, 255, 0.85) 54.2%, rgba(255, 255, 255, 0.582852) 74.47%, rgba(255, 255, 255, 0) 93.11%);
 }
}

.hero-banner-section .title {
   width: 100%;
   max-width: 900px;
   padding-top: 210px;
   padding-bottom: 56px;
   text-align: center;
   margin: auto;
}
@media (max-width: 991.98px) {

 .hero-banner-section .title {
    padding-top: 127px;
    padding-bottom: 64px;
    margin-bottom: 0 !important;
    max-width: 100%;
 }
}

.hero-banner-section .title .hf-1 {
   margin-bottom: 28px;
}

.hero-banner-section .title .hf-1 .accent_text {
   color: #110E0E;
}
@media (max-width: 991.98px) {

 .hero-banner-section .title .hf-1 {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 12px;
    text-align: left;
 }

 .hero-banner-section .title .hf-1 .accent_text {
    display: inline;
 }
}

.hero-banner-section .title .pf-1 {
   margin: auto;
}
.hero-banner-section .post-code {
   padding: 20px 28px;
   margin-bottom: 146px;
   margin-left: auto;
   margin-right: auto;
}
.hero-banner-section .steps {
   width: 100%;
   position: absolute;
   left: 0;
   right: 0;
   bottom: -188px;
}
.mortgage-broker-section {
   padding: 120px 0;
   background: #E0EBEE;
}
.mortgage-broker-section img {
   width: 100%;
}
.mortgage-broker-section .info {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   max-width: 342px;
}
@media (max-width: 991.98px) {
   .hero-banner-section .title .pf-1 {
    max-width: 100%;
    text-align: left;
 }
 .hero-banner-section .post-code {

    margin-bottom: 0px;
    padding: 24px;
 }
 .hero-banner-section .steps {

    position: relative;
    top: 0;
    bottom: 0px;
    padding-bottom: 60px;
    padding-top: 101px;
 }
 .hero-banner-section .steps .row{
    margin-left:-16px;
    margin-right:-16px;
 }
 .mortgage-broker-section {
    padding-top: 60px;
    background: #EEF2FA !important;
    padding-bottom: 60px;
 }
 .mortgage-broker-section img {
    margin-bottom: 32px;
 }
 .mortgage-broker-section .info {
    text-align: center;
    align-items: center;
 }
}
.schedule-a-call-section .col-md-12 .info{
   max-width: 372px;
}
.mortgage-broker-section .info .hf-3 {
   color: #110E0E;
   margin-bottom: 28px;
}
@media (max-width: 991.98px) {

 .mortgage-broker-section .info .hf-3 {
    margin-bottom: 12px;
    line-height: 34px;
 }
}
.hf_mob{
   display: none;
}
@media (max-width: 991.98px){
   .hf_mob{
    display: block;
 }
}
@media (max-width: 991.98px){
   .hf_desktop{
    display: none;
 }
}

.mortgage-broker-section .info .content {
   width: 100%;
   max-width: 405px;
   margin-bottom: 40px;
}
@media (max-width: 991.98px) {

 .mortgage-broker-section .info .content {
    width: unset;
    max-width: unset;
    text-align: center;
    margin-bottom: 32px;
 }
}

.mortgage-broker-section .info .content p {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 150%;
   color: #5A5A5A;
}
@media (max-width: 767.98px) {

 .mortgage-broker-section .info .content p {
    font-size: 16px;
    color: #110E0E;
 }
}

.mortgage-broker-section .info .btn, .mortgage-broker-section .info .comment-form input[type="submit"], .comment-form .mortgage-broker-section .info input[type="submit"], .mortgage-broker-section .info .search-form .search-submit, .search-form .mortgage-broker-section .info .search-submit {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 100%;
   padding: 20px 48px;
   color: #EA8C00 !important;
   background: #E0EBEE !important;
   border: 1px solid #EA8C00;
   border-radius: 8px;
}
@media (max-width: 991.98px) {

 .mortgage-broker-section .info .btn, .mortgage-broker-section .info .comment-form input[type="submit"], .comment-form .mortgage-broker-section .info input[type="submit"], .mortgage-broker-section .info .search-form .search-submit, .search-form .mortgage-broker-section .info .search-submit {
    width: 100%;
    background: #EA8C00 !important;
    color: #FFFFFF !important;
 }
}

.find-your-section {
   width: 100%;
   height: auto;
   position: relative;
   padding: 305px 0 63px 0;
}
@media (max-width: 991.98px) {

 .find-your-section {
    padding: 167px 0 55px 0;
 }
}

.find-your-section__image {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   bottom: 0;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: bottom center;
}

.find-your-section__overlay {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   left: 0;
   background-color: rgba(28, 59, 40, 0.8);
}

.find-your-section .hf-2 {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 48px;
   line-height: 100%;
   color: #110E0E;
   margin-bottom: 0;
}
@media (max-width: 991.98px) {

 .find-your-section .hf-2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
    text-align: center;
 }
}

.find-your-section .info {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-top: 10px;
   color: #110E0E;
}
@media (max-width: 991.98px) {

 .find-your-section .info {
    margin-top: 0;
 }
}

.find-your-section .info .btn, .find-your-section .info .comment-form input[type="submit"], .comment-form .find-your-section .info input[type="submit"], .find-your-section .info .search-form .search-submit, .search-form .find-your-section .info .search-submit {
   font-size: 16px;
   line-height: 20px;
   margin-bottom: 16px;
   padding: 20px 50px;
}
.btn_mob{
   display: none;
}
@media (max-width: 991.98px){
   .btn_mob{
    display: block;
 }
}
@media (max-width: 991.98px){
   .btn_desktop{
    display: none;
 }
}
@media (max-width: 991.98px) {

 .find-your-section .info .btn, .find-your-section .info .comment-form input[type="submit"], .comment-form .find-your-section .info input[type="submit"], .find-your-section .info .search-form .search-submit, .search-form .find-your-section .info .search-submit {
    width: 100%;
    margin-bottom: 12px;
    padding: 16px 48px;
 }
}

.benefits-section {
   padding-bottom: 100px;
}
@media (max-width: 767.98px) {

 .benefits-section {
    margin-top: 60px;
    padding-bottom: 60px;
 }
}

.benefits-section .title {
   text-align: center;
   margin-bottom: 80px;
}

.benefits-section .title .pf-1 {
   color: #5A5A5A;
   font-size: 18px;
}
@media (max-width: 991.98px) {

 .benefits-section .title .pf-1 {
    margin-top: 12px;
    color: #110E0E;
 }
}
.pf_mob{
   display: none;
}
@media (max-width: 991.98px){
   .pf_mob{
    display: block;
 }
}
@media (max-width: 991.98px){
   .pf_desktop{
    display: none;
 }
}

.benefits-section .review-cards {
   width: 100%;
   max-width: 460px;
}
@media (max-width: 991.98px) {

 .benefits-section .review-cards {
    width: 100%;
 }
}

.benefits-section .review-cards__card {
   display: flex;
   flex-direction: row;
   align-items: center;
   cursor: pointer;
   transform: scale(1);
   transition: 0.3s ease-in-out;
   border: 2px solid #E0EBEE;
   border-radius: 12px;
   padding: 24px;
   margin-bottom: 32px;
   position: relative;
}

.benefits-section .review-cards__card:hover {
   z-index: 10;
   border: 2px solid #E0EBEE;
   box-shadow: 0px 4px 18px rgba(70, 80, 73, 0.16);
   transition: 0.3s ease-in-out;
}

.benefits-section .review-cards__card:last-of-type {
   margin-bottom: 0;
}

.benefits-section .review-cards__card img {
   width: 100%;
   max-width: 68px;
   margin-right: 16px;
}

.benefits-section .review-cards__card .info {
   width: 100%;
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
}
@media (max-width: 991.98px) {

 .benefits-section .review-cards__card .info {
    flex-direction: column;
 }
}

.benefits-section .review-cards__card .info .text p {
   margin-bottom: 0;
   margin-top: 6px;
}

.benefits-section .review-cards__card .info .btn, .benefits-section .review-cards__card .info .comment-form input[type="submit"], .comment-form .benefits-section .review-cards__card .info input[type="submit"], .benefits-section .review-cards__card .info .search-form .search-submit, .search-form .benefits-section .review-cards__card .info .search-submit {
   width: auto;
   max-width: 100%;
   padding: 4px 8px;
   border-radius: 22px;
}
.benefits-section .review-cards__card .info .btn{
   width: 100%;
   max-width: max-content;
}
.benefits-section .review-cards__card .accent_red{
   background: #2AB158 !important;
}
@media (max-width: 575.98px){
   .review-items{
    margin-left: 0px !important;
 }
}
.review-items{
   margin-left: 60px;
}

.benefits-section .review-items__item {
   display: flex;
   align-items: center;
   margin-bottom: 48px;
}
@media (max-width: 991.98px) {

 .benefits-section .review-items__item {
    margin-bottom: 24px;
    align-items: start;
 }
}

.benefits-section .review-items__item:last-of-type {
   margin-bottom: 0;
}

.benefits-section .review-items__item img {
   margin-right: 32px;
}
@media (max-width: 991.98px) {

 .benefits-section .review-items__item img {
    margin-right: 16px;
 }
}

.benefits-section .review-items__item .info .hf-5 {
   font-family: 'DM Sans', sans-serif;
   font-weight: 500;
   font-size: 24px;
   line-height: 31px;
   color: #110E0E;
   margin-bottom: 8px;
}
@media (max-width: 991.98px) {

 .benefits-section .review-items__item .info .hf-5 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 4px;
 }
}

.benefits-section .review-items__item .info p {
   color: #5A5A5A;
   font-size: 18px;
}
@media (max-width: 991.98px) {

 .benefits-section .review-items__item .info p {
    font-size: 18px;
    line-height: 150%;
 }
}

.map-section {
   width: 100%;
   height: auto;
   padding: 60px 0px 64px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: top;
}
@media (max-width: 991.98px) {

 .map-section {
    padding: 60px 0;
 }
}

.map-section .find-broker {
   width: 100%;
   max-width: 400px;
   padding: 40px;
   background-color: #465049;
   color: #fff;
   border-radius: 12px;
}
@media (max-width: 767.98px) {

 .map-section .find-broker {
    max-width: 343px;
    padding: 32px 28px;
 }
}

.map-section .find-broker .hf-4 {
   margin-bottom: 20px;
}

.map-section .find-broker .pf-2 {
   margin-bottom: 40px;
}

.map-section .find-broker__form--input {
   width: 100%;
   display: flex;
   align-items: center;
   position: relative;
   margin-bottom: 24px;
}

.map-section .find-broker__form--input .error-tooltip {
   width: auto;
   min-width: 115px;
   padding: 8px 12px;
   font-family: 'Noto Sans', sans-serif;
   font-style: normal;
   font-weight: 600;
   font-size: 12px;
   line-height: 16px;
   color: #192f54;
   background-color: #fff;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
   position: absolute;
   top: -20px;
   left: 10px;
   opacity: 0;
   z-index: 0;
   transition: 0.3s ease-in-out;
   border-radius: 2px;
}

.map-section .find-broker__form--input .error-tooltip::after {
   content: "";
   position: absolute;
   bottom: -6px;
   left: 5px;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 6px 6px 0 6px;
   border-color: #fff transparent transparent transparent;
}

/*.map-section .find-broker__form--input.error .error-tooltip {
   opacity: 1;
   z-index: 1;
   transition: 0.3s ease-in-out;
}*/

.map-section .find-broker__form--input.error svg path {
   fill: #f63e3e;
   transition: 0.3s ease-in-out;
}

.map-section .find-broker__form--input.error input {
   color: #f63e3e;
   transition: 0.3s ease-in-out;
}

.map-section .find-broker__form--input.error input::placeholder {
   color: #f63e3e;
   transition: 0.3s ease-in-out;
}

.map-section .find-broker__form--input svg {
   position: absolute;
   left: 19px;
}

.map-section .find-broker__form--input input {
   width: 100%;
   height: 48px;
   line-height: 52px;
   padding: 12px 12px 12px 41px;
   border-radius: 8px;
   border: none;
   outline: none;
}

.map-section .find-broker__form--button {
   width: 100%;
   padding-top: 16px;
   padding-bottom: 16px;
   font-size: 16px;
   line-height: 100%;
   font-weight: 700;
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
}

.how-works-section {
   padding: 96px 0 100px 0;
}
@media (max-width: 991.98px) {

 .how-works-section {
    padding: 60px 0;
 }
}

.how-works-section .title {
   text-align: center;
   margin-bottom: 80px;
}

.how-works-section .title .hf-2 {
   margin-bottom: 28px;
}
@media (max-width: 991.98px) {

 .how-works-section .title .hf-2 {
    margin-bottom: 12px;
 }
}

.how-works-section .title .pf-1 {
   color: #5A5A5A;
   font-size: 18px;
}
@media (max-width: 991.98px){
   .how-works-section .title .pf-1 {
    color: #110E0E;
 }
}

.how-works-section .work-steps__step {
   margin-bottom: 100px;
}
@media (max-width: 991.98px) {

 .how-works-section .work-steps__step {
    margin-bottom: 32px;
    margin-right: 0px;
 }
}

.how-works-section .work-steps__step.reverse {
   display: flex;
   flex-direction: row-reverse;
}

.how-works-section .work-steps__step:last-of-type {
   margin-bottom: 0;
}

.how-works-section .work-steps__step img {
   width: 100%;
   border-radius: 15px;
}

.how-works-section .work-steps__step .sf-2 {
   display: block;
   margin-bottom: 48px;
   text-transform: uppercase;
}
@media (max-width: 991.98px) {

 .how-works-section .work-steps__step .sf-2 {
    margin-bottom: 12px;
 }
}

.how-works-section .work-steps__step .hf-4 {
   color: #110E0E;
   margin-bottom: 28px;
   width: 322px;
   max-width: 100%;
   line-height:normal;
}
@media (max-width: 991.98px) {

 .how-works-section .work-steps__step .hf-4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
    letter-spacing: 0.4px;
 }
}

.how-works-section .work-steps__step .pf-2 {
   color: #5A5A5A;
   margin-bottom: 0;
   width: 322px;
   max-width: 100%;
}
@media (max-width: 567.98px){
   .how-works-section .work-steps__step .pf-2{
    padding-right: 0px !important;
 }
}

.template-quiz .wrap {
   padding: 0;
}

.template-quiz .quiz-section {
   width: 100%;
   height: 100vh;
   position: relative;
   overflow: hidden;
}
header .custom-logo{
   width: 180px;
   height: auto;
}
@media (max-width: 991.98px) {

 .template-quiz .quiz-section {
    height: 100%;
    overflow: auto;
    position: unset;
 }

 .template-quiz .quiz-section__mobile-image {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(/wp-content/uploads/2023/05/quiz-mobile-back.png);
 }

 .template-quiz .quiz-section__mobile-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 92px;
    background: linear-gradient(178.69deg, rgba(255, 255, 255, 0) -9.59%, rgba(255, 255, 255, 0.614508) 11.91%, rgba(255, 255, 255, 0.9) 30.73%);
 }
}
@media (max-width: 767.98px) {

 .template-quiz .quiz-section {
    height: calc(100% - 92px);
 }
}

.template-quiz .quiz-section__header {
   width: 100%;
   position: absolute;
   z-index: 1;
}
@media (max-width: 991.98px) {

 .template-quiz .quiz-section__header {
    z-index: 5;
    background-color: #fff;
 }
}

.template-quiz .quiz-section__header--content {
   width: 100%;
   height: 84px;
   display: flex;
   align-items: center;
}
@media (max-width: 991.98px) {

 .template-quiz .quiz-section__header--content {
    justify-content: space-between;
 }
}

.template-quiz .quiz-section__header--content img {
   max-width: 180px;
   height: auto;
}

.template-quiz .quiz-section__header .home {
   margin-left: 28px;
   padding-left: 28px;
   border-left: 1px solid #465049;
   color: #465049;
   text-decoration: none;
}

.template-quiz .quiz-section__header .home:hover {
   color: #d84361;
}
@media (max-width: 991.98px) {

 .template-quiz .quiz-section__header .home {
    padding: 0;
    margin: 0;
    border: none;
 }
}

.template-quiz .quiz-section__content {
   width: 100%;
   height: 100%;
}
@media (max-width: 991.98px) {

 .template-quiz .quiz-section__content {
    z-index: 3;
    position: relative;
 }
}

.template-quiz .quiz-section__content--body {
   /*height: calc(100% - 92px);*/
   height: 100%;
   width: 100%;
   display: flex;
   align-items: center;
}
@media (max-width: 991.98px) {

 .template-quiz .quiz-section__content--body {
    padding-top: 240px;
 }
}
@media (max-width: 767.98px) {
  .template-quiz .quiz-section__header--content{
    height: 72px;
 }

 .template-quiz .quiz-section__header--content img{
    max-width: 164px;
 }

 .template-quiz .quiz-section__content--body {
    padding-top: 150px;
 }
}

.template-quiz .quiz-section__content--body .content {
   width: 100%;
   height: auto;
}

.template-quiz .quiz-section__content--body .hf-1 {
   color: #110E0E;
   margin-bottom: 28px;
   font-size: 64px;
   margin-top: 80px;
   max-width: 672px;
}
@media (max-width: 991.98px) {

 .template-quiz .quiz-section__content--body .hf-1 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 32px;
    margin-top: 84px;
 }
}
@media (max-width: 767.98px) {

 .template-quiz .quiz-section__content--body .hf-1 {
    max-width: 342px;
 }
}

.template-quiz .quiz-section__content--body .pf-1 {
   color: #110E0E;
   margin-bottom: 60px;
}
@media (max-width: 991.98px) {

 .template-quiz .quiz-section__content--body .pf-1 {
    margin-bottom: 32px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #5A5A5A;
 }
}

.template-quiz .quiz-section__content--body .post-code {
   max-width: 536px;
   margin-bottom: 60px;
   box-shadow: 0px 4px 18px rgba(70, 80, 73, 0.16);
   padding: 8px;
}
@media (max-width: 991.98px) {

 .template-quiz .quiz-section__content--body .post-code {
    max-width: 100%;
    margin-bottom: 32px;
    box-shadow: none;
    padding: 0;
 }
}
@media (max-width: 991.98px) {

 .template-quiz .quiz-section__content--body .post-code__form--input input {
    width: 100%;
    padding: 12px 12px 12px 38px;
 }
}
@media (max-width: 767.98px) {

 .template-quiz .quiz-section__content--body .post-code__form--input input {
    margin-right: 0;
 }
}

.template-quiz .quiz-section__content--body .list_container{
   display: flex;
   width:100%;
   max-width: 672px;
   flex-direction: column;
   align-items: flex-start;
   gap: 20px;
}
.template-quiz .quiz-section__content--body .list {

   display: flex;
   align-items: flex-start;
   gap: 40px;
   align-self: stretch;
}

.template-quiz .quiz-section__content--body .list__item {

   display: flex;
   width: 160px;
   align-items: center;
   gap: 12px;
}
@media (max-width: 991.98px) {
   .template-quiz .quiz-section__content--body .list_container {
    flex-direction: row;
 }
 .template-quiz .quiz-section__content--body .list {
    flex-direction: column;
    width: 50%;
    gap: 20px;
 }

 .template-quiz .quiz-section__content--body .list__item {

 }
}

.template-quiz .quiz-section__content--body .list__item h5 {
   margin-bottom: 0;
   text-transform: unset;
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 12px;
   line-height: 16px;
   color: #110E0E;
}
@media (max-width: 767.98px) {

 .template-quiz .quiz-section__content--body .list__item h5 {
    font-size: 12px;
 }
}

.template-quiz .quiz-section__content--body .list__item::before {
   content: "✓";
   font-size: 18px;
   color: #ea8c00;
   /*width: 8px;
   height: 8px;

   background-color: #465049;
   border-radius: 100%;*/
}
@media (max-width: 767.98px) {

 .template-quiz .quiz-section__content--body .list__item::before {
    /*margin-right: 8px;
    background-color: #465049;*/
   content: "✓";
   font-size: 18px;
   color: #ea8c00;
 }
}

.template-quiz .quiz-section__image {
   width: 100%;
   min-width: 534px;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
}

.template-quiz .right_image {
   position: absolute;
   height: 100%;
   top: 0;
   right: 0;
   padding: 0;
}

.template-quiz-questions .wrap {
   padding-top: 0;
   height: calc(100vh - 92px);
}
@media (max-width: 767.98px) {

 .template-quiz-questions .wrap {
    height: calc(100vh - 162px);
 }
}

.template-quiz-questions .wrap .content, .template-quiz-questions .wrap .main {
   height: 100%;
}

.quiz-questions-template {
   height: 100%;
}

.quiz-questions-template form {
   height: 100%;
}

.quiz-questions-template form .stepper {
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}
@media (max-width: 767.98px) {

 .quiz-questions-template form .stepper {
    height: auto;
    padding-bottom: 122px;
 }
}

.quiz-questions-template form .stepper .stepper-groups {
   padding-top: 36px;
}
@media (max-width: 767.98px) {

 .quiz-questions-template form .stepper .stepper-groups {
    padding-top: 16px;
 }
}

.quiz-questions-template form .stepper .stepper-groups .jq-group .jq-step-content {
   width: 100%;
   max-width: 972px;
   margin: 0 auto;
}

.quiz-questions-template form .stepper .stepper-groups .jq-group .btn.accent_red.skip-question, .quiz-questions-template form .stepper .stepper-groups .jq-group .comment-form input.accent_red.skip-question[type="submit"], .comment-form .quiz-questions-template form .stepper .stepper-groups .jq-group input.accent_red.skip-question[type="submit"], .quiz-questions-template form .stepper .stepper-groups .jq-group .search-form .accent_red.skip-question.search-submit, .search-form .quiz-questions-template form .stepper .stepper-groups .jq-group .accent_red.skip-question.search-submit {
   width: 150px;
   margin: 0 auto;
}

.quiz-questions-template form .select-group {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   flex-direction: row;
   justify-content: space-between;
}

.quiz-questions-template form .select-group .group-button, .quiz-questions-template form .select-group .group-checkbox {
   width: calc(50% - 8px);
   margin-bottom: 16px;
   padding: 16px 20px;
   background-color: #f0f6ff;
   transition: 0.2s ease-in-out;
   cursor: pointer;
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 16px;
   line-height: 150%;
   color: #192f54;
   border-radius: 8px;
   display: flex;
   align-items: center;
   height: 72px;
}
.jq-group.first-screen .select-group.full-width .group-button, .jq-step.step5 .group-checkbox{
   padding: 12px 12px 12px 16px;
}
@media (max-width: 767.98px) {

 .quiz-questions-template form .select-group .group-button, .quiz-questions-template form .select-group .group-checkbox {
    width: calc(50% - 4px);
    margin-bottom: 8px;
    font-size: 14px;
    padding: 14px 12px;
 }
}

.quiz-questions-template form .select-group .group-button:hover, .quiz-questions-template form .select-group .group-checkbox:hover {
   background-color: #ddeafe;
   transition: 0.2s ease-in-out;
}
.quiz-questions-template form .select-group .group-button input, .quiz-questions-template form .select-group .group-checkbox input {
   display: none;
}
.quiz-questions-template form .select-group .group-button .checkbox, .quiz-questions-template form .select-group .group-checkbox .checkbox {
   width: 16px;
   height: 16px;
   margin-right: 8px;
   border: 1px solid rgba(83, 104, 197, 0.2);
   border-radius: 2px;
   display: flex;
   align-items: center;
   justify-content: center;
   line-height: 3px;
}
@media (max-width: 767.98px) {
   .quiz-questions-template form .select-group .group-checkbox .checkbox, .quiz-questions-template form .select-group .group-button .checkbox{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-left: 4px;
 }
 .jq-group.first-screen .select-group.full-width .group-button{
    padding: 12px;
 }
 .custom_textarea{
    width: calc(100vw - 16px) !important;
    height: 360px !important;
 }
}

.quiz-questions-template form .select-group .group-button.active, .quiz-questions-template form .select-group .group-checkbox.active {
   background-color: #ddeafe;
   transition: 0.2s ease-in-out;
}

.quiz-questions-template form .select-group .group-button.active .checkbox, .quiz-questions-template form .select-group .group-checkbox.active .checkbox {
   border-color: #465049;
   background-color: #465049;
}

.quiz-questions-template form .select-group .group-button.active .checkbox::before, .quiz-questions-template form .select-group .group-checkbox.active .checkbox::before {
   content: url(/wp-content/themes/perfect-broker03.11.22/resources/assets/images/angel.svg);
}

.quiz-questions-template form .select-group.full-width {
   flex-direction: column;
   align-items: center;
}

.quiz-questions-template form .select-group.full-width .group-button {
   width: 100%;
   max-width: 478px;
   max-height: 72px;
   height: 72px;
}

.quiz-questions-template form .skip {
   display: inline-block;
   cursor: pointer;
   margin: 32px 0 40px 0;
   color: #EA8C00;
}

.quiz-questions-template form .alert-success {
   border: none;
   border-radius: 0;
   padding: 20px 24px;
   background-color: #f0f6ff;
}

.quiz-questions-template form .alert-success h4 {
   font-family: 'Inter', sans-serif;
   font-style: normal;
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
   letter-spacing: 0.02em;
   color: #192f54;
}

.quiz-questions-template form .alert-success p {
   font-family: 'Noto Sans', sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 16px;
   line-height: 150%;
   color: #192f54;
}

.template-brokers,.architects-result {
   height: 100%;
/* margin-top: 20px;*/
}

.template-brokers .body-wrap,.architects-result .body-wrap{
   height: 100%;
   display: flex;
   flex-direction: column;
}

.template-brokers .body-wrap .header-brokers,.architects-result .body-wrap .header-brokers {
   flex: 0 0 auto;
}

.template-brokers .body-wrap .wrap {
   flex: 1 0 auto;
}

.template-brokers .body-wrap .footer {
   flex: 0 0 auto;
}

.template-brokers .brokers-section .title {
   text-align: center;
   margin-bottom: 28px;
}
@media (max-width: 767.98px) {

 .template-brokers .brokers-section .title {
    margin-bottom: 24px !important;
 }
}

.template-brokers .brokers-section .title h2 {
   margin-bottom: 28px;
   margin-top: 48px;
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 48px;
   line-height: normal;
   text-align: center;
   color: #110E0E;
}
.found-architect-number{
   opacity: 0.4;
}
@media (max-width: 767.98px) {

 .template-brokers .brokers-section .title h2 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 8px;
 }
}

.template-brokers .brokers-section .title p {
   margin-bottom: 40px;
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 150%;
   text-align: center;
   color: #110E0E;
}

@media (max-width: 767.98px) {

 .template-brokers .brokers-section .title p {
  margin-bottom: 16px;
}
.template-brokers .brokers-section .title p span{
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.32px;
  font-weight: 700;
}
}

.template-brokers .brokers-section .title span:not(.contact-highlight) {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 150%;
   text-align: center;
   color: #5A5A5A;
}

.template-brokers .brokers-section .show-more-brokers {
   width: 100%;
   max-width: 272px;
   padding: 20px 40px;
   margin: 76px 0;
}

button#moreParameters {
    max-width: 400px;
}

.template-brokers .brokers-section .show-more-brokers .cont {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   position: relative;
   font-size: 16px;
}

.template-brokers .brokers-section .show-more-brokers .cont .lds-ring {
   position: absolute;
   right: 0;
}
@media (max-width: 767.98px) {

 .template-brokers .brokers-section .show-more-brokers {
    width: 100%;
    max-width: 100%;
    padding: 16px 35px;
    margin: 52px 0px 60px;
 }
}

.template-brokers .gallery-lightbox {
   display: none;
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background: rgba(0, 0, 0, 0.6);
   z-index: 9;
}

.template-brokers .gallery-lightbox .close-gallery {
   position: fixed;
   top: 32px;
   right: 32px;
   cursor: pointer;
}

.template-brokers .gallery-lightbox .close-gallery::after {
   content: url(/wp-content/themes/perfect-broker03.11.22/resources/assets/images/close-gallery.svg);
}
@media (max-width: 767.98px) {

 .template-brokers .gallery-lightbox .close-gallery {
    top: 20px;
    right: 20px;
 }
}

.template-brokers .gallery-lightbox .gallery-content {
   width: 100%;
   max-width: 848px;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.template-brokers .gallery-lightbox .gallery-content .slides-list {
   max-width: 608px;
   margin: auto;
}
@media (max-width: 767.98px) {

 .template-brokers .gallery-lightbox .gallery-content .slides-list {
    max-width: calc(100% - 30px);
 }
}

.template-brokers .gallery-lightbox .gallery-content img {
   display: none;
   border-radius: 12px;
   margin: auto;
   max-width: 100%;
}

.template-brokers .gallery-lightbox .gallery-content .prev, .template-brokers .gallery-lightbox .gallery-content .next {
   position: absolute;
   top: calc(50% - 52px);
   transform: translateY(-50%);
   cursor: pointer;
}
@media (max-width: 767.98px) {

 .template-brokers .gallery-lightbox .gallery-content .prev, .template-brokers .gallery-lightbox .gallery-content .next {
    display: none;
 }
}

.template-brokers .gallery-lightbox .gallery-content .prev {
   left: 0;
}

.template-brokers .gallery-lightbox .gallery-content .prev::after {
   content: url(/wp-content/themes/perfect-broker03.11.22/resources/assets/images/arrow-left.png);
}

.template-brokers .gallery-lightbox .gallery-content .next {
   right: 0;
}

.template-brokers .gallery-lightbox .gallery-content .next::after {
   content: url(/wp-content/themes/perfect-broker03.11.22/resources/assets/images/arrow-right.png);
}

.template-brokers .gallery-lightbox .gallery-content .bullets-list {
   display: flex;
   column-gap: 8px;
   margin-top: 40px;
   align-items: center;
   justify-content: center;
}

.template-brokers .gallery-lightbox .gallery-content .bullets-list .bullet {
   width: 8px;
   height: 8px;
   background: #b4b4b4;
   border-radius: 100%;
   cursor: pointer;
}

.template-brokers .gallery-lightbox .gallery-content .bullets-list .active {
   width: 12px;
   height: 12px;
   background: #fff;
}

.template-broker-sign-up, .template-payment-success {
   height: 100%;
}

.template-broker-sign-up .wrap, .template-payment-success .wrap {
/* height: calc(100% - 92px);*/
}

.template-broker-sign-up .sign-up-section{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.template-payment-success .sign-up-section {
   height: 100%;
}
@media (max-width: 767.98px) {

 .template-broker-sign-up .sign-up-section{
    height: 100vh;
    padding-top: 72px;
 }
 .template-payment-success .sign-up-section {
    height: calc(100vh - 72px);
    padding-top: 72px;
 }
}

.template-broker-sign-up .sign-up-section__content, .template-payment-success .sign-up-section__content {
   height: 100%;
   width: 100%;
   max-width: 572px;
   position: relative;
   z-index: 5;
}
.template-payment-success .sign-up-section__content{
   max-width: 672px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 170px;
}

.template-broker-sign-up .sign-up-section__content{
   width: 100%;
   height: 100%;
}
.template-broker-sign-up .sign-up-section__content--body{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.template-broker-sign-up .sign-up-section__content--body .content {
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {

 .template-broker-sign-up .sign-up-section__content, .template-payment-success .sign-up-section__content {
    margin-top: 0;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
 }
 .template-payment-success .sign-up-section__content{
   margin-top: 34px;
}
.template-broker-sign-up .sign-up-section__content--body{
  align-items: flex-end;
}

}

.template-broker-sign-up .sign-up-section__content .hf-1, .template-payment-success .sign-up-section__content .hf-1 {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 28px;
   line-height: 100%;
   color: #110E0E;
   max-width: 672px;
   margin-bottom: 28px;
}
.template-payment-success .sign-up-section__content .hf-1{
   text-align: center;
}
.template-broker-sign-up .sign-up-section__content .hf-1{
  font-size: 64px;
}
@media (max-width: 991.98px) {

 .template-broker-sign-up .sign-up-section__content .hf-1{
   margin-bottom: 12px;
   font-size: 32px;
   line-height: 100%;
   margin-right: 10px;
}
.template-payment-success .sign-up-section__content .hf-1 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 31px;
}

.template-broker-sign-up .sign-up-section__content .pf-1{
   margin-right: 10px;
}

}

.template-broker-sign-up .sign-up-section__content .subtitle, .template-payment-success .sign-up-section__content .subtitle {
   font-family: 'Noto Sans', sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 150%;
   color: #192f54;
   display: none;
}
@media (max-width: 767.98px) {

 .template-broker-sign-up .sign-up-section__content .subtitle, .template-payment-success .sign-up-section__content .subtitle {
    margin-bottom: 12px;
    font-size: 16px;
 }
}

.template-broker-sign-up .sign-up-section__content .description, .template-payment-success .sign-up-section__content .description {
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 150%;
   color: #110E0E;
   margin: auto;
   margin-bottom: 40px;
   margin-top: 28px;
   text-align: center;
   max-width: 672px;
}
.sign-up-section__content .congrats-bg-img{
   width: 100px;
   height: 100px;
   background-image: url('/wp-content/uploads/2023/05/congrats-bg-Icon.png');
   background-size: cover;
   background-repeat: no-repeat;
   margin: auto;
   margin-bottom: 40px;
}
.template-payment-success .sign-up-section__content .btn{
   display: block !important;
   margin: auto;
}

.template-broker-sign-up .sign-up-section__content .description a, .template-payment-success .sign-up-section__content .description a {
   font-family: 'Open Sans', sans-serif !important;
   font-weight: 700;
   font-size: 16px;
   line-height: 150%;
   color: #110E0E;
}
@media (max-width: 991.98px) {

 .template-broker-sign-up .sign-up-section__content .description{
    margin-bottom: 28px;
 }
 .template-payment-success .sign-up-section__content .description{
   margin-bottom: 0px;
}
.sign-up-section__content .congrats-bg-img{
   margin-bottom: 24px;
}
}

.template-broker-sign-up .sign-up-section__content .pf-1{
   color: #110E0E !important;
}
.template-broker-sign-up .sign-up-section__content .pf-1, .template-payment-success .sign-up-section__content .pf-1 {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 150%;
   color: #110E0E !important;
   margin-bottom: 60px;
   max-width: 413px;
}
@media (max-width: 991.98px) {

 .template-broker-sign-up .sign-up-section__content .pf-1, .template-payment-success .sign-up-section__content .pf-1 {
    margin-bottom: 28px;
    max-width: 100%;
 }
}

.template-broker-sign-up .sign-up-section__content .btn, .template-broker-sign-up .sign-up-section__content .comment-form input[type="submit"], .comment-form .template-broker-sign-up .sign-up-section__content input[type="submit"], .template-broker-sign-up .sign-up-section__content .search-form .search-submit, .search-form .template-broker-sign-up .sign-up-section__content .search-submit, .template-payment-success .sign-up-section__content .btn, .template-payment-success .sign-up-section__content .comment-form input[type="submit"], .comment-form .template-payment-success .sign-up-section__content input[type="submit"], .template-payment-success .sign-up-section__content .search-form .search-submit, .search-form .template-payment-success .sign-up-section__content .search-submit {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 100%;
   color: #fff;
   display: inline-block;
   padding: 20px 0;
   width: 100%;
   max-width: 272px;
}
@media (max-width: 767.98px) {

 .template-broker-sign-up .sign-up-section__content .btn, .template-broker-sign-up .sign-up-section__content .comment-form input[type="submit"], .comment-form .template-broker-sign-up .sign-up-section__content input[type="submit"], .template-broker-sign-up .sign-up-section__content .search-form .search-submit, .search-form .template-broker-sign-up .sign-up-section__content .search-submit, .template-payment-success .sign-up-section__content .btn, .template-payment-success .sign-up-section__content .comment-form input[type="submit"], .comment-form .template-payment-success .sign-up-section__content input[type="submit"], .template-payment-success .sign-up-section__content .search-form .search-submit, .search-form .template-payment-success .sign-up-section__content .search-submit {
    max-width: 100%;
    padding: 16px 0;
 }
 .template-payment-success .sign-up-section__content .btn{
   margin-top:24px;
}
}

.template-broker-sign-up .sign-up-section__image, .template-payment-success .sign-up-section__image {
   height: 100%;
   width: 755px;
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
}
@media (max-width: 1800px) {

 .template-broker-sign-up .sign-up-section__image, .template-payment-success .sign-up-section__image {
    width: 35%;
 }
}
@media (max-width: 767.98px) {

 .template-broker-sign-up .sign-up-section__image, .template-payment-success .sign-up-section__image {
    height: calc(100% - 72px);
    width: 100%;
    top: unset;
 }
}

.template-broker-sign-up .sign-up-section__image--img, .template-payment-success .sign-up-section__image--img {
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   position: absolute;
   z-index: 1;
}

.template-broker-sign-up .sign-up-section__image--overlay, .template-payment-success .sign-up-section__image--overlay {
   width: 100%;
   height: 100%;
   opacity: 0;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 2;
   background: linear-gradient(176.59deg, rgba(255, 255, 255, 0) 20.1%, rgba(255, 255, 255, 0.9) 45.99%);
}
@media (max-width: 767.98px) {

 .template-broker-sign-up .sign-up-section__image--overlay, .template-payment-success .sign-up-section__image--overlay {
    opacity: 0.74;
 }
 .template-broker-sign-up .sign-up-section__image--overlay{
  background: linear-gradient(192deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.88) 100%), url('https://comparearchitects.co.uk/wp-content/uploads/2023/04/image-5.png') center center no-repeat, lightgray -268.093px 0px / 215.688% 100% no-repeat;
  background-size:cover;
  opacity: 1;
}
.template-broker-sign-up .sign-up-section__image--img{
  display:none;
}
}
@media (max-width: 767.98px) {

 .template-broker-sign-up .sign-up-stepper-section, .template-payment-success .sign-up-stepper-section {
    padding-top: 72px;
 }
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form {
   height: calc(100vh - 120px);
}
.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form{
  margin-top:36px;
}
@media (max-width: 767.98px) {

 .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form {
    height: 100%;
    margin-top: 16px;
    margin-bottom: 120px;
 }
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper {
   height: auto;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}
@media (max-width: 1199.98px) {

 .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper {
    height: auto;
 }
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps {
   width: 100%;
   max-width: 970px;
   margin: 0 auto;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .step1 .jq-step-content .form-group[data-type="textarea"] label, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .step1 .jq-step-content .comment-form p[data-type="textarea"] label, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .step1 .jq-step-content p[data-type="textarea"] label, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .step1 .jq-step-content .search-form label[data-type="textarea"] label, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .step1 .jq-step-content label[data-type="textarea"] label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .step1 .jq-step-content .form-group[data-type="textarea"] label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .step1 .jq-step-content .comment-form p[data-type="textarea"] label, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .step1 .jq-step-content p[data-type="textarea"] label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .step1 .jq-step-content .search-form label[data-type="textarea"] label, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .step1 .jq-step-content label[data-type="textarea"] label {
   font-family: 'Noto Sans', sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   line-height: 150%;
   color: #192f54;
   margin-bottom: 4px;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content {
   width: 100%;
   margin: 0 auto;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content.contain, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content.contain {
   max-width: 572px;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group input, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p input, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p input, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label input, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label input, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group textarea, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p textarea, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p textarea, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label textarea, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label textarea, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group input, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p input, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p input, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label input, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label input, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group textarea, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p textarea, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p textarea, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label textarea, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label textarea {
   resize: none;
   max-width: 100%;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group input:focus, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p input:focus, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p input:focus, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label input:focus, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label input:focus, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group textarea:focus, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p textarea:focus, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p textarea:focus, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label textarea:focus, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label textarea:focus, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group input:focus, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p input:focus, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p input:focus, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label input:focus, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label input:focus, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group textarea:focus, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p textarea:focus, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p textarea:focus, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label textarea:focus, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label textarea:focus {
   box-shadow: none;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group input::placeholder, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p input::placeholder, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p input::placeholder, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label input::placeholder, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label input::placeholder, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group textarea::placeholder, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p textarea::placeholder, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p textarea::placeholder, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label textarea::placeholder, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label textarea::placeholder, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group input::placeholder, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p input::placeholder, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p input::placeholder, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label input::placeholder, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label input::placeholder, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group textarea::placeholder, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p textarea::placeholder, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p textarea::placeholder, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label textarea::placeholder, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label textarea::placeholder {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #969696;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group label, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p label, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p label, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label label, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p label, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label label, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label label {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 12px;
   line-height: 150%;
   color: #110E0E;

   margin-bottom: 4px;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group input, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p input, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p input, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label input, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label input, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group input, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p input, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p input, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label input, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label input {
   height: 45px;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .form-control, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] .form-control, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] .form-control, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] .form-control, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] .form-control, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .comment-form input[type="text"], .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] input[type="text"], .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] input[type="text"], .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] input[type="text"], .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] .comment-form input[type="text"], .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] input[type="text"], .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] .comment-form input[type="text"], .comment-form .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] input[type="text"], .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .comment-form input[type="email"], .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] input[type="email"], .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] input[type="email"], .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] input[type="email"], .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] .comment-form input[type="email"], .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] input[type="email"], .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] .comment-form input[type="email"], .comment-form .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] input[type="email"], .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .comment-form input[type="url"], .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] input[type="url"], .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] input[type="url"], .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] input[type="url"], .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] .comment-form input[type="url"], .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] input[type="url"], .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] .comment-form input[type="url"], .comment-form .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] input[type="url"], .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .comment-form textarea, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] textarea, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] textarea, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] textarea, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] .comment-form textarea, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] textarea, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] .comment-form textarea, .comment-form .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] textarea, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .search-form .search-field, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .search-field, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] .search-form .search-field, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] .search-field, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] .search-form .search-field, .search-form .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] .search-field, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] .search-field, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] .search-field, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .form-control, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] .form-control, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] .form-control, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] .form-control, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] .form-control, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .comment-form input[type="text"], .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] input[type="text"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] input[type="text"], .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] input[type="text"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] .comment-form input[type="text"], .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] input[type="text"], .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] .comment-form input[type="text"], .comment-form .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] input[type="text"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .comment-form input[type="email"], .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] input[type="email"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] input[type="email"], .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] input[type="email"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] .comment-form input[type="email"], .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] input[type="email"], .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] .comment-form input[type="email"], .comment-form .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] input[type="email"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .comment-form input[type="url"], .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] input[type="url"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] input[type="url"], .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] input[type="url"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] .comment-form input[type="url"], .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] input[type="url"], .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] .comment-form input[type="url"], .comment-form .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] input[type="url"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .comment-form textarea, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] textarea, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] textarea, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] textarea, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] .comment-form textarea, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] textarea, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] .comment-form textarea, .comment-form .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] textarea, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .search-form .search-field, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .search-field, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] .search-form .search-field, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] .search-field, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] .search-form .search-field, .search-form .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] .search-field, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] .search-field, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] .search-field {
   border-radius: 8px;
   background-image: none;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .input-group-addon, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] .input-group-addon, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] .input-group-addon, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] .input-group-addon, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] .input-group-addon, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .input-group-addon, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] .input-group-addon, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] .input-group-addon, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] .input-group-addon, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] .input-group-addon {
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   height: 45px;
   width: 40px;
   right: 0;
   z-index: 10;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .showed-pwd-icon, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] .showed-pwd-icon, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] .showed-pwd-icon, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] .showed-pwd-icon, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] .showed-pwd-icon, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .showed-pwd-icon, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] .showed-pwd-icon, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] .showed-pwd-icon, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] .showed-pwd-icon, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] .showed-pwd-icon {
   display: none;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .active .hidden-pwd-icon, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] .active .hidden-pwd-icon, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] .active .hidden-pwd-icon, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] .active .hidden-pwd-icon, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] .active .hidden-pwd-icon, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .active .hidden-pwd-icon, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] .active .hidden-pwd-icon, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] .active .hidden-pwd-icon, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] .active .hidden-pwd-icon, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] .active .hidden-pwd-icon {
   display: none;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .active .showed-pwd-icon, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] .active .showed-pwd-icon, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] .active .showed-pwd-icon, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] .active .showed-pwd-icon, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] .active .showed-pwd-icon, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="password"] .active .showed-pwd-icon, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="password"] .active .showed-pwd-icon, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="password"] .active .showed-pwd-icon, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="password"] .active .showed-pwd-icon, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="password"] .active .showed-pwd-icon {
   display: block;
}
@media (max-width: 767.98px) {

 .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="title"], .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="title"], .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="title"], .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="title"], .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="title"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="title"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="title"], .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="title"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="title"], .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="title"] {
    margin-bottom: 5px;
 }
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="title"] h6, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="title"] h6, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="title"] h6, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="title"] h6, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="title"] h6, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="title"] h6, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="title"] h6, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="title"] h6, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="title"] h6, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="title"] h6 {
   font-family: "Poppins-Bold", sans-serif;
   font-style: normal;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.02em;
   color: #192f54;
   margin-bottom: 8px;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="description"] p, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="description"] p, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="description"] p, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="description"] p, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="description"] p, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="description"] p, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="description"] p, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="description"] p, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="description"] p, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="description"] p {
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   line-height: 16px;
   color: #192f54;
   margin-bottom: 24px;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="textarea"], .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="textarea"], .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="textarea"], .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="textarea"], .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="textarea"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="textarea"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="textarea"], .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="textarea"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="textarea"], .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="textarea"] {
   margin-bottom: 24px;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="textarea"] label, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="textarea"] label, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="textarea"] label, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="textarea"] label, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="textarea"] label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="textarea"] label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="textarea"] label, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="textarea"] label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="textarea"] label, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="textarea"] label {
   font-family: "Inter Bold", sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 19px;
   letter-spacing: 0.02em;
   color: #192f54;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="textarea"] .fees-charge-title, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="textarea"] .fees-charge-title, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="textarea"] .fees-charge-title, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="textarea"] .fees-charge-title, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="textarea"] .fees-charge-title, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="textarea"] .fees-charge-title, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="textarea"] .fees-charge-title, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="textarea"] .fees-charge-title, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="textarea"] .fees-charge-title, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="textarea"] .fees-charge-title {
   margin-bottom: 16px;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="textarea"] p, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="textarea"] p, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="textarea"] p, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="textarea"] p, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="textarea"] p, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="textarea"] p, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="textarea"] p, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="textarea"] p, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="textarea"] p, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="textarea"] p {
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   line-height: 16px;
   color: #192f54;
   margin-bottom: 16px;
}
label.special_offers{
   margin-bottom: 0px !important;
}
#select2-fee_durtion-wb-container{
   line-height: 150% !important;
}
.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="textarea"] textarea, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="textarea"] textarea, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="textarea"] textarea, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="textarea"] textarea, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="textarea"] textarea, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="textarea"] textarea, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="textarea"] textarea, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="textarea"] textarea, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="textarea"] textarea, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="textarea"] textarea {
   border-radius: 8px;
   border: 1px solid #aaadc6;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="agree"] .form-check .form-check-label a, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="agree"] .form-check .form-check-label a, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="agree"] .form-check .form-check-label a, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="agree"] .form-check .form-check-label a, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="agree"] .form-check .form-check-label a, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="agree"] .form-check .form-check-label a, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="agree"] .form-check .form-check-label a, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="agree"] .form-check .form-check-label a, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="agree"] .form-check .form-check-label a, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="agree"] .form-check .form-check-label a {
   color: #EA8C00;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="post_code_map"] .select-label, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="post_code_map"] .select-label, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="post_code_map"] .select-label, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="post_code_map"] .select-label, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="post_code_map"] .select-label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="post_code_map"] .select-label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="post_code_map"] .select-label, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="post_code_map"] .select-label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="post_code_map"] .select-label, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="post_code_map"] .select-label {
   font-family: "Inter Bold", sans-serif;
   font-weight: 700;
   font-size: 16px;
   line-height: 19px;
   letter-spacing: 0.02em;
   margin-bottom: 16px;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="post_code_map"] .pf-2, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="post_code_map"] .pf-2, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="post_code_map"] .pf-2, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="post_code_map"] .pf-2, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="post_code_map"] .pf-2, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="post_code_map"] .pf-2, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="post_code_map"] .pf-2, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="post_code_map"] .pf-2, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="post_code_map"] .pf-2, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="post_code_map"] .pf-2 {
   margin-bottom: 25px;
   margin-top: -8px;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="post_code_map"] #addPostCode, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="post_code_map"] #addPostCode, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="post_code_map"] #addPostCode, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="post_code_map"] #addPostCode, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="post_code_map"] #addPostCode, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="post_code_map"] #addPostCode, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="post_code_map"] #addPostCode, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="post_code_map"] #addPostCode, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="post_code_map"] #addPostCode, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="post_code_map"] #addPostCode {
   padding: 14 30px;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="nationwide"], .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="nationwide"], .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="nationwide"], .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="nationwide"], .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="nationwide"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="nationwide"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="nationwide"], .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="nationwide"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="nationwide"], .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="nationwide"] {
   margin-top: 32px;
   margin-bottom: 0;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="select"], .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="select"], .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="select"], .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="select"], .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="select"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="select"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="select"], .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="select"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="select"], .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="select"] {
   margin-bottom: 24px;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="select"] label, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="select"] label, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="select"] label, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="select"] label, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="select"] label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="select"] label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="select"] label, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="select"] label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="select"] label, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="select"] label {
   font-family: "Inter Bold", sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 19px;
   letter-spacing: 0.02em;
   color: #192f54;
   margin-bottom: 16px;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="select"] textarea, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="select"] textarea, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="select"] textarea, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="select"] textarea, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="select"] textarea, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="select"] textarea, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="select"] textarea, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="select"] textarea, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="select"] textarea, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="select"] textarea {
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 14px;
   line-height: 150%;
   color: rgba(25, 47, 84, 0.4);
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="package"], .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="package"], .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="package"], .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="package"], .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="package"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="package"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="package"], .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="package"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="package"], .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="package"] {
   margin-top: 80px;
}
@media (max-width: 767.98px) {

 .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="package"], .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="package"], .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="package"], .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="package"], .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="package"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="package"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="package"], .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="package"], .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="package"], .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="package"] {
    margin-top: 20px;
 }
}
@media (max-width: 767.98px) {

 .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="package"] .row, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="package"] .row, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="package"] .row, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="package"] .row, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="package"] .row, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="package"] .row, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="package"] .row, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="package"] .row, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="package"] .row, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="package"] .row {
    display: flex;
    flex-direction: column-reverse;
 }
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="package"] .list, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="package"] .list, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="package"] .list, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="package"] .list, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="package"] .list, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="package"] .list, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="package"] .list, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="package"] .list, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="package"] .list, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="package"] .list {
   margin-left: 62px;
}
@media (max-width: 767.98px) {

 .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="package"] .list, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="package"] .list, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="package"] .list, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="package"] .list, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="package"] .list, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="package"] .list, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="package"] .list, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="package"] .list, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="package"] .list, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="package"] .list {
    margin-left: 0;
    margin-bottom: 28px;
 }
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="package"] .list li, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="package"] .list li, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="package"] .list li, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="package"] .list li, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="package"] .list li, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="package"] .list li, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="package"] .list li, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="package"] .list li, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="package"] .list li, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="package"] .list li {
   display: flex;
   align-items: flex-start;
   font-family: 'Noto Sans', sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 18px;
   line-height: 150%;
   color: #192f54;
   margin-bottom: 6px;
}
.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="package"] .list li{
   margin-bottom: 12px;
}
@media (max-width: 767.98px) {

 .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="package"] .list li, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="package"] .list li, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="package"] .list li, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="package"] .list li, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="package"] .list li, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="package"] .list li, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="package"] .list li, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="package"] .list li, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="package"] .list li, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="package"] .list li {
    font-size: 14px;
 }
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="package"] .list li span, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="package"] .list li span, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="package"] .list li span, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="package"] .list li span, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="package"] .list li span, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="package"] .list li span, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="package"] .list li span, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="package"] .list li span, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="package"] .list li span, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="package"] .list li span {
   width: 26px;
   height: 26px;
   min-width: 26px;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #EA8C00;
   margin-right: 16px;
   margin-top: 6px;
   border-radius: 100%;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="img_list"] .accreditations_list, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="img_list"] .accreditations_list, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="img_list"] .accreditations_list, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="img_list"] .accreditations_list, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="img_list"] .accreditations_list, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="img_list"] .accreditations_list, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="img_list"] .accreditations_list, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="img_list"] .accreditations_list, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="img_list"] .accreditations_list, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="img_list"] .accreditations_list {
   display: flex;
   flex-wrap: wrap;
   column-gap: 12px;
   row-gap: 12px;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="img_list"] .accreditations-list--input, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="img_list"] .accreditations-list--input, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="img_list"] .accreditations-list--input, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="img_list"] .accreditations-list--input, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="img_list"] .accreditations-list--input, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="img_list"] .accreditations-list--input, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="img_list"] .accreditations-list--input, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="img_list"] .accreditations-list--input, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="img_list"] .accreditations-list--input, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="img_list"] .accreditations-list--input {
   display: none;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="img_list"] .accreditations-list--label, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="img_list"] .accreditations-list--label, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="img_list"] .accreditations-list--label, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="img_list"] .accreditations-list--label, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="img_list"] .accreditations-list--label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="img_list"] .accreditations-list--label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="img_list"] .accreditations-list--label, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="img_list"] .accreditations-list--label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="img_list"] .accreditations-list--label, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="img_list"] .accreditations-list--label {
   padding: 1px;
   border: 0.5px solid #aaadc6;
   border-radius: 4px;
   cursor: pointer;
   max-width: 109px;
   margin-bottom: 0;
}
@media (max-width: 767.98px) {

 .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="img_list"] .accreditations-list--label, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="img_list"] .accreditations-list--label, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="img_list"] .accreditations-list--label, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="img_list"] .accreditations-list--label, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="img_list"] .accreditations-list--label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="img_list"] .accreditations-list--label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="img_list"] .accreditations-list--label, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="img_list"] .accreditations-list--label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="img_list"] .accreditations-list--label, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="img_list"] .accreditations-list--label {
    max-width: 106px;
 }
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="img_list"] .accreditations-list--label:hover, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="img_list"] .accreditations-list--label:hover, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="img_list"] .accreditations-list--label:hover, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="img_list"] .accreditations-list--label:hover, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="img_list"] .accreditations-list--label:hover, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="img_list"] .accreditations-list--label:hover, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="img_list"] .accreditations-list--label:hover, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="img_list"] .accreditations-list--label:hover, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="img_list"] .accreditations-list--label:hover, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="img_list"] .accreditations-list--label:hover {
   border-color: #EA8C00;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="img_list"] .accreditations-list--label:hover img, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="img_list"] .accreditations-list--label:hover img, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="img_list"] .accreditations-list--label:hover img, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="img_list"] .accreditations-list--label:hover img, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="img_list"] .accreditations-list--label:hover img, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="img_list"] .accreditations-list--label:hover img, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="img_list"] .accreditations-list--label:hover img, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="img_list"] .accreditations-list--label:hover img, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="img_list"] .accreditations-list--label:hover img, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="img_list"] .accreditations-list--label:hover img {
   -webkit-filter: unset;
   filter: unset;
   opacity: 1;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="img_list"] .accreditations-list--label img, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="img_list"] .accreditations-list--label img, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="img_list"] .accreditations-list--label img, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="img_list"] .accreditations-list--label img, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="img_list"] .accreditations-list--label img, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="img_list"] .accreditations-list--label img, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="img_list"] .accreditations-list--label img, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="img_list"] .accreditations-list--label img, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="img_list"] .accreditations-list--label img, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="img_list"] .accreditations-list--label img {
   max-width: 100%;
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
   opacity: 0.7;
   height: auto;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="img_list"] :checked + label, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="img_list"] :checked + label, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="img_list"] :checked + label, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="img_list"] :checked + label, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="img_list"] :checked + label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="img_list"] :checked + label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="img_list"] :checked + label, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="img_list"] :checked + label, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="img_list"] :checked + label, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="img_list"] :checked + label {
   border-color: #EA8C00;
}

.template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="img_list"] :checked + label img, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="img_list"] :checked + label img, .comment-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="img_list"] :checked + label img, .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="img_list"] :checked + label img, .search-form .template-broker-sign-up .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="img_list"] :checked + label img, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .form-group[data-type="img_list"] :checked + label img, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .comment-form p[data-type="img_list"] :checked + label img, .comment-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content p[data-type="img_list"] :checked + label img, .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content .search-form label[data-type="img_list"] :checked + label img, .search-form .template-payment-success .sign-up-stepper-section .sign-up-stepper-form .stepper .stepper-steps .jq-step-content label[data-type="img_list"] :checked + label img {
   -webkit-filter: unset;
   filter: unset;
   opacity: 1;
}

.template-profile .container {
   max-width: 1172px;
}
@media (max-width: 767.98px) {

 .template-profile .profile-section .container {
    padding-left: 0;
    padding-right: 0;
 }
}

.template-profile .profile-section__content {
   margin-left: 45px;
}
@media (max-width: 1199.98px) {

 .template-profile .profile-section__content {
    margin-left: 0;
 }
}

.template-profile .profile-section__content .page-header {
   margin-bottom: 28px;
}
@media (max-width: 767.98px) {

 .template-profile .profile-section__content .page-header {
    /*margin-top: 24px;*/
 }
}

.template-profile .profile-section__content .page-header h3 {
   font-family: "Inter Bold", sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 36px;
   line-height: 54px;
   letter-spacing: 0.02em;
   color: #192f54;
   margin-bottom: 0;
}
@media (max-width: 767.98px) {

 .template-profile .profile-section__content .page-header h3 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.02em;
 }
}

.template-profile .profile-section__content .profile-form {
   margin-bottom: 32px;
}
@media (max-width: 767.98px) {

 .template-profile .profile-section__content .profile-form button[type="submit"] {
    width: 100%;
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 20px;
    margin-top: 8px;
 }
}

.template-profile .profile-section__content .profile-form .form-group.info p, .template-profile .profile-section__content .profile-form .comment-form p.info p, .comment-form .template-profile .profile-section__content .profile-form p.info p, .template-profile .profile-section__content .profile-form .search-form label.info p, .search-form .template-profile .profile-section__content .profile-form label.info p, .template-profile .profile-section__content .profile-form .form-group.info a, .template-profile .profile-section__content .profile-form .comment-form p.info a, .comment-form .template-profile .profile-section__content .profile-form p.info a, .template-profile .profile-section__content .profile-form .search-form label.info a, .search-form .template-profile .profile-section__content .profile-form label.info a {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 12px;
   line-height: 150%;
}

.template-profile .profile-section__content .profile-form .form-group.info p, .template-profile .profile-section__content .profile-form .comment-form p.info p, .comment-form .template-profile .profile-section__content .profile-form p.info p, .template-profile .profile-section__content .profile-form .search-form label.info p, .search-form .template-profile .profile-section__content .profile-form label.info p {
   color: #110E0E;
   margin-bottom: 24px;
}

.template-profile .profile-section__content .profile-form .form-group.info a, .template-profile .profile-section__content .profile-form .comment-form p.info a, .comment-form .template-profile .profile-section__content .profile-form p.info a, .template-profile .profile-section__content .profile-form .search-form label.info a, .search-form .template-profile .profile-section__content .profile-form label.info a {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 12px;
   line-height: 150%;
   color: #465049;
}

.template-profile .profile-section__content .profile-form .form-group.info .btn, .template-profile .profile-section__content .profile-form .comment-form p.info .btn, .comment-form .template-profile .profile-section__content .profile-form p.info .btn, .template-profile .profile-section__content .profile-form .search-form label.info .btn, .search-form .template-profile .profile-section__content .profile-form label.info .btn, .template-profile .profile-section__content .profile-form .form-group.info .comment-form input[type="submit"], .comment-form .template-profile .profile-section__content .profile-form .form-group.info input[type="submit"], .template-profile .profile-section__content .profile-form .comment-form p.info input[type="submit"], .comment-form .template-profile .profile-section__content .profile-form p.info input[type="submit"], .template-profile .profile-section__content .profile-form .search-form label.info .comment-form input[type="submit"], .comment-form .template-profile .profile-section__content .profile-form .search-form label.info input[type="submit"], .search-form .template-profile .profile-section__content .profile-form label.info .comment-form input[type="submit"], .comment-form .search-form .template-profile .profile-section__content .profile-form label.info input[type="submit"], .template-profile .profile-section__content .profile-form .form-group.info .search-form .search-submit, .search-form .template-profile .profile-section__content .profile-form .form-group.info .search-submit, .template-profile .profile-section__content .profile-form .comment-form p.info .search-form .search-submit, .search-form .template-profile .profile-section__content .profile-form .comment-form p.info .search-submit, .comment-form .template-profile .profile-section__content .profile-form p.info .search-form .search-submit, .search-form .comment-form .template-profile .profile-section__content .profile-form p.info .search-submit, .template-profile .profile-section__content .profile-form .search-form label.info .search-submit, .search-form .template-profile .profile-section__content .profile-form label.info .search-submit {
   width: 100%;
}

.template-profile .profile-section__content .profile-form .form-group.info .btn.transparent-border, .template-profile .profile-section__content .profile-form .comment-form p.info .btn.transparent-border, .comment-form .template-profile .profile-section__content .profile-form p.info .btn.transparent-border, .template-profile .profile-section__content .profile-form .search-form label.info .btn.transparent-border, .search-form .template-profile .profile-section__content .profile-form label.info .btn.transparent-border, .template-profile .profile-section__content .profile-form .form-group.info .comment-form input.transparent-border[type="submit"], .comment-form .template-profile .profile-section__content .profile-form .form-group.info input.transparent-border[type="submit"], .template-profile .profile-section__content .profile-form .comment-form p.info input.transparent-border[type="submit"], .comment-form .template-profile .profile-section__content .profile-form p.info input.transparent-border[type="submit"], .template-profile .profile-section__content .profile-form .search-form label.info .comment-form input.transparent-border[type="submit"], .comment-form .template-profile .profile-section__content .profile-form .search-form label.info input.transparent-border[type="submit"], .search-form .template-profile .profile-section__content .profile-form label.info .comment-form input.transparent-border[type="submit"], .comment-form .search-form .template-profile .profile-section__content .profile-form label.info input.transparent-border[type="submit"], .template-profile .profile-section__content .profile-form .form-group.info .search-form .transparent-border.search-submit, .search-form .template-profile .profile-section__content .profile-form .form-group.info .transparent-border.search-submit, .template-profile .profile-section__content .profile-form .comment-form p.info .search-form .transparent-border.search-submit, .search-form .template-profile .profile-section__content .profile-form .comment-form p.info .transparent-border.search-submit, .comment-form .template-profile .profile-section__content .profile-form p.info .search-form .transparent-border.search-submit, .search-form .comment-form .template-profile .profile-section__content .profile-form p.info .transparent-border.search-submit, .template-profile .profile-section__content .profile-form .search-form label.info .transparent-border.search-submit, .search-form .template-profile .profile-section__content .profile-form label.info .transparent-border.search-submit {
   color: #EA8C00;
}

.template-profile .profile-section__content .profile-form .form-group.package .package, .template-profile .profile-section__content .profile-form .comment-form p.package .package, .comment-form .template-profile .profile-section__content .profile-form p.package .package, .template-profile .profile-section__content .profile-form .search-form label.package .package, .search-form .template-profile .profile-section__content .profile-form label.package .package {
   box-shadow: none;
   background-color: #fbfffe;
}

.template-profile .profile-section__content .profile-form .form-group.package .package:hover, .template-profile .profile-section__content .profile-form .comment-form p.package .package:hover, .comment-form .template-profile .profile-section__content .profile-form p.package .package:hover, .template-profile .profile-section__content .profile-form .search-form label.package .package:hover, .search-form .template-profile .profile-section__content .profile-form label.package .package:hover {
   background-color: #fbfffe;
}

.template-profile .profile-section__content .profile-form .form-group.list, .template-profile .profile-section__content .profile-form .comment-form p.list, .comment-form .template-profile .profile-section__content .profile-form p.list, .template-profile .profile-section__content .profile-form .search-form label.list, .search-form .template-profile .profile-section__content .profile-form label.list {
   margin-left: 62px;
}
@media (max-width: 767.98px) {

 .template-profile .profile-section__content .profile-form .form-group.list, .template-profile .profile-section__content .profile-form .comment-form p.list, .comment-form .template-profile .profile-section__content .profile-form p.list, .template-profile .profile-section__content .profile-form .search-form label.list, .search-form .template-profile .profile-section__content .profile-form label.list {
    margin-left: 0;
    margin-bottom: 28px;
 }
}

.template-profile .profile-section__content .profile-form .form-group.list li, .template-profile .profile-section__content .profile-form .comment-form p.list li, .comment-form .template-profile .profile-section__content .profile-form p.list li, .template-profile .profile-section__content .profile-form .search-form label.list li, .search-form .template-profile .profile-section__content .profile-form label.list li {
   font-size: 16px;
   line-height: 150%;
   margin-bottom: 12px;
   align-items: center;
}

.form-group.list.package-points li{
   color:  #110E0E;
   font-family: 'Open Sans', sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 150%;
}

.template-profile .profile-section__content .profile-form .form-group[data-type="img_list"] .accreditations_list, .template-profile .profile-section__content .profile-form .comment-form p[data-type="img_list"] .accreditations_list, .comment-form .template-profile .profile-section__content .profile-form p[data-type="img_list"] .accreditations_list, .template-profile .profile-section__content .profile-form .search-form label[data-type="img_list"] .accreditations_list, .search-form .template-profile .profile-section__content .profile-form label[data-type="img_list"] .accreditations_list {
   display: flex;
   flex-wrap: wrap;
   column-gap: 8px;
   row-gap: 8px;
}

.template-profile .profile-section__content .profile-form .form-group[data-type="img_list"] .accreditations-list--input, .template-profile .profile-section__content .profile-form .comment-form p[data-type="img_list"] .accreditations-list--input, .comment-form .template-profile .profile-section__content .profile-form p[data-type="img_list"] .accreditations-list--input, .template-profile .profile-section__content .profile-form .search-form label[data-type="img_list"] .accreditations-list--input, .search-form .template-profile .profile-section__content .profile-form label[data-type="img_list"] .accreditations-list--input {
   display: none;
}

.template-profile .profile-section__content .profile-form .form-group[data-type="img_list"] .accreditations-list--label, .template-profile .profile-section__content .profile-form .comment-form p[data-type="img_list"] .accreditations-list--label, .comment-form .template-profile .profile-section__content .profile-form p[data-type="img_list"] .accreditations-list--label, .template-profile .profile-section__content .profile-form .search-form label[data-type="img_list"] .accreditations-list--label, .search-form .template-profile .profile-section__content .profile-form label[data-type="img_list"] .accreditations-list--label {
   padding: 1px;
   border: 0.5px solid #aaadc6;
   border-radius: 4px;
   cursor: pointer;
   max-width: 107px;
   margin-bottom: 0;
}
@media (max-width: 767.98px) {

 .template-profile .profile-section__content .profile-form .form-group[data-type="img_list"] .accreditations-list--label, .template-profile .profile-section__content .profile-form .comment-form p[data-type="img_list"] .accreditations-list--label, .comment-form .template-profile .profile-section__content .profile-form p[data-type="img_list"] .accreditations-list--label, .template-profile .profile-section__content .profile-form .search-form label[data-type="img_list"] .accreditations-list--label, .search-form .template-profile .profile-section__content .profile-form label[data-type="img_list"] .accreditations-list--label {
    max-width: 106px;
 }
}

.template-profile .profile-section__content .profile-form .form-group[data-type="img_list"] .accreditations-list--label:hover, .template-profile .profile-section__content .profile-form .comment-form p[data-type="img_list"] .accreditations-list--label:hover, .comment-form .template-profile .profile-section__content .profile-form p[data-type="img_list"] .accreditations-list--label:hover, .template-profile .profile-section__content .profile-form .search-form label[data-type="img_list"] .accreditations-list--label:hover, .search-form .template-profile .profile-section__content .profile-form label[data-type="img_list"] .accreditations-list--label:hover {
   border-color: #EA8C00;
}

.template-profile .profile-section__content .profile-form .form-group[data-type="img_list"] .accreditations-list--label:hover img, .template-profile .profile-section__content .profile-form .comment-form p[data-type="img_list"] .accreditations-list--label:hover img, .comment-form .template-profile .profile-section__content .profile-form p[data-type="img_list"] .accreditations-list--label:hover img, .template-profile .profile-section__content .profile-form .search-form label[data-type="img_list"] .accreditations-list--label:hover img, .search-form .template-profile .profile-section__content .profile-form label[data-type="img_list"] .accreditations-list--label:hover img {
   -webkit-filter: unset;
   filter: unset;
   opacity: 1;
}

.template-profile .profile-section__content .profile-form .form-group[data-type="img_list"] .accreditations-list--label img, .template-profile .profile-section__content .profile-form .comment-form p[data-type="img_list"] .accreditations-list--label img, .comment-form .template-profile .profile-section__content .profile-form p[data-type="img_list"] .accreditations-list--label img, .template-profile .profile-section__content .profile-form .search-form label[data-type="img_list"] .accreditations-list--label img, .search-form .template-profile .profile-section__content .profile-form label[data-type="img_list"] .accreditations-list--label img {
   max-width: 100%;
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
   opacity: 0.7;
   height: auto;
}

.template-profile .profile-section__content .profile-form .form-group[data-type="img_list"] :checked + label, .template-profile .profile-section__content .profile-form .comment-form p[data-type="img_list"] :checked + label, .comment-form .template-profile .profile-section__content .profile-form p[data-type="img_list"] :checked + label, .template-profile .profile-section__content .profile-form .search-form label[data-type="img_list"] :checked + label, .search-form .template-profile .profile-section__content .profile-form label[data-type="img_list"] :checked + label {
   border-color: #EA8C00;
}

.template-profile .profile-section__content .profile-form .form-group[data-type="img_list"] :checked + label img, .template-profile .profile-section__content .profile-form .comment-form p[data-type="img_list"] :checked + label img, .comment-form .template-profile .profile-section__content .profile-form p[data-type="img_list"] :checked + label img, .template-profile .profile-section__content .profile-form .search-form label[data-type="img_list"] :checked + label img, .search-form .template-profile .profile-section__content .profile-form label[data-type="img_list"] :checked + label img {
   -webkit-filter: unset;
   filter: unset;
   opacity: 1;
}

.template-profile .profile-section__content .profile-form .form-group[data-type="location"] .select-label, .template-profile .profile-section__content .profile-form .comment-form p[data-type="location"] .select-label, .comment-form .template-profile .profile-section__content .profile-form p[data-type="location"] .select-label, .template-profile .profile-section__content .profile-form .search-form label[data-type="location"] .select-label, .search-form .template-profile .profile-section__content .profile-form label[data-type="location"] .select-label {
   color: #110E0E;
   font-family: 'Open Sans', sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 150%;
   margin-bottom: 16px;
}

.template-profile .profile-section__content .profile-form .form-group[data-type="location"] .pf-2, .template-profile .profile-section__content .profile-form .comment-form p[data-type="location"] .pf-2, .comment-form .template-profile .profile-section__content .profile-form p[data-type="location"] .pf-2, .template-profile .profile-section__content .profile-form .search-form label[data-type="location"] .pf-2, .search-form .template-profile .profile-section__content .profile-form label[data-type="location"] .pf-2 {
   margin-bottom: 25px;
   margin-top: -8px;
}

.template-profile .profile-section__content .profile-form .form-group[data-type="location"] #addPostCode, .template-profile .profile-section__content .profile-form .comment-form p[data-type="location"] #addPostCode, .comment-form .template-profile .profile-section__content .profile-form p[data-type="location"] #addPostCode, .template-profile .profile-section__content .profile-form .search-form label[data-type="location"] #addPostCode, .search-form .template-profile .profile-section__content .profile-form label[data-type="location"] #addPostCode {
   padding: 14 30px;
}

.template-profile .profile-section .select2checkbox-container {
   max-width: 572px;
}

.contact-us-template .page-header {
   margin-bottom: 45px;
}

.contact-us-template .page-header h3 {
   font-family: "Inter Bold", sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 48px;
   line-height: 150%;
   color: #192f54;
}
@media (max-width: 767.98px) {

 .contact-us-template .page-header h3 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
 }
}

.contact-us-template .contact-form-section {
   padding: 50px 0;
}

.contact-us-template .contact-form-section .contact-form p {
   font-family: 'Noto Sans', sans-serif;
   margin-bottom: 35px;
   color: #647187;
   font-size: 16px;
   line-height: 150%;
}
@media (max-width: 767.98px) {

 .contact-us-template .contact-form-section .contact-form p {
    text-align: center;
    margin-bottom: 40px;
    max-width: 336px;
    margin-left: auto;
    margin-right: auto;
 }
}

.contact-us-template .contact-form-section .contact-form .wpcf7 .col {
   margin-bottom: 30px;
}
@media (max-width: 767.98px) {

 .contact-us-template .contact-form-section .contact-form .wpcf7 .col {
    margin-bottom: 20px;
 }
}

.contact-us-template .contact-form-section .contact-form .wpcf7 .wpcf7-not-valid-tip, .contact-us-template .contact-form-section .contact-form .wpcf7 .wpcf7-response-output {
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 14px;
   line-height: 150%;
}
.wpcf7-spinner{
   display: none;
}

.contact-us-template .contact-form-section .contact-form .wpcf7 input, .contact-us-template .contact-form-section .contact-form .wpcf7 textarea {
   border: 1px solid #aaadc6;
   outline: none;
   box-shadow: none;
   font-size: 14px;
   line-height: 150%;
   border-radius: 8px;
   padding: 12px;
   width: 100%;
}
@media (max-width: 767.98px) {

 .contact-us-template .contact-form-section .contact-form .wpcf7 input, .contact-us-template .contact-form-section .contact-form .wpcf7 textarea {
    padding: 12px 15px;
 }
}

.contact-us-template .contact-form-section .contact-form .wpcf7 input:focus, .contact-us-template .contact-form-section .contact-form .wpcf7 textarea:focus {
   border-color: #647187;
}

.contact-us-template .contact-form-section .contact-form .wpcf7 input::placeholder, .contact-us-template .contact-form-section .contact-form .wpcf7 textarea::placeholder {
   color: #aaadc6;
}

.contact-us-template .contact-form-section .contact-form .wpcf7 textarea {
   resize: none;
}

.contact-us-template .contact-form-section .contact-form .wpcf7 input[type="submit"] {
   width: 100%;
   max-width: 272px;
   height: auto;
   border: none;
   outline: none;
   box-shadow: none;
   padding: 20px 24px;
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 100%;
   color: #fff;
   background: #EA8C00;
   border-radius: 8px;
   margin-top: 44px;
}
@media (max-width: 767.98px) {

 .contact-us-template .contact-form-section .contact-form .wpcf7 input[type="submit"] {
    max-width: 100%;
 }
}

.contact-us-template .schedule-call-section{
   display: none;
}

.contact-us-template .contact-form-section .contact-info {
   width: 100%;
   height: auto;
   margin-bottom: 20px;
   padding: 36px;
   color: #192f54;
   background-color: #fff;
   border: 1px solid #969696;
   border-radius: 12px;
}

.contact-us-template .contact-form-section .contact-info h4 {
   margin-bottom: 20px;
}

.contact-us-template .contact-form-section .contact-info ul li {
   font-family: 'Noto Sans', sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 16px;
   line-height: 150%;
   margin-bottom: 12px;
   color: #192f54;
}

.contact-us-template .contact-form-section .contact-info ul li:last-of-type {
   margin-bottom: 0;
}

.contact-us-template .contact-form-section .map-image {
   width: 100%;
}

.contact-us-template .schedule-call-section {
   padding: 50px 0;
}

.contact-us-template .schedule-call-section .info {
   width: 100%;
   max-width: 800px;
   margin: 0 auto;
}

.contact-us-template .schedule-call-section .info h4 {
   text-align: center;
   font-family: "Inter Bold", sans-serif;
   font-weight: 700;
   font-size: 48px;
   margin-bottom: 30px;
   line-height: 150%;
}
@media (max-width: 767.98px) {

 .contact-us-template .schedule-call-section .info h4 {
    font-size: 28px;
 }
}

.contact-us-template .schedule-call-section .info p {
   text-align: center;
   font-family: 'Noto Sans', sans-serif;
   font-size: 16px;
   line-height: 150%;
   color: #647187;
   margin-bottom: 0;
   text-align: center;
   max-width: 600px;
   margin: auto;
}

.contact-us-template .schedule-call-section .iframe {
   width: 100%;
   height: 700px;
}
@media (max-width: 767.98px) {

 .contact-us-template .schedule-call-section .iframe {
    margin-top: 40px;
 }
}

.template-privacy-policy .privacy-policy-section {
   padding: 80px 0 100px 0;
}

.template-privacy-policy .privacy-policy-section__content .entry-content .wp-block-buttons, .template-privacy-policy .privacy-policy-section__content .entry-content .wp-block-button {
   width: 100%;
}

.template-privacy-policy .privacy-policy-section__content .entry-content .wp-block-buttons__link, .template-privacy-policy .privacy-policy-section__content .entry-content .wp-block-button__link {
   width: 100%;
   text-decoration: none;
   padding: 20px 10px;
   text-transform: uppercase;
}

.template-privacy-policy .privacy-policy-section__content .entry-content ul, .template-privacy-policy .privacy-policy-section__content .entry-content ol {
   margin-bottom: 25px;
   color: #647187;
}

.template-privacy-policy .privacy-policy-section__content .entry-content p, .template-privacy-policy .privacy-policy-section__content .entry-content li {
   font-family: 'Noto Sans', sans-serif;
   font-style: normal;
   font-weight: normal;
   color: #647187;
}

.template-privacy-policy .privacy-policy-section__content .entry-content h2 {
   margin-bottom: 30px;
}

.template-privacy-policy .privacy-policy-section__content .entry-content h3 {
   margin-bottom: 25px;
}

.template-privacy-policy .privacy-policy-section__content .entry-content h4 {
   margin-bottom: 20px;
   font-size: 20px;
   line-height: 30px;
}

.template-privacy-policy .privacy-policy-section__content .entry-content h5 {
   font-family: "Poppins-Regular", sans-serif;
   padding-top: 5px;
   margin-bottom: 18px;
   font-style: normal;
   font-weight: 600;
   font-size: 14px;
   line-height: 21px;
}

.template-privacy-policy .privacy-policy-section__content .entry-content li {
   font-size: 14px;
   line-height: 24px;
   margin-bottom: 15px;
   color: #192f54;
}

.template-privacy-policy .privacy-policy-section__content .entry-content li:last-of-type {
   margin-bottom: 0;
}

.template-privacy-policy .privacy-policy-section__content .entry-content p {
   font-size: 13px;
   line-height: 18px;
   margin-bottom: 18px;
   color: #647187;
}

.template-payment-cancel .wrap {
   padding-top: 0;
   height: calc(100vh - 92px);
}
@media (max-width: 767.98px) {

 .template-payment-cancel .wrap {
    height: calc(100vh - 162px);
 }
}

.template-payment-cancel .wrap .content, .template-payment-cancel .wrap .main {
   height: 100%;
}

.template-payment-cancel .finish-step {
   height: 100%;
   width: 100%;
   max-width: 672px;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}

.template-payment-cancel .finish-step .image {
   margin-bottom: 60px;
}

.template-payment-cancel .finish-step .title {
   font-family: "Poppins-Medium", sans-serif;
   font-style: normal;
   font-weight: 500;
   font-size: 28px;
   line-height: 42px;
   text-align: center;
   margin-bottom: 28px;
}

.template-payment-cancel .finish-step .content {
   height: auto;
}

.template-payment-cancel .finish-step .content p, .template-payment-cancel .finish-step .content a {
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 14px;
   line-height: 150%;
   text-align: center;
   margin-bottom: 60px;
}

.template-payment-cancel .finish-step .content a {
   font-family: 'Open Sans', sans-serif;
   font-weight: 500;
   color: #fcc84e;
   text-decoration: none;
}

.template-payment-cancel .finish-step .btn, .template-payment-cancel .finish-step .comment-form input[type="submit"], .comment-form .template-payment-cancel .finish-step input[type="submit"], .template-payment-cancel .finish-step .search-form .search-submit, .search-form .template-payment-cancel .finish-step .search-submit {
   padding: 12px 63px;
}

.template-payment-success .home {
   display: none;
}
@media (max-width: 767.98px) {

 .template-payment-success .home {
    display: block;
 }
}

.template-sales .top-section {
   background-size: cover;
   background-position: center top;
   background-repeat: no-repeat;
}
@media (max-width: 767.98px) {

 .template-sales .top-section {
    background-position: 80%;
    background-image: url(https://comparearchitects.co.uk/wp-content/uploads/2023/04/Hero-banner.png) !important;
 }
}

.template-sales .top-section .info {
  padding-top: 146px;
  padding-bottom: 173px;
}
@media (max-width: 1199.98px) {

 .template-sales .top-section .info {
    padding-top: 269px;
    padding-bottom: 60px;
 }
}
@media (max-width: 687.98px){
   .template-sales .top-section .info{
    padding-top: 287px;
 }
}

.template-sales .top-section .info h1, .template-sales .top-section .info p {
   color: #110E0E;
}

.template-sales .top-section .info h1 {
   font-family: 'DM Sans', sans-serif;
   margin-bottom: 28px;
}
@media (max-width: 767.98px) {

 .template-sales .top-section .info h1 {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 16px;
 }
}

.template-sales .top-section .info p {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 150%;
   margin-bottom: 40px;
}
@media (max-width: 767.98px) {

 .template-sales .top-section .info p {
    margin-bottom: 28px;
    font-size: 16px;
 }
}

.template-sales .top-section .info .btn, .template-sales .top-section .info .comment-form input[type="submit"], .comment-form .template-sales .top-section .info input[type="submit"], .template-sales .top-section .info .search-form .search-submit, .search-form .template-sales .top-section .info .search-submit {
   width: 100%;
   min-width: 300px;
   max-width: max-content;
   padding: 20px 0;
   font-family: 'DM Sans', sans-serif;
   font-weight: 700;
   font-size: 16px;
   line-height: 20px;
}
@media (max-width: 767.98px) {

 .template-sales .top-section .info .btn, .template-sales .top-section .info .comment-form input[type="submit"], .comment-form .template-sales .top-section .info input[type="submit"], .template-sales .top-section .info .search-form .search-submit, .search-form .template-sales .top-section .info .search-submit {
    max-width: 100%;
 }
}

.template-sales .what-the-perfect-section {
   padding: 0px 0px 78px;
}
@media (max-width: 767.98px) {

 .template-sales .what-the-perfect-section {
    padding: 60px 0;
 }
}

.template-sales .what-the-perfect-section .info h2 {
   font-family: 'DM Sans', sans-serif;
   font-weight: 700;
   font-size: 48px;
   line-height: 100%;
   color: #110E0E;
   margin-bottom: 48px;
   padding-top: 132px;
}
@media (max-width: 767.98px) {

 .template-sales .what-the-perfect-section .info h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 0px;
    line-height: 36px;
 }
}

.template-sales .what-the-perfect-section .info .discount-card {
   width: 100%;
   height: auto;
   padding: 40px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   background: #465049;
   border-radius: 16px;
   max-width: 500px;
}
@media (max-width: 767.98px) {

 .template-sales .what-the-perfect-section .info .discount-card {
    margin-bottom: 40px;
    padding: 40px;
 }
}

.template-sales .what-the-perfect-section .info .discount-card h3 {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   color: #FFFFFF;
   margin-bottom: 16px;
   font-size: 24px;
   font-weight: 500;
   line-height: normal;
}
.template-sales .what-the-perfect-section .info .discount-card h3 b{
   font-family: 'DM Sans', sans-serif;
   font-size: 28px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
}
@media (max-width: 767.98px) {

 .template-sales .what-the-perfect-section .info .discount-card h3 {
    font-size: 28px;
 }
}

.template-sales .what-the-perfect-section .info .discount-card p {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 150%;
   margin-bottom: 16px;
   color: #FFFFFF;
}
@media (max-width: 767.98px) {

 .template-sales .what-the-perfect-section .info .discount-card p {
    font-size: 16px;
    margin-bottom: 16px;
 }
}

.template-sales .what-the-perfect-section .info .discount-card p span {
   color: #FFF;
   font-family: 'Open Sans', sans-serif;
   font-size: 18px;
   font-style: normal;
   font-weight: 700;
   line-height: 150%;
}
@media (max-width: 767.98px) {

 .template-sales .what-the-perfect-section .info .discount-card p span {
    font-size: 14px;
 }
}

.template-sales .what-the-perfect-section .info .discount-card .btn, .template-sales .what-the-perfect-section .info .discount-card .comment-form input[type="submit"], .comment-form .template-sales .what-the-perfect-section .info .discount-card input[type="submit"], .template-sales .what-the-perfect-section .info .discount-card .search-form .search-submit, .search-form .template-sales .what-the-perfect-section .info .discount-card .search-submit {
   width: auto;
   max-width: 240px;
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 18px;
   line-height: 23px;
   color: #FFFFFF;
   padding: 16px 0;
}
@media (max-width: 767.98px) {

 .template-sales .what-the-perfect-section .info .discount-card .btn, .template-sales .what-the-perfect-section .info .discount-card .comment-form input[type="submit"], .comment-form .template-sales .what-the-perfect-section .info .discount-card input[type="submit"], .template-sales .what-the-perfect-section .info .discount-card .search-form .search-submit, .search-form .template-sales .what-the-perfect-section .info .discount-card .search-submit {
    max-width: 100%;
 }
}

.template-sales .what-the-perfect-section .items__item {
   display: flex;
   align-items: flex-start;
   justify-content: flex-start;
   margin-bottom: 48px;
}
@media (max-width: 767.98px) {

 .template-sales .what-the-perfect-section .items__item {
    margin-bottom: 24px;
 }

 .template-sales .what-the-perfect-section .items__item:last-of-type {
    margin-bottom: 0;
 }
}

.template-sales .what-the-perfect-section .items__item--icon {
   margin-right: 32px;
}
@media (max-width: 767.98px) {

 .template-sales .what-the-perfect-section .items__item--icon {
    margin-right: 32px;
    max-width: 60px;
 }
}

.template-sales .what-the-perfect-section .items__item--info h5, .template-sales .what-the-perfect-section .items__item--info p {
   color: #110E0E;
}

.template-sales .what-the-perfect-section .items__item--info h5 {
   font-family: 'DM Sans', sans-serif;
   font-weight: 500;
   font-size: 24px;
   line-height: 31px;
   margin-bottom: 8px;
}
@media (max-width: 767.98px) {

 .template-sales .what-the-perfect-section .items__item--info h5 {
    font-size: 24px;
    line-height: 31px;
 }
}

.template-sales .what-the-perfect-section .items__item--info p {
   color: #5A5A5A;
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 150%;
   margin-bottom: 0;
}
@media (max-width: 767.98px) {

 .template-sales .what-the-perfect-section .items__item--info p {
    font-size: 18px;
 }
}

.template-sales .what-our-section {
   padding: 80px 0px 80px 0px ;
   background: #E0EBEE !important;
}
@media (max-width: 767.98px) {

 .template-sales .what-our-section {
    padding: 60px 0;
 }
}

.template-sales .what-our-section .image {
   width: 100%;
   max-width: 463px;
}

.template-sales .what-our-section .info__title {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 48px;
   line-height: 100%;
   color: #110E0E;
   margin-bottom: 40px;
   padding-top: 163px;
}
.template-sales .what-our-section .info__title .price{
   color: #465049;
   font-family: 'DM Sans', sans-serif;
   font-size: 48px;
   font-style: normal;
   font-weight: 700;
   line-height: 100%;
}
@media (max-width: 767.98px) {

 .template-sales .what-our-section .info__title {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    padding-top: 0px;
    padding: 0px 24px;
}

.template-sales .what-our-section .info__title .price{
   font-size: 28px;
}

}

@media only screen and (max-width: 1024px) and (min-width: 768px){
   .template-sales .what-our-section .info__title{
    padding-top: 0px;
    text-align: center;
 }
 .template-sales .how-it-works-section .info h2{
    text-align: center;
 }
 .template-sales .how-it-works-section{
    padding: 80px 0px !important;
 }
 .template-sales .how-it-works-section .info p{
    text-align: center;
    margin-bottom: 30px !important;
 }
 .template-sales .how-it-works-section .image-cards .col-card:nth-of-type(2){
    margin-top: 0px !important;
 }
 .template-sales .how-it-works-section .image-cards .col-card:nth-of-type(1){
    margin-top: 0px !important;
 }
 .template-sales .how-it-works-section .image-cards .card{
    min-height: 385px !important;
 }
 .template-sales .how-it-works-section .image-cards .card__info{
    height: 80% !important;
 }
 .template-sales .select-your-package-section .packages{
    margin-left: 0px !important;
 }
 .template-sales .select-your-package-section .packages__package{
    min-width: auto !important;
 }
 .template-sales .schedule-a-call-section .info h2{
    text-align: center !important;
 }
 .schedule-a-call-section .col-md-12 .info{
    max-width: 720px !important;
 }
 .template-sales .schedule-a-call-section{
    padding: 60px 0px !important;
 }
 .template-sales .contact-us-section .contact-form .wpcf7 input, .template-sales .contact-us-section .contact-form .wpcf7 textarea{
    max-width: 170px;
 }
 .map-image{
    max-width: 300px;
 }
}
.benefits-section .review-cards__card .accent_orange{
   background: #E05451;
   border-radius: 22px;
   color: #FFFFFF;
}

.template-sales .what-our-section .info__title span {
   color: #EA8C00;
}
@media (max-width: 991.98px) {

 .template-sales .what-our-section .info__list {
    margin-top: 20px;
 }
}

.template-sales .what-our-section .info__list--item {
   margin-bottom: 25px;
   display: flex;
   align-items: flex-start;
}
@media (max-width: 767.98px){
   .template-sales .what-our-section li:last-child {
    margin-bottom: 0px;
 }
}

.template-sales .what-our-section .info__list--item img {
   margin-right: 18px;
   max-width: 24px;
}
@media (max-width: 767.98px) {

 .template-sales .what-our-section .info__list--item img {
    font-size: 12px;
 }
}

.template-sales .what-our-section .info__list--item span {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 150%;
   color: #110E0E;
}
@media (max-width: 767.98px) {

 .template-sales .what-our-section .info__list--item span {
    font-size: 18px;
 }
}

.template-sales .how-it-works-section {
   padding: 120px 0;
}
@media (max-width: 767.98px) {

 .template-sales .how-it-works-section {
    padding: 60px 0;
 }
}

.template-sales .how-it-works-section .info h2, .template-sales .how-it-works-section .info p {
   color: #110E0E;
}

.template-sales .how-it-works-section .info h2 {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 48px;
   line-height: 100%;
   margin-bottom: 28px;
}
@media (max-width: 767.98px) {

 .template-sales .how-it-works-section .info h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 16px;
 }
}

.template-sales .how-it-works-section .info p {
   font-family: 'Open Sans', sans-serif;
   color: #5A5A5A;
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 150%;
   margin-bottom: 0;
}
@media (max-width: 767.98px){
   .template-sales .how-it-works-section .info p{
    color: #110E0E;
    font-size: 16px;
    text-align: center;
 }
}

.template-sales .how-it-works-section .image-cards .col-card {
   height: max-content;
}

.template-sales .how-it-works-section .image-cards .col-card:nth-of-type(1) {
   margin-top: 120px;
   padding-right: 28px;
   padding-left: 0px;
}
@media (max-width: 767.98px) {

 .template-sales .how-it-works-section .image-cards .col-card:nth-of-type(1) {
    margin-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
 }
}

.template-sales .how-it-works-section .image-cards .col-card:nth-of-type(2) {
   margin-top: 60px;
   padding-right: 28px;
   padding-left: 0px;
}
@media (max-width: 767.98px) {

 .template-sales .how-it-works-section .image-cards .col-card:nth-of-type(2) {
    margin-top: 28px;
    padding-right: 0px;
    padding-left: 0px;
 }
}
.template-sales .how-it-works-section .image-cards .col-card:nth-of-type(3){
   padding-right: 0px;
   padding-left: 0px;
}
@media (max-width: 767.98px) {

 .template-sales .how-it-works-section .image-cards .col-card:nth-of-type(3) {
    margin-top: 28px;
    padding-right: 0px;
    padding-left: 0px;
 }
}

.template-sales .how-it-works-section .image-cards .card {
   height: 100%;
   min-height: 362px;
   position: relative;
   box-shadow: 0px 4px 18px rgba(70, 80, 73, 0.16);
   border-radius: 12px;
   background: #fff;
   border: none;
}

.template-sales .how-it-works-section .image-cards .card__image {
   border-top-left-radius: 12px;
   border-top-right-radius: 12px;
}

.template-sales .how-it-works-section .image-cards .card__info {
   width: 100%;
   height: 55%;
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   padding: 0 32px 0px 32px;
}
@media (max-width: 767.98px){
   .template-sales .how-it-works-section .image-cards .card__info{
    height: auto;
    padding-bottom: 32px;
 }
}

.template-sales .how-it-works-section .image-cards .card__info--step {
   display: inline-block;
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 21px;
   text-transform: uppercase;
   color: #465049;
   letter-spacing: 0.02em;
   margin-bottom: 20px;
}
@media (max-width: 767.98px) {
   .template-sales .how-it-works-section .image-cards .card__info--step{
    margin-bottom: 16px;
 }
}

.template-sales .how-it-works-section .image-cards .card__info--title {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 500;
   font-size: 20px;
   line-height: 26px;
   letter-spacing: 0.02em;
   color: #110E0E;
   margin-bottom: 28px;
}
@media (max-width: 767.98px){
   .template-sales .how-it-works-section .image-cards .card__info--title{
    margin-bottom: 16px;
 }
}

.template-sales .how-it-works-section .image-cards .card__info--text {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 150%;
   color: #5A5A5A;
}

.template-sales .select-your-package-section {
   padding: 80px 0px 57px;
   background: #E0EBEE !important;
}
@media (max-width: 767.98px) {

 .template-sales .select-your-package-section {
    padding: 60px 0px 46px ;
 }
}

.template-sales .select-your-package-section .title {
   text-align: center;
   margin-bottom: 62px;
}
@media (max-width: 767.98px){
   .template-sales .select-your-package-section .title{
    margin-bottom: 32px !important;
 }
}

.template-sales .select-your-package-section .title h2 {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 48px;
   line-height: 100%;
   color: #110E0E;
   margin: 0;
}
@media (max-width: 767.98px) {

 .template-sales .select-your-package-section .title h2 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
 }
}

.template-sales .select-your-package-section .packages {
   width: 100%;
   max-width: 356px;
   margin-top: 65px;
   margin-left: 62px;
}
@media (max-width: 767.98px) {

 .template-sales .select-your-package-section .packages {
    margin-bottom: 40px;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 16px;
    padding-right: 28px;
 }
}
.template-sales .select-your-package-section .packages__package:hover {
   background-color: #465049 !important;

}
.template-sales .select-your-package-section .packages__package:hover .packages__package--name {
   color: #FFFFFF !important;
}
.template-sales .select-your-package-section .packages__package:hover .packages__package--price {
   color: #FFFFFF !important;
}

.template-sales .select-your-package-section .packages__package {
   display: flex;
   align-items: center;
   justify-content: space-between;
   position: relative;
   padding: 20px 16px;
   box-shadow: 0px 4px 18px rgba(70, 80, 73, 0.16);
   border-radius: 12px;
   background-color: #fff;
   margin-bottom: 28px;
   min-width: 470px
}
@media (max-width: 767.98px) {

 .template-sales .select-your-package-section .packages__package {
    margin-bottom: 28px;
    min-width: 299px;
 }
}

.template-sales .select-your-package-section .packages__package:last-of-type {
   margin-bottom: 0;
}

.template-sales .select-your-package-section .packages__package--name {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 21px;
   margin-bottom: 0;
}

.template-sales .select-your-package-section .packages__package--price {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 28px;
   line-height: 36px;
   color: #465049;
}

.template-sales .select-your-package-section .packages__package--discount {
   position: absolute;
   top: -12px;
   right: -12px;
   padding: 4px 8px;
   background: #110E0E;
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 12px;
   line-height: 16px;
   color: #FFFFFF;
   border-radius: 4px;
   min-width: 123px;
   text-align: center;
}

.template-sales .select-your-package-section .list__item {
   margin-bottom: 25px;
   display: flex;
   align-items: flex-start;
   max-width: 368px;
   margin-left: auto;
   margin-right: 70px;
}
@media (max-width: 767.98px){
   .template-sales .select-your-package-section .list__item{
    margin-left: 18px;
    margin-right: 16px;
 }
}

.template-sales .select-your-package-section .list__item img {
   margin-right: 18px;
}

.template-sales .select-your-package-section .list__item span {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 150%;
   color: #110E0E;
}
@media (max-width: 767.98px) {

 .template-sales .select-your-package-section .list__item span {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
 }
}

.template-sales .schedule-a-call-section {
   padding: 120px 0px 100px;
}
@media (max-width: 767.98px) {

 .template-sales .schedule-a-call-section {
    padding: 60px 0;
 }
}

.template-sales .schedule-a-call-section .info h2 {
   margin-bottom: 28px;
   color: #110E0E;
}
@media (max-width: 767.98px){
   .template-sales .schedule-a-call-section .info h2{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 12px;
 }
}

.template-sales .schedule-a-call-section .info p {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 150%;
   color: #5A5A5A;
   margin-bottom: 0;
   max-width: 600px;
   margin: auto;
}
@media (max-width: 767.98px){
   .template-sales .schedule-a-call-section .info p{
    font-size: 16px;
 }
}

.template-sales .schedule-a-call-section .iframe {
   height: 100%;
   min-height: 770px;
}
@media (max-width: 767.98px) {

 .template-sales .schedule-a-call-section .iframe {
    margin-top: 40px;
 }
}

.template-sales .contact-us-section {
   padding: 100px 0px 40px;
}
@media (max-width: 767.98px){
   .template-sales .contact-us-section{
    padding: 60px 0px;
 }
}

.template-sales .contact-us-section .contact-form h2 {
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 48px;
   line-height: 100%;
   color: #110E0E;
   margin-bottom: 24px;
}
@media (max-width: 767.98px) {

 .template-sales .contact-us-section .contact-form h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
    text-align: center;
 }
}
.contact-form{
   max-width: 572px;
}

.template-sales .contact-us-section .contact-form p {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 150%;
   color: #5A5A5A;
   margin-bottom: 60px;
}
.template-sales .contact-us-section .contact-form .col p {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 150%;
   color: #5A5A5A;
   margin-bottom: 0px;
}
@media (max-width: 767.98px) {

 .template-sales .contact-us-section .contact-form p {
    margin-bottom: 40px;
    font-size: 16px;
 }
}
@media (max-width: 767.98px) {

 .template-sales .contact-us-section .contact-form .wpcf7 .form-row {
    flex-direction: column;
 }
}

.template-sales .contact-us-section .contact-form .wpcf7 label {
   margin-bottom: 4px;
}

.template-sales .contact-us-section .contact-form .wpcf7 .col {
   margin-bottom: 16px;
}
@media (max-width: 767.98px) {

 .template-sales .contact-us-section .contact-form .wpcf7 .col {
    margin-bottom: 16px;
 }
}

.template-sales .contact-us-section .contact-form .wpcf7 .wpcf7-not-valid-tip, .template-sales .contact-us-section .contact-form .wpcf7 .wpcf7-response-output {
   font-family: 'Noto Sans', sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 14px;
   line-height: 150%;
}

.template-sales .contact-us-section .contact-form .wpcf7 input, .template-sales .contact-us-section .contact-form .wpcf7 textarea {
   width: 100%;
   border: 1px solid #969696;
   outline: none;
   box-shadow: none;
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 150%;
   color: #969696;
   border-radius: 8px;
   padding: 12px;
}
@media (max-width: 767.98px) {

 .template-sales .contact-us-section .contact-form .wpcf7 input, .template-sales .contact-us-section .contact-form .wpcf7 textarea {
    padding: 10px 12px ;
 }
}

.template-sales .contact-us-section .contact-form .wpcf7 input:focus, .template-sales .contact-us-section .contact-form .wpcf7 textarea:focus {
   border-color: #647187;
}

.template-sales .contact-us-section .contact-form .wpcf7 input::placeholder, .template-sales .contact-us-section .contact-form .wpcf7 textarea::placeholder {
   color: #aaadc6;
}

.template-sales .contact-us-section .contact-form .wpcf7 textarea {
   resize: none;
   max-width: 572px;
   width: 100%;
   height: 120px;
}

@media (max-width: 767.98px){
   #wpcf7-f830-o1 .form-row .col:nth-child(1){
    padding-right: 0px;
 }
}
#wpcf7-f830-o1 .form-row .col:nth-child(2){
   padding-right: 0px;
}
.col-msg{
   padding-right: 0px !important;
}

.template-sales .contact-us-section .contact-form .wpcf7 input[type="submit"] {
   width: 100%;
   max-width: 272px;
   height: auto;
   border: none;
   outline: none;
   box-shadow: none;
   padding: 20px 24px;
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 100%;
   color: #fff;
   background: #EA8C00;
   border-radius: 8px;
   margin-top: 44px;
}
@media (max-width: 767.98px) {

 .template-sales .contact-us-section .contact-form .wpcf7 input[type="submit"] {
    max-width: 100%;
    margin-top: 24px;
 }
}

.template-sales .contact-us-section .contact-info {
   width: 100%;
   height: auto;
   margin-bottom: 20px;
   padding: 32px;
   color: #110E0E;
   background-color: #fff;
   border: 1px solid #EEF2FA;
   border-radius: 12px;
}
@media (max-width: 767.98px) {
   .template-sales .contact-us-section .contact-info{
    padding: 36px;
    margin-top: 40px;
 }
}

.template-sales .contact-us-section .contact-info h4 {
   margin-bottom: 24px;
   font-family: 'DM Sans', sans-serif;
   font-style: normal;
   font-weight: 500;
   font-size: 24px;
   line-height: 31px;
   color: #110E0E;
}
@media (max-width: 767.98px) {

 .template-sales .contact-us-section .contact-info h4 {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #110E0E;
 }
}
.map-image{
   margin-left: 30px;
}
@media (max-width: 767.98px){
   .map-image{
    width: 100%;
    margin-left: 0px;
 }
}

.template-sales .contact-us-section .contact-info ul li {
   font-family: 'Open Sans', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 150%;
   margin-bottom: 12px;
   color: #110E0E;
}

.template-sales .contact-us-section .contact-info ul li:last-of-type {
   margin-bottom: 0;
}
@media (max-width: 767.98px) {

 .template-sales .contact-us-section .contact-info ul li {
    font-size: 16px;
    margin-bottom: 12px;
 }
}

.services_selection {
  border-radius: 8px;
  border: 1px solid #969696;
  background: #FFF;
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  justify-content: space-between;
  align-items:flex-start;
}
#profileForm .services_selection{
   padding:8px 12px;
}
.services_selection span {
  color: #969696;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.services_selection .plus {
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/perfect-broker03.11.22/dist/images/Plus.svg);
}
.service_provided_modaln .modal-dialog{
  width: 480px;
  max-width: 100%;
}
.service_provided_modal .modal-title h5{
  color: #110E0E;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'DM Sans', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.service_provided_modal .checkbox_list{
  margin-bottom: 28px;
}
.service_provided_modal .modal-footer-buttons{
  width: 100%;
  display: flex;
  align-items: baseline;
  gap: 12px;
  align-self: stretch;
}
@media (max-width:767.98px){
   .service_provided_modal .modal-footer-buttons{
      margin-top: 40px;
   }
   .service_provided_modal .modal-title h5{
      font-size: 24px;
      font-weight: 500;

   }
}
.service_provided_modal .modal-footer-buttons button {
  width: 50%;
}
.selected-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: calc(100% - 40px);
}
.selected-options > div{
  border-radius: 4px;
  background: #E0EBEE;
  padding-left: 8px;
  overflow: hidden;
  color: #110E0E;
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
}
.selected-options .close{
  width: 28px;
  height: 28px;
  margin-left: 8px;
  cursor: pointer;
  background-image: url(/wp-content/themes/perfect-broker03.11.22/dist/images/Close.jpg);
  opacity: 1;
}
#step_4service_provided, #step_4additional_architect_services, #profileForm #service_provided, #profileForm #additional_architect_services{
  display:none;
}
.fee-row-under input{
   margin-bottom: 0px;
}
input.fees-input-profile {
 border: 1px solid #969696;
 border-radius: 8px;
 width: 398px;
 padding: 12px;
 color: #110E0E;
 font-family: 'Open Sans', sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 150%;
}
span.package-per-off {
 position: absolute;
 right: -12px;
 top: -12px;
 display: flex;
 padding: 4px 8px;
 align-items: flex-start;
 gap: 10px;
 color: #FFF;
 text-align: center;
 font-family: DM Sans;
 font-size: 12px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
 border-radius: 4px;
 background: #110E0E;
}
.packages-option-row{
   margin-bottom:40px;
}
#postCode {
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: flex;
  column-gap: 16px;
}
#profileForm .input-post-code {
  margin-bottom: 20px;
}
@media (max-width: 767.95px){
   #postCode {
     column-gap: 8px;
  }
  #profileForm .input-post-code{
     margin-bottom: 16px;
  }
}
.input-group-addon{
   height:100% !important;
}

@media (max-width:375.98px){
   .header .hamburger{
     margin-left: 10px;
  }
  .header .find-button {
    padding: 14px 10px;
 }
}

@media (max-width:320.98px){
   .header .custom-logo {
     max-width: 100px;
  }
  .header .hamburger{
     margin-left: 8px;
  }
  .header .find-button {
    padding: 8px !important;
 }
}

textarea#step_2description {
  border: 1px solid #969696;
  border-radius: 8px;
}
textarea#step_2description, #step_5special_offers, .special_offers_txtarea {
  height:100px !important;
}

#additional_architect_services_selection {
  margin-bottom: 100px;
}
.sticky-buttons-row {
 position: fixed;
 bottom: 0px;
 left: 0;
 background: #FFF;
 display: flex;
 width: 100%;
 padding: 16px 16px 24px 16px;
 justify-content: center;
 align-items: center;
 gap: 24px;
}
.sticky-buttons-row button {
  width: 50%;
}
.change-package-modal-buttons{
 display: flex;
 gap: 24px;
}
.change-package-modal-buttons button{
 width:50%;
}
.change-package-modal-buttons button[data-dismiss="modal"]{
   display:flex;
   gap: 12px;
}
.change-package-modal-buttons button[data-dismiss="modal"] svg path{
   fill: #EA8C00;
}


@media (min-width: 574px) and (max-width: 767px){

   .step-cards__card--content .info {
      width: calc(100% - 22px - 48px);
  }

  .steps .step-cards__card .step-cards__card--content .img{
     width: 60px;
     height: 60px;
  }

  .how-works-section .work-steps__step img{
     width: 95%;
  }

  .step-cards__card--content .info .hf-5{
     font-size: 12px;

  }

  .step-cards {
      margin-top: -55px;
  }

  .step-cards__card--content{
     padding: 12px;
     column-gap: 10px;
  }

}


@media (min-width: 768px) and (max-width: 1020px){

   .step-cards__card--content .info {
       width: calc(100% - 22px - 48px);
   }

   .steps .step-cards__card .step-cards__card--content .img{
      width: 60px;
      height: 60px;
   }

   .how-works-section .work-steps__step img{
      width: 95%;
   }

   .step-cards__card--content .info .hf-5{
      font-size: 14px;

   }

   .step-cards {
       margin-top: 60px;
   }

   .step-cards__card--content{
      padding: 12px;
      column-gap: 10px;
   }
}


/*
*
* Here Architects resuls page css start
*
*/

.radius_architect_results {
    width: 200px;
    height: 50px;
    border-radius: 10px;
    text-indent: 20px;
}
.radius_wrapper .radius_architect_results{
    width:290px;
}
.question_wrapper .radius_architect_results{
    width:600px;
}

.architects_results_searches{
   margin-bottom: 100px;
}

.title.architectsFoundText {
    margin: 4em 0;
}

.post-code__form--input.question_wrapper.error.error3 {
    position: relative;
}

.post-code__form--input.question_wrapper.error.error3 {
    position: relative !important;
}
.error3 .error-tooltip.error3 {
    opacity: 1;
}
.error3 select#question_filter {
    color: red;
}

.free_package:not(:first-child){
   text-decoration: line-through;
}

.not_checked label p {
    color: red !important;
}

.not_checked div.custom-checkbox {
    border: 1px solid red !important;
}

.question_wrapper textarea.select2-search__field {
    height: 40px !important;
    font-family: 'Open Sans', sans-serif !important;
    padding: 9px !important;
}

.question_wrapper .select2-container{
   border: none;
   outline: none;
}

button.broker-card__row--button[disabled=disabled] {
    background: #ccc;
    cursor: not-allowed;

}

button.broker-card__row--button[disabled=disabled]:after {
    content: "Contacted";

}

button.broker-card__row--button[data-contacting]:after {
    content: "Contacting..." !important;

}

button.broker-card__row--button[disabled=disabled] span {
    display: none;
}