@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300i,400,400i,600,600i,700,700i&display=swap");
/* ---------------------------------- System Colors ----------------------------------  */
/* Material Icons */
.mdi {
  /* Required */
  font-family: "Material Design Icons";
  vertical-align: middle;
  /* Rules for sizing the icon. */
  /* Rules for using icons as black on a light background. */
  /* Rules for using icons as white on a dark background. */
}
.mdi-18 {
  font-size: 18px;
}
.mdi-20 {
  font-size: 20px;
}
.mdi-24 {
  font-size: 24px;
}
.mdi-30 {
  font-size: 30px;
}
.mdi-36 {
  font-size: 36px;
}
.mdi-48 {
  font-size: 48px;
}
.mdi.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.mdi.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.mdi.md-light {
  color: rgb(255, 255, 255);
}
.mdi.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/* ---------------------------------- HTML5 Tags ----------------------------------  */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* ---------------------------------- Form Error ---------------------------------- */
select.error, input[type=text].error, input[type=password].error, input[type=email].error, input[type=tel].error, textarea.error, button.error {
  border: solid 1px #D14646;
}

.errormsg {
  font-weight: normal;
  color: #fff;
  background-color: #D14646;
  padding: 5px 15px;
  line-height: 20px;
  white-space: nowrap;
}
.errormsg .arrow {
  display: none;
  z-index: 1;
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #D14646;
}

/* ---------------------------------- Responsive items ---------------------------------- */
table, img, iframe {
  max-width: 100%;
  height: auto;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

.img-responsive, .vdo-responsive {
  width: 100%;
  display: block;
}

.img-hidden {
  visibility: hidden;
}

/* ---------------------------------- Fluid Youtube Video ---------------------------------- */
.vdowrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.vdowrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------- Main ---------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans";
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 15px;
}
body:after {
  content: "desktop";
  display: none;
}

@media (max-width: 992px) {
  body:after {
    content: "tablet";
  }
}
@media (max-width: 768px) {
  body:after {
    content: "tablet";
  }
}
@media (max-width: 576px) {
  body:after {
    content: "mobile";
  }
}
@media (max-width: 320px) {
  body:after {
    content: "mobile";
  }
}
.left {
  float: left;
}

.right {
  float: right;
}

.clr {
  clear: both;
}

.point {
  cursor: pointer;
}

.anchor {
  padding-top: 40px;
  margin-top: -40px;
}

.border {
  border: solid 1px #D14646;
}

*:focus {
  outline: none !important;
}

.container {
  max-width: 1200px;
}

