@charset "UTF-8";

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --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: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  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,
.overview-banner-item .banner-text h1,
.overview-banner-item .banner-text h2,
h2,
h3,
h4,
.vac-content-text h2,
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;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  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:not(:focus-visible) {
  outline: 0;
}

input,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .datepicker,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .datepicker {
  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],
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full [type=radio].ginput_card_field,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full [type=radio].ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex input[type=radio]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex [type=radio].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper [type=radio].datepicker,
input[type=checkbox],
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full [type=checkbox].ginput_card_field,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full [type=checkbox].ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex input[type=checkbox]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex [type=checkbox].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper [type=checkbox].datepicker {
  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: 0.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;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333333%;
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66666667%;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333333%;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66666667%;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333333%;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66666667%;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333333%;
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66666667%;
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  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-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  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;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  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 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.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: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@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 (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 (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 (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;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  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 {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  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: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.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: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.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;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    transition: none;
  }
}

.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: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !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: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !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: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !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 #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !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: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !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: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  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,
.sr-only-focusable: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;
}

.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;
}

.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: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !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;
}

h1,
.overview-banner-item .banner-text h1,
.overview-banner-item .banner-text h2,
h2,
h3,
h4,
.vac-content-text h2,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.overview-banner-item .banner-text h1,
.overview-banner-item .banner-text h2,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.6rem;
}

h4,
.vac-content-text h2,
.h4 {
  font-size: 1.4rem;
}

h5,
.h5 {
  font-size: 1.2rem;
}

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: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  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: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full [type=date].form-control.ginput_card_field,
.gform_wrapper .ginput_complex input[type=date].form-control:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex [type=date].form-control.datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper [type=date].form-control.datepicker,
input[type=time].form-control,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full [type=time].form-control.ginput_card_field,
.gform_wrapper .ginput_complex input[type=time].form-control:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex [type=time].form-control.datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper [type=time].form-control.datepicker,
input[type=datetime-local].form-control,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full [type=datetime-local].form-control.ginput_card_field,
.gform_wrapper .ginput_complex input[type=datetime-local].form-control:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex [type=datetime-local].form-control.datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper [type=datetime-local].form-control.datepicker,
input[type=month].form-control,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full [type=month].form-control.ginput_card_field,
.gform_wrapper .ginput_complex input[type=month].form-control:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex [type=month].form-control.datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper [type=month].form-control.datepicker {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control: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.6;
}

.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.6;
  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;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.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: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
}

.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.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,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.6em + 0.75rem) !important;
  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='%2328a745' 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.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  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") right 0.75rem center/8px 10px no-repeat, #fff 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='%2328a745' 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") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.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: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.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(40, 167, 69, 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: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.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,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  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") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.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: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.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(220, 53, 69, 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: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.btn,
.header-buttons .btn:last-child,
.header-buttons .gform_next_button:last-child,
.header-buttons .gform_previous_button:last-child,
.white-header .header-buttons .btn:last-child,
.white-header .header-buttons .gform_next_button:last-child,
.white-header .header-buttons .gform_previous_button:last-child,
.header.active .header-buttons .btn:last-child,
.header.active .header-buttons .gform_next_button:last-child,
.header.active .header-buttons .gform_previous_button:last-child,
.header-type-post-header .header-buttons .btn:last-child,
.header-type-post-header .header-buttons .gform_next_button:last-child,
.header-type-post-header .header-buttons .gform_previous_button:last-child,
.gform_previous_button,
.gform_next_button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0;
  -webkit-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;
  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) {
  .btn,
  .header-buttons .btn:last-child,
  .header-buttons .gform_next_button:last-child,
  .header-buttons .gform_previous_button:last-child,
  .white-header .header-buttons .btn:last-child,
  .white-header .header-buttons .gform_next_button:last-child,
  .white-header .header-buttons .gform_previous_button:last-child,
  .header.active .header-buttons .btn:last-child,
  .header.active .header-buttons .gform_next_button:last-child,
  .header.active .header-buttons .gform_previous_button:last-child,
  .header-type-post-header .header-buttons .btn:last-child,
  .header-type-post-header .header-buttons .gform_next_button:last-child,
  .header-type-post-header .header-buttons .gform_previous_button:last-child,
  .gform_previous_button,
  .gform_next_button {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover,
.header-buttons .btn:hover:last-child,
.header-buttons .gform_next_button:hover:last-child,
.header-buttons .gform_previous_button:hover:last-child,
.gform_previous_button:hover,
.gform_next_button:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.header-buttons .btn:focus:last-child,
.header-buttons .gform_next_button:focus:last-child,
.header-buttons .gform_previous_button:focus:last-child,
.gform_previous_button:focus,
.gform_next_button:focus,
.btn.focus,
.header-buttons .focus.btn:last-child,
.header-buttons .focus.gform_next_button:last-child,
.header-buttons .focus.gform_previous_button:last-child,
.focus.gform_previous_button,
.focus.gform_next_button {
  outline: 0;
  box-shadow: 0;
}

.btn.disabled,
.header-buttons .disabled.btn:last-child,
.header-buttons .disabled.gform_next_button:last-child,
.header-buttons .disabled.gform_previous_button:last-child,
.disabled.gform_previous_button,
.disabled.gform_next_button,
.btn:disabled,
.header-buttons .btn:disabled:last-child,
.header-buttons .gform_next_button:disabled:last-child,
.header-buttons .gform_previous_button:disabled:last-child,
.gform_previous_button:disabled,
.gform_next_button:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled),
.white-header .header-buttons .btn:not(:disabled):not(.disabled):last-child,
.header.active .header-buttons .btn:not(:disabled):not(.disabled):last-child,
.header-type-post-header .header-buttons .btn:not(:disabled):not(.disabled):last-child,
.gform_previous_button:not(:disabled):not(.disabled),
.gform_next_button:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
.header-buttons a.disabled.btn:last-child,
.header-buttons a.disabled.gform_next_button:last-child,
.header-buttons a.disabled.gform_previous_button:last-child,
a.disabled.gform_previous_button,
a.disabled.gform_next_button,
fieldset:disabled a.btn,
fieldset:disabled .header-buttons a.btn:last-child,
.header-buttons fieldset:disabled a.btn:last-child,
fieldset:disabled .header-buttons a.gform_next_button:last-child,
.header-buttons fieldset:disabled a.gform_next_button:last-child,
fieldset:disabled .header-buttons a.gform_previous_button:last-child,
.header-buttons fieldset:disabled a.gform_previous_button:last-child,
fieldset:disabled a.gform_previous_button,
fieldset:disabled a.gform_next_button {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.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 rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.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 rgba(72, 180, 97, 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 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 rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.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 rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.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 rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.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 rgba(216, 217, 219, 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 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 rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff;
}

.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 rgba(0, 123, 255, 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 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 rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  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: #28a745;
  border-color: #28a745;
}

.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 rgba(40, 167, 69, 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 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 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  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: #ffc107;
  border-color: #ffc107;
}

.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 rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  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: #dc3545;
  border-color: #dc3545;
}

.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 rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  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: #f8f9fa;
  border-color: #f8f9fa;
}

.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 rgba(248, 249, 250, 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 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 rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  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 {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full [type=submit].btn-block.ginput_card_field,
.gform_wrapper .ginput_complex input[type=submit].btn-block:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex [type=submit].btn-block.datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper [type=submit].btn-block.datepicker,
input[type=reset].btn-block,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full [type=reset].btn-block.ginput_card_field,
.gform_wrapper .ginput_complex input[type=reset].btn-block:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex [type=reset].btn-block.datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper [type=reset].btn-block.datepicker,
input[type=button].btn-block,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full [type=button].btn-block.ginput_card_field,
.gform_wrapper .ginput_complex input[type=button].btn-block:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex [type=button].btn-block.datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper [type=button].btn-block.datepicker {
  width: 100%;
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  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;
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.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.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.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;
}

.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: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.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: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.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: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.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: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn):not(.gform_previous_button):not(.gform_next_button) {
    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;
  }

  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: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@media (max-width: 767.98px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }
}

html {
  color: #0f2c6d;
  font-size: 14px;
  height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  position: relative;
}

/**
Disable W3C & Bootstrap standard styles for the abbr tag
 */

abbr[title].required {
  border-bottom: none;
  text-decoration: none;
}

.monofont {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

#site-header.has-fixed-top-navbar {
  padding-top: 85px;
}

@media screen and (max-width: 1199.98px) and (max-width: 782px) {
  body.admin-bar #site-header nav.navbar.fixed-top {
    top: 46px !important;
  }
}

#site-footer {
  background: #f4f5f7;
}

#site-footer #wc-footer-main {
  padding: 65px 15px 80px;
}

#site-footer .wc-footer-image {
  margin-bottom: 20px;
}

#site-footer .footer-menu {
  margin-bottom: 20px;
}

#site-footer .footer-menu-title {
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

#site-footer .footer-menu a {
  display: block;
  color: #212529;
  line-height: 1.7;
}

#site-footer .footer-menu a:hover {
  text-decoration: none;
  color: #e1e4e7;
}

#site-footer .location {
  margin-bottom: 10px;
}

#site-footer .location .footer-location-title {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

#site-footer .location .location-line-1,
#site-footer .location .location-line-2,
#site-footer .location a {
  display: block;
}

#site-footer .location a {
  color: #212529;
}

#site-footer .location a:hover {
  text-decoration: none;
  color: #e1e4e7;
}

#site-footer .opening-hours {
  margin-bottom: 20px;
}

#site-footer .opening-hours-title {
  font-weight: 600;
  margin-bottom: 10px;
}

#site-footer .opening-hours span {
  display: block;
}

#site-footer .wc-footer-social {
  margin-bottom: 20px;
}

#site-footer .wc-footer-social span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

#site-footer .wc-footer-social a {
  margin: 0 15px 0 0;
  font-size: 1.4rem;
  color: #212529;
}

#site-footer .wc-footer-social a:hover {
  text-decoration: none;
  color: #e1e4e7;
}

#wc-bottom-bar {
  padding: 20px 0;
  background: #fff;
}

@media (max-width: 575.98px) {
  #wc-bottom-bar .wc-footer-copyright {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
  }
}

#wc-bottom-bar .bottom-bar-menu {
  width: 100%;
  text-align: center;
}

#wc-bottom-bar .bottom-bar-menu a {
  color: #212529;
  margin: 10px;
  font-size: 1rem;
}

#wc-bottom-bar .bottom-bar-menu a:hover {
  color: #e1e4e7;
  text-decoration: none;
}

html {
  width: 100%;
  height: auto;
  overflow-x: visible;
  box-sizing: border-box;
}

body {
  min-height: auto;
  background-color: #fbfcff;
}

.site-wrapper {
  overflow: hidden;
  position: relative;
}

* {
  font-family: "area-normal", sans-serif;
  font-weight: 400;
}

::-moz-selection {
  background: #e65b18;
  color: #fff;
}

::selection {
  background: #e65b18;
  color: #fff;
}

.container {
  max-width: 1200px !important;
}

ul[id*=menu] {
  margin: 0;
  padding: 0;
  font-size: 0;
  display: inline-block;
}

ul[id*=menu] > li {
  display: inline-block;
  list-style: none;
}

ul[id*=menu] > li > a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

ul[id*=menu] > li:first-child {
  margin-left: 0;
}

ul[id*=menu] > li:last-child {
  margin-right: 0;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
.overview-banner-item .banner-text h1,
.overview-banner-item .banner-text h2,
h2,
h3,
h4,
.vac-content-text h2,
h5,
h6 {
  color: #0f2c6d;
  line-height: 1.15;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

h1 > span,
.overview-banner-item .banner-text h1 > span,
.overview-banner-item .banner-text h2 > span,
h2 > span,
h3 > span,
h4 > span,
.vac-content-text h2 > span,
h5 > span,
h6 > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
}

h1 > em,
.overview-banner-item .banner-text h1 > em,
.overview-banner-item .banner-text h2 > em,
h2 > em,
h3 > em,
h4 > em,
.vac-content-text h2 > em,
h5 > em,
h6 > em {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
}

.orange-titles h1,
.orange-titles .overview-banner-item .banner-text h1,
.overview-banner-item .banner-text .orange-titles h1,
.orange-titles .overview-banner-item .banner-text h2,
.overview-banner-item .banner-text .orange-titles h2,
.orange-titles h2,
.orange-titles h3,
.orange-titles h4,
.orange-titles h5,
.orange-titles h6 {
  color: #e65b18;
}

.orange-titles h1 > em,
.orange-titles .overview-banner-item .banner-text h1 > em,
.overview-banner-item .banner-text .orange-titles h1 > em,
.orange-titles .overview-banner-item .banner-text h2 > em,
.overview-banner-item .banner-text .orange-titles h2 > em,
.orange-titles h2 > em,
.orange-titles h3 > em,
.orange-titles h4 > em,
.orange-titles h5 > em,
.orange-titles h6 > em {
  color: #0f2c6d;
}

h1,
.overview-banner-item .banner-text h1,
.overview-banner-item .banner-text h2 {
  font-size: 46px;
  font-weight: 800 !important;
}

@media only screen and (max-width: 1024px) {
  h1,
  .overview-banner-item .banner-text h1,
  .overview-banner-item .banner-text h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  h1,
  .overview-banner-item .banner-text h1,
  .overview-banner-item .banner-text h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 375px) {
  h1,
  .overview-banner-item .banner-text h1,
  .overview-banner-item .banner-text h2 {
    font-size: 30px;
  }
}

h2 {
  font-size: 40px;
}

@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 375px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 32px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 26px;
  }
}

h4,
.vac-content-text h2 {
  font-size: 22px;
  text-transform: none;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p {
  color: #0f2c6d;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

p strong {
  font-weight: 600;
}

p:empty {
  display: none;
}

ol {
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}

@media only screen and (max-width: 767px) {
  ol {
    margin-bottom: 25px;
  }
}

ol li {
  color: #0f2c6d;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 23px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  ol li {
    font-size: 16px;
  }
}

ol li:before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  color: #0f2c6d;
}

ol li strong {
  font-weight: 600;
}

ol li:last-child {
  margin-bottom: 0;
}

ul:not(.main-nav):not(.mobile-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.gform_fields):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.blocks-gallery-grid):not(.grid):not(.anim-list) {
  margin-bottom: 30px;
  margin-top: 0;
  list-style: none;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  ul:not(.main-nav):not(.mobile-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.gform_fields):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.blocks-gallery-grid):not(.grid):not(.anim-list) {
    margin-bottom: 25px;
  }
}

ul:not(.main-nav):not(.mobile-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.gform_fields):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.blocks-gallery-grid):not(.grid):not(.anim-list) li {
  color: #0f2c6d;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  ul:not(.main-nav):not(.mobile-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.gform_fields):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.blocks-gallery-grid):not(.grid):not(.anim-list) li {
    font-size: 16px;
  }
}

ul:not(.main-nav):not(.mobile-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.gform_fields):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.blocks-gallery-grid):not(.grid):not(.anim-list) li:last-child {
  margin-bottom: 0;
}

ul:not(.main-nav):not(.mobile-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.gform_fields):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.blocks-gallery-grid):not(.grid):not(.anim-list) li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0f2c6d;
}

@media only screen and (max-width: 767px) {
  ul:not(.main-nav):not(.mobile-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.gform_fields):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.blocks-gallery-grid):not(.grid):not(.anim-list) li:before {
    top: 8px;
  }
}

ul:not(.main-nav):not(.mobile-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.gform_fields):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.blocks-gallery-grid):not(.grid):not(.anim-list) li strong {
  font-weight: 600;
}

a {
  color: #e65b18;
  text-decoration: underline;
  font-weight: 300;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #0f2c6d;
  text-decoration: underline;
}

strong > * {
  font-weight: inherit;
}

p:empty {
  min-height: 1.5em;
  margin: 0 !important;
  display: block !important;
}

blockquote {
  position: relative;
  text-align: left;
  margin: 0 0 30px;
  padding-left: 70px;
}

@media only screen and (max-width: 767px) {
  blockquote {
    padding-left: 50px;
    margin-bottom: 25px;
  }
}

blockquote:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 24px;
  height: 20px;
  background-size: 24px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/quote-blue.svg);
}

blockquote,
blockquote > p {
  color: #0f2c6d;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  blockquote,
  blockquote > p {
    font-size: 20px;
  }
}

blockquote span,
blockquote > p span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

blockquote > em,
blockquote > p > em {
  color: #e65b18;
  font-style: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.wp-block-quote cite {
  display: none;
}

.wp-block-image {
  margin-bottom: 30px;
}

.rebranding-class {
  background-color: #FDF9F1;
}

.rebranding-class * {
  text-transform: none !important;
}

.rebranding-class h1,
.rebranding-class .overview-banner-item .banner-text h1,
.overview-banner-item .banner-text .rebranding-class h1,
.rebranding-class .overview-banner-item .banner-text h2,
.overview-banner-item .banner-text .rebranding-class h2,
.rebranding-class h2,
.rebranding-class h3,
.rebranding-class h4,
.rebranding-class h5,
.rebranding-class h6 {
  color: #25125C;
  line-height: 1.1;
  font-family: "area-normal", sans-serif;
  font-weight: 700;
  text-transform: none;
  margin: 0 0 15px 0;
}

.rebranding-class h1 > span,
.rebranding-class .overview-banner-item .banner-text h1 > span,
.overview-banner-item .banner-text .rebranding-class h1 > span,
.rebranding-class .overview-banner-item .banner-text h2 > span,
.overview-banner-item .banner-text .rebranding-class h2 > span,
.rebranding-class h2 > span,
.rebranding-class h3 > span,
.rebranding-class h4 > span,
.rebranding-class h5 > span,
.rebranding-class h6 > span {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-transform: inherit !important;
}

.rebranding-class h1 > em,
.rebranding-class .overview-banner-item .banner-text h1 > em,
.overview-banner-item .banner-text .rebranding-class h1 > em,
.rebranding-class .overview-banner-item .banner-text h2 > em,
.overview-banner-item .banner-text .rebranding-class h2 > em,
.rebranding-class h2 > em,
.rebranding-class h3 > em,
.rebranding-class h4 > em,
.rebranding-class h5 > em,
.rebranding-class h6 > em {
  font-family: inherit;
  font-style: normal;
  font-weight: inherit !important;
}

.orange-titles .rebranding-class h1,
.orange-titles .rebranding-class h2,
.orange-titles .rebranding-class h3,
.orange-titles .rebranding-class h4,
.orange-titles .rebranding-class h5,
.orange-titles .rebranding-class h6 {
  color: #FB6113;
}

.orange-titles .rebranding-class h1 > em,
.orange-titles .rebranding-class h2 > em,
.orange-titles .rebranding-class h3 > em,
.orange-titles .rebranding-class h4 > em,
.orange-titles .rebranding-class h5 > em,
.orange-titles .rebranding-class h6 > em {
  color: #25125C;
}

.rebranding-class h1,
.rebranding-class .overview-banner-item .banner-text h1,
.overview-banner-item .banner-text .rebranding-class h1,
.rebranding-class .overview-banner-item .banner-text h2,
.overview-banner-item .banner-text .rebranding-class h2 {
  font-size: 46px;
}

@media only screen and (max-width: 1024px) {
  .rebranding-class h1,
  .rebranding-class .overview-banner-item .banner-text h1,
  .overview-banner-item .banner-text .rebranding-class h1,
  .rebranding-class .overview-banner-item .banner-text h2,
  .overview-banner-item .banner-text .rebranding-class h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .rebranding-class h1,
  .rebranding-class .overview-banner-item .banner-text h1,
  .overview-banner-item .banner-text .rebranding-class h1,
  .rebranding-class .overview-banner-item .banner-text h2,
  .overview-banner-item .banner-text .rebranding-class h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 375px) {
  .rebranding-class h1,
  .rebranding-class .overview-banner-item .banner-text h1,
  .overview-banner-item .banner-text .rebranding-class h1,
  .rebranding-class .overview-banner-item .banner-text h2,
  .overview-banner-item .banner-text .rebranding-class h2 {
    font-size: 30px;
  }
}

.rebranding-class h2 {
  font-size: 38px;
}

@media only screen and (max-width: 1024px) {
  .rebranding-class h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .rebranding-class h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 375px) {
  .rebranding-class h2 {
    font-size: 28px;
  }
}

.rebranding-class h3 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .rebranding-class h3 {
    font-size: 26px;
  }
}

.rebranding-class h4,
.rebranding-class .vac-content-text h2,
.vac-content-text .rebranding-class h2 {
  font-size: 20px;
  text-transform: none;
}

.rebranding-class h5 {
  font-size: 18px;
}

.rebranding-class h6 {
  font-size: 16px;
}

.rebranding-class p {
  color: #25125C;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .rebranding-class p {
    font-size: 15px;
    margin-bottom: 25px;
  }
}

.rebranding-class p strong {
  font-weight: 600;
}

.rebranding-class p:empty {
  display: none;
}

.rebranding-class ol {
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}

@media only screen and (max-width: 767px) {
  .rebranding-class ol {
    margin-bottom: 25px;
  }
}

.rebranding-class ol li {
  color: #25125C;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 23px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .rebranding-class ol li {
    font-size: 15px;
  }
}

.rebranding-class ol li:before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  color: #25125C;
}

.rebranding-class ol li strong {
  font-weight: 600;
}

.rebranding-class ol li:last-child {
  margin-bottom: 0;
}

.rebranding-class ul:not(.main-nav):not(.mobile-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.gform_fields):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.blocks-gallery-grid):not(.grid):not(.anim-list) {
  margin-bottom: 30px;
  margin-top: 0;
  list-style: none;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .rebranding-class ul:not(.main-nav):not(.mobile-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.gform_fields):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.blocks-gallery-grid):not(.grid):not(.anim-list) {
    margin-bottom: 25px;
  }
}

.rebranding-class ul:not(.main-nav):not(.mobile-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.gform_fields):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.blocks-gallery-grid):not(.grid):not(.anim-list) li {
  color: #25125C;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .rebranding-class ul:not(.main-nav):not(.mobile-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.gform_fields):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.blocks-gallery-grid):not(.grid):not(.anim-list) li {
    font-size: 15px;
  }
}

.rebranding-class ul:not(.main-nav):not(.mobile-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.gform_fields):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.blocks-gallery-grid):not(.grid):not(.anim-list) li:last-child {
  margin-bottom: 0;
}

.rebranding-class ul:not(.main-nav):not(.mobile-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.gform_fields):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.blocks-gallery-grid):not(.grid):not(.anim-list) li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #25125C;
}

@media only screen and (max-width: 767px) {
  .rebranding-class ul:not(.main-nav):not(.mobile-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.gform_fields):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.blocks-gallery-grid):not(.grid):not(.anim-list) li:before {
    top: 8px;
  }
}

.rebranding-class ul:not(.main-nav):not(.mobile-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.gform_fields):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.blocks-gallery-grid):not(.grid):not(.anim-list) li strong {
  font-weight: 600;
}

.rebranding-class a {
  color: #FB6113;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.rebranding-class a:hover,
.rebranding-class a:focus {
  color: #25125C;
  text-decoration: none;
}

.rebranding-class blockquote {
  position: relative;
  text-align: left;
  margin: 0 0 30px;
  padding-left: 65px;
  padding-top: 5px;
}

@media only screen and (max-width: 767px) {
  .rebranding-class blockquote {
    padding-left: 60px;
    margin-bottom: 25px;
  }
}

.rebranding-class blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 28px;
  background-size: 45px 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-blockquote.svg);
}

.rebranding-class blockquote,
.rebranding-class blockquote > p {
  color: #25125C;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .rebranding-class blockquote,
  .rebranding-class blockquote > p {
    font-size: 20px;
  }
}

.rebranding-class blockquote span,
.rebranding-class blockquote > p span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.rebranding-class blockquote > em,
.rebranding-class blockquote > p > em {
  color: #FB6113;
  font-style: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/*@font-face {
  font-family: 'Poppins';
  src: url('../../fonts/Poppins-Thin.eot');
  src: url('../../fonts/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/Poppins-Thin.woff2') format('woff2'),
  url('../../fonts/Poppins-Thin.woff') format('woff'),
  url('../../fonts/Poppins-Thin.svg#Poppins-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}*/

/*@font-face {
  font-family: 'Poppins';
  src: url('../../fonts/Poppins-ThinItalic.eot');
  src: url('../../fonts/Poppins-ThinItalic.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/Poppins-ThinItalic.woff2') format('woff2'),
  url('../../fonts/Poppins-ThinItalic.woff') format('woff'),
  url('../../fonts/Poppins-ThinItalic.svg#Poppins-ThinItalic') format('svg');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}*/

/*@font-face {
  font-family: 'Poppins';
  src: url('../../fonts/Poppins-ExtraLight.eot');
  src: url('../../fonts/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/Poppins-ExtraLight.woff2') format('woff2'),
  url('../../fonts/Poppins-ExtraLight.woff') format('woff'),
  url('../../fonts/Poppins-ExtraLight.svg#Poppins-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}*/

/*@font-face {
  font-family: 'Poppins';
  src: url('../../fonts/Poppins-ExtraLightItalic.eot');
  src: url('../../fonts/Poppins-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
  url('../../fonts/Poppins-ExtraLightItalic.woff') format('woff'),
  url('../../fonts/Poppins-ExtraLightItalic.svg#Poppins-ExtraLightItalic') format('svg');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}*/

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Light.eot");
  src: url("../../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Poppins-Light.woff2") format("woff2"), url("../../fonts/Poppins-Light.woff") format("woff"), url("../../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-LightItalic.eot");
  src: url("../../fonts/Poppins-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Poppins-LightItalic.woff2") format("woff2"), url("../../fonts/Poppins-LightItalic.woff") format("woff"), url("../../fonts/Poppins-LightItalic.svg#Poppins-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Regular.eot");
  src: url("../../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Poppins-Regular.woff2") format("woff2"), url("../../fonts/Poppins-Regular.woff") format("woff"), url("../../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Italic.eot");
  src: url("../../fonts/Poppins-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Poppins-Italic.woff2") format("woff2"), url("../../fonts/Poppins-Italic.woff") format("woff"), url("../../fonts/Poppins-Italic.svg#Poppins-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Medium.eot");
  src: url("../../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Poppins-Medium.woff2") format("woff2"), url("../../fonts/Poppins-Medium.woff") format("woff"), url("../../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-MediumItalic.eot");
  src: url("../../fonts/Poppins-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Poppins-MediumItalic.woff2") format("woff2"), url("../../fonts/Poppins-MediumItalic.woff") format("woff"), url("../../fonts/Poppins-MediumItalic.svg#Poppins-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-SemiBold.eot");
  src: url("../../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../../fonts/Poppins-SemiBold.woff") format("woff"), url("../../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-SemiBoldItalic.eot");
  src: url("../../fonts/Poppins-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Poppins-SemiBoldItalic.woff2") format("woff2"), url("../../fonts/Poppins-SemiBoldItalic.woff") format("woff"), url("../../fonts/Poppins-SemiBoldItalic.svg#Poppins-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Bold.eot");
  src: url("../../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Poppins-Bold.woff2") format("woff2"), url("../../fonts/Poppins-Bold.woff") format("woff"), url("../../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-BoldItalic.eot");
  src: url("../../fonts/Poppins-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Poppins-BoldItalic.woff2") format("woff2"), url("../../fonts/Poppins-BoldItalic.woff") format("woff"), url("../../fonts/Poppins-BoldItalic.svg#Poppins-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-ExtraBold.eot");
  src: url("../../fonts/Poppins-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../../fonts/Poppins-ExtraBold.woff") format("woff"), url("../../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-ExtraBoldItalic.eot");
  src: url("../../fonts/Poppins-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Poppins-ExtraBoldItalic.woff2") format("woff2"), url("../../fonts/Poppins-ExtraBoldItalic.woff") format("woff"), url("../../fonts/Poppins-ExtraBoldItalic.svg#Poppins-ExtraBoldItalic") format("svg");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/*@font-face {
  font-family: 'Poppins';
  src: url('../../fonts/Poppins-Black.eot');
  src: url('../../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/Poppins-Black.woff2') format('woff2'),
  url('../../fonts/Poppins-Black.woff') format('woff'),
  url('../../fonts/Poppins-Black.svg#Poppins-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}*/

/*@font-face {
  font-family: 'Poppins';
  src: url('../../fonts/Poppins-BlackItalic.eot');
  src: url('../../fonts/Poppins-BlackItalic.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/Poppins-BlackItalic.woff2') format('woff2'),
  url('../../fonts/Poppins-BlackItalic.woff') format('woff'),
  url('../../fonts/Poppins-BlackItalic.svg#Poppins-BlackItalic') format('svg');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}*/

.svg-watsapp-orange,
.svg-user-white,
.svg-user-orange,
.svg-univer-icon,
.svg-twitter-orange,
.svg-twitter-blue,
.svg-trash-orange,
.svg-trash-blue,
.svg-search-white,
.svg-search-orange,
.svg-quote-blue,
.svg-play-icon-white,
.svg-phone-orange,
.svg-number-icon,
.svg-no-photo,
.svg-new-x-white,
.svg-new-x-orange,
.svg-new-watsapp-orange,
.svg-new-user-white,
.svg-new-user-blue,
.svg-new-trash-orange,
.svg-new-trash-blue,
.svg-new-time-blue,
.svg-new-tabs-icon-blue,
.svg-new-tabs-icon,
.svg-new-single-bg-right,
.svg-new-single-bg-left,
.svg-new-sectors-arrow-gold,
.svg-new-sectors-arrow-blue,
.svg-new-search-icon-blue,
.svg-new-search-icon,
.svg-new-post-img-right,
.svg-new-post-img-left,
.svg-new-phone-orange,
.svg-new-list-orange,
.svg-new-list-blue,
.svg-new-linkedin-white,
.svg-new-linkedin-orange,
.svg-new-job-alert-right,
.svg-new-job-alert-left,
.svg-new-ig-white,
.svg-new-ig-orange,
.svg-new-icon-phone-orange,
.svg-new-icon-email-orange,
.svg-new-hero-header-right-yellow,
.svg-new-hero-header-right-small,
.svg-new-hero-header-right-arrow-tablet,
.svg-new-hero-header-right,
.svg-new-hero-header-left-small,
.svg-new-hero-header-left-arrow-tablet,
.svg-new-hero-header-left-arrow,
.svg-new-hero-header-left,
.svg-new-hero-background-arrow-small,
.svg-new-hero-background-arrow,
.svg-new-grid-orange,
.svg-new-grid-blue,
.svg-new-form-arrows,
.svg-new-footer-icon,
.svg-new-footer-cta-right,
.svg-new-footer-cta,
.svg-new-fb-white,
.svg-new-fb-orange,
.svg-new-email-orange,
.svg-new-decor-right,
.svg-new-decor-left,
.svg-new-chevron-right-white,
.svg-new-chevron-right-orange-big,
.svg-new-chevron-right-orange,
.svg-new-chevron-right-btn,
.svg-new-chevron-right-blue,
.svg-new-chevron-down-orange,
.svg-new-chevron-down-gold,
.svg-new-chevron-down-blue,
.svg-new-chat-blue,
.svg-new-chat,
.svg-new-calendar-blue,
.svg-new-blockquote,
.svg-new-archive-right,
.svg-new-archive-left,
.svg-message-white,
.svg-message-orange,
.svg-logo-twitter-x-orange,
.svg-logo-twitter-x,
.svg-logo,
.svg-location-white,
.svg-loc-icon,
.svg-loading2,
.svg-loading,
.svg-list-orange,
.svg-list-blue,
.svg-linkedin-orange,
.svg-linkedin-blue,
.svg-instagram-orange,
.svg-instagram-blue,
.svg-icon-cross-dark,
.svg-icon-cross,
.svg-hours-icon,
.svg-grid-orange,
.svg-grid-blue,
.svg-gallery-slider-arrow-left,
.svg-gallery-slider-arrow,
.svg-flexspecialisten_pijl_white,
.svg-flexspecialisten_pijl_lichtblue,
.svg-facebook-orange,
.svg-facebook-blue,
.svg-email-orange,
.svg-company-icon-default,
.svg-close-white,
.svg-close-blue,
.svg-clock-blue,
.svg-chevron-yellow,
.svg-chevron-white,
.svg-chevron-orange,
.svg-chevron-gray,
.svg-chevron-blue,
.svg-check-white-new,
.svg-check-white,
.svg-check-orange,
.svg-calendar-blue,
.svg-arrow-orange,
.svg-arrow-blue {
  background: url("sprites.svg") no-repeat;
}

.svg-arrow-blue {
  background-position: 0 0;
}

.svg-arrow-blue-dims {
  width: 13px;
  height: 12px;
}

.svg-arrow-orange {
  background-position: 0.1129550786% 0.0548972963%;
}

.svg-arrow-orange-dims {
  width: 13px;
  height: 12px;
}

.svg-calendar-blue {
  background-position: 0.225929788% 0.1098096633%;
}

.svg-calendar-blue-dims {
  width: 14px;
  height: 15px;
}

.svg-check-orange {
  background-position: 0.3474333362% 0.1783754116%;
}

.svg-check-orange-dims {
  width: 9px;
  height: 7px;
}

.svg-check-white {
  background-position: 0.4256058369% 0.2103915112%;
}

.svg-check-white-dims {
  width: 9px;
  height: 7px;
}

.svg-check-white-new {
  background-position: 0.5039534278% 0.2424408764%;
}

.svg-check-white-new-dims {
  width: 13px;
  height: 10px;
}

.svg-chevron-blue {
  background-position: 0.6168549088% 0.2881448957%;
}

.svg-chevron-blue-dims {
  width: 12px;
  height: 7px;
}

.svg-chevron-gray {
  background-position: 0.7211120765% 0.3201609952%;
}

.svg-chevron-gray-dims {
  width: 12px;
  height: 7px;
}

.svg-chevron-orange {
  background-position: 0.8253692441% 0.3521770948%;
}

.svg-chevron-orange-dims {
  width: 12px;
  height: 7px;
}

.svg-chevron-white {
  background-position: 0.9296264118% 0.3841931943%;
}

.svg-chevron-white-dims {
  width: 12px;
  height: 7px;
}

.svg-chevron-yellow {
  background-position: 1.0338835795% 0.4162092938%;
}

.svg-chevron-yellow-dims {
  width: 12px;
  height: 7px;
}

.svg-clock-blue {
  background-position: 1.1384374728% 0.4483894583%;
}

.svg-clock-blue-dims {
  width: 15px;
  height: 15px;
}

.svg-close-blue {
  background-position: 1.2689031809% 0.5170441547%;
}

.svg-close-blue-dims {
  width: 16px;
  height: 16px;
}

.svg-close-white {
  background-position: 1.4079610638% 0.5902539465%;
}

.svg-close-white-dims {
  width: 16px;
  height: 16px;
}

.svg-company-icon-default {
  background-position: 1.5460783462% 0.6633726782%;
}

.svg-company-icon-default-dims {
  width: 9px;
  height: 13px;
}

.svg-email-orange {
  background-position: 1.6286361261% 0.7237414686%;
}

.svg-email-orange-dims {
  width: 40px;
  height: 40px;
}

.svg-facebook-blue {
  background-position: 1.9718554552% 0.9061370189%;
}

.svg-facebook-blue-dims {
  width: 10px;
  height: 20px;
}

.svg-facebook-orange {
  background-position: 2.0587213343% 0.9976660107%;
}

.svg-facebook-orange-dims {
  width: 10px;
  height: 20px;
}

.svg-flexspecialisten_pijl_lichtblue {
  background-position: 2.257563294% 1.1268939394%;
}

.svg-flexspecialisten_pijl_lichtblue-dims {
  width: 581px;
  height: 751px;
}

.svg-flexspecialisten_pijl_white {
  background-position: 7.5678639978% 4.6827651515%;
}

.svg-flexspecialisten_pijl_white-dims {
  width: 581px;
  height: 751px;
}

.svg-gallery-slider-arrow {
  background-position: 12.2564370216% 7.9633867277%;
}

.svg-gallery-slider-arrow-dims {
  width: 26px;
  height: 21px;
}

.svg-gallery-slider-arrow-left {
  background-position: 12.4826026444% 8.0594965675%;
}

.svg-gallery-slider-arrow-left-dims {
  width: 26px;
  height: 21px;
}

.svg-grid-blue {
  background-position: 12.7043478261% 8.1537405628%;
}

.svg-grid-blue-dims {
  width: 22px;
  height: 16px;
}

.svg-grid-orange {
  background-position: 12.8956521739% 8.2269503546%;
}

.svg-grid-orange-dims {
  width: 22px;
  height: 16px;
}

.svg-hours-icon {
  background-position: 13.0892329101% 8.303199524%;
}

.svg-hours-icon-dims {
  width: 24px;
  height: 24px;
}

.svg-icon-cross {
  background-position: 13.2956521739% 8.4145950648%;
}

.svg-icon-cross-dims {
  width: 22px;
  height: 28px;
}

.svg-icon-cross-dark {
  background-position: 13.4869565217% 8.5427825848%;
}

.svg-icon-cross-dark-dims {
  width: 22px;
  height: 28px;
}

.svg-instagram-blue {
  background-position: 13.6758824552% 8.6677955242%;
}

.svg-instagram-blue-dims {
  width: 20px;
  height: 20px;
}

.svg-instagram-orange {
  background-position: 13.8497652582% 8.759324516%;
}

.svg-instagram-orange-dims {
  width: 20px;
  height: 20px;
}

.svg-linkedin-blue {
  background-position: 14.0236480612% 8.8508535078%;
}

.svg-linkedin-blue-dims {
  width: 20px;
  height: 20px;
}

.svg-linkedin-orange {
  background-position: 14.1975308642% 8.9423824997%;
}

.svg-linkedin-orange-dims {
  width: 20px;
  height: 20px;
}

.svg-list-blue {
  background-position: 14.3689151599% 9.0322580645%;
}

.svg-list-blue-dims {
  width: 18px;
  height: 16px;
}

.svg-list-orange {
  background-position: 14.5253824757% 9.1054678563%;
}

.svg-list-orange-dims {
  width: 18px;
  height: 16px;
}

.svg-loading {
  background-position: 14.6895112193% 9.1820387239%;
}

.svg-loading-dims {
  width: 24px;
  height: 24px;
}

.svg-loading2 {
  background-position: 14.9973734898% 9.3243305314%;
}

.svg-loading2-dims {
  width: 100px;
  height: 100px;
}

.svg-loc-icon {
  background-position: 15.7679596452% 9.7496223738%;
}

.svg-loc-icon-dims {
  width: 24px;
  height: 24px;
}

.svg-location-white {
  background-position: 15.9600347524% 9.8558682224%;
}

.svg-location-white-dims {
  width: 12px;
  height: 16px;
}

.svg-logo {
  background-position: 16.3889381315% 9.9445488291%;
}

.svg-logo-dims {
  width: 240px;
  height: 50px;
}

.svg-logo-twitter-x {
  background-position: 20.2383259058% 10.7537298973%;
}

.svg-logo-twitter-x-dims {
  width: 1200px;
  height: 1227px;
}

.svg-logo-twitter-x-orange {
  background-position: 31.8639798489% 16.6973454757%;
}

.svg-logo-twitter-x-orange-dims {
  width: 1200px;
  height: 1227px;
}

.svg-message-orange {
  background-position: 39.0279951313% 21.3864104324%;
}

.svg-message-orange-dims {
  width: 20px;
  height: 16px;
}

.svg-message-white {
  background-position: 39.2018779343% 21.4596202242%;
}

.svg-message-white-dims {
  width: 20px;
  height: 16px;
}

.svg-new-archive-left {
  background-position: 39.8258881463% 22.0980465815%;
}

.svg-new-archive-left-dims {
  width: 150px;
  height: 575px;
}

.svg-new-archive-right {
  background-position: 41.4364151612% 24.8039077545%;
}

.svg-new-archive-right-dims {
  width: 230px;
  height: 580px;
}

.svg-new-blockquote {
  background-position: 42.7725015248% 26.8323948176%;
}

.svg-new-blockquote-dims {
  width: 45px;
  height: 28px;
}

.svg-new-calendar-blue {
  background-position: 43.0483142162% 26.9457789979%;
}

.svg-new-calendar-blue-dims {
  width: 14px;
  height: 16px;
}

.svg-new-chat {
  background-position: 43.2037568484% 27.0214615842%;
}

.svg-new-chat-dims {
  width: 23px;
  height: 18px;
}

.svg-new-chat-blue {
  background-position: 43.4037742412% 27.1038301377%;
}

.svg-new-chat-blue-dims {
  width: 23px;
  height: 18px;
}

.svg-new-chevron-down-blue {
  background-position: 43.5545517721% 27.1737638933%;
}

.svg-new-chevron-down-blue-dims {
  width: 10px;
  height: 8px;
}

.svg-new-chevron-down-gold {
  background-position: 43.6414176511% 27.210355395%;
}

.svg-new-chevron-down-gold-dims {
  width: 10px;
  height: 8px;
}

.svg-new-chevron-down-orange {
  background-position: 43.732082356% 27.2469468966%;
}

.svg-new-chevron-down-orange-dims {
  width: 11px;
  height: 8px;
}

.svg-new-chevron-right-blue {
  background-position: 43.8162237276% 27.2860344906%;
}

.svg-new-chevron-right-blue-dims {
  width: 8px;
  height: 10px;
}

.svg-new-chevron-right-btn {
  background-position: 43.9085853319% 27.3405326256%;
}

.svg-new-chevron-right-btn-dims {
  width: 14px;
  height: 17px;
}

.svg-new-chevron-right-orange {
  background-position: 44.0072954664% 27.4095421069%;
}

.svg-new-chevron-right-orange-dims {
  width: 8px;
  height: 10px;
}

.svg-new-chevron-right-orange-big {
  background-position: 44.3541338927% 27.572583609%;
}

.svg-new-chevron-right-orange-big-dims {
  width: 80px;
  height: 103px;
}

.svg-new-chevron-right-white {
  background-position: 44.7715824214% 27.926444353%;
}

.svg-new-chevron-right-white-dims {
  width: 8px;
  height: 10px;
}

.svg-new-decor-left {
  background-position: 45.649867374% 28.9920348947%;
}

.svg-new-decor-left-dims {
  width: 212px;
  height: 779px;
}

.svg-new-decor-right {
  background-position: 48.1544526071% 32.6853783425%;
}

.svg-new-decor-right-dims {
  width: 360px;
  height: 779px;
}

.svg-new-email-orange {
  background-position: 49.9477442954% 35.1472676469%;
}

.svg-new-email-orange-dims {
  width: 40px;
  height: 40px;
}

.svg-new-fb-orange {
  background-position: 50.1781214702% 35.3078507668%;
}

.svg-new-fb-orange-dims {
  width: 13px;
  height: 26px;
}

.svg-new-fb-white {
  background-position: 50.2910765488% 35.4268711376%;
}

.svg-new-fb-white-dims {
  width: 13px;
  height: 26px;
}

.svg-new-footer-cta {
  background-position: 51.0067704212% 36.2072181293%;
}

.svg-new-footer-cta-dims {
  width: 149px;
  height: 425px;
}

.svg-new-footer-cta-right {
  background-position: 52.1838273987% 38.1889396624%;
}

.svg-new-footer-cta-right-dims {
  width: 120px;
  height: 425px;
}

.svg-new-footer-icon {
  background-position: 55.0516959913% 40.1070763501%;
}

.svg-new-footer-icon-dims {
  width: 496px;
  height: 391px;
}

.svg-new-form-arrows {
  background-position: 57.4754901961% 41.2967718269%;
}

.svg-new-form-arrows-dims {
  width: 98px;
  height: 63px;
}

.svg-new-grid-blue {
  background-position: 57.947826087% 41.4962251201%;
}

.svg-new-grid-blue-dims {
  width: 22px;
  height: 16px;
}

.svg-new-grid-orange {
  background-position: 58.1391304348% 41.5694349119%;
}

.svg-new-grid-orange-dims {
  width: 22px;
  height: 16px;
}

.svg-new-hero-background-arrow {
  background-position: 60.8325020404% 42.1596331125%;
}

.svg-new-hero-background-arrow-dims {
  width: 495px;
  height: 284px;
}

.svg-new-hero-background-arrow-small {
  background-position: 64.3010176754% 43.2947363565%;
}

.svg-new-hero-background-arrow-small-dims {
  width: 320px;
  height: 194px;
}

.svg-new-hero-header-left {
  background-position: 66.7405961675% 45.6773639788%;
}

.svg-new-hero-header-left-dims {
  width: 250px;
  height: 900px;
}

.svg-new-hero-header-left-arrow {
  background-position: 69.7255113025% 49.9618575379%;
}

.svg-new-hero-header-left-arrow-dims {
  width: 374px;
  height: 897px;
}

.svg-new-hero-header-left-arrow-tablet {
  background-position: 71.2025869603% 53.2384874579%;
}

.svg-new-hero-header-left-arrow-tablet-dims {
  width: 80px;
  height: 503px;
}

.svg-new-hero-header-left-small {
  background-position: 71.9646606018% 55.4161224109%;
}

.svg-new-hero-header-left-small-dims {
  width: 90px;
  height: 435px;
}

.svg-new-hero-header-right {
  background-position: 74.0539577954% 58.7163837498%;
}

.svg-new-hero-header-right-dims {
  width: 291px;
  height: 899px;
}

.svg-new-hero-header-right-arrow-tablet {
  background-position: 76.5700053371% 62.742770312%;
}

.svg-new-hero-header-right-arrow-tablet-dims {
  width: 280px;
  height: 812px;
}

.svg-new-hero-header-right-small {
  background-position: 78.4396787574% 66.2462802891%;
}

.svg-new-hero-header-right-small-dims {
  width: 191px;
  height: 700px;
}

.svg-new-hero-header-right-yellow {
  background-position: 80.3806994245% 70.2059692953%;
}

.svg-new-hero-header-right-yellow-dims {
  width: 227px;
  height: 897px;
}

.svg-new-icon-email-orange {
  background-position: 80.879541109% 71.4671302438%;
}

.svg-new-icon-email-orange-dims {
  width: 16px;
  height: 12px;
}

.svg-new-icon-phone-orange {
  background-position: 81.0185989918% 71.535117822%;
}

.svg-new-icon-phone-orange-dims {
  width: 16px;
  height: 16px;
}

.svg-new-ig-orange {
  background-position: 81.221188136% 71.6378284354%;
}

.svg-new-ig-orange-dims {
  width: 25px;
  height: 25px;
}

.svg-new-ig-white {
  background-position: 81.438636166% 71.752265861%;
}

.svg-new-ig-white-dims {
  width: 25px;
  height: 25px;
}

.svg-new-job-alert-left {
  background-position: 82.0127544335% 72.4771489244%;
}

.svg-new-job-alert-left-dims {
  width: 75px;
  height: 209px;
}

.svg-new-job-alert-right {
  background-position: 82.6102138804% 73.4419721171%;
}

.svg-new-job-alert-right-dims {
  width: 67px;
  height: 209px;
}

.svg-new-linkedin-orange {
  background-position: 82.9056111353% 73.7868522249%;
}

.svg-new-linkedin-orange-dims {
  width: 27px;
  height: 27px;
}

.svg-new-linkedin-white {
  background-position: 83.1404958678% 73.9104559604%;
}

.svg-new-linkedin-white-dims {
  width: 27px;
  height: 27px;
}

.svg-new-list-blue {
  background-position: 83.3101529903% 73.9967970716%;
}

.svg-new-list-blue-dims {
  width: 18px;
  height: 16px;
}

.svg-new-list-orange {
  background-position: 83.466620306% 74.0700068634%;
}

.svg-new-list-orange-dims {
  width: 18px;
  height: 16px;
}

.svg-new-phone-orange {
  background-position: 83.7833130117% 74.2247263066%;
}

.svg-new-phone-orange-dims {
  width: 40px;
  height: 40px;
}

.svg-new-post-img-left {
  background-position: 85.8208955224% 75.5464607943%;
}

.svg-new-post-img-left-dims {
  width: 266px;
  height: 369px;
}

.svg-new-post-img-right {
  background-position: 87.0014900517% 77.2661736663%;
}

.svg-new-post-img-right-dims {
  width: 113px;
  height: 370px;
}

.svg-new-search-icon {
  background-position: 87.2652990264% 77.714730243%;
}

.svg-new-search-icon-dims {
  width: 18px;
  height: 18px;
}

.svg-new-search-icon-blue {
  background-position: 87.4217663421% 77.7970987965%;
}

.svg-new-search-icon-blue-dims {
  width: 18px;
  height: 18px;
}

.svg-new-sectors-arrow-blue {
  background-position: 87.5858471703% 78.1010508926%;
}

.svg-new-sectors-arrow-blue-dims {
  width: 19px;
  height: 80px;
}

.svg-new-sectors-arrow-gold {
  background-position: 87.7510214727% 78.4681749346%;
}

.svg-new-sectors-arrow-gold-dims {
  width: 19px;
  height: 80px;
}

.svg-new-single-bg-left {
  background-position: 89.4830634301% 86.4526193951%;
}

.svg-new-single-bg-left-dims {
  width: 220.42px;
  height: 2000px;
}

.svg-new-single-bg-right {
  background-position: 94.724781154% 96.5175381209%;
}

.svg-new-single-bg-right-dims {
  width: 612.5px;
  height: 2000px;
}

.svg-new-tabs-icon {
  background-position: 95.1830275628% 97.1692053588%;
}

.svg-new-tabs-icon-dims {
  width: 21px;
  height: 75px;
}

.svg-new-tabs-icon-blue {
  background-position: 95.3656203808% 97.5133051936%;
}

.svg-new-tabs-icon-blue-dims {
  width: 21px;
  height: 75px;
}

.svg-new-time-blue {
  background-position: 95.4817968546% 97.5842979366%;
}

.svg-new-time-blue-dims {
  width: 13px;
  height: 14px;
}

.svg-new-trash-blue {
  background-position: 95.5864465682% 97.6483506428%;
}

.svg-new-trash-blue-dims {
  width: 12px;
  height: 14px;
}

.svg-new-trash-orange {
  background-position: 95.6907037359% 97.712403349%;
}

.svg-new-trash-orange-dims {
  width: 12px;
  height: 14px;
}

.svg-new-user-blue {
  background-position: 95.8282635147% 97.7943531781%;
}

.svg-new-user-blue-dims {
  width: 16px;
  height: 18px;
}

.svg-new-user-white {
  background-position: 95.9673213975% 97.8767217316%;
}

.svg-new-user-white-dims {
  width: 16px;
  height: 18px;
}

.svg-new-watsapp-orange {
  background-position: 96.3072635429% 98.0578077046%;
}

.svg-new-watsapp-orange-dims {
  width: 40px;
  height: 40px;
}

.svg-new-x-orange {
  background-position: 96.5211341103% 98.1735786872%;
}

.svg-new-x-orange-dims {
  width: 24px;
  height: 25px;
}

.svg-new-x-white {
  background-position: 96.7298660637% 98.2880161128%;
}

.svg-new-x-white-dims {
  width: 24px;
  height: 25px;
}

.svg-no-photo {
  background-position: 97.4130396784% 98.6508191455%;
}

.svg-no-photo-dims {
  width: 80px;
  height: 80px;
}

.svg-number-icon {
  background-position: 97.6513569937% 98.7731746395%;
}

.svg-number-icon-dims {
  width: 26px;
  height: 26px;
}

.svg-phone-orange {
  background-position: 97.9968646577% 98.955613577%;
}

.svg-phone-orange-dims {
  width: 40px;
  height: 40px;
}

.svg-play-icon-white {
  background-position: 98.1230448384% 99.0299702585%;
}

.svg-play-icon-white-dims {
  width: 14px;
  height: 16px;
}

.svg-quote-blue {
  background-position: 98.3301443729% 99.1213216786%;
}

.svg-quote-blue-dims {
  width: 24px;
  height: 20px;
}

.svg-search-orange {
  background-position: 98.4703632887% 99.1946922901%;
}

.svg-search-orange-dims {
  width: 16px;
  height: 16px;
}

.svg-search-white {
  background-position: 98.6094211716% 99.2679020819%;
}

.svg-search-white-dims {
  width: 16px;
  height: 16px;
}

.svg-trash-blue {
  background-position: 98.7141615986% 99.3320217779%;
}

.svg-trash-blue-dims {
  width: 12px;
  height: 14px;
}

.svg-trash-orange {
  background-position: 98.8184187663% 99.3960744841%;
}

.svg-trash-orange-dims {
  width: 12px;
  height: 14px;
}

.svg-twitter-blue {
  background-position: 99.0086956522% 99.4783324944%;
}

.svg-twitter-blue-dims {
  width: 22px;
  height: 18px;
}

.svg-twitter-orange {
  background-position: 99.2% 99.5607010479%;
}

.svg-twitter-orange-dims {
  width: 22px;
  height: 18px;
}

.svg-univer-icon {
  background-position: 99.4085927987% 99.6704353%;
}

.svg-univer-icon-dims {
  width: 24px;
  height: 24px;
}

.svg-user-orange {
  background-position: 99.5307612096% 99.7437657287%;
}

.svg-user-orange-dims {
  width: 14px;
  height: 16px;
}

.svg-user-white {
  background-position: 99.6524157108% 99.8169755205%;
}

.svg-user-white-dims {
  width: 14px;
  height: 16px;
}

.svg-watsapp-orange {
  background-position: 100% 100%;
}

.svg-watsapp-orange-dims {
  width: 40px;
  height: 40px;
}

.flex-box-parent,
.grid-slider.list-type-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media only screen and (max-width: 767px) {
  .flex-box-parent,
  .grid-slider.list-type-1 {
    margin: 0 -15px;
  }
}

.flex-box-parent.no-margin,
.no-margin.grid-slider.list-type-1 {
  margin-bottom: -30px;
}

.flex-box-child,
.grid-slider.list-type-1 .grid-slide {
  padding: 0 15px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .flex-box-child,
  .grid-slider.list-type-1 .grid-slide {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

.nmp-last-el h1:last-child,
.nmp-last-el h2:last-child,
.nmp-last-el h3:last-child,
.nmp-last-el h4:last-child,
.nmp-last-el h5:last-child,
.nmp-last-el h6:last-child,
.nmp-last-el ul:last-child,
.nmp-last-el ol:last-child,
.nmp-last-el p:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.sec-margin {
  margin-bottom: 125px;
}

@media only screen and (max-width: 1280px) {
  .sec-margin {
    margin-bottom: 95px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-margin {
    margin-bottom: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-margin {
    margin-bottom: 65px;
  }
}

@media only screen and (max-width: 375px) {
  .sec-margin {
    margin-bottom: 50px;
  }
}

.sec-min-margin {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1280px) {
  .sec-min-margin {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-min-margin {
    margin-bottom: 50px;
  }
}

.sec-double-margin {
  margin: 125px 0;
}

@media only screen and (max-width: 1280px) {
  .sec-double-margin {
    margin: 95px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-margin {
    margin: 75px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-margin {
    margin: 65px 0;
  }
}

@media only screen and (max-width: 375px) {
  .sec-double-margin {
    margin: 50px 0;
  }
}

.sec-margin-blocks {
  margin-bottom: 95px;
}

@media only screen and (max-width: 1280px) {
  .sec-margin-blocks {
    margin-bottom: 65px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-margin-blocks {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-margin-blocks {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 375px) {
  .sec-margin-blocks {
    margin-bottom: 20px;
  }
}

.sec-margin-min-blocks {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1280px) {
  .sec-margin-min-blocks {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-margin-min-blocks {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-margin-min-blocks {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .sec-margin-min-blocks {
    margin-bottom: 0;
  }
}

.sec-top-margin {
  margin-top: 125px;
}

@media only screen and (max-width: 1280px) {
  .sec-top-margin {
    margin-top: 95px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-top-margin {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-top-margin {
    margin-top: 65px;
  }
}

@media only screen and (max-width: 375px) {
  .sec-top-margin {
    margin-top: 50px;
  }
}

.sec-padding {
  padding-bottom: 125px;
}

@media only screen and (max-width: 1280px) {
  .sec-padding {
    padding-bottom: 95px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-padding {
    padding-bottom: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-padding {
    padding-bottom: 65px;
  }
}

@media only screen and (max-width: 375px) {
  .sec-padding {
    padding-bottom: 50px;
  }
}

.sec-padding-blocks {
  padding-bottom: 95px;
}

@media only screen and (max-width: 1280px) {
  .sec-padding-blocks {
    padding-bottom: 65px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-padding-blocks {
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-padding-blocks {
    padding-bottom: 35px;
  }
}

@media only screen and (max-width: 375px) {
  .sec-padding-blocks {
    padding-bottom: 20px;
  }
}

.sec-top-padding {
  padding-top: 125px;
}

@media only screen and (max-width: 1280px) {
  .sec-top-padding {
    padding-top: 95px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-top-padding {
    padding-top: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-top-padding {
    padding-top: 65px;
  }
}

@media only screen and (max-width: 375px) {
  .sec-top-padding {
    padding-top: 50px;
  }
}

.sec-bottom-padding {
  padding-bottom: 125px;
}

@media only screen and (max-width: 1280px) {
  .sec-bottom-padding {
    padding-bottom: 95px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-bottom-padding {
    padding-bottom: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-bottom-padding {
    padding-bottom: 65px;
  }
}

@media only screen and (max-width: 375px) {
  .sec-bottom-padding {
    padding-bottom: 50px;
  }
}

.sec-min-padding {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1280px) {
  .sec-min-padding {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-min-padding {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-min-padding {
    padding-bottom: 40px;
  }
}

.sec-double-padding {
  padding: 125px 0;
}

@media only screen and (max-width: 1280px) {
  .sec-double-padding {
    padding: 95px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-padding {
    padding: 75px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-padding {
    padding: 65px 0;
  }
}

@media only screen and (max-width: 375px) {
  .sec-double-padding {
    padding: 50px 0;
  }
}

.sec-double-min-padding,
.hero-box .hero-content-wrapper,
section.with-bg {
  padding: 100px 0;
}

@media only screen and (max-width: 1280px) {
  .sec-double-min-padding,
  .hero-box .hero-content-wrapper,
  section.with-bg {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-min-padding,
  .hero-box .hero-content-wrapper,
  section.with-bg {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-min-padding,
  .hero-box .hero-content-wrapper,
  section.with-bg {
    padding: 40px 0;
  }
}

.sec-double-padding-blocks {
  padding: 125px 0 95px 0;
}

@media only screen and (max-width: 1280px) {
  .sec-double-padding-blocks {
    padding: 95px 0 70px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-padding-blocks {
    padding: 75px 0 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-padding-blocks {
    padding: 35px 0 15px 0;
  }
}

@media only screen and (max-width: 375px) {
  .sec-double-padding-blocks {
    padding: 25px 0 10px 0;
  }
}

.sec-double-min-padding-blocks {
  padding: 100px 0 70px 0;
}

@media only screen and (max-width: 1280px) {
  .sec-double-min-padding-blocks {
    padding: 70px 0 40px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-min-padding-blocks {
    padding: 50px 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-min-padding-blocks {
    padding: 40px 0 10px 0;
  }
}

.negative-top-margin {
  margin-top: -125px;
}

@media only screen and (max-width: 1280px) {
  .negative-top-margin {
    margin-top: -95px;
  }
}

@media only screen and (max-width: 1024px) {
  .negative-top-margin {
    margin-top: -75px;
  }
}

@media only screen and (max-width: 767px) {
  .negative-top-margin {
    margin-top: -65px;
  }
}

@media only screen and (max-width: 375px) {
  .negative-top-margin {
    margin-top: -50px;
  }
}

.no-top-padding {
  padding-top: 0 !important;
}

.no-bot-padding {
  padding-bottom: 0 !important;
}

.titles-margin {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .titles-margin {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .titles-margin {
    margin-bottom: 30px;
  }
}

.sub-title {
  position: relative;
  display: inline-block;
  color: #0f2c6d;
  font-size: 15px;
  font-weight: 400;
  padding-left: 10px;
}

.sub-title:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #e65b18;
}

.sub-title.white-sub-title {
  color: #fff;
  font-weight: 300;
}

.sub-title.no-decor {
  padding-left: 0;
}

.sub-title.no-decor:before {
  display: none;
}

.play-button {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.play-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: 0.85;
  border-radius: 5px;
  background-color: #e65b18;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .play-button:before {
    width: 50px;
    height: 50px;
    opacity: 1;
  }
}

.play-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 14px;
  background-size: 12px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/play-icon-white.svg);
}

@media only screen and (max-width: 767px) {
  .play-button:hover,
  .play-button:focus {
    background-color: rgba(0, 0, 0, 0.25);
  }
}

.play-button:hover:before,
.play-button:focus:before {
  opacity: 1;
  background-color: #e65b18;
}

.play-button.full-size {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.play-button.full-size:before,
.play-button.full-size:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.play-button.full-size:after {
  left: calc(50% + 1px);
}

.play-button.full-size:hover,
.play-button.full-size:focus {
  background-color: rgba(15, 44, 109, 0.5);
}

.video-box {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.video-box iframe,
.video-box video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.iframe-holder {
  display: none;
}

.pop-up-row {
  display: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  clear: both;
  position: fixed;
  z-index: 1002;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1280px) {
  .pop-up-row {
    max-width: 960px;
  }
}

@media only screen and (max-width: 1170px) {
  .pop-up-row {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .pop-up-row {
    padding: 0 15px;
  }
}

.pop-up-row .pop-up {
  display: block;
  width: inherit;
}

.dark-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 999;
}

.dark-overlay .close-icon {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e65b18;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dark-overlay .close-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/close-white.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.admin-bar .dark-overlay .close-icon {
  -webkit-transform: translateY(32px);
  -ms-transform: translateY(32px);
  transform: translateY(32px);
}

@media only screen and (max-width: 782px) {
  .admin-bar .dark-overlay .close-icon {
    -webkit-transform: translateY(46px);
    -ms-transform: translateY(46px);
    transform: translateY(46px);
  }
}

.dark-overlay .close-icon:hover,
.dark-overlay .close-icon:focus {
  background-color: #0f2c6d;
}

.dark-overlay .close-icon:hover:before,
.dark-overlay .close-icon:focus:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.dark-overlay.right-side .close-icon {
  right: auto;
  left: 15px;
}

.dark-overlay.light-dark {
  background-color: rgba(0, 0, 0, 0.75);
}

.dark-overlay.full-dark {
  background-color: rgb(0, 0, 0);
}

.dark-overlay.blur-overlay {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: rgba(15, 44, 109, 0.5);
}

@media only screen and (max-width: 900px) {
  .dark-overlay.blur-overlay .close-icon {
    display: none;
  }
}

.dark-overlay.blur-overlay .close-icon:hover,
.dark-overlay.blur-overlay .close-icon:focus {
  background-color: red;
}

.white-content h1,
.white-content .overview-banner-item .banner-text h1,
.overview-banner-item .banner-text .white-content h1,
.white-content .overview-banner-item .banner-text h2,
.overview-banner-item .banner-text .white-content h2,
.white-content h2,
.white-content h3,
.white-content h4,
.white-content h5,
.white-content h6 {
  color: #fff;
}

.white-content span {
  color: #fff;
}

.white-content p,
.white-content li {
  color: #fff !important;
  font-weight: 300;
}

.white-content p strong,
.white-content li strong {
  font-weight: 700;
}

.white-content ul li:before {
  background-color: #0f2c6d !important;
}

.white-content ol li:before {
  color: #0f2c6d;
}

.white-content a:not(.btn):not(.gform_previous_button):not(.gform_next_button):not(.footer-link) {
  color: #0f2c6d;
  -webkit-text-decoration-color: #0f2c6d;
  text-decoration-color: #0f2c6d;
}

.white-content a:not(.btn):not(.gform_previous_button):not(.gform_next_button):not(.footer-link):hover,
.white-content a:not(.btn):not(.gform_previous_button):not(.gform_next_button):not(.footer-link):focus {
  color: #e65b18;
  -webkit-text-decoration-color: #e65b18;
  text-decoration-color: #e65b18;
}

section.with-bg {
  /*&.bg-color-2 {
      background-color: $four-color;
    }*/
}

section.with-bg.with-decor {
  position: relative;
}

section.with-bg.with-decor > .container {
  position: relative;
  z-index: 2;
}

section.with-bg.with-decor .bubbles-svg {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 95%;
  width: auto;
  max-height: 480px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  section.with-bg.with-decor .bubbles-svg {
    width: 100%;
    height: auto;
    max-height: none;
  }
}

section.with-bg.with-decor .bubbles-svg .bubbles-circles {
  fill: #fff;
  opacity: 0.3;
}

.blue-gradient,
.hero-box.bg-type-1 {
  background: -webkit-linear-gradient(top, #063B75 0%, #052C57 100%);
  background: linear-gradient(180deg, #063B75 0%, #052C57 100%);
}

.dots-decor-section {
  position: relative;
  overflow: hidden;
}

.dots-decor-section > .container {
  position: relative;
  z-index: 3;
}

.dots-decor-section:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 430px;
  height: 450px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  background-image: url(../../resources/images/dots-decor-top.png);
  background-repeat: no-repeat;
  z-index: 1;
  zoom: 1.25;
}

.dots-decor-section:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 430px;
  height: 450px;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  background-image: url(../../resources/images/dots-decor-top.png);
  background-repeat: no-repeat;
  z-index: 1;
  zoom: 1.25;
}

.dots-decor-section.dots-decor-section-only-right:before {
  content: none;
}

.buttons-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -7.5px -15px -7.5px;
}

@media only screen and (max-width: 767px) {
  .buttons-box {
    margin-top: 20px;
  }
}

.buttons-box > .btn,
.header-buttons .buttons-box > .btn:last-child,
.header-buttons .buttons-box > .gform_next_button:last-child,
.header-buttons .buttons-box > .gform_previous_button:last-child,
.buttons-box > .gform_previous_button,
.buttons-box > .gform_next_button {
  margin: 0 7.5px 15px 7.5px;
}

.font-17 p,
.font-17 li {
  font-size: 17px;
}

.sec-btn-wrap {
  margin-top: 25px;
}

@media only screen and (max-width: 1024px) {
  .sec-btn-wrap {
    margin-top: 20px;
  }
}

.title-decor {
  position: relative;
}

.title-decor:before {
  content: "";
  position: absolute;
  top: 18px;
  left: -20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e65b18;
}

@media only screen and (max-width: 1200px) {
  .title-decor:before {
    width: 30px;
    height: 6px;
    border-radius: 20px;
    top: -12px;
    left: 1px;
  }
}

.title-decor.decor-h2:before {
  top: 12px;
}

@media only screen and (max-width: 1200px) {
  .title-decor.decor-h2:before {
    top: -12px;
    height: 5px;
  }
}

.grid-slider.list-type-1 {
  margin-bottom: -30px;
}

.grid-slider.list-type-1 .grid-slide {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 767px) {
  .grid-slider.list-type-1 .grid-slide {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.grid-slider.list-type-2 .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.grid-slider.list-type-2 .slick-slide {
  height: inherit !important;
}

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.slick-dots > li {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  border: 1px solid transparent;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.slick-dots > li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0f2c6d;
  opacity: 0.3;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.slick-dots > li button {
  display: none !important;
}

.slick-dots > li:hover:before,
.slick-dots > li:focus:before {
  opacity: 0.5;
}

.slick-dots > li:first-child {
  margin-left: 0;
}

.slick-dots > li:last-child {
  margin-right: 0;
}

.slick-dots > li.slick-active {
  border-color: #0f2c6d;
}

.slick-dots > li.slick-active:before {
  opacity: 1;
  background-color: #0f2c6d;
}

.post-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 33.3333333%;
  -ms-flex-preferred-size: 33.3333333%;
  flex-basis: 33.3333333%;
  max-width: 33.3333333%;
}

@media only screen and (max-width: 992px) {
  .post-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .post-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.ajax-posts-list-wrap {
  position: relative;
  min-height: 250px;
}

.ajax-posts-list-wrap .load-more-btn-wrap {
  display: none;
  text-align: center;
  margin-top: 50px;
  position: relative;
}

.ajax-posts-list-wrap .load-more-btn-wrap.loading {
  height: 50px;
}

.ajax-posts-list-wrap .load-more-btn-wrap.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loading.svg);
}

.ajax-posts-list-wrap .load-more-btn-wrap.loading .load-more-btn {
  display: none;
}

.ajax-preloader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ajax-preloader:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px;
  border-radius: 50%;
  border: 10px solid;
  border-color: #e65b18 transparent #e65b18 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ajax-no-posts-info {
  display: none;
  text-align: center;
  padding: 20px;
  color: #0f2c6d;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 25px;
  border: 3px solid #0f2c6d;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .ajax-no-posts-info {
    border-radius: 15px;
  }
}

.ajax-no-posts-info span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.pac-container:after {
  display: none !important;
}

.admin-bar .pac-container {
  -webkit-transform: translateY(-32px) !important;
  -ms-transform: translateY(-32px) !important;
  transform: translateY(-32px) !important;
}

@media only screen and (max-width: 782px) {
  .admin-bar .pac-container {
    -webkit-transform: translateY(-46px) !important;
    -ms-transform: translateY(-46px) !important;
    transform: translateY(-46px) !important;
  }
}

.pac-container .pac-item span {
  color: #0f2c6d;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.pac-container .pac-item span.pac-matched {
  color: #e65b18;
}

.rebranding-class .font-17 p {
  font-size: 16px;
}

.rebranding-class .rel-button-wrap {
  padding-bottom: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .rebranding-class .rel-button-wrap {
    margin-bottom: 25px;
  }
}

.rebranding-class .main-single {
  position: relative;
}

.rebranding-class .main-single:before {
  content: "";
  display: block;
  position: absolute;
  top: 575px;
  left: 0;
  z-index: -1;
  width: 380px;
  height: calc(100% - 575px);
  background-size: 380px calc(100% - 575px);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-single-bg-left.svg);
  background-size: contain;
}

.rebranding-class .main-single:after {
  content: "";
  display: block;
  position: absolute;
  top: 575px;
  right: 0;
  z-index: -1;
  width: 848px;
  height: calc(100% - 575px);
  background-size: 848px calc(100% - 575px);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-single-bg-right.svg);
  background-size: contain;
}

.rebranding-class .sub-title {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding-left: 0;
}

.rebranding-class .sub-title:before {
  position: relative;
  width: 8px;
  height: 10px;
  background-size: 8px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
  border-radius: 0;
  background-color: transparent;
  top: unset;
  left: unset;
  margin-top: 2px;
  padding-right: 8px;
}

.rebranding-class .sub-title.windows-subtitle {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.rebranding-class .sub-title.windows-subtitle:before {
  margin-top: 0;
}

.rebranding-class .blue-gradient,
.rebranding-class .hero-box.bg-type-1 {
  background: #25125C;
}

.rebranding-class .dots-decor-section {
  position: relative;
  overflow: hidden;
}

.rebranding-class .dots-decor-section:before {
  position: absolute;
  top: 0;
  left: -140px;
  content: "";
  display: block;
  width: 340px;
  height: 100%;
  background-size: 340px 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-footer-cta.svg);
  z-index: 0;
  zoom: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-size: contain;
}

@media (max-width: 767px) {
  .rebranding-class .dots-decor-section:before {
    content: none;
  }
}

.rebranding-class .dots-decor-section:after {
  position: absolute;
  top: 0;
  right: -40px;
  content: "";
  display: block;
  width: 190px;
  height: 100%;
  background-size: 190px 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-footer-cta-right.svg);
  background-size: cover;
  z-index: 0;
  zoom: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

@media (max-width: 767px) {
  .rebranding-class .dots-decor-section:after {
    content: none;
  }
}

.rebranding-class .dots-decor-section.dots-decor-section-only-right:before {
  content: none;
}

.rebranding-class section.new-beige {
  background-color: #FDF9F1;
}

.rebranding-class section.new-beige .more-link {
  color: #25125C !important;
}

.rebranding-class section.new-blue {
  background-color: #25125C;
}

.rebranding-class section.new-blue h2.logos-title {
  color: #FFFAF0 !important;
}

.rebranding-class section.new-blue .btn,
.rebranding-class section.new-blue .gform_previous_button,
.rebranding-class section.new-blue .gform_next_button {
  background-color: #FED268;
}

.rebranding-class section.new-blue .btn span,
.rebranding-class section.new-blue .gform_previous_button span,
.rebranding-class section.new-blue .gform_next_button span {
  color: #25125C;
}

.rebranding-class section.new-blue .form-info-wrap a {
  color: #FB6113 !important;
}

.rebranding-class section.new-blue a:hover {
  color: #FB6113 !important;
  text-decoration: underline;
}

.rebranding-class section.new-blue.default-text-section h1,
.rebranding-class section.new-blue.default-text-section h2,
.rebranding-class section.new-blue.default-text-section h3,
.rebranding-class section.new-blue.default-text-section h4,
.rebranding-class section.new-blue.default-text-section p,
.rebranding-class section.new-blue.default-text-section span,
.rebranding-class section.new-blue.text-section h1,
.rebranding-class section.new-blue.text-section h2,
.rebranding-class section.new-blue.text-section h3,
.rebranding-class section.new-blue.text-section h4,
.rebranding-class section.new-blue.text-section p,
.rebranding-class section.new-blue.text-section span,
.rebranding-class section.new-blue .rel-posts-content h1,
.rebranding-class section.new-blue .rel-posts-content h2,
.rebranding-class section.new-blue .rel-posts-content h3,
.rebranding-class section.new-blue .rel-posts-content h4,
.rebranding-class section.new-blue .rel-posts-content p,
.rebranding-class section.new-blue .rel-posts-content span,
.rebranding-class section.new-blue .tt-sec-text h1,
.rebranding-class section.new-blue .tt-sec-text h2,
.rebranding-class section.new-blue .tt-sec-text h3,
.rebranding-class section.new-blue .tt-sec-text h4,
.rebranding-class section.new-blue .tt-sec-text p,
.rebranding-class section.new-blue .tt-sec-text span,
.rebranding-class section.new-blue .tt-text-box h1,
.rebranding-class section.new-blue .tt-text-box h2,
.rebranding-class section.new-blue .tt-text-box h3,
.rebranding-class section.new-blue .tt-text-box h4,
.rebranding-class section.new-blue .tt-text-box p,
.rebranding-class section.new-blue .tt-text-box span,
.rebranding-class section.new-blue .subtitle-wrap h1,
.rebranding-class section.new-blue .subtitle-wrap h2,
.rebranding-class section.new-blue .subtitle-wrap h3,
.rebranding-class section.new-blue .subtitle-wrap h4,
.rebranding-class section.new-blue .subtitle-wrap p,
.rebranding-class section.new-blue .subtitle-wrap span,
.rebranding-class section.new-blue .form-text-box h1,
.rebranding-class section.new-blue .form-text-box h2,
.rebranding-class section.new-blue .form-text-box h3,
.rebranding-class section.new-blue .form-text-box h4,
.rebranding-class section.new-blue .form-text-box p,
.rebranding-class section.new-blue .form-text-box span,
.rebranding-class section.new-blue .form-info-wrap h1,
.rebranding-class section.new-blue .form-info-wrap h2,
.rebranding-class section.new-blue .form-info-wrap h3,
.rebranding-class section.new-blue .form-info-wrap h4,
.rebranding-class section.new-blue .form-info-wrap p,
.rebranding-class section.new-blue .form-info-wrap span {
  color: #FFFAF0 !important;
}

.rebranding-class section.new-gold {
  background-color: #FED268;
}

@media (max-width: 767px) {
  .rebranding-class .sec-top-padding {
    padding-top: 40px !important;
  }
}

@media (max-width: 767px) {
  .rebranding-class .sec-bottom-padding {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 767px) {
  .rebranding-class h2 {
    text-align: left !important;
  }

  .rebranding-class .sub-title {
    padding-left: 0;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

html[lang]:not([lang=nl-NL]) .turn-off-link-on-translations {
  display: none !important;
}

.wp-block-embed.is-type-video iframe {
  width: 100%;
  min-height: 430px;
}

@media (max-width: 1075px) {
  .wp-block-embed.is-type-video iframe {
    min-height: 350px;
  }
}

@media (max-width: 615px) {
  .wp-block-embed.is-type-video iframe {
    min-height: 300px;
  }
}

@media (max-width: 450px) {
  .wp-block-embed.is-type-video iframe {
    min-height: unset;
  }
}

.btn,
.header-buttons .btn:last-child,
.header-buttons .gform_next_button:last-child,
.header-buttons .gform_previous_button:last-child,
.white-header .header-buttons .btn:last-child,
.white-header .header-buttons .gform_next_button:last-child,
.white-header .header-buttons .gform_previous_button:last-child,
.header.active .header-buttons .btn:last-child,
.header.active .header-buttons .gform_next_button:last-child,
.header.active .header-buttons .gform_previous_button:last-child,
.header-type-post-header .header-buttons .btn:last-child,
.header-type-post-header .header-buttons .gform_next_button:last-child,
.header-type-post-header .header-buttons .gform_previous_button:last-child,
.gform_previous_button,
.gform_next_button,
.orange-btn {
  position: relative;
  display: inline-block;
  min-height: 50px;
  background-color: #e65b18;
  border: 2px solid #e65b18;
  border-radius: 5px 5px 0 5px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  vertical-align: unset;
  padding: 13px 20px 11px 20px;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .btn,
  .header-buttons .btn:last-child,
  .header-buttons .gform_next_button:last-child,
  .header-buttons .gform_previous_button:last-child,
  .white-header .header-buttons .btn:last-child,
  .white-header .header-buttons .gform_next_button:last-child,
  .white-header .header-buttons .gform_previous_button:last-child,
  .header.active .header-buttons .btn:last-child,
  .header.active .header-buttons .gform_next_button:last-child,
  .header.active .header-buttons .gform_previous_button:last-child,
  .header-type-post-header .header-buttons .btn:last-child,
  .header-type-post-header .header-buttons .gform_next_button:last-child,
  .header-type-post-header .header-buttons .gform_previous_button:last-child,
  .gform_previous_button,
  .gform_next_button,
  .orange-btn {
    min-height: 42px;
    font-size: 14px;
    padding: 11px 15px 9px 15px;
  }
}

.btn span,
.header-buttons .btn:last-child span,
.header-buttons .gform_next_button:last-child span,
.header-buttons .gform_previous_button:last-child span,
.white-header .header-buttons .btn:last-child span,
.white-header .header-buttons .gform_next_button:last-child span,
.white-header .header-buttons .gform_previous_button:last-child span,
.header.active .header-buttons .btn:last-child span,
.header.active .header-buttons .gform_next_button:last-child span,
.header.active .header-buttons .gform_previous_button:last-child span,
.header-type-post-header .header-buttons .btn:last-child span,
.header-type-post-header .header-buttons .gform_next_button:last-child span,
.header-type-post-header .header-buttons .gform_previous_button:last-child span,
.gform_previous_button span,
.gform_next_button span,
.orange-btn span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.btn:hover,
.header-buttons .btn:hover:last-child,
.header-buttons .gform_next_button:hover:last-child,
.header-buttons .gform_previous_button:hover:last-child,
.gform_previous_button:hover,
.gform_next_button:hover,
.btn:focus,
.header-buttons .btn:focus:last-child,
.header-buttons .gform_next_button:focus:last-child,
.header-buttons .gform_previous_button:focus:last-child,
.gform_previous_button:focus,
.gform_next_button:focus,
.orange-btn:hover,
.orange-btn:focus {
  color: #fff;
  background-color: #093b75;
  border-color: #093b75;
}

.dark-bg .btn:hover,
.dark-bg .gform_previous_button:hover,
.dark-bg .gform_next_button:hover,
.dark-bg .btn:focus,
.dark-bg .gform_previous_button:focus,
.dark-bg .gform_next_button:focus,
.dark-bg .orange-btn:hover,
.dark-bg .orange-btn:focus {
  color: #0f2c6d;
  background-color: #fff;
  border-color: #fff;
}

.btn.with-left-arrow,
.header-buttons .with-left-arrow.btn:last-child,
.header-buttons .with-left-arrow.gform_next_button:last-child,
.header-buttons .with-left-arrow.gform_previous_button:last-child,
.with-left-arrow.gform_previous_button,
.with-left-arrow.gform_next_button,
.orange-btn.with-left-arrow {
  padding-left: 45px;
}

@media only screen and (max-width: 1024px) {
  .btn.with-left-arrow,
  .header-buttons .with-left-arrow.btn:last-child,
  .header-buttons .with-left-arrow.gform_next_button:last-child,
  .header-buttons .with-left-arrow.gform_previous_button:last-child,
  .with-left-arrow.gform_previous_button,
  .with-left-arrow.gform_next_button,
  .orange-btn.with-left-arrow {
    padding-left: 35px;
  }
}

.btn.with-left-arrow:before,
.header-buttons .with-left-arrow.btn:last-child:before,
.header-buttons .with-left-arrow.gform_next_button:last-child:before,
.header-buttons .with-left-arrow.gform_previous_button:last-child:before,
.with-left-arrow.gform_previous_button:before,
.with-left-arrow.gform_next_button:before,
.btn.with-left-arrow:after,
.header-buttons .with-left-arrow.btn:last-child:after,
.header-buttons .with-left-arrow.gform_next_button:last-child:after,
.header-buttons .with-left-arrow.gform_previous_button:last-child:after,
.with-left-arrow.gform_previous_button:after,
.with-left-arrow.gform_next_button:after,
.orange-btn.with-left-arrow:before,
.orange-btn.with-left-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .btn.with-left-arrow:before,
  .header-buttons .with-left-arrow.btn:last-child:before,
  .header-buttons .with-left-arrow.gform_next_button:last-child:before,
  .header-buttons .with-left-arrow.gform_previous_button:last-child:before,
  .with-left-arrow.gform_previous_button:before,
  .with-left-arrow.gform_next_button:before,
  .btn.with-left-arrow:after,
  .header-buttons .with-left-arrow.btn:last-child:after,
  .header-buttons .with-left-arrow.gform_next_button:last-child:after,
  .header-buttons .with-left-arrow.gform_previous_button:last-child:after,
  .with-left-arrow.gform_previous_button:after,
  .with-left-arrow.gform_next_button:after,
  .orange-btn.with-left-arrow:before,
  .orange-btn.with-left-arrow:after {
    left: 11px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}

.btn.with-left-arrow:before,
.header-buttons .with-left-arrow.btn:last-child:before,
.header-buttons .with-left-arrow.gform_next_button:last-child:before,
.header-buttons .with-left-arrow.gform_previous_button:last-child:before,
.with-left-arrow.gform_previous_button:before,
.with-left-arrow.gform_next_button:before,
.orange-btn.with-left-arrow:before {
  opacity: 0;
  width: 14px;
  height: 8px;
  background-size: 14px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-orange.svg);
}

@media only screen and (max-width: 1024px) {
  .btn.with-left-arrow:before,
  .header-buttons .with-left-arrow.btn:last-child:before,
  .header-buttons .with-left-arrow.gform_next_button:last-child:before,
  .header-buttons .with-left-arrow.gform_previous_button:last-child:before,
  .with-left-arrow.gform_previous_button:before,
  .with-left-arrow.gform_next_button:before,
  .orange-btn.with-left-arrow:before {
    width: 12px;
    height: 7px;
    background-size: 12px 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-orange.svg);
  }
}

.btn.with-left-arrow:after,
.header-buttons .with-left-arrow.btn:last-child:after,
.header-buttons .with-left-arrow.gform_next_button:last-child:after,
.header-buttons .with-left-arrow.gform_previous_button:last-child:after,
.with-left-arrow.gform_previous_button:after,
.with-left-arrow.gform_next_button:after,
.orange-btn.with-left-arrow:after {
  opacity: 1;
  width: 14px;
  height: 8px;
  background-size: 14px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

@media only screen and (max-width: 1024px) {
  .btn.with-left-arrow:after,
  .header-buttons .with-left-arrow.btn:last-child:after,
  .header-buttons .with-left-arrow.gform_next_button:last-child:after,
  .header-buttons .with-left-arrow.gform_previous_button:last-child:after,
  .with-left-arrow.gform_previous_button:after,
  .with-left-arrow.gform_next_button:after,
  .orange-btn.with-left-arrow:after {
    width: 12px;
    height: 7px;
    background-size: 12px 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-white.svg);
  }
}

.btn.with-right-arrow,
.header-buttons .with-right-arrow.btn:last-child,
.header-buttons .with-right-arrow.gform_next_button:last-child,
.header-buttons .with-right-arrow.gform_previous_button:last-child,
.with-right-arrow.gform_previous_button,
.with-right-arrow.gform_next_button,
.orange-btn.with-right-arrow {
  padding-right: 45px;
}

@media only screen and (max-width: 1024px) {
  .btn.with-right-arrow,
  .header-buttons .with-right-arrow.btn:last-child,
  .header-buttons .with-right-arrow.gform_next_button:last-child,
  .header-buttons .with-right-arrow.gform_previous_button:last-child,
  .with-right-arrow.gform_previous_button,
  .with-right-arrow.gform_next_button,
  .orange-btn.with-right-arrow {
    padding-right: 35px;
  }
}

.btn.with-right-arrow:before,
.header-buttons .with-right-arrow.btn:last-child:before,
.header-buttons .with-right-arrow.gform_next_button:last-child:before,
.header-buttons .with-right-arrow.gform_previous_button:last-child:before,
.with-right-arrow.gform_previous_button:before,
.with-right-arrow.gform_next_button:before,
.btn.with-right-arrow:after,
.header-buttons .with-right-arrow.btn:last-child:after,
.header-buttons .with-right-arrow.gform_next_button:last-child:after,
.header-buttons .with-right-arrow.gform_previous_button:last-child:after,
.with-right-arrow.gform_previous_button:after,
.with-right-arrow.gform_next_button:after,
.orange-btn.with-right-arrow:before,
.orange-btn.with-right-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .btn.with-right-arrow:before,
  .header-buttons .with-right-arrow.btn:last-child:before,
  .header-buttons .with-right-arrow.gform_next_button:last-child:before,
  .header-buttons .with-right-arrow.gform_previous_button:last-child:before,
  .with-right-arrow.gform_previous_button:before,
  .with-right-arrow.gform_next_button:before,
  .btn.with-right-arrow:after,
  .header-buttons .with-right-arrow.btn:last-child:after,
  .header-buttons .with-right-arrow.gform_next_button:last-child:after,
  .header-buttons .with-right-arrow.gform_previous_button:last-child:after,
  .with-right-arrow.gform_previous_button:after,
  .with-right-arrow.gform_next_button:after,
  .orange-btn.with-right-arrow:before,
  .orange-btn.with-right-arrow:after {
    right: 11px;
  }
}

.btn.with-right-arrow:before,
.header-buttons .with-right-arrow.btn:last-child:before,
.header-buttons .with-right-arrow.gform_next_button:last-child:before,
.header-buttons .with-right-arrow.gform_previous_button:last-child:before,
.with-right-arrow.gform_previous_button:before,
.with-right-arrow.gform_next_button:before,
.orange-btn.with-right-arrow:before {
  opacity: 0;
  width: 14px;
  height: 8px;
  background-size: 14px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-orange.svg);
}

@media only screen and (max-width: 1024px) {
  .btn.with-right-arrow:before,
  .header-buttons .with-right-arrow.btn:last-child:before,
  .header-buttons .with-right-arrow.gform_next_button:last-child:before,
  .header-buttons .with-right-arrow.gform_previous_button:last-child:before,
  .with-right-arrow.gform_previous_button:before,
  .with-right-arrow.gform_next_button:before,
  .orange-btn.with-right-arrow:before {
    width: 12px;
    height: 7px;
    background-size: 12px 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-orange.svg);
  }
}

.btn.with-right-arrow:after,
.header-buttons .with-right-arrow.btn:last-child:after,
.header-buttons .with-right-arrow.gform_next_button:last-child:after,
.header-buttons .with-right-arrow.gform_previous_button:last-child:after,
.with-right-arrow.gform_previous_button:after,
.with-right-arrow.gform_next_button:after,
.orange-btn.with-right-arrow:after {
  opacity: 1;
  width: 14px;
  height: 8px;
  background-size: 14px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

@media only screen and (max-width: 1024px) {
  .btn.with-right-arrow:after,
  .header-buttons .with-right-arrow.btn:last-child:after,
  .header-buttons .with-right-arrow.gform_next_button:last-child:after,
  .header-buttons .with-right-arrow.gform_previous_button:last-child:after,
  .with-right-arrow.gform_previous_button:after,
  .with-right-arrow.gform_next_button:after,
  .orange-btn.with-right-arrow:after {
    width: 12px;
    height: 7px;
    background-size: 12px 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-white.svg);
  }
}

.btn.dark-blue-btn,
.header-buttons .btn:last-child,
.white-header .header-buttons .btn:last-child,
.header.active .header-buttons .btn:last-child,
.header-type-post-header .header-buttons .btn:last-child,
.header-buttons .gform_next_button:last-child,
.white-header .header-buttons .gform_next_button:last-child,
.header-type-post-header .header-buttons .gform_next_button:last-child,
.header-buttons .gform_previous_button:last-child,
.white-header .header-buttons .gform_previous_button:last-child,
.header-type-post-header .header-buttons .gform_previous_button:last-child,
.dark-blue-btn.gform_previous_button,
.dark-blue-btn.gform_next_button,
.orange-btn.dark-blue-btn {
  color: #fff;
  background-color: #093b75;
  border-color: #093b75;
}

.btn.dark-blue-btn:hover,
.header-buttons .btn:hover:last-child,
.dark-blue-btn.gform_previous_button:hover,
.header-buttons .gform_previous_button:hover:last-child,
.dark-blue-btn.gform_next_button:hover,
.header-buttons .gform_next_button:hover:last-child,
.btn.dark-blue-btn:focus,
.header-buttons .btn:focus:last-child,
.dark-blue-btn.gform_previous_button:focus,
.header-buttons .gform_previous_button:focus:last-child,
.dark-blue-btn.gform_next_button:focus,
.header-buttons .gform_next_button:focus:last-child,
.orange-btn.dark-blue-btn:hover,
.orange-btn.dark-blue-btn:focus {
  color: #fff;
  background-color: #e65b18;
  border-color: #e65b18;
}

.btn.white-btn,
.header-buttons .white-btn.btn:last-child,
.header-buttons .white-btn.gform_next_button:last-child,
.header-buttons .white-btn.gform_previous_button:last-child,
.white-header .header-buttons .btn:last-child,
.white-header .header-buttons .gform_next_button:last-child,
.white-header .header-buttons .gform_previous_button:last-child,
.header.active .header-buttons .btn:last-child,
.header.active .header-buttons .gform_next_button:last-child,
.header.active .header-buttons .gform_previous_button:last-child,
.header-type-post-header .header-buttons .btn:last-child,
.header-type-post-header .header-buttons .gform_next_button:last-child,
.header-type-post-header .header-buttons .gform_previous_button:last-child,
.white-btn.gform_previous_button,
.white-btn.gform_next_button,
.orange-btn.white-btn {
  color: #e65b18;
  background-color: #fff;
  border-color: #fff;
}

.btn.white-btn:hover,
.white-header .header-buttons .btn:hover:last-child,
.white-header .header-buttons .gform_next_button:hover:last-child,
.white-header .header-buttons .gform_previous_button:hover:last-child,
.header.active .header-buttons .btn:hover:last-child,
.header.active .header-buttons .gform_next_button:hover:last-child,
.header.active .header-buttons .gform_previous_button:hover:last-child,
.header-type-post-header .header-buttons .btn:hover:last-child,
.header-type-post-header .header-buttons .gform_next_button:hover:last-child,
.header-type-post-header .header-buttons .gform_previous_button:hover:last-child,
.white-btn.gform_previous_button:hover,
.white-btn.gform_next_button:hover,
.btn.white-btn:focus,
.white-header .header-buttons .btn:focus:last-child,
.white-header .header-buttons .gform_next_button:focus:last-child,
.white-header .header-buttons .gform_previous_button:focus:last-child,
.header.active .header-buttons .btn:focus:last-child,
.header.active .header-buttons .gform_next_button:focus:last-child,
.header.active .header-buttons .gform_previous_button:focus:last-child,
.header-type-post-header .header-buttons .btn:focus:last-child,
.header-type-post-header .header-buttons .gform_next_button:focus:last-child,
.header-type-post-header .header-buttons .gform_previous_button:focus:last-child,
.white-btn.gform_previous_button:focus,
.white-btn.gform_next_button:focus,
.orange-btn.white-btn:hover,
.orange-btn.white-btn:focus {
  color: #fff;
  background-color: #e65b18;
  border-color: #e65b18;
}

.btn.white-btn.with-left-arrow:before,
.white-header .header-buttons .btn.with-left-arrow:last-child:before,
.white-header .header-buttons .with-left-arrow.gform_next_button:last-child:before,
.white-header .header-buttons .with-left-arrow.gform_previous_button:last-child:before,
.header.active .header-buttons .btn.with-left-arrow:last-child:before,
.header.active .header-buttons .with-left-arrow.gform_next_button:last-child:before,
.header.active .header-buttons .with-left-arrow.gform_previous_button:last-child:before,
.header-type-post-header .header-buttons .btn.with-left-arrow:last-child:before,
.header-type-post-header .header-buttons .with-left-arrow.gform_next_button:last-child:before,
.header-type-post-header .header-buttons .with-left-arrow.gform_previous_button:last-child:before,
.white-btn.with-left-arrow.gform_previous_button:before,
.white-btn.with-left-arrow.gform_next_button:before,
.btn.white-btn.with-right-arrow:before,
.white-header .header-buttons .btn.with-right-arrow:last-child:before,
.white-header .header-buttons .with-right-arrow.gform_next_button:last-child:before,
.white-header .header-buttons .with-right-arrow.gform_previous_button:last-child:before,
.header.active .header-buttons .btn.with-right-arrow:last-child:before,
.header.active .header-buttons .with-right-arrow.gform_next_button:last-child:before,
.header.active .header-buttons .with-right-arrow.gform_previous_button:last-child:before,
.header-type-post-header .header-buttons .btn.with-right-arrow:last-child:before,
.header-type-post-header .header-buttons .with-right-arrow.gform_next_button:last-child:before,
.header-type-post-header .header-buttons .with-right-arrow.gform_previous_button:last-child:before,
.white-btn.with-right-arrow.gform_previous_button:before,
.white-btn.with-right-arrow.gform_next_button:before,
.orange-btn.white-btn.with-left-arrow:before,
.orange-btn.white-btn.with-right-arrow:before {
  opacity: 1;
}

.btn.white-btn.with-left-arrow:after,
.white-header .header-buttons .btn.with-left-arrow:last-child:after,
.white-header .header-buttons .with-left-arrow.gform_next_button:last-child:after,
.white-header .header-buttons .with-left-arrow.gform_previous_button:last-child:after,
.header.active .header-buttons .btn.with-left-arrow:last-child:after,
.header.active .header-buttons .with-left-arrow.gform_next_button:last-child:after,
.header.active .header-buttons .with-left-arrow.gform_previous_button:last-child:after,
.header-type-post-header .header-buttons .btn.with-left-arrow:last-child:after,
.header-type-post-header .header-buttons .with-left-arrow.gform_next_button:last-child:after,
.header-type-post-header .header-buttons .with-left-arrow.gform_previous_button:last-child:after,
.white-btn.with-left-arrow.gform_previous_button:after,
.white-btn.with-left-arrow.gform_next_button:after,
.btn.white-btn.with-right-arrow:after,
.white-header .header-buttons .btn.with-right-arrow:last-child:after,
.white-header .header-buttons .with-right-arrow.gform_next_button:last-child:after,
.white-header .header-buttons .with-right-arrow.gform_previous_button:last-child:after,
.header.active .header-buttons .btn.with-right-arrow:last-child:after,
.header.active .header-buttons .with-right-arrow.gform_next_button:last-child:after,
.header.active .header-buttons .with-right-arrow.gform_previous_button:last-child:after,
.header-type-post-header .header-buttons .btn.with-right-arrow:last-child:after,
.header-type-post-header .header-buttons .with-right-arrow.gform_next_button:last-child:after,
.header-type-post-header .header-buttons .with-right-arrow.gform_previous_button:last-child:after,
.white-btn.with-right-arrow.gform_previous_button:after,
.white-btn.with-right-arrow.gform_next_button:after,
.orange-btn.white-btn.with-left-arrow:after,
.orange-btn.white-btn.with-right-arrow:after {
  opacity: 0;
}

.btn.white-btn.with-left-arrow:hover:before,
.white-header .header-buttons .btn.with-left-arrow:hover:last-child:before,
.white-header .header-buttons .with-left-arrow.gform_next_button:hover:last-child:before,
.white-header .header-buttons .with-left-arrow.gform_previous_button:hover:last-child:before,
.header.active .header-buttons .btn.with-left-arrow:hover:last-child:before,
.header.active .header-buttons .with-left-arrow.gform_next_button:hover:last-child:before,
.header.active .header-buttons .with-left-arrow.gform_previous_button:hover:last-child:before,
.header-type-post-header .header-buttons .btn.with-left-arrow:hover:last-child:before,
.header-type-post-header .header-buttons .with-left-arrow.gform_next_button:hover:last-child:before,
.header-type-post-header .header-buttons .with-left-arrow.gform_previous_button:hover:last-child:before,
.white-btn.with-left-arrow.gform_previous_button:hover:before,
.white-btn.with-left-arrow.gform_next_button:hover:before,
.btn.white-btn.with-left-arrow:focus:before,
.white-header .header-buttons .btn.with-left-arrow:focus:last-child:before,
.white-header .header-buttons .with-left-arrow.gform_next_button:focus:last-child:before,
.white-header .header-buttons .with-left-arrow.gform_previous_button:focus:last-child:before,
.header.active .header-buttons .btn.with-left-arrow:focus:last-child:before,
.header.active .header-buttons .with-left-arrow.gform_next_button:focus:last-child:before,
.header.active .header-buttons .with-left-arrow.gform_previous_button:focus:last-child:before,
.header-type-post-header .header-buttons .btn.with-left-arrow:focus:last-child:before,
.header-type-post-header .header-buttons .with-left-arrow.gform_next_button:focus:last-child:before,
.header-type-post-header .header-buttons .with-left-arrow.gform_previous_button:focus:last-child:before,
.white-btn.with-left-arrow.gform_previous_button:focus:before,
.white-btn.with-left-arrow.gform_next_button:focus:before,
.btn.white-btn.with-right-arrow:hover:before,
.white-header .header-buttons .btn.with-right-arrow:hover:last-child:before,
.white-header .header-buttons .with-right-arrow.gform_next_button:hover:last-child:before,
.white-header .header-buttons .with-right-arrow.gform_previous_button:hover:last-child:before,
.header.active .header-buttons .btn.with-right-arrow:hover:last-child:before,
.header.active .header-buttons .with-right-arrow.gform_next_button:hover:last-child:before,
.header.active .header-buttons .with-right-arrow.gform_previous_button:hover:last-child:before,
.header-type-post-header .header-buttons .btn.with-right-arrow:hover:last-child:before,
.header-type-post-header .header-buttons .with-right-arrow.gform_next_button:hover:last-child:before,
.header-type-post-header .header-buttons .with-right-arrow.gform_previous_button:hover:last-child:before,
.white-btn.with-right-arrow.gform_previous_button:hover:before,
.white-btn.with-right-arrow.gform_next_button:hover:before,
.btn.white-btn.with-right-arrow:focus:before,
.white-header .header-buttons .btn.with-right-arrow:focus:last-child:before,
.white-header .header-buttons .with-right-arrow.gform_next_button:focus:last-child:before,
.white-header .header-buttons .with-right-arrow.gform_previous_button:focus:last-child:before,
.header.active .header-buttons .btn.with-right-arrow:focus:last-child:before,
.header.active .header-buttons .with-right-arrow.gform_next_button:focus:last-child:before,
.header.active .header-buttons .with-right-arrow.gform_previous_button:focus:last-child:before,
.header-type-post-header .header-buttons .btn.with-right-arrow:focus:last-child:before,
.header-type-post-header .header-buttons .with-right-arrow.gform_next_button:focus:last-child:before,
.header-type-post-header .header-buttons .with-right-arrow.gform_previous_button:focus:last-child:before,
.white-btn.with-right-arrow.gform_previous_button:focus:before,
.white-btn.with-right-arrow.gform_next_button:focus:before,
.orange-btn.white-btn.with-left-arrow:hover:before,
.orange-btn.white-btn.with-left-arrow:focus:before,
.orange-btn.white-btn.with-right-arrow:hover:before,
.orange-btn.white-btn.with-right-arrow:focus:before {
  opacity: 0;
}

.btn.white-btn.with-left-arrow:hover:after,
.white-header .header-buttons .btn.with-left-arrow:hover:last-child:after,
.white-header .header-buttons .with-left-arrow.gform_next_button:hover:last-child:after,
.white-header .header-buttons .with-left-arrow.gform_previous_button:hover:last-child:after,
.header.active .header-buttons .btn.with-left-arrow:hover:last-child:after,
.header.active .header-buttons .with-left-arrow.gform_next_button:hover:last-child:after,
.header.active .header-buttons .with-left-arrow.gform_previous_button:hover:last-child:after,
.header-type-post-header .header-buttons .btn.with-left-arrow:hover:last-child:after,
.header-type-post-header .header-buttons .with-left-arrow.gform_next_button:hover:last-child:after,
.header-type-post-header .header-buttons .with-left-arrow.gform_previous_button:hover:last-child:after,
.white-btn.with-left-arrow.gform_previous_button:hover:after,
.white-btn.with-left-arrow.gform_next_button:hover:after,
.btn.white-btn.with-left-arrow:focus:after,
.white-header .header-buttons .btn.with-left-arrow:focus:last-child:after,
.white-header .header-buttons .with-left-arrow.gform_next_button:focus:last-child:after,
.white-header .header-buttons .with-left-arrow.gform_previous_button:focus:last-child:after,
.header.active .header-buttons .btn.with-left-arrow:focus:last-child:after,
.header.active .header-buttons .with-left-arrow.gform_next_button:focus:last-child:after,
.header.active .header-buttons .with-left-arrow.gform_previous_button:focus:last-child:after,
.header-type-post-header .header-buttons .btn.with-left-arrow:focus:last-child:after,
.header-type-post-header .header-buttons .with-left-arrow.gform_next_button:focus:last-child:after,
.header-type-post-header .header-buttons .with-left-arrow.gform_previous_button:focus:last-child:after,
.white-btn.with-left-arrow.gform_previous_button:focus:after,
.white-btn.with-left-arrow.gform_next_button:focus:after,
.btn.white-btn.with-right-arrow:hover:after,
.white-header .header-buttons .btn.with-right-arrow:hover:last-child:after,
.white-header .header-buttons .with-right-arrow.gform_next_button:hover:last-child:after,
.white-header .header-buttons .with-right-arrow.gform_previous_button:hover:last-child:after,
.header.active .header-buttons .btn.with-right-arrow:hover:last-child:after,
.header.active .header-buttons .with-right-arrow.gform_next_button:hover:last-child:after,
.header.active .header-buttons .with-right-arrow.gform_previous_button:hover:last-child:after,
.header-type-post-header .header-buttons .btn.with-right-arrow:hover:last-child:after,
.header-type-post-header .header-buttons .with-right-arrow.gform_next_button:hover:last-child:after,
.header-type-post-header .header-buttons .with-right-arrow.gform_previous_button:hover:last-child:after,
.white-btn.with-right-arrow.gform_previous_button:hover:after,
.white-btn.with-right-arrow.gform_next_button:hover:after,
.btn.white-btn.with-right-arrow:focus:after,
.white-header .header-buttons .btn.with-right-arrow:focus:last-child:after,
.white-header .header-buttons .with-right-arrow.gform_next_button:focus:last-child:after,
.white-header .header-buttons .with-right-arrow.gform_previous_button:focus:last-child:after,
.header.active .header-buttons .btn.with-right-arrow:focus:last-child:after,
.header.active .header-buttons .with-right-arrow.gform_next_button:focus:last-child:after,
.header.active .header-buttons .with-right-arrow.gform_previous_button:focus:last-child:after,
.header-type-post-header .header-buttons .btn.with-right-arrow:focus:last-child:after,
.header-type-post-header .header-buttons .with-right-arrow.gform_next_button:focus:last-child:after,
.header-type-post-header .header-buttons .with-right-arrow.gform_previous_button:focus:last-child:after,
.white-btn.with-right-arrow.gform_previous_button:focus:after,
.white-btn.with-right-arrow.gform_next_button:focus:after,
.orange-btn.white-btn.with-left-arrow:hover:after,
.orange-btn.white-btn.with-left-arrow:focus:after,
.orange-btn.white-btn.with-right-arrow:hover:after,
.orange-btn.white-btn.with-right-arrow:focus:after {
  opacity: 1;
}

.btn.small-btn,
.header-buttons .small-btn.btn:last-child,
.header-buttons .small-btn.gform_next_button:last-child,
.header-buttons .small-btn.gform_previous_button:last-child,
.small-btn.gform_previous_button,
.small-btn.gform_next_button,
.orange-btn.small-btn {
  min-height: 42px;
  font-size: 14px;
  padding: 11px 15px 9px 15px;
}

.btn.small-btn.with-left-arrow,
.white-header .header-buttons .small-btn.with-left-arrow.btn:last-child,
.header.active .header-buttons .small-btn.with-left-arrow.btn:last-child,
.header-type-post-header .header-buttons .small-btn.with-left-arrow.btn:last-child,
.small-btn.with-left-arrow.gform_previous_button,
.small-btn.with-left-arrow.gform_next_button,
.orange-btn.small-btn.with-left-arrow {
  padding-left: 35px;
}

.btn.small-btn.with-left-arrow:before,
.white-header .header-buttons .small-btn.with-left-arrow.btn:last-child:before,
.header.active .header-buttons .small-btn.with-left-arrow.btn:last-child:before,
.header-type-post-header .header-buttons .small-btn.with-left-arrow.btn:last-child:before,
.small-btn.with-left-arrow.gform_previous_button:before,
.small-btn.with-left-arrow.gform_next_button:before,
.btn.small-btn.with-left-arrow:after,
.white-header .header-buttons .small-btn.with-left-arrow.btn:last-child:after,
.header.active .header-buttons .small-btn.with-left-arrow.btn:last-child:after,
.header-type-post-header .header-buttons .small-btn.with-left-arrow.btn:last-child:after,
.small-btn.with-left-arrow.gform_previous_button:after,
.small-btn.with-left-arrow.gform_next_button:after,
.orange-btn.small-btn.with-left-arrow:before,
.orange-btn.small-btn.with-left-arrow:after {
  left: 11px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.btn.small-btn.with-left-arrow:before,
.white-header .header-buttons .small-btn.with-left-arrow.btn:last-child:before,
.header.active .header-buttons .small-btn.with-left-arrow.btn:last-child:before,
.header-type-post-header .header-buttons .small-btn.with-left-arrow.btn:last-child:before,
.small-btn.with-left-arrow.gform_previous_button:before,
.small-btn.with-left-arrow.gform_next_button:before,
.orange-btn.small-btn.with-left-arrow:before {
  width: 12px;
  height: 7px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-orange.svg);
}

.btn.small-btn.with-left-arrow:after,
.white-header .header-buttons .small-btn.with-left-arrow.btn:last-child:after,
.header.active .header-buttons .small-btn.with-left-arrow.btn:last-child:after,
.header-type-post-header .header-buttons .small-btn.with-left-arrow.btn:last-child:after,
.small-btn.with-left-arrow.gform_previous_button:after,
.small-btn.with-left-arrow.gform_next_button:after,
.orange-btn.small-btn.with-left-arrow:after {
  width: 12px;
  height: 7px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.btn.small-btn.with-right-arrow,
.white-header .header-buttons .small-btn.with-right-arrow.btn:last-child,
.header.active .header-buttons .small-btn.with-right-arrow.btn:last-child,
.header-type-post-header .header-buttons .small-btn.with-right-arrow.btn:last-child,
.small-btn.with-right-arrow.gform_previous_button,
.small-btn.with-right-arrow.gform_next_button,
.orange-btn.small-btn.with-right-arrow {
  padding-right: 35px;
}

.btn.small-btn.with-right-arrow:before,
.white-header .header-buttons .small-btn.with-right-arrow.btn:last-child:before,
.header.active .header-buttons .small-btn.with-right-arrow.btn:last-child:before,
.header-type-post-header .header-buttons .small-btn.with-right-arrow.btn:last-child:before,
.small-btn.with-right-arrow.gform_previous_button:before,
.small-btn.with-right-arrow.gform_next_button:before,
.btn.small-btn.with-right-arrow:after,
.white-header .header-buttons .small-btn.with-right-arrow.btn:last-child:after,
.header.active .header-buttons .small-btn.with-right-arrow.btn:last-child:after,
.header-type-post-header .header-buttons .small-btn.with-right-arrow.btn:last-child:after,
.small-btn.with-right-arrow.gform_previous_button:after,
.small-btn.with-right-arrow.gform_next_button:after,
.orange-btn.small-btn.with-right-arrow:before,
.orange-btn.small-btn.with-right-arrow:after {
  right: 11px;
}

.btn.small-btn.with-right-arrow:before,
.white-header .header-buttons .small-btn.with-right-arrow.btn:last-child:before,
.header.active .header-buttons .small-btn.with-right-arrow.btn:last-child:before,
.header-type-post-header .header-buttons .small-btn.with-right-arrow.btn:last-child:before,
.small-btn.with-right-arrow.gform_previous_button:before,
.small-btn.with-right-arrow.gform_next_button:before,
.orange-btn.small-btn.with-right-arrow:before {
  width: 12px;
  height: 7px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-orange.svg);
}

.btn.small-btn.with-right-arrow:after,
.white-header .header-buttons .small-btn.with-right-arrow.btn:last-child:after,
.header.active .header-buttons .small-btn.with-right-arrow.btn:last-child:after,
.header-type-post-header .header-buttons .small-btn.with-right-arrow.btn:last-child:after,
.small-btn.with-right-arrow.gform_previous_button:after,
.small-btn.with-right-arrow.gform_next_button:after,
.orange-btn.small-btn.with-right-arrow:after {
  width: 12px;
  height: 7px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.btn.short-code,
.header-buttons .short-code.btn:last-child,
.header-buttons .short-code.gform_next_button:last-child,
.header-buttons .short-code.gform_previous_button:last-child,
.short-code.gform_previous_button,
.short-code.gform_next_button,
.orange-btn.short-code {
  margin-bottom: 30px;
}

.back-link,
.vac-single-section .vac-back-link-wrap .back-link {
  position: relative;
  display: inline-block;
  color: #0f2c6d;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 17px;
}

.back-link:before,
.vac-single-section .vac-back-link-wrap .back-link:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 12px;
  height: 7px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.back-link:after,
.vac-single-section .vac-back-link-wrap .back-link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0f2c6d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.back-link span,
.vac-single-section .vac-back-link-wrap .back-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.back-link:hover:after,
.vac-single-section .vac-back-link-wrap .back-link:hover:after,
.back-link:focus:after,
.vac-single-section .vac-back-link-wrap .back-link:focus:after {
  width: 100%;
}

.back-link.back-link-white,
.vac-single-section .vac-back-link-wrap .back-link {
  color: #fff;
  font-weight: 700;
}

.back-link.back-link-white:before,
.vac-single-section .vac-back-link-wrap .back-link:before {
  opacity: 1;
  width: 12px;
  height: 7px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.back-link.back-link-white:after,
.vac-single-section .vac-back-link-wrap .back-link:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
  bottom: auto;
  width: auto;
  height: auto;
  background-color: transparent;
  width: 12px;
  height: 7px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-orange.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.back-link.back-link-white.windows-btn,
.vac-single-section .vac-back-link-wrap .back-link.windows-btn {
  top: 5px;
}

.back-link.back-link-white:hover,
.vac-single-section .vac-back-link-wrap .back-link:hover,
.back-link.back-link-white:focus,
.vac-single-section .vac-back-link-wrap .back-link:focus {
  color: #e65b18;
}

.back-link.back-link-white:hover:before,
.vac-single-section .vac-back-link-wrap .back-link:hover:before,
.back-link.back-link-white:focus:before,
.vac-single-section .vac-back-link-wrap .back-link:focus:before {
  opacity: 0;
}

.back-link.back-link-white:hover:after,
.vac-single-section .vac-back-link-wrap .back-link:hover:after,
.back-link.back-link-white:focus:after,
.vac-single-section .vac-back-link-wrap .back-link:focus:after {
  opacity: 1;
}

.simple-link {
  position: relative;
  color: #0f2c6d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none !important;
  padding-right: 18px;
}

.simple-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  width: 12px;
  height: 7px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-orange.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.simple-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.simple-link:hover,
.simple-link:focus {
  color: #e65b18;
}

.simple-link:hover:after,
.simple-link:focus:after {
  right: -3px;
}

.more-link,
.link-btn {
  position: relative;
  display: inline-block;
  color: #e65b18;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-right: 17px;
}

.more-link:before,
.link-btn:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e65b18;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.more-link:after,
.link-btn:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 12px;
  height: 7px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-orange.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.more-link span,
.link-btn span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.more-link:hover,
.more-link:focus,
.link-btn:hover,
.link-btn:focus {
  color: #e65b18;
}

.more-link:hover:before,
.more-link:focus:before,
.link-btn:hover:before,
.link-btn:focus:before {
  width: 100%;
}

.more-link.white-more,
.link-btn.white-more {
  color: #fff;
}

.more-link.white-more:before,
.link-btn.white-more:before {
  background-color: #fff;
}

.more-link.white-more:after,
.link-btn.white-more:after {
  width: 12px;
  height: 7px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.more-link.blue-more,
.link-btn.blue-more {
  color: #0f2c6d;
}

.more-link.blue-more:before,
.link-btn.blue-more:before {
  background-color: #0f2c6d;
}

.more-link.blue-more:after,
.link-btn.blue-more:after {
  width: 12px;
  height: 7px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.rebranding-class .btn,
.rebranding-class .header-buttons .btn:last-child,
.header-buttons .rebranding-class .btn:last-child,
.rebranding-class .header-buttons .gform_next_button:last-child,
.header-buttons .rebranding-class .gform_next_button:last-child,
.rebranding-class .header-buttons .gform_previous_button:last-child,
.header-buttons .rebranding-class .gform_previous_button:last-child,
.rebranding-class .gform_previous_button,
.rebranding-class .gform_next_button {
  position: relative;
  color: #FFFAF0;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: none;
  border-radius: 5px;
  border: none;
  box-shadow: 1px 3px 5px rgba(15, 8, 96, 0.12);
  padding: 0 36px 0 18px;
  min-height: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: grid;
  place-content: center;
}

.rebranding-class .btn span,
.rebranding-class .header-buttons .btn:last-child span,
.header-buttons .rebranding-class .btn:last-child span,
.rebranding-class .header-buttons .gform_next_button:last-child span,
.header-buttons .rebranding-class .gform_next_button:last-child span,
.rebranding-class .header-buttons .gform_previous_button:last-child span,
.header-buttons .rebranding-class .gform_previous_button:last-child span,
.rebranding-class .gform_previous_button span,
.rebranding-class .gform_next_button span {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
  padding: 0;
}

.rebranding-class .btn.windows-btn span,
.rebranding-class .windows-btn.gform_previous_button span,
.rebranding-class .windows-btn.gform_next_button span {
  margin-top: 2px;
  margin-bottom: 0;
}

@-moz-document url-prefix()  {
  .rebranding-class .btn span,
  .rebranding-class .header-buttons .btn:last-child span,
  .header-buttons .rebranding-class .btn:last-child span,
  .rebranding-class .header-buttons .gform_next_button:last-child span,
  .header-buttons .rebranding-class .gform_next_button:last-child span,
  .rebranding-class .header-buttons .gform_previous_button:last-child span,
  .header-buttons .rebranding-class .gform_previous_button:last-child span,
  .rebranding-class .gform_previous_button span,
  .rebranding-class .gform_next_button span {
    margin-bottom: 5px;
  }
}

.rebranding-class .btn:after,
.rebranding-class .header-buttons .btn:last-child:after,
.header-buttons .rebranding-class .btn:last-child:after,
.rebranding-class .header-buttons .gform_next_button:last-child:after,
.header-buttons .rebranding-class .gform_next_button:last-child:after,
.rebranding-class .header-buttons .gform_previous_button:last-child:after,
.header-buttons .rebranding-class .gform_previous_button:last-child:after,
.rebranding-class .gform_previous_button:after,
.rebranding-class .gform_next_button:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
  display: block;
  width: 8px;
  height: 10px;
  background-size: 8px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rebranding-class .btn:hover:after,
.rebranding-class .gform_previous_button:hover:after,
.rebranding-class .gform_next_button:hover:after,
.rebranding-class .btn:focus:after,
.rebranding-class .gform_previous_button:focus:after,
.rebranding-class .gform_next_button:focus:after {
  right: 13px;
}

.rebranding-class .btn.short-code.with-left-arrow,
.rebranding-class .short-code.with-left-arrow.gform_previous_button,
.rebranding-class .short-code.with-left-arrow.gform_next_button {
  padding: 0 18px 0 36px;
}

.rebranding-class .btn.short-code.with-left-arrow:before,
.rebranding-class .short-code.with-left-arrow.gform_previous_button:before,
.rebranding-class .short-code.with-left-arrow.gform_next_button:before {
  content: none;
}

.rebranding-class .btn.short-code.with-left-arrow:after,
.rebranding-class .short-code.with-left-arrow.gform_previous_button:after,
.rebranding-class .short-code.with-left-arrow.gform_next_button:after {
  right: unset !important;
}

.rebranding-class .btn.short-code.with-left-arrow:hover:after,
.rebranding-class .short-code.with-left-arrow.gform_previous_button:hover:after,
.rebranding-class .short-code.with-left-arrow.gform_next_button:hover:after,
.rebranding-class .btn.short-code.with-left-arrow:focus:after,
.rebranding-class .short-code.with-left-arrow.gform_previous_button:focus:after,
.rebranding-class .short-code.with-left-arrow.gform_next_button:focus:after {
  left: 20px;
}

.rebranding-class .btn.short-code.with-right-arrow:before,
.rebranding-class .short-code.with-right-arrow.gform_previous_button:before,
.rebranding-class .short-code.with-right-arrow.gform_next_button:before {
  content: none;
}

.rebranding-class .btn.short-code.with-right-arrow:after,
.rebranding-class .short-code.with-right-arrow.gform_previous_button:after,
.rebranding-class .short-code.with-right-arrow.gform_next_button:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
  display: block;
  width: 8px;
  height: 10px;
  background-size: 8px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.rebranding-class .btn.short-code.with-right-arrow:hover:after,
.rebranding-class .short-code.with-right-arrow.gform_previous_button:hover:after,
.rebranding-class .short-code.with-right-arrow.gform_next_button:hover:after,
.rebranding-class .btn.short-code.with-right-arrow:focus:after,
.rebranding-class .short-code.with-right-arrow.gform_previous_button:focus:after,
.rebranding-class .short-code.with-right-arrow.gform_next_button:focus:after {
  right: 13px;
}

.rebranding-class .new-default.btn,
.rebranding-class .btn,
.rebranding-class .header-buttons .btn:last-child,
.header-buttons .rebranding-class .btn:last-child,
.rebranding-class .header-buttons .gform_next_button:last-child,
.header-buttons .rebranding-class .gform_next_button:last-child,
.rebranding-class .header-buttons .gform_previous_button:last-child,
.header-buttons .rebranding-class .gform_previous_button:last-child,
.rebranding-class .gform_previous_button,
.rebranding-class .gform_next_button,
.rebranding-class .btn.short-code.dark-blue-btn {
  background-color: #25125C;
}

.rebranding-class .new-default.btn:hover,
.rebranding-class .new-default.btn:focus,
.rebranding-class .btn:hover,
.rebranding-class .gform_previous_button:hover,
.rebranding-class .gform_next_button:hover,
.rebranding-class .btn:focus,
.rebranding-class .gform_previous_button:focus,
.rebranding-class .gform_next_button:focus,
.rebranding-class .btn.short-code.dark-blue-btn:hover,
.rebranding-class .btn.short-code.dark-blue-btn:focus {
  color: #FFFAF0;
  background-color: #050136;
}

.rebranding-class .new-gold.btn,
.rebranding-class .new-gold.gform_previous_button,
.rebranding-class .new-gold.gform_next_button,
.rebranding-class .btn.short-code.white-btn,
.rebranding-class .white-header .header-buttons .btn.short-code:last-child,
.rebranding-class .white-header .header-buttons .short-code.gform_next_button:last-child,
.rebranding-class .white-header .header-buttons .short-code.gform_previous_button:last-child,
.white-header .header-buttons .rebranding-class .btn.short-code:last-child,
.white-header .header-buttons .rebranding-class .short-code.gform_next_button:last-child,
.white-header .header-buttons .rebranding-class .short-code.gform_previous_button:last-child,
.rebranding-class .header.active .header-buttons .btn.short-code:last-child,
.rebranding-class .header.active .header-buttons .short-code.gform_next_button:last-child,
.rebranding-class .header.active .header-buttons .short-code.gform_previous_button:last-child,
.header.active .header-buttons .rebranding-class .btn.short-code:last-child,
.header.active .header-buttons .rebranding-class .short-code.gform_next_button:last-child,
.header.active .header-buttons .rebranding-class .short-code.gform_previous_button:last-child,
.rebranding-class .header-type-post-header .header-buttons .btn.short-code:last-child,
.rebranding-class .header-type-post-header .header-buttons .short-code.gform_next_button:last-child,
.rebranding-class .header-type-post-header .header-buttons .short-code.gform_previous_button:last-child,
.header-type-post-header .header-buttons .rebranding-class .btn.short-code:last-child,
.header-type-post-header .header-buttons .rebranding-class .short-code.gform_next_button:last-child,
.header-type-post-header .header-buttons .rebranding-class .short-code.gform_previous_button:last-child,
.rebranding-class .short-code.white-btn.gform_previous_button,
.rebranding-class .short-code.white-btn.gform_next_button {
  background-color: #FED268;
  color: #25125C;
}

.rebranding-class .new-gold.btn:hover,
.rebranding-class .new-gold.gform_previous_button:hover,
.rebranding-class .new-gold.gform_next_button:hover,
.rebranding-class .new-gold.btn:focus,
.rebranding-class .new-gold.gform_previous_button:focus,
.rebranding-class .new-gold.gform_next_button:focus,
.rebranding-class .btn.short-code.white-btn:hover,
.rebranding-class .white-header .header-buttons .btn.short-code:hover:last-child,
.rebranding-class .white-header .header-buttons .short-code.gform_next_button:hover:last-child,
.rebranding-class .white-header .header-buttons .short-code.gform_previous_button:hover:last-child,
.white-header .header-buttons .rebranding-class .btn.short-code:hover:last-child,
.white-header .header-buttons .rebranding-class .short-code.gform_next_button:hover:last-child,
.white-header .header-buttons .rebranding-class .short-code.gform_previous_button:hover:last-child,
.rebranding-class .header.active .header-buttons .btn.short-code:hover:last-child,
.rebranding-class .header.active .header-buttons .short-code.gform_next_button:hover:last-child,
.rebranding-class .header.active .header-buttons .short-code.gform_previous_button:hover:last-child,
.header.active .header-buttons .rebranding-class .btn.short-code:hover:last-child,
.header.active .header-buttons .rebranding-class .short-code.gform_next_button:hover:last-child,
.header.active .header-buttons .rebranding-class .short-code.gform_previous_button:hover:last-child,
.rebranding-class .header-type-post-header .header-buttons .btn.short-code:hover:last-child,
.rebranding-class .header-type-post-header .header-buttons .short-code.gform_next_button:hover:last-child,
.rebranding-class .header-type-post-header .header-buttons .short-code.gform_previous_button:hover:last-child,
.header-type-post-header .header-buttons .rebranding-class .btn.short-code:hover:last-child,
.header-type-post-header .header-buttons .rebranding-class .short-code.gform_next_button:hover:last-child,
.header-type-post-header .header-buttons .rebranding-class .short-code.gform_previous_button:hover:last-child,
.rebranding-class .short-code.white-btn.gform_previous_button:hover,
.rebranding-class .short-code.white-btn.gform_next_button:hover,
.rebranding-class .btn.short-code.white-btn:focus,
.rebranding-class .white-header .header-buttons .btn.short-code:focus:last-child,
.rebranding-class .white-header .header-buttons .short-code.gform_next_button:focus:last-child,
.rebranding-class .white-header .header-buttons .short-code.gform_previous_button:focus:last-child,
.white-header .header-buttons .rebranding-class .btn.short-code:focus:last-child,
.white-header .header-buttons .rebranding-class .short-code.gform_next_button:focus:last-child,
.white-header .header-buttons .rebranding-class .short-code.gform_previous_button:focus:last-child,
.rebranding-class .header.active .header-buttons .btn.short-code:focus:last-child,
.rebranding-class .header.active .header-buttons .short-code.gform_next_button:focus:last-child,
.rebranding-class .header.active .header-buttons .short-code.gform_previous_button:focus:last-child,
.header.active .header-buttons .rebranding-class .btn.short-code:focus:last-child,
.header.active .header-buttons .rebranding-class .short-code.gform_next_button:focus:last-child,
.header.active .header-buttons .rebranding-class .short-code.gform_previous_button:focus:last-child,
.rebranding-class .header-type-post-header .header-buttons .btn.short-code:focus:last-child,
.rebranding-class .header-type-post-header .header-buttons .short-code.gform_next_button:focus:last-child,
.rebranding-class .header-type-post-header .header-buttons .short-code.gform_previous_button:focus:last-child,
.header-type-post-header .header-buttons .rebranding-class .btn.short-code:focus:last-child,
.header-type-post-header .header-buttons .rebranding-class .short-code.gform_next_button:focus:last-child,
.header-type-post-header .header-buttons .rebranding-class .short-code.gform_previous_button:focus:last-child,
.rebranding-class .short-code.white-btn.gform_previous_button:focus,
.rebranding-class .short-code.white-btn.gform_next_button:focus {
  background-color: #DFB96D;
}

.rebranding-class .btn.short-code.orange-btn,
.rebranding-class .short-code.orange-btn.gform_previous_button,
.rebranding-class .short-code.orange-btn.gform_next_button {
  background-color: #FB6113;
  color: #fff;
}

.rebranding-class .btn.short-code.orange-btn:hover,
.rebranding-class .short-code.orange-btn.gform_previous_button:hover,
.rebranding-class .short-code.orange-btn.gform_next_button:hover,
.rebranding-class .btn.short-code.orange-btn:focus,
.rebranding-class .short-code.orange-btn.gform_previous_button:focus,
.rebranding-class .short-code.orange-btn.gform_next_button:focus {
  background-color: #DFB96D;
}

.rebranding-class .new-link.btn,
.rebranding-class .new-link.gform_previous_button,
.rebranding-class .new-link.gform_next_button,
.rebranding-class .more-link,
.rebranding-class .link-btn {
  border-radius: 0;
  background-color: transparent;
  min-height: unset;
  box-shadow: unset;
  padding: 0 20px 0 0;
  color: #FFFAF0;
  text-transform: none;
  font-weight: 700;
  line-height: 1;
}

.rebranding-class .new-link.btn:after,
.rebranding-class .new-link.gform_previous_button:after,
.rebranding-class .new-link.gform_next_button:after,
.rebranding-class .more-link:after,
.rebranding-class .link-btn:after {
  content: "";
  position: absolute;
  top: 50% !important;
  right: 0;
  -webkit-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
  display: block;
  width: 8px;
  height: 10px;
  background-size: 8px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rebranding-class .new-link.btn.windows-btn span,
.rebranding-class .new-link.windows-btn.gform_previous_button span,
.rebranding-class .new-link.windows-btn.gform_next_button span,
.rebranding-class .more-link.windows-btn span,
.rebranding-class .link-btn.windows-btn span {
  display: block;
  margin-top: -5px;
  margin-bottom: 0;
}

.rebranding-class .new-link.btn.mac-btn span,
.rebranding-class .new-link.mac-btn.gform_previous_button span,
.rebranding-class .new-link.mac-btn.gform_next_button span,
.rebranding-class .more-link.mac-btn span,
.rebranding-class .link-btn.mac-btn span {
  display: block;
  margin-bottom: 2px;
}

.rebranding-class .new-link.btn:before,
.rebranding-class .new-link.gform_previous_button:before,
.rebranding-class .new-link.gform_next_button:before,
.rebranding-class .more-link:before,
.rebranding-class .link-btn:before {
  content: none;
}

.rebranding-class .new-link.btn:hover,
.rebranding-class .new-link.gform_previous_button:hover,
.rebranding-class .new-link.gform_next_button:hover,
.rebranding-class .new-link.btn:focus,
.rebranding-class .new-link.gform_previous_button:focus,
.rebranding-class .new-link.gform_next_button:focus,
.rebranding-class .more-link:hover,
.rebranding-class .more-link:focus,
.rebranding-class .link-btn:hover,
.rebranding-class .link-btn:focus {
  color: rgb(254, 210, 122);
}

.rebranding-class .new-link.btn:hover:after,
.rebranding-class .new-link.gform_previous_button:hover:after,
.rebranding-class .new-link.gform_next_button:hover:after,
.rebranding-class .new-link.btn:focus:after,
.rebranding-class .new-link.gform_previous_button:focus:after,
.rebranding-class .new-link.gform_next_button:focus:after,
.rebranding-class .more-link:hover:after,
.rebranding-class .more-link:focus:after,
.rebranding-class .link-btn:hover:after,
.rebranding-class .link-btn:focus:after {
  right: -5px;
}

.rebranding-class .new-gold .new-link.btn:hover,
.rebranding-class .new-gold .new-link.gform_previous_button:hover,
.rebranding-class .new-gold .new-link.gform_next_button:hover,
.rebranding-class .new-gold .new-link.btn:focus,
.rebranding-class .new-gold .new-link.gform_previous_button:focus,
.rebranding-class .new-gold .new-link.gform_next_button:focus,
.rebranding-class .new-gold .more-link:hover,
.rebranding-class .new-gold .more-link:focus,
.rebranding-class .new-gold .link-btn:hover,
.rebranding-class .new-gold .link-btn:focus {
  color: #FB6113 !important;
}

@-moz-document url-prefix()  {
  .rebranding-class .btn span,
  .rebranding-class .header-buttons .btn:last-child span,
  .header-buttons .rebranding-class .btn:last-child span,
  .rebranding-class .header-buttons .gform_next_button:last-child span,
  .header-buttons .rebranding-class .gform_next_button:last-child span,
  .rebranding-class .header-buttons .gform_previous_button:last-child span,
  .header-buttons .rebranding-class .gform_previous_button:last-child span,
  .rebranding-class .gform_previous_button span,
  .rebranding-class .gform_next_button span {
    margin-top: 3px;
    margin-bottom: 0;
  }
}

.rebranding-class .btn.short-code,
.rebranding-class .short-code.gform_previous_button,
.rebranding-class .short-code.gform_next_button {
  margin: 0;
}

.rebranding-class p:has(.btn.short-code, .header-buttons .short-code.btn:last-child, .header-buttons .short-code.gform_next_button:last-child, .header-buttons .short-code.gform_previous_button:last-child, .short-code.gform_previous_button, .short-code.gform_next_button) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rebranding-class p:has(.btn.short-code, .header-buttons .short-code.btn:last-child, .header-buttons .short-code.gform_next_button:last-child, .header-buttons .short-code.gform_previous_button:last-child, .short-code.gform_previous_button, .short-code.gform_next_button) br {
  display: none;
}

.rebranding-class p:has(.btn.short-code, .header-buttons .short-code.btn:last-child, .header-buttons .short-code.gform_next_button:last-child, .header-buttons .short-code.gform_previous_button:last-child, .short-code.gform_previous_button, .short-code.gform_next_button) .btn.short-code,
.rebranding-class p:has(.btn.short-code, .header-buttons .short-code.btn:last-child, .header-buttons .short-code.gform_next_button:last-child, .header-buttons .short-code.gform_previous_button:last-child, .short-code.gform_previous_button, .short-code.gform_next_button) .short-code.gform_previous_button,
.rebranding-class p:has(.btn.short-code, .header-buttons .short-code.btn:last-child, .header-buttons .short-code.gform_next_button:last-child, .header-buttons .short-code.gform_previous_button:last-child, .short-code.gform_previous_button, .short-code.gform_next_button) .short-code.gform_next_button {
  margin: 0;
}

.hamburger {
  padding: 0 0;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  outline: none !important;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #0f2c6d;
}

.hamburger-box {
  width: 30px;
  height: 21px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #0f2c6d;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.filters-section {
  margin-bottom: 40px;
  margin-top: -75px;
}

@media only screen and (max-width: 1024px) {
  .filters-section {
    margin-top: -35px;
  }
}

.filter-holder {
  position: relative;
}

.filter-select-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -15px;
  margin-left: -10px;
  margin-right: -10px;
}

@media only screen and (max-width: 767px) {
  .filter-select-block {
    display: block;
    margin-bottom: -10px;
  }
}

.filter-select-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 10px;
  margin-right: 10px;
}

.filter-select-wrap.right-select-wrap {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.filter-select,
.sort-select {
  min-width: 150px;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 12px 7px;
  background-color: #fff;
  border: 1px solid #fff !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 6px 40px 8px 15px;
  color: #0f2c6d;
  font-size: 16px;
  font-weight: 400;
  height: 40px !important;
  line-height: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  margin-right: 15px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .filter-select,
  .sort-select {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.filter-select option,
.sort-select option {
  color: #0f2c6d;
  background-color: #fff;
}

.filter-select::-ms-expand,
.sort-select::-ms-expand {
  display: none !important;
}

.filter-select:disabled,
.sort-select:disabled {
  color: #ccc;
  border-color: #ccc !important;
  background-image: url(../../resources/images/svg/chevron-gray.svg);
}

.filter-select:last-child,
.sort-select:last-child {
  margin-right: 0;
}

.pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pagination-wrapper:empty {
  margin-top: 0;
}

.pagination-wrapper .page-numbers {
  display: inline-block;
  color: #0f2c6d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagination-wrapper .page-numbers:not(.prev):not(.next) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  background-color: transparent;
  border-radius: 5px;
}

.pagination-wrapper .page-numbers:not(.prev):not(.next):hover,
.pagination-wrapper .page-numbers:not(.prev):not(.next):focus {
  color: #e65b18;
}

.pagination-wrapper .page-numbers:not(.prev):not(.next).current {
  color: #fff;
  background-color: #e65b18;
  cursor: default;
}

.pagination-wrapper .page-numbers:not(.prev):not(.next).dots {
  cursor: default;
}

@media only screen and (max-width: 767px) {
  .pagination-wrapper .prev,
  .pagination-wrapper .next {
    position: relative;
    width: 41px;
    height: 41px;
    border-radius: 5px;
    background-color: transparent;
  }
}

.pagination-wrapper .prev .arrow-list-icon,
.pagination-wrapper .next .arrow-list-icon {
  position: relative;
  display: inline-block;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}

@media only screen and (max-width: 767px) {
  .pagination-wrapper .prev .arrow-list-icon,
  .pagination-wrapper .next .arrow-list-icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    color: transparent;
    padding: 0 !important;
    width: 100%;
    height: 100%;
    border-radius: inherit;
  }
}

.pagination-wrapper .prev .arrow-list-icon:before,
.pagination-wrapper .prev .arrow-list-icon:after,
.pagination-wrapper .next .arrow-list-icon:before,
.pagination-wrapper .next .arrow-list-icon:after {
  content: "";
  position: absolute;
  top: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .pagination-wrapper .prev .arrow-list-icon:before,
  .pagination-wrapper .prev .arrow-list-icon:after,
  .pagination-wrapper .next .arrow-list-icon:before,
  .pagination-wrapper .next .arrow-list-icon:after {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
}

.pagination-wrapper .prev:hover,
.pagination-wrapper .prev:focus,
.pagination-wrapper .next:hover,
.pagination-wrapper .next:focus {
  color: #e65b18;
}

.pagination-wrapper .prev:hover .arrow-list-icon:before,
.pagination-wrapper .prev:focus .arrow-list-icon:before,
.pagination-wrapper .next:hover .arrow-list-icon:before,
.pagination-wrapper .next:focus .arrow-list-icon:before {
  opacity: 0;
}

.pagination-wrapper .prev:hover .arrow-list-icon:after,
.pagination-wrapper .prev:focus .arrow-list-icon:after,
.pagination-wrapper .next:hover .arrow-list-icon:after,
.pagination-wrapper .next:focus .arrow-list-icon:after {
  opacity: 1;
}

.pagination-wrapper .prev .arrow-list-icon {
  padding-left: 22px;
}

.pagination-wrapper .prev .arrow-list-icon:before,
.pagination-wrapper .prev .arrow-list-icon:after {
  left: 0;
}

@media only screen and (max-width: 767px) {
  .pagination-wrapper .prev .arrow-list-icon:before,
  .pagination-wrapper .prev .arrow-list-icon:after {
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) scaleX(-1) !important;
    -ms-transform: translate(-50%, -50%) scaleX(-1) !important;
    transform: translate(-50%, -50%) scaleX(-1) !important;
  }
}

.pagination-wrapper .prev .arrow-list-icon:before {
  opacity: 1;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 13px;
  height: 12px;
  background-size: 13px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-blue.svg);
}

.pagination-wrapper .prev .arrow-list-icon:after {
  opacity: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 13px;
  height: 12px;
  background-size: 13px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-orange.svg);
}

.pagination-wrapper .next .arrow-list-icon {
  padding-right: 22px;
}

.pagination-wrapper .next .arrow-list-icon:before,
.pagination-wrapper .next .arrow-list-icon:after {
  right: 0;
}

@media only screen and (max-width: 767px) {
  .pagination-wrapper .next .arrow-list-icon:before,
  .pagination-wrapper .next .arrow-list-icon:after {
    right: auto !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
}

.pagination-wrapper .next .arrow-list-icon:before {
  opacity: 1;
  width: 13px;
  height: 12px;
  background-size: 13px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-blue.svg);
}

.pagination-wrapper .next .arrow-list-icon:after {
  opacity: 0;
  width: 13px;
  height: 12px;
  background-size: 13px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-orange.svg);
}

.blog .pagination-wrapper .page-numbers:not(.prev):not(.next).current {
  border-radius: 50%;
}

.blog .pagination-wrapper .prev,
.blog .pagination-wrapper .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog .pagination-wrapper .prev .arrow-list-icon,
.blog .pagination-wrapper .next .arrow-list-icon {
  display: inline-block;
  font-size: 0;
  height: 12px;
}

.blog .pagination-wrapper .prev .arrow-list-icon:before,
.blog .pagination-wrapper .prev .arrow-list-icon:after,
.blog .pagination-wrapper .next .arrow-list-icon:before,
.blog .pagination-wrapper .next .arrow-list-icon:after {
  top: 0;
}

.rebranding-class .pagination-wrapper {
  margin: 0;
  padding-top: 40px;
  gap: 15px;
}

.rebranding-class .pagination-wrapper:empty {
  margin-top: 0;
}

.rebranding-class .pagination-wrapper .page-numbers {
  display: inline-block;
  text-decoration: none;
  color: #25125C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom: 3px;
}

.rebranding-class .pagination-wrapper .page-numbers:not(.prev):not(.next) {
  width: auto;
  height: auto;
}

.rebranding-class .pagination-wrapper .page-numbers:not(.prev):not(.next):hover,
.rebranding-class .pagination-wrapper .page-numbers:not(.prev):not(.next):focus {
  color: #FB6113;
}

.rebranding-class .pagination-wrapper .page-numbers:not(.prev):not(.next).current {
  color: #fff;
  background-color: #25125C;
  cursor: default;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  border-radius: 5px;
}

.rebranding-class .pagination-wrapper .page-numbers:not(.prev):not(.next).dots {
  cursor: default;
}

@media only screen and (max-width: 767px) {
  .rebranding-class .pagination-wrapper .prev,
  .rebranding-class .pagination-wrapper .next {
    position: relative;
    width: 41px;
    height: 41px;
    border-radius: 5px;
    background-color: transparent;
  }
}

.rebranding-class .pagination-wrapper .prev .arrow-list-icon,
.rebranding-class .pagination-wrapper .next .arrow-list-icon {
  position: relative;
  display: inline-block;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  font-style: inherit;
}

@media only screen and (max-width: 767px) {
  .rebranding-class .pagination-wrapper .prev .arrow-list-icon,
  .rebranding-class .pagination-wrapper .next .arrow-list-icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    color: transparent;
    padding: 0 !important;
    width: 100%;
    height: 100%;
    border-radius: inherit;
  }
}

.rebranding-class .pagination-wrapper .prev .arrow-list-icon:before,
.rebranding-class .pagination-wrapper .next .arrow-list-icon:before {
  content: none;
}

.rebranding-class .pagination-wrapper .prev .arrow-list-icon:after,
.rebranding-class .pagination-wrapper .next .arrow-list-icon:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px) !important;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rebranding-class .pagination-wrapper .prev {
  margin-right: 20px;
}

.rebranding-class .pagination-wrapper .prev .arrow-list-icon {
  padding-left: 22px;
}

.rebranding-class .pagination-wrapper .prev .arrow-list-icon:before,
.rebranding-class .pagination-wrapper .prev .arrow-list-icon:after {
  left: 0;
}

@media only screen and (max-width: 767px) {
  .rebranding-class .pagination-wrapper .prev .arrow-list-icon:before,
  .rebranding-class .pagination-wrapper .prev .arrow-list-icon:after {
    left: 50% !important;
    -webkit-transform: scaleX(-1) !important;
    -ms-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
  }
}

.rebranding-class .pagination-wrapper .prev .arrow-list-icon:after {
  opacity: 1;
  -webkit-transform: scaleX(-1) !important;
  -ms-transform: scaleX(-1) !important;
  transform: scaleX(-1) !important;
  width: 8px;
  height: 10px;
  background-size: 8px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
}

.rebranding-class .pagination-wrapper .prev:hover,
.rebranding-class .pagination-wrapper .prev:focus {
  color: #FB6113;
}

.rebranding-class .pagination-wrapper .prev:hover .arrow-list-icon:after,
.rebranding-class .pagination-wrapper .prev:focus .arrow-list-icon:after {
  left: -5px;
}

.rebranding-class .pagination-wrapper .next {
  margin-left: 20px;
}

.rebranding-class .pagination-wrapper .next .arrow-list-icon {
  padding-right: 22px;
}

.rebranding-class .pagination-wrapper .next .arrow-list-icon:before {
  content: none;
}

.rebranding-class .pagination-wrapper .next .arrow-list-icon:after {
  opacity: 1;
  width: 8px;
  height: 10px;
  background-size: 8px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
  right: 0;
}

@media only screen and (max-width: 767px) {
  .rebranding-class .pagination-wrapper .next .arrow-list-icon:after {
    right: auto !important;
    left: 50% !important;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
  }
}

.rebranding-class .pagination-wrapper .next:hover,
.rebranding-class .pagination-wrapper .next:focus {
  color: #FB6113;
}

.rebranding-class .pagination-wrapper .next:hover .arrow-list-icon:after,
.rebranding-class .pagination-wrapper .next:focus .arrow-list-icon:after {
  right: -5px;
}

.rebranding-class .blog .pagination-wrapper .page-numbers:not(.prev):not(.next).current {
  border-radius: 5px;
}

.rebranding-class .blog .pagination-wrapper .prev,
.rebranding-class .blog .pagination-wrapper .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rebranding-class .blog .pagination-wrapper .prev .arrow-list-icon,
.rebranding-class .blog .pagination-wrapper .next .arrow-list-icon {
  display: inline-block;
  font-size: 16px;
  height: auto;
}

.rebranding-class .blog .pagination-wrapper .prev .arrow-list-icon:before,
.rebranding-class .blog .pagination-wrapper .prev .arrow-list-icon:after,
.rebranding-class .blog .pagination-wrapper .next .arrow-list-icon:before,
.rebranding-class .blog .pagination-wrapper .next .arrow-list-icon:after {
  top: 0;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide:focus {
  outline: none;
}

body .gform_wrapper {
  margin: 0;
}

body .gform_wrapper input.large,
body .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field,
body .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .datepicker,
body .gform_wrapper input.medium,
body .gform_wrapper input.small,
body .gform_wrapper select.large,
body .gform_wrapper select.medium,
body .gform_wrapper select.small,
body .gform_wrapper textarea.large,
body .gform_wrapper textarea.medium,
body .gform_wrapper textarea.small {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #E4E4E7;
  background-color: #fff;
  border-radius: 5px !important;
  box-shadow: none;
  color: #0f2c6d;
  height: 54px;
  line-height: 54px;
  font-size: 16px !important;
  font-weight: 400 !important;
  outline: none;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper input.large,
  body .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field,
  body .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
  body .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
  body .gform_wrapper .ginput_complex .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
  body .gform_wrapper .datepicker,
  body .gform_wrapper input.medium,
  body .gform_wrapper input.small,
  body .gform_wrapper select.large,
  body .gform_wrapper select.medium,
  body .gform_wrapper select.small,
  body .gform_wrapper textarea.large,
  body .gform_wrapper textarea.medium,
  body .gform_wrapper textarea.small {
    font-size: 16px !important;
    height: 44px;
    line-height: 44px;
  }
}

body .gform_wrapper input.large::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field::-webkit-input-placeholder,
body .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file])::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file])::-webkit-input-placeholder,
body .gform_wrapper .ginput_complex .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file])::-webkit-input-placeholder,
body .gform_wrapper .datepicker::-webkit-input-placeholder,
body .gform_wrapper input.medium::-webkit-input-placeholder,
body .gform_wrapper input.small::-webkit-input-placeholder,
body .gform_wrapper select.large::-webkit-input-placeholder,
body .gform_wrapper select.medium::-webkit-input-placeholder,
body .gform_wrapper select.small::-webkit-input-placeholder,
body .gform_wrapper textarea.large::-webkit-input-placeholder,
body .gform_wrapper textarea.medium::-webkit-input-placeholder,
body .gform_wrapper textarea.small::-webkit-input-placeholder {
  color: #A1A1AA;
}

body .gform_wrapper input.large:-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field:-moz-placeholder,
body .gform_wrapper .ginput_complex input:-moz-placeholder:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex .datepicker:-moz-placeholder:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .datepicker:-moz-placeholder,
body .gform_wrapper input.medium:-moz-placeholder,
body .gform_wrapper input.small:-moz-placeholder,
body .gform_wrapper select.large:-moz-placeholder,
body .gform_wrapper select.medium:-moz-placeholder,
body .gform_wrapper select.small:-moz-placeholder,
body .gform_wrapper textarea.large:-moz-placeholder,
body .gform_wrapper textarea.medium:-moz-placeholder,
body .gform_wrapper textarea.small:-moz-placeholder {
  color: #A1A1AA;
}

body .gform_wrapper input.large::-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field::-moz-placeholder,
body .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file])::-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file])::-moz-placeholder,
body .gform_wrapper .ginput_complex .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file])::-moz-placeholder,
body .gform_wrapper .datepicker::-moz-placeholder,
body .gform_wrapper input.medium::-moz-placeholder,
body .gform_wrapper input.small::-moz-placeholder,
body .gform_wrapper select.large::-moz-placeholder,
body .gform_wrapper select.medium::-moz-placeholder,
body .gform_wrapper select.small::-moz-placeholder,
body .gform_wrapper textarea.large::-moz-placeholder,
body .gform_wrapper textarea.medium::-moz-placeholder,
body .gform_wrapper textarea.small::-moz-placeholder {
  color: #A1A1AA;
}

body .gform_wrapper input.large:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field:-ms-input-placeholder,
body .gform_wrapper .ginput_complex input:-ms-input-placeholder:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex .datepicker:-ms-input-placeholder:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .datepicker:-ms-input-placeholder,
body .gform_wrapper input.medium:-ms-input-placeholder,
body .gform_wrapper input.small:-ms-input-placeholder,
body .gform_wrapper select.large:-ms-input-placeholder,
body .gform_wrapper select.medium:-ms-input-placeholder,
body .gform_wrapper select.small:-ms-input-placeholder,
body .gform_wrapper textarea.large:-ms-input-placeholder,
body .gform_wrapper textarea.medium:-ms-input-placeholder,
body .gform_wrapper textarea.small:-ms-input-placeholder {
  color: #A1A1AA;
}

body .gform_wrapper input:focus,
body .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field:focus,
body .gform_wrapper .ginput_complex input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex .datepicker:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .datepicker:focus,
body .gform_wrapper select:focus,
body .gform_wrapper textarea:focus {
  box-shadow: 0 4px 8px rgba(45, 27, 32, 0.05);
}

body .gform_wrapper select {
  background-image: url(../../resources/images/svg/chevron-blue.svg);
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  padding: 10px 50px 10px 15px !important;
  height: 50px !important;
  line-height: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  border-radius: 5px !important;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper select {
    padding: 10px 50px 10px 15px !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body .gform_wrapper select {
    top: -1px;
  }
}

@-moz-document url-prefix()  {
  body .gform_wrapper select {
    top: 1px;
  }
}

body .gform_wrapper textarea {
  padding: 10px 15px !important;
  height: 130px !important;
  line-height: normal !important;
}

body .gform_wrapper select::-ms-expand {
  display: none;
}

body .gform_wrapper .datepicker {
  width: 100% !important;
  padding-right: 50px !important;
  background-image: url(../../resources/images/svg/calendar-blue.svg);
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-size: 14px 15px;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px 15px;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper .top_label div.ginput_container {
    margin-bottom: 0;
  }
}

body .gform_wrapper .top_label .gfield_label {
  color: #0f2c6d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}

body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
  margin-bottom: 20px;
}

body .gform_wrapper ul li.gfield.gfield_html p {
  color: #0f2c6d;
  font-size: 16px;
  margin-bottom: 20px;
}

body .gform_wrapper.gravity-theme .gform_footer {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 15px 0 0 0;
  margin: 0;
}

body .gform_wrapper.gravity-theme .gform_footer .btn,
body .gform_wrapper.gravity-theme .gform_footer .gform_previous_button,
body .gform_wrapper.gravity-theme .gform_footer .gform_next_button {
  margin: 0;
}

body:not(.rebranding-class) .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 30px !important;
}

body .gform_wrapper ul.gform_fields li.gfield {
  line-height: 1;
  padding-right: 0;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
  border-width: 2px !important;
}

.gform_wrapper.gravity-theme .gfield {
  margin-bottom: 0;
}

body .gform_wrapper .top_label input.medium,
body .gform_wrapper.gravity-theme .top_label .gfield_creditcard_warning .ginput_complex .ginput_full .medium.ginput_card_field,
body .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .top_label .medium.ginput_card_field,
body .gform_wrapper .top_label .ginput_complex input.medium:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper.gravity-theme .gfield_creditcard_warning .top_label .ginput_complex .ginput_full .medium.ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex .top_label input.medium:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .top_label .ginput_full .medium.ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .top_label .ginput_complex .medium.datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex .top_label .medium.datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .top_label .medium.datepicker,
body .gform_wrapper .top_label select.medium {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper .top_label input.medium,
  body .gform_wrapper.gravity-theme .top_label .gfield_creditcard_warning .ginput_complex .ginput_full .medium.ginput_card_field,
  body .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .top_label .medium.ginput_card_field,
  body .gform_wrapper .top_label .ginput_complex input.medium:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
  body .gform_wrapper.gravity-theme .gfield_creditcard_warning .top_label .ginput_complex .ginput_full .medium.ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
  body .gform_wrapper .ginput_complex .top_label input.medium:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
  body .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .top_label .ginput_full .medium.ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
  body .gform_wrapper .top_label .ginput_complex .medium.datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
  body .gform_wrapper .ginput_complex .top_label .medium.datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
  body .gform_wrapper .top_label .medium.datepicker,
  body .gform_wrapper .top_label select.medium {
    width: 100%;
  }
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper.gravity-theme li.gfield_error .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full li.gfield_error .ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error textarea {
  border-color: #e65b18;
}

.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle,
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
  padding-top: 0 !important;
}

.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex.ginput_container .ginput_full [type=text].ginput_card_field,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container .ginput_full [type=text].ginput_card_field,
.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .gform_wrapper .ginput_complex.ginput_container input[type=text]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme .gf_simple_horizontal_wrapper .field_sublabel_hidden_label .gfield_creditcard_warning .ginput_complex.ginput_container .ginput_full [type=text].ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gf_simple_horizontal_wrapper .field_sublabel_hidden_label body .gform_wrapper .ginput_complex.ginput_container [type=text].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container body .gform_wrapper [type=text].datepicker,
body .gform_wrapper .gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container [type=text].datepicker,
.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0 !important;
}

.gf_simple_horizontal_wrapper li.hidden_label input,
.gf_simple_horizontal_wrapper li.hidden_label .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .gf_simple_horizontal_wrapper li.hidden_label .ginput_card_field,
.gf_simple_horizontal_wrapper li.hidden_label .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex .gf_simple_horizontal_wrapper li.hidden_label input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .gf_simple_horizontal_wrapper li.hidden_label .ginput_full .ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gf_simple_horizontal_wrapper li.hidden_label body .gform_wrapper .ginput_complex .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex .gf_simple_horizontal_wrapper li.hidden_label .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gf_simple_horizontal_wrapper li.hidden_label body .gform_wrapper .datepicker,
body .gform_wrapper .gf_simple_horizontal_wrapper li.hidden_label .datepicker {
  margin-top: 0 !important;
}

body .gf_simple_horizontal_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

.gf_simple_horizontal div.gform_footer.top_label {
  width: auto !important;
  vertical-align: top !important;
}

.gf_simple_horizontal div.gform_footer.top_label input[type=submit],
.gf_simple_horizontal div.gform_footer.top_label .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full [type=submit].ginput_card_field,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .gf_simple_horizontal div.gform_footer.top_label [type=submit].ginput_card_field,
.gf_simple_horizontal div.gform_footer.top_label .gform_wrapper .ginput_complex input[type=submit]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex .gf_simple_horizontal div.gform_footer.top_label input[type=submit]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .gf_simple_horizontal div.gform_footer.top_label .ginput_full [type=submit].ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gf_simple_horizontal div.gform_footer.top_label body .gform_wrapper .ginput_complex [type=submit].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex .gf_simple_horizontal div.gform_footer.top_label [type=submit].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gf_simple_horizontal div.gform_footer.top_label body .gform_wrapper [type=submit].datepicker,
body .gform_wrapper .gf_simple_horizontal div.gform_footer.top_label [type=submit].datepicker {
  line-height: 26px;
  font-size: 13px;
  padding: 0 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gform_wrapper .top_label li.gfield.gf_right_half {
  padding-right: 0 !important;
  padding-left: 15px !important;
}

@media only screen and (max-width: 1170px) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 7.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 0 !important;
  }
}

.gform_wrapper .top_label li.gfield.gf_left_half {
  padding-right: 15px !important;
}

@media only screen and (max-width: 1170px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 7.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 0 !important;
  }
}

.gform_wrapper .gfield_required .gfield_required_asterisk {
  position: relative;
  font-size: 0 !important;
  color: transparent !important;
}

.gform_wrapper .gfield_required .gfield_required_asterisk:before {
  content: "*";
  color: #e65b18;
  font-size: 18px;
  font-weight: 400;
  top: 0;
  left: 0;
  margin-left: 5px;
}

.gform_wrapper .gfield_required .gfield_required_text {
  display: none;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 0 !important;
  margin-top: 1px !important;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
  margin-right: 0 !important;
}

.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
  max-width: 50% !important;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
    max-width: none !important;
  }
}

.gform_wrapper li.gfield.gfield_error {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
}

.gform_wrapper .validation_message {
  color: #e65b18 !important;
  font-weight: 300 !important;
  padding-top: 0 !important;
  margin-top: 5px !important;
  margin-bottom: 15px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 0 !important;
  margin-top: 5px;
}

.gform_wrapper div.validation_error {
  font-size: 18px !important;
  color: #e65b18 !important;
  font-weight: 400 !important;
  border-top-color: #e65b18 !important;
  border-bottom-color: #e65b18 !important;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper div.validation_error {
    font-size: 18px !important;
  }
}

.gform_confirmation_message {
  color: #e65b18;
  font-weight: 700;
  font-size: 21px;
  padding: 20px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #e65b18;
  border-radius: 5px 5px 0 5px;
}

@media only screen and (max-width: 992px) {
  .gform_confirmation_message {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .gform_confirmation_message {
    font-size: 20px;
    padding: 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 375px) {
  .gform_confirmation_message {
    font-size: 17px;
  }
}

.gform_wrapper .gfield_radio {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield_radio {
    margin-bottom: 0;
  }
}

.gform_wrapper .gfield_radio > div {
  margin-bottom: 10px;
}

.gform_wrapper .gfield_radio > div label {
  color: #0f2c6d;
  display: inline-block;
  cursor: pointer;
  font-size: 18px !important;
  line-height: 1.25;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  padding-top: 0;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield_radio > div label {
    padding-top: 1px;
    font-size: 16px !important;
  }
}

.gform_wrapper .gfield_radio > div label:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e65b18;
  background-color: #fff;
  border-radius: 50%;
}

.gform_wrapper .gfield_radio > div label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
}

.gform_wrapper .gfield_radio > div input[type=radio],
.gform_wrapper.gravity-theme .gfield_radio > div .gfield_creditcard_warning .ginput_complex .ginput_full [type=radio].ginput_card_field,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .gfield_radio > div [type=radio].ginput_card_field,
.gform_wrapper .gfield_radio > div .ginput_complex input[type=radio]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_radio > div .ginput_complex .ginput_full [type=radio].ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex .gfield_radio > div input[type=radio]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .gfield_radio > div .ginput_full [type=radio].ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .gfield_radio > div .ginput_complex [type=radio].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex .gfield_radio > div [type=radio].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .gfield_radio > div [type=radio].datepicker {
  display: none;
}

.gform_wrapper .gfield_radio > div input[type=radio]:checked + label:after,
.gform_wrapper.gravity-theme .gfield_radio > div .gfield_creditcard_warning .ginput_complex .ginput_full [type=radio].ginput_card_field:checked + label:after,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .gfield_radio > div [type=radio].ginput_card_field:checked + label:after,
.gform_wrapper .gfield_radio > div .ginput_complex input[type=radio]:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_radio > div .ginput_complex .ginput_full [type=radio].ginput_card_field:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
.gform_wrapper .ginput_complex .gfield_radio > div input[type=radio]:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .gfield_radio > div .ginput_full [type=radio].ginput_card_field:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
body .gform_wrapper .gfield_radio > div .ginput_complex [type=radio].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
body .gform_wrapper .ginput_complex .gfield_radio > div [type=radio].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
body .gform_wrapper .gfield_radio > div [type=radio].datepicker:checked + label:after {
  background-color: #e65b18;
}

.gform_wrapper .gfield--type-checkbox.inline .gfield_checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.gform_wrapper .gfield--type-checkbox.inline .gfield_checkbox .gchoice {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.gform_wrapper .gfield--type-checkbox.inline .gfield_checkbox .gchoice label {
  white-space: nowrap;
}

.gform_wrapper .gfield_checkbox {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield_checkbox {
    margin-bottom: 0;
  }
}

.gform_wrapper .gfield_checkbox > div {
  margin-bottom: 12px;
}

.gform_wrapper .gfield_checkbox > div label {
  color: #0f2c6d;
  display: inline-block;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 300;
  line-height: 1.25;
  position: relative;
  padding-left: 35px;
  padding-top: 0;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gform_wrapper .gfield_checkbox > div label:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -3px;
  border: 2px solid #e65b18;
  border-radius: 5px 5px 0 5px;
  background-color: #fff;
}

.gform_wrapper .gfield_checkbox > div input[type=checkbox],
.gform_wrapper.gravity-theme .gfield_checkbox > div .gfield_creditcard_warning .ginput_complex .ginput_full [type=checkbox].ginput_card_field,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .gfield_checkbox > div [type=checkbox].ginput_card_field,
.gform_wrapper .gfield_checkbox > div .ginput_complex input[type=checkbox]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_checkbox > div .ginput_complex .ginput_full [type=checkbox].ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex .gfield_checkbox > div input[type=checkbox]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .gfield_checkbox > div .ginput_full [type=checkbox].ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .gfield_checkbox > div .ginput_complex [type=checkbox].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex .gfield_checkbox > div [type=checkbox].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .gfield_checkbox > div [type=checkbox].datepicker {
  display: none;
}

.gform_wrapper .gfield_checkbox > div input[type=checkbox]:checked + label:after,
.gform_wrapper.gravity-theme .gfield_checkbox > div .gfield_creditcard_warning .ginput_complex .ginput_full [type=checkbox].ginput_card_field:checked + label:after,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .gfield_checkbox > div [type=checkbox].ginput_card_field:checked + label:after,
.gform_wrapper .gfield_checkbox > div .ginput_complex input[type=checkbox]:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_checkbox > div .ginput_complex .ginput_full [type=checkbox].ginput_card_field:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
.gform_wrapper .ginput_complex .gfield_checkbox > div input[type=checkbox]:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .gfield_checkbox > div .ginput_full [type=checkbox].ginput_card_field:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
body .gform_wrapper .gfield_checkbox > div .ginput_complex [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
body .gform_wrapper .ginput_complex .gfield_checkbox > div [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
body .gform_wrapper .gfield_checkbox > div [type=checkbox].datepicker:checked + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check-white.svg);
}

.gform_wrapper .gfield_checkbox > div input[type=checkbox]:checked + label:before,
.gform_wrapper.gravity-theme .gfield_checkbox > div .gfield_creditcard_warning .ginput_complex .ginput_full [type=checkbox].ginput_card_field:checked + label:before,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .gfield_checkbox > div [type=checkbox].ginput_card_field:checked + label:before,
.gform_wrapper .gfield_checkbox > div .ginput_complex input[type=checkbox]:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_checkbox > div .ginput_complex .ginput_full [type=checkbox].ginput_card_field:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
.gform_wrapper .ginput_complex .gfield_checkbox > div input[type=checkbox]:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .gfield_checkbox > div .ginput_full [type=checkbox].ginput_card_field:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
body .gform_wrapper .gfield_checkbox > div .ginput_complex [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
body .gform_wrapper .ginput_complex .gfield_checkbox > div [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
body .gform_wrapper .gfield_checkbox > div [type=checkbox].datepicker:checked + label:before {
  background-color: #e65b18;
}

.gform_wrapper .ginput_container_consent label {
  display: inline-block;
  cursor: pointer;
  color: #0f2c6d;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1.5;
  position: relative;
  padding-left: 35px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gform_wrapper .ginput_container_consent label:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px 5px 0 5px;
  border: 2px solid #e65b18;
  background-color: #fff;
}

.gform_wrapper .ginput_container_consent label:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  opacity: 0;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check-white.svg);
}

.gform_wrapper .ginput_container_consent input[type=checkbox],
.gform_wrapper.gravity-theme .ginput_container_consent .gfield_creditcard_warning .ginput_complex .ginput_full [type=checkbox].ginput_card_field,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_container_consent [type=checkbox].ginput_card_field,
.gform_wrapper .ginput_container_consent .ginput_complex input[type=checkbox]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_container_consent .ginput_complex .ginput_full [type=checkbox].ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex .ginput_container_consent input[type=checkbox]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_container_consent .ginput_full [type=checkbox].ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_container_consent .ginput_complex [type=checkbox].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_complex .ginput_container_consent [type=checkbox].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .gform_wrapper .ginput_container_consent [type=checkbox].datepicker {
  display: none;
}

.gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:before,
.gform_wrapper.gravity-theme .ginput_container_consent .gfield_creditcard_warning .ginput_complex .ginput_full [type=checkbox].ginput_card_field:checked + label:before,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_container_consent [type=checkbox].ginput_card_field:checked + label:before,
.gform_wrapper .ginput_container_consent .ginput_complex input[type=checkbox]:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_container_consent .ginput_complex .ginput_full [type=checkbox].ginput_card_field:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
.gform_wrapper .ginput_complex .ginput_container_consent input[type=checkbox]:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_container_consent .ginput_full [type=checkbox].ginput_card_field:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
body .gform_wrapper .ginput_container_consent .ginput_complex [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
body .gform_wrapper .ginput_complex .ginput_container_consent [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
body .gform_wrapper .ginput_container_consent [type=checkbox].datepicker:checked + label:before {
  background-color: #e65b18;
}

.gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:after,
.gform_wrapper.gravity-theme .ginput_container_consent .gfield_creditcard_warning .ginput_complex .ginput_full [type=checkbox].ginput_card_field:checked + label:after,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_container_consent [type=checkbox].ginput_card_field:checked + label:after,
.gform_wrapper .ginput_container_consent .ginput_complex input[type=checkbox]:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_container_consent .ginput_complex .ginput_full [type=checkbox].ginput_card_field:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
.gform_wrapper .ginput_complex .ginput_container_consent input[type=checkbox]:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_container_consent .ginput_full [type=checkbox].ginput_card_field:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
body .gform_wrapper .ginput_container_consent .ginput_complex [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
body .gform_wrapper .ginput_complex .ginput_container_consent [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
body .gform_wrapper .ginput_container_consent [type=checkbox].datepicker:checked + label:after {
  opacity: 1;
}

.gform_wrapper .gsection {
  border-bottom: 1px solid #ccc !important;
}

.gform_wrapper .ginput_complex label {
  color: #0f2c6d;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px !important;
  margin-top: 10px !important;
}

.gform_page_footer {
  padding-bottom: 0 !important;
  margin-bottom: -8px !important;
}

.gform_next_button {
  min-width: 150px;
  padding: 10px 25px 7px 25px;
}

.gform_next_button:hover,
.gform_next_button:focus {
  background-color: #e65b18;
  border-color: #e65b18;
}

.gform_previous_button {
  min-width: 150px;
  color: #fff !important;
  padding: 10px 25px 7px 25px;
  background-color: #0f2c6d !important;
}

.gform_previous_button:hover,
.gform_previous_button:focus {
  background-color: #e65b18 !important;
  border-color: #e65b18;
}

.gform_button:before {
  display: none;
}

.gform_wrapper .gform_validation_errors {
  margin-bottom: 30px !important;
  margin-top: 0 !important;
  padding: 15px !important;
  box-shadow: none !important;
  border: 2px solid #e65b18 !important;
  border-radius: 5px !important;
  background-color: transparent !important;
}

.gform_wrapper .gform_validation_errors > h2 {
  font-weight: 700 !important;
  color: #e65b18 !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
}

.gform_wrapper .gform_validation_errors > h2 .gform-icon {
  display: none !important;
}

.gform_wrapper .gfield_description {
  border: none !important;
  font-size: 14px !important;
  color: #e65b18 !important;
  padding: 0 !important;
  font-weight: 600 !important;
  margin-bottom: 5px !important;
  margin-top: 3px !important;
  background: none !important;
}

.gform_wrapper .gfield_description.gfield_validation_message {
  color: #0f2c6d !important;
  margin-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_creditcard_warning {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}

.gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_creditcard_warning_message {
  color: #e65b18 !important;
  font-weight: 400 !important;
}

.gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_creditcard_warning_message > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  background-position: -4px 1px !important;
  border-bottom-color: #e65b18 !important;
}

.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field {
  padding: 0 15px;
}

.gform_wrapper.gravity-theme .ginput_total {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #e65b18 !important;
  padding-left: 0 !important;
}

.donate-block {
  grid-column: span 8 !important;
}

@media only screen and (max-width: 1024px) {
  .donate-block {
    grid-column: span 12 !important;
  }
}

.donate-block .ginput_container_radio .gfield_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.donate-block .ginput_container_radio .gfield_radio .gchoice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 15px;
  height: 50px;
  border-radius: 5px;
  background-color: #ffffff;
  margin-right: 15px;
}

.donate-block .ginput_container_radio .gfield_radio .gchoice label {
  max-width: none;
}

.donate-block .ginput_container_radio .gfield_radio .gchoice:last-child {
  margin-right: 0;
}

.donate-amount {
  grid-column: span 4 !important;
}

@media only screen and (max-width: 1024px) {
  .donate-amount {
    grid-column: span 12 !important;
  }
}

.donate-amount .ginput_container_product_price {
  position: relative;
}

.donate-amount .ginput_container_product_price:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #e65b18;
  border-radius: 5px 0 0 5px;
}

.donate-amount .ginput_container_product_price:after {
  content: "€";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
}

.donate-amount .gfield_label {
  opacity: 0;
}

@media only screen and (max-width: 1024px) {
  .donate-amount .gfield_label {
    display: none !important;
  }
}

.donate-amount input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.donate-amount body .gform_wrapper .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .donate-amount .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.donate-amount .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .donate-amount .ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 100%;
  padding-left: 45px !important;
}

.donate-amount input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):disabled,
.donate-amount body .gform_wrapper .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):disabled,
body .gform_wrapper .donate-amount .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):disabled,
.donate-amount .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):disabled,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .donate-amount .ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):disabled {
  opacity: 0.75;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid #e65b18 !important;
}

.gform_wrapper.gravity-theme .gfield_error label {
  color: #e65b18 !important;
}

.rebranding-class .gform_wrapper input.large,
.rebranding-class body .gform_wrapper .datepicker,
body .rebranding-class .gform_wrapper .datepicker,
.rebranding-class body .gform_wrapper .ginput_complex .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .rebranding-class .gform_wrapper .ginput_complex .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.rebranding-class .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.rebranding-class .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.rebranding-class .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field,
.rebranding-class .gform_wrapper input.medium,
.rebranding-class .gform_wrapper input.small,
.rebranding-class .gform_wrapper select.large,
.rebranding-class .gform_wrapper select.medium,
.rebranding-class .gform_wrapper select.small,
.rebranding-class .gform_wrapper textarea.large,
.rebranding-class .gform_wrapper textarea.medium,
.rebranding-class .gform_wrapper textarea.small {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(15, 8, 98, 0.1);
  background-color: #fff;
  border-radius: 5px !important;
  box-shadow: none;
  color: #25125C;
  height: 55px;
  line-height: 55px;
  font-size: 16px !important;
  font-weight: 400 !important;
  outline: none;
}

@media only screen and (max-width: 767px) {
  .rebranding-class .gform_wrapper input.large,
  .rebranding-class body .gform_wrapper .datepicker,
  body .rebranding-class .gform_wrapper .datepicker,
  .rebranding-class body .gform_wrapper .ginput_complex .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
  body .rebranding-class .gform_wrapper .ginput_complex .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
  .rebranding-class .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
  .rebranding-class .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
  .rebranding-class .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field,
  .rebranding-class .gform_wrapper input.medium,
  .rebranding-class .gform_wrapper input.small,
  .rebranding-class .gform_wrapper select.large,
  .rebranding-class .gform_wrapper select.medium,
  .rebranding-class .gform_wrapper select.small,
  .rebranding-class .gform_wrapper textarea.large,
  .rebranding-class .gform_wrapper textarea.medium,
  .rebranding-class .gform_wrapper textarea.small {
    font-size: 16px !important;
    height: 44px;
    line-height: 44px;
  }
}

.rebranding-class .gform_wrapper input.large::-webkit-input-placeholder,
.rebranding-class body .gform_wrapper .datepicker::-webkit-input-placeholder,
body .rebranding-class .gform_wrapper .datepicker::-webkit-input-placeholder,
.rebranding-class body .gform_wrapper .ginput_complex .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file])::-webkit-input-placeholder,
body .rebranding-class .gform_wrapper .ginput_complex .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file])::-webkit-input-placeholder,
.rebranding-class .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file])::-webkit-input-placeholder,
.rebranding-class .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field::-webkit-input-placeholder,
.rebranding-class .gform_wrapper input.medium::-webkit-input-placeholder,
.rebranding-class .gform_wrapper input.small::-webkit-input-placeholder,
.rebranding-class .gform_wrapper select.large::-webkit-input-placeholder,
.rebranding-class .gform_wrapper select.medium::-webkit-input-placeholder,
.rebranding-class .gform_wrapper select.small::-webkit-input-placeholder,
.rebranding-class .gform_wrapper textarea.large::-webkit-input-placeholder,
.rebranding-class .gform_wrapper textarea.medium::-webkit-input-placeholder,
.rebranding-class .gform_wrapper textarea.small::-webkit-input-placeholder {
  color: rgba(15, 8, 98, 0.7);
}

.rebranding-class .gform_wrapper input.large::-moz-placeholder,
.rebranding-class body .gform_wrapper .datepicker::-moz-placeholder,
body .rebranding-class .gform_wrapper .datepicker::-moz-placeholder,
.rebranding-class body .gform_wrapper .ginput_complex .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file])::-moz-placeholder,
body .rebranding-class .gform_wrapper .ginput_complex .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file])::-moz-placeholder,
.rebranding-class .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file])::-moz-placeholder,
.rebranding-class .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field::-moz-placeholder,
.rebranding-class .gform_wrapper input.medium::-moz-placeholder,
.rebranding-class .gform_wrapper input.small::-moz-placeholder,
.rebranding-class .gform_wrapper select.large::-moz-placeholder,
.rebranding-class .gform_wrapper select.medium::-moz-placeholder,
.rebranding-class .gform_wrapper select.small::-moz-placeholder,
.rebranding-class .gform_wrapper textarea.large::-moz-placeholder,
.rebranding-class .gform_wrapper textarea.medium::-moz-placeholder,
.rebranding-class .gform_wrapper textarea.small::-moz-placeholder {
  color: rgba(15, 8, 98, 0.7);
}

.rebranding-class .gform_wrapper input.large:-ms-input-placeholder,
.rebranding-class body .gform_wrapper .datepicker:-ms-input-placeholder,
body .rebranding-class .gform_wrapper .datepicker:-ms-input-placeholder,
.rebranding-class body .gform_wrapper .ginput_complex .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]):-ms-input-placeholder,
body .rebranding-class .gform_wrapper .ginput_complex .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]):-ms-input-placeholder,
.rebranding-class .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]):-ms-input-placeholder,
.rebranding-class .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field:-ms-input-placeholder,
.rebranding-class .gform_wrapper input.medium:-ms-input-placeholder,
.rebranding-class .gform_wrapper input.small:-ms-input-placeholder,
.rebranding-class .gform_wrapper select.large:-ms-input-placeholder,
.rebranding-class .gform_wrapper select.medium:-ms-input-placeholder,
.rebranding-class .gform_wrapper select.small:-ms-input-placeholder,
.rebranding-class .gform_wrapper textarea.large:-ms-input-placeholder,
.rebranding-class .gform_wrapper textarea.medium:-ms-input-placeholder,
.rebranding-class .gform_wrapper textarea.small:-ms-input-placeholder {
  color: rgba(15, 8, 98, 0.7);
}

.rebranding-class .gform_wrapper input.large::-ms-input-placeholder,
.rebranding-class body .gform_wrapper .datepicker::-ms-input-placeholder,
body .rebranding-class .gform_wrapper .datepicker::-ms-input-placeholder,
.rebranding-class body .gform_wrapper .ginput_complex .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file])::-ms-input-placeholder,
body .rebranding-class .gform_wrapper .ginput_complex .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file])::-ms-input-placeholder,
.rebranding-class .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file])::-ms-input-placeholder,
.rebranding-class .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field::-ms-input-placeholder,
.rebranding-class .gform_wrapper input.medium::-ms-input-placeholder,
.rebranding-class .gform_wrapper input.small::-ms-input-placeholder,
.rebranding-class .gform_wrapper select.large::-ms-input-placeholder,
.rebranding-class .gform_wrapper select.medium::-ms-input-placeholder,
.rebranding-class .gform_wrapper select.small::-ms-input-placeholder,
.rebranding-class .gform_wrapper textarea.large::-ms-input-placeholder,
.rebranding-class .gform_wrapper textarea.medium::-ms-input-placeholder,
.rebranding-class .gform_wrapper textarea.small::-ms-input-placeholder {
  color: rgba(15, 8, 98, 0.7);
}

.rebranding-class .gform_wrapper input.large::placeholder,
.rebranding-class body .gform_wrapper .datepicker::placeholder,
body .rebranding-class .gform_wrapper .datepicker::placeholder,
.rebranding-class body .gform_wrapper .ginput_complex .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file])::placeholder,
body .rebranding-class .gform_wrapper .ginput_complex .datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file])::placeholder,
.rebranding-class .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file])::placeholder,
.rebranding-class .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field::placeholder,
.rebranding-class .gform_wrapper input.medium::placeholder,
.rebranding-class .gform_wrapper input.small::placeholder,
.rebranding-class .gform_wrapper select.large::placeholder,
.rebranding-class .gform_wrapper select.medium::placeholder,
.rebranding-class .gform_wrapper select.small::placeholder,
.rebranding-class .gform_wrapper textarea.large::placeholder,
.rebranding-class .gform_wrapper textarea.medium::placeholder,
.rebranding-class .gform_wrapper textarea.small::placeholder {
  color: rgba(15, 8, 98, 0.7);
}

.rebranding-class .gform_wrapper input:focus,
.rebranding-class body .gform_wrapper .datepicker:focus,
body .rebranding-class .gform_wrapper .datepicker:focus,
.rebranding-class .gform_wrapper .ginput_complex input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.rebranding-class body .gform_wrapper .ginput_complex .datepicker:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .rebranding-class .gform_wrapper .ginput_complex .datepicker:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.rebranding-class .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field:focus,
.rebranding-class .gform_wrapper select:focus,
.rebranding-class .gform_wrapper textarea:focus {
  box-shadow: none;
}

.rebranding-class .gform_wrapper .gfield_required .gfield_required_asterisk {
  position: relative;
  font-size: 0 !important;
  color: transparent !important;
}

.rebranding-class .gform_wrapper .gfield_required .gfield_required_asterisk:before {
  content: "*";
  color: #FB6113;
  font-size: 18px;
  font-weight: 400;
  top: 0;
  left: 0;
  margin-left: 0;
}

.rebranding-class .gform_wrapper .gfield_required .gfield_required_text {
  display: none;
}

.rebranding-class .gform_wrapper .gfield_radio {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .rebranding-class .gform_wrapper .gfield_radio {
    margin-bottom: 0;
  }
}

.rebranding-class .gform_wrapper .gfield_radio > div {
  margin-bottom: 10px;
}

.rebranding-class .gform_wrapper .gfield_radio > div label {
  color: #25125C;
  display: inline-block;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 1.55;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  padding-top: 0;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .rebranding-class .gform_wrapper .gfield_radio > div label {
    padding-top: 1px;
    font-size: 16px !important;
  }
}

.rebranding-class .gform_wrapper .gfield_radio > div label:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #25125C;
  background-color: transparent;
  border-radius: 50%;
}

.rebranding-class .gform_wrapper .gfield_radio > div label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
}

.rebranding-class .gform_wrapper .gfield_radio > div input[type=radio],
.rebranding-class body .gform_wrapper .gfield_radio > div [type=radio].datepicker,
body .rebranding-class .gform_wrapper .gfield_radio > div [type=radio].datepicker,
.rebranding-class .gform_wrapper .gfield_radio > div .ginput_complex input[type=radio]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.rebranding-class .gform_wrapper .ginput_complex .gfield_radio > div input[type=radio]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.rebranding-class body .gform_wrapper .gfield_radio > div .ginput_complex [type=radio].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .rebranding-class .gform_wrapper .gfield_radio > div .ginput_complex [type=radio].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.rebranding-class body .gform_wrapper .ginput_complex .gfield_radio > div [type=radio].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .rebranding-class .gform_wrapper .ginput_complex .gfield_radio > div [type=radio].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.rebranding-class .gform_wrapper.gravity-theme .gfield_radio > div .gfield_creditcard_warning .ginput_complex .ginput_full [type=radio].ginput_card_field,
.rebranding-class .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .gfield_radio > div [type=radio].ginput_card_field {
  display: none;
}

.rebranding-class .gform_wrapper .gfield_radio > div input[type=radio]:checked + label:after,
.rebranding-class body .gform_wrapper .gfield_radio > div [type=radio].datepicker:checked + label:after,
body .rebranding-class .gform_wrapper .gfield_radio > div [type=radio].datepicker:checked + label:after,
.rebranding-class .gform_wrapper .gfield_radio > div .ginput_complex input[type=radio]:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
.rebranding-class .gform_wrapper .ginput_complex .gfield_radio > div input[type=radio]:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
.rebranding-class body .gform_wrapper .gfield_radio > div .ginput_complex [type=radio].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
body .rebranding-class .gform_wrapper .gfield_radio > div .ginput_complex [type=radio].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
.rebranding-class body .gform_wrapper .ginput_complex .gfield_radio > div [type=radio].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
body .rebranding-class .gform_wrapper .ginput_complex .gfield_radio > div [type=radio].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
.rebranding-class .gform_wrapper.gravity-theme .gfield_radio > div .gfield_creditcard_warning .ginput_complex .ginput_full [type=radio].ginput_card_field:checked + label:after,
.rebranding-class .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .gfield_radio > div [type=radio].ginput_card_field:checked + label:after {
  background-color: #FB6113;
}

.rebranding-class .gform_wrapper .gfield_checkbox {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .rebranding-class .gform_wrapper .gfield_checkbox {
    margin-bottom: 0;
  }
}

.rebranding-class .gform_wrapper .gfield_checkbox > div {
  margin-bottom: 12px;
}

.rebranding-class .gform_wrapper .gfield_checkbox > div label {
  color: #25125C;
  display: inline-block;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 1.55;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  padding-top: 0;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rebranding-class .gform_wrapper .gfield_checkbox > div label:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 5px;
  border: 1px solid #25125C;
  background-color: transparent;
}

.rebranding-class .gform_wrapper .gfield_checkbox > div input[type=checkbox],
.rebranding-class body .gform_wrapper .gfield_checkbox > div [type=checkbox].datepicker,
body .rebranding-class .gform_wrapper .gfield_checkbox > div [type=checkbox].datepicker,
.rebranding-class .gform_wrapper .gfield_checkbox > div .ginput_complex input[type=checkbox]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.rebranding-class .gform_wrapper .ginput_complex .gfield_checkbox > div input[type=checkbox]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.rebranding-class body .gform_wrapper .gfield_checkbox > div .ginput_complex [type=checkbox].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .rebranding-class .gform_wrapper .gfield_checkbox > div .ginput_complex [type=checkbox].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.rebranding-class body .gform_wrapper .ginput_complex .gfield_checkbox > div [type=checkbox].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .rebranding-class .gform_wrapper .ginput_complex .gfield_checkbox > div [type=checkbox].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.rebranding-class .gform_wrapper.gravity-theme .gfield_checkbox > div .gfield_creditcard_warning .ginput_complex .ginput_full [type=checkbox].ginput_card_field,
.rebranding-class .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .gfield_checkbox > div [type=checkbox].ginput_card_field {
  display: none;
}

.rebranding-class .gform_wrapper .gfield_checkbox > div input[type=checkbox]:checked + label:after,
.rebranding-class body .gform_wrapper .gfield_checkbox > div [type=checkbox].datepicker:checked + label:after,
body .rebranding-class .gform_wrapper .gfield_checkbox > div [type=checkbox].datepicker:checked + label:after,
.rebranding-class .gform_wrapper .gfield_checkbox > div .ginput_complex input[type=checkbox]:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
.rebranding-class .gform_wrapper .ginput_complex .gfield_checkbox > div input[type=checkbox]:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
.rebranding-class body .gform_wrapper .gfield_checkbox > div .ginput_complex [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
body .rebranding-class .gform_wrapper .gfield_checkbox > div .ginput_complex [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
.rebranding-class body .gform_wrapper .ginput_complex .gfield_checkbox > div [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
body .rebranding-class .gform_wrapper .ginput_complex .gfield_checkbox > div [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
.rebranding-class .gform_wrapper.gravity-theme .gfield_checkbox > div .gfield_creditcard_warning .ginput_complex .ginput_full [type=checkbox].ginput_card_field:checked + label:after,
.rebranding-class .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .gfield_checkbox > div [type=checkbox].ginput_card_field:checked + label:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check-white-new.svg);
}

.rebranding-class .gform_wrapper .gfield_checkbox > div input[type=checkbox]:checked + label:before,
.rebranding-class body .gform_wrapper .gfield_checkbox > div [type=checkbox].datepicker:checked + label:before,
body .rebranding-class .gform_wrapper .gfield_checkbox > div [type=checkbox].datepicker:checked + label:before,
.rebranding-class .gform_wrapper .gfield_checkbox > div .ginput_complex input[type=checkbox]:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
.rebranding-class .gform_wrapper .ginput_complex .gfield_checkbox > div input[type=checkbox]:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
.rebranding-class body .gform_wrapper .gfield_checkbox > div .ginput_complex [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
body .rebranding-class .gform_wrapper .gfield_checkbox > div .ginput_complex [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
.rebranding-class body .gform_wrapper .ginput_complex .gfield_checkbox > div [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
body .rebranding-class .gform_wrapper .ginput_complex .gfield_checkbox > div [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
.rebranding-class .gform_wrapper.gravity-theme .gfield_checkbox > div .gfield_creditcard_warning .ginput_complex .ginput_full [type=checkbox].ginput_card_field:checked + label:before,
.rebranding-class .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .gfield_checkbox > div [type=checkbox].ginput_card_field:checked + label:before {
  background-color: #25125C;
}

.rebranding-class .gform_wrapper .ginput_container_consent label {
  color: #25125C;
  display: inline-block;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 1.55;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rebranding-class .gform_wrapper .ginput_container_consent label a {
  color: #FB6113;
}

.rebranding-class .gform_wrapper .ginput_container_consent label:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 5px;
  border: 1px solid #25125C;
  background-color: transparent;
}

.rebranding-class .gform_wrapper .ginput_container_consent label:after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check-white-new.svg);
}

.rebranding-class .gform_wrapper .ginput_container_consent input[type=checkbox],
.rebranding-class body .gform_wrapper .ginput_container_consent [type=checkbox].datepicker,
body .rebranding-class .gform_wrapper .ginput_container_consent [type=checkbox].datepicker,
.rebranding-class .gform_wrapper .ginput_container_consent .ginput_complex input[type=checkbox]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.rebranding-class .gform_wrapper .ginput_complex .ginput_container_consent input[type=checkbox]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.rebranding-class body .gform_wrapper .ginput_container_consent .ginput_complex [type=checkbox].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .rebranding-class .gform_wrapper .ginput_container_consent .ginput_complex [type=checkbox].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.rebranding-class body .gform_wrapper .ginput_complex .ginput_container_consent [type=checkbox].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
body .rebranding-class .gform_wrapper .ginput_complex .ginput_container_consent [type=checkbox].datepicker:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.rebranding-class .gform_wrapper.gravity-theme .ginput_container_consent .gfield_creditcard_warning .ginput_complex .ginput_full [type=checkbox].ginput_card_field,
.rebranding-class .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_container_consent [type=checkbox].ginput_card_field {
  display: none;
}

.rebranding-class .gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:before,
.rebranding-class body .gform_wrapper .ginput_container_consent [type=checkbox].datepicker:checked + label:before,
body .rebranding-class .gform_wrapper .ginput_container_consent [type=checkbox].datepicker:checked + label:before,
.rebranding-class .gform_wrapper .ginput_container_consent .ginput_complex input[type=checkbox]:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
.rebranding-class .gform_wrapper .ginput_complex .ginput_container_consent input[type=checkbox]:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
.rebranding-class body .gform_wrapper .ginput_container_consent .ginput_complex [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
body .rebranding-class .gform_wrapper .ginput_container_consent .ginput_complex [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
.rebranding-class body .gform_wrapper .ginput_complex .ginput_container_consent [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
body .rebranding-class .gform_wrapper .ginput_complex .ginput_container_consent [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:before,
.rebranding-class .gform_wrapper.gravity-theme .ginput_container_consent .gfield_creditcard_warning .ginput_complex .ginput_full [type=checkbox].ginput_card_field:checked + label:before,
.rebranding-class .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_container_consent [type=checkbox].ginput_card_field:checked + label:before {
  background-color: #25125C;
}

.rebranding-class .gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:after,
.rebranding-class body .gform_wrapper .ginput_container_consent [type=checkbox].datepicker:checked + label:after,
body .rebranding-class .gform_wrapper .ginput_container_consent [type=checkbox].datepicker:checked + label:after,
.rebranding-class .gform_wrapper .ginput_container_consent .ginput_complex input[type=checkbox]:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
.rebranding-class .gform_wrapper .ginput_complex .ginput_container_consent input[type=checkbox]:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
.rebranding-class body .gform_wrapper .ginput_container_consent .ginput_complex [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
body .rebranding-class .gform_wrapper .ginput_container_consent .ginput_complex [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
.rebranding-class body .gform_wrapper .ginput_complex .ginput_container_consent [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
body .rebranding-class .gform_wrapper .ginput_complex .ginput_container_consent [type=checkbox].datepicker:checked:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) + label:after,
.rebranding-class .gform_wrapper.gravity-theme .ginput_container_consent .gfield_creditcard_warning .ginput_complex .ginput_full [type=checkbox].ginput_card_field:checked + label:after,
.rebranding-class .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_container_consent [type=checkbox].ginput_card_field:checked + label:after {
  opacity: 1;
}

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials .socials-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials .socials-links .social-link {
  position: relative;
  width: 30px;
  height: 30px;
  top: 0;
  margin: 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .socials .socials-links .social-link {
    margin: 0 10px;
  }
}

.socials .socials-links .social-link:first-child {
  margin-left: 0;
}

.socials .socials-links .social-link:last-child {
  margin-right: 0;
}

.socials .socials-links .social-link:before,
.socials .socials-links .social-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.socials .socials-links .social-link.icon-instagram:before {
  opacity: 1;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/instagram-blue.svg);
}

.socials .socials-links .social-link.icon-instagram:after {
  opacity: 0;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/instagram-orange.svg);
}

.socials .socials-links .social-link.icon-linkedin:before {
  opacity: 1;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/linkedin-blue.svg);
}

.socials .socials-links .social-link.icon-linkedin:after {
  opacity: 0;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/linkedin-orange.svg);
}

.socials .socials-links .social-link.icon-facebook:before {
  opacity: 1;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/facebook-blue.svg);
}

.socials .socials-links .social-link.icon-facebook:after {
  opacity: 0;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/facebook-orange.svg);
}

.socials .socials-links .social-link.icon-twitter:before {
  opacity: 1;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/twitter-blue.svg);
}

.socials .socials-links .social-link.icon-twitter:after {
  opacity: 0;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/twitter-orange.svg);
}

.socials .socials-links .social-link.icon-facebook {
  width: 14px;
}

.socials .socials-links .social-link.icon-facebook:before {
  width: 14px;
  height: 28px;
  background-size: 14px 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/facebook-blue.svg);
}

.socials .socials-links .social-link.icon-facebook:after {
  width: 14px;
  height: 28px;
  background-size: 14px 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/facebook-orange.svg);
}

.socials .socials-links .social-link.icon-twitter:before {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/logo-twitter-x.svg);
}

.socials .socials-links .social-link.icon-twitter:after {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/logo-twitter-x-orange.svg);
}

.socials .socials-links .social-link.icon-linkedin:before {
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/linkedin-blue.svg);
}

.socials .socials-links .social-link.icon-linkedin:after {
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/linkedin-orange.svg);
}

.socials .socials-links .social-link:hover:before,
.socials .socials-links .social-link:focus:before {
  opacity: 0;
}

.socials .socials-links .social-link:hover:after,
.socials .socials-links .social-link:focus:after {
  opacity: 1;
}

.rebranding-class .socials {
  margin-top: 22px;
}

.rebranding-class .socials .socials-links {
  gap: 25px;
}

.rebranding-class .socials .socials-links .social-link {
  width: 29px;
  height: 29px;
  margin: 0;
}

.rebranding-class .socials .socials-links .social-link.icon-facebook {
  width: 15px;
}

.rebranding-class .socials .socials-links .social-link.icon-facebook:before {
  width: 15px;
  height: 29px;
  background-size: 15px 29px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-fb-white.svg);
}

.rebranding-class .socials .socials-links .social-link.icon-facebook:after {
  width: 15px;
  height: 29px;
  background-size: 15px 29px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-fb-orange.svg);
}

.rebranding-class .socials .socials-links .social-link.icon-twitter:before {
  width: 29px;
  height: 29px;
  background-size: 29px 29px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-x-white.svg);
}

.rebranding-class .socials .socials-links .social-link.icon-twitter:after {
  width: 29px;
  height: 29px;
  background-size: 29px 29px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-x-orange.svg);
}

.rebranding-class .socials .socials-links .social-link.icon-linkedin:before {
  width: 29px;
  height: 29px;
  background-size: 29px 29px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-linkedin-white.svg);
}

.rebranding-class .socials .socials-links .social-link.icon-linkedin:after {
  width: 29px;
  height: 29px;
  background-size: 29px 29px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-linkedin-orange.svg);
}

.rebranding-class .socials .socials-links .social-link.icon-instagram:before {
  width: 29px;
  height: 29px;
  background-size: 29px 29px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-ig-white.svg);
}

.rebranding-class .socials .socials-links .social-link.icon-instagram:after {
  width: 29px;
  height: 29px;
  background-size: 29px 29px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-ig-orange.svg);
}

.rebranding-class .socials .socials-links .social-link:hover:before,
.rebranding-class .socials .socials-links .social-link:focus:before {
  opacity: 0;
}

.rebranding-class .socials .socials-links .social-link:hover:after,
.rebranding-class .socials .socials-links .social-link:focus:after {
  opacity: 1;
}

.rebranding-class .mobile-menu-box .socials {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.wp-block-image .aligncenter img {
  display: block;
  margin: 0 auto;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.header.active {
  background-color: #0f2c6d;
}

.white-header .top-nav-container ul[id*=menu] > li,
.header.active .top-nav-container ul[id*=menu] > li,
.header-type-post-header .top-nav-container ul[id*=menu] > li {
  /*&.with-icon {
      > a {
        &:before {
          opacity: 0;
        }
        &:after {
          opacity: 1;
        }
      }
    }*/
}

.white-header .top-nav-container ul[id*=menu] > li:after,
.header.active .top-nav-container ul[id*=menu] > li:after,
.header-type-post-header .top-nav-container ul[id*=menu] > li:after {
  background-color: #fff;
}

.white-header .top-nav-container ul[id*=menu] > li a,
.header.active .top-nav-container ul[id*=menu] > li a,
.header-type-post-header .top-nav-container ul[id*=menu] > li a {
  color: #fff;
}

.white-header .top-menu-box:after,
.header.active .top-menu-box:after,
.header-type-post-header .top-menu-box:after {
  background-color: rgba(255, 255, 255, 0.05);
}

.white-header .header-logo-box svg,
.header.active .header-logo-box svg,
.header-type-post-header .header-logo-box svg {
  max-width: 240px;
  max-height: 50px;
}

.white-header .header-logo-box .main-logo .logo-style1,
.header.active .header-logo-box .main-logo .logo-style1,
.white-header .header-logo-box .main-logo .logo-style2,
.header.active .header-logo-box .main-logo .logo-style2,
.header-type-post-header .header-logo-box .main-logo .logo-style1,
.header-type-post-header .header-logo-box .main-logo .logo-style2 {
  fill: #fff;
}

.white-header .header-logo-box .main-logo .logo-style3,
.header.active .header-logo-box .main-logo .logo-style3,
.header-type-post-header .header-logo-box .main-logo .logo-style3 {
  fill: #0f2c6d;
}

.white-header .main-menu-box ul[id*=menu] > li > a,
.header.active .main-menu-box ul[id*=menu] > li > a,
.header-type-post-header .main-menu-box ul[id*=menu] > li > a {
  color: #fff;
}

.white-header .header-buttons .btn:hover,
.header.active .header-buttons .btn:hover,
.white-header .header-buttons .gform_next_button:hover,
.header.active .header-buttons .gform_next_button:hover,
.white-header .header-buttons .gform_previous_button:hover,
.header.active .header-buttons .gform_previous_button:hover,
.white-header .header-buttons .btn:focus,
.header.active .header-buttons .btn:focus,
.white-header .header-buttons .gform_next_button:focus,
.header.active .header-buttons .gform_next_button:focus,
.white-header .header-buttons .gform_previous_button:focus,
.header.active .header-buttons .gform_previous_button:focus,
.header-type-post-header .header-buttons .btn:hover,
.header-type-post-header .header-buttons .gform_next_button:hover,
.header-type-post-header .header-buttons .gform_previous_button:hover,
.header-type-post-header .header-buttons .btn:focus,
.header-type-post-header .header-buttons .gform_next_button:focus,
.header-type-post-header .header-buttons .gform_previous_button:focus {
  color: #e65b18;
  border-color: #fff;
  background-color: #fff;
}

.white-header .header-search-btn:before,
.header.active .header-search-btn:before,
.header-type-post-header .header-search-btn:before {
  width: 23px;
  height: 23px;
  background-size: 23px 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/search-white.svg);
}

.white-header .hamburger-inner,
.header.active .hamburger-inner,
.header-type-post-header .hamburger-inner {
  background-color: #fff !important;
}

.white-header .hamburger-inner:before,
.header.active .hamburger-inner:before,
.white-header .hamburger-inner:after,
.header.active .hamburger-inner:after,
.header-type-post-header .hamburger-inner:before,
.header-type-post-header .hamburger-inner:after {
  background-color: #fff !important;
}

.header-container {
  max-width: 1545px !important;
}

@media only screen and (max-width: 767px) {
  .top-menu-line {
    display: none;
  }
}

.top-menu-box {
  position: relative;
  padding: 15px 0;
}

@media only screen and (max-width: 1280px) {
  .top-menu-box {
    padding: 12px 0;
  }
}

.top-menu-box:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(15, 44, 109, 0.05);
}

.top-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-nav-container ul[id*=menu] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-nav-container ul[id*=menu] > li {
  margin: 0 15px;
  position: relative;
}

.top-nav-container ul[id*=menu] > li:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e65b18;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-nav-container ul[id*=menu] > li a {
  color: #0f2c6d;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1280px) {
  .top-nav-container ul[id*=menu] > li a {
    font-size: 15px;
  }
}

.top-nav-container ul[id*=menu] > li a:hover,
.top-nav-container ul[id*=menu] > li a:focus {
  color: #e65b18;
}

.top-nav-container ul[id*=menu] > li.with-icon > a {
  position: relative;
  padding-left: 22px;
}

@media only screen and (max-width: 1280px) {
  .top-nav-container ul[id*=menu] > li.with-icon > a {
    padding-left: 20px;
  }
}

.top-nav-container ul[id*=menu] > li.with-icon > a:before,
.top-nav-container ul[id*=menu] > li.with-icon > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1280px) {
  .top-nav-container ul[id*=menu] > li.with-icon > a:before,
  .top-nav-container ul[id*=menu] > li.with-icon > a:after {
    top: 1px;
  }
}

.top-nav-container ul[id*=menu] > li.with-icon > a:before {
  opacity: 1;
}

.top-nav-container ul[id*=menu] > li.with-icon > a:after {
  opacity: 0;
}

.top-nav-container ul[id*=menu] > li.with-icon.icon-search > a:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/search-orange.svg);
}

@media only screen and (max-width: 1280px) {
  .top-nav-container ul[id*=menu] > li.with-icon.icon-search > a:before {
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/search-orange.svg);
  }
}

.top-nav-container ul[id*=menu] > li.with-icon.icon-search > a:after {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/search-white.svg);
}

@media only screen and (max-width: 1280px) {
  .top-nav-container ul[id*=menu] > li.with-icon.icon-search > a:after {
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/search-white.svg);
  }
}

.top-nav-container ul[id*=menu] > li.with-icon.icon-user > a {
  padding-left: 20px;
}

@media only screen and (max-width: 1280px) {
  .top-nav-container ul[id*=menu] > li.with-icon.icon-user > a {
    padding-left: 17px;
  }
}

.top-nav-container ul[id*=menu] > li.with-icon.icon-user > a:before {
  width: 12px;
  height: 14px;
  background-size: 12px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/user-orange.svg);
}

@media only screen and (max-width: 1280px) {
  .top-nav-container ul[id*=menu] > li.with-icon.icon-user > a:before {
    width: 11px;
    height: 13px;
    background-size: 11px 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/user-orange.svg);
  }
}

.top-nav-container ul[id*=menu] > li.with-icon.icon-user > a:after {
  width: 12px;
  height: 14px;
  background-size: 12px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/user-white.svg);
}

@media only screen and (max-width: 1280px) {
  .top-nav-container ul[id*=menu] > li.with-icon.icon-user > a:after {
    width: 11px;
    height: 13px;
    background-size: 11px 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/user-white.svg);
  }
}

.top-nav-container ul[id*=menu] > li.with-icon.icon-message > a {
  padding-left: 25px;
}

@media only screen and (max-width: 1280px) {
  .top-nav-container ul[id*=menu] > li.with-icon.icon-message > a {
    padding-left: 22px;
  }
}

.top-nav-container ul[id*=menu] > li.with-icon.icon-message > a:before {
  width: 17px;
  height: 14px;
  background-size: 17px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/message-orange.svg);
}

@media only screen and (max-width: 1280px) {
  .top-nav-container ul[id*=menu] > li.with-icon.icon-message > a:before {
    width: 16px;
    height: 13px;
    background-size: 16px 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/message-orange.svg);
  }
}

.top-nav-container ul[id*=menu] > li.with-icon.icon-message > a:after {
  width: 17px;
  height: 14px;
  background-size: 17px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/message-white.svg);
}

@media only screen and (max-width: 1280px) {
  .top-nav-container ul[id*=menu] > li.with-icon.icon-message > a:after {
    width: 16px;
    height: 13px;
    background-size: 16px 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/message-white.svg);
  }
}

.top-nav-container ul[id*=menu] > li:first-child {
  margin-left: 0;
}

.top-nav-container ul[id*=menu] > li:last-child {
  margin-right: 0;
}

.header-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
}

@media only screen and (max-width: 1280px) {
  .header-box {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 1200px) {
  .header-box {
    padding: 15px 0;
  }
}

.header-logo-box {
  position: relative;
  display: block;
  width: 240px;
  height: 50px;
}

@media only screen and (max-width: 1280px) {
  .header-logo-box {
    width: 202px;
    height: 42px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-logo-box {
    width: 182px;
    height: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .header-logo-box {
    width: 154px;
    height: 32px;
  }
}

.header-logo-box .logo-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.header-logo-box svg {
  max-height: 50px;
  max-width: 240px;
}

@media (max-width: 1300px) {
  .header-logo-box svg {
    max-height: 40px;
    max-width: 180px;
  }
}

.header-logo-box .main-logo {
  display: inherit;
  width: inherit;
  height: inherit;
}

.header-logo-box .main-logo .logo-style1,
.header-logo-box .main-logo .logo-style2 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

@media only screen and (max-width: 1280px) {
  .header-buttons {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: -15px;
  }
}

.header-buttons.mobile-buttons {
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-buttons.mobile-buttons .btn:last-child,
.header-buttons.mobile-buttons .gform_next_button:last-child,
.header-buttons.mobile-buttons .gform_previous_button:last-child {
  background: #fff;
  color: #093b75;
}

@media only screen and (max-width: 767px) {
  .header-buttons {
    display: none;
  }

  .header-buttons.mobile-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-buttons .btn,
.header-buttons .btn:last-child,
.header-buttons .gform_next_button:last-child,
.header-buttons .gform_previous_button:last-child,
.header-buttons .gform_next_button,
.header-buttons .gform_previous_button,
.white-header .header-buttons .btn:last-child,
.white-header .header-buttons .gform_next_button:last-child,
.white-header .header-buttons .gform_previous_button:last-child,
.header.active .header-buttons .btn:last-child,
.header.active .header-buttons .gform_next_button:last-child,
.header.active .header-buttons .gform_previous_button:last-child,
.header-type-post-header .header-buttons .btn:last-child,
.header-type-post-header .header-buttons .gform_next_button:last-child,
.header-type-post-header .header-buttons .gform_previous_button:last-child {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 1280px) {
  .header-buttons .btn,
  .header-buttons .btn:last-child,
  .header-buttons .gform_next_button:last-child,
  .header-buttons .gform_previous_button:last-child,
  .header-buttons .gform_next_button,
  .header-buttons .gform_previous_button,
  .white-header .header-buttons .btn:last-child,
  .white-header .header-buttons .gform_next_button:last-child,
  .white-header .header-buttons .gform_previous_button:last-child,
  .header.active .header-buttons .btn:last-child,
  .header.active .header-buttons .gform_next_button:last-child,
  .header.active .header-buttons .gform_previous_button:last-child,
  .header-type-post-header .header-buttons .btn:last-child,
  .header-type-post-header .header-buttons .gform_next_button:last-child,
  .header-type-post-header .header-buttons .gform_previous_button:last-child {
    min-height: 42px;
    font-size: 14px;
    padding: 11px 15px 9px 15px;
    margin-bottom: 15px;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
}

@media only screen and (max-width: 1200px) {
  .central-part {
    display: none;
  }
}

.main-nav-container {
  line-height: 1;
}

.main-menu-box ul[id*=menu] > li {
  margin: 0 15px;
}

@media only screen and (max-width: 1280px) {
  .main-menu-box ul[id*=menu] > li {
    margin: 0 12px;
  }
}

.main-menu-box ul[id*=menu] > li:first-child {
  margin-left: 0;
}

.main-menu-box ul[id*=menu] > li:last-child {
  margin-right: 0;
}

.main-menu-box ul[id*=menu] > li > a {
  color: #0f2c6d;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1280px) {
  .main-menu-box ul[id*=menu] > li > a {
    font-size: 16px;
  }
}

.main-menu-box ul[id*=menu] > li > a:hover,
.main-menu-box ul[id*=menu] > li > a:focus {
  color: #e65b18;
}

.main-menu-box ul[id*=menu] > li.current-menu-item > a {
  position: relative;
  cursor: default;
  color: #e65b18;
}

.main-menu-box ul[id*=menu] > li.current-menu-item > a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e65b18;
}

.main-menu-box ul[id*=menu] > li.menu-item-has-children {
  position: relative;
}

.main-menu-box ul[id*=menu] > li.menu-item-has-children > a {
  padding-right: 18px;
  position: relative;
}

.main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after {
  display: none;
}

.main-menu-box ul[id*=menu] > li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 12px;
  height: 7px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-orange.svg);
}

@media only screen and (max-width: 1280px) {
  .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:before {
    top: 4px;
  }
}

.main-menu-box ul[id*=menu] > li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  padding: 10px 0 0 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

@media only screen and (max-width: 1200px) {
  .main-menu-box ul[id*=menu] > li.menu-item-has-children .sub-menu {
    display: block;
  }
}

.main-menu-box ul[id*=menu] > li.menu-item-has-children .sub-menu .sub-menu-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 180px;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 5px;
  box-shadow: 0 2px 4px rgba(97, 13, 6, 0.1);
}

.main-menu-box ul[id*=menu] > li.menu-item-has-children .sub-menu .sub-menu-cols .sub-col {
  margin-right: 15px;
}

.main-menu-box ul[id*=menu] > li.menu-item-has-children .sub-menu .sub-menu-cols .sub-col > li {
  display: block;
  margin-bottom: 12px;
  padding: 0 10px;
}

.main-menu-box ul[id*=menu] > li.menu-item-has-children .sub-menu .sub-menu-cols .sub-col > li > a {
  display: inline-block;
  position: relative;
  color: #0f2c6d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-menu-box ul[id*=menu] > li.menu-item-has-children .sub-menu .sub-menu-cols .sub-col > li > a:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 11px;
  height: 6px;
  background-size: 11px 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-orange.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-menu-box ul[id*=menu] > li.menu-item-has-children .sub-menu .sub-menu-cols .sub-col > li > a:hover,
.main-menu-box ul[id*=menu] > li.menu-item-has-children .sub-menu .sub-menu-cols .sub-col > li > a:focus {
  color: #e65b18;
  /*&:before {
      opacity: 1;
      visibility: visible;
    }*/
}

.main-menu-box ul[id*=menu] > li.menu-item-has-children .sub-menu .sub-menu-cols .sub-col > li:last-child {
  margin-bottom: 0;
}

.main-menu-box ul[id*=menu] > li.menu-item-has-children .sub-menu .sub-menu-cols .sub-col > li.current-menu-item > a {
  cursor: default;
  color: #e65b18;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.main-menu-box ul[id*=menu] > li.menu-item-has-children .sub-menu .sub-menu-cols .sub-col > li.current-menu-item > a:before {
  opacity: 1;
  visibility: visible;
}

.main-menu-box ul[id*=menu] > li.menu-item-has-children .sub-menu .sub-menu-cols .sub-col.no-margin {
  margin-right: 15px;
}

.main-menu-box ul[id*=menu] > li.menu-item-has-children .sub-menu .sub-menu-cols .sub-col.no-margin:last-child {
  margin-right: 0;
}

.main-menu-box ul[id*=menu] > li.menu-item-has-children .sub-menu.show {
  display: block;
}

@media only screen and (max-width: 1200px) {
  .main-menu-box ul[id*=menu] > li.menu-item-has-children .sub-menu.show {
    display: none;
  }
}

.main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a:before,
.main-menu-box ul[id*=menu] > li.menu-item-has-children:focus > a:before {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.main-menu-box ul[id*=menu] > li.menu-item-has-children:hover .sub-menu,
.main-menu-box ul[id*=menu] > li.menu-item-has-children:focus .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.right-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .right-part .header-buttons-new {
    display: none;
  }
}

.hamburger {
  display: none;
  margin-left: 20px;
}

@media only screen and (max-width: 1200px) {
  .hamburger {
    display: block;
  }
}

.header-search-btn {
  position: relative;
  display: none;
  width: 23px;
  height: 23px;
  margin-left: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .header-search-btn {
    display: block;
  }
}

.header-search-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  background-size: 23px 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/search-orange.svg);
}

.header-search-btn:hover,
.header-search-btn:focus {
  opacity: 0.25;
}

.mobile-menu-box {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #0f2c6d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .mobile-menu-box {
    display: block;
  }
}

.mobile-menu-box .inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 15px 0 25px 0;
  overflow: auto;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] {
  margin: 0;
  padding: 0;
  display: block;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li {
  display: block;
  list-style: none;
  padding: 13px 45px 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 0;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li a {
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li a:hover,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li a:focus {
  color: #e65b18;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children {
  position: relative;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 15px;
  height: 9px;
  background-size: 15px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children.opened:after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu {
  display: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li {
  display: block;
  padding: 3px 20px;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li:before {
  display: block;
  top: 15px;
  left: 8px;
  width: 7px;
  height: 7px;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li a {
  font-size: 17px;
  font-weight: 300;
  text-transform: unset;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.current-menu-item a {
  color: #e65b18;
}

.mobile-menu-box.opened {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.header-section {
  position: relative;
}

.header-section:not(.rebranding-styles) {
  padding-top: 110px;
}

@media only screen and (max-width: 1280px) {
  .header-section:not(.rebranding-styles) {
    padding-top: 82px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-section:not(.rebranding-styles) {
    padding-top: 74px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section:not(.rebranding-styles) {
    padding-top: 62px;
  }
}

.with-top-menu .header-section {
  padding-top: 156px;
}

@media only screen and (max-width: 1280px) {
  .with-top-menu .header-section {
    padding-top: 121px;
  }
}

@media only screen and (max-width: 1200px) {
  .with-top-menu .header-section {
    padding-top: 113px;
  }
}

@media only screen and (max-width: 767px) {
  .with-top-menu .header-section {
    padding-top: 62px;
  }
}

.header-section.type-post-header {
  margin-bottom: 0;
  padding-top: 0 !important;
}

.post-type-archive .header-section {
  margin-bottom: 0;
}

.header-section.rebranding-styles {
  position: relative;
}

.header-section.rebranding-styles:not(.type-1, .type-post-header) {
  height: calc(100vh - 32px);
}

@media (max-width: 767px) {
  .header-section.rebranding-styles:not(.type-1, .type-post-header) {
    height: calc(100vh - 46px);
  }
}

.header-section.rebranding-styles:not(.type-1, .type-post-header):not(.admin-bar *) {
  height: 100vh;
}

.header-section.rebranding-styles .hero-box {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom-left-radius: 0;
  min-height: 650px;
}

.header-section.rebranding-styles .hero-box:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 291px;
  height: 900px;
  background-size: 291px 900px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-hero-header-right.svg);
  z-index: 10;
  height: 100%;
  background-size: cover;
}

@media (max-width: 767px) {
  .header-section.rebranding-styles .hero-box:before {
    width: 191px;
    height: 700px;
    background-size: 191px 700px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/new-hero-header-right-small.svg);
    left: unset;
    right: 0;
    height: 100%;
    background-size: cover;
  }
}

.header-section.rebranding-styles .hero-box:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 250px;
  height: 900px;
  background-size: 250px 900px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-hero-header-left.svg);
  z-index: 10;
  height: 100%;
  background-size: cover;
}

@media (max-width: 767px) {
  .header-section.rebranding-styles .hero-box:after {
    width: 90px;
    height: 435px;
    background-size: 90px 435px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/new-hero-header-left-small.svg);
    left: 0;
    right: unset;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.header-section.rebranding-styles .hero-box.no-bg-arrows:before,
.header-section.rebranding-styles .hero-box.no-bg-arrows:after {
  content: none;
}

@media (max-width: 767px) {
  .header-section.rebranding-styles .hero-box.mobile-image {
    background-image: none !important;
  }

  .header-section.rebranding-styles .hero-box.mobile-image .header-section-hero-image-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
  }
}

.header-section.rebranding-styles .hero-box .hero-content-wrapper {
  position: relative;
  z-index: 20;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .header-section.rebranding-styles .hero-box .hero-content-wrapper {
    padding-bottom: 0;
    margin-bottom: -10px;
  }
}

.header-section.rebranding-styles .hero-box .hero-content-wrapper.no-new-buttons {
  padding-bottom: 205px;
}

.header-section.rebranding-styles .hero-box .hero-content-wrapper .hero-buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .header-section.rebranding-styles .hero-box .hero-content-wrapper .hero-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.header-section.rebranding-styles .hero-box .hero-overlay {
  background-color: #25125C;
}

.header-section.rebranding-styles .hero-box .hero-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 600px;
  height: 350px;
  background-size: 600px 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-hero-background-arrow.svg);
  position: relative;
}

@media (max-width: 767px) {
  .header-section.rebranding-styles .hero-box .hero-content-box {
    width: 320px;
    height: 194px;
    background-size: 320px 194px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/new-hero-background-arrow.svg);
  }
}

.header-section.rebranding-styles .hero-box .hero-content-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -90px;
  width: 80px;
  height: 103px;
  background-size: 80px 103px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange-big.svg);
}

@media (max-width: 767px) {
  .header-section.rebranding-styles .hero-box .hero-content-box:after {
    width: 55px;
    height: 72px;
    background-size: 55px 72px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/new-chevron-right-orange-big.svg);
    right: -55px;
  }
}

.header-section.rebranding-styles .hero-box .hero-content-box.no-arrow {
  display: none;
}

.header-section.rebranding-styles .hero-box .hero-content-box .hero-desc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: calc(100% - 100px);
  padding-left: 130px;
}

@media (max-width: 767px) {
  .header-section.rebranding-styles .hero-box .hero-content-box .hero-desc-box {
    padding-left: 60px;
    max-width: calc(100% - 30px);
  }
}

.header-section.rebranding-styles .hero-box .hero-content-box .hero-desc-box h1,
.header-section.rebranding-styles .hero-box .hero-content-box .hero-desc-box .overview-banner-item .banner-text h2,
.overview-banner-item .banner-text .header-section.rebranding-styles .hero-box .hero-content-box .hero-desc-box h2 {
  color: #25125C;
  font-size: 46px;
  font-weight: 700;
  line-height: 110%;
  text-align: left;
  text-transform: none;
}

@media (max-width: 767px) {
  .header-section.rebranding-styles .hero-box .hero-content-box .hero-desc-box h1,
  .header-section.rebranding-styles .hero-box .hero-content-box .hero-desc-box .overview-banner-item .banner-text h2,
  .overview-banner-item .banner-text .header-section.rebranding-styles .hero-box .hero-content-box .hero-desc-box h2 {
    font-size: 32px;
  }
}

.header-section.rebranding-styles .hero-box .hero-content-box .hero-desc-box .sub-title {
  color: #25125C;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .header-section.rebranding-styles .hero-box .hero-content-box .hero-desc-box .sub-title {
    display: none;
  }
}

.header-section.rebranding-styles.type-5 .hero-box {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom-left-radius: 0;
  min-height: unset;
  overflow: hidden;
}

.header-section.rebranding-styles.type-5 .hero-box:before {
  width: 227px;
  height: 897px;
  background-size: 227px 897px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-hero-header-right-yellow.svg);
}

@media (max-width: 1099px) {
  .header-section.rebranding-styles.type-5 .hero-box:before {
    top: 50%;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%);
    width: 80px;
    height: 503px;
    background-size: 80px 503px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/new-hero-header-left-arrow-tablet.svg);
  }
}

@media (max-width: 767px) {
  .header-section.rebranding-styles.type-5 .hero-box:before {
    left: 0;
    right: unset;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    width: 80px;
    height: 503px;
    background-size: 80px 503px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/new-hero-header-left-arrow-tablet.svg);
  }
}

@media (max-width: 450px) and (max-height: 785px) {
  .header-section.rebranding-styles.type-5 .hero-box:before {
    left: 0;
    right: unset;
    -webkit-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    transform: translateY(-75%);
    width: 80px;
    height: 503px;
    background-size: 80px 503px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/new-hero-header-left-arrow-tablet.svg);
  }
}

.header-section.rebranding-styles.type-5 .hero-box:after {
  width: 374px;
  height: 100%;
  background-size: 374px 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-hero-header-left-arrow.svg);
  background-size: cover;
}

@media (max-width: 1099px) {
  .header-section.rebranding-styles.type-5 .hero-box:after {
    width: 280px;
    height: 100%;
    background-size: 280px 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/new-hero-header-right-arrow-tablet.svg);
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .header-section.rebranding-styles.type-5 .hero-box:after {
    left: unset;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    right: 0;
    width: 280px;
    height: 100%;
    background-size: 280px 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/new-hero-header-right-arrow-tablet.svg);
    background-size: cover;
  }
}

.header-section.rebranding-styles.type-5 .hero-box.no-bg-arrows:before,
.header-section.rebranding-styles.type-5 .hero-box.no-bg-arrows:after {
  content: none;
}

.header-section.rebranding-styles.type-5 .hero-box .hero-content-wrapper {
  position: relative;
  z-index: 20;
  padding-bottom: 70px;
}

@media (max-width: 1300px) {
  .header-section.rebranding-styles.type-5 .hero-box .hero-content-wrapper {
    padding-left: 50px;
  }
}

@media (max-width: 1199px) {
  .header-section.rebranding-styles.type-5 .hero-box .hero-content-wrapper {
    padding-left: 155px;
  }
}

@media (max-width: 1099px) {
  .header-section.rebranding-styles.type-5 .hero-box .hero-content-wrapper {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .header-section.rebranding-styles.type-5 .hero-box .hero-content-wrapper {
    padding-bottom: 50px;
    margin-bottom: 0px;
  }
}

.header-section.rebranding-styles.type-5 .hero-box .hero-content-wrapper.no-new-buttons {
  padding-bottom: 205px;
}

.header-section.rebranding-styles.type-5 .hero-box .hero-content-wrapper .hero-buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .header-section.rebranding-styles.type-5 .hero-box .hero-content-wrapper .hero-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.header-section.rebranding-styles.type-5 .hero-box .hero-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  background-image: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}

.header-section.rebranding-styles.type-5 .hero-box .hero-content-box:after {
  content: none;
}

.header-section.rebranding-styles.type-5 .hero-box .hero-content-box.no-arrow {
  display: none;
}

.header-section.rebranding-styles.type-5 .hero-box .hero-content-box .hero-desc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: unset;
  padding-left: 0;
}

@media (max-width: 767px) {
  .header-section.rebranding-styles.type-5 .hero-box .hero-content-box .hero-desc-box {
    padding-left: 0;
    max-width: unset;
  }
}

.header-section.rebranding-styles.type-5 .hero-box .hero-content-box .hero-desc-box span.sub-title {
  color: #0F0862;
}

.header-section.rebranding-styles.type-5 .hero-box .hero-content-box .hero-desc-box h1,
.header-section.rebranding-styles.type-5 .hero-box .hero-content-box .hero-desc-box .overview-banner-item .banner-text h2,
.overview-banner-item .banner-text .header-section.rebranding-styles.type-5 .hero-box .hero-content-box .hero-desc-box h2 {
  color: #0F0862;
  font-size: 72px;
  font-weight: 700;
  line-height: 110%;
  text-align: left;
  text-transform: none;
}

@media (max-width: 1440px) {
  .header-section.rebranding-styles.type-5 .hero-box .hero-content-box .hero-desc-box h1,
  .header-section.rebranding-styles.type-5 .hero-box .hero-content-box .hero-desc-box .overview-banner-item .banner-text h2,
  .overview-banner-item .banner-text .header-section.rebranding-styles.type-5 .hero-box .hero-content-box .hero-desc-box h2 {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .header-section.rebranding-styles.type-5 .hero-box .hero-content-box .hero-desc-box h1,
  .header-section.rebranding-styles.type-5 .hero-box .hero-content-box .hero-desc-box .overview-banner-item .banner-text h2,
  .overview-banner-item .banner-text .header-section.rebranding-styles.type-5 .hero-box .hero-content-box .hero-desc-box h2 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .header-section.rebranding-styles.type-5 .hero-box .hero-content-box .hero-desc-box h1,
  .header-section.rebranding-styles.type-5 .hero-box .hero-content-box .hero-desc-box .overview-banner-item .banner-text h2,
  .overview-banner-item .banner-text .header-section.rebranding-styles.type-5 .hero-box .hero-content-box .hero-desc-box h2 {
    font-size: 32px;
  }
}

.header-section.rebranding-styles.type-5 .hero-box .hero-content-box .hero-desc-box p {
  color: #0F0862 !important;
  text-align: left;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

@media (max-width: 1440px) {
  .header-section.rebranding-styles.type-5 .hero-box .hero-content-box .hero-desc-box p {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .header-section.rebranding-styles.type-5 .hero-box .hero-content-box .hero-desc-box p {
    font-size: 20px;
  }
}

.header-section.rebranding-styles.type-5 .hero-box .hero-content-box .hero-desc-box .sub-title {
  color: #25125C;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .header-section.rebranding-styles.type-5 .hero-box .hero-content-box .hero-desc-box .sub-title {
    display: none;
  }
}

.header-section.rebranding-styles .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 767px) {
  .header-section.rebranding-styles .slick-dots {
    display: none !important;
  }
}

.header-section.rebranding-styles .slick-dots li {
  height: 10px;
  width: 10px;
  margin: 0;
  border: 1px solid #25125C;
  background-color: transparent;
  border-radius: 0;
}

.header-section.rebranding-styles .slick-dots li:before {
  content: none;
}

.header-section.rebranding-styles .slick-dots li.slick-active {
  border: 1px solid #25125C;
  background-color: #25125C;
}

.header-section.rebranding-styles.type-3,
.header-section.rebranding-styles.type-4 {
  padding-top: 188px;
  background: #25125C;
  min-height: 580px;
  height: auto !important;
  position: relative;
}

@media (max-width: 991px) {
  .header-section.rebranding-styles.type-3,
  .header-section.rebranding-styles.type-4 {
    background: #0F0955;
  }
}

@media (max-width: 991px) {
  .header-section.rebranding-styles.type-3.type-3,
  .header-section.rebranding-styles.type-4.type-3 {
    min-height: 560px;
  }
}

.header-section.rebranding-styles.type-3.type-4 .align-items-center,
.header-section.rebranding-styles.type-4.type-4 .align-items-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-section.rebranding-styles.type-3:before,
.header-section.rebranding-styles.type-4:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 100%;
  background-size: 150px 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-archive-left.svg);
}

@media (max-width: 991px) {
  .header-section.rebranding-styles.type-3:before,
  .header-section.rebranding-styles.type-4:before {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/flexspecialisten_pijl_lichtblue.svg);
    background-size: 100vh 100%;
  }
}

.header-section.rebranding-styles.type-3 .header-top-block,
.header-section.rebranding-styles.type-4 .header-top-block {
  margin: 0;
  position: relative;
  z-index: 10;
}

.header-section.rebranding-styles.type-3 .header-top-block .header-top-text,
.header-section.rebranding-styles.type-4 .header-top-block .header-top-text {
  margin-top: -70px;
}

@media (max-width: 991px) {
  .header-section.rebranding-styles.type-3 .header-top-block .header-top-text,
  .header-section.rebranding-styles.type-4 .header-top-block .header-top-text {
    margin-top: -35px;
  }

  .header-section.rebranding-styles.type-3 .header-top-block .header-top-text.no-subtitle,
  .header-section.rebranding-styles.type-4 .header-top-block .header-top-text.no-subtitle {
    margin-top: 25px;
  }
}

.header-section.rebranding-styles.type-3 .header-top-block .header-image-wrap,
.header-section.rebranding-styles.type-4 .header-top-block .header-image-wrap {
  position: relative;
  margin-bottom: -50px;
  border-radius: 0;
  height: 440px;
}

@media (max-width: 991px) {
  .header-section.rebranding-styles.type-3 .header-top-block .header-image-wrap,
  .header-section.rebranding-styles.type-4 .header-top-block .header-image-wrap {
    height: 350px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto -20px;
  }
}

.header-section.rebranding-styles.type-3 .header-top-block .header-image-wrap img,
.header-section.rebranding-styles.type-4 .header-top-block .header-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-clip-path: polygon(84.168% 0%, 0% 0%, 15.832% 50.002%, 0% 100%, 84.168% 100%, 100% 50.002%, 84.168% 0%);
  clip-path: polygon(84.168% 0%, 0% 0%, 15.832% 50.002%, 0% 100%, 84.168% 100%, 100% 50.002%, 84.168% 0%);
}

.header-section.rebranding-styles.type-3 .header-top-block .header-image-wrap:after,
.header-section.rebranding-styles.type-4 .header-top-block .header-image-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -90px;
  z-index: 10;
  width: 80px;
  height: 103px;
  background-size: 80px 103px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange-big.svg);
}

@media (max-width: 1350px) {
  .header-section.rebranding-styles.type-3 .header-top-block .header-image-wrap:after,
  .header-section.rebranding-styles.type-4 .header-top-block .header-image-wrap:after {
    right: 0;
  }
}

@media (max-width: 991px) {
  .header-section.rebranding-styles.type-3 .header-top-block .header-image-wrap:after,
  .header-section.rebranding-styles.type-4 .header-top-block .header-image-wrap:after {
    content: none;
  }
}

.header-section.rebranding-styles.type-3 .header-top-block .header-image-wrap:before,
.header-section.rebranding-styles.type-4 .header-top-block .header-image-wrap:before {
  z-index: 5;
  -webkit-filter: none;
  filter: none;
  top: 0;
  left: 0;
  right: unset;
  bottom: unset;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(15, 8, 96, 0.03) 0%, rgba(15, 8, 96, 0.2) 100%);
  background: linear-gradient(90deg, rgba(15, 8, 96, 0.03) 0%, rgba(15, 8, 96, 0.2) 100%);
  -webkit-clip-path: polygon(84.168% 0%, 0% 0%, 15.832% 50.002%, 0% 100%, 84.168% 100%, 100% 50.002%, 84.168% 0%);
  clip-path: polygon(84.168% 0%, 0% 0%, 15.832% 50.002%, 0% 100%, 84.168% 100%, 100% 50.002%, 84.168% 0%);
}

.header-section.rebranding-styles.type-3 .header-top-block .form-box,
.header-section.rebranding-styles.type-4 .header-top-block .form-box {
  border-radius: 4px;
  margin-bottom: 10px;
}

.header-section.rebranding-styles.type-3 .header-top-block .header-top-text .sub-title,
.header-section.rebranding-styles.type-4 .header-top-block .header-top-text .sub-title {
  color: #FFFAF0;
}

.header-section.rebranding-styles.type-3 .header-top-block .header-top-text .header-desc h1,
.header-section.rebranding-styles.type-3 .header-top-block .header-top-text .header-desc .overview-banner-item .banner-text h2,
.overview-banner-item .banner-text .header-section.rebranding-styles.type-3 .header-top-block .header-top-text .header-desc h2,
.header-section.rebranding-styles.type-4 .header-top-block .header-top-text .header-desc h1,
.header-section.rebranding-styles.type-4 .header-top-block .header-top-text .header-desc .overview-banner-item .banner-text h2,
.overview-banner-item .banner-text .header-section.rebranding-styles.type-4 .header-top-block .header-top-text .header-desc h2 {
  font-size: 46px;
}

.header-section.rebranding-styles.type-3 .header-top-block .header-top-text .header-desc a:hover,
.header-section.rebranding-styles.type-4 .header-top-block .header-top-text .header-desc a:hover {
  color: #FB6113;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .header-section.rebranding-styles.type-3 .header-top-block .header-top-text .header-desc h1,
  .header-section.rebranding-styles.type-3 .header-top-block .header-top-text .header-desc .overview-banner-item .banner-text h2,
  .overview-banner-item .banner-text .header-section.rebranding-styles.type-3 .header-top-block .header-top-text .header-desc h2,
  .header-section.rebranding-styles.type-4 .header-top-block .header-top-text .header-desc h1,
  .header-section.rebranding-styles.type-4 .header-top-block .header-top-text .header-desc .overview-banner-item .banner-text h2,
  .overview-banner-item .banner-text .header-section.rebranding-styles.type-4 .header-top-block .header-top-text .header-desc h2 {
    font-size: 36px !important;
  }
}

.header-section.rebranding-styles.type-3 .header-top-block .header-top-text .header-desc h1,
.header-section.rebranding-styles.type-3 .header-top-block .header-top-text .header-desc h2,
.header-section.rebranding-styles.type-3 .header-top-block .header-top-text .header-desc h3,
.header-section.rebranding-styles.type-3 .header-top-block .header-top-text .header-desc h4,
.header-section.rebranding-styles.type-3 .header-top-block .header-top-text .header-desc p,
.header-section.rebranding-styles.type-4 .header-top-block .header-top-text .header-desc h1,
.header-section.rebranding-styles.type-4 .header-top-block .header-top-text .header-desc h2,
.header-section.rebranding-styles.type-4 .header-top-block .header-top-text .header-desc h3,
.header-section.rebranding-styles.type-4 .header-top-block .header-top-text .header-desc h4,
.header-section.rebranding-styles.type-4 .header-top-block .header-top-text .header-desc p {
  color: #FFFAF0;
}

@media (max-width: 991px) {
  .header-section.rebranding-styles.type-3 .header-top-block .flex-md-row-reverse,
  .header-section.rebranding-styles.type-4 .header-top-block .flex-md-row-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    gap: 20px;
  }
}

.hero-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 15px;
  min-height: 420px;
}

@media only screen and (max-width: 1024px) {
  .hero-box {
    min-height: 360px;
  }
}

@media only screen and (max-width: 375px) {
  .hero-box {
    min-height: 300px;
  }
}

.hero-box .hero-content-wrapper {
  position: relative;
  z-index: 5;
}

.hero-box .sub-title {
  color: #fff;
  font-weight: 300;
  margin-bottom: 10px;
}

.hero-box .hero-desc h1,
.hero-box .hero-desc .overview-banner-item .banner-text h2,
.overview-banner-item .banner-text .hero-box .hero-desc h2 {
  font-size: 65px;
  line-height: 1;
  word-break: break-word;
}

@media only screen and (max-width: 1280px) {
  .hero-box .hero-desc h1,
  .hero-box .hero-desc .overview-banner-item .banner-text h2,
  .overview-banner-item .banner-text .hero-box .hero-desc h2 {
    font-size: 56px;
  }
}

@media only screen and (max-width: 992px) {
  .hero-box .hero-desc h1,
  .hero-box .hero-desc .overview-banner-item .banner-text h2,
  .overview-banner-item .banner-text .hero-box .hero-desc h2 {
    font-size: 50px;
  }
}

.hero-box .hero-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: inherit;
}

.hero-box .hero-overlay.hero-overlay-home {
  background: -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-box .video-background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: inherit;
  z-index: 1;
}

.hero-box .video-background video {
  background-position: center;
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
  border-radius: inherit;
}

.hero-box.bg-type-2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home .hero-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom-left-radius: 0;
  min-height: 650px;
}

@media only screen and (max-width: 1440px) {
  .home .hero-box {
    min-height: 520px;
  }
}

@media only screen and (max-width: 1280px) {
  .home .hero-box {
    min-height: 480px;
  }
}

@media only screen and (max-width: 1024px) {
  .home .hero-box {
    min-height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .home .hero-box {
    min-height: 380px;
  }
}

.home .hero-box .hero-content-wrapper {
  padding: 75px 0;
}

@media only screen and (max-width: 1024px) {
  .home .hero-box .hero-content-wrapper {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .home .hero-box .hero-content-wrapper {
    padding: 40px 0;
  }
}

.home .hero-box .hero-desc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home .hero-box .hero-desc {
  text-align: center;
}

.home .hero-box .hero-desc h1,
.home .hero-box .hero-desc .overview-banner-item .banner-text h2,
.overview-banner-item .banner-text .home .hero-box .hero-desc h2 {
  font-size: 56px;
}

@media only screen and (max-width: 992px) {
  .home .hero-box .hero-desc h1,
  .home .hero-box .hero-desc .overview-banner-item .banner-text h2,
  .overview-banner-item .banner-text .home .hero-box .hero-desc h2 {
    font-size: 50px;
  }
}

.home.rebranding-class .hero-box {
  min-height: unset;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-position: bottom;
}

.header-top-block {
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .header-top-block {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header-top-block {
    margin-top: 0;
  }
}

.header-top-text .sub-title {
  margin-bottom: 10px;
}

.header-top-text .header-desc h1,
.header-top-text .header-desc .overview-banner-item .banner-text h2,
.overview-banner-item .banner-text .header-top-text .header-desc h2 {
  font-size: 65px;
  line-height: 1;
}

@media only screen and (max-width: 1280px) {
  .header-top-text .header-desc h1,
  .header-top-text .header-desc .overview-banner-item .banner-text h2,
  .overview-banner-item .banner-text .header-top-text .header-desc h2 {
    font-size: 56px;
  }
}

@media only screen and (max-width: 992px) {
  .header-top-text .header-desc h1,
  .header-top-text .header-desc .overview-banner-item .banner-text h2,
  .overview-banner-item .banner-text .header-top-text .header-desc h2 {
    font-size: 50px;
  }
}

.header-image-wrap {
  position: relative;
  border-radius: 15px;
}

.header-image-wrap:before {
  content: "";
  position: absolute;
  top: -50px;
  bottom: -50px;
  left: -50px;
  right: -50px;
  background: -webkit-linear-gradient(314deg, rgba(230, 91, 24, 0.15) 35.94%, rgba(250, 172, 135, 0.15) 100%);
  background: linear-gradient(136deg, rgba(230, 91, 24, 0.15) 35.94%, rgba(250, 172, 135, 0.15) 100%);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .header-image-wrap {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    border-radius: 0;
  }
}

.header-image-wrap .header-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.slider-images {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-images .slick-list {
  height: inherit;
}

.slider-images .slick-track {
  height: inherit;
}

.slider-images .slider-image {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.rebranding-class.admin-bar .header {
  top: 32px;
}

.rebranding-class .main-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rebranding-class:has(.header-type-1) {
  padding-top: 0;
}

.rebranding-class.post-type-archive .header {
  background-color: #25125C;
}

.rebranding-class .header {
  position: fixed;
}

.rebranding-class .header.scrolled {
  background-color: #25125C;
}

.rebranding-class .header-buttons-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.rebranding-class .header-buttons-new .country-selector.weglot-dropdown {
  background-color: transparent !important;
}

.rebranding-class .header-buttons-new .country-selector.weglot-dropdown ul {
  background-color: transparent !important;
  list-style: none !important;
  border: none !important;
  top: 45px;
}

.rebranding-class .header-buttons-new .country-selector.weglot-dropdown ul li {
  padding: 0 !important;
}

.rebranding-class .header-buttons-new .country-selector.weglot-dropdown ul li:before {
  content: none !important;
}

.rebranding-class .header-buttons-new .country-selector.weglot-dropdown ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  line-height: 38px;
  padding: 0 !important;
}

.rebranding-class .header-buttons-new .country-selector.weglot-dropdown ul li a:before {
  margin: 0 !important;
}

.rebranding-class .header-buttons-new .weglot-language {
  border: 1px solid #FED268 !important;
  border-radius: 5px;
  width: 38px;
  height: 38px;
  background-color: transparent !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rebranding-class .header-buttons-new .weglot-language:hover {
  background-color: #FED268 !important;
}

.rebranding-class .header-buttons-new .weglot-language .wglanguage-name {
  padding: 0 !important;
  background-color: transparent !important;
  width: 38px !important;
  height: 38px !important;
  line-height: 38px !important;
}

.rebranding-class .header-buttons-new .weglot-language .wglanguage-name:before {
  top: -3px;
  left: 6px;
}

.rebranding-class .header-buttons-new .weglot-language:after {
  content: none !important;
}

.rebranding-class .header-buttons-new .top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.rebranding-class .header-buttons-new .top-nav .menu-item {
  position: relative;
  border: 1px solid #FED268;
  border-radius: 5px;
  width: 38px;
  height: 38px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rebranding-class .header-buttons-new .top-nav .menu-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rebranding-class .header-buttons-new .top-nav .menu-item.icon-search:before {
  width: 19px;
  height: 19px;
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-search-icon.svg);
}

.rebranding-class .header-buttons-new .top-nav .menu-item.icon-user:before {
  width: 17px;
  height: 19px;
  background-size: 17px 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-user-white.svg);
}

.rebranding-class .header-buttons-new .top-nav .menu-item.icon-message:before {
  width: 24px;
  height: 19px;
  background-size: 24px 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chat.svg);
}

.rebranding-class .header-buttons-new .top-nav .menu-item:hover {
  background-color: #FED268;
}

.rebranding-class .header-buttons-new .top-nav .menu-item:hover.icon-search:before {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-search-icon-blue.svg);
}

.rebranding-class .header-buttons-new .top-nav .menu-item:hover.icon-user:before {
  width: 16px;
  height: 18px;
  background-size: 16px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-user-blue.svg);
}

.rebranding-class .header-buttons-new .top-nav .menu-item:hover.icon-message:before {
  width: 23px;
  height: 18px;
  background-size: 23px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chat-blue.svg);
}

.rebranding-class .header-buttons-new .top-nav .menu-item a {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
}

.rebranding-class .header-container {
  max-width: 1200px !important;
}

.rebranding-class .header.active {
  background-color: #25125C;
}

.rebranding-class .mobile-menu-box {
  background-color: #25125C;
}

.rebranding-class .mobile-menu-box .mobile-buttons {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}

.rebranding-class .header-box {
  display: grid;
  grid-template-columns: 175px 1fr auto;
}

@media (max-width: 767px) {
  .rebranding-class .header-box {
    padding: 10px 0;
  }
}

.rebranding-class .header-box .header-logo-box {
  width: 175px;
  height: 90px;
}

@media (max-width: 767px) {
  .rebranding-class .header-box .header-logo-box {
    width: 120px;
    height: 60px;
  }
}

.rebranding-class .header-box .header-logo-box svg {
  width: 175px;
  height: 90px;
  max-height: unset;
  min-height: unset;
}

@media (max-width: 767px) {
  .rebranding-class .header-box .header-logo-box svg {
    width: 120px;
    height: 60px;
  }
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item {
  margin: 0;
  padding: 15px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item a {
  text-transform: none;
  color: #fff;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item.current-menu-item a,
.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item.current-menu-ancestor a {
  color: #FED268;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item.current-menu-item a:after,
.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item.current-menu-ancestor a:after {
  content: none;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item.current-menu-item.menu-item-has-children a:before,
.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item.current-menu-ancestor.menu-item-has-children a:before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item.menu-item-has-children {
  padding-right: 35px;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item.menu-item-has-children a {
  padding: 0;
  font-size: 18px;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item.menu-item-has-children a:before {
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 8px;
  background-size: 10px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-down-gold.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item.menu-item-has-children .sub-menu {
  padding: 0;
  left: 0;
  border-radius: 0 10px 10px 10px;
  background: #FFF;
  box-shadow: 1px 3px 5px 0px rgba(15, 9, 85, 0.12);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item.menu-item-has-children .sub-menu .sub-menu-cols {
  padding: 25px 20px;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item.menu-item-has-children .sub-menu .sub-menu-cols .menu-item {
  padding: 0;
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  position: relative;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item.menu-item-has-children .sub-menu .sub-menu-cols .menu-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 10px;
  background-size: 8px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item.menu-item-has-children .sub-menu .sub-menu-cols .menu-item:last-of-type {
  margin-bottom: 0px;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item.menu-item-has-children .sub-menu .sub-menu-cols .menu-item a {
  font-size: 18px;
  color: #25125C;
  font-weight: 700;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item.menu-item-has-children .sub-menu .sub-menu-cols .menu-item.current-menu-item {
  color: #FB6113;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item.menu-item-has-children .sub-menu .sub-menu-cols .menu-item.current-menu-item a {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 18px;
  color: #FB6113;
  font-weight: 700;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item.menu-item-has-children .sub-menu .sub-menu-cols .menu-item.current-menu-item a:before {
  opacity: 0;
  visibility: hidden;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item.menu-item-has-children .sub-menu .sub-menu-cols .menu-item:hover {
  padding-left: 20px;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item.menu-item-has-children .sub-menu .sub-menu-cols .menu-item:hover:before {
  opacity: 1;
  visibility: visible;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item.menu-item-has-children .sub-menu .sub-menu-cols .menu-item:hover a {
  color: #FB6113;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item:hover a {
  color: #FED268;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item:hover.menu-item-has-children {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  padding-right: 35px;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item:hover.menu-item-has-children a {
  padding: 0;
  color: #25125C;
}

.rebranding-class .header-box .central-part .main-menu-box .main-nav .menu-item:hover.menu-item-has-children a:before {
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 10px;
  background-size: 8px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-blue.svg);
}

.rebranding-class .header-box .right-part {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rebranding-class .header-box .right-part .hamburger .hamburger-box .hamburger-inner {
  background-color: #fff;
}

.rebranding-class .header-box .right-part .hamburger .hamburger-box .hamburger-inner:before,
.rebranding-class .header-box .right-part .hamburger .hamburger-box .hamburger-inner:after {
  background-color: #fff;
}

.footer-wrap-top {
  padding-bottom: 70px;
}

@media only screen and (max-width: 1280px) {
  .footer-wrap-top {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-wrap-top {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .footer-left-col {
    margin-bottom: 40px;
  }
}

.footer-logo-wrap {
  display: block;
  width: 240px;
  height: 50px;
}

@media only screen and (max-width: 1280px) {
  .footer-logo-wrap {
    width: 202px;
    height: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-logo-wrap {
    width: 182px;
    height: 38px;
  }
}

.footer-logo-wrap .footer-logo {
  display: inherit;
  width: inherit;
  height: inherit;
}

.socials {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .socials {
    zoom: 0.85;
  }
}

.footer-columns {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -40px -30px -40px;
}

@media only screen and (max-width: 1200px) {
  .footer-columns {
    margin: 0 -15px -30px -15px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-columns {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .footer-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
}

.footer-columns .footer-col-item {
  padding: 0 40px;
  max-width: 33.333333%;
}

@media only screen and (max-width: 1200px) {
  .footer-columns .footer-col-item {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 992px) {
  .footer-columns .footer-col-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media only screen and (max-width: 767px) {
  .footer-columns .footer-col-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-columns .footer-col-item:first-child {
    padding-left: 15px;
  }
}

.footer-columns .footer-col-text p,
.footer-columns .footer-col-text li {
  color: #0f2c6d;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

@media only screen and (max-width: 1024px) {
  .footer-columns .footer-col-text p,
  .footer-columns .footer-col-text li {
    font-size: 16px;
  }
}

.footer-columns .footer-col-text p a {
  color: #0f2c6d;
  line-height: 1.6;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-columns .footer-col-text p a:hover,
.footer-columns .footer-col-text p a:focus {
  color: #e65b18;
}

.footer-columns .footer-link {
  display: inline-block;
  color: #0f2c6d;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  text-decoration: none;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .footer-columns .footer-link {
    font-size: 16px;
  }
}

.footer-columns .footer-link:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -15px;
  opacity: 0;
  visibility: hidden;
  width: 13px;
  height: 12px;
  background-size: 13px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-orange.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-columns .footer-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  position: relative;
  left: 0;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

.footer-columns .footer-link:hover,
.footer-columns .footer-link:focus {
  color: #e65b18;
}

.footer-columns .footer-link:hover:before,
.footer-columns .footer-link:focus:before {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.footer-columns .footer-link:hover span,
.footer-columns .footer-link:focus span {
  left: 20px;
}

.footer-bottom-row {
  position: relative;
  padding: 15px 0;
}

@media only screen and (max-width: 1024px) {
  .footer-bottom-row {
    padding: 12px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.footer-bottom-row:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: rgba(15, 44, 109, 0.05);
}

.footer-wrap-bottom {
  margin-bottom: -10px;
}

.copyrights {
  display: block;
  color: #0f2c6d;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  margin-right: 40px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .copyrights {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .copyrights {
    font-size: 14px;
    font-weight: 400;
  }
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
    margin-top: 5px;
  }
}

.footer-links .footer-link {
  position: relative;
  color: #0f2c6d;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  margin-right: 40px;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*&:after {
      content: '';
      position: absolute;
      top: 4px;
      right: -21px;
      width: 1px;
      height: 16px;
      background-color: $text-color;
      @media only screen and (max-width: $tablet-width) {
        top: 3px;
        height: 15px;
        right: -16px;
      }
      @media only screen and (max-width: $mobile-width) {
        display: none;
      }
    }*/
}

@media only screen and (max-width: 1024px) {
  .footer-links .footer-link {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-links .footer-link {
    line-height: 1.75;
    margin-right: 0;
  }
}

.footer-links .footer-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.footer-links .footer-link:last-child {
  margin-right: 0;
}

.footer-links .footer-link:last-child:after {
  display: none;
}

.footer-links .footer-link:hover,
.footer-links .footer-link:focus {
  color: #e65b18;
}

.footer-cta-text {
  display: block;
  color: #fff;
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .footer-cta-text {
    font-size: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-cta-text {
    font-size: 40px;
    line-height: 1.15;
  }
}

.footer-cta-text .cta-inline-text {
  display: inline-block;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.footer-cta-text .cta-inline-img {
  display: inline-block;
  width: auto;
  height: 57px;
  border-radius: 10px;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  margin: 0 4px;
}

@media only screen and (max-width: 1024px) {
  .footer-cta-text .cta-inline-img {
    height: 50px;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@media only screen and (max-width: 767px) {
  .footer-cta-text .cta-inline-img {
    height: 29px;
    border-radius: 5px;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    margin: 0 2px;
  }
}

.footer-cta-button-wrap {
  text-align: center;
  margin-top: 30px;
}

.rebranding-class .footer-cta-section {
  background-color: transparent;
  margin: 0;
  padding: 120px 0;
}

@media (max-width: 991px) {
  .rebranding-class .footer-cta-section {
    padding: 60px 0;
  }
}

.rebranding-class .footer-cta-section:before,
.rebranding-class .footer-cta-section:after {
  content: none;
}

.rebranding-class .footer-cta-section .footer-cta-content {
  position: relative;
  padding: 90px 0;
  border-radius: 10px;
  background: #25125C;
}

.rebranding-class .footer-cta-section .footer-cta-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  background-size: 150px 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-footer-cta.svg);
  border-radius: 10px;
}

.rebranding-class .footer-cta-section .footer-cta-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  background-size: 120px 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-footer-cta-right.svg);
  background-size: cover !important;
  border-radius: 10px;
}

.rebranding-class .footer-cta-section .footer-cta-content .footer-cta-content-wrapper {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: 0 10px;
}

.rebranding-class .footer-cta-section .footer-cta-content .footer-cta-content-wrapper .footer-cta-title {
  text-align: center !important;
  color: #FFFAF0;
  margin-bottom: 24px;
}

.rebranding-class .footer-cta-section .footer-cta-content .footer-cta-content-wrapper .footer-cta-desc p {
  color: #FFFAF0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
}

.rebranding-class .footer-cta-section .footer-cta-content .footer-cta-content-wrapper .footer-cta-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.rebranding-class .footer-cta-section .footer-cta-content .footer-cta-text {
  display: block;
  color: #FFFAF0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: none;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .rebranding-class .footer-cta-section .footer-cta-content .footer-cta-text {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .rebranding-class .footer-cta-section .footer-cta-content .footer-cta-text {
    font-size: 28px;
    line-height: 1.15;
  }
}

.rebranding-class .footer-cta-section .footer-cta-content .footer-cta-text .cta-inline-text {
  display: inline-block;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.rebranding-class .footer-cta-section .footer-cta-content .footer-cta-text .cta-inline-img {
  display: inline-block;
  width: auto;
  height: 57px;
  border-radius: 10px;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  margin: 0 4px;
}

@media only screen and (max-width: 1024px) {
  .rebranding-class .footer-cta-section .footer-cta-content .footer-cta-text .cta-inline-img {
    height: 50px;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@media only screen and (max-width: 767px) {
  .rebranding-class .footer-cta-section .footer-cta-content .footer-cta-text .cta-inline-img {
    height: 29px;
    border-radius: 5px;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    margin: 0 2px;
  }
}

.rebranding-class .footer-cta-section .footer-cta-content .footer-cta-button-wrap {
  text-align: center;
  margin-top: 30px;
}

.rebranding-class .footer {
  position: relative;
  background-color: #25125C;
  padding-top: 75px;
}

.rebranding-class .footer:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 496px;
  height: 391px;
  background-size: 496px 391px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-footer-icon.svg);
}

.rebranding-class .footer .footer-logo-wrap {
  width: 190px;
  height: 97px;
}

.rebranding-class .footer .footer-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rebranding-class .footer .footer-columns .footer-col-title {
  color: #FFFAF0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.27;
  text-transform: none;
}

.rebranding-class .footer .footer-columns .footer-col-text p,
.rebranding-class .footer .footer-columns .footer-col-text li {
  color: #FFFAF0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

@media only screen and (max-width: 1024px) {
  .rebranding-class .footer .footer-columns .footer-col-text p,
  .rebranding-class .footer .footer-columns .footer-col-text li {
    font-size: 16px;
  }
}

.rebranding-class .footer .footer-columns .footer-col-text p a {
  color: #FFFAF0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rebranding-class .footer .footer-columns .footer-col-text p a:hover,
.rebranding-class .footer .footer-columns .footer-col-text p a:focus {
  color: #FB6113;
}

.rebranding-class .footer .footer-columns .footer-link {
  display: inline-block;
  color: #FFFAF0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  margin-bottom: 8px;
}

.rebranding-class .footer .footer-columns .footer-link:before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: -15px;
  opacity: 0;
  visibility: hidden;
  width: 8px;
  height: 10px;
  background-size: 8px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rebranding-class .footer .footer-columns .footer-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  position: relative;
  left: 0;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

.rebranding-class .footer .footer-columns .footer-link:hover,
.rebranding-class .footer .footer-columns .footer-link:focus {
  color: #FB6113;
}

.rebranding-class .footer .footer-columns .footer-link:hover:before,
.rebranding-class .footer .footer-columns .footer-link:focus:before {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.rebranding-class .footer .footer-columns .footer-link:hover span,
.rebranding-class .footer .footer-columns .footer-link:focus span {
  left: 20px;
}

.rebranding-class .footer-bottom-row {
  position: relative;
  padding: 15px 0 25px;
  margin-bottom: 0;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .rebranding-class .footer-bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.rebranding-class .footer-bottom-row:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.rebranding-class .footer-bottom-row .copyrights {
  display: block;
  color: #FFFAF0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.rebranding-class .footer-bottom-row .footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .rebranding-class .footer-bottom-row .footer-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.rebranding-class .footer-bottom-row .footer-links .footer-link {
  position: relative;
  color: #FFFAF0;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .rebranding-class .footer-bottom-row .footer-links .footer-link {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .rebranding-class .footer-bottom-row .footer-links .footer-link {
    line-height: 1.75;
    margin-right: 0;
  }
}

.rebranding-class .footer-bottom-row .footer-links .footer-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.rebranding-class .footer-bottom-row .footer-links .footer-link:last-child {
  margin-right: 0;
}

.rebranding-class .footer-bottom-row .footer-links .footer-link:last-child:after {
  display: none;
}

.rebranding-class .footer-bottom-row .footer-links .footer-link:hover,
.rebranding-class .footer-bottom-row .footer-links .footer-link:focus {
  color: #FB6113;
}

.tabs-container {
  text-align: center;
}

.tabs-container .tabs-line {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  padding: 12px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .tabs-container .tabs-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background-color: transparent;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin: 0 -7.5px;
  }
}

.tabs-container .tabs-line .tt-tab {
  display: inline-block;
  min-height: 50px;
  color: #0f2c6d;
  font-size: 18px;
  font-weight: 600;
  border: none !important;
  background-color: #fff;
  border-radius: 5px;
  padding: 11px 20px 10px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 1024px) {
  .tabs-container .tabs-line .tt-tab {
    padding: 6px 20px 5px 20px;
    font-size: 16px;
    min-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .tabs-container .tabs-line .tt-tab {
    background-color: #fff;
    margin: 0 7.5px 15px 7.5px;
  }
}

.tabs-container .tabs-line .tt-tab span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.tabs-container .tabs-line .tt-tab:hover,
.tabs-container .tabs-line .tt-tab:focus {
  color: #e65b18;
}

.tabs-container .tabs-line .tt-tab.active {
  color: #fff;
  background-color: #e65b18;
  cursor: default;
}

.tabs-container .tabs-content-wrap {
  margin-top: 40px;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .tabs-container .tabs-content-wrap {
    margin-top: 15px;
  }
}

.tabs-container .tabs-content-wrap .tabs-content {
  text-align: left;
}

.tabs-container .tabs-content-wrap .tabs-content .tab-content-wrap {
  display: none;
}

.tabs-container .tabs-content-wrap .tabs-content .tab-content-wrap.active {
  display: block;
}

.tabs-container .tabs-content-wrap .tabs-content .tab-content {
  position: relative;
}

.tabs-container .tabs-content-wrap .tabs-content .tab-content:before {
  content: "";
  position: absolute;
  top: -40px;
  bottom: -40px;
  left: -100px;
  right: -100px;
  opacity: 0.3;
  background: -webkit-linear-gradient(top, #F16A28 0%, #FFA073 100%);
  background: linear-gradient(180deg, #F16A28 0%, #FFA073 100%);
  -webkit-filter: blur(225px);
  filter: blur(225px);
  z-index: -1;
}

.no-gradient .tabs-container .tabs-content-wrap .tabs-content .tab-content:before {
  display: none;
}

.tabs-container .tabs-content-wrap .tabs-content .tab-content .tab-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0;
  margin-bottom: 0;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .tabs-container .tabs-content-wrap .tabs-content .tab-content .tab-col {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.tabs-container .tabs-content-wrap .tabs-content .tab-content .tab-col.tt-img-col {
  border-radius: 0 15px 15px 0;
}

@media only screen and (max-width: 767px) {
  .tabs-container .tabs-content-wrap .tabs-content .tab-content .tab-col.tt-img-col {
    border-radius: 0 0 15px 15px;
  }
}

.tabs-container .tabs-content-wrap .tabs-content .tab-content .tab-col.tt-img-col .tt-img-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: inherit;
}

.tabs-container .tabs-content-wrap .tabs-content .tab-content .tab-col.tt-img-col .tt-img-wrap .tt-image {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: inherit;
}

@media only screen and (max-width: 767px) {
  .tabs-container .tabs-content-wrap .tabs-content .tab-content .tab-col.tt-img-col .tt-img-wrap .tt-image {
    padding-top: 56.25%;
  }
}

.tabs-container .tabs-content-wrap .tabs-content .tab-content .tab-col.tt-text-col {
  border-radius: 15px 0 0 15px;
  padding: 40px 50px 50px 50px;
  background-color: #fff;
}

@media only screen and (max-width: 1024px) {
  .tabs-container .tabs-content-wrap .tabs-content .tab-content .tab-col.tt-text-col {
    padding: 20px 30px 30px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tabs-container .tabs-content-wrap .tabs-content .tab-content .tab-col.tt-text-col {
    border-radius: 15px 15px 0 0;
  }
}

.rebranding-class .img-text-tabs-section {
  padding: 120px 0;
  background-color: #FED27A;
}

@media (max-width: 991px) {
  .rebranding-class .img-text-tabs-section {
    padding: 80px 0;
  }
}

.rebranding-class .img-text-tabs-section .tabs-container {
  text-align: left;
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-line {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  min-height: 75px;
  background-color: #E3E6F0;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .rebranding-class .img-text-tabs-section .tabs-container .tabs-line {
    min-height: unset;
  }
}

@media only screen and (max-width: 991px) {
  .rebranding-class .img-text-tabs-section .tabs-container .tabs-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background-color: transparent;
    margin: 0 -7.5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-line .tt-tab {
  position: relative;
  display: inline-block;
  color: #25125C;
  font-size: 18px;
  font-weight: 600;
  border: none !important;
  border-radius: 0;
  padding: 0 28px 0 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #E3E6F0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-line .tt-tab:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: -21px;
  content: "";
  display: block;
  width: 21px;
  height: 75px;
  background-size: 21px 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-tabs-icon.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}

@media (max-width: 991px) {
  .rebranding-class .img-text-tabs-section .tabs-container .tabs-line .tt-tab:after {
    content: none;
  }
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-line .tt-tab:not(:first-child):before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 21px;
  height: 75px;
  background-size: 21px 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-tabs-icon-blue.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}

@media (max-width: 767px) {
  .rebranding-class .img-text-tabs-section .tabs-container .tabs-line .tt-tab:not(:first-child):before {
    content: none;
  }
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-line .tt-tab:first-of-type {
  border-radius: 10px 0 0 0;
}

@media (max-width: 991px) {
  .rebranding-class .img-text-tabs-section .tabs-container .tabs-line .tt-tab:first-of-type {
    border-radius: 0;
  }
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-line .tt-tab:last-of-type {
  border-radius: 0 10px 0 0;
}

@media (max-width: 991px) {
  .rebranding-class .img-text-tabs-section .tabs-container .tabs-line .tt-tab:last-of-type {
    border-radius: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .rebranding-class .img-text-tabs-section .tabs-container .tabs-line .tt-tab {
    padding: 6px 20px 10px 30px;
    font-size: 16px;
    min-height: 40px;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 991px) {
  .rebranding-class .img-text-tabs-section .tabs-container .tabs-line .tt-tab {
    padding: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .rebranding-class .img-text-tabs-section .tabs-container .tabs-line .tt-tab {
    margin: 0 7.5px 15px 7.5px;
  }
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-line .tt-tab span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-line .tt-tab:hover,
.rebranding-class .img-text-tabs-section .tabs-container .tabs-line .tt-tab:focus {
  color: #25125C;
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-line .tt-tab.active {
  color: #25125C;
  background-color: #fff;
  cursor: default;
  padding-right: 10px;
  padding-left: 30px;
}

@media (max-width: 991px) {
  .rebranding-class .img-text-tabs-section .tabs-container .tabs-line .tt-tab.active {
    padding-right: 10px;
    padding-left: 20px;
  }
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-line .tt-tab.active:last-of-type {
  border-radius: 0;
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-line .tt-tab.active:after {
  opacity: 1;
  visibility: visible;
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-line .tt-tab.active:before {
  opacity: 1;
  visibility: visible;
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-content-wrap {
  margin-top: 0;
  padding: 0 15px;
}

@media only screen and (max-width: 991px) {
  .rebranding-class .img-text-tabs-section .tabs-container .tabs-content-wrap {
    margin-top: 15px;
  }
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-content-wrap .tabs-content {
  text-align: left;
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-content-wrap .tabs-content .tab-content-wrap {
  display: none;
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-content-wrap .tabs-content .tab-content-wrap.active {
  display: block;
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-content-wrap .tabs-content .tab-content {
  position: relative;
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-content-wrap .tabs-content .tab-content:before {
  content: "";
  position: absolute;
  top: -40px;
  bottom: -40px;
  left: -100px;
  right: -100px;
  opacity: 0.3;
  background: -webkit-linear-gradient(top, #F16A28 0%, #FFA073 100%);
  background: linear-gradient(180deg, #F16A28 0%, #FFA073 100%);
  -webkit-filter: blur(225px);
  filter: blur(225px);
  z-index: -1;
}

.no-gradient .rebranding-class .img-text-tabs-section .tabs-container .tabs-content-wrap .tabs-content .tab-content:before {
  display: none;
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-content-wrap .tabs-content .tab-content .tab-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0;
  margin-bottom: 0;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .rebranding-class .img-text-tabs-section .tabs-container .tabs-content-wrap .tabs-content .tab-content .tab-col {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-content-wrap .tabs-content .tab-content .tab-col.tt-img-col {
  border-radius: 0 10px 10px 0;
}

@media only screen and (max-width: 991px) {
  .rebranding-class .img-text-tabs-section .tabs-container .tabs-content-wrap .tabs-content .tab-content .tab-col.tt-img-col {
    border-radius: 0 0 10px 10px;
  }
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-content-wrap .tabs-content .tab-content .tab-col.tt-img-col .tt-img-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: inherit;
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-content-wrap .tabs-content .tab-content .tab-col.tt-img-col .tt-img-wrap .tt-image {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: inherit;
}

@media only screen and (max-width: 991px) {
  .rebranding-class .img-text-tabs-section .tabs-container .tabs-content-wrap .tabs-content .tab-content .tab-col.tt-img-col .tt-img-wrap .tt-image {
    padding-top: 56.25%;
  }
}

.rebranding-class .img-text-tabs-section .tabs-container .tabs-content-wrap .tabs-content .tab-content .tab-col.tt-text-col {
  border-radius: 0 0 0 10px;
  padding: 40px 50px 50px 50px;
  background-color: #fff;
}

@media only screen and (max-width: 991px) {
  .rebranding-class .img-text-tabs-section .tabs-container .tabs-content-wrap .tabs-content .tab-content .tab-col.tt-text-col {
    border-radius: 10px 10px 0 0;
  }
}

.title-text-section .row {
  position: relative;
}

.title-text-section .row:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
  background: -webkit-linear-gradient(top, #F16A28 0%, #FFA073 100%);
  background: linear-gradient(180deg, #F16A28 0%, #FFA073 100%);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  z-index: -1;
}

.no-gradient .title-text-section .row:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .title-text-section .row > div {
    margin-bottom: 20px;
  }

  .title-text-section .row > div:last-child {
    margin-bottom: 0;
  }
}

.title-text-section.no-gradient .row:before {
  display: none;
}

.rebranding-class .title-text-section .row {
  position: relative;
}

.rebranding-class .title-text-section .row:before {
  content: none;
  position: absolute;
}

.rebranding-class .title-text-section .row .tt-sec-text {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .rebranding-class .title-text-section .row > div {
    margin-bottom: 20px;
  }

  .rebranding-class .title-text-section .row > div:last-child {
    margin-bottom: 0;
  }
}

.sectors-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sectors-titles {
  display: block;
  width: 100%;
  max-width: 500px;
  border-radius: 15px 0 0 15px;
  padding: 70px 50px;
}

@media only screen and (max-width: 1200px) {
  .sectors-titles {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .sectors-titles {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .sectors-titles {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
    border-radius: 15px 15px 0 0;
  }
}

.sectors-titles .sub-title {
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
  padding-left: 0;
}

.sectors-titles .sub-title:before {
  display: none;
}

.sector-titles-list .sector-title {
  margin-bottom: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 992px) {
  .sector-titles-list .sector-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .sector-titles-list .sector-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

.sector-titles-list .sector-title .sector-title-text {
  position: relative;
  display: inline-block;
  opacity: 0.5;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  cursor: pointer;
  padding-left: 20px;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sector-titles-list .sector-title .sector-title-text:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  opacity: 0;
  width: 14px;
  height: 8px;
  background-size: 14px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-orange.svg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sector-titles-list .sector-title .sector-title-text:hover,
.sector-titles-list .sector-title .sector-title-text:focus {
  opacity: 1;
}

.sector-titles-list .sector-title:last-child {
  margin-bottom: 0;
}

.sector-titles-list .sector-title.active .sector-title-text {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sector-titles-list .sector-title.active .sector-title-text:before {
  opacity: 1;
}

.sectors-stories {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 0 15px 15px 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .sectors-stories {
    width: 100%;
    border-radius: 0 0 15px 15px;
    padding-top: 100%;
  }
}

.sectors-stories .story-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sectors-stories .story-image .play-button {
  z-index: 2;
}

.sectors-stories .story-image.with-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sectors-stories .story-image.active {
  opacity: 1;
}

.sectors-stories .story-image.active .story-sector-info {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.story-sector-info {
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 5px 5px 0 5px;
  background-color: #fff;
  padding: 18px 20px 13px;
  margin: 0 40px 40px 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  float: right;
  z-index: 3;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .story-sector-info {
    margin: 0 30px 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .story-sector-info {
    margin: 0 20px 20px 0;
    padding: 15px 15px 10px;
  }
}

.story-sector-info .story-banner-title {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.story-sector-info:hover .story-banner-title,
.story-sector-info:focus .story-banner-title {
  color: #e65b18;
}

.story-sector-info:hover .simple-link:after,
.story-sector-info:focus .simple-link:after {
  right: -3px;
}

.rebranding-class .sectors-wrapper .blue-gradient,
.rebranding-class .sectors-wrapper .hero-box.bg-type-1 {
  border-radius: 10px 0px 0px 10px;
  background: -webkit-linear-gradient(top, #0F0862 0%, #060140 100%);
  background: linear-gradient(180deg, #0F0862 0%, #060140 100%);
}

@media (max-width: 767px) {
  .rebranding-class .sectors-wrapper .blue-gradient,
  .rebranding-class .sectors-wrapper .hero-box.bg-type-1 {
    border-radius: 10px 10px 0 0;
  }
}

@media (max-width: 767px) {
  .rebranding-class .sectors-wrapper .sector-title {
    font-size: 20px;
  }
}

.rebranding-class .sectors-wrapper .sector-title .sector-title-text:before {
  top: calc(50% - 4.5px);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 9px;
  height: 12px;
  background-size: 9px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
}

.rebranding-class .sectors-stories {
  border-radius: 0 10px 10px 0;
  overflow: visible;
}

@media (max-width: 767px) {
  .rebranding-class .sectors-stories {
    border-radius: 0 0 10px 10px;
  }
}

.rebranding-class .sectors-stories .story-sector-info {
  position: relative;
  border-radius: 5px 0px 0px 5px;
  background: #FED268;
  padding: 14px 55px 14px 25px;
  text-align: left;
  margin: 0 -20px 40px 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1250px) {
  .rebranding-class .sectors-stories .story-sector-info {
    margin: 0 20px 40px 0;
  }
}

@media (max-width: 767px) {
  .rebranding-class .sectors-stories .story-sector-info {
    margin-right: auto;
    margin-left: 20px;
    margin-bottom: -20px;
  }
}

.rebranding-class .sectors-stories .story-sector-info:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -18px;
  width: 19px;
  height: 100%;
  background-size: 19px 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-sectors-arrow-gold.svg);
}

.rebranding-class .sectors-stories .story-sector-info .story-banner-title {
  color: #25125C;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

.rebranding-class .sectors-stories .story-sector-info .simple-link {
  color: #25125C;
  font-size: 17px;
  font-weight: 700;
  line-height: 150%;
}

.rebranding-class .sectors-stories .story-sector-info .simple-link:after {
  top: unset;
  bottom: 7px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 8px;
  height: 10px;
  background-size: 8px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
}

.rebranding-class .sectors-section {
  background-color: transparent !important;
}

.rebranding-class .sectors-section.new-gold .sectors-wrapper .blue-gradient,
.rebranding-class .sectors-section.new-gold .sectors-wrapper .hero-box.bg-type-1 {
  background: -webkit-linear-gradient(top, #FED27A 38.04%, #E1A933 100%);
  background: linear-gradient(180deg, #FED27A 38.04%, #E1A933 100%);
}

.rebranding-class .sectors-section.new-gold .sectors-wrapper .sectors-titles .sub-title,
.rebranding-class .sectors-section.new-gold .sectors-wrapper .sectors-titles .sector-title {
  color: #25125C !important;
}

.rebranding-class .sectors-section.new-gold .sectors-wrapper .sectors-titles:before {
  top: calc(50% - 4.5px);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 9px;
  height: 12px;
  background-size: 9px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
}

.rebranding-class .sectors-section.new-gold .sectors-stories .story-sector-info {
  background: #25125C;
}

.rebranding-class .sectors-section.new-gold .sectors-stories .story-sector-info:after {
  width: 19px;
  height: 100%;
  background-size: 19px 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-sectors-arrow-blue.svg);
}

.rebranding-class .sectors-section.new-gold .sectors-stories .story-sector-info .story-banner-title {
  color: #fff;
}

.rebranding-class .sectors-section.new-gold .sectors-stories .story-sector-info .simple-link {
  color: #fff;
}

.logos-title {
  font-size: 40px;
  text-align: center;
}

@media only screen and (max-width: 375px) {
  .logos-title {
    font-size: 25px;
  }
}

.logo-slide .logo-box {
  padding: 0 35px;
}

@media only screen and (max-width: 767px) {
  .logo-slide .logo-box {
    padding: 0 15px;
  }
}

.logo-slide .gallery-logo {
  display: block;
  height: 70px;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .logo-slide .gallery-logo {
    height: 50px;
  }
}

@media only screen and (max-width: 375px) {
  .logo-slide .gallery-logo {
    height: 40px;
  }
}

.rebranding-class .logos-section .subtitle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .rebranding-class .logos-section .subtitle-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.rebranding-class .logos-section .subtitle-wrap .sub-title {
  margin-bottom: 5px;
}

.rebranding-class .logos-section .logos-title {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 375px) {
  .rebranding-class .logos-section .logos-title {
    font-size: 35px;
  }
}

.rebranding-class .logos-section .logo-slide .logo-box {
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  .rebranding-class .logos-section .logo-slide .logo-box {
    padding: 0 35px;
  }
}

.rebranding-class .logos-section .logo-slide .gallery-logo {
  display: block;
  height: 70px;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .rebranding-class .logos-section .logo-slide .gallery-logo {
    height: 50px;
  }
}

@media only screen and (max-width: 375px) {
  .rebranding-class .logos-section .logo-slide .gallery-logo {
    height: 40px;
  }
}

.form-content-wrapper > div {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .form-content-wrapper > div {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .form-content-wrapper > div {
    margin-bottom: 30px;
  }
}

.form-box {
  padding: 40px;
  border-radius: 15px 15px 0 15px;
  background: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03), 0 3px 11px 0 rgba(0, 0, 0, 0.06);
}

@media only screen and (max-width: 1024px) {
  .form-box {
    padding: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .form-box {
    box-shadow: none;
    border: 1px solid #E3E8EE;
  }
}

@media only screen and (max-width: 1024px) {
  .form-box {
    padding: 20px;
  }
}

.form-info-blok {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 767px) {
  .form-info-blok {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.form-block-box .form-block-title {
  color: #e65b18;
  font-size: 18px;
  margin-bottom: 10px;
}

.form-block-box .form-block-text p,
.form-block-box .form-block-text li {
  color: #090914;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.form-block-box .form-block-text p strong,
.form-block-box .form-block-text li strong {
  font-weight: 700;
}

.form-block-box .form-block-text a:not(.btn):not(.gform_next_button):not(.gform_previous_button) {
  color: #090914;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.form-block-box .form-block-text a:not(.btn):not(.gform_next_button):not(.gform_previous_button):hover,
.form-block-box .form-block-text a:not(.btn):not(.gform_next_button):not(.gform_previous_button):focus {
  color: #e65b18;
}

.rebranding-class .form-content-wrapper > div {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .rebranding-class .form-content-wrapper > div {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .rebranding-class .form-content-wrapper > div {
    margin-bottom: 30px;
  }
}

.rebranding-class .form-box {
  padding: 50px;
  border-radius: 10px;
  background: #FED268;
  box-shadow: 3px 3px 14px 0px rgba(15, 8, 96, 0.18);
  position: relative;
}

.rebranding-class .form-box:after {
  display: block;
  content: "";
  position: absolute;
  right: 50px;
  bottom: -31px;
  width: 98px;
  height: 63px;
  background-size: 98px 63px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-form-arrows.svg);
}

@media only screen and (max-width: 1024px) {
  .rebranding-class .form-box {
    padding: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .rebranding-class .form-box {
    box-shadow: none;
    border: 1px solid #25125C;
  }
}

@media only screen and (max-width: 1024px) {
  .rebranding-class .form-box {
    padding: 20px;
  }
}

.rebranding-class .gform_heading {
  display: none !important;
}

.rebranding-class .form-block-box .form-block-title {
  color: #25125C;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 10px;
}

.rebranding-class .form-block-box .form-block-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
  margin-bottom: 30px;
}

.rebranding-class .form-block-box .form-block-links .form-block-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  color: #25125C;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.rebranding-class .form-block-box .form-block-links .form-block-link:before {
  content: "";
  display: block;
}

.rebranding-class .form-block-box .form-block-links .form-block-link.phone:before {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-icon-phone-orange.svg);
}

.rebranding-class .form-block-box .form-block-links .form-block-link.email:before {
  width: 16px;
  height: 12px;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-icon-email-orange.svg);
}

.rebranding-class .form-block-box .form-block-text h2,
.rebranding-class .form-block-box .form-block-text h3 {
  color: #25125C;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 10px;
}

.rebranding-class .form-block-box .form-block-text p,
.rebranding-class .form-block-box .form-block-text li {
  color: #25125C;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.rebranding-class .form-block-box .form-block-text p strong,
.rebranding-class .form-block-box .form-block-text li strong {
  font-weight: 700;
}

.rebranding-class .form-block-box .form-block-text a:not(.btn):not(.gform_next_button):not(.gform_previous_button) {
  color: #25125C;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: unset;
}

.rebranding-class .form-block-box .form-block-text a:not(.btn):not(.gform_next_button):not(.gform_previous_button):hover,
.rebranding-class .form-block-box .form-block-text a:not(.btn):not(.gform_next_button):not(.gform_previous_button):focus {
  color: #FB6113;
}

.rebranding-class .form-box .gform-body .gfield_checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 20px;
}

.rebranding-class .form-box .gform-body .gfield_checkbox label {
  max-width: unset;
}

.rebranding-class .form-section.new-blue .form-block-box .form-block-title {
  color: #fff !important;
}

.rebranding-class .form-section.new-blue .form-block-box .form-block-text p a {
  color: #fff !important;
  text-decoration: underline !important;
}

.rebranding-class .form-section.new-blue .form-block-box .form-block-links .form-block-link {
  color: #fff !important;
}

.rebranding-class .form-section.new-blue .form-box .gform-footer button {
  background-color: #25125C !important;
}

.rebranding-class .form-section.new-blue .form-box .gform-footer button span {
  color: #fff !important;
}

.text-section .text-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns {
    display: block;
  }
}

.text-section .text-columns .text-column {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns .text-column {
    margin-bottom: 30px;
  }

  .text-section .text-columns .text-column:last-child {
    margin-bottom: 0;
  }
}

.text-section .text-columns.cols-2 {
  margin: 0 -15px;
}

.text-section .text-columns.cols-2 .text-column {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns.cols-2 .text-column {
    max-width: none;
  }
}

.text-section .text-columns.cols-3 {
  margin: 0 -15px;
}

.text-section .text-columns.cols-3 .text-column {
  -webkit-flex-basis: 33.33333333%;
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns.cols-3 .text-column {
    max-width: none;
  }
}

.text-section.no-sec-margin {
  margin-bottom: 30px;
}

.tai-img-wrap {
  position: relative;
  border-radius: 15px 15px 0 15px;
  margin: auto;
}

.tai-img-wrap.img-large {
  width: 500px;
  height: 500px;
}

@media (max-width: 1050px) {
  .tai-img-wrap.img-large {
    width: auto;
    height: auto;
  }
}

.tai-img-wrap.img-medium {
  width: 470px;
}

@media (max-width: 990px) {
  .tai-img-wrap.img-medium {
    width: auto;
  }
}

.tai-img-wrap.img-small {
  width: 350px;
}

@media (max-width: 990px) {
  .tai-img-wrap.img-small {
    width: auto;
  }
}

.tai-img-wrap img {
  height: 100%;
  object-fit: cover;
}

.tai-img-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
  background: -webkit-linear-gradient(top, #F16A28 0%, #FFA073 100%);
  background: linear-gradient(180deg, #F16A28 0%, #FFA073 100%);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  z-index: -1;
}

.no-gradient .tai-img-wrap:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tai-img-wrap {
    margin-bottom: 30px;
  }
}

.tai-img-wrap .tai-image {
  border-radius: inherit;
}

.tai-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
}

.tai-buttons .btn,
.tai-buttons .gform_next_button,
.tai-buttons .gform_previous_button,
.tai-buttons .header-buttons .btn:last-child,
.header-buttons .tai-buttons .btn:last-child,
.tai-buttons .header-buttons .gform_next_button:last-child,
.header-buttons .tai-buttons .gform_next_button:last-child,
.tai-buttons .header-buttons .gform_previous_button:last-child,
.header-buttons .tai-buttons .gform_previous_button:last-child,
.tai-buttons .more-link {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.rebranding-class .text-and-image-section {
  background-color: transparent !important;
}

.rebranding-class .text-and-image-section .tai-content h1,
.rebranding-class .text-and-image-section .tai-content h2,
.rebranding-class .text-and-image-section .tai-content h3 {
  margin-bottom: 30px;
}

.rebranding-class .text-and-image-section .tai-content p {
  margin-bottom: 30px;
}

.rebranding-class .text-and-image-section.position-1 .tai-content {
  padding: 80px 0 75px 60px;
}

.rebranding-class .text-and-image-section.position-2 .tai-content {
  padding: 80px 60px 75px 0px;
}

@media (max-width: 767px) {
  .rebranding-class .text-and-image-section .tai-content {
    padding: 20px 0 30px 0 !important;
  }
}

.rebranding-class .text-and-image-section .container .tai-img-wrap {
  min-height: 530px;
  height: 530px;
  width: 100%;
  border-radius: 0;
  -webkit-clip-path: polygon(84.168% 0%, 0% 0%, 15.832% 50.002%, 0% 100%, 84.168% 100%, 100% 50.002%, 84.168% 0%);
  clip-path: polygon(84.168% 0%, 0% 0%, 15.832% 50.002%, 0% 100%, 84.168% 100%, 100% 50.002%, 84.168% 0%);
}

.rebranding-class .text-and-image-section .container .tai-img-wrap:before {
  content: none;
}

.rebranding-class .text-and-image-section .container .tai-img-wrap img {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .rebranding-class .text-and-image-section .container .tai-img-wrap {
    min-height: 350px;
    height: auto;
    aspect-ratio: 21/9;
  }
}

.rebranding-class .text-and-image-section.new-beige .container {
  background-color: #FDF9F1;
}

.rebranding-class .text-and-image-section.new-blue .container {
  background-color: #25125C;
}

.rebranding-class .text-and-image-section.new-blue .container .tai-content h1,
.rebranding-class .text-and-image-section.new-blue .container .tai-content h2,
.rebranding-class .text-and-image-section.new-blue .container .tai-content h3,
.rebranding-class .text-and-image-section.new-blue .container .tai-content p,
.rebranding-class .text-and-image-section.new-blue .container .tai-content span.sub-title {
  color: #fff;
}

.rebranding-class .text-and-image-section.new-gold .container {
  background-color: #FED268;
}

@media only screen and (max-width: 767px) {
  .reviews-section .rel-posts-content.centered-text {
    text-align: center;
  }
}

.reviews-slider-wrap {
  position: relative;
  z-index: 3;
}

.reviews-slider .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.reviews-slider .review-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: inherit !important;
  padding: 0 25px;
}

@media only screen and (max-width: 767px) {
  .reviews-slider .review-slide {
    padding: 0 10px;
  }
}

.reviews-slider .review-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 370px;
  background: #fff;
  padding: 20px;
  border-radius: 5px 5px 0 5px;
}

@media only screen and (max-width: 767px) {
  .reviews-slider .review-box {
    width: 320px;
  }
}

.reviews-slider .review-box .review-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.reviews-slider .review-box .review-text p,
.reviews-slider .review-box .review-text li {
  color: #3A393A;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .reviews-slider .review-box .review-text p,
  .reviews-slider .review-box .review-text li {
    font-size: 15px;
  }
}

.review-bottom {
  margin-top: auto;
}

.review-author-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #F8F8F7;
}

.author-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.author-box .author-photo {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.author-box .author-info-line {
  min-height: 40px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.author-box .author-info-line .author-name {
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 2px;
}

.author-box .author-info-line .author-sub-title {
  display: inline-block;
  color: #0f2c6d;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
}

.review-link {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 5px 5px 0 5px;
  background-color: #e65b18;
  font-size: 0;
  color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.review-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 11px;
  height: 6px;
  background-size: 11px 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.review-link > span {
  display: none;
}

.review-link:hover {
  background-color: #0f2c6d;
}

.rebranding-class .reviews-section {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .rebranding-class .reviews-section {
    padding: 60px 0;
  }
}

.rebranding-class .reviews-section .rel-posts-content .rel-posts-desc {
  margin-bottom: 10px;
}

.rebranding-class .reviews-slider .review-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 370px;
  background: #fff;
  padding: 20px 25px;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .rebranding-class .reviews-slider .review-box {
    width: 320px;
  }
}

.rebranding-class .reviews-slider .review-box .review-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
}

.rebranding-class .reviews-slider .review-box .review-text {
  margin-bottom: 15px;
}

.rebranding-class .reviews-slider .review-box .review-text p,
.rebranding-class .reviews-slider .review-box .review-text li {
  color: #25125C;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .rebranding-class .reviews-slider .review-box .review-text p,
  .rebranding-class .reviews-slider .review-box .review-text li {
    font-size: 15px;
  }
}

.rebranding-class .review-author-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  border-top: none;
}

.rebranding-class .author-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.rebranding-class .author-box .author-photo {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.rebranding-class .author-box .author-info-line {
  min-height: 40px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.rebranding-class .author-box .author-info-line .author-name {
  color: #25125C;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 2px;
}

.rebranding-class .author-box .author-info-line .author-sub-title {
  display: inline-block;
  color: #25125C;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
}

.rebranding-class .review-link {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #FB6113;
  font-size: 0;
  color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rebranding-class .review-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 10px;
  background-size: 8px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-white.svg);
}

.rebranding-class .review-link > span {
  display: none;
}

.rebranding-class .review-link:hover {
  background-color: #25125C;
}

.seo-list {
  position: relative;
}

.seo-list:before {
  content: "";
  position: absolute;
  top: -40px;
  bottom: -40px;
  left: -100px;
  right: -100px;
  opacity: 0.3;
  background: -webkit-linear-gradient(top, #F16A28 0%, #FFA073 100%);
  background: linear-gradient(180deg, #F16A28 0%, #FFA073 100%);
  -webkit-filter: blur(225px);
  filter: blur(225px);
  z-index: -1;
}

.no-gradient .seo-list:before {
  display: none;
}

.seo-item {
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .seo-item {
    margin-bottom: 20px;
  }
}

.seo-item:last-child {
  margin-bottom: 0;
}

.seo-item.active .seo-image {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  .seo-item.active .seo-image {
    position: static;
    top: auto;
    width: 100%;
    height: auto;
  }
}

.seo-item.active .seo-title-box:after {
  opacity: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.seo-content-wrap {
  display: none;
}

.seo-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 992px) {
  .seo-content-box {
    display: block;
  }
}

.seo-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 992px) {
  .seo-image-wrap {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.seo-image {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 992px) {
  .seo-image {
    padding-top: 56.25%;
  }
}

.seo-title-box {
  position: relative;
  padding: 25px;
  cursor: pointer;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .seo-title-box {
    padding: 20px;
  }
}

.seo-title-box:before {
  content: "";
  position: absolute;
  top: 34px;
  right: 25px;
  width: 21px;
  height: 3px;
  background-color: #e65b18;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .seo-title-box:before {
    right: 20px;
  }
}

.seo-title-box:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 34px;
  width: 3px;
  height: 21px;
  background-color: #e65b18;
  z-index: 4;
}

@media only screen and (max-width: 767px) {
  .seo-title-box:after {
    right: 29px;
  }
}

.seo-item-title {
  color: #0f2c6d;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.with-image .seo-item-title {
  width: 50%;
  padding-right: 25px;
}

@media only screen and (max-width: 992px) {
  .with-image .seo-item-title {
    width: 100%;
    padding-right: 35px;
  }
}

.seo-text-block {
  padding: 0 25px 25px 25px;
}

.with-image .seo-text-block {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 992px) {
  .with-image .seo-text-block {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .with-image .seo-text-block {
    padding: 0 20px 20px 20px;
  }
}

.rebranding-class .seo-list {
  position: relative;
}

.rebranding-class .seo-list:before {
  content: none;
}

.rebranding-class .seo-item {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .rebranding-class .seo-item {
    margin-bottom: 15px;
  }
}

.rebranding-class .seo-item:last-child {
  margin-bottom: 0;
}

.rebranding-class .seo-item.with-image:after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, rgba(15, 8, 98, 0.14) 0%, rgba(15, 8, 98, 0.14) 100%);
  background: linear-gradient(0deg, rgba(15, 8, 98, 0.14) 0%, rgba(15, 8, 98, 0.14) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0px 10px 10px 0px;
}

@media only screen and (max-width: 992px) {
  .rebranding-class .seo-item.with-image:after {
    border-radius: 10px;
    padding-top: 56.25%;
    width: 100%;
    height: auto;
    bottom: 0;
    top: unset;
  }
}

.rebranding-class .seo-item.active.with-image:after {
  opacity: 1;
}

.rebranding-class .seo-item.active .seo-title-box:after {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rebranding-class .seo-content-wrap {
  display: none;
}

.rebranding-class .seo-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 992px) {
  .rebranding-class .seo-content-box {
    display: block;
  }
}

.rebranding-class .seo-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0px 10px 10px 0px;
}

@media only screen and (max-width: 992px) {
  .rebranding-class .seo-image-wrap {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.rebranding-class .seo-image {
  border-radius: 0px 10px 10px 0px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 992px) {
  .rebranding-class .seo-image {
    padding-top: 56.25%;
    border-radius: 10px;
  }
}

.rebranding-class .seo-title-box {
  position: relative;
  padding: 25px;
  cursor: pointer;
  z-index: 2;
  padding-right: 50px !important;
}

@media only screen and (max-width: 767px) {
  .rebranding-class .seo-title-box {
    padding: 20px;
  }
}

.rebranding-class .seo-title-box:before {
  content: none;
}

.rebranding-class .seo-title-box:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  background-color: transparent;
  width: 18px;
  height: 21px;
  background-size: 18px 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
  z-index: 4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .rebranding-class .seo-title-box:after {
    right: 25px;
  }
}

.rebranding-class .seo-item-title {
  color: #25125C;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.with-image .rebranding-class .seo-item-title {
  width: 50%;
  padding-right: 25px;
}

@media only screen and (max-width: 992px) {
  .with-image .rebranding-class .seo-item-title {
    width: 100%;
    padding-right: 35px;
  }
}

.rebranding-class .seo-text-block {
  padding: 0 25px 25px 25px;
}

.with-image .rebranding-class .seo-text-block {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 992px) {
  .with-image .rebranding-class .seo-text-block {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .with-image .rebranding-class .seo-text-block {
    padding: 0 20px 20px 20px;
  }
}

.certificates-section .sec-btn-wrap {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .certificates-section .centered-text {
    text-align: center !important;
  }
}

.cert-images-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cert-img-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

@media only screen and (max-width: 767px) {
  .cert-img-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.cert-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 20px;
}

@media only screen and (max-width: 1200px) {
  .cert-box {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .cert-box {
    padding: 0;
  }
}

.cert-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 30px;
  border-radius: 5px 5px 0 5px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .cert-image-wrap {
    padding: 20px;
  }
}

.cert-image {
  display: block;
  width: auto;
  max-height: 100px;
}

.rebranding-class .certificates-section {
  padding: 120px 0;
}

.rebranding-class .certificates-section:before,
.rebranding-class .certificates-section:after {
  content: none;
}

@media (max-width: 991px) {
  .rebranding-class .certificates-section {
    padding: 60px 0;
  }
}

.rebranding-class .certificates-section .rel-posts-content .rel-posts-desc {
  margin-bottom: 10px;
}

.rebranding-class .cert-images-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  margin: 0;
}

@media (max-width: 768px) {
  .rebranding-class .cert-images-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.rebranding-class .cert-img-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 310px;
  max-width: unset;
  -webkit-flex-basis: unset;
  -ms-flex-preferred-size: unset;
  flex-basis: unset;
  margin-bottom: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .rebranding-class .cert-img-item {
    -webkit-flex-basis: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    max-width: 310px;
  }
}

.rebranding-class .cert-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  min-height: 230px;
  max-width: 310px;
  width: 310px;
}

@media only screen and (max-width: 1200px) {
  .rebranding-class .cert-box {
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .rebranding-class .cert-box {
    padding: 0;
  }
}

.rebranding-class .cert-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  border-radius: 16.5px;
  background: #FFF;
  min-height: 200px;
}

@media only screen and (max-width: 767px) {
  .rebranding-class .cert-image-wrap {
    padding: 0;
  }
}

.rebranding-class .cert-image {
  display: block;
  width: 195px;
  height: 195px;
  object-fit: contain;
}

.gallery-section {
  padding: 42px 0;
}

.gallery-section .titles-margin {
  margin-bottom: 45px;
}

.gallery-section .centered-text {
  text-align: center !important;
}

.gallery-section .gallery-content .sub-title {
  padding-left: 0;
}

.gallery-section .gallery-content .sub-title:before {
  content: none;
}

.gallery-section .gallery-slider-wrapper {
  position: relative;
}

.gallery-section .gallery-slider-wrapper .gallery-slider {
  position: relative;
}

.gallery-section .gallery-slider-wrapper .gallery-slider .slick-list {
  margin: 0 -34px;
}

.gallery-section .gallery-slider-wrapper .gallery-slider .slick-list .slick-slide {
  margin: 0 34px;
}

@media (max-width: 1250px) {
  .gallery-section .gallery-slider-wrapper .gallery-slider {
    padding: 0 25px;
  }

  .gallery-section .gallery-slider-wrapper .gallery-slider .slick-list {
    margin: 0 -15px;
  }

  .gallery-section .gallery-slider-wrapper .gallery-slider .slick-list .slick-slide {
    margin: 0 15px;
  }
}

@media (max-width: 996px) {
  .gallery-section .gallery-slider-wrapper .gallery-slider {
    padding: 0 50px;
  }
}

.gallery-section .gallery-slider-wrapper .gallery-slider .gallery-slide img {
  width: 100%;
  max-height: 300px;
  height: 300px;
  object-fit: cover;
}

.gallery-section .gallery-slider-wrapper .arrows {
  position: absolute;
  top: calc(50% - 10px);
  z-index: 99;
  cursor: pointer;
  width: 26px;
  height: 21px;
  background-size: 26px 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/gallery-slider-arrow.svg);
}

.gallery-section .gallery-slider-wrapper .arrows.prev {
  left: -75px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (max-width: 1350px) {
  .gallery-section .gallery-slider-wrapper .arrows.prev {
    left: -40px;
  }
}

@media (max-width: 1250px) {
  .gallery-section .gallery-slider-wrapper .arrows.prev {
    left: -10px;
  }
}

@media (max-width: 996px) {
  .gallery-section .gallery-slider-wrapper .arrows.prev {
    left: 0;
  }
}

.gallery-section .gallery-slider-wrapper .arrows.next {
  right: -75px;
}

@media (max-width: 1350px) {
  .gallery-section .gallery-slider-wrapper .arrows.next {
    right: -40px;
  }
}

@media (max-width: 1250px) {
  .gallery-section .gallery-slider-wrapper .arrows.next {
    right: -10px;
  }
}

@media (max-width: 996px) {
  .gallery-section .gallery-slider-wrapper .arrows.next {
    right: 0px;
  }
}

.gallery-section .gallery-images-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 350px));
  place-content: center;
  grid-column-gap: 68px;
  grid-row-gap: 30px;
}

@media (max-width: 1050px) {
  .gallery-section .gallery-images-wrapper {
    grid-column-gap: 35px;
  }
}

.gallery-section .gallery-images-wrapper img {
  width: 100%;
  max-height: 300px;
  height: 300px;
  object-fit: cover;
}

.gallery-section .vac-section-btn-wrap {
  margin-top: 30px;
}

.rebranding-class .gallery-section {
  padding: 120px 0;
}

.rebranding-class .gallery-section:before,
.rebranding-class .gallery-section:after {
  content: none;
}

@media (max-width: 991px) {
  .rebranding-class .gallery-section {
    padding: 60px 0;
  }
}

.rebranding-class .gallery-section .gallery-content.titles-margin {
  margin-bottom: 50px;
}

.rebranding-class .gallery-section .gallery-content .rel-posts-desc {
  margin-bottom: 10px;
}

.rebranding-class .gallery-section .gallery-content .sub-title {
  padding-left: 15px;
}

.rebranding-class .gallery-section .gallery-content .sub-title:before {
  content: "";
}

.rebranding-class .gallery-section .gallery-slider-wrapper {
  position: relative;
}

.rebranding-class .gallery-section .gallery-slider-wrapper .gallery-slider {
  position: relative;
}

.rebranding-class .gallery-section .gallery-slider-wrapper .gallery-slider .gallery-slide {
  border-radius: 10px;
}

.rebranding-class .gallery-section .gallery-slider-wrapper .gallery-slider .gallery-slide img {
  border-radius: 10px;
  width: 100%;
  max-height: 225px;
  height: 225px;
  object-fit: cover;
}

.rebranding-class .gallery-section .gallery-slider-wrapper .arrows {
  position: absolute;
  top: calc(50% - 10px);
  z-index: 99;
  cursor: pointer;
  width: 26px;
  height: 21px;
  background-size: 26px 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
}

.rebranding-class .gallery-section .gallery-slider-wrapper .arrows.prev {
  left: -75px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (max-width: 1350px) {
  .rebranding-class .gallery-section .gallery-slider-wrapper .arrows.prev {
    left: -40px;
  }
}

@media (max-width: 1250px) {
  .rebranding-class .gallery-section .gallery-slider-wrapper .arrows.prev {
    left: -10px;
  }
}

@media (max-width: 996px) {
  .rebranding-class .gallery-section .gallery-slider-wrapper .arrows.prev {
    left: 0;
  }
}

.rebranding-class .gallery-section .gallery-slider-wrapper .arrows.next {
  right: -75px;
}

@media (max-width: 1350px) {
  .rebranding-class .gallery-section .gallery-slider-wrapper .arrows.next {
    right: -40px;
  }
}

@media (max-width: 1250px) {
  .rebranding-class .gallery-section .gallery-slider-wrapper .arrows.next {
    right: -10px;
  }
}

@media (max-width: 996px) {
  .rebranding-class .gallery-section .gallery-slider-wrapper .arrows.next {
    right: 0px;
  }
}

.rebranding-class .gallery-section .gallery-images-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 350px));
  place-content: center;
  grid-column-gap: 68px;
  grid-row-gap: 30px;
}

@media (max-width: 1050px) {
  .rebranding-class .gallery-section .gallery-images-wrapper {
    grid-column-gap: 35px;
  }
}

.rebranding-class .gallery-section .gallery-images-wrapper img {
  width: 100%;
  max-height: 300px;
  height: 300px;
  object-fit: cover;
}

.rebranding-class .gallery-section .vac-section-btn-wrap {
  margin-top: 30px;
}

.content-section {
  padding: 92px 0;
  position: relative;
}

.content-section .container {
  z-index: 10;
}

.content-section .content-title {
  margin-bottom: 40px;
}

.content-section .content-content {
  font-size: 17px;
  line-height: 27px;
}

.content-section .btn-wrap {
  margin-top: 40px;
}

.content-section.image-background .overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.content-section.image-background .overlay-bg img {
  position: relative;
  z-index: 1;
  height: 100%;
  object-fit: cover;
}

.content-section.image-background .overlay-bg:after {
  z-index: 5;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #063B75 0%, #052C57 100%);
  background: linear-gradient(180deg, #063B75 0%, #052C57 100%);
  opacity: 0.65;
}

.rebranding-class .content-section.image-background .rel-posts-content span,
.rebranding-class .content-section.image-background .rel-posts-content h2,
.rebranding-class .content-section.image-background .rel-posts-content p {
  color: #fff;
}

.rebranding-class .content-section.image-background .overlay-bg img {
  width: 100%;
  max-width: 100%;
}

.rebranding-class .blog-section {
  padding: 120px 0;
  background-color: #FED268;
}

.single-header-section {
  position: relative;
  background: -webkit-linear-gradient(top, #0E2B6B 0%, #16367E 100%);
  background: linear-gradient(180deg, #0E2B6B 0%, #16367E 100%);
  border-bottom-left-radius: 15px;
  box-shadow: 0 100px 100px 0 rgba(230, 91, 24, 0.03);
  z-index: 1;
}

.single-header-section .post-img-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: 2;
}

.single-header-section .single-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: inherit;
  z-index: 1;
}

@media only screen and (max-width: 1280px) {
  .single-header-section .single-image {
    min-height: auto;
  }
}

.single-header-section .single-image .header-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, #063B75 0%, #052C57 100%);
  background: linear-gradient(180deg, #063B75 0%, #052C57 100%);
}

@media only screen and (max-width: 767px) {
  .single-vacancies .single-header-section {
    box-shadow: 0 100px 100px 0 rgba(230, 91, 24, 0.05);
  }
}

.post-titles-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 200px;
  padding-bottom: 160px;
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  .post-titles-wrap {
    padding-top: 170px;
  }
}

@media only screen and (max-width: 1024px) {
  .post-titles-wrap {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .post-titles-wrap {
    padding-top: 100px;
  }
}

.post-titles-box {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .post-titles-box {
    margin-bottom: 30px;
  }
}

.post-th-title {
  color: #f8f8f7;
  font-size: 42px;
  font-weight: 700;
  overflow-wrap: break-word;
  text-transform: none;
}

@media only screen and (max-width: 1024px) {
  .post-th-title {
    font-size: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .post-th-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 375px) {
  .post-th-title {
    font-size: 28px;
  }
}

.post-categories-box {
  margin-bottom: 20px;
}

.post-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-left: -10px;
  margin-right: -10px;
}

@media only screen and (max-width: 767px) {
  .post-categories {
    margin-bottom: -15px;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}

.post-categories .post-cat-name {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  color: #f8f8f7;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 9px 12px;
  min-height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 5px 5px 0 5px;
  background-color: #e65b18;
}

@media only screen and (max-width: 767px) {
  .post-categories .post-cat-name {
    font-size: 15px;
    padding: 7px 10px;
    min-height: 30px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-bottom: 15px;
  }
}

.post-data-wrapper {
  position: relative;
  z-index: 3;
  margin-top: -160px;
}

@media only screen and (max-width: 1024px) {
  .post-data-wrapper {
    margin-top: -100px;
  }
}

.post-content-wrap {
  background-color: #fff;
  padding: 50px 100px 30px;
  border-radius: 25px 25px 0 0;
}

@media only screen and (max-width: 1024px) {
  .post-content-wrap {
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .post-content-wrap {
    padding: 30px 25px;
    border-radius: 15px 15px 0 0;
  }
}

@media only screen and (max-width: 375px) {
  .post-content-wrap {
    padding: 20px;
    border-radius: 10px 10px 0 0;
  }
}

.post-info-wrap {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(15, 44, 109, 0.05);
}

@media only screen and (max-width: 1024px) {
  .post-info-wrap {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .post-info-wrap {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.post-info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0F2C6D;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

.post-info-box > span {
  position: relative;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.post-info-box .post-date {
  display: inline-block;
  padding-left: 24px;
}

.post-info-box .post-date:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 15px;
  background-size: 14px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/calendar-blue.svg);
}

.post-info-box .read-time {
  display: inline-block;
  padding-left: 20px;
}

.post-info-box .read-time:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/clock-blue.svg);
}

.single-bottom-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -15px;
  margin-top: 60px;
  padding: 0 100px;
}

@media only screen and (max-width: 1024px) {
  .single-bottom-box {
    padding: 0 40px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .single-bottom-box {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 375px) {
  .single-bottom-box {
    padding: 0 20px;
  }
}

.single-bottom-box > div {
  margin-bottom: 15px;
}

.share-icons-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
}

.share-icons-box .share-text {
  color: #0f2c6d;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .share-icons-box .share-text {
    font-size: 16px;
  }
}

.share-icons-box .share-icons .addtoany_list > a .a2a_svg svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.share-icons-box .share-icons .addtoany_list > a:hover .a2a_svg,
.share-icons-box .share-icons .addtoany_list > a:focus .a2a_svg {
  opacity: 1;
}

.share-icons-box .share-icons .addtoany_list > a:hover .a2a_svg svg path,
.share-icons-box .share-icons .addtoany_list > a:focus .a2a_svg svg path {
  fill: #e65b18;
}

.share-icons-box .share-icons .addtoany_list > a:hover .a2a_label,
.share-icons-box .share-icons .addtoany_list > a:focus .a2a_label {
  opacity: 1;
}

.share-icons-box .addtoany_list > a {
  line-height: 1 !important;
  margin-right: 3px;
}

.share-icons-box .addtoany_list > a:last-child {
  margin-right: 0;
}

/* ARCHIVE */

.post-type-archive:not(.post-type-archive-vacancies) .ajax-no-posts-info {
  color: #fff;
  border-color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .post-type-archive:not(.post-type-archive-vacancies) .ajax-preloader {
    top: calc(50% - 50px);
  }
}

.post-type-archive:not(.post-type-archive-vacancies) .ajax-preloader:after {
  border: 15px solid;
  border-color: #fff transparent #fff transparent;
}

.post-type-archive:not(.post-type-archive-vacancies) .ajax-posts-list-wrap {
  min-height: 200px;
}

.post-type-archive:not(.post-type-archive-vacancies) .filter-wrap {
  padding-bottom: 10px;
}

@media only screen and (max-width: 1280px) {
  .post-type-archive:not(.post-type-archive-vacancies) .filter-wrap {
    padding-bottom: 9px;
  }
}

@media only screen and (max-width: 992px) {
  .post-type-archive:not(.post-type-archive-vacancies) .filter-wrap {
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .post-type-archive:not(.post-type-archive-vacancies) .filter-wrap {
    padding-bottom: 0;
    margin-top: 30px;
  }
}

.post-type-archive:not(.post-type-archive-vacancies) .right-select-wrap {
  display: none !important;
}

.post-type-archive:not(.post-type-archive-vacancies) .posts-list-section {
  position: relative;
  margin-top: -200px;
  z-index: 3;
}

@media only screen and (max-width: 1024px) {
  .post-type-archive:not(.post-type-archive-vacancies) .posts-list-section {
    margin-top: -150px;
  }
}

.archive-header-section {
  position: relative;
  background: -webkit-linear-gradient(top, #0E2B6B 0%, #16367E 100%);
  background: linear-gradient(180deg, #0E2B6B 0%, #16367E 100%);
  border-bottom-left-radius: 15px;
  z-index: 1;
}

.archive-header-section .archive-img-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: 2;
}

.archive-header-section .archive-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: inherit;
  z-index: 1;
}

@media only screen and (max-width: 1280px) {
  .archive-header-section .archive-image {
    min-height: auto;
  }
}

.post-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.post-box .post-item-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
  border-radius: inherit;
}

.post-box:hover,
.post-box:focus {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1200px) {
  .post-box:hover .block-content .block-title,
  .post-box:focus .block-content .block-title {
    color: #e65b18;
  }
}

.block-img-wrap {
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  z-index: 2;
}

.block-img-wrap .block-image {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: inherit;
  -webkit-transform: scaleY(100%);
  -ms-transform: scaleY(100%);
  transform: scaleY(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.block-img-wrap .block-image.no-image {
  position: relative;
  background: -webkit-linear-gradient(top, #0E2B6B 0%, #16367E 100%);
  background: linear-gradient(180deg, #0E2B6B 0%, #16367E 100%);
}

.block-img-wrap .block-image.no-image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.35;
  width: 65%;
  height: 65%;
  background-size: 65% 65%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/no-photo.svg);
  z-index: 1;
}

.sec-post-box .block-img-wrap .block-image {
  padding-top: 67.567567%;
}

.block-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 22px 25px;
}

.block-content .posts-titles-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-stories-item .block-content .posts-titles-box,
.sec-post-box .block-content .posts-titles-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.block-content .post-info-line {
  color: #3a393a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

.block-content .post-info-line > span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 10px;
}

.block-content .post-info-line > span:last-child {
  margin-bottom: 0;
}

.block-content .block-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 10px;
}

.post-stories-item .block-content .block-title {
  margin-bottom: 5px !important;
}

.sec-post-box .block-content .block-title {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px !important;
}

.block-content .post-excerpt-box {
  margin-top: 10px;
}

.block-content .post-excerpt-box p,
.block-content .post-excerpt-box li {
  line-height: 1.25;
}

.block-content .block-btn-wrap {
  margin-top: auto;
  padding-top: 30px;
}

.post-stories-item .block-content .block-btn-wrap,
.sec-post-box .block-content .block-btn-wrap {
  padding-top: 15px;
}

.sec-post-box .block-content .block-btn-wrap .more-link {
  color: #0f2c6d;
}

.archive-titles-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 100px;
  padding-bottom: 200px;
  z-index: 2;
}

@media only screen and (max-width: 1280px) {
  .archive-titles-wrap {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .archive-titles-wrap {
    padding-bottom: 150px;
  }
}

.archive-titles-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1280px) {
  .archive-titles-box {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .archive-titles-box {
    display: block;
  }
}

.archive-sub-title {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.15;
  padding-left: 12px;
  margin-bottom: 10px;
}

.archive-sub-title:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #e65b18;
}

.archive-title {
  color: #fff;
  font-size: 65px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0;
}

@media only screen and (max-width: 1280px) {
  .archive-title {
    font-size: 56px;
  }
}

@media only screen and (max-width: 992px) {
  .archive-title {
    font-size: 50px;
  }
}

.rel-posts-content.centered-text {
  text-align: center;
}

.rel-posts-content.centered-text .sub-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .rel-posts-content.centered-text {
    text-align: left;
  }

  .rel-posts-content.centered-text .sub-title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.rel-btn-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rel-button-wrap {
  text-align: right;
  padding-bottom: 9px;
}

@media only screen and (max-width: 992px) {
  .rel-button-wrap {
    text-align: left;
    margin-top: 20px;
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .rel-button-wrap {
    padding-bottom: 0;
  }
}

.rebranding-class .single-header-section {
  background: #25125C;
}

.rebranding-class .single-header-section .no-image-header {
  background: #25125C;
  min-height: 150px;
}

@media (max-width: 1199px) {
  .rebranding-class .single-header-section .no-image-header {
    min-height: 120px;
  }
}

.rebranding-class .single-header-section .single-image {
  min-height: unset;
}

.rebranding-class .single-header-section .single-image .header-overlay {
  display: none;
}

.rebranding-class.post-type-archive:not(.post-type-archive-vacancies) .posts-list-section {
  margin-top: -100px;
}

.rebranding-class .archive-titles-wrap,
.rebranding-class .post-titles-wrap {
  position: relative;
  /*
    &:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      @include svg_bg(150px, 100%, 'new-archive-left');
    }

    &:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      @include svg_bg(230px, 100%, 'new-archive-right');
    }

     */
}

.rebranding-class .archive-titles-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
  height: 510px;
  background-color: #FED268;
  z-index: 2;
}

@media (max-width: 991px) {
  .rebranding-class .archive-titles-wrap {
    height: 500px;
  }
}

.rebranding-class .archive-titles-wrap.header-gradient {
  background: -webkit-linear-gradient(top, #FED27A 39.69%, #E1A933 100%);
  background: linear-gradient(180deg, #FED27A 39.69%, #E1A933 100%);
}

.rebranding-class .archive-titles-wrap .filter-wrap {
  position: absolute;
  top: 0;
}

@media (max-width: 991px) {
  .rebranding-class .archive-titles-wrap .filter-wrap {
    position: relative;
  }
}

.rebranding-class .archive-titles-wrap .filter-wrap .filter-select {
  background-color: #25125C;
  color: #fff;
  background-image: url(../../resources/images/svg/chevron-yellow.svg);
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  line-height: 1.5 !important;
  border: none !important;
}

.rebranding-class .archive-titles-wrap .archive-titles-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 150px;
}

.rebranding-class .archive-titles-wrap .archive-titles-box .archive-titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.rebranding-class .archive-titles-wrap .archive-titles-box .archive-titles .archive-sub-title {
  margin-bottom: 0;
  color: #25125C;
}

.rebranding-class .archive-titles-wrap .archive-titles-box .archive-titles .archive-sub-title:before {
  width: 8px;
  height: 10px;
  background-size: 8px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
  border-radius: 0;
  background-color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rebranding-class .archive-titles-wrap .archive-titles-box .archive-titles .archive-title {
  color: #25125C;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 110%;
}

@media (max-width: 767px) {
  .rebranding-class .archive-titles-wrap .archive-titles-box .archive-titles .archive-title {
    font-size: 32px;
  }
}

.rebranding-class .main-single-blog,
.rebranding-class .main-single-vacancies {
  position: relative;
}

.rebranding-class .main-single-blog:before,
.rebranding-class .main-single-vacancies:before {
  content: "";
  display: block;
  position: absolute;
  top: 575px;
  left: 0;
  z-index: -1;
  width: 380px;
  height: calc(100% - 575px);
  background-size: 380px calc(100% - 575px);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-single-bg-left.svg);
  background-size: cover;
}

.rebranding-class .main-single-blog:after,
.rebranding-class .main-single-vacancies:after {
  content: "";
  display: block;
  position: absolute;
  top: 575px;
  right: 0;
  z-index: -1;
  width: 848px;
  height: calc(100% - 575px);
  background-size: 848px calc(100% - 575px);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-single-bg-right.svg);
  background-size: cover;
}

.rebranding-class .main-single-blog {
  position: relative;
}

.rebranding-class .main-single-blog:before {
  content: "";
  display: block;
  position: absolute;
  top: 575px;
  left: 0;
  z-index: -1;
  width: 380px;
  height: calc(100% - 575px);
  background-size: 380px calc(100% - 575px);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-single-bg-left.svg);
  background-size: contain;
}

.rebranding-class .main-single-blog:after {
  content: "";
  display: block;
  position: absolute;
  top: 575px;
  right: 0;
  z-index: -1;
  width: 848px;
  height: calc(100% - 575px);
  background-size: 848px calc(100% - 575px);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-single-bg-right.svg);
  background-size: cover;
}

.rebranding-class .main-single-blog.no-image:before,
.rebranding-class .main-single-blog.no-image:after {
  top: 150px;
}

@media (max-width: 1199px) {
  .rebranding-class .main-single-blog.no-image:before,
  .rebranding-class .main-single-blog.no-image:after {
    top: 120px;
  }
}

.rebranding-class .main-single-blog .single-header-section {
  position: relative;
  z-index: 10;
}

.rebranding-class .main-single-blog .post-titles-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rebranding-class .new-blog-header {
  position: relative;
  margin-bottom: -45px;
  padding-left: 60px;
  padding-right: 150px;
}

@media (max-width: 991px) {
  .rebranding-class .new-blog-header {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0px;
  }
}

.rebranding-class .new-blog-header:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 100px;
  background-size: 80px 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange-big.svg);
}

@media (max-width: 991px) {
  .rebranding-class .new-blog-header:after {
    content: none;
  }
}

.rebranding-class .new-blog-header .new-blog-header-image {
  background-size: cover;
  min-height: 435px;
  -webkit-clip-path: polygon(84.168% 0%, 0% 0%, 15.832% 50.002%, 0% 100%, 84.168% 100%, 100% 50.002%, 84.168% 0%);
  clip-path: polygon(84.168% 0%, 0% 0%, 15.832% 50.002%, 0% 100%, 84.168% 100%, 100% 50.002%, 84.168% 0%);
}

.rebranding-class .post-content-section .post-data-wrapper {
  margin-top: 0;
}

.rebranding-class .post-content-section .post-data-wrapper .post-content-wrap {
  padding: 100px 50px 50px;
  border-radius: 0;
}

@media (max-width: 991px) {
  .rebranding-class .post-content-section .post-data-wrapper .post-content-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.rebranding-class .post-content-section .post-data-wrapper .post-content-wrap .post-info-wrap {
  border-bottom: 0;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .rebranding-class .post-content-section .post-data-wrapper .post-content-wrap .post-info-wrap {
    margin-bottom: 15px;
  }
}

.rebranding-class .post-content-section .post-data-wrapper .post-content-wrap .post-info-wrap .post-info-title .post-categories-box .post-categories {
  gap: 25px;
  margin: 0 15px 0 0;
}

.rebranding-class .post-content-section .post-data-wrapper .post-content-wrap .post-info-wrap .post-info-title .post-categories-box .post-categories .post-cat-name {
  position: relative;
  background-color: #FB6113;
  border-radius: 5px 0 0 5px;
  margin: 0;
  padding: 5px 25px 5px 20px;
  color: #F8F8F7;
  font-size: 16px;
  font-weight: 700;
  line-height: 155%;
  -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
}

.rebranding-class .post-content-section .post-data-wrapper .post-content-wrap .post-info-wrap .post-info-title .post-th-title {
  color: #25125C;
  font-size: 38px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .rebranding-class .post-content-section .post-data-wrapper .post-content-wrap .post-info-wrap .post-info-title .post-th-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

.rebranding-class .post-content-section .post-data-wrapper .post-content-wrap .post-info-wrap .post-info-box {
  gap: 25px;
  margin-left: 0;
  margin-right: 0;
}

.rebranding-class .post-content-section .post-data-wrapper .post-content-wrap .post-info-wrap .post-info-box .post-date:before {
  top: unset;
  bottom: 3px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 14px;
  height: 16px;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-calendar-blue.svg);
}

.rebranding-class .post-content-section .post-data-wrapper .post-content-wrap .post-info-wrap .post-info-box .read-time:before {
  top: unset;
  bottom: 3px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 13px;
  height: 14px;
  background-size: 13px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-time-blue.svg);
}

.rebranding-class .post-content-section .post-data-wrapper .post-content-wrap .post-info-wrap .post-info-box span {
  margin: 0;
  color: #25125C;
  font-size: 16px;
  font-weight: 700;
  line-height: 155%;
}

@media (max-width: 991px) {
  .rebranding-class .post-content figure {
    margin: 0 -15px 30px;
  }
}

.rebranding-class .post-content img {
  border-radius: 10px;
}

.rebranding-class .post-content .single-bottom-box {
  margin-top: 20px;
  padding: 0;
}

.rebranding-class .post-content .single-bottom-box .share-icons-box span {
  color: #25125C;
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
}

.rebranding-class .post-content .single-bottom-box .overview-link-wrap .back-link {
  color: #25125C;
  font-size: 16px;
  font-weight: 700;
  line-height: 155%;
  text-transform: none;
}

.rebranding-class .post-content .single-bottom-box .overview-link-wrap .back-link:before {
  top: 9px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 8px;
  height: 10px;
  background-size: 8px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
}

.rebranding-class .post-content .single-bottom-box .overview-link-wrap .back-link:after {
  content: none;
}

.rebranding-class .post-content .single-bottom-box .overview-link-wrap .back-link:hover:before {
  left: -5px;
}

.rebranding-class .rel-btn-col {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rebranding-class .post-titles-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  height: 575px;
  background-color: #25125C;
}

.rebranding-class .post-titles-wrap .post-titles-box .post-th-title {
  color: #FFFAF0;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 110%;
}

@media (max-width: 767px) {
  .rebranding-class .post-titles-wrap .post-titles-box .post-th-title {
    font-size: 32px;
  }
}

.rebranding-class .posts-list-wrap .posts-list .post-box {
  border-radius: 10px;
}

.rebranding-class .posts-list-wrap .posts-list .post-box .block-img-wrap {
  position: relative;
  max-height: 360px;
}

.rebranding-class .posts-list-wrap .posts-list .post-box .block-img-wrap:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 266px;
  height: 369px;
  background-size: 266px 369px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-post-img-left.svg);
}

.rebranding-class .posts-list-wrap .posts-list .post-box .block-img-wrap:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 113px;
  height: 370px;
  background-size: 113px 370px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-post-img-right.svg);
}

.rebranding-class .posts-list-wrap .posts-list .post-box .block-content {
  padding: 18px 25px 28px;
}

.rebranding-class .posts-list-wrap .posts-list .post-box .block-content .content-block .post-date {
  color: #25125C;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

.rebranding-class .posts-list-wrap .posts-list .post-box .block-content .content-block .block-title {
  color: #25125C;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-transform: unset;
}

.rebranding-class .posts-list-wrap .posts-list .post-box .block-content .block-btn-wrap {
  padding-top: 5px;
}

.rebranding-class .posts-list-wrap .posts-list .post-box .block-content .block-btn-wrap .more-link {
  color: #25125C;
}

.rebranding-class .posts-list-wrap .posts-list .post-box .block-content .block-btn-wrap .more-link:after {
  top: calc(50% + 2px);
}

.rebranding-class .posts-list-wrap .posts-list .post-box:hover .block-content .block-btn-wrap .more-link:after {
  right: -5px;
}

.overview-wrapper {
  position: relative;
}

.overview-wrapper .wrapper-overlay {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overview-wrapper .wrapper-overlay .container.story-bottom {
  display: none;
}

@media (max-width: 991px) {
  .overview-wrapper .wrapper-overlay .container.story-bottom {
    display: block;
  }
}

.overview-wrapper.hidden-box:before {
  content: "";
  position: absolute;
  top: 100px;
  left: calc(50% + 20px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loading2.svg);
  z-index: 10;
}

.overview-wrapper.hidden-box .wrapper-overlay {
  visibility: hidden;
  opacity: 0;
}

.vac-single-section .single-image {
  position: relative;
  text-align: center;
  min-height: 575px;
}

@media only screen and (max-width: 1280px) {
  .vac-single-section .single-image {
    min-height: auto;
  }
}

.vac-single-section .single-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 427px;
  height: 285px;
  background-image: url(../../resources/images/dots-decor-bottom.png);
  background-repeat: no-repeat;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .vac-single-section .single-image:before {
    zoom: 0.85;
  }
}

.vac-single-section .single-image:after {
  content: "";
  position: absolute;
  top: 110px;
  right: 0;
  width: 426px;
  height: 313px;
  background-image: url(../../resources/images/dots-decor-top.png);
  background-repeat: no-repeat;
  z-index: 1;
}

@media only screen and (max-width: 1280px) {
  .vac-single-section .single-image:after {
    top: 82px;
  }
}

@media only screen and (max-width: 1200px) {
  .vac-single-section .single-image:after {
    top: 74px;
  }
}

@media only screen and (max-width: 767px) {
  .vac-single-section .single-image:after {
    top: 62px;
    zoom: 0.85;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.with-top-menu .vac-single-section .single-image:after {
  top: 156px;
}

@media only screen and (max-width: 1280px) {
  .with-top-menu .vac-single-section .single-image:after {
    top: 121px;
  }
}

@media only screen and (max-width: 1200px) {
  .with-top-menu .vac-single-section .single-image:after {
    top: 113px;
  }
}

@media only screen and (max-width: 767px) {
  .with-top-menu .vac-single-section .single-image:after {
    top: 62px;
  }
}

.vac-single-section .post-titles-wrap {
  padding-top: 120px;
}

@media only screen and (max-width: 1280px) {
  .vac-single-section .post-titles-wrap {
    padding-top: 170px;
  }
}

@media only screen and (max-width: 1024px) {
  .vac-single-section .post-titles-wrap {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .vac-single-section .post-titles-wrap {
    padding-top: 100px;
  }
}

.vac-single-section .post-th-title {
  text-transform: uppercase;
  font-size: 44px;
}

@media only screen and (max-width: 1024px) {
  .vac-single-section .post-th-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .vac-single-section .post-th-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 375px) {
  .vac-single-section .post-th-title {
    font-size: 30px;
  }
}

.vac-single-section .vac-back-link-wrap.bottom-link {
  padding-top: 20px;
}

.vac-single-section .post-titles-box {
  margin-bottom: 80px;
}

.vac-back-link-wrap.bottom-link {
  padding-top: 20px;
}

.vac-content-section .post-content-wrap {
  border-radius: 5px 5px 0 0;
  padding: 0;
  background-color: transparent;
}

@media only screen and (max-width: 1200px) {
  .vac-content-section .post-data-wrapper {
    margin-top: -140px;
  }
}

.vac-main-data-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.vac-main-data-wrapper.fixed-panel {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.05);
  z-index: 999;
}

.admin-bar .vac-main-data-wrapper.fixed-panel {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar .vac-main-data-wrapper.fixed-panel {
    top: 46px;
  }
}

.vac-main-data-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 5px 5px 0 5px;
  padding: 20px 25px 0 25px;
}

@media only screen and (max-width: 1200px) {
  .vac-main-data-box {
    padding: 15px 15px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .vac-main-data-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 15px 0 15px;
  }
}

.fixed-panel .vac-main-data-box {
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .fixed-panel .vac-main-data-box {
    padding-top: 15px;
    padding-bottom: 0;
    -webkit-transition: none;
    transition: none;
  }
}

.vac-main-data-box > div {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .vac-main-data-box > div {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .vac-main-data-box > div {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .fixed-panel .vac-main-info-block {
    display: none;
  }
}

.vac-main-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -15px;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (max-width: 1200px) {
  .vac-main-info {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .vac-main-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.vac-main-info > span {
  display: inline-block;
  color: #0f2c6d;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (max-width: 1200px) {
  .vac-main-info > span {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .vac-main-info > span {
    margin-bottom: 20px;
  }
}

.vac-main-info > span.with-icon {
  position: relative;
  padding-left: 36px;
}

@media only screen and (max-width: 1200px) {
  .vac-main-info > span.with-icon {
    padding-left: 30px;
  }
}

.vac-main-info > span.with-icon:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 24px !important;
  height: 24px !important;
}

@media only screen and (max-width: 1200px) {
  .vac-main-info > span.with-icon:before {
    width: 20px !important;
    height: 20px !important;
    top: -2px;
  }
}

.vac-main-info > span.with-icon.vac-hours:before {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/hours-icon.svg);
}

.vac-main-info > span.with-icon.vac-location:before {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-icon.svg);
}

.vac-main-info > span.with-icon.vac-education:before {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/univer-icon.svg);
}

.vac-main-info > span.with-icon.vac-number:before {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/number-icon.svg);
}

@media only screen and (max-width: 767px) {
  .vac-apply-button-block {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .fixed-panel .vac-apply-button-block {
    margin-bottom: 15px;
  }
}

.vac-apply-button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -15px;
}

@media only screen and (max-width: 767px) {
  .vac-apply-button-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.vac-apply-button-box .vac-apply-label {
  display: inline-block;
  color: #0f2c6d;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 15px;
  margin-right: 25px;
}

@media only screen and (max-width: 1200px) {
  .vac-apply-button-box .vac-apply-label {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .vac-apply-button-box .vac-apply-label {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .vac-apply-button-box .vac-apply-label {
    display: inline-block;
    margin-right: 10px;
  }
}

.vac-apply-button-box .apply-btn {
  margin-bottom: 15px;
}

.vac-content-wrap {
  margin-top: 30px;
}

.vacancy-content {
  position: relative;
  padding: 25px;
  background-color: #fff;
  border-radius: 5px;
  /*&:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      @include svg_bg(2076px, 1762px, 'vac-single-decor');
      z-index: -1;
      opacity: 0.15;
      filter: blur(375px);
    }*/
}

@media only screen and (max-width: 1200px) {
  .vacancy-content {
    padding: 20px 20px 25px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .vacancy-content {
    padding: 15px;
    box-shadow: 0 0 15px 0 rgba(230, 91, 24, 0.07);
  }
}

.vac-content-text p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}

@media only screen and (max-width: 992px) {
  .vac-content-text p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .vac-content-text p {
    font-size: 16px;
  }
}

.vac-content-text p.with-strong {
  margin-top: 5px;
}

.vac-content-text p.with-bullet {
  display: list-item;
  margin-left: 20px;
}

.vac-content-text p.with-bullet.with-strong {
  margin-top: 0;
}

.vac-content-text ul {
  margin-bottom: 0;
}

.vac-content-text ul > li {
  font-size: 16px !important;
  font-weight: 400 !important;
}

@media only screen and (max-width: 992px) {
  .vac-content-text ul > li {
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .vac-content-text ul > li {
    font-size: 16px !important;
  }
}

.vac-content-text ul > li:before {
  top: 9px !important;
  width: 6px !important;
  height: 6px !important;
}

.vac-content-text .wp-block-image > img {
  border-radius: 5px;
}

.vac-apply-bottom-box {
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .vac-apply-bottom-box {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
  }
}

.vac-apply-bottom-box .vac-apply-label {
  display: inline-block;
}

.vac-button-btn-wrap {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .vac-button-btn-wrap {
    margin-top: 30px;
  }
}

.vac-sidebar-wrap.sticky-sidebar {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 370px;
  max-width: 370px;
}

@media only screen and (max-width: 1200px) {
  .vac-sidebar-wrap.sticky-sidebar {
    width: calc(33.33333% - 30px);
    max-width: calc(33.33333% - 30px);
  }
}

.vac-sidebar-wrap.sticky-sidebar-stop {
  position: absolute;
  top: auto !important;
  bottom: 0;
  z-index: 9;
  width: 370px;
  max-width: 370px;
}

@media only screen and (max-width: 1200px) {
  .vac-sidebar-wrap.sticky-sidebar-stop {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}

.vac-sidebar {
  display: block;
}

@media only screen and (max-width: 767px) {
  .vac-sidebar {
    margin-top: 30px;
  }
}

.sidebar-item {
  margin-bottom: 30px;
}

.sidebar-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .sidebar-item.story-banner {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .sidebar-item.filters-sidebar-item {
    padding-top: 44px;
  }
}

.recruiter-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 260px;
  padding: 25px;
  border-radius: 15px 15px 0 15px;
}

.recruiter-box .recruiter-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  margin-bottom: -10px;
}

.recruiter-box .recruiter-info > div {
  margin-bottom: 10px;
}

.recruiter-box .recruiter-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px;
}

.recruiter-box .recruiter-contacts .rec-contact-icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  color: transparent;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.recruiter-box .recruiter-contacts .rec-contact-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.recruiter-box .recruiter-contacts .rec-contact-icon:hover,
.recruiter-box .recruiter-contacts .rec-contact-icon:focus {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.recruiter-box .recruiter-contacts .rec-contact-icon.email-icon:before {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/email-orange.svg);
}

.recruiter-box .recruiter-contacts .rec-contact-icon.phone-icon:before {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-orange.svg);
}

.recruiter-box .recruiter-contacts .rec-contact-icon.watsapp-icon:before {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/watsapp-orange.svg);
}

.recruiter-box .recruiter-name {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
}

.recruiter-box .recruiter-function {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.15;
  text-transform: lowercase;
}

.recruiter-box.with-photo {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.recruiter-box.with-photo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: -webkit-linear-gradient(bottom, #0f2c6d 0%, rgba(0, 0, 0, 0) 75%);
  background: linear-gradient(360deg, #0f2c6d 0%, rgba(0, 0, 0, 0) 75%);
  z-index: 1;
}

.recruiter-box.no-photo {
  background-color: #fdeee7;
}

.recent-vacancies-box {
  border-radius: 5px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .recent-vacancies-box {
    box-shadow: 0 0 15px 0 rgba(230, 91, 24, 0.07);
  }
}

.recent-vac-title {
  position: relative;
  padding: 12px 15px;
  margin-bottom: 0;
  cursor: pointer;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.recent-vac-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 9px;
  background-size: 15px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-orange.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.recent-opened .recent-vac-title:after {
  -webkit-transform: translateY(-50%) scaleY(-1);
  -ms-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
}

.recent-vacancies-list {
  display: block;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.recent-vacancies-list .recent-vacancy {
  border-top: 1px solid #f3f4f7;
}

.recent-vacancies-list .recent-vacancy:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.recent-vacancies-list .recent-vacancy:last-child .rec-vac-link {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.recent-vacancies-list .rec-vac-link {
  position: relative;
  display: block;
  color: #0f2c6d;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
  overflow-wrap: break-word;
  padding: 12px 50px 12px 15px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.recent-vacancies-list .rec-vac-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-orange.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.recent-vacancies-list .rec-vac-link:hover,
.recent-vacancies-list .rec-vac-link:focus {
  color: #e65b18;
}

.recent-vacancies-list .rec-vac-link:hover:after,
.recent-vacancies-list .rec-vac-link:focus:after {
  right: 10px;
}

.post-content-section {
  position: relative;
}

.post-content-section > .container {
  position: relative;
  z-index: 1;
}

.single-vac-decor-svg {
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .single-vac-decor-svg {
    display: none;
  }
}

/* ARCHIVE */

.post-type-archive-vacancies .site-wrapper {
  position: relative;
}

.post-type-archive-vacancies .header-section {
  margin-bottom: 50px;
}

.post-type-archive-vacancies #archive-decor {
  display: block;
  position: absolute;
  top: 50px;
  left: -10%;
  right: -10%;
  height: auto;
  max-width: none;
  z-index: -1;
  -webkit-filter: blur(375px);
  filter: blur(375px);
}

@media only screen and (max-width: 767px) {
  .post-type-archive-vacancies #archive-decor {
    -webkit-filter: blur(100px);
    filter: blur(100px);
  }
}

.vacancies-overview-top-section {
  margin-bottom: 30px;
}

.vac-overview-desc h1,
.vac-overview-desc .overview-banner-item .banner-text h1,
.overview-banner-item .banner-text .vac-overview-desc h1,
.vac-overview-desc .overview-banner-item .banner-text h2,
.overview-banner-item .banner-text .vac-overview-desc h2 {
  font-size: 56px;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .vac-overview-desc h1,
  .vac-overview-desc .overview-banner-item .banner-text h1,
  .overview-banner-item .banner-text .vac-overview-desc h1,
  .vac-overview-desc .overview-banner-item .banner-text h2,
  .overview-banner-item .banner-text .vac-overview-desc h2 {
    font-size: 50px;
  }
}

.posts-found-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.posts-found-line .found-item {
  margin-bottom: 10px;
}

.posts-found-label {
  display: inline-block;
  color: #0f2c6d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.posts-count-box {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.posts-count-box span {
  color: #0f2c6d;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.posts-count-box span.posts-count {
  font-weight: 700;
}

.active-filters-wrapper {
  display: none;
}

.active-filters-line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.active-filters-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #fff;
}

.active-filters-line .active-item {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 17px;
}

.active-filters-line .active-label {
  display: inline-block;
  color: #0f2c6d;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.active-filters-line .remove-filters-link {
  color: #0f2c6d;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.active-filters-line .remove-filters-link:hover:not(:disabled) {
  color: #e65b18;
}

.active-filters-line .remove-filters-link:disabled {
  opacity: 0.25;
}

.active-filters-box {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.active-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -15px;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.active-filters .active-filter-btn {
  position: relative;
  display: inline-block;
  color: #0f2c6d;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #fff;
  border: none !important;
  min-height: 34px;
  padding: 8px 30px 8px 10px;
  margin-bottom: 15px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.active-filters .active-filter-btn:before,
.active-filters .active-filter-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.active-filters .active-filter-btn:before {
  opacity: 1;
  width: 12px;
  height: 14px;
  background-size: 12px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/trash-blue.svg);
}

.active-filters .active-filter-btn:after {
  opacity: 0;
  width: 12px;
  height: 14px;
  background-size: 12px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/trash-orange.svg);
}

.active-filters .active-filter-btn:hover {
  opacity: 0.75;
  color: #e65b18;
}

.active-filters .active-filter-btn:hover:before {
  opacity: 0;
}

.active-filters .active-filter-btn:hover:after {
  opacity: 1;
}

.active-filters .active-filter-btn:disabled {
  cursor: default;
  opacity: 0.5;
  color: #0f2c6d;
}

.active-filters .active-filter-btn:disabled:hover:before,
.active-filters .active-filter-btn:disabled:focus:before {
  opacity: 1;
}

.active-filters .active-filter-btn:disabled:hover:after,
.active-filters .active-filter-btn:disabled:focus:after {
  opacity: 0;
}

@media only screen and (max-width: 992px) {
  .vac-overview-sidebar-wrap {
    margin-bottom: 40px;
  }
}

.filter-sidebar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border-radius: 5px;
  background: -webkit-linear-gradient(bottom, #1C3E88 0, #0F2C6D 100%);
  background: linear-gradient(360deg, #1C3E88 0, #0F2C6D 100%);
}

.filter-sidebar .filter-line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.filter-sidebar .filter-line.hide {
  display: none;
}

.filter-sidebar .filter-line .filter-name {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  padding: 15px 17px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter-sidebar .filter-line .filter-name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.filter-sidebar .filter-line .filter-name:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.filter-sidebar .filter-line .filter-name span {
  position: relative;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  z-index: 2;
}

.filter-sidebar .filter-line .filter-name:hover:before {
  opacity: 1;
}

.filter-sidebar .filter-line .filter-checkboxes-holder {
  display: none;
}

.filter-sidebar .filter-line .filter-checkboxes-holder.opened {
  display: block;
}

.filter-sidebar .filter-line .filter-checkboxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 17px 15px 17px;
}

.filter-sidebar .filter-line .filter-checkboxes .checkbox-wrapper {
  position: relative;
  padding-left: 25px;
  margin-bottom: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter-sidebar .filter-line .filter-checkboxes .checkbox-wrapper .filter-checkbox {
  display: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.filter-sidebar .filter-line .filter-checkboxes .checkbox-wrapper .filter-checkbox:checked + .checkbox {
  border-color: #e65b18;
  background-color: #e65b18;
}

.filter-sidebar .filter-line .filter-checkboxes .checkbox-wrapper .filter-checkbox:checked + .checkbox:after {
  opacity: 1;
}

.filter-sidebar .filter-line .filter-checkboxes .checkbox-wrapper .checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.filter-sidebar .filter-line .filter-checkboxes .checkbox-wrapper .checkbox:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  opacity: 0;
  width: 9px;
  height: 7px;
  background-size: 9px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check-white.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.filter-sidebar .filter-line .filter-checkboxes .checkbox-wrapper .text {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.filter-sidebar .filter-line .filter-checkboxes .checkbox-wrapper:hover:not(.disabled) .checkbox {
  border-color: #e65b18;
}

.filter-sidebar .filter-line .filter-checkboxes .checkbox-wrapper.hide-label {
  display: none !important;
}

.filter-sidebar .filter-line .filter-checkboxes .checkbox-wrapper.disabled {
  opacity: 0.5;
}

.filter-sidebar .filter-line:last-child {
  border-bottom: none;
}

.filter-sidebar .filter-line.location-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px 5px 0 0;
}

.filter-sidebar .filter-line.location-line #user_location {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  border: none !important;
  outline: none !important;
  background: transparent;
  border-top-left-radius: inherit;
  height: 50px;
  line-height: 50px;
  padding: 5px 17px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.filter-sidebar .filter-line.location-line #user_location::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.filter-sidebar .filter-line.location-line #user_location:-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.filter-sidebar .filter-line.location-line #user_location::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.filter-sidebar .filter-line.location-line #user_location:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.filter-sidebar .filter-line.location-line #user_location + .radius-wrap {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.filter-sidebar .filter-line.location-line .radius-wrap {
  position: relative;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.filter-sidebar .filter-line.location-line .radius-wrap:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 16px;
  background-size: 12px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/location-white.svg);
}

.filter-sidebar .filter-line.location-line .radius-wrap select {
  width: 100%;
  border: none !important;
  outline: none !important;
  border-top-right-radius: inherit;
  background: transparent;
  background-image: url(../../resources/images/svg/chevron-white.svg);
  background-position: calc(100% - 17px) 50%;
  background-repeat: no-repeat;
  background-size: 12px 7px;
  padding: 5px 50px 5px 35px !important;
  height: 50px !important;
  line-height: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  font-style: normal;
}

.filter-sidebar .filter-line.location-line .radius-wrap select option {
  color: #0f2c6d;
}

.filter-sidebar .filter-line.search-line #search-posts {
  display: block;
  width: 100%;
  border: none !important;
  outline: none !important;
  background: transparent;
  border-top-left-radius: inherit;
  height: 50px;
  line-height: 50px;
  padding: 5px 17px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.filter-sidebar .filter-line.search-line #search-posts::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.filter-sidebar .filter-line.search-line #search-posts:-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.filter-sidebar .filter-line.search-line #search-posts::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.filter-sidebar .filter-line.search-line #search-posts:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.filter-sidebar .filter-line.opened .filter-name:before {
  opacity: 0;
}

.filter-sidebar .filter-line.opened .filter-name:after {
  -webkit-transform: translateY(-50%) scaleY(-1);
  -ms-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
}

.filter-sidebar .filter-line.tax-vacancies_lang {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 10px;
}

.filter-sidebar .filter-line.tax-vacancies_lang .filter-name {
  display: none;
}

.filter-sidebar .filter-line.tax-vacancies_lang .filter-checkboxes-holder {
  display: block !important;
  border-radius: 5px;
  background: -webkit-linear-gradient(bottom, #1C3E88 0, #0F2C6D 100%);
  background: linear-gradient(0deg, #1C3E88 0, #0F2C6D 100%);
}

.filter-sidebar .filter-line.tax-vacancies_lang .filter-checkboxes-holder .filter-checkboxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1px 1px 0 1px;
}

.filter-sidebar .filter-line.tax-vacancies_lang .filter-checkboxes-holder .filter-checkboxes .checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  margin-bottom: 1px;
  padding: 9px 0;
  border-radius: 4px;
  cursor: pointer;
}

.filter-sidebar .filter-line.tax-vacancies_lang .filter-checkboxes-holder .filter-checkboxes .checkbox-wrapper .checkbox {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: inherit;
  background: transparent;
  z-index: 1;
}

.filter-sidebar .filter-line.tax-vacancies_lang .filter-checkboxes-holder .filter-checkboxes .checkbox-wrapper .checkbox:after {
  display: none;
}

.filter-sidebar .filter-line.tax-vacancies_lang .filter-checkboxes-holder .filter-checkboxes .checkbox-wrapper .tax-lang-img {
  position: relative;
  display: block;
  width: 22px;
  height: 14px;
  margin-right: 7px;
  z-index: 2;
}

.filter-sidebar .filter-line.tax-vacancies_lang .filter-checkboxes-holder .filter-checkboxes .checkbox-wrapper .text {
  position: relative;
  font-weight: 700;
  line-height: 1;
  z-index: 2;
}

.filter-sidebar .filter-line.tax-vacancies_lang .filter-checkboxes-holder .filter-checkboxes .checkbox-wrapper .filter-checkbox:checked + .checkbox {
  background: -webkit-linear-gradient(top, #E65B18 0%, #EB7942 100%);
  background: linear-gradient(180deg, #E65B18 0%, #EB7942 100%);
}

.vacancies-overview-section .ajax-posts-list-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 100px;
}

.vacancies-overview-section .ajax-no-posts-info {
  border-radius: 5px;
  border-width: 2px;
  font-size: 22px;
  text-transform: uppercase;
}

.overview-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.view-options-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}

.view-switcher {
  position: relative;
  color: #0f2c6d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.view-switcher:before,
.view-switcher:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.view-switcher:before {
  opacity: 1;
}

.view-switcher:after {
  opacity: 0;
}

.view-switcher:hover,
.view-switcher:focus,
.view-switcher.active {
  color: #e65b18;
}

.view-switcher:hover:before,
.view-switcher:focus:before,
.view-switcher.active:before {
  opacity: 0 !important;
}

.view-switcher:hover:after,
.view-switcher:focus:after,
.view-switcher.active:after {
  opacity: 1 !important;
}

.view-switcher.list-view {
  padding-left: 28px;
}

.view-switcher.list-view:before {
  opacity: 1;
  width: 18px;
  height: 16px;
  background-size: 18px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/list-blue.svg);
}

.view-switcher.list-view:after {
  opacity: 0;
  width: 18px;
  height: 16px;
  background-size: 18px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/list-orange.svg);
}

.view-switcher.grid-view {
  padding-left: 32px;
}

.view-switcher.grid-view:before {
  opacity: 1;
  width: 22px;
  height: 16px;
  background-size: 22px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/grid-blue.svg);
}

.view-switcher.grid-view:after {
  opacity: 0;
  width: 22px;
  height: 16px;
  background-size: 22px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/grid-orange.svg);
}

.vacancies-list.no-margin {
  margin-bottom: -40px;
}

.vacancies-list.inline-items.no-margin {
  margin-bottom: -30px;
}

.vacancies-list.inline-items .vacancy-item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.vacancies-list.inline-items .post-box.with-spec-label {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .vacancies-list.inline-items .post-box.with-spec-label {
    margin-top: 15px;
  }
}

.vacancies-list.inline-items .block-img-wrap {
  opacity: 0;
  height: 0;
}

.vacancies-list.inline-items .content-block.with-spec-label {
  padding-top: 20px;
}

.vacancies-list.inline-items .block-content {
  padding: 20px 100px 12px 25px;
  border-radius: inherit;
}

@media only screen and (max-width: 767px) {
  .vacancies-list.inline-items .block-content {
    padding: 15px 15px 2px 15px;
  }
}

.vacancies-list.inline-items .block-content .block-title {
  font-size: 20px;
  margin-bottom: 12px !important;
}

@media only screen and (max-width: 767px) {
  .vacancies-list.inline-items .block-content .block-title {
    margin-bottom: 15px !important;
  }
}

.vacancies-list.inline-items .vacancy-btn-wrap .vac-main-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  margin-bottom: 0;
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .vacancies-list.inline-items .vacancy-btn-wrap .vac-main-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.vacancies-list.inline-items .vacancy-btn-wrap .vac-main-info > span {
  font-size: 18px;
  margin-bottom: 15px;
}

.vacancies-list.inline-items .vacancy-btn-wrap .vac-main-info > span.with-icon {
  padding-left: 36px;
}

.vacancies-list.inline-items .vacancy-btn-wrap .vac-main-info > span.with-icon:before {
  top: -4px;
  width: 24px !important;
  height: 24px !important;
}

.vacancies-list.inline-items .vac-item-btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 50px;
  height: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .vacancies-list.inline-items .vac-item-btn {
    position: relative;
    width: 40px;
    height: 40px;
    top: auto;
    right: auto;
    -webkit-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    transform: translateY(-13px);
  }
}

.vacancies-list.inline-items .vac-item-btn:before {
  width: 14px;
  height: 9px;
  background-size: 14px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.vacancies-list.inline-items .vac-item-btn:after {
  width: 14px;
  height: 9px;
  background-size: 14px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.dark-bg .vacancies-list.inline-items.vacancies-list.no-margin {
  margin-bottom: -20px;
}

.dark-bg .vacancies-list.inline-items .vacancy-item {
  margin-bottom: 20px;
}

.dark-bg .vacancies-list.inline-items .vacancy-item .special-label-box {
  background: #e65b18;
}

.dark-bg .vacancies-list.inline-items .vacancy-item .vac-item-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dark-bg .vacancies-list.inline-items .vacancy-item .post-box:hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.dark-bg .vacancies-list.inline-items .vacancy-item .post-box:hover .vac-item-btn {
  background-color: #fff;
}

.dark-bg .vacancies-list.inline-items .vacancy-item .post-box:hover .vac-item-btn:before {
  opacity: 1;
}

.dark-bg .vacancies-list.inline-items .vacancy-item .post-box:hover .vac-item-btn:after {
  opacity: 0;
}

.dark-bg .vacancies-list.inline-items .vacancy-item .post-box:hover .block-content {
  background-color: rgba(0, 0, 0, 0.1);
}

.dark-bg .vacancies-list.inline-items .block-content {
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dark-bg .vacancies-list.inline-items .block-content .block-title {
  color: #fff;
  font-weight: 700;
}

.dark-bg .vacancies-list.inline-items .vac-main-info > span {
  color: #fff;
}

.vacancy-item {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .vacancy-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .vacancy-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.vacancy-item .post-box {
  box-shadow: none;
}

.vacancy-item .post-box:hover,
.vacancy-item .post-box:focus {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.vacancy-item .post-box:hover .vac-item-btn,
.vacancy-item .post-box:focus .vac-item-btn {
  background-color: #0f2c6d;
}

@media only screen and (max-width: 767px) {
  .vacancy-item .post-box.with-spec-label {
    margin-top: 10px;
  }
}

.vacancy-item .block-img-wrap {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.vacancy-item .block-img-wrap .block-image {
  padding-top: 56.25%;
}

.vacancy-item .block-content {
  padding: 10px 12px;
}

@media only screen and (max-width: 1200px) {
  .vacancy-item .block-content {
    border: 1px solid #E3E8EE;
  }
}

@media only screen and (max-width: 767px) {
  .vacancy-item .block-content {
    padding: 15px;
  }
}

.vacancy-item .block-content .block-title {
  color: #0f2c6d;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 767px) {
  .vacancy-item .block-content .block-title {
    font-size: 20px;
    margin-bottom: 15px !important;
  }
}

.grid-items .vacancy-item .block-content {
  border-top: none;
}

.special-label-box {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 12px;
  margin-bottom: -20px;
  margin-top: -21px;
  min-height: 41px;
  margin-left: 20px;
  border-radius: 5px 5px 0 5px;
  background: -webkit-linear-gradient(left, #0F2C6D 0%, #1C3E88 100%);
  background: linear-gradient(90deg, #0F2C6D 0%, #1C3E88 100%);
  z-index: 3;
}

.special-label-box .spec-icon {
  width: auto;
  height: 15px;
  margin-right: 12px;
}

.special-label-box .spec-label-text {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.vacancy-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0;
  margin-top: auto;
}

.vacancy-btn-wrap .vac-main-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  margin-bottom: -7px;
  padding-right: 12px;
}

@media only screen and (max-width: 767px) {
  .vacancy-btn-wrap .vac-main-info {
    margin-bottom: -13px;
  }
}

.vacancy-btn-wrap .vac-main-info > span {
  font-size: 12px;
  margin-bottom: 11px;
}

@media only screen and (max-width: 767px) {
  .vacancy-btn-wrap .vac-main-info > span {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.vacancy-btn-wrap .vac-main-info > span.with-icon {
  padding-left: 21px;
}

@media only screen and (max-width: 767px) {
  .vacancy-btn-wrap .vac-main-info > span.with-icon {
    padding-left: 36px;
  }
}

.vacancy-btn-wrap .vac-main-info > span.with-icon:before {
  top: -2px;
  width: 16px !important;
  height: 16px !important;
}

@media only screen and (max-width: 767px) {
  .vacancy-btn-wrap .vac-main-info > span.with-icon:before {
    top: -4px;
    width: 24px !important;
    height: 24px !important;
  }
}

.vac-item-btn {
  position: relative;
  display: block;
  width: 31px;
  height: 31px;
  border-radius: 5px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  background-color: #e65b18;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .vac-item-btn {
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.vac-item-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 9px;
  height: 5px;
  background-size: 9px 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .vac-item-btn:before {
    width: 14px;
    height: 9px;
    background-size: 14px 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-blue.svg);
  }
}

.vac-item-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 9px;
  height: 5px;
  background-size: 9px 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .vac-item-btn:after {
    width: 14px;
    height: 9px;
    background-size: 14px 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-white.svg);
  }
}

.overview-banner-item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.overview-banner-item .overview-banner-box {
  position: relative;
  width: 100%;
  padding: 30px;
  border-radius: 15px 15px 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overview-banner-item .overview-banner-box > .more-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  padding: 0;
  margin: 0;
  border-radius: inherit;
  z-index: 5;
}

.overview-banner-item .overview-banner-box > .more-link:before,
.overview-banner-item .overview-banner-box > .more-link:after {
  display: none !important;
}

.overview-banner-item .overview-banner-box.with-link {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overview-banner-item .overview-banner-box.with-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: inherit;
  background: -webkit-linear-gradient(top, #052C57 0%, #063B75 100%);
  background: linear-gradient(180deg, #052C57 0%, #063B75 100%);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overview-banner-item .overview-banner-box.with-link:hover,
.overview-banner-item .overview-banner-box.with-link:focus {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.overview-banner-item .overview-banner-box.with-link:hover:before,
.overview-banner-item .overview-banner-box.with-link:focus:before {
  opacity: 1;
}

.overview-banner-item .banner-content {
  position: relative;
  max-width: 470px;
  text-align: center;
  margin: 0 auto;
  z-index: 15;
}

.overview-banner-item .banner-text h1,
.overview-banner-item .banner-text h2 {
  color: #fff;
  text-align: center !important;
}

.overview-banner-item .banner-link-wrap {
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .big-grid-items .vacancy-item {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media only screen and (max-width: 992px) {
  .big-grid-items .vacancy-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .big-grid-items .vacancy-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.big-grid-items .vacancy-item .vac-main-info {
  margin-bottom: -13px;
  margin-left: -10px;
  margin-right: -10px;
}

.big-grid-items .vacancy-item .vac-main-info > span {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .big-grid-items .vacancy-item .vac-main-info > span {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.big-grid-items .vacancy-item .vac-main-info > span.with-icon {
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .big-grid-items .vacancy-item .vac-main-info > span.with-icon {
    padding-left: 36px;
  }
}

.big-grid-items .vacancy-item .vac-main-info > span.with-icon:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px !important;
  height: 20px !important;
}

@media only screen and (max-width: 767px) {
  .big-grid-items .vacancy-item .vac-main-info > span.with-icon:before {
    top: -3px;
    width: 24px !important;
    height: 24px !important;
  }
}

.big-grid-items .vacancy-item .block-content {
  border: 1px solid #E3E8EE;
  border-top: none;
  padding: 17px 20px 20px 20px;
}

@media only screen and (max-width: 992px) {
  .big-grid-items .vacancy-item .block-content {
    padding: 15px;
  }
}

.big-grid-items .vacancy-item .block-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 15px !important;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .big-grid-items .vacancy-item .block-title {
    font-size: 20px;
  }
}

.big-grid-items .vacancy-item .vac-item-btn {
  width: 45px;
  height: 45px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (max-width: 1024px) {
  .big-grid-items .vacancy-item .vac-item-btn {
    width: 40px;
    height: 40px;
  }
}

.big-grid-items .vacancy-item .vac-item-btn:after {
  width: 14px;
  height: 9px;
  background-size: 14px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.story-banner-box .block-img-wrap {
  border-radius: 5px;
}

.story-banner-box .block-img-wrap .block-image {
  padding-top: 67.5675675676%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.story-banner-box .block-img-wrap:hover .block-image,
.story-banner-box .block-img-wrap:focus .block-image,
.story-banner-box .block-img-wrap.hovered .block-image {
  -webkit-transform: scale(105%);
  -ms-transform: scale(105%);
  transform: scale(105%);
}

.story-banner-box .block-img-wrap:hover + .story-banner-info .story-banner-title,
.story-banner-box .block-img-wrap:focus + .story-banner-info .story-banner-title,
.story-banner-box .block-img-wrap.hovered + .story-banner-info .story-banner-title {
  color: #e65b18;
}

.story-banner-box .block-img-wrap:hover + .story-banner-info .simple-link:after,
.story-banner-box .block-img-wrap:focus + .story-banner-info .simple-link:after,
.story-banner-box .block-img-wrap.hovered + .story-banner-info .simple-link:after {
  right: -3px;
}

.story-box-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
  border-radius: inherit;
}

.story-banner-info {
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 5px 5px 0 5px;
  background-color: #fff;
  padding: 18px 20px 13px;
  float: right;
  margin-right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

.story-banner-info:hover .story-banner-title,
.story-banner-info:focus .story-banner-title {
  color: #e65b18;
}

.story-banner-info:hover .simple-link:after,
.story-banner-info:focus .simple-link:after {
  right: -3px;
}

.story-banner-title {
  font-size: 18px;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.vac-section-btn-wrap {
  text-align: center;
  margin-top: 50px;
}

@media only screen and (max-width: 1024px) {
  .vac-section-btn-wrap {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .vac-section-btn-wrap {
    margin-top: 30px;
  }
}

#home-search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 840px;
  margin: 25px auto 0 auto;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}

@media only screen and (max-width: 840px) {
  #home-search-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    background-color: transparent;
    margin-bottom: -21px;
  }
}

#home-search-form .inputs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

@media only screen and (max-width: 840px) {
  #home-search-form .inputs-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 767px) {
  #home-search-form .inputs-wrapper {
    padding: 10px;
  }
}

#home-search-form .home-input-label.location-label {
  margin-left: 10px;
}

#home-search-form .home-input-label.search-label {
  padding-left: 5px;
}

@media only screen and (max-width: 840px) {
  #home-search-form .home-input-label.search-label {
    padding-left: 0;
  }
}

#home-search-form input,
#home-search-form body .gform_wrapper .datepicker,
body .gform_wrapper #home-search-form .datepicker,
#home-search-form .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full #home-search-form .ginput_card_field {
  display: block;
  width: 100%;
  border: none !important;
  border-right: 2px solid rgba(15, 44, 109, 0.1) !important;
  outline: none !important;
  background: transparent !important;
  border-top-left-radius: inherit;
  height: 36px;
  line-height: 36px;
  padding: 5px 20px 5px 10px;
  color: #0f2c6d;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  #home-search-form input,
  #home-search-form body .gform_wrapper .datepicker,
  body .gform_wrapper #home-search-form .datepicker,
  #home-search-form .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field,
  .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full #home-search-form .ginput_card_field {
    padding-left: 5px;
    padding-right: 10px;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    border-right-width: 1px !important;
  }
}

@media only screen and (max-width: 375px) {
  #home-search-form input,
  #home-search-form body .gform_wrapper .datepicker,
  body .gform_wrapper #home-search-form .datepicker,
  #home-search-form .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field,
  .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full #home-search-form .ginput_card_field {
    font-size: 14px;
  }
}

#home-search-form input::-webkit-input-placeholder,
#home-search-form body .gform_wrapper .datepicker::-webkit-input-placeholder,
body .gform_wrapper #home-search-form .datepicker::-webkit-input-placeholder,
#home-search-form .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full #home-search-form .ginput_card_field::-webkit-input-placeholder {
  color: rgba(15, 44, 109, 0.9);
}

#home-search-form input:-moz-placeholder,
#home-search-form body .gform_wrapper .datepicker:-moz-placeholder,
body .gform_wrapper #home-search-form .datepicker:-moz-placeholder,
#home-search-form .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field:-moz-placeholder,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full #home-search-form .ginput_card_field:-moz-placeholder {
  color: rgba(15, 44, 109, 0.9);
}

#home-search-form input::-moz-placeholder,
#home-search-form body .gform_wrapper .datepicker::-moz-placeholder,
body .gform_wrapper #home-search-form .datepicker::-moz-placeholder,
#home-search-form .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field::-moz-placeholder,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full #home-search-form .ginput_card_field::-moz-placeholder {
  color: rgba(15, 44, 109, 0.9);
}

#home-search-form input:-ms-input-placeholder,
#home-search-form body .gform_wrapper .datepicker:-ms-input-placeholder,
body .gform_wrapper #home-search-form .datepicker:-ms-input-placeholder,
#home-search-form .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full #home-search-form .ginput_card_field:-ms-input-placeholder {
  color: rgba(15, 44, 109, 0.9);
}

#home-search-form label {
  margin: 0;
}

#home-search-form .radius-select-label {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  #home-search-form .radius-select-label {
    margin-left: 5px;
    min-width: 85px;
  }
}

#home-search-form .radius-select-label select {
  width: 100%;
  border: none !important;
  outline: none !important;
  border-top-right-radius: inherit;
  background: transparent;
  background-image: url(../../resources/images/svg/chevron-orange.svg);
  background-position: calc(100% - 5px) 50%;
  background-repeat: no-repeat;
  background-size: 12px 7px;
  padding: 5px 25px 5px 10px !important;
  height: 36px !important;
  line-height: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  color: #0f2c6d;
  font-weight: 400;
  font-size: 17px;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  #home-search-form .radius-select-label select {
    height: 30px !important;
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  #home-search-form .radius-select-label select {
    font-size: 14px;
  }
}

#home-search-form .radius-select-label select option {
  color: #0f2c6d;
}

#home-search-form .form-btn-wrap {
  margin-left: auto;
}

@media only screen and (max-width: 840px) {
  #home-search-form .form-btn-wrap {
    text-align: center;
    margin-left: 0;
    margin-top: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

#home-search-form .form-btn-wrap .btn,
#home-search-form .form-btn-wrap .gform_next_button,
#home-search-form .form-btn-wrap .gform_previous_button {
  margin-left: 20px;
}

@media only screen and (max-width: 840px) {
  #home-search-form .form-btn-wrap .btn,
  #home-search-form .form-btn-wrap .gform_next_button,
  #home-search-form .form-btn-wrap .gform_previous_button {
    margin-left: 0;
  }
}

.form-pop-up-row {
  top: 30px;
  bottom: 30px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 870px;
}

@media only screen and (max-width: 1024px) {
  .form-pop-up-row {
    max-width: 900px;
  }
}

@media only screen and (max-width: 782px) {
  .form-pop-up-row {
    bottom: 15px;
  }
}

.admin-bar .form-pop-up-row {
  top: 62px;
}

@media only screen and (max-width: 782px) {
  .admin-bar .form-pop-up-row {
    top: 61px;
  }
}

.form-pop-up-row .form-pop-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  overflow: auto;
}

.form-pop-up-row .form-pop-up .form-box {
  position: relative;
}

@media only screen and (max-width: 900px) {
  .form-pop-up-row .form-pop-up .form-box {
    padding-top: 45px;
  }
}

.form-pop-up-row .form-pop-up .form-box .close-form {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

@media only screen and (max-width: 900px) {
  .form-pop-up-row .form-pop-up .form-box .close-form {
    display: block;
  }
}

.form-pop-up-row .form-pop-up .form-box .close-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/close-blue.svg);
}

.form-pop-up-row .form-pop-up.scrolled-pop-up {
  display: block;
}

.vacancy-steps-box {
  margin-top: 40px;
}

.vacancy-steps-box .steps-title {
  margin-bottom: 40px;
}

.steps-slider .slick-arrow {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 100%;
  border: none;
  color: transparent;
  font-size: 0;
  z-index: 5;
  cursor: pointer;
  background: -webkit-linear-gradient(left, #FFF 41.67%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #FFF 41.67%, rgba(255, 255, 255, 0) 100%);
}

.steps-slider .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 24px;
  height: 14px;
  background-size: 24px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-orange.svg);
}

.steps-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
  background: -webkit-linear-gradient(right, #FFF 41.67%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, #FFF 41.67%, rgba(255, 255, 255, 0) 100%);
}

.steps-slider .slick-arrow.slick-next:before {
  left: auto;
  right: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.steps-slider .slick-arrow.slick-disabled {
  cursor: default;
  background: none;
}

.steps-slider .slick-arrow.slick-disabled:before {
  display: none;
}

.step-slide:first-child .step-box .step-text .navi-decor:before {
  display: none;
}

.step-slide:last-child .step-box {
  padding-right: 0;
}

.step-slide:last-child .step-box .step-text .navi-decor:after {
  display: none;
}

.step-box {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-right: 60px;
}

@media only screen and (max-width: 1200px) {
  .step-box {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .step-box {
    padding: 0 50px;
  }
}

.step-box .step-text {
  position: relative;
  padding-top: 45px;
}

.step-box .step-text .navi-decor {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #0f2c6d;
}

.step-box .step-text .navi-decor:before,
.step-box .step-text .navi-decor:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1000px;
  height: 2px;
  background-color: #0f2c6d;
}

.step-box .step-text .navi-decor:before {
  right: 100%;
}

.step-box .step-text .navi-decor:after {
  left: 100%;
}

.step-box .step-text .navi-decor .inner-circle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e65b18;
}

.step-box .step-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.step-box .step-desc p,
.step-box .step-desc li {
  font-size: 14px;
  font-weight: 400;
}

#field_4_1000005 #input_4_1000005 {
  width: 100%;
  height: auto;
  padding: 20px;
  border: 1px dashed #ccc;
  background: rgba(0, 0, 0, 0.02);
}

.rebranding-class.single-vacancies .vac-single-section .post-titles-wrap .post-titles-box {
  position: relative;
  z-index: 10;
}

.rebranding-class.single-vacancies .vac-single-section .post-titles-wrap .post-titles-box .vac-back-link-wrap .back-link {
  color: #FFFAF0;
  font-size: 16px;
  text-transform: none;
  font-weight: 700;
  line-height: 155%;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.rebranding-class.single-vacancies .vac-single-section .post-titles-wrap .post-titles-box .vac-back-link-wrap .back-link:before {
  content: none;
}

.rebranding-class.single-vacancies .vac-single-section .post-titles-wrap .post-titles-box .vac-back-link-wrap .back-link:after {
  opacity: 1;
  top: 10px;
  width: 8px;
  height: 10px;
  background-size: 8px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.rebranding-class.single-vacancies .vac-single-section .post-titles-wrap .post-titles-box .vac-back-link-wrap:hover .back-link {
  color: #FB6113;
}

.rebranding-class.single-vacancies .vac-single-section .post-titles-wrap .post-titles-box .vac-back-link-wrap:hover .back-link:after {
  opacity: 1;
}

.rebranding-class .posts-list-wrap .vacancies-list.inline-items .vacancy-item .post-box:hover .block-content,
.rebranding-class .posts-list-wrap .vacancies-list.inline-items .vacancy-item .post-box:focus .block-content {
  background-color: #27226C;
}

.rebranding-class .posts-list-wrap .vacancies-list.inline-items .vacancy-item .post-box:hover .vacancy-btn-wrap .vac-item-btn,
.rebranding-class .posts-list-wrap .vacancies-list.inline-items .vacancy-item .post-box:focus .vacancy-btn-wrap .vac-item-btn {
  background-color: #FB6113 !important;
}

.rebranding-class .posts-list-wrap .vacancies-list .vacancy-item .post-box {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.rebranding-class .posts-list-wrap .vacancies-list .vacancy-item .post-box .block-content {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.rebranding-class .posts-list-wrap .vacancies-list .vacancy-item .post-box:hover,
.rebranding-class .posts-list-wrap .vacancies-list .vacancy-item .post-box:focus {
  -webkit-filter: drop-shadow(4px 4px 8px rgba(14, 8, 98, 0.2));
  filter: drop-shadow(4px 4px 8px rgba(14, 8, 98, 0.2));
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.rebranding-class .posts-list-wrap .vacancies-list .vacancy-item .post-box:hover .vacancy-btn-wrap .vac-item-btn,
.rebranding-class .posts-list-wrap .vacancies-list .vacancy-item .post-box:focus .vacancy-btn-wrap .vac-item-btn {
  background-color: #25125C !important;
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items {
  margin: 0 -14px;
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items .vacancy-item {
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 28px;
  padding: 0 14px;
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-img-wrap:before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(15, 8, 98, 0.14);
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-img-wrap:after {
  content: none;
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content {
  border-radius: 0 0 5px 5px;
  padding: 10px 10px 15px;
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content .content-block {
  padding-bottom: 20px;
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content .content-block .block-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0 !important;
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content .vacancy-btn-wrap .vac-main-info {
  margin: 0;
  gap: 15px;
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content .vacancy-btn-wrap .vac-main-info span {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content .vacancy-btn-wrap .vac-main-info span.with-icon {
  min-height: 15px !important;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content .vacancy-btn-wrap .vac-main-info span.with-icon:before {
  position: relative;
  top: unset !important;
  left: unset !important;
  width: 15px !important;
  height: 15px !important;
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content .vacancy-btn-wrap .vac-main-info span.with-custom-icon {
  min-height: 15px !important;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content .vacancy-btn-wrap .vac-main-info span.with-custom-icon .custom-icon {
  background-image: url(../../resources/images/svg/company-icon-default.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  background-color: #FB6113;
  position: relative;
  top: unset !important;
  left: unset !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  background-size: 70% 70%;
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content .vacancy-btn-wrap .vac-item-btn {
  width: 30px;
  height: 30px;
  background: #FB6113;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content .vacancy-btn-wrap .vac-item-btn:before {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 8px;
  background-size: 7px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content .vacancy-btn-wrap .vac-item-btn:after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 8px;
  background-size: 7px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-white.svg);
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items .vacancy-item:hover .post-box {
  box-shadow: 4px 4px 8px 0px rgba(14, 8, 98, 0.2);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items .vacancy-item:hover .block-content {
  background-color: #25125C;
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items .vacancy-item:hover .block-content .content-block .block-title {
  color: #fff;
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items .vacancy-item:hover .block-content .vacancy-btn-wrap .vac-main-info span {
  color: #fff;
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items .vacancy-item:hover .block-content .vacancy-btn-wrap .vac-item-btn:before {
  opacity: 0;
}

.rebranding-class .posts-list-wrap .vacancies-list.grid-items .vacancy-item:hover .block-content .vacancy-btn-wrap .vac-item-btn:after {
  opacity: 1;
}

.rebranding-class .posts-list-wrap .vacancies-list.inline-items {
  margin-bottom: 0;
}

.rebranding-class .posts-list-wrap .vacancies-list.inline-items .vacancy-item {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rebranding-class .posts-list-wrap .vacancies-list.inline-items .vacancy-item .block-content {
  padding: 21px 25px;
}

.rebranding-class .posts-list-wrap .vacancies-list.inline-items .vacancy-item .block-content .content-block .block-title {
  font-size: 20px;
}

.rebranding-class .posts-list-wrap .vacancies-list.inline-items .vacancy-item .block-content .vacancy-btn-wrap .vac-main-info {
  margin: 0;
  gap: 30px;
}

.rebranding-class .posts-list-wrap .vacancies-list.inline-items .vacancy-item .block-content .vacancy-btn-wrap .vac-main-info span {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rebranding-class .posts-list-wrap .vacancies-list.inline-items .vacancy-item .block-content .vacancy-btn-wrap .vac-main-info span.with-icon {
  min-height: 25px !important;
  padding-left: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
}

.rebranding-class .posts-list-wrap .vacancies-list.inline-items .vacancy-item .block-content .vacancy-btn-wrap .vac-main-info span.with-icon:before {
  width: 25px !important;
  height: 25px !important;
  top: unset !important;
  position: relative !important;
}

.rebranding-class .posts-list-wrap .vacancies-list.inline-items .vacancy-item .block-content .vacancy-btn-wrap .vac-main-info span.with-icon.windows-icon {
  margin-bottom: 3px;
}

.rebranding-class .posts-list-wrap .vacancies-list.inline-items .vacancy-item .block-content .vacancy-btn-wrap .vac-item-btn {
  width: 50px;
  height: 50px;
  background: #FB6113;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rebranding-class .posts-list-wrap .vacancies-list.inline-items .vacancy-item .block-content .vacancy-btn-wrap .vac-item-btn:before {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 17px;
  background-size: 12px 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
}

.rebranding-class .posts-list-wrap .vacancies-list.inline-items .vacancy-item .block-content .vacancy-btn-wrap .vac-item-btn:after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 17px;
  background-size: 12px 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-white.svg);
}

.rebranding-class .posts-list-wrap .vacancies-list.inline-items .vacancy-item:hover .block-content {
  box-shadow: 4px 4px 8px 0px rgba(14, 8, 98, 0.2);
}

.rebranding-class .posts-list-wrap .vacancies-list.inline-items .vacancy-item:hover .block-content .vacancy-btn-wrap .vac-item-btn {
  background: #FB6113;
}

.rebranding-class .posts-list-wrap .vacancies-list.inline-items .vacancy-item:hover .block-content .vacancy-btn-wrap .vac-item-btn:before {
  opacity: 1;
}

.rebranding-class .posts-list-wrap .vacancies-list.inline-items .vacancy-item:hover .block-content .vacancy-btn-wrap .vac-item-btn:after {
  opacity: 0;
}

.rebranding-class .posts-list-wrap .vacancies-list .overview-banner-item .overview-banner-box {
  border-radius: 10px;
  background: #25125C;
  position: relative;
}

.rebranding-class .posts-list-wrap .vacancies-list .overview-banner-item .overview-banner-box:hover {
  background-color: #25125C;
}

.rebranding-class .posts-list-wrap .vacancies-list .overview-banner-item .overview-banner-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 100%;
  background-size: 75px 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-job-alert-left.svg);
  z-index: 10;
  opacity: 1;
}

.rebranding-class .posts-list-wrap .vacancies-list .overview-banner-item .overview-banner-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 67px;
  height: 100%;
  background-size: 67px 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-job-alert-right.svg);
}

.rebranding-class .posts-list-wrap .vacancies-list .overview-banner-item .overview-banner-box .banner-content .banner-text h2 {
  color: #FFF;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 24px;
}

.rebranding-class .post-content-section.vac-content-section .post-data-wrapper .vac-main-data-wrapper .vac-main-data-box {
  padding: 20px 20px 20px 40px;
}

@media (max-width: 767px) {
  .rebranding-class .post-content-section.vac-content-section .post-data-wrapper .vac-main-data-wrapper .vac-main-data-box {
    padding: 20px;
  }
}

.rebranding-class .post-content-section.vac-content-section .post-data-wrapper .vac-main-data-wrapper .vac-main-data-box .vac-main-info-block {
  margin-bottom: 0;
}

.rebranding-class .post-content-section.vac-content-section .post-data-wrapper .vac-main-data-wrapper .vac-main-data-box .vac-main-info-block .vac-main-info {
  margin: 0;
  gap: 30px;
}

.rebranding-class .post-content-section.vac-content-section .post-data-wrapper .vac-main-data-wrapper .vac-main-data-box .vac-main-info-block .vac-main-info .vac-info-item {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.rebranding-class .post-content-section.vac-content-section .post-data-wrapper .vac-main-data-wrapper .vac-main-data-box .vac-main-info-block .vac-main-info .vac-info-item.with-icon {
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
}

.rebranding-class .post-content-section.vac-content-section .post-data-wrapper .vac-main-data-wrapper .vac-main-data-box .vac-main-info-block .vac-main-info .vac-info-item.with-icon:before {
  top: unset !important;
  left: unset !important;
  position: relative !important;
  margin-top: 3px !important;
}

.rebranding-class .post-content-section.vac-content-section .post-data-wrapper .vac-main-data-wrapper .vac-main-data-box .vac-main-info-block .vac-main-info .vac-info-item.with-icon.windows-icon:before {
  margin-top: -3px !important;
}

.rebranding-class .post-content-section.vac-content-section .post-data-wrapper .vac-main-data-wrapper .vac-main-data-box .vac-main-info-block .vac-main-info .vac-info-item.with-custom-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
}

.rebranding-class .post-content-section.vac-content-section .post-data-wrapper .vac-main-data-wrapper .vac-main-data-box .vac-main-info-block .vac-main-info .vac-info-item.with-custom-icon .custom-icon {
  margin-top: 3px !important;
  background-image: url(../../resources/images/svg/company-icon-default.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  background-color: #FB6113;
  position: relative;
  top: unset !important;
  left: unset !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50%;
  background-size: 75% 75%;
}

@media (max-width: 1200px) {
  .rebranding-class .post-content-section.vac-content-section .post-data-wrapper .vac-main-data-wrapper .vac-main-data-box .vac-main-info-block .vac-main-info .vac-info-item.with-custom-icon .custom-icon {
    width: 20px !important;
    height: 20px !important;
  }
}

.rebranding-class .post-content-section.vac-content-section .post-data-wrapper .vac-main-data-wrapper .vac-main-data-box .vac-apply-button-block {
  margin-bottom: 0;
}

.rebranding-class .post-content-section.vac-content-section .post-data-wrapper .vac-main-data-wrapper .vac-main-data-box .vac-apply-button-block .vac-apply-button-box {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .rebranding-class .post-content-section.vac-content-section .post-data-wrapper .vac-main-data-wrapper .vac-main-data-box .vac-apply-button-block .vac-apply-button-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
  }
}

.rebranding-class .post-content-section.vac-content-section .post-data-wrapper .vac-main-data-wrapper .vac-main-data-box .vac-apply-button-block .vac-apply-button-box .vac-apply-label {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.rebranding-class .post-content-section.vac-content-section .post-data-wrapper .vac-main-data-wrapper .vac-main-data-box .vac-apply-button-block .vac-apply-button-box .apply-btn {
  margin-bottom: 0;
}

.rebranding-class .post-content-section.vac-content-section .post-data-wrapper .post-content-wrap {
  margin-top: -175px;
  padding: 0 0 50px;
}

.rebranding-class .post-content-section.vac-content-section .post-data-wrapper .post-content-wrap .vac-content-wrap .vacancy-content-wrap .vacancy-content {
  padding: 50px;
}

@media (max-width: 991px) {
  .rebranding-class .post-content-section.vac-content-section .post-data-wrapper .post-content-wrap .vac-content-wrap .vacancy-content-wrap .vacancy-content {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .rebranding-class .post-content-section.vac-content-section .post-data-wrapper .post-content-wrap .vac-content-wrap .vacancy-content-wrap .vacancy-content {
    padding: 20px;
  }
}

.rebranding-class .post-content-section.vac-content-section .post-data-wrapper .post-content-wrap .vac-content-wrap .vacancy-content-wrap .vacancy-content .vac-content-text h3 {
  font-size: 16px;
}

.rebranding-class .post-content-section.vac-content-section .post-data-wrapper .post-content-wrap .vac-content-wrap .vacancy-content-wrap .vacancy-content .vac-content-text p {
  margin-bottom: 20px;
}

.rebranding-class .post-content-section.vac-content-section .post-data-wrapper .post-content-wrap .vac-content-wrap .vacancy-content-wrap .vacancy-content .vac-content-text p strong {
  margin-bottom: 20px;
}

.rebranding-class .post-content-section.vac-content-section .post-data-wrapper .post-content-wrap .vac-content-wrap .vacancy-content-wrap .vacancy-content .vac-content-text p.with-strong br {
  display: none;
}

.rebranding-class .post-content-section .vacancy-steps-box {
  margin-top: 20px;
}

.rebranding-class .post-content-section .vacancy-steps-box .steps-slider-wrap .steps-slider .step-box .navi-decor {
  border: none;
  width: 12px;
  height: 17px;
  background-size: 12px 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
  border-radius: 0;
  background-color: transparent;
}

.rebranding-class .post-content-section .vacancy-steps-box .steps-slider-wrap .steps-slider .step-box .navi-decor .inner-circle {
  display: none;
}

.rebranding-class .post-content-section .vacancy-steps-box .steps-slider-wrap .steps-slider .step-box .navi-decor:before,
.rebranding-class .post-content-section .vacancy-steps-box .steps-slider-wrap .steps-slider .step-box .navi-decor:after {
  background-color: #25125C;
}

.rebranding-class .post-content-section .vacancy-steps-box .steps-slider-wrap .steps-slider .step-box .step-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.rebranding-class .post-content-section .vacancy-steps-box .steps-slider-wrap .steps-slider .slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 4px;
  width: 50px;
  height: 50px;
  background-color: #25125C;
  z-index: 5;
}

.rebranding-class .post-content-section .vacancy-steps-box .steps-slider-wrap .steps-slider .slick-arrow:before {
  z-index: 10;
  width: 9px;
  height: 15px;
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
}

.rebranding-class .post-content-section .vacancy-steps-box .steps-slider-wrap .steps-slider .slick-arrow.slick-disabled:after {
  display: none;
}

.rebranding-class .post-content-section .vacancy-steps-box .steps-slider-wrap .steps-slider .slick-arrow.slick-prev:after {
  left: 0;
}

.rebranding-class .post-content-section .vacancy-steps-box .steps-slider-wrap .steps-slider .slick-arrow.slick-prev:before {
  left: 25px;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
}

.rebranding-class .post-content-section .vacancy-steps-box .steps-slider-wrap .steps-slider .slick-arrow.slick-next:after {
  right: 0;
}

.rebranding-class .post-content-section .vacancy-steps-box .steps-slider-wrap .steps-slider .slick-arrow.slick-next:before {
  right: 15px;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.rebranding-class .post-content-section .vac-apply-bottom-box {
  margin-top: 60px;
  gap: 20px;
}

.rebranding-class .post-content-section .vac-apply-bottom-box .vac-apply-label {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.rebranding-class .post-content-section .vac-apply-bottom-box .apply-btn {
  margin-bottom: 0;
}

.rebranding-class .post-content-section .vac-back-link-wrap.bottom-link .back-link {
  color: #25125C;
  font-size: 16px;
  text-transform: none;
  font-weight: 700;
  line-height: 155%;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.rebranding-class .post-content-section .vac-back-link-wrap.bottom-link .back-link:before {
  content: none;
}

.rebranding-class .post-content-section .vac-back-link-wrap.bottom-link .back-link:after {
  opacity: 1;
  top: 10px;
  width: 8px;
  height: 10px;
  background-size: 8px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-color: transparent;
}

.rebranding-class .post-content-section .vac-back-link-wrap.bottom-link:hover .back-link {
  color: #FB6113;
}

.rebranding-class .post-content-section .vac-back-link-wrap.bottom-link:hover .back-link:after {
  opacity: 1;
}

.rebranding-class .post-content-section .vac-sidebar-wrap .vac-sidebar .recruiter-box {
  border-radius: 10px;
  min-height: 370px;
  background-size: cover;
}

.rebranding-class .post-content-section .vac-sidebar-wrap .vac-sidebar .recruiter-box:before {
  background: -webkit-linear-gradient(top, rgba(15, 8, 98, 0.08) 0%, rgba(15, 8, 98, 0.45) 100%);
  background: linear-gradient(180deg, rgba(15, 8, 98, 0.08) 0%, rgba(15, 8, 98, 0.45) 100%);
}

.rebranding-class .post-content-section .vac-sidebar-wrap .vac-sidebar .recruiter-box .recruiter-info .recruiter-function {
  font-size: 16px;
  font-weight: 400;
}

.rebranding-class .post-content-section .vac-sidebar-wrap .vac-sidebar .recruiter-box .recruiter-contacts .rec-contact-icon.email-icon:before {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-email-orange.svg);
}

.rebranding-class .post-content-section .vac-sidebar-wrap .vac-sidebar .recruiter-box .recruiter-contacts .rec-contact-icon.phone-icon:before {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-phone-orange.svg);
}

.rebranding-class .post-content-section .vac-sidebar-wrap .vac-sidebar .recruiter-box .recruiter-contacts .rec-contact-icon.watsapp-icon:before {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-watsapp-orange.svg);
}

.rebranding-class .post-content-section .vac-sidebar-wrap .vac-sidebar .recent-vac-item {
  border-radius: 10px;
}

.rebranding-class .post-content-section .vac-sidebar-wrap .vac-sidebar .recent-vac-item .recent-vacancies-box {
  padding: 0px 30px 0px;
  margin: 0;
  font-size: 20px;
}

.rebranding-class .post-content-section .vac-sidebar-wrap .vac-sidebar .recent-vac-item .recent-vacancies-box h5 {
  padding: 30px 0 15px;
  margin: 0;
}

.rebranding-class .post-content-section .vac-sidebar-wrap .vac-sidebar .recent-vac-item .recent-vacancies-box h5:after {
  top: 65%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 12px;
  background-size: 17px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-down-orange.svg);
}

.rebranding-class .post-content-section .vac-sidebar-wrap .vac-sidebar .recent-vac-item .recent-vacancies-box.recent-opened h5 {
  padding: 30px 0 15px;
  margin: 0;
}

.rebranding-class .post-content-section .vac-sidebar-wrap .vac-sidebar .recent-vac-item .recent-vacancies-box.recent-opened h5:after {
  top: 65%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.rebranding-class .post-content-section .vac-sidebar-wrap .vac-sidebar .recent-vac-item .recent-vacancies-list .recent-vacancy {
  border-top: 1px solid rgba(15, 8, 98, 0.1);
}

.rebranding-class .post-content-section .vac-sidebar-wrap .vac-sidebar .recent-vac-item .recent-vacancies-list .recent-vacancy .rec-vac-link {
  padding: 25px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 155%;
  text-transform: none;
  padding-right: 30px;
}

.rebranding-class .post-content-section .vac-sidebar-wrap .vac-sidebar .recent-vac-item .recent-vacancies-list .recent-vacancy .rec-vac-link:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 17px;
  background-size: 13px 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
}

.rebranding-class .post-content-section .vac-sidebar-wrap .vac-sidebar .recent-vac-item .recent-vacancies-list .recent-vacancy .rec-vac-link:hover {
  color: #FB6113;
}

.rebranding-class .vacancies-section .inline-items .vacancy-item .block-content {
  background-color: #25125C;
}

.rebranding-class .vacancies-section .inline-items .vacancy-item .block-content .content-block .block-title {
  color: #fff !important;
}

.rebranding-class .vacancies-section .inline-items .vacancy-item .block-content .vacancy-btn-wrap .vac-main-info .vac-info-item {
  color: #fff;
}

.rebranding-class .vacancies-section .inline-items .vacancy-item:hover .block-content {
  box-shadow: 4px 4px 8px 0px rgba(14, 8, 98, 0.2);
}

.rebranding-class .vacancies-section .inline-items .vacancy-item:hover .block-content .vacancy-btn-wrap .vac-item-btn {
  background: #25125C;
}

.rebranding-class .vacancies-section .inline-items .vacancy-item:hover .block-content .vacancy-btn-wrap .vac-item-btn:before {
  opacity: 1;
}

.rebranding-class .vacancies-section .inline-items .vacancy-item:hover .block-content .vacancy-btn-wrap .vac-item-btn:after {
  opacity: 0;
}

.rebranding-class .vacancies-section .posts-list-wrap .vacancies-list .vacancy-item .block-content {
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.rebranding-class .vacancies-section .posts-list-wrap .vacancies-list .vacancy-item .block-content .block-title {
  text-transform: none;
}

.rebranding-class .vacancies-section .posts-list-wrap .vacancies-list .vacancy-item .block-content .vacancy-btn-wrap .vac-main-info .vac-info-item {
  font-size: 16px;
}

.rebranding-class .vacancies-section .posts-list-wrap .vacancies-list .vacancy-item .block-content .vacancy-btn-wrap .vac-item-btn {
  border-radius: 5px;
  background-color: #FED268;
}

.rebranding-class .vacancies-section .posts-list-wrap .vacancies-list .vacancy-item .block-content .vacancy-btn-wrap .vac-item-btn:before {
  content: none;
}

.rebranding-class .vacancies-section .posts-list-wrap .vacancies-list .vacancy-item .block-content .vacancy-btn-wrap .vac-item-btn:after {
  opacity: 1;
  width: 14px;
  height: 17px;
  background-size: 14px 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-btn.svg);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rebranding-class .vacancies-section .posts-list-wrap .vacancies-list .vacancy-item:hover .block-content .vacancy-btn-wrap .vac-item-btn {
  background-color: #FED268;
}

.rebranding-class .vacancies-section .posts-list-wrap .vacancies-list .vacancy-item:hover .block-content .vacancy-btn-wrap .vac-item-btn:before {
  opacity: 0;
}

.rebranding-class .vacancies-section .posts-list-wrap .vacancies-list .vacancy-item:hover .block-content .vacancy-btn-wrap .vac-item-btn:after {
  opacity: 1;
}

.rebranding-class .vacancies-section .vac-section-btn-wrap .more-link:after {
  top: calc(50% - 4px);
}

.rebranding-class .relation-vacancies .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-img-wrap .block-image {
  padding-top: 72%;
}

.rebranding-class .relation-vacancies .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content {
  padding: 30px;
}

.rebranding-class .relation-vacancies .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content .content-block {
  padding-bottom: 10px;
}

.rebranding-class .relation-vacancies .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content .content-block .block-title {
  font-size: 20px !important;
}

.rebranding-class .relation-vacancies .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content .vacancy-btn-wrap .vac-main-info span {
  font-size: 16px;
  line-height: normal;
}

.rebranding-class .relation-vacancies .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content .vacancy-btn-wrap .vac-main-info span.with-icon {
  padding-left: 0px;
}

.rebranding-class .relation-vacancies .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content .vacancy-btn-wrap .vac-main-info span.with-icon:before {
  width: 24px !important;
  height: 24px !important;
  top: 3px !important;
}

.rebranding-class .relation-vacancies .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content .vacancy-btn-wrap .vac-main-info span.with-custom-icon {
  padding-left: 0px;
}

.rebranding-class .relation-vacancies .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content .vacancy-btn-wrap .vac-main-info span.with-custom-icon .custom-icon {
  width: 24px !important;
  height: 24px !important;
  margin-top: 3px;
}

.rebranding-class .relation-vacancies .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content .vacancy-btn-wrap .vac-item-btn {
  width: 50px;
  height: 50px;
}

.rebranding-class .relation-vacancies .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content .vacancy-btn-wrap .vac-item-btn:before {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 17px;
  background-size: 12px 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
}

.rebranding-class .relation-vacancies .posts-list-wrap .vacancies-list.grid-items .vacancy-item .block-content .vacancy-btn-wrap .vac-item-btn:after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 17px;
  background-size: 12px 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-white.svg);
}

.rebranding-class .relation-vacancies .posts-list-wrap .vacancies-list.grid-items .vacancy-item:hover .vacancy-btn-wrap .vac-item-btn:before {
  opacity: 1;
}

@media (max-width: 991px) {
  .post-type-archive-vacancies.rebranding-class {
    background-color: rgba(254, 210, 104, 0.2);
  }
}

.post-type-archive-vacancies.rebranding-class .site-wrapper {
  position: relative;
}

.post-type-archive-vacancies.rebranding-class .main {
  position: relative;
  z-index: 10;
}

.post-type-archive-vacancies.rebranding-class .main:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  width: 380px;
  height: 100%;
  background-size: 380px 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-single-bg-left.svg);
  background-size: cover;
}

@media (max-width: 991px) {
  .post-type-archive-vacancies.rebranding-class .main:before {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/flexspecialisten_pijl_white.svg);
    background-size: 100vh 100%;
  }
}

.post-type-archive-vacancies.rebranding-class .header-section {
  margin-bottom: 130px;
}

@media (max-width: 1200px) {
  .post-type-archive-vacancies.rebranding-class .header-section {
    margin-bottom: 120px;
  }
}

@media (max-width: 771px) {
  .post-type-archive-vacancies.rebranding-class .header-section {
    margin-bottom: 80px;
  }
}

.post-type-archive-vacancies.rebranding-class .header-line {
  background-color: #25125C;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-top-section {
  padding-top: 100px;
  margin-bottom: 40px;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-top-section .vac-overview-desc {
  margin-bottom: 55px;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-top-section .vac-overview-desc h1,
.post-type-archive-vacancies.rebranding-class .vacancies-overview-top-section .vac-overview-desc .overview-banner-item .banner-text h2,
.overview-banner-item .banner-text .post-type-archive-vacancies.rebranding-class .vacancies-overview-top-section .vac-overview-desc h2 {
  color: #25125C;
  font-size: 46px;
  font-weight: 700;
  line-height: 110%;
}

.post-type-archive-vacancies.rebranding-class .posts-found-line {
  border-color: rgba(15, 8, 98, 0.1);
  padding-bottom: 20px;
  margin: 0;
}

.post-type-archive-vacancies.rebranding-class .posts-found-line .found-item {
  margin-bottom: 0;
}

.post-type-archive-vacancies.rebranding-class .posts-found-line span {
  color: #25125C;
  font-size: 16px;
  font-weight: 700;
  line-height: 155%;
}

.post-type-archive-vacancies.rebranding-class .active-filters-wrapper {
  padding: 15px 0;
  border-bottom: 1px solid rgba(15, 8, 98, 0.1);
}

.post-type-archive-vacancies.rebranding-class .active-filters-wrapper .active-filters-line {
  margin: 0;
}

.post-type-archive-vacancies.rebranding-class .active-filters-wrapper .active-filters-line:after {
  content: none;
}

.post-type-archive-vacancies.rebranding-class .active-filters-wrapper .active-filters-line .active-item {
  margin: 0;
}

.post-type-archive-vacancies.rebranding-class .active-filters-wrapper .active-filters-line .active-item.active-label {
  color: #25125C;
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
}

.post-type-archive-vacancies.rebranding-class .active-filters-wrapper .active-filters-line .active-item.remove-filters-link {
  color: #25125C;
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
  text-decoration: none;
}

.post-type-archive-vacancies.rebranding-class .active-filters-wrapper .active-filters-line .active-filters-box {
  margin-left: 55px;
}

.post-type-archive-vacancies.rebranding-class .active-filters-wrapper .active-filters-line .active-filters-box .active-filters {
  margin: 0;
  gap: 20px;
}

.post-type-archive-vacancies.rebranding-class .active-filters-wrapper .active-filters-line .active-filters-box .active-filters .active-filter-btn {
  margin: 0;
  border-radius: 3.75px;
  background: #FED268;
  color: #25125C;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 5px 35px 6px 10px;
}

.post-type-archive-vacancies.rebranding-class .active-filters-wrapper .active-filters-line .active-filters-box .active-filters .active-filter-btn:before,
.post-type-archive-vacancies.rebranding-class .active-filters-wrapper .active-filters-line .active-filters-box .active-filters .active-filter-btn:after {
  top: calc(50% - 6px);
  right: 14px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.post-type-archive-vacancies.rebranding-class .active-filters-wrapper .active-filters-line .active-filters-box .active-filters .active-filter-btn:before {
  width: 12px;
  height: 14px;
  background-size: 12px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-trash-blue.svg);
}

.post-type-archive-vacancies.rebranding-class .active-filters-wrapper .active-filters-line .active-filters-box .active-filters .active-filter-btn:after {
  width: 12px;
  height: 14px;
  background-size: 12px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-trash-orange.svg);
}

.post-type-archive-vacancies.rebranding-class .active-filters-wrapper .active-filters-line .active-filters-box .active-filters .active-filter-btn:hover {
  color: #FB6113;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .view-options-line {
  position: relative;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .view-options-line .separator {
  width: 1px;
  height: 25px;
  background-color: #25125C;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .view-options-line .view-switcher {
  margin: 0;
  color: #25125C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .view-options-line .view-switcher:before,
.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .view-options-line .view-switcher:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .view-options-line .view-switcher.list-view {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .view-options-line .view-switcher.list-view:before {
  width: 18px;
  height: 16px;
  background-size: 18px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-list-blue.svg);
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .view-options-line .view-switcher.list-view:after {
  width: 18px;
  height: 16px;
  background-size: 18px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-list-orange.svg);
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .view-options-line .view-switcher.grid-view {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .view-options-line .view-switcher.grid-view:before {
  width: 22px;
  height: 16px;
  background-size: 22px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-grid-blue.svg);
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .view-options-line .view-switcher.grid-view:after {
  width: 22px;
  height: 16px;
  background-size: 22px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-grid-orange.svg);
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar {
  background: #25125C;
  padding: 0 16px;
}

@media (max-width: 991px) {
  .post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar {
    margin-top: 35px;
  }
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line.location-line .radius-wrap {
  border-left: none !important;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line.location-line .radius-wrap:after {
  content: "";
  display: block;
  top: 16px;
  left: 0px;
  width: 1px;
  background: rgba(255, 255, 255, 0.25);
  height: calc(100% - 32px);
  position: absolute;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line.location-line .radius-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../../resources/images/svg/new-chevron-down-orange.svg) no-repeat right center;
  padding-right: 30px;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line input,
.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line body .gform_wrapper .datepicker,
body .gform_wrapper .post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .datepicker,
.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .ginput_card_field {
  padding: 0 !important;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line input::-webkit-input-placeholder,
.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line body .gform_wrapper .datepicker::-webkit-input-placeholder,
body .gform_wrapper .post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .datepicker::-webkit-input-placeholder,
.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .ginput_card_field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line input::-moz-placeholder,
.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line body .gform_wrapper .datepicker::-moz-placeholder,
body .gform_wrapper .post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .datepicker::-moz-placeholder,
.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field::-moz-placeholder,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .ginput_card_field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line input:-ms-input-placeholder,
.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line body .gform_wrapper .datepicker:-ms-input-placeholder,
body .gform_wrapper .post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .datepicker:-ms-input-placeholder,
.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .ginput_card_field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line input::-ms-input-placeholder,
.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line body .gform_wrapper .datepicker::-ms-input-placeholder,
body .gform_wrapper .post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .datepicker::-ms-input-placeholder,
.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field::-ms-input-placeholder,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .ginput_card_field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line input::placeholder,
.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line body .gform_wrapper .datepicker::placeholder,
body .gform_wrapper .post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .datepicker::placeholder,
.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .ginput_card_field::placeholder,
.gform_wrapper.gravity-theme .gfield_creditcard_warning .ginput_complex .ginput_full .post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .ginput_card_field::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .filter-name {
  padding-left: 0;
  padding-right: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 155%;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .filter-name:before {
  content: none;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .filter-name:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 8px;
  background-size: 11px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-down-orange.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .filter-checkboxes {
  padding-left: 0;
  padding-right: 0;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .filter-checkboxes .checkbox-wrapper {
  position: relative;
  padding-left: 30px;
  margin-bottom: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .filter-checkboxes .checkbox-wrapper .filter-checkbox:checked + .checkbox {
  border-color: #FB6113;
  background-color: #FB6113;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .filter-checkboxes .checkbox-wrapper .filter-checkbox:checked + .checkbox:after {
  opacity: 1;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .filter-checkboxes .checkbox-wrapper .checkbox {
  top: calc(50% - 7.5px);
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .filter-checkboxes .checkbox-wrapper .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .filter-checkboxes .checkbox-wrapper:hover:not(.disabled) .checkbox {
  border-color: #FB6113;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .filter-checkboxes .checkbox-wrapper.hide-label {
  display: none !important;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line .filter-checkboxes .checkbox-wrapper.disabled {
  opacity: 0.5;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line.opened .filter-name:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line.tax-vacancies_lang {
  display: none;
  margin-bottom: 15px;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line.tax-vacancies_lang .filter-checkboxes-holder {
  display: block !important;
  border-radius: 4px;
  background: transparent;
  border: 1px solid #25125C;
  padding: 0;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line.tax-vacancies_lang .filter-checkboxes-holder .filter-checkboxes {
  padding: 0;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line.tax-vacancies_lang .filter-checkboxes-holder .filter-checkboxes .checkbox-wrapper {
  margin-bottom: 0;
  padding: 5px 0;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line.tax-vacancies_lang .filter-checkboxes-holder .filter-checkboxes .checkbox-wrapper .checkbox {
  background: transparent;
  top: 0;
  border-radius: 4px;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line.tax-vacancies_lang .filter-checkboxes-holder .filter-checkboxes .checkbox-wrapper .tax-lang-img.windows-icon {
  margin-bottom: 3px;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line.tax-vacancies_lang .filter-checkboxes-holder .filter-checkboxes .checkbox-wrapper .text {
  color: #25125C;
  font-size: 14px;
  font-weight: 400;
  line-height: 155%;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line.tax-vacancies_lang .filter-checkboxes-holder .filter-checkboxes .checkbox-wrapper .filter-checkbox:checked + .checkbox {
  background: #25125C;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .filters-sidebar-item .filter-sidebar .filter-line.tax-vacancies_lang .filter-checkboxes-holder .filter-checkboxes .checkbox-wrapper .filter-checkbox:checked + .checkbox + .tax-lang-img + .text {
  color: #fff !important;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .story-banner .story-banner-wrap .block-img-wrap {
  border-radius: 10px;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .story-banner .story-banner-wrap .story-banner-info {
  position: relative;
  border-radius: 5px 0px 0px 5px;
  background: #FED268;
  padding: 14px 30px 14px 25px;
  text-align: left;
  margin: 0 35px 0 0;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .story-banner .story-banner-wrap .story-banner-info:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -18px;
  width: 19px;
  height: 100%;
  background-size: 19px 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-sectors-arrow-gold.svg);
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .story-banner .story-banner-wrap .story-banner-info .story-banner-title {
  color: #25125C;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .story-banner .story-banner-wrap .story-banner-info .simple-link {
  color: #25125C;
  font-size: 17px;
  font-weight: 700;
  line-height: 150%;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vac-overview-sidebar-wrap .story-banner .story-banner-wrap .story-banner-info .simple-link:after {
  top: unset;
  bottom: 7px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 8px;
  height: 10px;
  background-size: 8px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vacancies-list.inline-items .vacancy-item .post-box .block-content {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vacancies-list.inline-items .vacancy-item .post-box:hover .block-content,
.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vacancies-list.inline-items .vacancy-item .post-box:focus .block-content {
  background: #25125C;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vacancies-list.inline-items .vacancy-item .post-box:hover .block-content .content-block .posts-titles-box .block-title,
.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vacancies-list.inline-items .vacancy-item .post-box:focus .block-content .content-block .posts-titles-box .block-title {
  color: #fff;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vacancies-list.inline-items .vacancy-item .post-box:hover .block-content .vac-main-info span,
.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vacancies-list.inline-items .vacancy-item .post-box:focus .block-content .vac-main-info span {
  color: #fff;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vacancies-list.inline-items .vacancy-item .post-box:hover .block-content .vac-item-btn:before,
.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vacancies-list.inline-items .vacancy-item .post-box:focus .block-content .vac-item-btn:before {
  display: none;
}

.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vacancies-list.inline-items .vacancy-item .post-box:hover .block-content .vac-item-btn:after,
.post-type-archive-vacancies.rebranding-class .vacancies-overview-section .vacancies-list.inline-items .vacancy-item .post-box:focus .block-content .vac-item-btn:after {
  opacity: 1;
  visibility: visible;
}

.post-type-archive-vacancies.rebranding-class .story-bottom .story-banner-wrap .block-img-wrap {
  border-radius: 10px;
}

.post-type-archive-vacancies.rebranding-class .story-bottom .story-banner-wrap .story-banner-info {
  position: relative;
  border-radius: 5px 0px 0px 5px;
  background: #FED268;
  padding: 14px 30px 14px 25px;
  text-align: left;
  margin: 0 20px 0 0;
}

.post-type-archive-vacancies.rebranding-class .story-bottom .story-banner-wrap .story-banner-info:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -18px;
  width: 19px;
  height: 100%;
  background-size: 19px 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-sectors-arrow-gold.svg);
}

.post-type-archive-vacancies.rebranding-class .story-bottom .story-banner-wrap .story-banner-info .story-banner-title {
  color: #25125C;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

.post-type-archive-vacancies.rebranding-class .story-bottom .story-banner-wrap .story-banner-info .simple-link {
  color: #25125C;
  font-size: 17px;
  font-weight: 700;
  line-height: 150%;
}

.post-type-archive-vacancies.rebranding-class .story-bottom .story-banner-wrap .story-banner-info .simple-link:after {
  top: unset;
  bottom: 7px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 8px;
  height: 10px;
  background-size: 8px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/new-chevron-right-orange.svg);
}

html[lang=nl-Nl] body .tax-vacancies_lang {
  display: block !important;
}

.search-form-website {
  position: relative;
}

.search-form-website .sub-title {
  position: relative;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  margin-bottom: 5px;
  padding-left: 17px;
}

.search-form-website .sub-title:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e65b18;
}

.search-form-website .search-input {
  width: 100%;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #e65b18;
  border-radius: 0 !important;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  outline: none;
  padding: 15px 50px 15px 20px;
}

.search-form-website .clear-btn {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 22px;
  height: 28px;
  background-size: 22px 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-cross.svg);
}

.search-form-website .clear-btn:hover,
.search-form-website .clear-btn:focus {
  opacity: 1;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.loop-search {
  border-bottom: 1px solid rgba(15, 44, 109, 0.05);
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.loop-search:last-child {
  margin-bottom: 0;
}

.loop-search .title {
  margin-bottom: 10px;
}

.loop-search .excerpt-wrapper {
  margin-bottom: 5px;
}

.rebranding-class .search-input {
  margin-top: 25px;
  width: 100%;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #FB6113;
  border-radius: 5px !important;
  height: 60px;
  outline: none;
  color: #25125C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 24.8px */
}

.rebranding-class .clear-btn {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 22px;
  height: 28px;
  background-size: 22px 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-cross-dark.svg);
}

.rebranding-class .clear-btn:hover,
.rebranding-class .clear-btn:focus {
  opacity: 1;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rebranding-class .loop-search {
  border-bottom: 1px solid rgba(15, 8, 98, 0.1);
  padding-bottom: 20px;
  margin-bottom: 45px;
}

.rebranding-class .loop-search:last-child {
  margin-bottom: 0;
}

.rebranding-class .loop-search .title {
  margin-bottom: 10px;
  padding-left: 15px;
}

.rebranding-class .loop-search .excerpt-wrapper {
  margin-bottom: 10px;
}

.rebranding-class .loop-search .link-btn {
  padding-left: 15px;
  color: #25125C;
  font-size: 17px;
  font-weight: 700;
  line-height: 100%;
  /* 17px */
}

.search.rebranding-class .header.header-type-1 {
  background-color: #25125C;
}

.search.rebranding-class .main-search-page {
  padding-top: 225px;
}

@media (max-width: 991px) {
  .search.rebranding-class .main-search-page {
    padding-top: 145px;
  }
}