/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/LanguageSelection/LanguageSelection.scss ***!
  \**************************************************************************************************************************************************/
.dhf-language-selection-container {
  width: 100%;
}
.dhf-language-selection-container .dhf-mob-language-heading {
  font-size: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.6px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}
@media (max-width: 991px) {
  .dhf-language-selection-container .dhf-mob-language-heading {
    display: none;
  }
}
@media (max-width: 991px) {
  .dhf-language-selection-container .dhf-mob-language-heading {
    padding: 55px 0 30px 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 640px) {
  .dhf-language-selection-container .dhf-mob-language-heading {
    padding: 45px 0 30px 0;
  }
}
.dhf-language-selection-container .dhf-select-lang-text {
  font-weight: 800;
  font-style: normal;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: block;
  letter-spacing: 0.5px;
  line-height: 1.75;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .dhf-language-selection-container .dhf-select-lang-text {
    font-size: 26px;
    text-transform: none;
    font-weight: 400;
    margin: 60px 0px 20px;
    padding: 0 0 30px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  }
}
@media (max-width: 991px) {
  .dhf-language-selection-container .dhf-select-lang-text {
    margin: -15px -33px 26px;
  }
}
@media (max-width: 640px) {
  .dhf-language-selection-container .dhf-select-lang-text {
    margin: -15px -10px 26px;
  }
}
.dhf-language-selection-container ul {
  margin: 0px;
  padding: 0px;
}
.dhf-language-selection-container ul .dhf-current-active a {
  color: #d30f4b !important;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  font-weight: 800;
}
.dhf-language-selection-container ul li {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  list-style: none;
}
@media (max-width: 991px) {
  .dhf-language-selection-container ul li {
    font-size: 18px;
    font-weight: 500;
  }
}
.dhf-language-selection-container ul li a {
  letter-spacing: 0.34px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1441px) {
  .dhf-language-selection-container ul li a {
    margin-right: 18px;
  }
}
@media (max-width: 1440px) {
  .dhf-language-selection-container ul li a {
    margin-right: 18px;
  }
}
@media (max-width: 991px) {
  .dhf-language-selection-container ul li a {
    margin-right: unset;
  }
}
.dhf-language-selection-container ul li:hover {
  text-decoration: underline;
}
.dhf-language-selection-container .dhf-select-label {
  color: #fff;
  line-height: 1.43;
  margin: 25px 0px;
  padding-top: 20px;
  border-top: 1px solid #fff;
}
@media (max-width: 991px) {
  .dhf-language-selection-container .dhf-select-label {
    border-top: 1px solid hsla(0, 0%, 100%, 0.3);
    padding-top: 45px;
  }
}
.dhf-language-selection-container .dhf-select-label p {
  margin: 0px;
  font-size: 10px;
  font-style: normal;
}
@media (max-width: 991px) {
  .dhf-language-selection-container .dhf-select-label p {
    font-size: 15px;
    font-weight: 400;
  }
}
.dhf-language-selection-container .dhf-select-language {
  font-weight: 800;
  font-style: normal;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: -10px;
}
.dhf-language-selection-container .dhf-selectWrapper {
  width: 100%;
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-language-selection-container .dhf-selectWrapper {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-language-selection-container .dhf-selectWrapper {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .dhf-language-selection-container .dhf-selectWrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .dhf-language-selection-container .dhf-selectWrapper {
    background-color: #624963;
    padding: 5px 0px;
    position: relative;
  }
}
.dhf-language-selection-container .dhf-selectWrapper .dhf-select-label-text-class {
  border: 1px solid #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 20px 8px 8px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .dhf-language-selection-container .dhf-selectWrapper .dhf-select-label-text-class {
    border: none;
  }
}
.dhf-language-selection-container .dhf-selectWrapper .dhf-select-label-text-class .dhf-label-mob span {
  font-size: 15px;
  color: #fff;
  font-style: normal;
  opacity: 1;
  padding-left: 0px;
  transition: all 0.3s ease;
}
.dhf-language-selection-container .dhf-selectWrapper .dhf-select-label-text-class .dhf-label-mob span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  left: calc(100% - 54px);
  border: solid;
  border-color: transparent transparent #624963;
  border-width: 0 0 52px 12px;
  width: 55px;
  opacity: 0.6;
}
.dhf-language-selection-container .dhf-selectWrapper .dhf-select-label-text-class .dhf-label-mob .dhf-arrow-down-dropdown {
  font-size: 30px;
  display: block;
  position: absolute;
  color: #fff;
  right: 10px;
  top: 6px;
  z-index: 1;
  transition: right 0.3s ease;
}
.dhf-language-selection-container .dhf-selectWrapper .dhf-select-label-text-class span {
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  font-size: 11px;
  color: #fff;
  opacity: 0.6;
}
@media (max-width: 991px) {
  .dhf-language-selection-container .dhf-selectWrapper.active {
    outline: 4px solid #a8a8a8;
    margin-bottom: 5px;
  }
  .dhf-language-selection-container .dhf-selectWrapper.active .dhf-label-mob span {
    padding-left: 25px;
    transition: all 0.3s ease;
  }
  .dhf-language-selection-container .dhf-selectWrapper.active .dhf-label-mob span::after {
    display: none;
  }
  .dhf-language-selection-container .dhf-selectWrapper.active .dhf-label-mob .dhf-arrow-down-dropdown {
    right: 25px;
    transition: right 0.3s ease;
  }
  .dhf-language-selection-container .dhf-selectWrapper.active .dhf-select-content {
    margin-top: 8px;
  }
}
.dhf-language-selection-container .dhf-selectWrapper.active .dhf-select-content {
  display: block;
}
.dhf-language-selection-container .dhf-select-content {
  background-color: #fff;
  border: 1px solid #aaa;
  color: rgba(0, 0, 0, 0.75);
  display: none;
  position: absolute;
  width: calc(100% - 42px);
}
@media (max-width: 991px) {
  .dhf-language-selection-container .dhf-select-content {
    width: 99%;
  }
}
.dhf-language-selection-container .dhf-select-content .dhf-search-lang {
  padding: 5px;
}
.dhf-language-selection-container .dhf-select-content .dhf-search-lang input {
  border: 1px solid #aaa;
  width: 95%;
  color: rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 0.875em;
  padding: 4px;
  height: 30px;
  font-family: inherit;
}
.dhf-language-selection-container .dhf-select-content .dhf-search-lang input:focus {
  box-shadow: 0 0 5px #b3b3b3;
  outline: none;
}
.dhf-language-selection-container .dhf-select-content .dhf-options-lang {
  max-height: 300px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.dhf-language-selection-container .dhf-select-content .dhf-options-lang::-webkit-scrollbar {
  width: 8px;
}
.dhf-language-selection-container .dhf-select-content .dhf-options-lang::-webkit-scrollbar-track {
  background: "transparent";
}
.dhf-language-selection-container .dhf-select-content .dhf-options-lang::-webkit-scrollbar-thumb {
  background: rgba(170, 170, 170, 0.6);
  border-radius: 3.5px;
}
.dhf-language-selection-container .dhf-select-content .dhf-options-lang::-webkit-scrollbar-thumb:hover {
  background: "";
}
.dhf-language-selection-container .dhf-select-content .dhf-options-lang li {
  text-decoration: none;
  cursor: pointer;
  border-top: 1px solid #cfd7dc;
  padding: 10px;
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
}
@media (max-width: 480px) {
  .dhf-language-selection-container .dhf-select-content .dhf-options-lang li {
    padding: 5px;
  }
}
.dhf-language-selection-container .dhf-select-content .dhf-options-lang li:hover {
  background-color: #f5fafd;
}
@media (max-width: 480px) {
  .dhf-language-selection-container .dhf-select-content .dhf-options-lang {
    max-height: 210px;
  }
}
.dhf-language-selection-container .dhf-search-lang input {
  border: 1px solid #aaa;
  width: 95%;
  color: rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 0.875em;
  padding: 4px;
  font-family: inherit;
  height: 30px;
}
.dhf-language-selection-container .dhf-search-lang input:focus {
  box-shadow: 0 0 5px #b3b3b3;
  outline: none;
}
/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/LocationList/LocationList.scss ***!
  \****************************************************************************************************************************************/
.dhf-location-list-container {
  height: 100%;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 599px) {
  .dhf-location-list-container {
    height: 240px;
  }
}
@media (min-width: 600px) and (max-width: 820px) {
  .dhf-location-list-container {
    height: 240px;
  }
}
.dhf-location-list-container::-webkit-scrollbar {
  width: 7px;
}
.dhf-location-list-container::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.5);
}
.dhf-location-list-container::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 100%, 0.5);
  border-radius: 0;
}
.dhf-location-list-container::-webkit-scrollbar-thumb:hover {
  background: "";
}
.dhf-location-list-container::-webkit-scrollbar-track {
  display: block !important;
}
.dhf-location-list-container::-webkit-scrollbar-button:single-button {
  background-color: transparent;
  display: block;
  background-size: 10px;
  background-repeat: no-repeat;
}
.dhf-location-list-container::-webkit-scrollbar-button:single-button:vertical:decrement {
  height: 12px;
  width: 16px;
  background-position: center 4px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='hsla(0,0%,100%,.5)'><polygon points='50,00 0,50 100,50'/></svg>");
}
.dhf-location-list-container::-webkit-scrollbar-button:single-button:vertical:increment {
  height: 12px;
  width: 16px;
  background-position: center 2px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='hsla(0,0%,100%,.5)'><polygon points='0,0 100,0 50,50'/></svg>");
}
.dhf-location-list-container .dhf-location-list-parent ul {
  list-style: none;
  margin: 0;
  padding-left: 20px;
}
.dhf-location-list-container .dhf-location-list-parent ul li {
  padding: 6px 0;
}
.dhf-location-list-container .dhf-location-list-parent ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 991px) {
  .dhf-location-list-container .dhf-location-list-parent ul li a {
    border-top: 2px solid rgba(191, 215, 223, 0.25);
    margin: 0;
    display: block;
    padding: 15px 10px;
  }
}
.dhf-location-list-container .dhf-location-list-parent ul li a .dhf-location-arrow {
  color: #ff3162;
  margin-right: 15px;
  height: 20px;
}
@media (max-width: 991px) {
  .dhf-location-list-container .dhf-location-list-parent ul li a .dhf-location-arrow {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 820px) {
  .dhf-location-list-container .dhf-location-list-parent ul li a .dhf-location-arrow {
    display: none;
  }
}
@media (max-width: 599px) {
  .dhf-location-list-container .dhf-location-list-parent ul li a {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .dhf-location-list-container .dhf-location-list-parent ul {
    padding-left: 20px;
  }
}
@media (min-width: 600px) and (max-width: 820px) {
  .dhf-location-list-container .dhf-location-list-parent ul {
    padding-left: 20px;
  }
}
/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Locations/Locations.scss ***!
  \**********************************************************************************************************************************/
.dhf-location-overlay-container {
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1921px) {
  .dhf-location-overlay-container {
    max-width: 1180px;
  }
}
@media (min-width: 1700px) {
  .dhf-location-overlay-container {
    max-width: 1180px;
  }
}
.dhf-location-overlay-container .dhf-space-grid-loctn {
  display: none;
}
@media (min-width: 1921px) {
  .dhf-location-overlay-container .dhf-space-grid-loctn {
    min-width: 19%;
  }
}
@media (min-width: 1700px) {
  .dhf-location-overlay-container .dhf-space-grid-loctn {
    min-width: 17%;
  }
}
@media (max-width: 991px) {
  .dhf-location-overlay-container .dhf-space-grid-loctn {
    max-width: 10px;
    height: 10px;
  }
}
.dhf-location-overlay-container .dhf-text-parent {
  padding: 0 10px;
  height: auto;
  flex: 1.05 0 0%;
  max-width: none;
}
@media (max-width: 991px) {
  .dhf-location-overlay-container .dhf-text-parent {
    min-width: 100% !important;
  }
}
.dhf-location-overlay-container .dhf-text-parent .dhf-location-text-section {
  padding-bottom: 15px;
  color: #fff;
}
.dhf-location-overlay-container .dhf-text-parent .dhf-location-text-section:nth-of-type(2) {
  border-top: 2px solid rgba(191, 215, 223, 0.25);
  padding-top: 25px;
  padding-bottom: 0;
}
.dhf-location-overlay-container .dhf-text-parent .dhf-location-text-section h2 {
  padding-bottom: 0;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.8px;
  line-height: 1;
  margin: 0 0 30px;
}
.dhf-location-overlay-container .dhf-text-parent .dhf-location-text-section p {
  font-size: 15px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  line-height: 1.75;
  font-family: inherit;
}
@media (max-width: 480px) {
  .dhf-location-overlay-container .dhf-text-parent .dhf-location-text-section p {
    margin-bottom: 0;
  }
}
.dhf-location-overlay-container .dhf-text-parent .dhf-location-text-section p a {
  color: #d30f4b;
}
@media (max-width: 480px) {
  .dhf-location-overlay-container .dhf-text-parent {
    margin-bottom: 0px;
    padding: 20px 20px 16px;
  }
}
.dhf-location-overlay-container .dhf-location-parent {
  padding: 0 15px 10px 0;
  flex: 0.7 0 0%;
  max-width: none;
}
@media (min-width: 1921px) {
  .dhf-location-overlay-container .dhf-location-parent {
    flex: 1 0 0%;
  }
}
@media (max-width: 1440px) {
  .dhf-location-overlay-container .dhf-location-parent {
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .dhf-location-overlay-container .dhf-location-parent {
    min-width: 100% !important;
    height: 265px;
  }
}
@media (max-width: 480px) {
  .dhf-location-overlay-container .dhf-location-parent {
    height: 285px;
  }
}
.dhf-location-overlay-container .dhf-address-parent {
  padding: 0 15px;
  flex: 1 0 0%;
  max-width: none;
}
@media (max-width: 991px) {
  .dhf-location-overlay-container .dhf-address-parent {
    min-width: 100% !important;
    height: auto;
  }
}
.dhf-location-overlay-container .dhf-location-hidden {
  display: none;
}
/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/AddressList/AddressList.scss ***!
  \**************************************************************************************************************************************/
.dhf-address-list-container {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-address-list-container {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
  }
}
.dhf-address-list-container::-webkit-scrollbar {
  width: 7px;
}
.dhf-address-list-container::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.5);
}
.dhf-address-list-container::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 100%, 0.5);
  border-radius: 0;
}
.dhf-address-list-container::-webkit-scrollbar-thumb:hover {
  background: "";
}
.dhf-address-list-container::-webkit-scrollbar-track {
  display: block !important;
}
.dhf-address-list-container::-webkit-scrollbar-button:single-button {
  background-color: transparent;
  display: block;
  background-size: 10px;
  background-repeat: no-repeat;
}
.dhf-address-list-container::-webkit-scrollbar-button:single-button:vertical:decrement {
  height: 12px;
  width: 16px;
  background-position: center 4px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='hsla(0,0%,100%,.5)'><polygon points='50,00 0,50 100,50'/></svg>");
}
.dhf-address-list-container::-webkit-scrollbar-button:single-button:vertical:increment {
  height: 12px;
  width: 16px;
  background-position: center 2px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='hsla(0,0%,100%,.5)'><polygon points='0,0 100,0 50,50'/></svg>");
}
.dhf-address-list-container .dhf-address-list-parent {
  align-content: flex-start;
}
@media (min-width: 600px) and (max-width: 820px) {
  .dhf-address-list-container .dhf-address-list-parent {
    padding-left: 20px;
    padding-top: 35px;
  }
}
@media (max-width: 480px) {
  .dhf-address-list-container .dhf-address-list-parent {
    padding-bottom: 70px;
  }
}
.dhf-address-list-container .dhf-address-list-parent .dhf-address-item-parent {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .dhf-address-list-container .dhf-address-list-parent .dhf-address-item-parent {
    margin-bottom: 60px;
    flex-basis: 50%;
  }
}
@media (max-width: 480px) {
  .dhf-address-list-container .dhf-address-list-parent .dhf-address-item-parent {
    flex-basis: 100%;
  }
}
.dhf-address-list-container .dhf-address-list-parent .dhf-address-item-parent .dhf-address-title {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 1.42;
  padding-bottom: 0.3em;
}
@media (max-width: 991px) {
  .dhf-address-list-container .dhf-address-list-parent .dhf-address-item-parent .dhf-address-title {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.44;
  }
}
.dhf-address-list-container .dhf-address-list-parent .dhf-address-item-parent .dhf-address-details .dhf-address-details-item, .dhf-address-list-container .dhf-address-list-parent .dhf-address-item-parent .dhf-address-details .dhf-address-details-link {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  word-break: break-all;
  font-family: inherit;
  line-height: 1.75;
}
@media (max-width: 991px) {
  .dhf-address-list-container .dhf-address-list-parent .dhf-address-item-parent .dhf-address-details .dhf-address-details-item, .dhf-address-list-container .dhf-address-list-parent .dhf-address-item-parent .dhf-address-details .dhf-address-details-link {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.44;
  }
}
.dhf-address-list-container .dhf-address-list-parent .dhf-address-item-parent .dhf-address-details .dhf-address-details-link {
  text-decoration: none;
  color: #89d329;
}
/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/CookieOnLanguage/CookieOnLanguage.scss ***!
  \************************************************************************************************************************************************/