/* ---------------------------------- H1, H2, H3 ---------------------------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-weight: 700;
  color: #262A2D;
  overflow: hidden;
  text-overflow: ellipsis;
}

h1, .h1 {
  font-size: 27px;
  line-height: 35px;
  margin-bottom: 10px;
}

h2, .h2 {
  font-size: 17px;
  line-height: 24px;
  font-weight: normal;
}

h3, .h3 {
  font-size: 18px;
  line-height: 26px;
}

h4, .h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

h5, .h5 {
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 576px) {
  h1, .h1 {
    font-size: 22px;
    line-height: 31px;
  }
  h2, .h2 {
    font-size: 15px !important;
    line-height: 22.5px !important;
  }
}
hr {
  color: #4C5860;
}

/* ---------------------------------- Breadcrumb ---------------------------------- */
.breadcrumb {
  padding: 0;
  background-color: transparent;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb .divider img {
  margin-top: -4px;
}
.breadcrumb .active {
  color: #000;
  text-decoration: underline;
}

/* ---------------------------------- Helper ---------------------------------- */
.helper {
  color: #b7b7b7;
  font-size: 12px;
}

/* ---------------------------------- Helpbox ---------------------------------- */
.helpbox {
  cursor: pointer;
  color: #ebb257;
  margin-top: -5px !important;
  margin-left: 10px;
  font-size: 15px;
}

.checkbox.big .helpbox {
  position: absolute;
  right: 25px;
  margin-left: 0;
  font-size: 18px;
}

/* ---------------------------------- Input ---------------------------------- */
::-moz-placeholder {
  color: rgba(38, 42, 45, 0.2) !important;
  opacity: 1 !important;
  font-size: 14px;
}
::placeholder {
  color: rgba(38, 42, 45, 0.2) !important;
  opacity: 1 !important;
  font-size: 14px;
}

::-webkit-input-placeholder {
  color: rgba(38, 42, 45, 0.2) !important;
  opacity: 1 !important;
  font-size: 14px;
}

:-moz-placeholder {
  color: rgba(38, 42, 45, 0.2) !important;
  opacity: 1 !important;
  font-size: 14px;
}

::-moz-placeholder {
  color: rgba(38, 42, 45, 0.2) !important;
  opacity: 1 !important;
  font-size: 14px;
}

:-ms-input-placeholder {
  color: rgba(38, 42, 45, 0.2) !important;
  opacity: 1 !important;
  font-size: 14px;
}

input[type=button], input[type=submit] {
  border-radius: 0;
}

input[type=tel], input[type=email], input[type=number], input[type=text], input[type=password], input[type=search], textarea {
  font-size: 14px;
  padding: 5px auto;
  border-radius: 0px !important;
  border-color: rgba(76, 88, 96, 0.2);
}

input:disabled {
  color: rgba(76, 88, 96, 0.75);
}

input.focus, input:focus, input.active.focus, input.active:focus, input.form-control:focus, textarea.focus, textarea:focus, textarea.active.focus, textarea.active:focus, textarea.form-control:focus, .btn.focus, .btn:focus, .btn.active.focus, .btn.active:focus, .btn.form-control:focus {
  border-color: #ebb257 !important;
  outline-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

textarea {
  resize: none;
}

label {
  margin-bottom: 3px;
  position: relative !important;
}

.form-group {
  margin-bottom: 10px !important;
  position: relative !important;
}

.input-group .form-control {
  border-radius: 0px 0px 0px 0px !important;
}
.input-group .input-group-text {
  border-radius: 0px !important;
  background-color: #fff;
  border-color: rgba(76, 88, 96, 0.25) !important;
  font-size: 11px;
}
.input-group .input-group-text .bi {
  font-size: 15px;
}

/* ---------------------------------- Checkbox ---------------------------------- */
input[type=checkbox] {
  width: 13px;
  height: 13px;
  margin: 4px 0 0 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
}
input[type=checkbox]:after {
  border: solid 1px #ebb257;
  margin: -1px 0 0 -2px;
  height: 15px;
  width: 15px;
  font-size: 13px;
  line-height: 13px;
  background: #fff;
  content: "";
  text-align: center;
  position: absolute;
  cursor: pointer;
}
input[type=checkbox]:checked:after {
  background: #ebb257;
  content: "✓";
  color: #fff;
}
input[type=checkbox]:disabled:after {
  background: lightgray !important;
  border-color: lightgray !important;
}

.checkbox label {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.checkbox label input[type=checkbox] {
  margin-right: 8px;
  cursor: pointer;
}

/* ---------------------------------- Radio ---------------------------------- */
input[type=radio]:after {
  border: 1px solid #262A2D;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  top: -5px;
  left: -4px;
  background-color: #fff;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible;
}
input[type=radio]:checked:after {
  background-color: #ebb257;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  top: -5px;
  left: -4px;
  border: 0px solid white;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible;
}

.radio label {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.radio label input[type=radio] {
  margin-right: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  input[type=radio]:after {
    top: -2px;
    left: -1px;
  }
  input[type=radio]:checked:after {
    top: -2px;
    left: -1px;
  }
}
/* ---------------------------------- Select ---------------------------------- */
select {
  border-radius: 0px !important;
}
select.focus, select:focus, select.active.focus, select.active:focus, select:active.focus, select:active:focus, select.form-control:focus {
  border-color: #ebb257;
  outline-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.select2-selection__rendered {
  line-height: 38px !important;
  border-radius: 0px !important;
}

.select2-selection {
  height: 38px !important;
}

.select2-selection__arrow {
  height: 38px !important;
}

.select2-selection--single {
  border-radius: 0px !important;
  border-color: rgba(76, 88, 96, 0.2) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-image: linear-gradient(#4C5860, #4C5860);
  color: #fff;
}

/* ---------------------------------- Datepicker ---------------------------------- */
.daterangepicker {
  left: 0;
  top: 0;
  margin: 0;
}
.daterangepicker .in-range {
  background-color: #4C5860 !important;
  color: #000 !important;
}
.daterangepicker .today {
  background-color: #ebb257 !important;
  color: #fff !important;
}
.daterangepicker .start-date, .daterangepicker .end-date {
  background-color: #ebb257 !important;
  color: #fff !important;
}
.daterangepicker .btn {
  font-size: 12px !important;
}
.daterangepicker .btn-primary {
  background-color: #ebb257;
  color: #fff;
  border-color: #ebb257;
}
.daterangepicker .btn-primary:hover, .daterangepicker .btn-primary:active, .daterangepicker .btn-primary:focus {
  opacity: 0.7;
  background-color: #fff;
  color: #ebb257;
  border-color: #ebb257;
}

.datepicker:hover, .datepicker-notbeforetoday:hover, .daterangepicker:hover {
  cursor: pointer;
}

.ui-widget-header {
  background-color: transparent !important;
  border: none !important;
}
.ui-datepicker {
  z-index: 999;
  font-size: 16px;
}
.ui-datepicker-calendar {
  font-size: 12px !important;
}
.ui-datepicker-month {
  font-size: 12px !important;
}
.ui-datepicker-year {
  font-size: 12px !important;
}
.ui-datepicker-title {
  background-color: transparent !important;
}
.ui-datepicker-next, .ui-datepicker-prev {
  border: none;
}
.ui-datepicker-next-hover, .ui-datepicker-prev-hover {
  cursor: pointer;
  border: none !important;
  top: 2px !important;
}
.ui-datepicker-prev-hover {
  left: 2px !important;
}
.ui-datepicker-next-hover {
  right: 2px !important;
}
.ui-state-default {
  padding: 5px !important;
  border-radius: 5px !important;
  background-color: transparent !important;
  border: none !important;
  text-align: center !important;
}
.ui-state-highlight {
  background-color: #ebb257 !important;
  border-color: #ebb257 !important;
  color: #fff !important;
}
.ui-state-active {
  background-color: #ebb257 !important;
  border-color: #ebb257 !important;
  color: #fff !important;
}

/* ---------------------------------- Buttons ---------------------------------- */
.btn-extraAlpha:hover, .btn-extraAlpha:active, .btn-extraAlpha:focus, .btn-extraAlpha.disabled:hover, .btn-extraAlpha.disabled:active, .btn-extraAlpha.disabled:focus, .btn-extraAlpha:disabled:hover, .btn-extraAlpha:disabled:active, .btn-extraAlpha:disabled:focus, .btn-extra:hover, .btn-extra:active, .btn-extra:focus, .btn-extra.disabled:hover, .btn-extra.disabled:active, .btn-extra.disabled:focus, .btn-extra:disabled:hover, .btn-extra:disabled:active, .btn-extra:disabled:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.disabled:hover, .btn-secondary.disabled:active, .btn-secondary.disabled:focus, .btn-secondary:disabled:hover, .btn-secondary:disabled:active, .btn-secondary:disabled:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.disabled:hover, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary:disabled:hover, .btn-primary:disabled:active, .btn-primary:disabled:focus, .btn-selected {
  cursor: pointer;
  color: #ebb257 !important;
  border-color: #ebb257 !important;
  background-color: #fff !important;
  opacity: 1 !important;
}

.btn {
  padding: 7px 52px;
  font-size: 13px;
  font-weight: 600 !important;
  border-radius: 34px;
  border-width: 2px;
  border-color: transparent !important;
  position: relative;
}
.btn-custom {
  margin-right: 15px;
  padding: 5px 40px;
}
.btn-xsmall {
  padding: 2px 10px !important;
}
.btn-small {
  padding: 5px 15px !important;
}
.btn-medium {
  padding: 10px 25px !important;
}
.btn-medium .bi {
  -webkit-text-stroke: 1px;
  margin: 0 -5px 0 10px;
}
.btn-medium .bi-left {
  -webkit-text-stroke: 1px;
  margin: 0 10px 0 -5px;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
  background-color: #ebb257;
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.disabled:hover, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary:disabled:hover, .btn-primary:disabled:active, .btn-primary:disabled:focus {
  border-color: #ebb257 !important;
  color: #ebb257 !important;
}
.btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #262A2D;
  color: #fff !important;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.disabled:hover, .btn-secondary.disabled:active, .btn-secondary.disabled:focus, .btn-secondary:disabled:hover, .btn-secondary:disabled:active, .btn-secondary:disabled:focus {
  border-color: #262A2D !important;
  color: #262A2D !important;
}
.btn-extra, .btn-extra.disabled, .btn-extra:disabled {
  background-color: #4C5860 !important;
  color: #fff !important;
}
.btn-extra:hover, .btn-extra:active, .btn-extra:focus, .btn-extra.disabled:hover, .btn-extra.disabled:active, .btn-extra.disabled:focus, .btn-extra:disabled:hover, .btn-extra:disabled:active, .btn-extra:disabled:focus {
  border-color: #4C5860 !important;
  color: #000 !important;
}
.btn-extraAlpha, .btn-extraAlpha.disabled, .btn-extraAlpha:disabled {
  background-color: rgba(76, 88, 96, 0.15) !important;
  color: #000 !important;
}
.btn-extraAlpha:hover, .btn-extraAlpha:active, .btn-extraAlpha:focus, .btn-extraAlpha.disabled:hover, .btn-extraAlpha.disabled:active, .btn-extraAlpha.disabled:focus, .btn-extraAlpha:disabled:hover, .btn-extraAlpha:disabled:active, .btn-extraAlpha:disabled:focus {
  border-color: rgba(76, 88, 96, 0.15) !important;
  color: #000 !important;
}
.btn-link, .btn-link.disabled, .btn-link:disabled {
  color: #ebb257;
  padding: 0px !important;
  margin: 0px !important;
  text-decoration: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link.disabled:hover, .btn-link.disabled:active, .btn-link.disabled:focus, .btn-link:disabled:hover, .btn-link:disabled:active, .btn-link:disabled:focus {
  text-decoration: none;
  color: #ebb257;
}
.btn:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.btn.focus, .btn:focus, .btn.active.focus .btn.active:focus, .btn:active.focus, .btn:active:focus {
  outline: none !important;
  box-shadow: none;
}

@media (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
}
/* ---------------------------------- Alert ---------------------------------- */
.alert {
  border-radius: 0;
  border: 0;
  margin: 0;
  margin-bottom: 30px;
}
.alert .bi {
  font-size: 40px;
}
.alert .headline {
  font-weight: 700;
  font-size: 20px;
}
.alert-danger {
  color: #D14646;
}

@media (max-width: 576px) {
  .alert .bi {
    font-size: 30px;
  }
}
/* ---------------------------------- Spinner ---------------------------------- */
.spinner-border {
  color: #ebb257;
}

/* ---------------------------------- For Animation on Scroll ---------------------------------- */
.slideanim {
  visibility: hidden;
  visibility: visible\9 ; /*For old IE browsers IE6-8 */
}
.slideanim.slide, .slideanim.fadein.slide {
  visibility: visible;
  animation: fadeIn 2s;
}
.slideanim.slide-up.slide {
  animation: slideYUp 1s;
}
.slideanim.slide-down.slide {
  animation: slideYDown 1s;
}
.slideanim.slide-left.slide {
  animation: slideXLeft 1s;
}
.slideanim.slide-right.slide {
  animation: slideXRight 1s;
}
.slideanim::after {
  content: "";
  display: table;
  clear: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateZ(-50%);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes slideYUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideYDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideXLeft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideXRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ---------------------------------- Slanted ---------------------------------- */
.slanted-top-left {
  clip-path: polygon(0% 25px, 100% 0%, 100% 100%, 0% 100%);
}
.slanted-top-right {
  clip-path: polygon(0 0, 100% 25px, 100% 100%, 0 100%);
}
.slanted-bottom-left {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 25px));
}
.slanted-bottom-right {
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 25px), 0% 100%);
}

@media (max-width: 992px) {
  .slanted-top-left {
    clip-path: polygon(0% 25px, 100% 0%, 100% 100%, 0% 100%);
  }
  .slanted-top-right {
    clip-path: polygon(0 0, 100% 25px, 100% 100%, 0 100%);
  }
  .slanted-bottom-left {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 25px));
  }
  .slanted-bottom-right {
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 25px), 0% 100%);
  }
}
@media (max-width: 768px) {
  .slanted-top-left {
    clip-path: polygon(0% 25px, 100% 0%, 100% 100%, 0% 100%);
  }
  .slanted-top-right {
    clip-path: polygon(0 0, 100% 25px, 100% 100%, 0 100%);
  }
  .slanted-bottom-left {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 25px));
  }
  .slanted-bottom-right {
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 25px), 0% 100%);
  }
}
@media (max-width: 576px) {
  .slanted-top-left {
    clip-path: polygon(0% 20px, 100% 0%, 100% 100%, 0% 100%);
  }
  .slanted-top-right {
    clip-path: polygon(0 0, 100% 20px, 100% 100%, 0 100%);
  }
  .slanted-bottom-left {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 20px));
  }
  .slanted-bottom-right {
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 20px), 0% 100%);
  }
}
@media (max-width: 320px) {
  .slanted-top-left {
    clip-path: polygon(0% 10px, 100% 0%, 100% 100%, 0% 100%);
  }
  .slanted-top-right {
    clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 100%);
  }
  .slanted-bottom-left {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 10px));
  }
  .slanted-bottom-right {
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 10px), 0% 100%);
  }
}
.tophead {
  position: relative;
  height: 46px;
  z-index: 92;
  border-bottom: 1px solid rgba(76, 88, 96, 0.1);
  background: #F1F2F2;
}
.tophead.front {
  background: none;
}
.tophead .btn {
  font-size: 12px !important;
}
.tophead a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}
.tophead a.current {
  font-weight: 700;
  color: #ebb257;
}
.tophead .spacer {
  color: rgba(76, 88, 96, 0.2);
  margin: 0 8px;
}

@media (max-width: 576px) {
  .tophead {
    height: 0px;
  }
}
/* ---------------------------------- Header ---------------------------------- */
header {
  position: relative;
  z-index: 91;
  width: 100%;
  height: 112px;
  font-size: 14px;
}
header .logo {
  display: inline-block;
}
header .logo svg {
  width: 126px;
  height: 57px;
}
header nav {
  letter-spacing: 0;
  margin-top: 0px;
  text-align: center;
  font-weight: 600;
}
header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header nav ul li {
  position: relative;
  display: inline-block;
  color: #4C5860;
  cursor: pointer;
  margin: 0 10px;
}
header nav ul li a {
  color: #4C5860;
  text-decoration: none;
}
header nav ul li a:hover, header nav ul li a.current {
  opacity: 1;
  text-decoration: none;
  color: #ebb257 !important;
}
header nav ul .flexMenu-popup {
  right: 0px;
  z-index: 1;
  padding: 10px 20px !important;
  text-align: left;
  background-color: #fff;
  box-shadow: 5px 5px 10px #505050;
}
header nav ul .flexMenu-popup hr {
  margin: 5px 0;
}
header nav ul .flexMenu-popup li {
  line-height: 30px;
  color: #4C5860;
  white-space: nowrap;
  margin-bottom: 5px;
  display: block;
  cursor: pointer;
}
header nav ul .flexMenu-popup li a {
  color: #ebb257;
  text-shadow: none;
}
header nav ul .flexMenu-popup li a:hover, header nav ul .flexMenu-popup li a.current {
  opacity: 1;
  text-decoration: none;
  color: #ebb257;
}
header nav ul .flexMenu-popup li:after {
  content: "";
}
header nav ul .flexMenu-popup li.current {
  font-weight: bold;
  cursor: default;
}
header .btnCart {
  cursor: pointer;
}
header .btnCart-amount {
  padding: 0 5px;
  font-weight: 600;
}
header .btnCart .bi {
  font-size: 16px;
  color: #ebb257;
  -webkit-text-stroke: 1px;
  margin-left: 5px;
}
header .btnCart:hover {
  text-decoration: none;
}