.dhf-cookie-btn-class {
  display: block !important;
}
.dhf-cookie-btn-class ul {
  margin: 0px;
  padding: 0px;
}
.dhf-cookie-btn-class ul .dhf-current-active a {
  color: #d30f4b !important;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
.dhf-cookie-btn-class ul li {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  list-style: none;
}
@media (max-width: 991px) {
  .dhf-cookie-btn-class ul li {
    font-size: 18px;
    font-weight: 500;
  }
}
.dhf-cookie-btn-class ul li a {
  letter-spacing: 0.34px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.dhf-cookie-btn-class ul li:hover {
  text-decoration: underline;
}
.dhf-cookie-btn-class ul.dhf-mob-active-lang {
  padding-top: 20px;
}
.dhf-cookie-btn-class .dhf-select-lang-text {
  font-weight: 800;
  font-style: normal;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: -5px;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .dhf-cookie-btn-class .dhf-select-lang-text {
    font-size: 26px;
    text-transform: none;
    font-weight: 400;
    margin: 60px 0px 0px;
    padding: 0 0 30px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  }
}
.dhf-cookie-btn-class .dhf-autotranslate-cookie-button {
  margin: 20px 0 15px;
  padding-top: 20px;
  border-top: 1px solid #fff;
}
@media (max-width: 991px) {
  .dhf-cookie-btn-class .dhf-autotranslate-cookie-button {
    margin-top: 25px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.3);
    padding-top: 30px;
  }
}
.dhf-cookie-btn-class .dhf-autotranslate-cookie-button p {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  font-style: normal;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .dhf-cookie-btn-class .dhf-autotranslate-cookie-button p {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.dhf-cookie-btn-class .dhf-autotranslate-cookie-button .dhf-cookie-btn-wrapper {
  width: 100%;
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-cookie-btn-class .dhf-autotranslate-cookie-button .dhf-cookie-btn-wrapper {
    width: 35%;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-cookie-btn-class .dhf-autotranslate-cookie-button .dhf-cookie-btn-wrapper {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .dhf-cookie-btn-class .dhf-autotranslate-cookie-button .dhf-cookie-btn-wrapper {
    width: 65%;
  }
}
.dhf-cookie-btn-class .dhf-autotranslate-cookie-button .dhf-cookie-btn-wrapper button {
  background: #3074a2;
  border: 1px solid #3074a2;
  border-radius: 0px;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  font-size: 12px;
  line-height: 1;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: left;
  justify-content: left;
  font-weight: bold;
  padding: 18px 65px 18px 20px;
  box-shadow: none;
  margin-bottom: 10px;
}
.dhf-cookie-btn-class .dhf-autotranslate-cookie-button .dhf-cookie-btn-wrapper button:hover {
  padding-left: 30px;
  padding-right: 58px;
  background: #3074a2;
  border: 1px solid #3074a2;
  color: #fff;
  box-shadow: none;
}
.dhf-cookie-btn-class .dhf-autotranslate-cookie-button .dhf-cookie-btn-wrapper button:hover::before {
  left: 200px;
  background-color: transparent;
}
.dhf-cookie-btn-class .dhf-autotranslate-cookie-button .dhf-cookie-btn-wrapper button:hover .dhf-cookie-end-icon {
  margin: 5px 0 5.3px 0px;
  right: 15%;
}
.dhf-cookie-btn-class .dhf-autotranslate-cookie-button .dhf-cookie-btn-wrapper button::before {
  content: "";
  display: block;
  height: 100%;
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  left: calc(100% - 58px);
  transform: skewX(-12deg);
  opacity: 1;
  background-color: #27607c;
  transition: all 0.3s ease;
}
.dhf-cookie-btn-class .dhf-autotranslate-cookie-button .dhf-cookie-btn-wrapper button .dhf-cookie-end-icon {
  color: #fff;
  margin: 5px 0 5.3px 10px;
  font-size: 20px;
  position: absolute;
  right: 10%;
  top: calc(50% - 15px);
  transition: right 0.3s ease;
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-cookie-btn-class .dhf-autotranslate-cookie-button .dhf-cookie-btn-wrapper button .dhf-cookie-end-icon {
    right: 5%;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-cookie-btn-class .dhf-autotranslate-cookie-button .dhf-cookie-btn-wrapper button .dhf-cookie-end-icon {
    right: 5%;
  }
}
@media (max-width: 599px) {
  .dhf-cookie-btn-class .dhf-autotranslate-cookie-button .dhf-cookie-btn-wrapper button .dhf-cookie-end-icon {
    right: 6%;
  }
}
/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/HeaderTopButtons/HeaderTopButtons.scss ***!
  \************************************************************************************************************************************************/
.dhf-header-btn-container {
  position: relative;
}
@keyframes fast-slow {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slow-fast {
  100% {
    transform: translateY(-100%);
  }
  0% {
    transform: translateY(0%);
  }
}
.dhf-header-btn-container .dhf-fast-slow {
  display: block;
}
.dhf-header-btn-container .dhf-slow-fast {
  animation-duration: 1s;
  top: -180vh;
  display: none;
}
.dhf-header-btn-container .dhf-top-btn-class {
  margin-left: 10px;
  width: 100%;
}
@media (max-width: 599px) {
  .dhf-header-btn-container .dhf-top-btn-class {
    margin: 0;
  }
}
@media (min-width: 1441px) {
  .dhf-header-btn-container .dhf-top-btn-class .dhf-btn-language {
    max-width: 128px;
  }
  .dhf-header-btn-container .dhf-top-btn-class .dhf-btn-language :first-child {
    margin-right: 0;
  }
  .dhf-header-btn-container .dhf-top-btn-class .dhf-btn-location {
    max-width: auto;
  }
  .dhf-header-btn-container .dhf-top-btn-class .dhf-btn-location :first-child {
    margin-right: 0;
  }
  .dhf-header-btn-container .dhf-top-btn-class .dhf-btn-contact {
    max-width: auto;
  }
  .dhf-header-btn-container .dhf-top-btn-class .dhf-btn-contact :first-child {
    margin-right: 0;
  }
}
@media (max-width: 1440px) {
  .dhf-header-btn-container .dhf-top-btn-class .dhf-btn-language {
    max-width: 128px;
  }
  .dhf-header-btn-container .dhf-top-btn-class .dhf-btn-location {
    min-width: auto;
  }
  .dhf-header-btn-container .dhf-top-btn-class .dhf-btn-contact {
    min-width: auto;
  }
}
@media (max-width: 1040px) {
  .dhf-header-btn-container .dhf-top-btn-class .dhf-btn-language :first-child {
    margin-right: 0;
  }
  .dhf-header-btn-container .dhf-top-btn-class .dhf-btn-location :first-child {
    margin-right: 0;
  }
  .dhf-header-btn-container .dhf-top-btn-class .dhf-btn-contact :first-child {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .dhf-header-btn-container .dhf-top-btn-class .dhf-btn-language {
    max-width: unset;
  }
  .dhf-header-btn-container .dhf-top-btn-class .dhf-btn-location {
    min-width: unset;
  }
  .dhf-header-btn-container .dhf-top-btn-class .dhf-btn-contact {
    min-width: unset;
  }
}
.dhf-header-btn-container .dhf-top-btn-class.dhf-menu-open .dhf-top-btn {
  background-color: transparent;
  border: 1px solid #00617f;
  color: #fff;
}
.dhf-header-btn-container .dhf-top-btn-class.dhf-menu-open .dhf-top-btn .dhf-icon-class-globe::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cg fill=%27%2300bcff%27 data-name=%27Group 4283%27%3E%3Cpath d=%27M6 1h-.219a5.05 5.05 0 0 0-3.4 1.47A4.8 4.8 0 0 0 1 5.871a5.18 5.18 0 0 0 1.464 3.616A4.87 4.87 0 0 0 5.983 11 5.026 5.026 0 0 0 11 5.977 4.966 4.966 0 0 0 6 1m0-1a6 6 0 1 1-.02 12A6.084 6.084 0 0 1 0 5.871 5.87 5.87 0 0 1 5.743.005Q5.875-.001 6 0%27 data-name=%27Path 280%27/%3E%3Cpath d=%27M5.623 11.703C2.163 7.734 2.176 3.426 5.659.178l.682.732c-3.085 2.877-3.072 6.571.036 10.136Z%27 data-name=%27Path 281%27/%3E%3Cpath d=%27M6.42.215c3.46 3.969 3.447 8.277-.036 11.525l-.682-.732C8.787 8.131 8.774 4.437 5.666.872Z%27 data-name=%27Path 17955%27/%3E%3Cg data-name=%27Group 4272%27%3E%3Cpath d=%27M11.278 4.822H.807v-1h10.471Z%27 data-name=%27Line 1%27/%3E%3Cpath d=%27M11.198 8.096H.983v-1h10.215Z%27 data-name=%27Line 2%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.dhf-header-btn-container .dhf-top-btn-class.dhf-menu-open .dhf-top-btn .dhf-icon-class-location::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%277.846%27 height=%2712.041%27 viewBox=%270 0 7.846 12.041%27%3E%3Cg fill=%27%2300bcff%27 data-name=%27Group 4282%27%3E%3Cpath d=%27M3.923 1A2.93 2.93 0 0 0 1 3.926c0 1.07 1.516 3.948 2.923 6.248C5.331 7.875 6.846 5 6.846 3.926A2.93 2.93 0 0 0 3.923 1m0-1a3.925 3.925 0 0 1 3.923 3.926c0 2.169-3.923 8.115-3.923 8.115S0 6.1 0 3.926A3.925 3.925 0 0 1 3.923 0%27 data-name=%27Path 17951%27/%3E%3Cpath d=%27M3.922 2.055a1.984 1.984 0 1 1-1.984 1.984 1.987 1.987 0 0 1 1.984-1.984m0 2.969a.984.984 0 1 0-.984-.985.985.985 0 0 0 .984.985%27 data-name=%27Ellipse 12%27/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.dhf-header-btn-container .dhf-top-btn-class.dhf-menu-open .dhf-top-btn .dhf-icon-class-comments::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2711.468%27 viewBox=%270 0 12 11.468%27%3E%3Cg data-name=%27Group 4281%27%3E%3Cg fill=%27%2300bcff%27 data-name=%27Group 4275%27%3E%3Cpath d=%27M2.4 0h4.738a2.4 2.4 0 0 1 2.4 2.4v1.9a2.4 2.4 0 0 1-2.4 2.4H5.211l-2.6 2.6V6.69H2.4A2.4 2.4 0 0 1 0 4.293V2.4A2.4 2.4 0 0 1 2.4 0m4.738 5.69a1.4 1.4 0 0 0 1.4-1.4V2.4a1.4 1.4 0 0 0-1.4-1.4H2.4A1.4 1.4 0 0 0 1 2.4v1.9a1.4 1.4 0 0 0 1.4 1.4h1.208v1.179L4.8 5.69Z%27 data-name=%27Path 17952%27/%3E%3Cpath d=%27m10.103 11.467-2.13-2.13h-.978A1.687 1.687 0 0 1 5.31 7.653h1a.686.686 0 0 0 .685.685h1.392l.715.715v-.715h1.208a.686.686 0 0 0 .685-.685v-.948a.686.686 0 0 0-.685-.686v-1a1.687 1.687 0 0 1 1.685 1.685v.948a1.687 1.687 0 0 1-1.685 1.686h-.211Z%27 data-name=%27Path 17953%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.dhf-header-btn-container .dhf-top-btn-class.dhf-menu-open .dhf-top-btn:hover {
  background-color: #00617f;
  border: 1px solid #00617f;
}
.dhf-header-btn-container .dhf-top-btn-class.dhf-menu-open .dhf-top-btn .dhf-icon-class {
  color: #00bcff;
}
.dhf-header-btn-container .dhf-top-btn-class.dhf-menu-open .dhf-top-btn .dhf-icon-class-end {
  color: #00bcff;
}
.dhf-header-btn-container .dhf-top-btn-class.dhf-btn-dropdown-open .dhf-top-btn {
  background-color: transparent;
  color: #fff;
}
.dhf-header-btn-container .dhf-top-btn-class.dhf-btn-dropdown-open .dhf-top-btn .dhf-icon-class-end,
.dhf-header-btn-container .dhf-top-btn-class.dhf-btn-dropdown-open .dhf-top-btn .dhf-icon-class {
  color: #fff;
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-header-btn-container .dhf-top-btn-class.dhf-btn-dropdown-open .dhf-top-btn {
    z-index: 103;
    border: none;
  }
}
.dhf-header-btn-container .dhf-top-btn-class.dhf-active .dhf-top-btn {
  background-color: #624963;
  color: #fff;
}
.dhf-header-btn-container .dhf-top-btn-class.dhf-active .dhf-top-btn .dhf-icon-class-globe::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cg fill=%27%23fff%27 data-name=%27Group 4280%27%3E%3Cpath d=%27M6 1h-.219a5.05 5.05 0 0 0-3.4 1.47A4.8 4.8 0 0 0 1 5.871a5.18 5.18 0 0 0 1.464 3.616A4.87 4.87 0 0 0 5.983 11 5.026 5.026 0 0 0 11 5.977 4.966 4.966 0 0 0 6 1m0-1a6 6 0 1 1-.02 12A6.084 6.084 0 0 1 0 5.871 5.87 5.87 0 0 1 5.743.005Q5.875-.001 6 0%27 data-name=%27Path 280%27/%3E%3Cpath d=%27M5.623 11.703C2.163 7.734 2.176 3.426 5.659.178l.682.732c-3.085 2.877-3.072 6.571.036 10.136Z%27 data-name=%27Path 281%27/%3E%3Cpath d=%27M6.42.215c3.46 3.969 3.447 8.277-.036 11.525l-.682-.732C8.787 8.131 8.774 4.437 5.666.872Z%27 data-name=%27Path 17955%27/%3E%3Cg data-name=%27Group 4272%27%3E%3Cpath d=%27M11.278 4.822H.807v-1h10.471Z%27 data-name=%27Line 1%27/%3E%3Cpath d=%27M11.198 8.096H.983v-1h10.215Z%27 data-name=%27Line 2%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.dhf-header-btn-container .dhf-top-btn-class.dhf-active .dhf-top-btn .dhf-icon-class,
.dhf-header-btn-container .dhf-top-btn-class.dhf-active .dhf-top-btn .dhf-icon-class-end {
  color: #fff;
}
.dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn {
  background-color: #fff;
  padding: 4px 20px 1px 20px;
  border: 1px solid #624963;
  color: #10384f;
  text-transform: capitalize;
  white-space: nowrap;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  width: 100%;
  font-weight: normal;
  font-family: inherit;
  letter-spacing: 0.25px;
  border-top-color: transparent;
  transition: none;
}
.dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn span {
  color: #d30f4b;
  pointer-events: none;
  margin: 0;
  margin-left: 2px;
}
@media (max-width: 991px) {
  .dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn {
    background-color: transparent;
    border: 1px solid #00617f;
    color: #fff;
  }
}
.dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn:hover {
  background-color: #624963;
  border: 1px solid #624963;
  color: #fff;
}
.dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn:hover .dhf-icon-class,
.dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn:hover .dhf-icon-class-end {
  color: #fff;
}
.dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn:hover .dhf-icon-class-globe::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cg fill=%27%23fff%27 data-name=%27Group 4280%27%3E%3Cpath d=%27M6 1h-.219a5.05 5.05 0 0 0-3.4 1.47A4.8 4.8 0 0 0 1 5.871a5.18 5.18 0 0 0 1.464 3.616A4.87 4.87 0 0 0 5.983 11 5.026 5.026 0 0 0 11 5.977 4.966 4.966 0 0 0 6 1m0-1a6 6 0 1 1-.02 12A6.084 6.084 0 0 1 0 5.871 5.87 5.87 0 0 1 5.743.005Q5.875-.001 6 0%27 data-name=%27Path 280%27/%3E%3Cpath d=%27M5.623 11.703C2.163 7.734 2.176 3.426 5.659.178l.682.732c-3.085 2.877-3.072 6.571.036 10.136Z%27 data-name=%27Path 281%27/%3E%3Cpath d=%27M6.42.215c3.46 3.969 3.447 8.277-.036 11.525l-.682-.732C8.787 8.131 8.774 4.437 5.666.872Z%27 data-name=%27Path 17955%27/%3E%3Cg data-name=%27Group 4272%27%3E%3Cpath d=%27M11.278 4.822H.807v-1h10.471Z%27 data-name=%27Line 1%27/%3E%3Cpath d=%27M11.198 8.096H.983v-1h10.215Z%27 data-name=%27Line 2%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn:hover .dhf-icon-class-location::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%277.846%27 height=%2712.041%27 viewBox=%270 0 7.846 12.041%27%3E%3Cg fill=%27%23fff%27 data-name=%27Group 4279%27%3E%3Cpath d=%27M3.923 1A2.93 2.93 0 0 0 1 3.926c0 1.07 1.516 3.948 2.923 6.248C5.331 7.875 6.846 5 6.846 3.926A2.93 2.93 0 0 0 3.923 1m0-1a3.925 3.925 0 0 1 3.923 3.926c0 2.169-3.923 8.115-3.923 8.115S0 6.1 0 3.926A3.925 3.925 0 0 1 3.923 0%27 data-name=%27Path 17951%27/%3E%3Cpath d=%27M3.922 2.055a1.984 1.984 0 1 1-1.984 1.984 1.987 1.987 0 0 1 1.984-1.984m0 2.969a.984.984 0 1 0-.984-.985.985.985 0 0 0 .984.985%27 data-name=%27Ellipse 12%27/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn:hover .dhf-icon-class-comments::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2711.468%27 viewBox=%270 0 12 11.468%27%3E%3Cg data-name=%27Group 4278%27%3E%3Cg fill=%27%23fff%27 data-name=%27Group 4275%27%3E%3Cpath d=%27M2.4 0h4.738a2.4 2.4 0 0 1 2.4 2.4v1.9a2.4 2.4 0 0 1-2.4 2.4H5.211l-2.6 2.6V6.69H2.4A2.4 2.4 0 0 1 0 4.293V2.4A2.4 2.4 0 0 1 2.4 0m4.738 5.69a1.4 1.4 0 0 0 1.4-1.4V2.4a1.4 1.4 0 0 0-1.4-1.4H2.4A1.4 1.4 0 0 0 1 2.4v1.9a1.4 1.4 0 0 0 1.4 1.4h1.208v1.179L4.8 5.69Z%27 data-name=%27Path 17952%27/%3E%3Cpath d=%27m10.103 11.467-2.13-2.13h-.978A1.687 1.687 0 0 1 5.31 7.653h1a.686.686 0 0 0 .685.685h1.392l.715.715v-.715h1.208a.686.686 0 0 0 .685-.685v-.948a.686.686 0 0 0-.685-.686v-1a1.687 1.687 0 0 1 1.685 1.685v.948a1.687 1.687 0 0 1-1.685 1.686h-.211Z%27 data-name=%27Path 17953%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #00617f;
  }
  .dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn:hover .dhf-icon-class {
    color: #00bcff;
  }
  .dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn:hover .dhf-icon-class-end {
    color: #fff;
  }
}
.dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn .dhf-icon-class-globe {
  color: #d30f4b;
  margin: 0 4px 3px 2px;
  font-size: 12px;
}
.dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn .dhf-icon-class-globe::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xml:space=%27preserve%27 id=%27Layer_1%27 x=%270%27 y=%270%27 version=%271.1%27 viewBox=%270 0 12 12%27%3E%3Cstyle%3E.st0{fill:%23d30f4b}%3C/style%3E%3Cg id=%27Group_4277%27 transform=%27translate%28-138 -313%29%27%3E%3Cpath id=%27Path_280%27 d=%27M144 314h-.2c-1.3 0-2.5.6-3.4 1.5s-1.4 2.1-1.4 3.4q0 2.1 1.5 3.6c.9 1 2.2 1.5 3.5 1.5 2.8 0 5-2.3 5-5 0-2.8-2.2-5-5-5m0-1c3.3 0 6 2.7 6 6s-2.7 6-6 6c-3.3-.1-6-2.8-6-6.1 0-3.2 2.6-5.8 5.7-5.9z%27 class=%27st0%27/%3E%3Cpath id=%27Path_281%27 d=%27M143.6 324.7c-3.5-4-3.4-8.3 0-11.5l.7.7c-3.1 2.9-3.1 6.6 0 10.1z%27 class=%27st0%27/%3E%3Cpath id=%27Path_17955%27 d=%27M144.4 313.2c3.5 4 3.4 8.3 0 11.5l-.7-.7c3.1-2.9 3.1-6.6 0-10.1z%27 class=%27st0%27/%3E%3Cg id=%27Group_4272%27 transform=%27translate%28.466 -25.001%29%27%3E%3Cpath id=%27Line_1%27 d=%27M148.8 342.8h-10.5v-1h10.5z%27 class=%27st0%27/%3E%3Cpath id=%27Line_2%27 d=%27M148.7 346.1h-10.2v-1h10.2z%27 class=%27st0%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn .dhf-icon-class-globe::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cg fill=%27%2300bcff%27 data-name=%27Group 4283%27%3E%3Cpath d=%27M6 1h-.219a5.05 5.05 0 0 0-3.4 1.47A4.8 4.8 0 0 0 1 5.871a5.18 5.18 0 0 0 1.464 3.616A4.87 4.87 0 0 0 5.983 11 5.026 5.026 0 0 0 11 5.977 4.966 4.966 0 0 0 6 1m0-1a6 6 0 1 1-.02 12A6.084 6.084 0 0 1 0 5.871 5.87 5.87 0 0 1 5.743.005Q5.875-.001 6 0%27 data-name=%27Path 280%27/%3E%3Cpath d=%27M5.623 11.703C2.163 7.734 2.176 3.426 5.659.178l.682.732c-3.085 2.877-3.072 6.571.036 10.136Z%27 data-name=%27Path 281%27/%3E%3Cpath d=%27M6.42.215c3.46 3.969 3.447 8.277-.036 11.525l-.682-.732C8.787 8.131 8.774 4.437 5.666.872Z%27 data-name=%27Path 17955%27/%3E%3Cg data-name=%27Group 4272%27%3E%3Cpath d=%27M11.278 4.822H.807v-1h10.471Z%27 data-name=%27Line 1%27/%3E%3Cpath d=%27M11.198 8.096H.983v-1h10.215Z%27 data-name=%27Line 2%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  }
}
@media (max-width: 991px) {
  .dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn .dhf-icon-class-globe {
    color: #00bcff;
    background-color: transparent;
  }
}
.dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn .dhf-icon-class-location {
  color: #d30f4b;
  margin: 0 4px 4px 2px;
  font-size: 12px;
}
.dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn .dhf-icon-class-location::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xml:space=%27preserve%27 id=%27Layer_1%27 x=%270%27 y=%270%27 version=%271.1%27 viewBox=%270 0 7.8 12%27%3E%3Cstyle%3E.st0{fill:%23d30f4b}%3C/style%3E%3Cg id=%27Group_4274%27 transform=%27translate%28-156.226 -337.959%29%27%3E%3Cpath id=%27Path_17951%27 d=%27M160.1 339c-1.6 0-2.9 1.3-2.9 2.9 0 1.1 1.5 3.9 2.9 6.2 1.4-2.3 2.9-5.2 2.9-6.2.1-1.6-1.2-2.9-2.9-2.9m0-1c2.2 0 3.9 1.8 3.9 3.9 0 2.2-3.9 8.1-3.9 8.1s-3.9-5.9-3.9-8.1 1.8-3.9 3.9-3.9%27 class=%27st0%27/%3E%3Cpath id=%27Ellipse_12%27 d=%27M160.1 340c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2c.1-1.1 1-2 2-2m0 3c.5 0 1-.4 1-1 0-.5-.4-1-1-1-.5 0-1 .4-1 1 .1.5.5 1 1 1%27 class=%27st0%27/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn .dhf-icon-class-location::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%277.846%27 height=%2712.041%27 viewBox=%270 0 7.846 12.041%27%3E%3Cg fill=%27%2300bcff%27 data-name=%27Group 4282%27%3E%3Cpath d=%27M3.923 1A2.93 2.93 0 0 0 1 3.926c0 1.07 1.516 3.948 2.923 6.248C5.331 7.875 6.846 5 6.846 3.926A2.93 2.93 0 0 0 3.923 1m0-1a3.925 3.925 0 0 1 3.923 3.926c0 2.169-3.923 8.115-3.923 8.115S0 6.1 0 3.926A3.925 3.925 0 0 1 3.923 0%27 data-name=%27Path 17951%27/%3E%3Cpath d=%27M3.922 2.055a1.984 1.984 0 1 1-1.984 1.984 1.987 1.987 0 0 1 1.984-1.984m0 2.969a.984.984 0 1 0-.984-.985.985.985 0 0 0 .984.985%27 data-name=%27Ellipse 12%27/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (max-width: 991px) {
  .dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn .dhf-icon-class-location {
    color: #00bcff;
    background-color: transparent;
  }
}
.dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn .dhf-icon-class-comments {
  color: #d30f4b;
  margin: 0 4px 4px 2px;
  font-size: 12px;
}
.dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn .dhf-icon-class-comments::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xml:space=%27preserve%27 id=%27Layer_1%27 x=%270%27 y=%270%27 version=%271.1%27 viewBox=%270 0 12 11.5%27%3E%3Cstyle%3E.st0{fill:%23d30f4b}%3C/style%3E%3Cpath d=%27M9.5 4.3V2.4c0-1.3-1-2.4-2.4-2.4H2.4C1.1 0 0 1.1 0 2.4v1.9c0 1.3 1.1 2.4 2.4 2.4h.2v2.6l2.6-2.6h1.9c1.4 0 2.4-1.1 2.4-2.4M4.8 5.7 3.6 6.9V5.7H2.4C1.6 5.7 1 5.1 1 4.3V2.4C1 1.6 1.6 1 2.4 1h4.7c.8 0 1.4.6 1.4 1.4v1.9c0 .8-.6 1.4-1.4 1.4z%27 class=%27st0%27/%3E%3Cpath d=%27M10.3 5v1c.4 0 .7.3.7.7v.9c0 .4-.3.7-.7.7H9.1V9l-.7-.7H7c-.4 0-.7-.3-.7-.6h-1c0 .9.8 1.7 1.7 1.7h1l2.1 2.1V9.4h.2c.9 0 1.7-.8 1.7-1.7v-1c0-.9-.8-1.7-1.7-1.7%27 class=%27st0%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn .dhf-icon-class-comments::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2711.468%27 viewBox=%270 0 12 11.468%27%3E%3Cg data-name=%27Group 4281%27%3E%3Cg fill=%27%2300bcff%27 data-name=%27Group 4275%27%3E%3Cpath d=%27M2.4 0h4.738a2.4 2.4 0 0 1 2.4 2.4v1.9a2.4 2.4 0 0 1-2.4 2.4H5.211l-2.6 2.6V6.69H2.4A2.4 2.4 0 0 1 0 4.293V2.4A2.4 2.4 0 0 1 2.4 0m4.738 5.69a1.4 1.4 0 0 0 1.4-1.4V2.4a1.4 1.4 0 0 0-1.4-1.4H2.4A1.4 1.4 0 0 0 1 2.4v1.9a1.4 1.4 0 0 0 1.4 1.4h1.208v1.179L4.8 5.69Z%27 data-name=%27Path 17952%27/%3E%3Cpath d=%27m10.103 11.467-2.13-2.13h-.978A1.687 1.687 0 0 1 5.31 7.653h1a.686.686 0 0 0 .685.685h1.392l.715.715v-.715h1.208a.686.686 0 0 0 .685-.685v-.948a.686.686 0 0 0-.685-.686v-1a1.687 1.687 0 0 1 1.685 1.685v.948a1.687 1.687 0 0 1-1.685 1.686h-.211Z%27 data-name=%27Path 17953%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (max-width: 991px) {
  .dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn .dhf-icon-class-comments {
    color: #00bcff;
    background-color: transparent;
  }
}
.dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn .dhf-icon-class-end {
  color: #d30f4b;
  margin: 0 2px 0 4px;
  font-size: 11px;
  padding-top: 2px;
}
.dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn .dhf-icon-class-end::before {
  font-size: 11px;
}
@media (min-width: 1441px) {
  .dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn .dhf-icon-class-end {
    margin: 0 2px 0 4px;
  }
}
@media (max-width: 1040px) {
  .dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn .dhf-icon-class-end {
    margin: 0px 2px 0px 1px;
  }
}
@media (max-width: 991px) {
  .dhf-header-btn-container .dhf-top-btn-class .dhf-top-btn .dhf-icon-class-end {
    color: #51bbf9;
    background-color: transparent;
  }
}
.dhf-header-btn-container .dhf-dropdown-content-location {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  padding: 50px 0;
  background-color: #443247;
  z-index: 102;
  overflow: hidden;
}
@media (max-width: 991px) {
  .dhf-header-btn-container .dhf-dropdown-content-location {
    transition: none;
    -webkit-transition: none;
    animation: none;
  }
}
.dhf-header-btn-container .dhf-dropdown-content-location.dhf-dropdown-content-hidden {
  top: -180vh;
}
@media (max-width: 599px) {
  .dhf-header-btn-container .dhf-dropdown-content-location.dhf-dropdown-content-hidden {
    top: -100vh;
  }
}
@media (min-width: 600px) and (max-width: 820px) {
  .dhf-header-btn-container .dhf-dropdown-content-location.dhf-dropdown-content-hidden {
    top: -100vh;
  }
}
@media (max-width: 991px) {
  .dhf-header-btn-container .dhf-dropdown-content-location {
    height: 100vh;
    z-index: 5;
    overflow: scroll;
    padding: 40px 0px;
  }
}
.dhf-header-btn-container .dhf-dropdown-content-location .dhf-dropdown-content {
  height: 100%;
}
@media (max-width: 991px) {
  .dhf-header-btn-container .dhf-dropdown-content-location .dhf-dropdown-content {
    margin: 0 auto;
    max-width: 640px;
  }
}
.dhf-header-btn-container .dhf-dropdown-content-location .dhf-close {
  position: absolute;
  top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #ff3162;
  right: 20px;
  top: 20px;
}
@media (max-width: 991px) {
  .dhf-header-btn-container .dhf-dropdown-content-location .dhf-close {
    top: 0px;
  }
}
.dhf-header-btn-container .dhf-dropdown-content-location .dhf-close a {
  text-decoration: none;
  color: #fff;
}
.dhf-header-btn-container .dhf-dropdown-content-location .dhf-close a .dhf-icon-close {
  font-size: 25px;
}
@media (max-width: 599px) {
  .dhf-header-btn-container .dhf-dropdown-content-location .dhf-close {
    top: 19px;
  }
}
@media (min-width: 600px) and (max-width: 820px) {
  .dhf-header-btn-container .dhf-dropdown-content-location .dhf-close {
    top: 0;
  }
}
@media (max-width: 599px) {
  .dhf-header-btn-container .dhf-dropdown-content-location {
    height: 100vh;
    padding: 30px 10px;
    overflow: auto;
    z-index: 7;
  }
}
@media (min-width: 600px) and (max-width: 820px) {
  .dhf-header-btn-container .dhf-dropdown-content-location {
    height: 100vh;
    padding: 30px 0;
    z-index: 7;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-50%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
.dhf-header-btn-container .dhf-dropdown-content-language {
  position: absolute;
  top: 30px;
  right: 0;
  color: #fff;
  background-color: #413346;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  z-index: 103;
  padding: 15px 21px 20px;
  text-align: left;
  min-width: 318px;
}
@media (max-width: 991px) {
  .dhf-header-btn-container .dhf-dropdown-content-language {
    padding: 30px 20px;
    text-align: unset;
  }
}
@media (max-width: 991px) {
  .dhf-header-btn-container .dhf-dropdown-content-language {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    overflow: hidden;
  }
  .dhf-header-btn-container .dhf-dropdown-content-language .dhf-language-box-open-wrapper a {
    color: #fff;
    margin-left: -33px;
  }
  .dhf-header-btn-container .dhf-dropdown-content-language .dhf-language-box-open-wrapper .dhf-icon-close-language-overlay {
    right: 0;
    top: 0;
    position: absolute;
    background-color: #ff3162;
    height: 25px;
    width: 25px;
    cursor: pointer;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .dhf-header-btn-container .dhf-dropdown-content-language .dhf-language-box-open-wrapper a {
    margin-left: -10px;
  }
  .dhf-header-btn-container .dhf-dropdown-content-language .dhf-language-box-open-wrapper a span {
    background: #ff3162 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 18 18%27%3E%3Cpath fill=%27%23fff%27 d=%27M18 1.3 16.7 0 9 7.7 1.3 0 0 1.3 7.7 9 0 16.7 1.3 18 9 10.3l7.7 7.7 1.3-1.3L10.3 9z%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    position: fixed;
    right: 26px;
    top: 20px;
    width: 30px;
    z-index: 999;
    background-position: 7px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-header-btn-container .dhf-dropdown-content-language {
    padding: 30px 65px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-header-btn-container .dhf-dropdown-content-language {
    padding: 30px 55px;
  }
}
@media (max-width: 599px) {
  .dhf-header-btn-container .dhf-dropdown-content-language {
    padding: 10px 30px;
  }
}
.dhf-header-btn-container .dhf-dropdown-content-language.dhf-dropdown-content-hidden {
  top: -80vh;
}
@media (max-width: 599px) {
  .dhf-header-btn-container .dhf-dropdown-content-language.dhf-dropdown-content-hidden {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-header-btn-container .dhf-dropdown-content-language.dhf-dropdown-content-hidden {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-header-btn-container .dhf-dropdown-content-language.dhf-dropdown-content-hidden {
    display: none;
  }
}
/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/HeaderRowOne/HeaderRowOne.scss ***!
  \****************************************************************************************************************************************/
@media (max-width: 599px) {
  .dhf-header-row-one .dhf-header-row-one-parent {
    z-index: 2;
    position: relative;
    right: 0;
    max-width: 100%;
    max-height: 30px;
  }
}
@media (max-width: 991px) {
  .dhf-header-row-one .dhf-header-row-one-parent {
    z-index: 2;
    position: relative;
    right: 0;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .dhf-header-row-one .dhf-header-row-one-parent {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    height: 30px;
  }
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-transition-none {
    transition: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .dhf-header-row-one .dhf-header-row-one-parent {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    height: 30px;
  }
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-transition-none {
    transition: none !important;
  }
}
@media (min-width: 1367px) {
  .dhf-header-row-one .dhf-header-row-one-parent {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    height: 30px;
  }
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-transition-none {
    transition: none !important;
  }
}
@media (min-width: 1441px) {
  .dhf-header-row-one .dhf-header-row-one-parent {
    padding-right: 2px;
  }
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-header-tagline {
  margin-right: 10px;
  font-style: italic;
  color: #10384f;
  position: relative;
  display: flex;
  align-items: center;
  height: 30px;
}
@media (max-width: 599px) {
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-header-tagline {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 991px) {
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-header-tagline {
    position: absolute;
    right: 9px;
  }
}
@media (max-width: 991px) {
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-header-tagline {
    margin: 10px 46px 0 46px;
  }
}
@media (max-width: 480px) {
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-header-tagline {
    margin: 5px 3px 0 0;
  }
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-header-tagline .dhf-slogan-symbol {
  color: #89d329;
  font-size: 13px;
  font-weight: 600;
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-header-tagline img {
  position: relative;
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-header-tagline .dhf-tagline-text {
  font-weight: 400;
  font-size: 13px;
  padding-left: 5px;
}
@media (max-width: 599px) {
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-header-tagline .dhf-tagline-text {
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 11px;
    padding: 0 0 0 6px;
    line-height: 1.75 !important;
  }
}
@media (max-width: 991px) {
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-header-tagline .dhf-tagline-text {
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 13px;
    padding: 0 7px 0 6px;
    line-height: 1.75 !important;
  }
}
@media (max-width: 480px) {
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-header-tagline .dhf-tagline-text {
    font-size: 11px;
  }
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-header-tagline .dhf-tagline-bold {
  font-weight: 800;
  font-size: 14.5px;
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-header-tagline.dhf-menu-open {
  color: #fff;
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-scroll-btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-scroll-btn-container {
    padding: 5px 0px 15px;
    display: none;
  }
}
@media (max-width: 599px) {
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-scroll-btn-container {
    display: none;
  }
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-scroll-btn-container .dhf-scroll-btn {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-scroll-btn-container .dhf-scroll-btn:hover {
  background-color: transparent;
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-scroll-btn-container .dhf-scroll-btn .dhf-scroll-btn-endIcon {
  font-size: 12px;
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-scroll-btn-container .dhf-menu-scrollbtn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  color: #fff;
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-scroll-btn-container .dhf-menu-scrollbtn span {
  color: #fff;
  cursor: pointer;
  user-select: none;
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-scroll-btn-container .dhf-menu-scrollbtn span:hover {
  background-color: transparent;
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-scroll-btn-container .dhf-menu-scrollbtn .dhf-scroll-text {
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-scroll-btn-container .dhf-menu-scrollbtn .dhf-scroll-up-arrow,
.dhf-header-row-one .dhf-header-row-one-parent .dhf-scroll-btn-container .dhf-menu-scrollbtn .dhf-scroll-down-arrow {
  color: #fff;
  margin-left: 4px;
  font-size: 12px;
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set {
  display: flex;
  height: 30px;
}
@media (max-width: 991px) {
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set {
    display: none;
  }
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set.dhf-responsive-menu-open {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set.dhf-responsive-menu-open {
    position: fixed;
    bottom: 46px !important;
  }
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set.dhf-responsive-menu-open.dhf-custom-bottom-ph {
    bottom: 0px !important;
    z-index: -1;
  }
}
@media (max-width: 991px) {
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set.dhf-responsive-menu-open .dhf-btn-parent {
    width: 100%;
  }
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set.dhf-responsive-menu-open .dhf-btn-parent.dhf-location, .dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set.dhf-responsive-menu-open .dhf-btn-parent.dhf-language {
    max-width: calc(33% - 91px);
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set.dhf-responsive-menu-open .dhf-btn-parent.dhf-location, .dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set.dhf-responsive-menu-open .dhf-btn-parent.dhf-language {
    min-width: calc(50% - 63px);
  }
}
@media (max-width: 991px) {
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set.dhf-responsive-menu-open .dhf-btn-parent.dhf-language {
    margin-right: 12px;
  }
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set.dhf-responsive-menu-open .dhf-btn-parent.dhf-contact {
    max-width: calc(66% - 167px);
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set.dhf-responsive-menu-open .dhf-btn-parent.dhf-contact {
    max-width: calc(60% + 36px);
  }
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set .dhf-btn-animation button {
  color: #fff !important;
  background-color: transparent;
  border: 1px solid transparent !important;
  z-index: 103 !important;
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set .dhf-btn-animation button .dhf-icon-class-end,
.dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set .dhf-btn-animation button .dhf-icon-class {
  color: #fff !important;
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set .dhf-btn-animation button .dhf-icon-class-end::before,
.dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set .dhf-btn-animation button .dhf-icon-class::before {
  content: "";
  color: blue;
  display: block;
  background-image: "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%2300bcff' data-name='Group 4283'%3E%3Cpath d='M6 1h-.219a5.05 5.05 0 0 0-3.4 1.47A4.8 4.8 0 0 0 1 5.871a5.18 5.18 0 0 0 1.464 3.616A4.87 4.87 0 0 0 5.983 11 5.026 5.026 0 0 0 11 5.977 4.966 4.966 0 0 0 6 1m0-1a6 6 0 1 1-.02 12A6.084 6.084 0 0 1 0 5.871 5.87 5.87 0 0 1 5.743.005Q5.875-.001 6 0' data-name='Path 280'/%3E%3Cpath d='M5.623 11.703C2.163 7.734 2.176 3.426 5.659.178l.682.732c-3.085 2.877-3.072 6.571.036 10.136Z' data-name='Path 281'/%3E%3Cpath d='M6.42.215c3.46 3.969 3.447 8.277-.036 11.525l-.682-.732C8.787 8.131 8.774 4.437 5.666.872Z' data-name='Path 17955'/%3E%3Cg data-name='Group 4272'%3E%3Cpath d='M11.278 4.822H.807v-1h10.471Z' data-name='Line 1'/%3E%3Cpath d='M11.198 8.096H.983v-1h10.215Z' data-name='Line 2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E";
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set .dhf-btn-animation-new button .dhf-icon-class-end,
.dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set .dhf-btn-animation-new button .dhf-icon-class {
  color: #fff !important;
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set .dhf-btn-animation-new button .dhf-icon-class-end::before,
.dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set .dhf-btn-animation-new button .dhf-icon-class::before {
  content: "";
  color: blue;
  display: block;
  background-image: "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%2300bcff' data-name='Group 4283'%3E%3Cpath d='M6 1h-.219a5.05 5.05 0 0 0-3.4 1.47A4.8 4.8 0 0 0 1 5.871a5.18 5.18 0 0 0 1.464 3.616A4.87 4.87 0 0 0 5.983 11 5.026 5.026 0 0 0 11 5.977 4.966 4.966 0 0 0 6 1m0-1a6 6 0 1 1-.02 12A6.084 6.084 0 0 1 0 5.871 5.87 5.87 0 0 1 5.743.005Q5.875-.001 6 0' data-name='Path 280'/%3E%3Cpath d='M5.623 11.703C2.163 7.734 2.176 3.426 5.659.178l.682.732c-3.085 2.877-3.072 6.571.036 10.136Z' data-name='Path 281'/%3E%3Cpath d='M6.42.215c3.46 3.969 3.447 8.277-.036 11.525l-.682-.732C8.787 8.131 8.774 4.437 5.666.872Z' data-name='Path 17955'/%3E%3Cg data-name='Group 4272'%3E%3Cpath d='M11.278 4.822H.807v-1h10.471Z' data-name='Line 1'/%3E%3Cpath d='M11.198 8.096H.983v-1h10.215Z' data-name='Line 2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E";
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set.dhf-btn-dropdown-open .dhf-top-btn {
  background-color: transparent;
  color: #fff;
  border: 1px solid transparent;
  z-index: 103;
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set.dhf-btn-dropdown-open .dhf-top-btn .dhf-icon-class-globe::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cg fill=%27%23fff%27 data-name=%27Group 4280%27%3E%3Cpath d=%27M6 1h-.219a5.05 5.05 0 0 0-3.4 1.47A4.8 4.8 0 0 0 1 5.871a5.18 5.18 0 0 0 1.464 3.616A4.87 4.87 0 0 0 5.983 11 5.026 5.026 0 0 0 11 5.977 4.966 4.966 0 0 0 6 1m0-1a6 6 0 1 1-.02 12A6.084 6.084 0 0 1 0 5.871 5.87 5.87 0 0 1 5.743.005Q5.875-.001 6 0%27 data-name=%27Path 280%27/%3E%3Cpath d=%27M5.623 11.703C2.163 7.734 2.176 3.426 5.659.178l.682.732c-3.085 2.877-3.072 6.571.036 10.136Z%27 data-name=%27Path 281%27/%3E%3Cpath d=%27M6.42.215c3.46 3.969 3.447 8.277-.036 11.525l-.682-.732C8.787 8.131 8.774 4.437 5.666.872Z%27 data-name=%27Path 17955%27/%3E%3Cg data-name=%27Group 4272%27%3E%3Cpath d=%27M11.278 4.822H.807v-1h10.471Z%27 data-name=%27Line 1%27/%3E%3Cpath d=%27M11.198 8.096H.983v-1h10.215Z%27 data-name=%27Line 2%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set.dhf-btn-dropdown-open .dhf-top-btn .dhf-icon-class-location::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%277.846%27 height=%2712.041%27 viewBox=%270 0 7.846 12.041%27%3E%3Cg fill=%27%23fff%27 data-name=%27Group 4279%27%3E%3Cpath d=%27M3.923 1A2.93 2.93 0 0 0 1 3.926c0 1.07 1.516 3.948 2.923 6.248C5.331 7.875 6.846 5 6.846 3.926A2.93 2.93 0 0 0 3.923 1m0-1a3.925 3.925 0 0 1 3.923 3.926c0 2.169-3.923 8.115-3.923 8.115S0 6.1 0 3.926A3.925 3.925 0 0 1 3.923 0%27 data-name=%27Path 17951%27/%3E%3Cpath d=%27M3.922 2.055a1.984 1.984 0 1 1-1.984 1.984 1.987 1.987 0 0 1 1.984-1.984m0 2.969a.984.984 0 1 0-.984-.985.985.985 0 0 0 .984.985%27 data-name=%27Ellipse 12%27/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set.dhf-btn-dropdown-open .dhf-top-btn .dhf-icon-class-comments::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2711.468%27 viewBox=%270 0 12 11.468%27%3E%3Cg data-name=%27Group 4278%27%3E%3Cg fill=%27%23fff%27 data-name=%27Group 4275%27%3E%3Cpath d=%27M2.4 0h4.738a2.4 2.4 0 0 1 2.4 2.4v1.9a2.4 2.4 0 0 1-2.4 2.4H5.211l-2.6 2.6V6.69H2.4A2.4 2.4 0 0 1 0 4.293V2.4A2.4 2.4 0 0 1 2.4 0m4.738 5.69a1.4 1.4 0 0 0 1.4-1.4V2.4a1.4 1.4 0 0 0-1.4-1.4H2.4A1.4 1.4 0 0 0 1 2.4v1.9a1.4 1.4 0 0 0 1.4 1.4h1.208v1.179L4.8 5.69Z%27 data-name=%27Path 17952%27/%3E%3Cpath d=%27m10.103 11.467-2.13-2.13h-.978A1.687 1.687 0 0 1 5.31 7.653h1a.686.686 0 0 0 .685.685h1.392l.715.715v-.715h1.208a.686.686 0 0 0 .685-.685v-.948a.686.686 0 0 0-.685-.686v-1a1.687 1.687 0 0 1 1.685 1.685v.948a1.687 1.687 0 0 1-1.685 1.686h-.211Z%27 data-name=%27Path 17953%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .dhf-header-row-one .dhf-header-row-one-parent .dhf-btn-set.dhf-btn-dropdown-open .dhf-top-btn {
    z-index: 3 !important;
  }
}
.dhf-header-row-one .dhf-responsive-menu-fixed {
  padding: 80px 15% 40px;
  background: linear-gradient(180deg, rgba(2, 0, 36, 0), #10384f 25%, #10384f);
  background: -webkit-linear-gradient(-90deg, rgba(2, 0, 36, 0), #10384f 25%, #10384f);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(2, 0, 36, 0)), color-stop(25%, #10384f), color-stop(100%, #10384f));
  z-index: 3;
}
@media (max-width: 991px) {
  .dhf-header-row-one .dhf-responsive-menu-fixed {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 599px) {
  .dhf-header-row-one .dhf-responsive-menu-fixed {
    padding: 0;
  }
}
/*!********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/MenuList/MenuList.scss ***!
  \********************************************************************************************************************************/
.dhf-menu-list-container {
  z-index: 1;
}
@media (max-width: 599px) {
  .dhf-menu-list-container .dhf-menu-list-parent {
    height: calc(100vh - 90px);
    z-index: 1;
  }
}
@media (max-width: 599px) {
  .dhf-menu-list-container .dhf-menu-list-parent .dhf-menu-list-scroll {
    height: 60vh;
    overflow: auto;
    z-index: 1;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-menu-list-container .dhf-menu-list-parent {
    height: calc(100vh - 100px);
    overflow: auto;
    padding: 0 5%;
    z-index: 1;
  }
  .dhf-menu-list-container .dhf-menu-list-parent .dhf-menu-list-scroll-tab {
    overflow: auto;
    height: 88vh;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-menu-list-container .dhf-menu-list-parent {
    height: calc(100vh - 90px);
    overflow: auto;
    padding: 0 5%;
    z-index: 1;
  }
  .dhf-menu-list-container .dhf-menu-list-parent .dhf-menu-list-scroll-tab {
    overflow: auto;
    height: 65vh;
  }
}
@media (max-width: 480px) {
  .dhf-menu-list-container .dhf-menu-list-parent {
    height: calc(100vh - 90px);
  }
  .dhf-menu-list-container .dhf-menu-list-parent .dhf-menu-list-scroll {
    height: calc(100vh - 240px);
  }
}
@media (max-width: 991px) {
  .dhf-menu-list-container .dhf-menu-list-parent .dhf-menu-list-scroll-tab .dhf-menu-list li {
    padding: 24px 0;
  }
}
@media (max-width: 991px) {
  .dhf-menu-list-container nav {
    z-index: 1;
    position: relative;
    padding: 0 13px 10px;
    margin-left: 15px;
    margin-right: 30px;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .dhf-menu-list-container nav {
    z-index: 1;
    position: relative;
    padding: 0 4px 135px;
    padding-left: 12px;
    margin-top: 0;
    margin-right: 12px;
  }
}
.dhf-menu-list-container nav .dhf-menu-list {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dhf-menu-list-container nav .dhf-menu-list .dhf-selected-menu-highlight a {
  color: #ff3162;
}
.dhf-menu-list-container nav .dhf-menu-list .dhf-main-page-active {
  padding: 20px 0;
}
@media (max-width: 991px) {
  .dhf-menu-list-container nav .dhf-menu-list .dhf-main-page-active {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .dhf-menu-list-container nav .dhf-menu-list .dhf-main-page-active {
    padding: 0;
  }
}
@media (max-width: 320px) {
  .dhf-menu-list-container nav .dhf-menu-list .dhf-main-page-active:first-child a {
    font-size: 17px;
  }
}
.dhf-menu-list-container nav .dhf-menu-list li {
  padding: 0 10px 0 9px;
  font-size: 17px;
  font-weight: 300;
}
.dhf-menu-list-container nav .dhf-menu-list li:first-child {
  display: none;
}
@media (max-width: 991px) {
  .dhf-menu-list-container nav .dhf-menu-list li:last-child {
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .dhf-menu-list-container nav .dhf-menu-list li {
    padding: 24px 0;
    font-size: 17px;
    border-bottom: 2px solid #00617f;
  }
  .dhf-menu-list-container nav .dhf-menu-list li:first-child {
    display: block;
  }
  .dhf-menu-list-container nav .dhf-menu-list li:first-child .dhf-menu-list-icon-class {
    display: none;
  }
}
@media (max-width: 480px) {
  .dhf-menu-list-container nav .dhf-menu-list li {
    padding: 24px 0;
    font-size: 17px;
    margin-right: 7px;
  }
}
@media (min-width: 1441px) {
  .dhf-menu-list-container nav .dhf-menu-list li {
    padding: 0 14px 0 0px;
    font-size: 17px;
  }
}
@media (max-width: 1440px) {
  .dhf-menu-list-container nav .dhf-menu-list li {
    padding: 0 19px 0 0;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .dhf-menu-list-container nav .dhf-menu-list li {
    padding: 0 15px 0 0;
    font-size: 14px;
  }
}
@media (max-width: 1040px) {
  .dhf-menu-list-container nav .dhf-menu-list li {
    padding: 0 8px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .dhf-menu-list-container nav .dhf-menu-list li {
    padding: 0 5px;
    font-size: 17px;
  }
}
.dhf-menu-list-container nav .dhf-menu-list li a {
  text-decoration: none;
  color: #10384f;
  position: relative;
  font-family: inherit;
  letter-spacing: 0.17px;
  display: block;
  white-space: nowrap;
}
.dhf-menu-list-container nav .dhf-menu-list li a .dhf-menu-list-icon-class {
  margin-left: 4px;
  vertical-align: baseline;
  color: #d30f4b;
  font-size: 11px;
  height: 11px;
  width: 10px;
  margin-bottom: -1px;
  padding-top: 5px;
}
@media (max-width: 1040px) {
  .dhf-menu-list-container nav .dhf-menu-list li a .dhf-menu-list-icon-class {
    margin-left: 4px;
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .dhf-menu-list-container nav .dhf-menu-list li a .dhf-menu-list-icon-class {
    margin-left: 4px;
    font-size: 11px;
  }
}
@media (max-width: 1440px) {
  .dhf-menu-list-container nav .dhf-menu-list li a .dhf-menu-list-icon-class {
    margin-left: 4px;
    font-size: 11px;
  }
}
@media (min-width: 1441px) {
  .dhf-menu-list-container nav .dhf-menu-list li a .dhf-menu-list-icon-class {
    margin-left: 4px;
    font-size: 11px;
    padding-top: 5px;
  }
}
@media (max-width: 991px) {
  .dhf-menu-list-container nav .dhf-menu-list li a .dhf-menu-list-icon-class {
    color: #fff;
    position: relative;
    right: 5px;
    transform: rotate(-90deg);
    height: 14px;
    width: 12px;
    float: right;
  }
}
.dhf-menu-list-container nav .dhf-menu-list li a:hover {
  color: #d30f4b;
}
@media (max-width: 991px) {
  .dhf-menu-list-container nav .dhf-menu-list li a:hover {
    color: #fff;
  }
}
@media (max-width: 599px) {
  .dhf-menu-list-container nav .dhf-menu-list li a {
    color: #fff;
    display: block;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-menu-list-container nav .dhf-menu-list li a {
    color: #fff;
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-menu-list-container nav .dhf-menu-list li a {
    color: #fff;
    display: block;
  }
}
@media (min-width: 1441px) {
  .dhf-menu-list-container nav .dhf-menu-list li:nth-last-child(3) {
    margin-left: auto;
  }
  .dhf-menu-list-container nav .dhf-menu-list li:nth-last-child(1) {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .dhf-menu-list-container nav .dhf-menu-list {
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
  }
}
.dhf-menu-list-container nav .dhf-menu-list.dhf-menu-open li .dhf-tabItems {
  color: #fff;
}
@media (max-width: 991px) {
  .dhf-menu-list-container nav .dhf-menu-list.dhf-menu-open li .dhf-tabItems {
    padding: 0;
  }
}
.dhf-menu-list-container nav .dhf-menu-list.dhf-menu-open li .dhf-tabItems:hover {
  color: #89d329;
}
.dhf-menu-list-container nav .dhf-menu-list.dhf-menu-open li .dhf-tabItems:hover .dhf-menu-list-icon-class {
  color: #89d329;
}
@media (max-width: 991px) {
  .dhf-menu-list-container nav .dhf-menu-list.dhf-menu-open li .dhf-tabItems:hover .dhf-menu-list-icon-class {
    color: #fff;
  }
}
@media (max-width: 991px) {
  .dhf-menu-list-container nav .dhf-menu-list.dhf-menu-open li .dhf-tabItems:hover {
    color: #fff;
  }
}
.dhf-menu-list-container nav .dhf-menu-list.dhf-menu-open li .dhf-tabItems .dhf-menu-list-icon-class {
  color: #fff;
}
.dhf-menu-list-container nav .dhf-menu-list.dhf-menu-open li .dhf-tabItems-active {
  color: #89d329;
  border-bottom: 3px solid #89d329;
  padding-bottom: 1px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-menu-list-container nav .dhf-menu-list.dhf-menu-open li .dhf-tabItems-active {
    color: #fff;
    border-bottom: none;
    padding-bottom: 0px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-menu-list-container nav .dhf-menu-list.dhf-menu-open li .dhf-tabItems-active {
    color: #fff;
    border-bottom: none;
    padding-bottom: 0px;
  }
}
@media (min-width: 600px) and (max-width: 820px) {
  .dhf-menu-list-container nav .dhf-menu-list.dhf-menu-open li .dhf-tabItems-active {
    color: #fff;
    border-bottom: none;
    padding-bottom: 0px;
  }
}
@media (max-width: 599px) {
  .dhf-menu-list-container nav .dhf-menu-list.dhf-menu-open li .dhf-tabItems-active {
    color: #fff;
    border-bottom: none;
    padding-bottom: 0px;
  }
}
.dhf-menu-list-container nav .dhf-menu-list.dhf-menu-open li .dhf-tabItems-active .dhf-menu-list-icon-class {
  color: #89d329;
  vertical-align: middle;
  padding-top: 0;
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-menu-list-container nav .dhf-menu-list.dhf-menu-open li .dhf-tabItems-active .dhf-menu-list-icon-class {
    color: #fff;
    vertical-align: auto;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-menu-list-container nav .dhf-menu-list.dhf-menu-open li .dhf-tabItems-active .dhf-menu-list-icon-class {
    color: #fff;
    vertical-align: auto;
  }
}
@media (min-width: 600px) and (max-width: 820px) {
  .dhf-menu-list-container nav .dhf-menu-list.dhf-menu-open li .dhf-tabItems-active .dhf-menu-list-icon-class {
    color: #fff;
    vertical-align: auto;
  }
}
@media (max-width: 599px) {
  .dhf-menu-list-container nav .dhf-menu-list.dhf-menu-open li .dhf-tabItems-active .dhf-menu-list-icon-class {
    color: #fff;
    vertical-align: auto;
  }
}
@media (max-width: 991px) {
  .dhf-menu-list-container {
    background-color: #10384f;
  }
}
/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/HeaderRowTwo/HeaderRowTwo.scss ***!
  \****************************************************************************************************************************************/
.dhf-header-row-two .dhf-row-two-content {
  display: flex;
  gap: 1px;
}
@media (min-width: 1441px) {
  .dhf-header-row-two .dhf-row-two-content {
    justify-content: space-between;
    margin-top: -2px;
  }
}
@media (max-width: 1440px) {
  .dhf-header-row-two .dhf-row-two-content {
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .dhf-header-row-two .dhf-row-two-content {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .dhf-header-row-two .dhf-row-two-content {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: unset;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .dhf-header-row-two .dhf-row-two-content {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.dhf-header-row-two .dhf-row-two-content .dhf-logo-parent {
  align-items: center;
}
@media (min-width: 1441px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent {
    display: flex;
    position: relative;
    align-items: flex-start;
    margin-top: 0;
    margin-left: -3px;
  }
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent a {
    width: 90px;
    height: 90px;
  }
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-menu-heading {
    margin-left: 20px;
    padding-top: 3px;
  }
}
@media (max-width: 1440px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent {
    display: flex;
    height: 50px;
  }
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent a {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent {
    align-items: center;
  }
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent a {
    width: 58px;
    height: 58px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent {
    margin-top: 1px;
    margin-left: 1px;
  }
}
@media (max-width: 767px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent {
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent {
    padding-top: 7px;
  }
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent a {
    width: 50px;
    margin-left: 1px;
    margin-top: -1px;
  }
}
@media (max-width: 320px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent a {
    margin-left: -20px;
  }
}
.dhf-header-row-two .dhf-row-two-content .dhf-logo-parent img {
  width: 90px;
  height: 90px;
}
@media (max-width: 1440px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1040px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent img {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 991px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent img {
    left: 10px;
    position: relative;
    top: 2px;
    height: 58px;
    width: 58px;
  }
}
@media (max-width: 640px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent img {
    left: -42px;
    top: 2px;
  }
}
@media (max-width: 480px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent img {
    width: 50px;
    height: 50px;
    left: -6px;
    top: -1px;
  }
}
@media (max-width: 1440px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-menu-heading {
    padding-left: 20px;
  }
}
@media (max-width: 1040px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-menu-heading {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-menu-heading {
    padding: 4px 0px 0px 58px !important;
    position: relative;
    left: -38px;
    top: 0;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-menu-heading {
    padding: 4px 0px 0px 20px;
  }
}
@media (max-width: 767px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-menu-heading {
    padding: 1px 0px 0px 0px;
    top: 0;
  }
}
@media (max-width: 640px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-menu-heading {
    padding: 0;
    top: 0;
    left: -90px;
    position: relative;
  }
}
@media (max-width: 480px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-menu-heading {
    width: 220px;
    padding: 0 0 10px 0;
    position: relative;
    left: -64px;
    top: -7px;
  }
}
.dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-menu-heading .dhf-global-text .dhf-divider {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2721%27 height=%2727%27 fill=%27none%27 viewBox=%270 0 21 27%27%3E%3Cpath fill=%27%2300BCFF%27 d=%27M17.674.795h2.346l-7.657 26H10.02zm-10 0h2.346l-7.657 26H.02z%27/%3E%3C/svg%3E");
  height: 26px;
  margin-left: 6px;
  margin-right: 6px;
  width: 20px;
  display: inline-block;
}
@media (min-width: 1441px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-menu-heading .dhf-global-text .dhf-divider {
    margin-left: 9px;
    margin-right: 9px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2723%27 height=%2731%27 fill=%27none%27 viewBox=%270 0 23 31%27%3E%3Cpath fill=%27%2300BCFF%27 d=%27M20.303.265h2.698l-8.802 30H11.5l8.802-30zm-11.5 0H11.5l-8.802 30H.001z%27/%3E%3C/svg%3E");
    height: 30px;
    width: 23px;
  }
}
@media (max-width: 1040px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-menu-heading .dhf-global-text .dhf-divider {
    margin-top: 8px;
  }
}
@media (max-width: 991px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-menu-heading .dhf-global-text .dhf-divider {
    height: 23px;
    width: 17px;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
    top: -4px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2723%27 fill=%27none%27 viewBox=%270 0 18 23%27%3E%3Cpath fill=%27%2300BCFF%27 d=%27M15.026 0h1.994l-6.507 23H8.52zm-8.5 0H8.52L2.013 23H.02z%27/%3E%3C/svg%3E");
  }
}
@media (max-width: 640px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-menu-heading .dhf-global-text .dhf-divider {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2723%27 fill=%27none%27 viewBox=%270 0 18 23%27%3E%3Cpath fill=%27%2300BCFF%27 d=%27M15.026 0h1.994l-6.507 23H8.52zm-8.5 0H8.52L2.013 23H.02z%27/%3E%3C/svg%3E");
    height: 23px;
    width: 17px;
    margin-left: 8px;
    margin-right: 8px;
    top: -4px;
    position: relative;
  }
}
@media (max-width: 480px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-menu-heading .dhf-global-text .dhf-divider {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%2713%27 fill=%27none%27 viewBox=%270 0 10 13%27%3E%3Cpath fill=%27%2300BCFF%27 d=%27M3.703 0h1.442L1.441 13.004H0zm4.855 0H10L6.296 13.004H4.855z%27/%3E%3C/svg%3E");
    height: 13px;
    margin-left: 4px;
    margin-right: 4px;
    width: 10px;
    margin-top: 6px;
    top: -1px;
  }
}
@media (max-width: 1040px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-menu-heading .dhf-global-text {
    display: flex;
    margin-left: 10px;
  }
}
@media (max-width: 480px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-menu-heading .dhf-global-text {
    margin-left: 13px;
    display: inline-flex;
    flex-flow: wrap;
  }
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-menu-heading .dhf-global-text span {
    line-height: normal !important;
  }
}
.dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-menu-heading .dhf-global-text span {
  font-size: 43px;
  color: #10384f;
  font-weight: 200;
}
@media (max-width: 1440px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-menu-heading .dhf-global-text span {
    font-size: 37px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-menu-heading .dhf-global-text span {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-menu-heading .dhf-global-text span {
    font-size: 18px;
    font-weight: 400;
  }
}
.dhf-header-row-two .dhf-row-two-content .dhf-menu-parent {
  position: relative;
  transition: none;
  padding: 5px 0;
}
@media (min-width: 1441px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent {
    margin-top: -35px;
    margin-left: 108px;
    display: flex;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent {
    width: 100%;
  }
}
@media (max-width: 1040px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent {
    position: static;
    margin-top: 8px;
    transition: none;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent {
    margin-top: 0px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container {
    flex-wrap: nowrap;
  }
}
.dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1441px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper {
    justify-content: flex-end;
  }
}
.dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1441px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent {
    margin-left: 1px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent {
    gap: 10px;
  }
}
@media (max-width: 599px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent {
    gap: 0px;
    margin-top: 10px;
  }
}
.dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
  padding: 0;
}
.dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-icon {
  content: " ";
  position: relative;
  top: 0;
  width: 30px;
  height: 26px;
  margin-left: 20px;
  margin-right: 0;
  background-color: #10384f;
  clip-path: polygon(20% 1%, 100% 0%, 100% 98%, 0% 100%);
  right: -3px;
  z-index: -1;
  display: block;
}
@media (max-width: 1440px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-icon {
    top: -3px;
  }
}
@media (max-width: 1040px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-icon {
    top: -4px;
  }
}
@media (max-width: 991px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-icon {
    top: -2px;
    background-color: transparent;
    clip-path: inherit;
  }
}
.dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-open {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xml:space=%27preserve%27 viewBox=%270 0 10 10.1%27%3E%3Cpath d=%27M9.2 1.7C7.9-.1 5.4-.5 3.5.8c-1.8 1.3-2.2 3.9-.9 5.7L0 9.1l1 1 2.6-2.6c1.4 1 3.3 1 4.7-.1 1.8-1.3 2.3-3.9.9-5.7M5.9 7C4.3 7 3 5.7 3 4.1s1.3-2.9 2.9-2.9 2.9 1.3 2.9 2.9S7.5 7 5.9 7%27 style=%27fill:%23fff%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 63%;
  background-size: 13px;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
  right: 0;
}
.dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-open:hover {
  background-color: #d30f4b;
}
@media (min-width: 1441px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-open {
    top: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-open {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xml:space=%27preserve%27 viewBox=%270 0 19 19%27%3E%3Cpath d=%27M11.5 0C7.4 0 4 3.4 4 7.5c0 1.8.6 3.5 1.7 4.7L0 18l1.1 1 5.7-5.7c1.3 1.1 2.9 1.7 4.7 1.7 4.1 0 7.5-3.4 7.5-7.5S15.7 0 11.5 0m0 13.5c-3.3 0-6-2.7-6-6s2.7-6 6-6 6 2.7 6 6-2.7 6-6 6%27 style=%27fill:%23d30f4b%27/%3E%3C/svg%3E");
    right: 15px;
    top: -6px;
    background-size: 18px;
  }
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-open:hover {
    background-color: transparent;
  }
}
@media (max-width: 640px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-open {
    top: -3px;
    right: 0;
    left: 38px;
    background-size: 18px;
  }
}
@media (max-width: 480px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-open {
    top: -6px;
    background-size: 18px;
    left: -16px;
  }
}
.dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-close {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xml:space=%27preserve%27 viewBox=%270 0 17.1 17.1%27%3E%3Cpath d=%27M17.1 1.1 16 0 8.5 7.5 1.1 0 0 1.1l7.5 7.4L0 16l1.1 1.1 7.4-7.5 7.5 7.5 1.1-1.1-7.5-7.5z%27 style=%27fill:%23fff%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 60%;
  background-color: #d30f4b;
  background-size: 13px;
}
@media (max-width: 991px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-close {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xml:space=%27preserve%27 viewBox=%270 0 17.1 17.1%27%3E%3Cpath d=%27M17.1 1.1 16 0 8.5 7.5 1.1 0 0 1.1l7.5 7.4L0 16l1.1 1.1 7.4-7.5 7.5 7.5 1.1-1.1-7.5-7.5z%27 style=%27fill:%23d30f4b%27/%3E%3C/svg%3E");
    right: 6px;
    top: 2px;
    background-position: unset;
    background-color: transparent;
    background-size: 18px;
  }
}
@media (max-width: 640px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-close {
    top: 4px;
  }
}
@media (max-width: 480px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-close {
    right: 6px;
    top: 0;
  }
}
@media (max-width: 599px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent {
    display: flex;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent {
    display: flex;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent {
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent {
    display: none;
  }
}
@media (min-width: 1367px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent {
    display: none;
  }
}
@media (max-width: 991px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent {
    margin: 0px -3px 5px 10px;
  }
}
@media (max-width: 767px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent {
    margin: 0px 1px 7px 10px;
  }
}
@media (max-width: 640px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent {
    margin: 1px 0px 0px;
  }
}
@media (max-width: 480px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent {
    margin: 5px 0px 0px 0px;
  }
}
.dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent .dhf-hamburger-menu {
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media (max-width: 320px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent .dhf-hamburger-menu {
    right: -18px;
    top: -4px;
    left: 0;
  }
}
@media (max-width: 991px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent .dhf-hamburger-menu {
    top: 0;
    left: -15px;
  }
}
@media (max-width: 640px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent .dhf-hamburger-menu {
    left: 40px;
    top: 1px;
  }
}
@media (max-width: 480px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent .dhf-hamburger-menu {
    left: 3px;
    top: -4px;
  }
}
.dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent .dhf-hamburger-menu span {
  height: 1.5px;
  background-color: #624963;
  margin: 3px 0;
  display: block;
  clear: both;
  float: right;
  width: 15px;
}
.dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent .dhf-hamburger-menu span:first-child {
  width: 10px;
  height: 1.5px;
  transition: all 0.3s ease-out, right 0.3s ease-out;
}
.dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent .dhf-hamburger-menu span:last-child {
  width: 20px;
  height: 1.5px;
  transition: all 0.3s ease-out, right 0.3s ease-out;
}
@media (max-width: 991px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent .dhf-hamburger-menu.open {
    height: 18px;
    width: 23px;
    left: -16px;
    top: -1px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2723%27 height=%2717%27 fill=%27none%27 viewBox=%270 0 23 17%27%3E%3Cpath fill=%27%23fff%27 fill-rule=%27evenodd%27 d=%27M3.5 15.438 18.44.5l1.06 1.06L4.562 16.5l-1.06-1.06z%27 clip-rule=%27evenodd%27/%3E%3Cpath fill=%27%23fff%27 fill-rule=%27evenodd%27 d=%27M18.436 16.5 3.503 1.567 4.564.507l14.933 14.932z%27 clip-rule=%27evenodd%27/%3E%3C/svg%3E");
  }
}
@media (max-width: 640px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent .dhf-hamburger-menu.open {
    left: 40px;
    top: 1px;
  }
}
@media (max-width: 320px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent .dhf-hamburger-menu.open {
    top: -8px;
  }
}
@media (max-width: 480px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent .dhf-hamburger-menu.open {
    left: 3px;
    right: -8px;
    height: 17px;
    top: -5px;
  }
}
.dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent .dhf-hamburger-menu.open span {
  background-color: #fff;
  opacity: 0;
}
.dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent .dhf-hamburger-menu.open span:first-child {
  opacity: 0;
  transform: rotate(-45deg) translate(-5px, 5px);
  width: 18px;
}
@media (max-width: 320px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent .dhf-hamburger-menu.open span:first-child {
    width: 23px;
  }
}
.dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent .dhf-hamburger-menu.open span:last-child {
  opacity: 0;
  transform: rotate(45deg) translate(-5.5px, -5.5px);
  width: 18px;
}
@media (max-width: 320px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-parent .dhf-hamburger-parent .dhf-hamburger-menu.open span:last-child {
    width: 23px;
  }
}
@media (min-width: 1441px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-menu-full-view {
    display: flex;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1440px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-menu-full-view {
    display: flex;
    width: 100%;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-menu-full-view {
    display: flex;
    width: 100%;
    margin-right: auto;
  }
}
@media (max-width: 1040px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-menu-full-view {
    display: flex;
    width: 100%;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-menu-full-view {
    display: none;
  }
}
.dhf-header-row-two .dhf-row-two-content.dhf-menu-open .dhf-logo-parent .dhf-global-text span {
  color: #fff !important;
}
@media (max-width: 599px) {
  .dhf-header-row-two .dhf-row-two-content.dhf-menu-open .dhf-logo-parent .dhf-global-text span {
    color: #fff;
  }
}
.dhf-header-row-two .dhf-row-two-content.dhf-menu-open .dhf-logo-parent .dhf-divider {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2727%27 fill=%27none%27 viewBox=%270 0 20 27%27%3E%3Cpath fill=%27%23fff%27 d=%27M17.654.928H20l-7.657 26H10zm-10 0H10l-7.657 26H0z%27/%3E%3C/svg%3E") !important;
}
@media (min-width: 1441px) {
  .dhf-header-row-two .dhf-row-two-content.dhf-menu-open .dhf-logo-parent .dhf-divider {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2723%27 height=%2731%27 fill=%27none%27 viewBox=%270 0 23 31%27%3E%3Cpath fill=%27%23fff%27 d=%27M20.303.265h2.698l-8.802 30H11.5l8.802-30zm-11.5 0H11.5l-8.802 30H.001z%27/%3E%3C/svg%3E") !important;
    height: 30px;
    width: 23px;
  }
}
@media (max-width: 991px) {
  .dhf-header-row-two .dhf-row-two-content.dhf-menu-open .dhf-logo-parent .dhf-divider {
    width: 17px;
    height: 23px;
    position: relative;
    margin-left: 7px;
    margin-right: 8px;
    top: -4px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2723%27 fill=%27none%27 viewBox=%270 0 18 23%27%3E%3Cpath fill=%27%23fff%27 d=%27M15.026 0h1.994l-6.507 23H8.52zm-8.5 0H8.52L2.013 23H.02z%27/%3E%3C/svg%3E") !important;
  }
}
@media (max-width: 480px) {
  .dhf-header-row-two .dhf-row-two-content.dhf-menu-open .dhf-logo-parent .dhf-divider {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%2713%27 fill=%27none%27 viewBox=%270 0 10 13%27%3E%3Cpath fill=%27%23fff%27 d=%27M3.703 0h1.442L1.441 13.004H0zm4.855 0H10L6.296 13.004H4.855z%27/%3E%3C/svg%3E") !important;
  }
}
.dhf-header-row-two .dhf-row-two-content.dhf-menu-open .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent::after {
  background-color: #10384f;
}
.dhf-header-row-two .dhf-row-two-content.dhf-menu-open .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-icon {
  background-color: #00617f !important;
}
@media (max-width: 991px) {
  .dhf-header-row-two .dhf-row-two-content.dhf-menu-open .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-icon {
    color: #fff !important;
  }
}
@media (max-width: 1040px) {
  .dhf-header-row-two .dhf-row-two-content.dhf-menu-open .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-icon {
    background-color: transparent !important;
  }
}
@media (max-width: 991px) {
  .dhf-header-row-two .dhf-row-two-content.dhf-menu-open .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-open {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xml:space=%27preserve%27 viewBox=%270 0 10 10.1%27%3E%3Cpath d=%27M9.2 1.7C7.9-.1 5.4-.5 3.5.8c-1.8 1.3-2.2 3.9-.9 5.7L0 9.1l1 1 2.6-2.6c1.4 1 3.3 1 4.7-.1 1.8-1.3 2.3-3.9.9-5.7M5.9 7C4.3 7 3 5.7 3 4.1s1.3-2.9 2.9-2.9 2.9 1.3 2.9 2.9S7.5 7 5.9 7%27 style=%27fill:%23fff%27/%3E%3C/svg%3E") !important;
  }
}
/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/SearchParent/SearchParent.scss ***!
  \****************************************************************************************************************************************/

/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/DynamicAnchorTag/DynamicAnchorTag.scss ***!
  \************************************************************************************************************************************************/
.pointer {
  cursor: pointer;
}
/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/MegaMenuLevelItem/MegaMenuLevelItem.scss ***!
  \**************************************************************************************************************************************************/
.dhf-mega-menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
@media (min-width: 1441px) {
  .dhf-mega-menu-open {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media (max-width: 1440px) {
  .dhf-mega-menu-open {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media (max-width: 991px) {
  .dhf-mega-menu-open {
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

.dhf-mega-menu-level {
  align-content: flex-start;
}
@media (max-width: 599px) {
  .dhf-mega-menu-level {
    position: fixed;
    width: 100vw;
    height: 63vh;
    overflow: auto;
    background-color: #10384f;
    left: 0;
    padding: 0 33px 300px;
    top: 90px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-mega-menu-level {
    position: fixed;
    width: 100vw;
    height: 75vh;
    overflow: auto;
    background-color: #10384f;
    left: 0;
    padding: 0 60px 300px;
    top: 90px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-mega-menu-level {
    position: fixed;
    width: 100vw;
    height: 75vh;
    overflow: auto;
    background-color: #10384f;
    left: 32px;
    padding: 0 30px 300px;
    top: 94px;
  }
}
@media (min-width: 1441px) {
  .dhf-mega-menu-level:hover .dhf-link-opacity {
    opacity: 1 !important;
  }
  .dhf-mega-menu-level .dhf-link-opacity {
    opacity: 0.5;
  }
  .dhf-mega-menu-level .dhf-link-opacity:hover {
    opacity: 1;
  }
}
@media (max-width: 1440px) {
  .dhf-mega-menu-level:hover .dhf-link-opacity {
    opacity: 1 !important;
  }
  .dhf-mega-menu-level .dhf-link-opacity {
    opacity: 0.5;
  }
  .dhf-mega-menu-level .dhf-link-opacity:hover {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .dhf-mega-menu-level:hover .dhf-link-opacity {
    opacity: 1 !important;
  }
  .dhf-mega-menu-level .dhf-link-opacity {
    opacity: 1;
  }
  .dhf-mega-menu-level .dhf-link-opacity:hover {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .dhf-mega-menu-level {
    padding: 0 12px 0;
    height: 75vh;
  }
}
.dhf-mega-menu-level .dhf-level-title .dhf-active-parent-link-highlight {
  color: #89d329;
}
@media (max-width: 991px) {
  .dhf-mega-menu-level .dhf-prev-lvl {
    width: 100%;
    margin-bottom: 10px;
  }
}
.dhf-mega-menu-level .dhf-responsive-previous-level-title {
  position: relative;
}
.dhf-mega-menu-level .dhf-responsive-previous-level-title span {
  color: #89d329;
  padding: 20px 0px 20px 30px;
  border-bottom: 2px solid #89d329;
  display: block;
  font-weight: 600;
}
@media (max-width: 991px) {
  .dhf-mega-menu-level .dhf-responsive-previous-level-title span {
    margin-right: 68px;
  }
}
@media (max-width: 480px) {
  .dhf-mega-menu-level .dhf-responsive-previous-level-title span {
    margin-right: 0;
  }
}
.dhf-mega-menu-level .dhf-responsive-previous-level-title span::before {
  content: " ";
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%2716%27 viewBox=%270 0 19 11%27%3E%3Cpath stroke=%27%2389d329%27 stroke-width=%274%27 fill=%27none%27 d=%27M.5.5l9 9 9-9%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  transform: rotate(90deg);
}
@media (min-width: 1441px) {
  .dhf-mega-menu-level .dhf-responsive-previous-level-title {
    display: none;
  }
}
@media (max-width: 1440px) {
  .dhf-mega-menu-level .dhf-responsive-previous-level-title {
    display: none;
  }
}
@media (max-width: 991px) {
  .dhf-mega-menu-level .dhf-responsive-previous-level-title {
    display: block;
  }
}
.dhf-mega-menu-level .dhf-mega-menu-item-link {
  font-style: normal;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
  letter-spacing: 0.32px;
  line-height: 1.3;
  white-space: break-spaces;
  font-size: 16px;
}
@media (max-width: 991px) {
  .dhf-mega-menu-level .dhf-mega-menu-item-link {
    padding: 6px 9px 6px 14px;
    margin-bottom: 20px;
  }
}
.dhf-mega-menu-level .dhf-active-parent-link-highlight {
  color: #89d329;
}
@media (max-width: 991px) {
  .dhf-mega-menu-level .dhf-active-parent-link-highlight {
    color: #00bcff;
  }
}
.dhf-mega-menu-level .dhf-mega-menu-item-link-pseudo::after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 1px;
  width: 10.9px;
  height: 100%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%276%27 height=%2712%27 viewBox=%270 0 8 14%27%3E%3Cpath stroke=%27%23fff%27 stroke-width=%271.5%27 fill=%27none%27 d=%27M.5 13.5L7 7 .5.5%27/%3E%3C/svg%3E") no-repeat right 6px center;
}
@media (max-width: 991px) {
  .dhf-mega-menu-level .dhf-mega-menu-item-link-pseudo::after {
    right: 80px;
  }
}
@media (max-width: 480px) {
  .dhf-mega-menu-level .dhf-mega-menu-item-link-pseudo::after {
    right: 20px;
  }
}
.dhf-mega-menu-level .dhf-fw-200 {
  font-weight: 200;
  font-size: 16px;
}
.dhf-mega-menu-level .dhf-fw-600 {
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 991px) {
  .dhf-mega-menu-level .dhf-fw-600 {
    padding: 18px 0px;
  }
}
.dhf-mega-menu-level .dhf-mega-menu-item-link-parent:hover {
  color: #89d329;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .dhf-mega-menu-level .dhf-mega-menu-item-link-child:hover {
    background-color: #00617f;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .dhf-mega-menu-level .dhf-mega-menu-item-link-child:hover {
    background-color: #00617f;
  }
}
@media (min-width: 1367px) {
  .dhf-mega-menu-level .dhf-mega-menu-item-link-child:hover {
    background-color: #00617f;
  }
}
.dhf-mega-menu-level .dhf-mega-menu-item {
  padding: 0;
}
@media (max-width: 991px) {
  .dhf-mega-menu-level .dhf-mega-menu-item.dhf-item-padding {
    padding-left: 15px;
    border-left: 1px solid #ff3162;
  }
}
@media (max-width: 991px) {
  .dhf-mega-menu-level .dhf-mega-menu-item .dhf-mega-menu-item-heading {
    padding: 10px 0 0;
  }
  .dhf-mega-menu-level .dhf-mega-menu-item .dhf-mega-menu-item-heading a {
    padding: 0;
  }
}
.dhf-mega-menu-level .dhf-mega-menu-item .dhf-mega-menu-item-heading .dhf-mob-active-link-highlight {
  color: #00bcff;
  padding: 0;
}
.dhf-mega-menu-level .dhf-mega-menu-item .dhf-mega-menu-item-heading .dhf-active-link-highlight {
  background-color: #00617f !important;
  opacity: 0.5;
}
.dhf-mega-menu-level .dhf-mega-menu-item .dhf-mega-menu-item-heading .dhf-active-link-highlight-select {
  background-color: #00617f;
  opacity: 0.5;
}
.dhf-mega-menu-level .dhf-mega-menu-item .dhf-mega-menu-child-heading ul {
  display: block !important;
  position: static;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 599px) {
  .dhf-mega-menu-level .dhf-mega-menu-item .dhf-mega-menu-child-heading ul {
    margin: 15px 0 0;
    border-left: 2px solid #ff3162;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-mega-menu-level .dhf-mega-menu-item .dhf-mega-menu-child-heading ul {
    margin: 15px 0 0;
    border-left: 2px solid #ff3162;
    margin-left: 12px;
  }
}
@media (max-width: 991px) {
  .dhf-mega-menu-level .dhf-mega-menu-item .dhf-mega-menu-child-heading ul {
    border-left: 1px solid #ff3162;
  }
}
@media (max-width: 480px) {
  .dhf-mega-menu-level .dhf-mega-menu-item .dhf-mega-menu-child-heading ul {
    margin-left: 15px;
  }
}
.dhf-mega-menu-level .dhf-mega-menu-item .dhf-mega-menu-child-heading ul .dhf-mob-active-link-highlight a {
  color: #00bcff;
}
.dhf-mega-menu-level .dhf-mega-menu-item .dhf-mega-menu-child-heading ul .dhf-active-link-highlight-select {
  background-color: #00617f;
}
.dhf-mega-menu-level .dhf-mega-menu-item .dhf-mega-menu-child-heading ul .dhf-active-link-highlight-select a {
  opacity: 0.5;
}
.dhf-mega-menu-level .dhf-mega-menu-item .dhf-mega-menu-child-heading ul .dhf-active-link-highlight {
  background-color: #00617f !important;
}
.dhf-mega-menu-level .dhf-mega-menu-item .dhf-mega-menu-child-heading ul .dhf-active-link-highlight a {
  opacity: 0.5;
}
.dhf-mega-menu-level .dhf-mega-menu-item .dhf-mega-menu-child-heading ul .dhf-active-link-highlight.dhf-active-link-highlight-select {
  background-color: #00617f;
}
.dhf-mega-menu-level .dhf-mega-menu-item .dhf-mega-menu-child-heading ul .dhf-active-link-highlight.dhf-active-link-highlight-select a {
  opacity: 0.5;
}
.dhf-mega-menu-level .dhf-mega-menu-item .dhf-mega-menu-child-heading ul li .dhf-mob-active-link-highlight {
  color: #00bcff;
}
@media (max-width: 599px) {
  .dhf-mega-menu-level .dhf-mega-menu-item .dhf-mega-menu-child-heading ul li:first-child {
    padding-top: 0;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-mega-menu-level .dhf-mega-menu-item .dhf-mega-menu-child-heading ul li:first-child {
    padding-top: 0;
  }
}
/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/MegaMenuOverLay/MegaMenuOverLay.scss ***!
  \**********************************************************************************************************************************************/
.dhf-mega-menu-overlay {
  padding: 25px 0;
}
.dhf-mega-menu-overlay .dhf-close-btn-parent {
  position: absolute;
  top: 115px;
  right: 20px;
  cursor: pointer;
  line-height: 2;
  border: 1px solid #00617f;
  background-color: #00617f;
}
@media (min-width: 1441px) {
  .dhf-mega-menu-overlay .dhf-close-btn-parent {
    top: 145px;
  }
}
.dhf-mega-menu-overlay .dhf-close-btn-parent:hover {
  background-color: transparent;
}
.dhf-mega-menu-overlay .dhf-close-btn-parent button {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  min-width: 70px;
  padding: 6px 8px;
  font-family: inherit;
}
.dhf-mega-menu-overlay .dhf-close-btn-parent .dhf-close-btn-endIcon {
  font-size: 12px;
  margin-bottom: 2.5px;
  height: 12px;
  width: 12px;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: calc(100vh - 104px);
  scrollbar-color: #fff #10384f;
  scrollbar-width: thin;
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent::-webkit-scrollbar {
  width: 5px;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent::-webkit-scrollbar-track {
  background: #00617f;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 6px;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent::-webkit-scrollbar-thumb:hover {
  background: "";
}
@media (min-width: 1441px) {
  .dhf-mega-menu-overlay .dhf-mega-menu-item-parent {
    max-height: 85%;
    padding-bottom: 100px;
  }
}
@media (max-width: 1440px) {
  .dhf-mega-menu-overlay .dhf-mega-menu-item-parent {
    max-height: 70vh;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .dhf-mega-menu-overlay .dhf-mega-menu-item-parent {
    max-height: 60vh;
  }
}
.dhf-mega-menu-overlay .dhf-menu-scrollbtn {
  display: flex;
  position: fixed;
  text-align: center;
  width: 295px;
  justify-content: center;
  color: #fff;
  padding-bottom: 10px;
  bottom: 0;
  background-color: #10384f;
}
.dhf-mega-menu-overlay .dhf-menu-scrollbtn::before {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(0deg, #020024, #10384f 0, rgba(16, 56, 79, 0));
  pointer-events: none;
  height: 85px;
  width: 100%;
  bottom: 25px;
}
@media (max-width: 1440px) {
  .dhf-mega-menu-overlay .dhf-menu-scrollbtn {
    width: 242px;
  }
}
.dhf-mega-menu-overlay .dhf-menu-scrollbtn span {
  color: #fff;
  cursor: pointer;
  user-select: none;
}
.dhf-mega-menu-overlay .dhf-menu-scrollbtn .dhf-scroll-text {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.dhf-mega-menu-overlay .dhf-menu-scrollbtn .dhf-scroll-up-arrow,
.dhf-mega-menu-overlay .dhf-menu-scrollbtn .dhf-scroll-down-arrow {
  color: #fff;
  margin-left: 4px;
  margin-top: 3px;
  font-size: 12px;
}
.dhf-mega-menu-overlay .dhf-mega-menu-description-container {
  padding-right: 25px;
  flex-basis: 25%;
  overflow: hidden;
}
.dhf-mega-menu-overlay .dhf-mega-menu-description-container a {
  text-decoration: none;
}
.dhf-mega-menu-overlay .dhf-mega-menu-description-container .dhf-menu-image img {
  width: 100%;
  height: auto;
}
@media (max-width: 1040px) {
  .dhf-mega-menu-overlay .dhf-mega-menu-description-container .dhf-menu-image img {
    width: 100%;
    height: 118px;
  }
}
@media (max-width: 1199px) {
  .dhf-mega-menu-overlay .dhf-mega-menu-description-container .dhf-menu-image img {
    width: 100%;
    height: 128px;
  }
}
.dhf-mega-menu-overlay .dhf-mega-menu-description-container .dhf-menu-description {
  margin-top: 20px;
}
.dhf-mega-menu-overlay .dhf-mega-menu-description-container .dhf-menu-description p {
  font-size: 24px;
  font-weight: 200;
  font-style: italic;
  line-height: 1.33;
  text-align: left;
  color: #00bcff;
  text-decoration: none;
  font-family: inherit;
  letter-spacing: 0.5px;
}
.dhf-mega-menu-overlay .dhf-mega-menu-description-container .dhf-menu-description strong {
  font-weight: 400;
  font-family: inherit;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent1 .dhf-mega-menu-item-parent-level-1 .dhf-mega-menu-item-heading {
  padding: 5px 0;
  line-height: 1.15;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent1 .dhf-mega-menu-item-parent-level-1 .dhf-mega-menu-child-heading {
  border-left: 1px solid #ff3162;
  margin-left: 15px;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent1 .dhf-mega-menu-item-parent-level-1 .dhf-mega-menu-child-heading ul li a {
  padding: 6px 15px;
  line-height: 1.25;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent1 .dhf-mega-menu-item-parent-level-2 {
  padding-left: 15px;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent1 .dhf-mega-menu-item-parent-level-2 .dhf-mega-menu-item-link-parent {
  line-height: 1.15;
  padding: 6px 0;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent1 .dhf-mega-menu-item-parent-level-2 .dhf-mega-menu-item-heading {
  border-left: 1px solid #ff3162;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent1 .dhf-mega-menu-item-parent-level-2 .dhf-mega-menu-item-heading .dhf-mega-menu-item-link {
  padding: 6px 15px;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent1 .dhf-mega-menu-item-parent-level-2:hover {
  opacity: 1;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent1 .dhf-mega-menu-item-parent-level-3 {
  padding-left: 15px;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent1 .dhf-mega-menu-item-parent-level-3 .dhf-mega-menu-item-link-parent {
  line-height: 1.15;
  padding: 6px 0;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent1 .dhf-mega-menu-item-parent-level-3 .dhf-mega-menu-item-heading {
  border-left: 1px solid #ff3162;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent1 .dhf-mega-menu-item-parent-level-3 .dhf-mega-menu-item-heading .dhf-mega-menu-item-link {
  padding: 6px 15px;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent1 .dhf-mega-menu-item-parent-level-3:hover {
  opacity: 1;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent1 .dhf-mega-menu-item-parent-level-4 {
  padding-left: 15px;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent1 .dhf-mega-menu-item-parent-level-4 .dhf-mega-menu-item-link-parent {
  line-height: 1.15;
  padding: 6px 0;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent1 .dhf-mega-menu-item-parent-level-4 .dhf-mega-menu-item-heading {
  border-left: 1px solid #ff3162;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent1 .dhf-mega-menu-item-parent-level-4 .dhf-mega-menu-item-heading .dhf-mega-menu-item-link {
  padding: 6px 15px;
}
.dhf-mega-menu-overlay .dhf-mega-menu-item-parent1 .dhf-mega-menu-item-parent-level-4:hover {
  opacity: 1;
}
/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/MegaMenuLevelItemV2/MegaMenuLevelItemV2.scss ***!
  \******************************************************************************************************************************************************/
.dhf-mega-menu-level-v2 {
  align-content: flex-start;
  position: fixed;
  width: 100vw;
  height: 100%;
  overflow: auto;
  background-color: #10384f;
  left: 0;
}
@media (max-width: 1199px) {
  .dhf-mega-menu-level-v2 {
    top: 130px;
    padding: 20px 50px;
  }
}
@media (max-width: 991px) {
  .dhf-mega-menu-level-v2 {
    padding: 25px 50px;
    top: 104px;
  }
}
.dhf-mega-menu-level-v2:hover .dhf-link-opacity {
  opacity: 1;
}
.dhf-mega-menu-level-v2 .dhf-close-btn-parent {
  position: absolute;
  right: 20px;
  cursor: pointer;
  line-height: 2;
  top: 140px;
  border: 1px solid #00617f;
  background-color: #00617f;
}
.dhf-mega-menu-level-v2 .dhf-close-btn-parent:hover {
  background-color: transparent;
}
@media (max-width: 1040px) {
  .dhf-mega-menu-level-v2 .dhf-close-btn-parent {
    top: 0;
  }
}
.dhf-mega-menu-level-v2 .dhf-close-btn-parent button {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  padding: 10px;
}
.dhf-mega-menu-level-v2 .dhf-close-btn-parent .dhf-close-btn-endIcon {
  font-size: 12px;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-1 {
  width: 30%;
  padding-right: 15px;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-1 .dhf-menu-image img {
  width: 232px;
  height: 140px;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-1 .dhf-menu-description {
  margin-top: 15px;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-1 .dhf-menu-description p {
  font-weight: 300;
  font-style: italic;
  line-height: 1.33;
  text-align: left;
  color: #00bcff;
  font-size: 24px;
  font-family: inherit;
  letter-spacing: 0.5px;
}
@media (max-width: 1040px) {
  .dhf-mega-menu-level-v2 .dhf-prev-lvl-section-2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.dhf-mega-menu-level-v2 .dhf-responsive-previous-level-title {
  position: relative;
}
.dhf-mega-menu-level-v2 .dhf-responsive-previous-level-title span {
  color: #89d329;
  padding: 11px 0px 11px 30px;
  border-bottom: 2px solid #89d329;
  display: block;
  font-weight: 600;
}
.dhf-mega-menu-level-v2 .dhf-responsive-previous-level-title span::before {
  content: " ";
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%2716%27 viewBox=%270 0 19 11%27%3E%3Cpath stroke=%27%2389d329%27 stroke-width=%274%27 fill=%27none%27 d=%27M.5.5l9 9 9-9%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  transform: rotate(90deg);
}
@media (min-width: 1441px) {
  .dhf-mega-menu-level-v2 .dhf-responsive-previous-level-title {
    display: none;
  }
}
@media (max-width: 1440px) {
  .dhf-mega-menu-level-v2 .dhf-responsive-previous-level-title {
    display: none;
  }
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent {
  width: 65%;
}
@media (max-width: 1040px) {
  .dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent {
    width: 35%;
  }
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 {
  height: calc(100vh - 130px);
  max-height: 64vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap {
  width: 67%;
}
@media (max-width: 1040px) {
  .dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap {
    width: 100%;
  }
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item-parent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: calc(100vh - 90px);
  max-height: 55vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-link-opacity {
  opacity: 1;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item-link {
  font-style: normal;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
  letter-spacing: 0.32px;
  line-height: 1.3;
  white-space: break-spaces;
  padding: 4px 9px 4px 14px;
  font-size: 16px;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item-link-pseudo::after {
  content: "";
  display: block;
  position: absolute;
  right: 90px;
  top: 0;
  width: 10.9px;
  height: 100%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%276%27 height=%2712%27 viewBox=%270 0 8 14%27%3E%3Cpath stroke=%27%23fff%27 stroke-width=%271.5%27 fill=%27none%27 d=%27M.5 13.5L7 7 .5.5%27/%3E%3C/svg%3E") no-repeat right 6px center;
}
@media (max-width: 1040px) {
  .dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item-link-pseudo::after {
    right: 0;
  }
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-fw-200 {
  font-weight: 200;
  font-size: 16px;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-fw-600 {
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 991px) {
  .dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-fw-600 {
    padding: 20px 0px;
  }
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item-link-parent:hover {
  color: #89d329;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item-link-child:hover {
    background-color: #00617f;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item-link-child:hover {
    background-color: #00617f;
  }
}
@media (min-width: 1367px) {
  .dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item-link-child:hover {
    background-color: #00617f;
  }
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item {
  margin-left: 23px;
}
@media (max-width: 991px) {
  .dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item .dhf-mega-menu-item-heading {
    padding: 10px 0 0;
  }
  .dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item .dhf-mega-menu-item-heading a {
    padding: 0;
  }
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item .dhf-mega-menu-item-heading .dhf-mob-active-link-highlight {
  color: #00bcff;
  padding: 0;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item .dhf-mega-menu-item-heading .dhf-active-link-highlight {
  color: #00bcff;
  opacity: 1;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item .dhf-mega-menu-item-heading .dhf-active-link-highlight-select {
  background-color: #00617f;
  opacity: 0.5;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item .dhf-mega-menu-child-heading {
  padding-left: 10px;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item .dhf-mega-menu-child-heading ul {
  display: block !important;
  position: static;
  left: 0;
  border-left: 1px solid #ff3162;
  padding: 0;
  margin: 0 0 0 14px;
  list-style: none;
}
@media (max-width: 599px) {
  .dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item .dhf-mega-menu-child-heading ul {
    margin: 15px 0 0;
    border-left: 2px solid #ff3162;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item .dhf-mega-menu-child-heading ul {
    margin: 15px 0 0;
    border-left: 2px solid #ff3162;
  }
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item .dhf-mega-menu-child-heading ul .dhf-mob-active-link-highlight a {
  color: #00bcff;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item .dhf-mega-menu-child-heading ul .dhf-active-link-highlight-select {
  background-color: #00617f;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item .dhf-mega-menu-child-heading ul .dhf-active-link-highlight-select a {
  opacity: 0.5;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item .dhf-mega-menu-child-heading ul .dhf-active-link-highlight {
  background-color: #00617f !important;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item .dhf-mega-menu-child-heading ul .dhf-active-link-highlight a {
  opacity: 0.5;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item .dhf-mega-menu-child-heading ul .dhf-active-link-highlight.dhf-active-link-highlight-select {
  background-color: #00617f;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item .dhf-mega-menu-child-heading ul .dhf-active-link-highlight.dhf-active-link-highlight-select a {
  opacity: 0.5;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item .dhf-mega-menu-child-heading ul li {
  padding: 2px 0px;
}
@media (max-width: 599px) {
  .dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item .dhf-mega-menu-child-heading ul li {
    padding-top: 20px;
  }
  .dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item .dhf-mega-menu-child-heading ul li:first-child {
    padding-top: 0;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item .dhf-mega-menu-child-heading ul li {
    padding-top: 20px;
  }
  .dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item .dhf-mega-menu-child-heading ul li:first-child {
    padding-top: 0;
  }
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item-lvl-1 {
  border: 0;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2 .dhf-menu-inner-items-wrap .dhf-mega-menu-item-lvl-greater-1 {
  border-left: 1px solid #ff3162;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2::-webkit-scrollbar {
  width: 7px;
  background: #10384f;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-mega-menu-level-section-2::-webkit-scrollbar-thumb {
  background: #00617f;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 1px hsla(0, 0%, 100%, 0.2);
  -webkit-box-shadow: 0 0 1px hsla(0, 0%, 100%, 0.2);
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-menu-scrollbtn {
  display: flex;
  justify-content: center;
  color: #fff;
  width: 65%;
  margin-top: 30px;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-menu-scrollbtn .dhf-menu-scroll span {
  color: #fff;
  cursor: pointer;
  user-select: none;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-menu-scrollbtn .dhf-menu-scroll .dhf-scroll-text {
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-menu-scrollbtn .dhf-menu-scroll .dhf-scroll-up-arrow,
.dhf-mega-menu-level-v2 .dhf-mega-menu-level-section-2-parent .dhf-menu-scrollbtn .dhf-menu-scroll .dhf-scroll-down-arrow {
  color: #fff;
  margin-left: 4px;
  font-size: 12px;
}
.dhf-mega-menu-level-v2 .dhf-active-parent-link-highlight {
  color: #89d329 !important;
}
/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Search/SearchAutoCompleteDropdown/SearchAutoCompleteDropdown.scss ***!
  \***************************************************************************************************************************************************************************/
.dhf-search-auto-selection-container ul {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
}
.dhf-search-auto-selection-container ul li {
  text-decoration: none;
  cursor: pointer;
  border-top: 1px solid #a8a8a8;
  padding: 10px;
  color: #000;
  font-size: 16px;
  list-style: none;
}
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Search/Search.scss ***!
  \****************************************************************************************************************************/
.dhf-search-wrap-container {
  display: flex;
  flex-direction: column !important;
  align-items: center;
  position: relative;
}
.dhf-search-wrap-container .dhf-search-box-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 65%;
}
@media (min-width: 1921px) {
  .dhf-search-wrap-container .dhf-search-box-container {
    max-width: 50%;
  }
}
@media (max-width: 1040px) {
  .dhf-search-wrap-container .dhf-search-box-container {
    max-width: 75%;
  }
}
@media (max-width: 480px) {
  .dhf-search-wrap-container .dhf-search-box-container {
    max-width: 90%;
  }
}
.dhf-search-wrap-container .dhf-search-box-container .dhf-search-input-wrap {
  width: 100%;
}
.dhf-search-wrap-container .dhf-search-box-container .dhf-search-input-wrap .dhf-search-input {
  border: solid 1px #10384f;
  padding-top: 0;
  padding-right: 75px;
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
  font-style: italic;
  font-family: inherit;
  color: #10384f;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.47px;
  text-align: left;
  height: 60px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border-radius: 0;
}
@media (max-width: 480px) {
  .dhf-search-wrap-container .dhf-search-box-container .dhf-search-input-wrap .dhf-search-input::placeholder {
    font-size: 15px;
  }
}
.dhf-search-wrap-container .dhf-search-box-container .dhf-search-button-wrap {
  height: 60px;
  width: 57px;
  float: left;
  margin-bottom: -5px;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 0;
  outline: none;
  transition: all 0.3s ease-out, all 0.2s ease-out;
}
.dhf-search-wrap-container .dhf-search-box-container .dhf-search-button-wrap .dhf-search-button {
  width: 100%;
  background: #10384f;
  border: none;
  border-radius: 0;
  height: 60px;
  box-shadow: none;
  cursor: pointer;
  z-index: 9;
}
.dhf-search-wrap-container .dhf-search-box-container .dhf-search-button-wrap:hover {
  width: 90px;
}
.dhf-search-wrap-container .dhf-search-box-container .dhf-search-button-wrap:hover::before {
  width: 90px;
}
.dhf-search-wrap-container .dhf-search-box-container .dhf-search-button-wrap *, .dhf-search-wrap-container .dhf-search-box-container .dhf-search-button-wrap::before, .dhf-search-wrap-container .dhf-search-box-container .dhf-search-button-wrap::after, .dhf-search-wrap-container .dhf-search-box-container .dhf-search-button-wrap:hover, .dhf-search-wrap-container .dhf-search-box-container .dhf-search-button-wrap:focus, .dhf-search-wrap-container .dhf-search-box-container .dhf-search-button-wrap:focus-within {
  transition: all 0.3s ease-out, all 0.2s ease-out;
}
.dhf-search-wrap-container .dhf-search-box-container .dhf-search-button-wrap::before {
  content: "";
  position: absolute;
  width: 75px;
  height: 100%;
  right: 0;
  cursor: default;
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 30 30%27%3E%3Ccircle cx=%2718%27 cy=%2712%27 r=%2710%27 stroke=%27%23fff%27 stroke-width=%272%27 fill=%27none%27/%3E%3Cpath stroke=%27%23fff%27 stroke-width=%272%27 fill=%27none%27 d=%27M1.2 27.8l9.8-9.7%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 10;
}
.dhf-search-wrap-container .dhf-search-box-container .dhf-search-button-wrap::after {
  content: " ";
  position: absolute;
  pointer-events: none;
  background-color: #10384f;
  width: 200px;
  top: 0;
  left: -10px;
  transform: skew(-12deg);
  height: 70px;
  z-index: 1;
}
.dhf-search-wrap-container .dhf-search-autocomplete-container {
  position: absolute;
  top: 100%;
  width: 100%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  animation: superman-fly-right ease-in 0.15s;
  overflow-y: auto;
  z-index: 9999;
  text-transform: capitalize;
  max-width: 65%;
}
@media (min-width: 1921px) {
  .dhf-search-wrap-container .dhf-search-autocomplete-container {
    max-width: 50%;
  }
}
@media (max-width: 1040px) {
  .dhf-search-wrap-container .dhf-search-autocomplete-container {
    max-width: 75%;
  }
}
@media (max-width: 480px) {
  .dhf-search-wrap-container .dhf-search-autocomplete-container {
    max-width: 90%;
  }
}
@keyframes superman-fly-right {
  from {
    transform: translate(-25%, -50%);
  }
  to {
    transform: translate(0);
  }
}
/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/Header.scss ***!
  \**********************************************************************************************************/
.dhf-header-container {
  display: flex;
  justify-content: center;
  background: #fff;
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.08);
}
.dhf-header-container.dhf-menu-open {
  position: fixed;
  background-color: #10384f;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}
@media (max-width: 991px) {
  .dhf-header-container.dhf-menu-open {
    height: auto;
  }
}
.dhf-header-container.dhf-responsive-menu-open {
  background-color: #10384f;
}
.dhf-header-container.dhf-responsive-menu-open .dhf-header-tagline .dhf-tagline-text {
  color: #fff;
}
.dhf-header-container .dhf-header-parent {
  display: flex;
  justify-content: center;
  height: auto;
  width: 100%;
  align-content: flex-start;
}
@media (min-width: 1441px) {
  .dhf-header-container .dhf-header-parent {
    max-width: 1180px;
    height: 130px;
  }
}
@media (max-width: 1440px) {
  .dhf-header-container .dhf-header-parent {
    max-width: 974px;
    height: 113px;
    margin-bottom: 14px;
    margin-left: 4px;
    gap: 1px;
  }
}
@media (max-width: 1040px) {
  .dhf-header-container .dhf-header-parent {
    max-width: 974px;
  }
}
@media (max-width: 991px) {
  .dhf-header-container .dhf-header-parent {
    max-width: 100%;
    height: 100px;
    padding-bottom: 0;
    z-index: 100;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .dhf-header-container .dhf-header-parent {
    max-width: 100%;
    z-index: 100;
  }
}
@media (max-width: 480px) {
  .dhf-header-container .dhf-header-parent {
    height: 90px;
    z-index: 100;
  }
}
.dhf-header-container .dhf-header-parent .dhf-header-row-one-container {
  height: max-content;
}
.dhf-header-container .dhf-header-parent .dhf-header-row-two-container {
  z-index: 1;
}
@media (max-width: 991px) {
  .dhf-header-container .dhf-header-parent .dhf-header-row-two-container {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .dhf-header-container .dhf-header-parent .dhf-header-row-two-sticky-width {
    margin: 0 46px;
  }
}
@media (max-width: 480px) {
  .dhf-header-container .dhf-header-parent .dhf-header-row-two-sticky-width {
    max-width: calc(100% - 25px);
    margin: 0;
  }
}
@media (max-width: 991px) {
  .dhf-header-container .dhf-header-parent .dhf-header-row-two-width {
    margin: 0 46px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-header-container .dhf-header-parent .dhf-header-row-two-width {
    padding: 0px;
  }
}
@media (max-width: 480px) {
  .dhf-header-container .dhf-header-parent .dhf-header-row-two-width {
    max-width: calc(100% - 25px);
    margin: 0;
  }
}
@media (min-width: 1441px) {
  .dhf-header-container .dhf-header-parent .dhf-header-overlay-full-view {
    display: flex;
  }
}
@media (max-width: 1440px) {
  .dhf-header-container .dhf-header-parent .dhf-header-overlay-full-view {
    display: flex;
  }
}
@media (max-width: 991px) {
  .dhf-header-container .dhf-header-parent .dhf-header-overlay-full-view {
    display: none;
  }
}
@media (min-width: 1441px) {
  .dhf-header-container .dhf-header-parent .dhf-header-overlay-intermediate-view {
    display: none;
  }
}
@media (max-width: 1440px) {
  .dhf-header-container .dhf-header-parent .dhf-header-overlay-intermediate-view {
    display: none;
  }
}
@media (max-width: 991px) {
  .dhf-header-container .dhf-header-parent .dhf-header-overlay-intermediate-view {
    display: flex;
  }
}
.dhf-header-container .dhf-header-parent .dhf-header-overlay-responsive-view {
  z-index: 2;
}
@media (min-width: 1441px) {
  .dhf-header-container .dhf-header-parent .dhf-header-overlay-responsive-view {
    display: none;
  }
}
@media (max-width: 1440px) {
  .dhf-header-container .dhf-header-parent .dhf-header-overlay-responsive-view {
    display: none;
  }
}
@media (max-width: 1040px) {
  .dhf-header-container .dhf-header-parent .dhf-header-overlay-responsive-view {
    display: flex;
  }
}
@media (max-width: 991px) {
  .dhf-header-container .dhf-header-parent .dhf-header-overlay-responsive-view {
    position: fixed;
    width: 100%;
    top: 100px;
    min-width: calc(100% + 15px);
  }
}
@media (max-width: 480px) {
  .dhf-header-container .dhf-header-parent .dhf-header-overlay-responsive-view {
    margin-left: -6px;
    width: 100%;
    top: 89px;
  }
}
.dhf-header-container .dhf-header-search-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #fff;
  padding: 44px 0 60px 0;
  position: absolute;
  top: 100%;
  z-index: 101;
}
@media (max-width: 1040px) {
  .dhf-header-container .dhf-header-search-container {
    left: 0;
  }
}
@media (max-width: 991px) {
  .dhf-header-container .dhf-header-search-container {
    padding: 26px 0 65px 0;
  }
}

.dhf-header-skew {
  position: relative;
}
@media (max-width: 480px) {
  .dhf-header-skew {
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.08);
  }
}

@media (max-width: 991px) {
  .dhf-sticky-header-mobile {
    background-color: #fff;
    position: fixed !important;
    z-index: 100;
  }
}

.dhf-main-menu-hidden .dhf-header-search-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #fff;
  position: fixed;
  top: 55px;
  width: 100%;
  z-index: 101;
  left: 0;
}
@media (max-width: 991px) {
  .dhf-main-menu-hidden .dhf-header-search-container {
    padding: 26px 0 65px 0;
  }
}
/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/HeaderSticky/HeaderSticky.scss ***!
  \****************************************************************************************************************************************/
.dhf-header-sticky {
  display: none;
  position: relative;
  z-index: 999;
  height: 55px;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 599px) {
  .dhf-header-sticky .dhf-header-row-two {
    height: 100%;
  }
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content {
  display: flex;
  padding-bottom: 0px;
  justify-content: unset;
}
@media (min-width: 1441px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content {
    justify-content: unset;
    padding-bottom: 0px;
  }
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 18%;
  height: 55px;
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent a {
  display: block;
  width: 35px;
  height: 35px;
}
@media (min-width: 1441px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent {
    max-width: 18vw;
    justify-content: unset;
  }
}
@media (min-width: 1700px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent {
    max-width: 24vw;
  }
}
@media (max-width: 991px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent {
    max-width: 18%;
    justify-content: unset;
  }
}
@media (max-width: 1440px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent {
    padding-left: 10px;
    justify-content: right;
    max-width: 22vw;
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent {
    margin-left: 20px;
    max-width: 16%;
  }
}
@media (max-width: 1040px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent {
    margin-left: 0;
    max-width: 12%;
  }
}
@media (max-width: 599px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent {
    align-items: center;
    justify-content: flex-end;
    padding-right: 7px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent {
    justify-content: flex-end;
    padding-right: 7px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent {
    justify-content: flex-end;
    padding-right: 7px;
  }
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-logo-img {
  z-index: 1;
  margin-right: 30px;
  padding: 0px;
  margin-top: 4px;
}
@media (min-width: 1441px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-logo-img {
    margin-right: 43px;
    margin-left: 83px;
    margin-top: 0;
  }
}
@media (max-width: 1440px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-logo-img {
    position: relative;
  }
}
@media (max-width: 1199px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-logo-img a {
    width: 36px;
    height: 36px;
  }
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-logo-img a img {
  height: 35px;
  filter: brightness(0) invert(1);
  width: 35px;
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-logo-text {
  z-index: 1;
  color: #fff;
  font-size: 17px;
  display: none;
}
@media (min-width: 1441px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-logo-text {
    margin-right: 33px;
    display: block;
  }
}
@media (max-width: 1199px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-logo-text {
    padding-left: 12px;
  }
}
@media (max-width: 599px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent .dhf-logo-text {
    font-size: 27px;
  }
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent::after {
  content: " ";
  position: absolute;
  width: 100%;
  top: 0;
  background-color: #10384f;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
  height: 55px;
  -webkit-transition: right 1.1s ease-in-out;
  -moz-transition: right 1.1s ease-in-out;
  -ms-transition: right 1.1s ease-in-out;
  -o-transition: right 1.1s ease-in-out;
  transition: right 1.1s ease-in-out;
}
@media (min-width: 1441px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent::after {
    right: 8px;
    top: 2px;
    height: 56px;
  }
}
@media (max-width: 1199px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent::after {
    right: 20px;
    transform: skew(-10deg);
  }
}
@media (max-width: 1040px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-logo-parent::after {
    right: 0;
  }
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .fade-right {
  animation: fade-right 0.5s linear;
  animation-timing-function: cubic-bezier(0.72, 0, 0.47, 1);
}
@media (min-width: 1441px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .fade-right {
    justify-content: right;
  }
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .fade-right .dhf-logo-img {
    margin-right: 10px !important;
  }
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .fade-right a {
    position: unset !important;
    display: flex;
    justify-content: right;
    height: auto;
  }
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .fade-right .dhf-logo-text {
    margin-right: 33px;
    display: flex;
    font-size: 13px;
    font-weight: 600;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .fade-top-to-bottom {
  animation: fadeIn 0.3s steps(20, jump-start);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent {
  display: flex;
  align-items: stretch;
  position: unset;
  margin-top: 0;
  transition: none;
  margin-left: 0;
  width: 100%;
}
@media (min-width: 1441px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent {
    max-width: 75vw;
    margin-left: 16px;
  }
}
@media (max-width: 1440px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent {
    max-width: 70vw;
  }
}
@media (max-width: 1040px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent {
    max-width: 88%;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 599px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-heading {
    display: flex;
    align-items: center;
  }
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-heading .dhf-global-text span {
  font-size: 43px;
}
@media (max-width: 599px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-heading .dhf-global-text span {
    font-size: 27px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-heading .dhf-global-text span {
    font-size: 42px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-heading .dhf-global-text span {
    font-size: 42px;
  }
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1441px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper {
    flex-wrap: nowrap;
    margin-top: 0;
    justify-content: flex-start;
    gap: 12px;
  }
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-menu-full-view {
  display: block;
  margin-right: 0;
}
@media (min-width: 1441px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-menu-full-view {
    max-width: 1054px;
  }
}
@media (max-width: 1440px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-menu-full-view {
    max-width: 860px;
  }
}
@media (max-width: 991px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-menu-full-view {
    display: block;
  }
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-menu-full-view .dhf-menu-list-container nav .dhf-menu-list {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-menu-full-view .dhf-menu-list-container nav .dhf-menu-list li {
  padding: 0;
}
@media (min-width: 1441px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-menu-full-view .dhf-menu-list-container nav .dhf-menu-list li a {
    padding: 0 14px 0 0px;
  }
}
@media (max-width: 1440px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-menu-full-view .dhf-menu-list-container nav .dhf-menu-list li a {
    padding: 0 10px 0 0px;
  }
}
@media (max-width: 991px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-menu-full-view .dhf-menu-list-container nav .dhf-menu-list li a {
    padding: 0 12px 0 0px;
  }
}
@media (max-width: 1199px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-menu-full-view .dhf-menu-list-container nav .dhf-menu-list li a {
    padding: 0 3px;
  }
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-menu-full-view .dhf-menu-list-container nav .dhf-menu-list li a .dhf-menu-list-icon-class {
  margin-left: 4px;
}
@media (min-width: 1921px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-menu-full-view .dhf-menu-list-container nav .dhf-menu-list li a .dhf-menu-list-icon-class {
    margin-left: 4px;
  }
}
@media (min-width: 1441px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-menu-full-view .dhf-menu-list-container nav .dhf-menu-list li a .dhf-menu-list-icon-class {
    margin-left: 4px;
  }
}
@media (max-width: 1440px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-menu-full-view .dhf-menu-list-container nav .dhf-menu-list li a .dhf-menu-list-icon-class {
    margin-left: 4px;
  }
}
@media (min-width: 1441px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-menu-full-view .dhf-menu-list-container nav .dhf-menu-list li:nth-last-child(3) {
    margin: 0;
  }
}
@media (min-width: 1441px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-icon-parent .dhf-search-icon {
    right: 0;
    top: 0;
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-icon-parent .dhf-search-icon {
    top: 0;
    right: 0;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-icon-parent .dhf-search-icon {
    top: 0;
    right: 0;
    margin: 0;
  }
}
@media (max-width: 599px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-icon-parent .dhf-search-icon {
    color: #fff;
  }
}
@media (min-width: 1441px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-icon-parent .dhf-menu-sticky-hamburger {
    display: none;
  }
}
@media (max-width: 1440px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-icon-parent .dhf-menu-sticky-hamburger {
    display: none;
  }
}
@media (max-width: 991px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-icon-parent .dhf-menu-sticky-hamburger {
    display: none;
  }
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-icon-parent .dhf-menu-sticky-hamburger a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-right: 20px;
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-icon-parent .dhf-menu-sticky-hamburger a span {
  height: 1.9px;
  background-color: #624963;
  margin: 3px 0;
  display: block;
  clear: both;
  float: right;
  width: 15px;
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-icon-parent .dhf-menu-sticky-hamburger a span:first-child {
  width: 10px;
  transition: all 0.3s ease-out, right 0.3s ease-out;
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent .dhf-menu-parent-container .dhf-menu-wrapper .dhf-search-icon-parent .dhf-menu-sticky-hamburger a span:last-child {
  width: 20px;
  transition: all 0.3s ease-out, right 0.3s ease-out;
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent.dhf-menu-open .dhf-menu-parent .dhf-global-text span {
  color: #fff;
}
@media (max-width: 599px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent.dhf-menu-open .dhf-menu-parent .dhf-global-text span {
    color: #fff;
  }
}
.dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent.dhf-menu-open .dhf-menu-parent .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent::after {
  background-color: #10384f;
}
@media (min-width: 1441px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent.dhf-menu-open .dhf-menu-parent .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-icon {
    right: 6px;
    top: -12px;
  }
}
@media (max-width: 1440px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent.dhf-menu-open .dhf-menu-parent .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-icon {
    top: -12px;
  }
}
@media (max-width: 599px) {
  .dhf-header-sticky .dhf-header-row-two .dhf-row-two-content .dhf-menu-parent.dhf-menu-open .dhf-menu-parent .dhf-menu-wrapper .dhf-search-parent .dhf-search-icon-parent .dhf-search-icon {
    color: #fff;
  }
}

.sticky-nav {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  animation: headerafter 0.8s;
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.08);
}
/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/FooterList/FooterList.scss ***!
  \************************************************************************************************************************************/
.dhf-footer-list-wrap ul {
  padding: 0;
  margin: 0 0 25px 0;
}
.dhf-footer-list-wrap ul li {
  list-style: none;
}
.dhf-footer-list-wrap a,
.dhf-footer-list-wrap a:hover,
.dhf-footer-list-wrap a:visited {
  color: #fff;
  text-decoration: none;
  font-weight: 200;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.dhf-footer-list-wrap .dhf-footer-list-heading {
  font-weight: 300;
  font-style: normal;
  font-size: 26px;
  height: 75px;
  display: block;
  color: #fff;
}
.dhf-footer-list-wrap .dhf-footer-list-item-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 0;
}
.dhf-footer-list-wrap .dhf-footer-list-item-wrap .dhf-footer-list-icon {
  color: #fff;
  margin-right: 10px;
}
/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/FooterButtons/FooterButtons.scss ***!
  \******************************************************************************************************************************************/
.dhf-footer-btn-class button {
  background: #de0043;
  border: 1px solid #de0043;
  border-radius: 0px;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  font-size: 12px;
  line-height: 1;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: left;
  justify-content: left;
  font-weight: bold;
  padding: 18px 70px 18px 22px;
  box-shadow: none;
  margin-bottom: 10px;
}
.dhf-footer-btn-class button:hover {
  padding-left: 35px;
  padding-right: 62px;
  background: #de0043;
  border: 1px solid #de0043;
  color: #fff;
  box-shadow: none;
}
.dhf-footer-btn-class button:hover::before {
  left: 200px;
  background-color: transparent;
}
.dhf-footer-btn-class button:hover .dhf-footer-end-icon {
  margin: 5px 0 5.3px 0px;
  right: 15%;
}
.dhf-footer-btn-class button::before {
  content: "";
  display: block;
  height: 100%;
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  left: calc(100% - 58px);
  transform: skewX(-12deg);
  opacity: 1;
  background-color: #ff3162;
  transition: all 0.3s ease;
}
.dhf-footer-btn-class button .dhf-footer-end-icon {
  color: #fff;
  margin: 5px 0 5.3px 10px;
  font-size: 20px;
  position: absolute;
  right: 10%;
  top: calc(50% - 15px);
  transition: right 0.3s ease;
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-footer-btn-class button .dhf-footer-end-icon {
    right: 5%;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-footer-btn-class button .dhf-footer-end-icon {
    right: 5%;
  }
}
@media (max-width: 599px) {
  .dhf-footer-btn-class button .dhf-footer-end-icon {
    right: 6%;
  }
}
/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/FooterRowOne/FooterRowOne.scss ***!
  \****************************************************************************************************************************************/
@media (max-width: 480px) {
  .dhf-footer-section-one {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .dhf-footer-section-one {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1440px) {
  .dhf-footer-section-one {
    padding: 70px 0 20px 0;
  }
}
@media (min-width: 1441px) {
  .dhf-footer-section-one {
    padding: 70px 0 20px 0;
  }
}
@media (max-width: 1440px) {
  .dhf-footer-section-one .dhf-clickable-items-parent {
    padding: 0 15px;
    width: 25%;
  }
}
@media (min-width: 1441px) {
  .dhf-footer-section-one .dhf-clickable-items-parent {
    padding: 0 15px;
    width: 25%;
  }
}
@media (max-width: 991px) {
  .dhf-footer-section-one .dhf-clickable-items-parent {
    padding: 0 15px;
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .dhf-footer-section-one .dhf-clickable-items-parent {
    padding: 0 15px;
    width: 100%;
  }
}
.dhf-footer-section-one .dhf-footer-button-parent {
  color: #fff;
  padding: 0px 12px;
}
@media (max-width: 991px) {
  .dhf-footer-section-one .dhf-footer-button-parent {
    min-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .dhf-footer-section-one .dhf-footer-button-parent {
    min-width: 100%;
  }
}
.dhf-footer-section-one .dhf-footer-button-parent .dhf-footer-button-parent-heading {
  font-weight: 300;
  font-style: normal;
  font-size: 26px;
  display: block;
  color: #fff;
  text-align: left;
  height: 75px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-footer-section-one .dhf-footer-button-parent .dhf-footer-button-parent-heading {
    text-align: center;
    height: 45px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-footer-section-one .dhf-footer-button-parent .dhf-footer-button-parent-heading {
    text-align: center;
    height: 45px;
  }
}
@media (max-width: 599px) {
  .dhf-footer-section-one .dhf-footer-button-parent .dhf-footer-button-parent-heading {
    margin-top: 30px;
    text-align: center;
    height: 45px;
  }
}
@media (max-width: 480px) {
  .dhf-footer-section-one .dhf-footer-button-parent .dhf-footer-button-parent-heading {
    text-align: left;
  }
}
.dhf-footer-section-one .dhf-footer-button-parent p {
  margin: 0 0 15px 0;
  font-size: 15px;
  font-weight: 300;
  font-family: inherit;
  line-height: 1.66;
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-footer-section-one .dhf-footer-button-parent p {
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-footer-section-one .dhf-footer-button-parent p {
    text-align: center;
  }
}
@media (max-width: 599px) {
  .dhf-footer-section-one .dhf-footer-button-parent p {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .dhf-footer-section-one .dhf-footer-button-parent p {
    text-align: left;
  }
}
/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/SocialIcon/SocialIcon.scss ***!
  \************************************************************************************************************************************/
.dhf-social-icon-wrap {
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .dhf-social-icon-wrap {
    margin-right: 10px;
  }
}
.dhf-social-icon-wrap:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  .dhf-social-icon-wrap:last-child {
    margin-right: 10px;
  }
}
.dhf-social-icon-wrap .dhf-social-icon {
  height: 44px;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  font-size: 24px;
}
/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/FooterRowTwo/FooterRowTwo.scss ***!
  \****************************************************************************************************************************************/
.dhf-footer-section-two {
  display: flex;
  justify-content: center;
}
.dhf-footer-section-two .dhf-social-media-container {
  padding: 70px 0 45px 0;
}
@media (max-width: 991px) {
  .dhf-footer-section-two .dhf-social-media-container {
    padding-top: 75px;
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .dhf-footer-section-two .dhf-social-media-container {
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.dhf-footer-section-two .dhf-social-media-container .dhf-social-media-heading {
  z-index: 1;
}
.dhf-footer-section-two .dhf-social-media-container h3 {
  text-align: center;
  font-weight: 300;
  font-style: normal;
  font-size: 26px;
  text-align: center;
  color: #fff;
  margin-bottom: 0.5rem;
}
.dhf-footer-section-two .dhf-social-media-container .dhf-social-media-parent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 1;
  flex-wrap: wrap;
}
/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/FooterLinks/FooterLinks.scss ***!
  \**************************************************************************************************************************************/
.dhf-footer-link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(191, 215, 223, 0.25);
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  letter-spacing: 1px;
  padding: 15px 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 480px) {
  .dhf-footer-link-wrapper {
    align-items: flex-start !important;
  }
}
@media (max-width: 599px) {
  .dhf-footer-link-wrapper {
    align-items: center;
    flex-direction: column;
    padding: 0px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-footer-link-wrapper {
    flex-direction: column;
    padding: 0px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-footer-link-wrapper {
    flex-direction: column;
    padding: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .dhf-footer-link-wrapper {
    max-width: 992px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .dhf-footer-link-wrapper {
    max-width: 992px;
  }
}
@media (min-width: 1367px) {
  .dhf-footer-link-wrapper {
    max-width: 992px;
  }
}
.dhf-footer-link-wrapper ul {
  display: flex;
  margin: 0px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.dhf-footer-link-wrapper li {
  list-style: none;
  padding-right: 10px;
  position: relative;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 4px;
}
.dhf-footer-link-wrapper p {
  margin: 0px;
}
.dhf-footer-link-wrapper a {
  text-decoration: none;
  color: #fff;
}
.dhf-footer-link-wrapper .dhf-copyright-text-class {
  word-break: break-word;
  display: flex;
  justify-content: flex-start;
  padding: 0px 15px;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 991px) {
  .dhf-footer-link-wrapper .dhf-copyright-text-class {
    max-width: 100%;
    justify-content: center;
    order: 3;
    width: 100%;
    padding: 17px 0 25px 0px;
    border-top: 1px solid rgba(191, 215, 223, 0.25);
  }
}
@media (max-width: 640px) {
  .dhf-footer-link-wrapper .dhf-copyright-text-class {
    padding: 17px 0 74px 0px;
  }
}
.dhf-footer-link-wrapper .dhf-site-links {
  word-break: break-word;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0px 15px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-footer-link-wrapper .dhf-site-links {
    flex: unset;
    max-width: unset;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
    margin-top: 30px;
  }
  .dhf-footer-link-wrapper .dhf-site-links ul {
    display: block;
    width: 175px;
    text-align: left;
    padding: 0px;
  }
  .dhf-footer-link-wrapper .dhf-site-links ul li {
    line-height: 2;
    letter-spacing: 0.5px;
  }
  .dhf-footer-link-wrapper .dhf-site-links ul li a::after {
    content: " ";
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-footer-link-wrapper .dhf-site-links {
    flex: unset;
    max-width: unset;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
    margin-top: 30px;
  }
  .dhf-footer-link-wrapper .dhf-site-links ul {
    display: block;
    width: 175px;
    text-align: left;
    padding: 0px;
  }
  .dhf-footer-link-wrapper .dhf-site-links ul li {
    line-height: 2;
    letter-spacing: 0.5px;
  }
  .dhf-footer-link-wrapper .dhf-site-links ul li a::after {
    content: " ";
  }
}
@media (max-width: 599px) {
  .dhf-footer-link-wrapper .dhf-site-links {
    flex: unset;
    max-width: unset;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    display: flex;
    margin-top: 30px;
  }
  .dhf-footer-link-wrapper .dhf-site-links ul {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0px;
  }
  .dhf-footer-link-wrapper .dhf-site-links ul li {
    line-height: 2;
    letter-spacing: 0.5px;
  }
  .dhf-footer-link-wrapper .dhf-site-links ul li a::after {
    content: " ";
  }
}
.dhf-footer-link-wrapper .dhf-site-links .dhf-icon-site-link-mob {
  display: none;
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-footer-link-wrapper .dhf-site-links .dhf-icon-site-link-mob {
    padding-right: 10px;
    display: inline-block;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-footer-link-wrapper .dhf-site-links .dhf-icon-site-link-mob {
    padding-right: 10px;
    display: inline-block;
  }
}
@media (max-width: 599px) {
  .dhf-footer-link-wrapper .dhf-site-links .dhf-icon-site-link-mob {
    padding-right: 10px;
    display: inline-block;
  }
}
.dhf-footer-link-wrapper .dhf-site-links a::after {
  content: "|";
  transform: rotate(15deg);
  position: absolute;
  top: 0;
  right: 4px;
  opacity: 0.4;
  color: #fff;
}
.dhf-footer-link-wrapper .dhf-site-links li:last-child a::after {
  content: "";
}
.dhf-footer-link-wrapper .dhf-sitemap-text-link {
  flex: 0 0 25%;
  max-width: 25%;
  word-break: break-word;
  display: flex;
  justify-content: flex-end;
  padding: 0px 15px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-footer-link-wrapper .dhf-sitemap-text-link {
    flex: unset;
    max-width: unset;
    width: 175px;
    justify-content: flex-start;
    padding: 0px;
    margin: 4px 0px 30px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-footer-link-wrapper .dhf-sitemap-text-link {
    flex: unset;
    max-width: unset;
    width: 175px;
    justify-content: flex-start;
    padding: 0px;
    margin: 4px 0px 30px;
  }
}
@media (max-width: 599px) {
  .dhf-footer-link-wrapper .dhf-sitemap-text-link {
    width: 100%;
    justify-content: flex-start;
    padding: 5px 0px 0px 15px;
    max-width: 170px;
  }
}
@media (max-width: 480px) {
  .dhf-footer-link-wrapper .dhf-sitemap-text-link {
    max-height: 60px;
  }
}
.dhf-footer-link-wrapper .dhf-sitemap-text-link .dhf-icon-site-link-mob {
  display: none;
}
@media (min-width: 769px) and (max-width: 991px) {
  .dhf-footer-link-wrapper .dhf-sitemap-text-link .dhf-icon-site-link-mob {
    padding-right: 10px;
    display: inline-block;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .dhf-footer-link-wrapper .dhf-sitemap-text-link .dhf-icon-site-link-mob {
    padding-right: 10px;
    display: inline-block;
  }
}
@media (max-width: 599px) {
  .dhf-footer-link-wrapper .dhf-sitemap-text-link .dhf-icon-site-link-mob {
    padding-right: 10px;
    display: inline-block;
  }
}
/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/Footer.scss ***!
  \**********************************************************************************************************/
.dhf-footer-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  background-color: #624963;
  justify-content: center;
}
.dhf-footer-container .dhf-footer-parent {
  display: flex;
  justify-content: center;
  flex-direction: row;
  height: fit-content;
}
@media (min-width: 1441px) {
  .dhf-footer-container .dhf-footer-parent {
    max-width: 1180px;
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .dhf-footer-container .dhf-footer-parent {
    max-width: 968px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .dhf-footer-container .dhf-footer-parent {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .dhf-footer-container .dhf-footer-parent {
    max-width: 640px;
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 320px) {
  .dhf-footer-container .dhf-footer-parent {
    padding: 0 10px !important;
  }
}
.dhf-footer-container .dhf-footer-parent .dhf-footer-section-two-parent {
  position: relative;
}
.dhf-footer-container .dhf-footer-parent .dhf-footer-section-two-parent::after {
  content: "";
  position: absolute;
  top: 7%;
  left: -25%;
  width: 200%;
  height: 100%;
  background-color: rgba(16, 56, 79, 0.2);
  transform: skewY(-3deg);
}
@media (max-width: 767px) {
  .dhf-footer-container .dhf-footer-parent .dhf-footer-section-two-parent::after {
    left: -100px;
  }
}
@media (min-width: 1441px) {
  .dhf-footer-container .dhf-footer-parent .dhf-footer-section-two-parent::after {
    left: -35%;
  }
}
@media (min-width: 1921px) {
  .dhf-footer-container .dhf-footer-parent .dhf-footer-section-two-parent::after {
    left: -45%;
  }
}
/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/ScrollToTopButton/ScrollToTopButton.scss ***!
  \**************************************************************************************************************************************************/
.dhf-scroll-to-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 9;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: #ff3162;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  min-width: 59px;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 0px;
  flex-direction: column;
  font-family: inherit;
  letter-spacing: 1px;
}
.dhf-scroll-to-top .dhf-icon-class {
  font-size: 25px;
  display: block;
  width: 55px;
  transform: rotate(-90deg);
  position: absolute;
  right: 3px;
  top: 12px;
  color: #fff;
}
.dhf-scroll-to-top::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ff3162;
  top: 0;
  left: -5px;
  height: 100%;
  width: 15px;
  transform: skewX(-10deg);
}
/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/LastUpdatedTimeComp/LastUpdatedTimeComp.scss ***!
  \******************************************************************************************************************************************************/
.dhf-last-updated-time {
  padding: 25px 0;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  color: #10384f;
  letter-spacing: 1px;
  line-height: 14px;
  display: flex;
  justify-content: center;
  background-color: grey;
  /* border-top: 1px solid #d3d8dc; */
  margin: 0 auto;
  width: 100%;
}
/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles.scss ***!
  \**********************************************************************************************************/
@font-face {
  font-family: "Neue Helvetica";
  font-weight: 200;
  font-style: normal;
  src: url(7459231249bf5b01118d.eot?#iefix);
  src: url(7459231249bf5b01118d.eot?#iefix) format("eot"), url(031a810b24014e9fce47.woff2) format("woff2"), url(ce44b9cc9ab87dae4523.woff) format("woff"), url(89646669603c18777bd4.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Neue Helvetica";
  font-weight: 200;
  font-style: italic;
  src: url(5a3779504ea99a4b336c.eot?#iefix);
  src: url(5a3779504ea99a4b336c.eot?#iefix) format("eot"), url(89bb3ec3603096ee1a69.woff2) format("woff2"), url(3ab30c2fc85e6cec7f6e.woff) format("woff"), url(7bd8943652049e2fedee.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Neue Helvetica";
  font-weight: 400;
  font-style: normal;
  src: url(de4bf8bc0a656e2ff1cc.eot?#iefix);
  src: url(de4bf8bc0a656e2ff1cc.eot?#iefix) format("eot"), url(be4ea06456cd2ed71441.woff2) format("woff2"), url(b92c62015791c5dd9d11.woff) format("woff"), url(58694f0a798aa34e1b8d.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Neue Helvetica";
  font-weight: 400;
  font-style: italic;
  src: url(4baec9131b3b0419ccb4.eot?#iefix);
  src: url(4baec9131b3b0419ccb4.eot?#iefix) format("eot"), url(b8616ab864acbbe868e6.woff2) format("woff2"), url(7eda73d73a1230e99c3f.woff) format("woff"), url(3ee8cc7ce590c537a2db.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Neue Helvetica";
  font-weight: 600;
  font-style: normal;
  src: url(8916dfc8f59c8a048278.eot?#iefix);
  src: url(8916dfc8f59c8a048278.eot?#iefix) format("eot"), url(545e05b18bf8558d65bc.woff2) format("woff2"), url(4d5115318f1bc64af1b5.woff) format("woff"), url(9ee117427edd3a0214d1.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Neue Helvetica";
  font-weight: 600;
  font-style: italic;
  src: url(a8b4eb759a371f4aeb45.eot?#iefix);
  src: url(a8b4eb759a371f4aeb45.eot?#iefix) format("eot"), url(d131672bd76a956b2707.woff2) format("woff2"), url(07e919ab6313a1c28fdd.woff) format("woff"), url(416912f8925f85aeba95.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Neue Helvetica";
  font-weight: 500;
  font-style: normal;
  src: url(6909da1af64fccad52c6.eot?#iefix);
  src: url(6909da1af64fccad52c6.eot?#iefix) format("eot"), url(f82aa33d661ebee2c6bc.woff2) format("woff2"), url(c3268ec2e1945b84ab9b.woff) format("woff"), url(748486d2cd9bbc88c4ba.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Neue Helvetica";
  font-weight: 800;
  font-style: normal;
  src: url(34728e59f1c45e879871.eot?#iefix);
  src: url(34728e59f1c45e879871.eot?#iefix) format("eot"), url(efb39fad124f0f790bd2.woff2) format("woff2"), url(711d6d79613767bff960.woff) format("woff"), url(34e57bd7510715994c92.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Neue Helvetica";
  font-weight: 800;
  font-style: italic;
  src: url(896bf175c9ddea7b4a22.eot?#iefix);
  src: url(896bf175c9ddea7b4a22.eot?#iefix) format("eot"), url(3c2030dd5dc3e0aee2bc.woff2) format("woff2"), url(dc850a5e7cc79e473e78.woff) format("woff"), url(4596ebb319cab1e27d26.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Neue Helvetica";
  font-weight: 100;
  font-style: normal;
  src: url(5947a651518d592e54dd.eot?#iefix);
  src: url(5947a651518d592e54dd.eot?#iefix) format("eot"), url(d156921bc3740520bca6.woff2) format("woff2"), url(056bf839c115f8b43bdc.woff) format("woff"), url(043286d91004df5e385c.ttf) format("truetype");
}
@font-face {
  font-family: "Bayer Sans";
  font-style: normal;
  src: url(e7cd5b0960aeab2d526f.woff2) format("woff2");
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
ul,
li,
ol,
figcaption,
div,
span {
  font-family: "Bayer Sans", Arial, Roboto, sans-serif;
}

body {
  margin: 0;
  font-family: grapenuts;
}

#header {
  display: flex;
  justify-content: center;
}

#content {
  height: 666px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: grey;
}

#footer {
  height: 100%;
}
@media (min-width: 1025px) and (max-width: 1366px) {
  #footer {
    max-height: 666px;
  }
}

#header ul li a,
#header ol li a,
#header .dhf-mega-menu-item-parent-level-1 div a,
#header .dhf-mega-menu-item-parent-level-1 li a,
#header .dhf-mega-menu-item-parent-level-2 div a,
#header .dhf-mega-menu-item-parent-level-2 li a .dhf-mega-menu-item-parent-level-3 div a,
#header .dhf-mega-menu-item-parent-level-3 li a,
#header .dhf-mega-menu-item-parent-level-4 div a,
#header .dhf-mega-menu-item-parent-level-4 li a {
  transition: all 0.3s ease-out, right 0.2s ease-out;
}

.dhf-h-100 {
  height: 100%;
}

.dhf-h-0 {
  top: -86vh !important;
}