@media (max-width: 576px) {
  header {
    height: 70px;
  }
  header nav {
    text-align: right;
    font-size: 35px;
    font-weight: 700;
  }
  header nav ul .flexMenu-popup {
    font-size: 16px;
    font-weight: normal;
    padding: 10px 5px !important;
  }
}
/* ---------------------------------- Top Image ---------------------------------- */
.topimage {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.topimage.front {
  height: 702px;
  margin-top: -158px;
}
.topimage.front .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}
.topimage.front svg {
  position: absolute;
  bottom: -140px;
  right: 0;
}
.topimage.front .text {
  position: absolute;
  color: #FFF;
  font-size: 46px;
  font-weight: 700;
  text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.5019607843);
  bottom: 100px;
  max-width: 500px;
}

@media (max-width: 576px) {
  .topimage.front {
    height: 548px;
    margin-top: -70px;
  }
  .topimage.front svg {
    width: 283px;
    height: 300px;
    bottom: -120px;
  }
  .topimage.front .text {
    font-size: 27px;
    top: 120px;
    max-width: 100%;
  }
}
@media (max-width: 320px) {
  .topimage.front svg {
    bottom: -80px;
  }
}
/* ---------------------------------- Main ---------------------------------- */
main {
  margin: 0;
  min-height: calc(100vh - 819px);
}
main.loginmain {
  margin-top: 0;
}
main .text {
  margin-bottom: 40px;
}
main .text a {
  color: #ebb257;
}
main .text a:hover {
  color: #ebb257;
}
main .text a.btn {
  color: #fff !important;
}
main .text a.btn:hover {
  color: #ebb257 !important;
}
main .fronttext {
  max-width: 70%;
  margin: 60px 0 60px 0;
}

a {
  color: #4C5860;
  text-decoration: none;
}
a:hover, a.current {
  color: #ebb257;
  text-decoration: underline;
}

a.btn {
  text-decoration: none;
}

@media (max-width: 768px) {
  main .fronttext {
    max-width: 55%;
  }
}
@media (max-width: 576px) {
  main .fronttext {
    margin-top: 125px;
    max-width: 100%;
  }
}
@media (max-width: 320px) {
  main .fronttext {
    margin-top: 80px;
  }
}
/* ---------------------------------- Mobile Menu ---------------------------------- */
.mobileMenu {
  position: absolute;
  background: rgba(38, 42, 45, 0.9019607843);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 99;
  width: 100%;
  height: 100vh;
  color: #fff;
}
.mobileMenu .close {
  font-size: 50px;
  cursor: pointer;
  text-align: right;
  margin-bottom: -20px;
}
.mobileMenu a {
  color: #fff !important;
}
.mobileMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 55px;
}
.mobileMenu ul li {
  position: relative;
  display: block;
  color: #4C5860;
  cursor: pointer;
  margin: 20px 10px;
  font-size: 17px;
  font-weight: 700;
}
.mobileMenu ul li a {
  color: #4C5860;
  text-decoration: none;
}
.mobileMenu ul li a:hover, .mobileMenu ul li a.current {
  opacity: 1;
  text-decoration: none;
  color: #ebb257 !important;
}
.mobileMenu-buttons {
  margin-top: 55px;
}
.mobileMenu-buttons .btn {
  width: 100%;
  display: block;
  margin: 15px 0;
  padding: 10px 0 !important;
}
.mobileMenu-busPri {
  margin-top: 30px;
}
.mobileMenu-busPri a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}
.mobileMenu-busPri a.current {
  font-weight: 700;
  color: #ebb257 !important;
}
.mobileMenu-busPri .spacer {
  margin: 0 8px;
}

/* ---------------------------------- Document ---------------------------------- */
.document {
  margin-top: 30px;
}
.document #bntGetAgent {
  border-radius: 0;
}
.document .image {
  margin-bottom: 50px;
}
.document .text {
  color: #4C5860;
}
.document .text h2 {
  color: #262A2D;
}

@media (max-width: 768px) {
  .document {
    margin: 10px 0 0 0;
  }
  .document .image {
    margin-bottom: 30px;
  }
}
/* ---------------------------------- Agent ---------------------------------- */
.agent {
  margin-top: 20px;
}
.agent h4 {
  font-size: 17px;
  font-weight: 600;
}
.agent-image {
  text-align: center !important;
  padding: 0 0px;
  background-color: #fff;
}
.agent-name {
  font-size: 16px;
}
.agent-title {
  font-size: 13px;
  font-weight: 700;
  color: #ebb257;
}
.agent-phone, .agent-email {
  font-size: 13px;
}
.agent-phone a, .agent-email a {
  color: #000 !important;
}
.agent-phone a:hover, .agent-email a:hover {
  color: #ebb257 !important;
}

@media (max-width: 768px) {
  .agent h4 {
    padding-bottom: 10px;
  }
  .agent-image {
    margin-top: 20px;
  }
  .agent-phone, .agent-email {
    font-size: 16px;
  }
}
/* ---------------------------------- Contacts ---------------------------------- */
.contacts {
  margin-bottom: 60px;
}
.contacts .h1 {
  font-weight: 400;
}
.contacts-card {
  width: 100%;
  margin: 10px 0;
}
.contacts-card .bi {
  margin-right: 10px;
  font-size: 16px;
}
.contacts-card .name {
  font-size: 20px;
  font-weight: 400;
}
.contacts-card .title {
  font-size: 14px;
}
.contacts-card .info {
  margin-top: 20px;
}
.contacts-card .info .bi {
  font-size: 20px;
}

/* ---------------------------------- Thanks Page ---------------------------------- */
.thanksPage {
  margin-bottom: 100px;
}
.thanksPage svg {
  fill: #ebb257;
}
.thanksPage .box {
  color: #262A2D !important;
  background-color: rgba(76, 88, 96, 0.1);
  padding: 10px 30px;
  display: inline-block;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .thanksPage {
    margin-bottom: 60px;
  }
}
/* ---------------------------------- Related ---------------------------------- */
.related .headline {
  font-size: 23px;
  font-weight: 600;
}
.related-item {
  display: block;
  margin-bottom: 30px;
}
.related-item-title {
  font-size: 17px;
  font-weight: 600;
}
.related-item:hover {
  text-decoration: none;
}

/* ---------------------------------- Self-Service ---------------------------------- */
.selfService .grey {
  padding: 75px 0;
  background: rgba(76, 88, 96, 0.1);
}
.selfService .grey .text {
  margin-bottom: 60px;
}
.selfService-item {
  display: block;
  position: relative;
  background-color: #fff;
  padding: 55px 40px 40px 40px;
}
.selfService-item-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 7px;
}
.selfService-item-teaser {
  color: #4C5860;
  font-size: 14px;
}
.selfService-item-btn {
  position: absolute;
  font-size: 14px;
  padding-left: 1px;
  padding-top: 1px;
  text-align: center;
  color: #fff;
  top: 24px;
  right: 24px;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background: #ebb257;
}
.selfService-item:hover {
  text-decoration: none !important;
}
.selfService .quicklinks {
  padding: 60px 0 0 0;
}
.selfService .quicklinks .headline {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}
.selfService .quicklinks-item {
  display: block;
  position: relative;
  padding: 20px 0;
  border-bottom: solid 1px rgba(76, 88, 96, 0.1);
}
.selfService .quicklinks-item-btn {
  font-size: 14px;
  padding-left: 1px;
  padding-top: 1px;
  text-align: center !important;
  color: #fff;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background: #ebb257;
}
.selfService .quicklinks-item-title {
  font-size: 21px;
  font-weight: 600;
}
.selfService .quicklinks-item:hover {
  text-decoration: none !important;
}
.selfService .quicklinks-item:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .selfService .grey {
    padding: 55px 0;
  }
  .selfService .grey .text {
    margin-bottom: 30px;
  }
  .selfService .grey .text h1 {
    margin: 0;
  }
  .selfService-item {
    padding: 35px 20px 20px 20px;
  }
  .selfService .quicklinks {
    padding: 40px 0 0 0;
  }
  .selfService .quicklinks .headline {
    font-size: 18px;
  }
  .selfService .quicklinks-item {
    padding: 20px 0;
  }
  .selfService .quicklinks-item-title {
    font-size: 15px;
  }
}
/* ---------------------------------- List ---------------------------------- */
.list {
  margin: 30px 0 100px 0;
}
.list-item {
  display: block;
  position: relative;
  margin-top: 30px;
  background-color: #fff;
  cursor: pointer;
}
.list-item-text {
  padding: 25px;
}
.list-item-text-date {
  margin-bottom: 5px;
}
.list-item-text-title {
  font-size: 20px;
  font-weight: 600;
}
.list-item-btn {
  position: absolute;
  font-size: 14px;
  padding-left: 1px;
  padding-top: 1px;
  text-align: center;
  color: #fff;
  top: 24px;
  right: 24px;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background: #ebb257;
}
.list-item:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .list {
    margin-bottom: 60px;
  }
  .list-item-text {
    padding: 10px;
  }
  .list-item-text-title {
    font-size: 16px;
  }
}
/* ---------------------------------- List Item ---------------------------------- */
.listItem {
  margin-top: 30px;
}
.listItem .image {
  position: relative;
  padding-right: 60px;
  margin-bottom: 50px;
}
.listItem .image svg {
  position: absolute;
  right: 0px;
  bottom: -80px;
}
.listItem .image svg path {
  fill: #EDEEEF;
}
.listItem .text {
  color: #4C5860;
  padding: 0 60px 0 60px;
}
.listItem .text h2 {
  color: #262A2D;
  opacity: 1;
  font-size: 27px;
  line-height: 34px;
}
.listItem .documents-item {
  color: #000 !important;
  padding: 35px 28px;
  border: 2px solid transparent;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}
.listItem .documents-item:hover {
  text-decoration: none;
  border-color: #ebb257;
  color: #000 !important;
}
.listItem .documents-item:hover .bi-download {
  color: #ebb257;
}

@media (max-width: 768px) {
  .listItem {
    overflow: hidden;
  }
  .listItem .image {
    padding-right: 0px;
    margin: 0 -12px 30px -12px;
  }
  .listItem .image img {
    width: 100%;
  }
  .listItem .image svg {
    bottom: -40px;
    right: -45px;
    width: 130px;
    height: 160px;
  }
  .listItem .text {
    padding: 0;
    margin-top: 10px;
  }
  .listItem .text h2 {
    font-size: 22px;
  }
}
/* ---------------------------------- Checkout ---------------------------------- */
.checkout {
  margin-bottom: 100px;
}

@media (max-width: 576px) {
  .checkout {
    margin-bottom: 60px;
  }
}
/* ---------------------------------- Cart ---------------------------------- */
.cart {
  margin-bottom: 100px;
}
.cart-item {
  position: relative;
  border: 2px solid rgba(76, 88, 96, 0.1);
  padding: 35px;
  margin-bottom: 30px;
}
.cart-item svg {
  width: 50px;
  opacity: 0.5;
  margin-top: -5px;
  margin-right: 10px;
}
.cart-item svg path {
  fill: rgba(76, 88, 96, 0.5);
}
.cart-item h3 {
  font-size: 22px;
}
.cart-item .description {
  margin-left: 65px;
  font-size: 15px;
  color: rgba(76, 88, 96, 0.75);
}
.cart-item .coverages {
  margin-left: 65px;
  font-size: 13px;
  color: rgba(76, 88, 96, 0.75);
  font-style: italic;
}
.cart-item .price {
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 576px) {
  .cart {
    margin-bottom: 60px;
  }
  .cart-item {
    padding-top: 50px;
  }
  .cart-item svg {
    width: 30px;
  }
  .cart-item h3 {
    font-size: 16px;
  }
  .cart-item .description {
    margin: 20px 0 0 0;
  }
  .cart-item .coverages {
    margin-left: 0;
  }
  .cart-item .price {
    font-size: 18px;
  }
  .cart .btn-more, .cart .btn-checkout {
    width: 100%;
  }
}
/* ---------------------------------- Insurance ---------------------------------- */
.insurance {
  margin-top: 30px;
}
.insurance .icon svg {
  width: 50px;
  opacity: 0.5;
}
.insurance .icon svg path {
  fill: #4C5860;
}
.insurance .image {
  position: relative;
  padding-right: 60px;
}
.insurance .image svg {
  position: absolute;
  right: 0px;
  bottom: -80px;
}
.insurance .image svg path {
  fill: #ebb257;
}
.insurance h2 {
  margin-top: 25px;
  opacity: 0.5;
}
.insurance .text {
  color: #4C5860;
  max-width: 87%;
}
.insurance .text h2 {
  color: #262A2D;
  opacity: 1;
  font-size: 27px;
  line-height: 34px;
}
.insurance .calculate {
  background: rgba(76, 88, 96, 0.1);
  margin-top: 60px;
  padding: 100px 0 70px 0;
}
.insurance .calculate #bntGet {
  border-radius: 0;
}
.insurance .calculate .checkbox.big label {
  font-size: 14px;
  width: 100%;
  padding: 30px 25px;
  margin-bottom: 30px;
  border: 2px solid transparent;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0705882353);
  cursor: pointer;
}
.insurance .calculate .checkbox.big label.disabled {
  cursor: default;
}
.insurance .calculate .checkbox.big label.disabled:hover {
  border-color: transparent;
}
.insurance .calculate .checkbox.big label input {
  margin-right: 20px;
}
.insurance .calculate .checkbox.big label:hover {
  border-color: #ebb257;
}
.insurance .documents-item {
  padding: 35px 28px;
  border: 2px solid transparent;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}
.insurance .documents-item:hover {
  text-decoration: none;
  border-color: #ebb257;
  color: #000 !important;
}
.insurance .documents-item:hover .bi-download {
  color: #ebb257;
}
.insurance .accordion-item {
  border: 0 !important;
  border-bottom: solid 1px rgba(76, 88, 96, 0.15) !important;
  padding: 20px 0;
  border-radius: none;
}
.insurance .accordion-item-head {
  font-size: 22px;
  cursor: pointer;
}
.insurance .accordion-item-head .bi {
  color: #ebb257;
  margin: 0 20px;
}
.insurance .accordion-item-body {
  padding: 10px 0 0 68px;
}
.insurance .accordion-item:last-child {
  border-bottom: none !important;
}
.insurance .whyus {
  font-size: 17px;
  padding-bottom: 50px;
  padding-top: 100px;
}
.insurance .whyus.grey {
  background: rgba(76, 88, 96, 0.1);
}
.insurance .whyus-item-icon svg {
  width: 15px;
  height: 22px;
}
.insurance .whyus-item-icon svg path {
  fill: #ebb257;
}
.insurance .whyus-item-text {
  margin: 0 0 40px 0;
  font-size: 14px;
}
.insurance .whyus-item-text .headline {
  font-size: 17px;
  font-weight: 600;
  margin: 5px 0;
}

@media (max-width: 992px) {
  .insurance .text {
    max-width: 75%;
  }
}
@media (max-width: 768px) {
  .insurance {
    overflow: hidden;
  }
  .insurance svg {
    width: 30px;
  }
  .insurance .image {
    padding-right: 0px;
    margin: 0 -12px 30px -12px;
  }
  .insurance .image img {
    width: 100%;
  }
  .insurance .image svg {
    bottom: -40px;
    right: -45px;
    width: 130px;
    height: 160px;
  }
  .insurance .text {
    max-width: 100%;
  }
  .insurance .text h2 {
    font-size: 22px;
  }
  .insurance .btn {
    width: 100%;
  }
  .insurance .btn .bi {
    display: none;
  }
  .insurance .calculate {
    margin-top: 30px;
    padding: 50px 0;
  }
  .insurance .calculate .checkbox.big label {
    margin-bottom: 15px;
  }
  .insurance .agent h4 {
    padding-bottom: 10px;
  }
  .insurance .agent-image {
    margin-top: 20px;
  }
  .insurance .agent-phone, .insurance .agent-email {
    font-size: 16px;
  }
  .insurance .accordion-item-head {
    font-size: 18px;
  }
  .insurance .accordion-item-head .bi {
    color: #ebb257;
    margin: 0 10px;
  }
  .insurance .accordion-item-body {
    padding: 10px;
  }
  .insurance .whyus {
    margin: 40px 0 !important;
    font-size: 15px;
  }
  .insurance .whyus-item {
    margin-top: 30px;
  }
  .insurance .whyus-item-text {
    margin: 0;
  }
  .insurance .whyus-item-text .headline {
    font-size: 15px;
    margin: 0;
  }
}
/* ---------------------------------- Insurances ---------------------------------- */
.insurances {
  margin-top: 30px;
}
.insurances-item {
  display: block;
  font-size: 20px;
  font-weight: 700;
  border: 3px solid #EDEEEF;
  margin-top: 30px;
  padding: 75px 0;
  cursor: pointer;
  text-align: center;
}
.insurances-item-icon {
  margin-bottom: 20px;
}
.insurances-item-icon svg {
  width: 55px;
  opacity: 0.5;
}
.insurances-item-icon svg path {
  fill: #4C5860;
}
.insurances-item:hover {
  text-decoration: none;
  border-color: #ebb257;
}
.insurances-item:hover svg {
  opacity: 1;
}
.insurances-item:hover svg path {
  fill: #ebb257;
}

@media (max-width: 576px) {
  .insurances-item {
    font-size: 15px;
    padding: 35px 20px;
    text-align: left;
    margin-top: 15px;
  }
  .insurances-item-icon {
    margin: 0 10px 0 0;
    display: inline-block;
  }
  .insurances-item-icon svg {
    width: 30px;
  }
  .insurances-item-title {
    display: inline-block;
  }
}
/* ---------------------------------- Boxes ---------------------------------- */
.boxes {
  background-color: rgba(76, 88, 96, 0.1019607843);
  padding: 90px 0;
}
.boxes h3 {
  margin: 20px 0 12px 0;
}
.boxes .box {
  display: block;
  position: relative;
  padding: 70px 25px;
  margin-bottom: 30px;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0705882353);
}
.boxes .box-title {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 7px;
}
.boxes .box-teaser {
  font-size: 14px;
  font-weight: 400;
  color: #4C5860;
}
.boxes .box-btn {
  position: absolute;
  font-size: 14px;
  padding-left: 1px;
  padding-top: 1px;
  text-align: center;
  color: #fff;
  top: 24px;
  right: 24px;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background: #ebb257;
}
.boxes .box:hover {
  text-decoration: none;
}
.boxes .btn {
  padding-right: 30px !important;
}

@media (max-width: 576px) {
  .boxes {
    padding: 40px 0;
  }
  .boxes .box {
    padding: 30px 25px;
  }
  .boxes .box-title {
    font-size: 18px;
  }
  .boxes .box-teaser {
    font-size: 12px;
  }
  .boxes .btn {
    width: 100%;
  }
}
/* ---------------------------------- Hero ---------------------------------- */
.hero {
  position: relative;
  padding-top: 200px;
}
.hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  background-image: url('data:image/svg+xml,<svg width="812" height="598" viewBox="0 0 812 598" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M54.8212 278.541H197.482L113.381 597.555H0.568359V480.571L54.8212 278.541Z" fill="black"/><path d="M270.755 0.675781L218.955 197.144H76.6533L129.172 1.45328L270.755 0.675781Z" fill="black"/><path d="M468.328 287.392L388.414 596.717H245.933L331.768 278.541H197.482L218.956 197.143H389.311C389.311 197.143 431.78 195.647 453.852 225.192C475.984 254.677 468.328 287.392 468.328 287.392Z" fill="black"/><path d="M811.431 0.914062V42.0019C811.431 42.0019 784.634 54.4418 763.698 98.8191C742.703 143.196 723.801 216.64 723.801 216.64L689.288 349.532H552.549L589.635 210.001C589.635 210.001 605.605 141.103 648.493 76.0324C691.321 8.56944 753.829 1.09349 753.829 1.09349L811.431 0.914062Z" fill="black"/><path d="M810.892 349.532V431.887H667.932L689.286 349.532H810.892Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  background-position: center 140px;
}
.hero-content {
  position: relative;
}
.hero-content h3 {
  font-size: 27px !important;
  margin-bottom: 16px;
}
.hero-content .btn {
  margin-top: 30px;
}

@media (max-width: 576px) {
  .hero {
    padding-top: 50px;
  }
  .hero:before {
    background-size: contain;
  }
  .hero-content {
    position: relative;
  }
  .hero-content .btn {
    margin: 10px 0 30px 0;
    width: 100%;
  }
}
/* ---------------------------------- Trust Pilot ---------------------------------- */
.trustpilot {
  color: #fff;
  font-weight: 600;
  height: 200px;
  background-color: #394146;
  margin-bottom: -25px;
}

/* ---------------------------------- Footer ---------------------------------- */
footer {
  font-size: 12px;
  color: #fff;
  padding: 120px 0 60px 0;
  background: linear-gradient(0deg, #262A2D 0%, #262A2D 100%), linear-gradient(0deg, #262A2D 0%, #262A2D 100%), #F9C34F;
}
footer .logo svg {
  width: 111px;
  height: 51px;
}
footer a {
  color: #fff !important;
}
footer .phone, footer .email {
  font-size: 19px;
  font-weight: 600;
}
footer .address {
  color: rgba(255, 255, 255, 0.5019607843);
}
footer .copyright {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 11px;
  padding-top: 60px;
}
footer nav {
  letter-spacing: 0;
  margin-top: 0px;
  font-weight: 600;
}
footer nav .header {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
footer nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer nav ul li {
  position: relative;
  display: block;
  color: #4C5860;
  cursor: pointer;
  margin: 8px 0;
}
footer nav ul li a {
  color: #4C5860;
  text-decoration: none;
}
footer nav ul li a:hover, footer nav ul li a.current {
  opacity: 1;
  text-decoration: none;
  color: #ebb257 !important;
}

@media (max-width: 576px) {
  footer {
    padding-top: 50px;
  }
  footer nav .header {
    margin-top: 20px;
  }
}