/* Color */
/* Color */
/* Border radius */
/* Border radius */
/* Font family */
/* Font family */
:host {
  --tourguide-font-family: "firaGo";
}

@-ms-viewport {
  width: device-width;
}
html {
  height: 100%;
  font-family: "firago";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  color: #262626;
  font-size: 14px;
  font-family: "firago";
  font-weight: 400;
  text-align: left;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  height: 100%;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;
}

@-ms-viewport {
  width: device-width;
}
article,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
  position: relative;
}

html {
  font-family: "firago";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  color: #262626;
  font-size: 14px;
  font-family: "firago";
  font-weight: 400;
  text-align: left;
  line-height: 1.5;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-color: #d4dae3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
}

p {
  margin-top: 0;
}

time {
  display: block;
}

ul {
  margin: 10px 10px 10px 25px;
  padding: 0;
  list-style: disc;
}
ul ul {
  margin: 10px 10px 10px 25px;
  padding: 0;
  list-style: disc;
}

ol {
  margin: 10px 10px 10px 25px;
  padding: 0;
  list-style-type: decimal;
}
ol ol {
  margin: 10px 10px 10px 25px;
  padding: 0;
  list-style-type: decimal;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  text-decoration-skip-ink: none;
  border-bottom: 0;
  cursor: help;
}

address {
  margin-bottom: 0;
  font-style: normal;
  line-height: inherit;
}

dl {
  margin-top: 0;
  margin-bottom: 0;
}

dt {
  font-weight: 400;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #13487f;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #262626;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-size: 14px;
  font-family: "firago";
}

pre {
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding-top: 0;
  padding-bottom: 0;
  color: #262626;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 5px;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  font-size: 12px;
  font-family: "firago";
  line-height: 1;
  white-space: normal;
  background: none;
  box-shadow: none;
  outline: none;
}

input[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=reset], input[type=button], input[type=submit], input[type=checkbox], input[type=radio] {
  width: auto;
  box-sizing: border-box;
  overflow: visible;
}
input:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: inherit;
}

textarea {
  resize: vertical;
  overflow: auto;
}

input,
button {
  overflow: visible;
}

select,
button {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button {
  border-radius: 0px;
  -webkit-appearance: button;
}
button[type=button], button[type=reset], button[type=submit] {
  -webkit-appearance: button;
}
button[type=button]::-moz-focus-inner, button[type=reset]::-moz-focus-inner, button[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:focus {
  outline: none;
}

button,
select {
  width: auto;
  box-sizing: border-box;
  overflow: visible;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
  line-height: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

body {
  color: #262626;
  font-size: 14px;
  font-family: "firago", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-image: url(../images/index.png);
  background-size: contain;
  background-repeat: repeat;
}

a {
  color: #13487f;
  text-decoration: none;
  outline: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover, a:focus {
  text-decoration: none;
}
a:hover {
  color: #262626;
}
a:focus {
  color: #13487f;
}

div.map {
  width: 100%;
  height: 400px;
}

svg.dashed {
  fill: none;
}
svg.dashed path {
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
svg.dashed:hover path {
  stroke-dashoffset: 0 !important;
}

div.main_container {
  height: 100%;
}

div.lang {
  margin-right: 15px;
}
div.lang a {
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 700;
  background-color: #fff;
}
div.lang a:hover {
  color: #fff;
  background-color: #ff941b;
}

div.search_trigger a {
  display: block;
}
div.search_trigger a em:before {
  color: #777;
  font-size: 24px;
}
div.search_trigger a:hover em:before {
  color: #13487f;
}

div.chat {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 9;
}
@media (max-width: 1280px) {
  div.chat {
    right: 30px;
    bottom: 30px;
  }
}
div.chat a {
  display: flex;
  align-items: center;
}
div.chat a img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border: 2px solid #13487f;
  border-radius: 50%;
}
@media (max-width: 1280px) {
  div.chat a img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    border-width: 1px;
  }
}
div.chat a span {
  flex: 1;
  padding: 10px 15px;
  background-color: #fff;
  border: 2px solid #13487f;
}
@media (max-width: 1280px) {
  div.chat a span {
    padding: 5px 10px;
    border-width: 1px;
  }
}
div.chat a span:before {
  display: block;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  transform: translate(-9px, -50%) rotate(-45deg);
  background-color: #fff;
  border-left: 2px solid #13487f;
  border-top: 2px solid #13487f;
}
@media (max-width: 1280px) {
  div.chat a span:before {
    width: 10px;
    height: 10px;
    transform: translate(-6px, -50%) rotate(-45deg);
    border-width: 1px;
  }
}
div.chat a span strong {
  display: block;
  color: #13487f;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  div.chat a span strong {
    font-size: 14px;
  }
}
div.chat a span em {
  display: block;
  color: #777;
  font-size: 14px;
  font-style: normal;
}
@media (max-width: 1280px) {
  div.chat a span em {
    font-size: 12px;
  }
}

section.title {
  padding: 30px 0 35px 360px;
}
@media (max-width: 1440px) {
  section.title {
    padding: 25px 0 30px 330px;
  }
}
@media (max-width: 1366px) {
  section.title {
    padding: 20px 0 25px 290px;
  }
}
@media (max-width: 1280px) {
  section.title {
    padding: 20px 0 25px 250px;
  }
}
@media (max-width: 1024px) {
  section.title {
    padding: 20px 0;
  }
}
section.title div.container h1 {
  color: #414141;
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  section.title div.container h1 {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  section.title div.container h1 {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  section.title div.container h1 {
    font-size: 22px;
  }
}

main {
  flex: 1;
}
main div.main_container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 220px calc(100% - 280px);
  align-items: start;
}
@media (max-width: 1440px) {
  main div.main_container {
    grid-template-columns: 190px calc(100% - 280px);
  }
}
@media (max-width: 1024px) {
  main div.main_container {
    grid-gap: 0px;
    grid-template-columns: 100%;
    margin-left: 10px;
    margin-right: 10px;
    grid-auto-rows: max-content;
  }
}
main div.main_container div.content {
  margin-right: -90px;
  padding: 90px;
  background-color: #fff;
}
@media (max-width: 1680px) {
  main div.main_container div.content {
    margin-right: -70px;
    padding: 70px 70px 70px 70px;
  }
}
@media (max-width: 1440px) {
  main div.main_container div.content {
    padding: 50px;
  }
}
@media (max-width: 1366px) {
  main div.main_container div.content {
    padding: 40px;
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  main div.main_container div.content {
    margin-right: -35px;
    padding: 35px 35px 35px 35px;
  }
}
@media (max-width: 1024px) {
  main div.main_container div.content {
    order: 1;
    margin-right: 0;
    padding: 40px;
  }
}
@media (max-width: 768px) {
  main div.main_container div.content {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  main div.main_container div.content {
    padding: 15px;
  }
}

div.page_gallery {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  margin: 40px 0;
}
@media (max-width: 1280px) {
  div.page_gallery {
    margin: 30px 0;
  }
}
@media (max-width: 768px) {
  div.page_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  div.page_gallery {
    margin: 20px 0;
  }
}
div.page_gallery figure a {
  display: block;
  padding-top: 68%;
}
div.page_gallery figure a:hover {
  opacity: 0.8;
}
div.page_attachments {
  margin: 40px 0;
}
@media (max-width: 1280px) {
  div.page_attachments {
    margin: 30px 0;
  }
}
@media (max-width: 576px) {
  div.page_attachments {
    margin: 20px 0;
  }
}
div.page_attachments ul li {
  margin-bottom: 10px;
}
div.page_attachments ul li a {
  display: flex;
  align-items: flex-start;
}
div.page_attachments ul li a em {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  background-color: #13487f;
  border-radius: 50%;
  line-height: 1;
}
div.page_attachments ul li a em:before {
  color: #fff;
  font-size: 20px;
}
div.page_attachments ul li a h2 {
  flex: 1;
  padding-top: 4px;
  color: #262626;
  font-weight: 700;
}
div.page_attachments ul li a h2:hover {
  text-decoration: underline;
}

div.submenu_content {
  margin-bottom: 30px;
}

.subscribe_additional {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 22px;
  border-radius: 32px;
  background-color: #fff;
  padding: 44px;
  box-shadow: 0px 2px 24px 0px rgba(19, 72, 127, 0.08);
}
@media (max-width: 1280px) {
  .subscribe_additional {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .subscribe_additional {
    padding: 24px;
  }
}
.subscribe_additional_img img {
  min-width: 100px;
  height: 100px;
}
@media (max-width: 768px) {
  .subscribe_additional_img img {
    min-width: 70px;
    height: 70px;
  }
}
.subscribe_additional_title {
  color: #13487f;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .subscribe_additional_title {
    font-size: 20px;
  }
}
.subscribe_additional_desc {
  color: #777;
  font-size: 16px;
}
@media (max-width: 768px) {
  .subscribe_additional_desc {
    font-size: 14px;
  }
}
.subscribe_additional_action {
  display: flex;
  background-color: #f9f9f9;
  border-radius: 32px;
}
.subscribe_additional_input {
  background: transparent !important;
}
.subscribe_additional_btn {
  padding: 12px 20px;
  background-color: #13487f;
  color: #fff;
  font-size: 16px;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .subscribe_additional_btn {
    font-size: 14px;
  }
}
.subscribe_additional_btn:hover {
  background-color: #f0ad4e;
}
.subscribe_additional_info {
  max-width: 400px;
}

@font-face {
  font-family: "calibri";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/calibrilight.woff2") format("woff2");
}
@font-face {
  font-family: "calibri";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/calibrilightitalic.woff2") format("woff2");
}
@font-face {
  font-family: "calibri";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/calibriregular.woff2") format("woff2");
}
@font-face {
  font-family: "calibri";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/calibriitalic.woff2") format("woff2");
}
@font-face {
  font-family: "calibri";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/calibribold.woff2") format("woff2");
}
@font-face {
  font-family: "calibri";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/calibribolditalic.woff2") format("woff2");
}
@font-face {
  font-family: "firaGO";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/firagoregular.woff2") format("woff2");
}
@font-face {
  font-family: "firaGO";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/firagomedium.woff2") format("woff2");
}
@font-face {
  font-family: "firaGO";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/firagobold.woff2") format("woff2");
}
.grid-row {
  display: flex;
  flex-wrap: wrap;
}

.col-1 {
  flex: 0 0 auto;
  width: 10%;
}

.col-2 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.grid-by-cols, .grid-3-cols, .grid-4-cols, .grid-2-cols {
  display: grid;
  gap: 32px;
}
@media (max-width: 1600px) {
  .grid-by-cols, .grid-3-cols, .grid-4-cols, .grid-2-cols {
    gap: 32px;
  }
}
@media (max-width: 1024px) {
  .grid-by-cols, .grid-3-cols, .grid-4-cols, .grid-2-cols {
    gap: 24px;
  }
}
@media (max-width: 375px) {
  .grid-by-cols, .grid-3-cols, .grid-4-cols, .grid-2-cols {
    gap: 16px;
  }
}

.grid-2-cols {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 700px) {
  .grid-2-cols {
    grid-template-columns: 1fr;
  }
}

.grid-4-cols {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 2000px) {
  .grid-4-cols {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1600px) {
  .grid-4-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .grid-4-cols {
    grid-template-columns: 1fr;
  }
}

.grid-3-cols {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 375px) {
  .grid-3-cols {
    grid-template-columns: 1fr;
  }
}

:root {
  --slick-font-family: "firaGO"
  --slick-cell-font-family: "firaGO"
  --slick-header-background-color: rgb(236, 236, 236);
}

.slickgrid-container .grid-canvas .slick-cell {
  font-family: "firaGO";
}

.slickgrid-container .slick-pane-header {
  border-bottom-width: 1px;
  background-color: rgb(236, 236, 236);
  border-color: #b8c2d0;
}

.slick-column-name {
  width: 100%;
}

.slick-pagination .slick-pagination-settings select {
  margin-bottom: 0px;
}

.trans-1 {
  transition: all 0.1s cubic-bezier(0.7, 0, 0.3, 1);
}

.trans-all-1 * {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
.trans-all-1 *:before, .trans-all-1 *:after {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

.trans-2 {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

.trans-all-2 * {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
.trans-all-2 *:before, .trans-all-2 *:after {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

.trans-3 {
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.trans-all-3 * {
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.trans-all-3 *:before, .trans-all-3 *:after {
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.trans-4, nav.side_menu > ul > li span.shevron:before, nav.side_menu > ul > li span.shevron:after, nav.side_menu > ul > li ul li:before, .accordeon-title-label span.shevron:before, .accordeon-title-label span.shevron:after {
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.trans-all-4 *, nav.side_menu > ul > li ul li a * {
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.trans-all-4 *:before, nav.side_menu > ul > li ul li a *:before, .trans-all-4 *:after, nav.side_menu > ul > li ul li a *:after {
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.trans-5 {
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.trans-all-5 * {
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.trans-all-5 *:before, .trans-all-5 *:after {
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.trans-no {
  transition: none;
}

.trans-no-all * {
  transition: none;
}
.trans-no-all *:before, .trans-no-all *:after {
  transition: none;
}

ul.no-list, nav.side_menu > ul > li ul, nav.side_menu > ul, footer div.footer div.footer_links nav > ul, header div.header_container div.header_left div.tabs_wrap_mobile div.menu .content ul, header div.header_container div.header_left div.tabs_wrap div.tab_content ul, section.top_bar div.header_container ul.tabs_nav,
section.top_bar div.header_container ul.tabs_static, div.header_mobile div.menu .content ul, div.submenu ul, .address-style ul, div.contact_blocks div.contact_block address ul, div.page_attachments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.no-list ul, nav.side_menu > ul > li ul ul, nav.side_menu > ul ul, footer div.footer div.footer_links nav > ul ul, header div.header_container div.header_left div.tabs_wrap_mobile div.menu .content ul ul, header div.header_container div.header_left div.tabs_wrap div.tab_content ul ul, section.top_bar div.header_container ul.tabs_nav ul,
section.top_bar div.header_container ul.tabs_static ul, div.header_mobile div.menu .content ul ul, div.submenu ul ul, .address-style ul ul, div.contact_blocks div.contact_block address ul ul, div.page_attachments ul ul,
ul.no-list ol,
nav.side_menu > ul > li ul ol,
nav.side_menu > ul ol,
footer div.footer div.footer_links nav > ul ol,
header div.header_container div.header_left div.tabs_wrap_mobile div.menu .content ul ol,
header div.header_container div.header_left div.tabs_wrap div.tab_content ul ol,
section.top_bar div.header_container ul.tabs_nav ol,
section.top_bar div.header_container ul.tabs_static ol,
div.header_mobile div.menu .content ul ol,
div.submenu ul ol,
.address-style ul ol,
div.contact_blocks div.contact_block address ul ol,
div.page_attachments ul ol,
ul.no-list li,
nav.side_menu > ul > li ul li,
nav.side_menu > ul li,
footer div.footer div.footer_links nav > ul li,
header div.header_container div.header_left div.tabs_wrap_mobile div.menu .content ul li,
header div.header_container div.header_left div.tabs_wrap div.tab_content ul li,
section.top_bar div.header_container ul.tabs_nav li,
section.top_bar div.header_container ul.tabs_static li,
div.header_mobile div.menu .content ul li,
div.submenu ul li,
.address-style ul li,
div.contact_blocks div.contact_block address ul li,
div.page_attachments ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol.no-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol.no-list ol,
ol.no-list ul,
ol.no-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex, header div.header_container div.profile a, div.lang a, div.page_attachments ul li a em {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

img.fit-cover, div.page_gallery figure a img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.no-select {
  user-select: none;
}

.no-select-all * {
  user-select: none;
}

.overlay {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.address-style ul li, div.contact_blocks div.contact_block address ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  color: #262626;
}
@media (max-width: 1366px) {
  .address-style ul li, div.contact_blocks div.contact_block address ul li {
    margin-bottom: 5px;
  }
}
.address-style ul li:last-child, div.contact_blocks div.contact_block address ul li:last-child {
  margin-bottom: 0;
}
.address-style ul li i, div.contact_blocks div.contact_block address ul li i {
  display: flex;
  justify-content: center;
  width: 30px;
  margin-right: 10px;
  margin-top: 6px;
}
.address-style ul li i:before, div.contact_blocks div.contact_block address ul li i:before {
  color: #13487f;
  font-size: 25px;
}
.address-style ul li span, div.contact_blocks div.contact_block address ul li span {
  flex: 1;
  padding-top: 9px;
  font-size: 16px;
  font-weight: 700;
}
.address-style ul li span a, div.contact_blocks div.contact_block address ul li span a {
  color: #262626;
}
.address-style ul li span a:hover, div.contact_blocks div.contact_block address ul li span a:hover {
  text-decoration: underline;
}

div.grecaptcha-badge {
  opacity: 0;
}

.firago, div.contact_blocks div.contact_block h2, nav.side_menu > ul > li ul li a, nav.side_menu > ul > li > a, footer div.footer div.footer_links nav > ul > li ul li a, footer div.footer div.footer_links nav > ul > li > h4, header div.header_container div.profile a, header div.header_container div.header_left div.tabs_wrap div.tab_content ul li a, section.top_bar div.header_container ul.tabs_nav li a,
section.top_bar div.header_container ul.tabs_static li a, section.title div.container h1 {
  font-family: "firago";
  font-weight: normal;
  font-feature-settings: "case" on;
  text-transform: uppercase;
}

.firago-downcase, div.submenu ul li a, div.submenu ul li.active a {
  font-family: "firago";
  font-weight: normal;
}

.margin-top5 {
  margin-top: 5px;
}

.margin-top10 {
  margin-top: 10px;
}

.margin-top15 {
  margin-top: 15px;
}

.margin-top20 {
  margin-top: 20px;
}

.margin-top25 {
  margin-top: 25px;
}

.margin-top30 {
  margin-top: 30px;
}

.margin-bottom5 {
  margin-bottom: 5px;
}

.margin-bottom10 {
  margin-bottom: 10px;
}

.margin-bottom15 {
  margin-bottom: 15px;
}

.margin-bottom20 {
  margin-bottom: 20px;
}

.margin-bottom25 {
  margin-bottom: 25px;
}

.margin-bottom30 {
  margin-bottom: 30px;
}

/*Init*/
.accordeon-checkbox {
  display: none;
}

.accordeon-title-label {
  font-size: 0.9rem;
  cursor: pointer;
  display: block;
  border-bottom: 0.5px solid #b9b9b9;
}
.accordeon-title-label span.shevron {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 2px 2px 0 10px;
  cursor: pointer;
}
.accordeon-title-label span.shevron:before, .accordeon-title-label span.shevron:after {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 0;
  top: 50%;
  background-color: #13487f;
}
.accordeon-title-label span.shevron.plus:before {
  transform: rotate(45deg);
}
.accordeon-title-label span.shevron.plus:after {
  left: 6px;
  transform: rotate(-45deg);
}
.accordeon-title-label span.shevron.minus:before {
  transform: rotate(-45deg);
}
.accordeon-title-label span.shevron.minus:after {
  left: 5px;
  transform: rotate(45deg);
}

.accordeon-content {
  height: 0;
  overflow: hidden;
}

/*Click functionaliteit*/
.accordeon:checked + label {
  background: #e4e4e4;
}

.accordeon-chevron {
  top: 8px;
  float: right;
  position: sticky;
}

.accordeon-checkbox:checked + .accordeon-content {
  height: auto;
  transition: max-height 0.3s ease;
  /* IE 10+ */
}

:has(+ .accordeon-checkbox:checked) > .accordeon-chevron {
  transform: rotate(90deg);
}

/*Animation functionality*/
@-webkit-keyframes slide-up {
  0% {
    height: 0;
  }
  100% {
    height: 300px;
  }
}
@-moz-keyframes slide-up {
  0% {
    height: 0;
  }
  100% {
    height: 300px;
  }
}
@-o-keyframes slide-up {
  0% {
    height: 0;
  }
  100% {
    height: 300px;
  }
}
@keyframes slide-up {
  0% {
    height: 0;
  }
  100% {
    height: 300px;
  }
}
h2 {
  margin: 20px;
}

input {
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  padding: 15px;
  z-index: 1;
  border: 1.5px solid #b8c2d0;
  border-radius: 15px;
}
input:hover {
  border: 1.5px solid #D25800;
}

input::placeholder {
  font-size: 1rem;
  font-weight: bold;
  color: #b8c2d0;
}

input:read-only {
  background-color: #e8e8e8;
}

.input-high {
  padding: 20px !important;
}

.input-slim {
  font-size: 0.9rem;
  padding: 10px;
  border: 1px solid #b8c2d0;
  border-radius: 10px;
}
.input-slim:hover {
  border: 1px solid #D25800;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

input::-ms-reveal {
  display: none;
}

input[type=checkbox] {
  transform: scale(1.2);
  margin-left: 5px;
}

label {
  font-weight: bold;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  padding-left: 0px;
  padding-bottom: 5px;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  border: 1 solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

select {
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  padding: 19px;
  z-index: 1;
  border: 1.5px solid #b8c2d0;
  border-radius: 15px;
  margin-bottom: 20px;
}
select:hover {
  border: 1.5px solid #D25800;
}

.button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  border-radius: 30px;
  text-align: center;
  font-size: 1rem;
}

.button-main {
  border: 1px solid #F07100;
  background-color: #F07100;
  color: white !important;
}
.button-main:hover {
  border: 1px solid #F07100;
  background-color: #D25800;
}
.button-main:disabled {
  border: 1px solid #616D7F;
  background-color: #616D7F;
  cursor: not-allowed;
}

.button-secondary {
  border: 1px solid #F07100;
  background-color: white;
  color: #F07100 !important;
}
.button-secondary:hover {
  border: 1px solid #F07100;
  background-color: #D25800;
  color: white !important;
}
.button-secondary:disabled {
  border: 1px solid #616D7F;
  background-color: #616D7F;
}

.button-pay {
  font-weight: bold;
  color: white;
  background-color: #85c087;
  border: none !important;
}
.button-pay:hover {
  color: white;
  background-color: #608a61;
  border: none !important;
}

.button-high {
  padding: 17px;
}

.button-fit {
  width: auto !important;
}

.button-l {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 40px;
}

.button-m {
  padding: 5px;
  padding-left: 25px;
  padding-right: 25px;
}

.button-success {
  cursor: default;
  border: 1px solid #27AE60;
  background-color: #27AE60;
  border-radius: 5px;
}
.button-success:hover {
  border: 1px solid #27AE60;
  background-color: #27AE60;
}

.button-error {
  cursor: default;
  border: 1px solid #FF2929;
  background-color: #FF2929;
  border-radius: 5px;
}
.button-error:hover {
  border: 1px solid #FF2929;
  background-color: #FF2929;
}

.text_button {
  font-weight: bold;
  color: #F07100;
}
.text_button:hover {
  color: #D25800;
}

.consent_block {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px;
}
.consent_block input {
  margin-right: 20px;
  margin-bottom: 0px !important;
}

.field-balloon {
  --balloon-color: #0F4394;
}

.portal-widget {
  padding: 20px;
  color: black;
  border: 2px solid #EEEFF2;
  border-radius: 12px;
}
.portal-widget img {
  width: 24px;
  margin-bottom: 20px;
}
.portal-widget div.title {
  font-weight: bold;
  font-size: 16px;
}
.portal-widget div.description {
  font-weight: normal;
  font-size: 14px;
}

.lg {
  max-width: 1000px;
}

.mx {
  max-width: 600px;
}

.sm {
  max-width: 300px;
}

div.submenu {
  margin: 20px;
  font-size: 16px;
}
div.submenu ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  border-bottom: 0.5px solid #b8c2d0;
  width: 100%;
  gap: 20px;
  overflow: auto;
}
div.submenu ul li {
  width: 100%;
  height: 100%;
  padding-bottom: 5px;
}
div.submenu ul li:last-child {
  margin-right: 0;
}
div.submenu ul li.active {
  color: #F07100;
  border-bottom: 0.5px solid #F07100;
}
div.submenu ul li.active a {
  font-weight: 700;
  color: #F07100;
}
div.submenu ul li a {
  font-weight: 700;
  color: #dddddd;
}
div.submenu ul li a:hover {
  color: #D25800;
}

table.phone-list {
  max-width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: bold;
}
table.phone-list td {
  padding: 10px;
}

div.header_right {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  div.header_right {
    display: none;
  }
}
div.header_right a {
  margin-left: 20px;
}
div.header_right a:hover {
  color: #D25800;
}
div.header_right .lang_button {
  width: 30px;
  height: 20px;
  box-shadow: 0.1em 0.1em 0.1em 0 rgba(0, 0, 0, 0.5), inset 0.1em 0.1em 0.1em 0 rgba(255, 255, 255, 0.5);
}
div.header_right .language_button {
  color: white;
  width: 100px !important;
  background: rgb(240, 113, 0);
  background: linear-gradient(137deg, rgb(240, 113, 0) 0%, rgb(240, 113, 0) 48%, rgb(158, 139, 123) 50%, rgb(158, 158, 158) 51%, rgb(158, 158, 158) 100%);
  box-shadow: inset 0.1em 0.1em 0.1em 0 rgba(0, 0, 0, 0.5), inset -0.1em -0.1em 0.1em 0 rgba(255, 255, 255, 0.5);
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  border-radius: 20px;
  text-align: center;
  font-size: 1rem;
}
div.header_right .language_button span {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

div.header_mobile {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
@media (min-width: 750px) {
  div.header_mobile {
    display: none;
  }
}
div.header_mobile div.buttons a {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 0 16px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #ff941b;
  border-radius: 25px;
  margin: 0 20px 0 15px;
  align-items: center;
}
div.header_mobile div.menu label {
  all: initial;
}
div.header_mobile div.menu input[type=checkbox] {
  display: none;
}
div.header_mobile div.menu .content {
  display: none;
  font-size: 1.2rem;
  font-weight: bold;
  width: 80vw;
  background-color: #fefefe;
  box-shadow: 1px 1px 1px 1px lightgrey;
  position: absolute;
  right: 0px;
  top: 34px;
}
div.header_mobile div.menu .content ul {
  width: 100%;
}
div.header_mobile div.menu .content ul li {
  padding: 10px;
  border-bottom: 0.5px solid grey;
  text-wrap-mode: nowrap;
}
div.header_mobile div.menu .content ul li a :hover {
  color: #D25800;
}
div.header_mobile div.menu .content ul::scroll-button(left) {
  right: calc(anchor(left) - 70px);
  bottom: calc(anchor(top) + 13px);
}
div.header_mobile div.menu .content ul::scroll-button(right) {
  left: calc(anchor(right) - 70px);
  bottom: calc(anchor(top) + 13px);
}
div.header_mobile div.menu input[type=checkbox]:checked ~ .content {
  display: flex;
}
div.header_mobile div.menu i {
  position: absolute;
  transition: all 0.3s ease;
}
div.header_mobile div.menu i.close {
  opacity: 0;
}
div.header_mobile div.menu input[type=checkbox]:checked ~ label i.open {
  opacity: 0;
  transform: rotate(180deg);
}
div.header_mobile div.menu input[type=checkbox]:checked ~ label i.close {
  opacity: 1;
  transform: rotate(180deg);
}

.language {
  font-size: 0.95rem;
  font-weight: bold;
}

div.modal {
  display: none;
  flex-direction: column;
  position: fixed;
  z-index: 10;
  margin: auto;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
div.modal .content {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  align-items: center;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 80%;
  font-size: 1rem;
  transition: all 1s;
  animation: 1s slide-up;
  margin-top: 0%;
  display: flex;
  flex-direction: column;
}

.error {
  border: 1px solid #FF2929;
  background-color: #ffcfcf !important;
}

.success {
  border: 1px solid #FF2929;
  background-color: #c7ffdf !important;
}

.inner-container {
  max-width: 600px;
  margin-bottom: 20px;
}

.account-history-table {
  width: 100%;
  padding: 5px;
  margin-top: 20px;
  min-width: 600px;
  font-size: 0.9rem;
}
.account-history-table > :not(caption) > * > * {
  padding: 0.2rem 0.2rem;
}

.repeatable-group {
  border: 1px solid lightgrey;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
.repeatable-group .numbering {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 1rem;
  font-weight: bold;
  z-index: 2;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

table {
  width: 100%;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
table > tr > td {
  font-weight: normal;
}
table tr td {
  font-weight: normal;
}
table tr th {
  padding: 0.2rem 0.2rem;
  border-bottom-width: 1px;
}
table > thead {
  vertical-align: bottom;
}
table > :not(:last-child) > :last-child > * {
  border-bottom-color: black;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgb(236, 236, 236);
}

.agreement_table {
  border-collapse: separate;
  border-spacing: 0 0.3em;
}
.agreement_table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
}
.agreement_table .pending {
  background-color: #d5dafd !important;
}
.agreement_table .warning {
  background-color: #ffdeb7 !important;
}
.agreement_table .success {
  background-color: #a8ffcf !important;
}
.agreement_table .declined {
  background-color: #ffcabf !important;
}

.modal_form {
  display: none;
  flex-direction: column;
  position: fixed;
  z-index: 10; /* Sit on top */
  margin: auto;
  align-items: center;
  /*padding-top: 100px; /* Location of the box */
  /*padding-bottom: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal_inner {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  align-items: center;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 80%;
  font-size: 1rem;
  transition: all 1s;
  animation: 1s slide-up;
  margin-top: 0%;
  display: flex;
  flex-direction: column;
}

@keyframes slide-up {
  from {
    margin-top: 50%;
  }
  to {
    margin-top: 0%;
  }
}
.modal_inner .header {
  text-align: center;
}

.modal_inner p {
  text-align: justify;
}

.modal_button {
  width: 12rem;
  font-family: "firaGO";
  font-size: 1rem;
  font-weight: bold;
  font-feature-settings: "case" on;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ff941b;
  color: white !important;
  text-align: center;
  margin: 10px;
  padding: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 1rem;
  padding-left: 1rem;
  border: none;
  border-top-right-radius: 5000px;
  border-top-left-radius: 5000px;
  border-bottom-left-radius: 5000px;
  border-bottom-right-radius: 5000px;
  background-color: #ff941b;
}

.modal_button:hover {
  background-color: rgb(235, 128, 7);
}

.modal_button:disabled {
  background-color: grey;
}

.iconsent {
  margin: 10px;
}

.document-accordion-title {
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
}

.accordeon-checkbox:checked + .document-accordion-content {
  padding: 20px;
}

div.card {
  margin: 10px;
  padding: 20px;
  color: black;
  border: 2px solid #EEEFF2;
  border-radius: 20px;
}
div.card div.title {
  font-weight: bold;
  font-size: 16px;
}
div.card div.description {
  font-weight: normal;
  font-size: 14px;
}
div.card a.detail_button {
  display: block;
  text-align: end;
  color: #F07100;
}
div.card a.detail_button:hover {
  color: #D25800;
}
div.card .jright {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0%, -50%) scale(1.5);
}

.badge {
  padding-left: 10px;
  padding-bottom: 5px;
  color: #fff;
  background: rgba(0, 143, 168, 0.454);
  width: 2em;
  height: 2em;
  padding-top: 5px;
  border-radius: 50%;
  padding-right: 10px;
  text-align: center;
}

section.agreements {
  margin-top: 20px;
}

div.receipt-list {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
}

div.receipt-list article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4dae3;
}

div.receipt-list ul {
  list-style-type: none;
  display: grid;
  column-gap: 10px;
  grid-template-columns: auto 1fr;
}

@media (max-width: 600px) {
  div.receipt-list ul {
    padding-inline-start: 0px;
    grid-template-columns: 1fr 1fr;
  }
}
div.receipt-list time {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4dae3;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.pagination a.active {
  background-color: #ff941b;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  background-color: #F07100;
  display: inline-block;
  max-width: 20rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}

.inputfile + .label {
  font-size: 1.25em;
  font-weight: 700;
  color: #F07100;
  background-color: unset;
  display: inline-block;
  max-width: 20rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  border: 2px solid #F07100;
}

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: #D25800;
}

.feedback {
  font-size: 0.9rem;
}
#notifications {
  display: none;
  width: 430px;
  position: absolute;
  top: 30px;
  left: 0;
  background: #FFF;
  border: solid 1px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  z-index: 0;
}

#notifications:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  color: transparent;
  border: 10px solid #CCC;
  border-color: transparent transparent #FFF;
  margin-top: -20px;
  margin-left: 10px;
}

.medium_title {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #F07100;
  font-size: 1.7rem;
  font-weight: bold;
}

.small_title_grey {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #77797b;
  font-size: 1rem;
  font-weight: bold;
}

.category_title {
  margin-bottom: 5px;
  color: #F07100;
  font-size: 1.4rem;
  font-weight: bold;
}

.jtl {
  text-align: left;
}

.jtr {
  text-align: right;
}

.jtc {
  text-align: center;
}

.datepicker-input {
  width: 170px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border-radius: 5px;
}

.account-date {
  width: unset;
  font-size: 0.9rem;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}

.file-label {
  overflow: unset;
  cursor: pointer;
}

.file-buttons {
  display: flex;
  height: 24px;
}

.file-label-label {
  width: 40px;
  cursor: pointer;
}

.file-name {
  overflow: hidden;
  /* overflow-inline: auto; */
  overflow-wrap: unset;
  white-space: nowrap;
  /* text-overflow: clip; */
  max-width: 200px;
  text-overflow: ellipsis;
}

.file-select {
  margin-right: 20px;
  padding: 10px;
  border: 1.5px solid #b8c2d0;
  border-radius: 10px;
  margin-bottom: 0px;
}

.repeat-add-style {
  position: absolute;
  text-align: end;
  top: 0px;
}

.color-brand-main {
  color: #F07100;
}

.contact-content {
  display: none;
}

.contact-checkbox:checked + .contact-content {
  display: block;
}

.contact-checkbox + label:before {
  content: "\f02b";
}

.contact-checkbox:checked + label:before {
  content: "\f0aa";
}

.address-checkbox:checked + .address-input {
  pointer-events: none;
}

section.feedback {
  padding: 40px;
  background-color: unset !important;
  font-size: 1rem;
}
@media (max-width: 750px) {
  section.feedback {
    padding: 20px;
  }
}
section.feedback form {
  padding: 20px;
}
section.feedback form p.question {
  margin-top: 20px;
  margin-bottom: 5px;
}
section.feedback form label {
  all: unset;
}
section.feedback form textarea {
  width: 100%;
  resize: none;
  height: 150px;
}

.total_card {
  background-color: white;
  box-shadow: 3px 3px lightgrey;
  border: 1px solid #EEEFF2;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}
.total_card .total_label {
  font-size: 1.2rem;
}
.total_card .total_sum {
  all: unset;
  width: 100%;
  font-size: 2.5rem;
  font-weight: bolder;
}

.notes {
  background-image: -webkit-linear-gradient(left, white 10px, transparent 10px), -webkit-linear-gradient(right, white 10px, transparent 10px), -webkit-linear-gradient(white 30px, #ccc 30px, #ccc 31px, white 31px);
  background-image: -moz-linear-gradient(left, white 10px, transparent 10px), -moz-linear-gradient(right, white 10px, transparent 10px), -moz-linear-gradient(white 30px, #ccc 30px, #ccc 31px, white 31px);
  background-image: -ms-linear-gradient(left, white 10px, transparent 10px), -ms-linear-gradient(right, white 10px, transparent 10px), -ms-linear-gradient(white 30px, #ccc 30px, #ccc 31px, white 31px);
  background-image: -o-linear-gradient(left, white 10px, transparent 10px), -o-linear-gradient(right, white 10px, transparent 10px), -o-linear-gradient(white 30px, #ccc 30px, #ccc 31px, white 31px);
  background-image: linear-gradient(left, white 10px, transparent 10px), linear-gradient(right, white 10px, transparent 10px), linear-gradient(white 30px, #ccc 30px, #ccc 31px, white 31px);
  background-size: 100% 100%, 100% 100%, 100% 31px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 31px;
  font-family: Arial, Helvetica, Sans-serif;
  padding: 8px;
}

.notes:focus {
  outline: none;
}

.agreement-header {
  margin-top: 20px;
  background-color: white;
}

.agreement-feedback-edit {
  border: 0.5 solid lightgrey;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  font-size: 1.1rem;
}

.tooltip-own {
  position: relative;
  display: inline-block;
}

.tooltip-own .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: white;
  color: #0F4394;
  text-align: justify;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 20;
}

.tooltip-own:hover .tooltiptext {
  visibility: visible;
}

.control_notification {
  background-color: coral;
  padding: 5px;
  color: white;
  font-weight: bold;
}

section.top_bar {
  background-color: #f9f9f9;
  z-index: 3;
}
@media (min-width: 1024px) {
  section.top_bar {
    position: sticky;
    top: 0;
  }
}
@media (max-width: 1024px) {
  section.top_bar {
    display: none;
  }
}
section.top_bar div.header_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
@media (max-width: 1680px) {
  section.top_bar div.header_container {
    height: 35px;
  }
}
section.top_bar div.header_container ul.tabs_nav,
section.top_bar div.header_container ul.tabs_static {
  display: flex;
  height: 100%;
}
section.top_bar div.header_container ul.tabs_nav li,
section.top_bar div.header_container ul.tabs_static li {
  height: 100%;
  margin-right: 45px;
}
section.top_bar div.header_container ul.tabs_nav li:last-child,
section.top_bar div.header_container ul.tabs_static li:last-child {
  margin-right: 0;
}
section.top_bar div.header_container ul.tabs_nav li a,
section.top_bar div.header_container ul.tabs_static li a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #777;
  font-size: 13px;
}
section.top_bar div.header_container ul.tabs_nav li a:before,
section.top_bar div.header_container ul.tabs_static li a:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
  background-color: transparent;
}
section.top_bar div.header_container ul.tabs_nav li a:hover,
section.top_bar div.header_container ul.tabs_static li a:hover {
  color: #414141;
}
section.top_bar div.header_container ul.tabs_nav li.active a,
section.top_bar div.header_container ul.tabs_static li.active a {
  color: #414141;
}
section.top_bar div.header_container ul.tabs_nav li.active a:before,
section.top_bar div.header_container ul.tabs_static li.active a:before {
  background-color: #ff941b;
}
section.top_bar div.header_container div.top_bar_right {
  display: flex;
  align-items: center;
}
section.top_bar div.header_container div.top_bar_right div.phone {
  margin-right: 20px;
}
section.top_bar div.header_container div.top_bar_right div.phone a {
  display: flex;
  margin: 5px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1680px) {
  section.top_bar div.header_container div.top_bar_right div.phone a {
    margin: 3px 0;
    font-size: 12px;
  }
}
section.top_bar div.header_container div.top_bar_right div.phone a em {
  margin-right: 5px;
}

header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 3;
  border-bottom: 0.5px solid lightgray;
}
@media (min-width: 1680px) {
  header {
    position: sticky;
  }
}
header div.header_container {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 63px;
  padding-left: 20px;
  padding-right: 20px;
}
header div.header_container div.header_left {
  flex: 1;
  display: flex;
  align-items: center;
}
header div.header_container div.header_left div.logo {
  display: flex;
  width: 180px;
}
@media (max-width: 400px) {
  header div.header_container div.header_left div.logo {
    width: 50px;
    clip-path: margin-box;
  }
}
header div.header_container div.header_left div.logo a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
}
header div.header_container div.header_left div.logo a img {
  height: 45px;
  max-width: unset;
}
@media (max-width: 1680px) {
  header div.header_container div.header_left div.logo a {
    width: 140px;
    margin-right: 35px;
  }
}
@media (max-width: 1366px) {
  header div.header_container div.header_left div.logo a {
    margin-right: 30px;
  }
}
@media (max-width: 1280px) {
  header div.header_container div.header_left div.logo a {
    margin-right: 25px;
  }
}
@media (max-width: 576px) {
  header div.header_container div.header_left div.logo a {
    margin-right: 0;
  }
}
@media (max-width: 420px) {
  header div.header_container div.header_left div.logo a {
    width: 160px;
  }
}
header div.header_container div.header_left div.logo a h1, header div.header_container div.header_left div.logo a h3 {
  font-style: italic;
  font-feature-settings: "case" on;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
header div.header_container div.header_left div.tabs_wrap {
  flex: 1;
  margin-left: 40px;
}
@media (max-width: 1120px) {
  header div.header_container div.header_left div.tabs_wrap {
    display: none;
  }
}
header div.header_container div.header_left div.tabs_wrap div.tab_content {
  display: none;
}
header div.header_container div.header_left div.tabs_wrap div.tab_content.active {
  display: block;
}
header div.header_container div.header_left div.tabs_wrap div.tab_content ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
header div.header_container div.header_left div.tabs_wrap div.tab_content ul li {
  margin: 2.5px 25px 2.5px 0;
}
@media (max-width: 1280px) {
  header div.header_container div.header_left div.tabs_wrap div.tab_content ul li {
    margin: 1px 20px 1px 0;
  }
}
header div.header_container div.header_left div.tabs_wrap div.tab_content ul li.active a {
  color: #ff941b;
}
header div.header_container div.header_left div.tabs_wrap div.tab_content ul li.active a:before {
  opacity: 1;
}
header div.header_container div.header_left div.tabs_wrap div.tab_content ul li:last-child {
  margin-right: 0;
}
header div.header_container div.header_left div.tabs_wrap div.tab_content ul li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1.3;
}
@media (min-width: 1680px) {
  header div.header_container div.header_left div.tabs_wrap div.tab_content ul li a {
    font-size: 15px;
  }
}
header div.header_container div.header_left div.tabs_wrap div.tab_content ul li a:before {
  display: block;
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f5f5f5;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 1366px) {
  header div.header_container div.header_left div.tabs_wrap div.tab_content ul li a:before {
    width: 40px;
    height: 40px;
  }
}
header div.header_container div.header_left div.tabs_wrap div.tab_content ul li a span {
  z-index: 2;
}
header div.header_container div.header_left div.tabs_wrap div.tab_content ul li a:hover {
  color: #ff941b;
}
header div.header_container div.header_left div.tabs_wrap div.tab_content ul li a:hover:before {
  opacity: 1;
}
header div.header_container div.header_left div.tabs_wrap_mobile {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
@media (min-width: 1120px) {
  header div.header_container div.header_left div.tabs_wrap_mobile {
    display: none;
  }
}
@media (max-width: 750px) {
  header div.header_container div.header_left div.tabs_wrap_mobile {
    display: none;
  }
}
header div.header_container div.header_left div.tabs_wrap_mobile div.menu label {
  all: initial;
}
header div.header_container div.header_left div.tabs_wrap_mobile div.menu input[type=checkbox] {
  display: none;
}
header div.header_container div.header_left div.tabs_wrap_mobile div.menu .content {
  display: none;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #fefefe;
  box-shadow: 1px 1px 1px 1px lightgrey;
  position: absolute;
  top: 34px;
}
header div.header_container div.header_left div.tabs_wrap_mobile div.menu .content ul {
  width: 100%;
}
header div.header_container div.header_left div.tabs_wrap_mobile div.menu .content ul li {
  padding: 10px;
  border-bottom: 0.5px solid grey;
  text-wrap-mode: nowrap;
}
header div.header_container div.header_left div.tabs_wrap_mobile div.menu .content ul li a :hover {
  color: #D25800;
}
header div.header_container div.header_left div.tabs_wrap_mobile div.menu .content ul::scroll-button(left) {
  right: calc(anchor(left) - 70px);
  bottom: calc(anchor(top) + 13px);
}
header div.header_container div.header_left div.tabs_wrap_mobile div.menu .content ul::scroll-button(right) {
  left: calc(anchor(right) - 70px);
  bottom: calc(anchor(top) + 13px);
}
header div.header_container div.header_left div.tabs_wrap_mobile div.menu input[type=checkbox]:checked ~ .content {
  display: flex;
}
header div.header_container div.header_left div.tabs_wrap_mobile div.menu i {
  position: absolute;
  transition: all 0.3s ease;
}
header div.header_container div.header_left div.tabs_wrap_mobile div.menu i.close {
  opacity: 0;
}
header div.header_container div.header_left div.tabs_wrap_mobile div.menu input[type=checkbox]:checked ~ label i.open {
  opacity: 0;
  transform: rotate(180deg);
}
header div.header_container div.header_left div.tabs_wrap_mobile div.menu input[type=checkbox]:checked ~ label i.close {
  opacity: 1;
  transform: rotate(180deg);
}
header div.header_container div.profile {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-left: 15px;
}
@media (max-width: 750px) {
  header div.header_container div.profile {
    display: none;
  }
}
@media (max-width: 576px) {
  header div.header_container div.profile {
    margin-left: 0;
  }
}
header div.header_container div.profile a {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 0 16px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #ff941b;
  border-radius: 25px;
}
@media (max-width: 1366px) {
  header div.header_container div.profile a {
    height: 40px;
  }
}
@media (max-width: 420px) {
  header div.header_container div.profile a {
    height: 40px;
  }
}
header div.header_container div.profile a em {
  margin-right: 10px;
}
@media (max-width: 576px) {
  header div.header_container div.profile a em {
    margin-right: 0;
  }
}
header div.header_container div.profile a em:before {
  color: #13487f;
  font-size: 18px;
}
@media (max-width: 1366px) {
  header div.header_container div.profile a em:before {
    font-size: 16px;
  }
}
header div.header_container div.profile a strong {
  color: #13487f;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 1366px) {
  header div.header_container div.profile a strong {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  header div.header_container div.profile a strong {
    display: none;
  }
}
header div.header_container div.profile a:hover {
  background-color: #ff941b;
}
header div.header_container div.profile a:hover em:before {
  color: #fff;
}
header div.header_container div.profile a:hover strong {
  color: #fff;
}

footer {
  background-color: #F2F5F8;
}
footer div.footer div.footer_links {
  padding: 10px;
  font-size: 0.9rem;
  border-top: 0.5px solid grey;
}
footer div.footer div.footer_links nav > ul {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 768px) {
  footer div.footer div.footer_links nav > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  footer div.footer div.footer_links nav > ul {
    grid-template-columns: 1fr;
  }
}
footer div.footer div.footer_links nav > ul > li > h4 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}
footer div.footer div.footer_links nav > ul > li > h4 a {
  color: #777;
}
footer div.footer div.footer_links nav > ul > li > h4 a:hover {
  color: #ff941b;
}
footer div.footer div.footer_links nav > ul > li ul li {
  margin-bottom: 5px;
}
footer div.footer div.footer_links nav > ul > li ul li a {
  display: block;
  color: #777;
  font-size: 12px;
}
footer div.footer div.footer_links nav > ul > li ul li a:hover {
  color: #ff941b;
}

.front-footer {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  min-width: 800px;
}
@media (max-width: 1000px) {
  .front-footer {
    grid-template-columns: 1fr;
    min-width: unset;
  }
}

.phones {
  align-content: center;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 0.5rem;
  color: #636363;
}
.phones:hover {
  color: #636363;
}
.phones * > a {
  color: #636363;
}

.copyright {
  text-align: center;
  font-size: 0.8rem;
  margin: 10px;
}

.grey-footer {
  display: flex;
  flex-wrap: wrap;
  column-gap: 150px;
  row-gap: 20px;
}

.footer-img {
  width: 50px;
}

.grey-copyright {
  text-align: left;
  font-size: 0.9rem;
  margin: 10px;
}

section.front_news {
  padding: 50px 0;
  background-color: #fff;
}
@media (max-width: 1440px) {
  section.front_news {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  section.front_news {
    padding: 20px 0;
  }
}
section.front_news div.container div.all_news {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
section.front_news div.container div.all_news a {
  display: flex;
  align-items: center;
}
section.front_news div.container div.all_news a span {
  margin-right: 5px;
  color: #13487f;
  font-size: 16px;
}
section.front_news div.container div.all_news a em:before {
  color: #13487f;
}
section.front_news div.container div.all_news a:hover span {
  color: #ff941b;
}
section.front_news div.container div.all_news a:hover em:before {
  color: #ff941b;
}
section.front_news div.container div.news_items {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1440px) {
  section.front_news div.container div.news_items {
    grid-gap: 10px;
  }
}
@media (max-width: 1280px) {
  section.front_news div.container div.news_items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  section.front_news div.container div.news_items {
    grid-gap: 0px;
    grid-template-columns: 1fr;
  }
}
section.front_news div.container div.news_items article {
  padding: 20px;
}
@media (max-width: 768px) {
  section.front_news div.container div.news_items article {
    padding: 15px;
  }
}
section.front_news div.container div.news_items article:first-child, section.front_news div.container div.news_items article:hover {
  background-color: #f1f3f6;
}
section.front_news div.container div.news_items article div.news_top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
}
section.front_news div.container div.news_items article div.news_top strong {
  color: #777;
  padding-right: 20px;
  margin-right: 20px;
}
section.front_news div.container div.news_items article div.news_top strong:after {
  display: block;
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  background-color: #bebebe;
  border-radius: 50%;
}
section.front_news div.container div.news_items article div.news_top time {
  color: #bebebe;
  font-weight: 700;
}
section.front_news div.container div.news_items article h2.news_title {
  margin-bottom: 15px;
}
section.front_news div.container div.news_items article h2.news_title a {
  display: block;
  color: #262626;
  font-size: 18px;
}
section.front_news div.container div.news_items article h2.news_title a:hover {
  color: #ff941b;
}
section.front_news div.container div.news_items article div.news_desc {
  color: #777;
  font-size: 16px;
}

section.login {
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 500px;
  width: 100%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: white;
  box-shadow: 2px 2px lightgrey;
  border: 1.5px solid #EEEFF2;
  border-radius: 20px;
}
section.login div.container div.input_field {
  margin-top: 5px;
  margin-bottom: 20px;
}
section.login div.container div.input_field input {
  margin-bottom: 0px !important;
}
section.login div.container div.input_field input:disabled {
  pointer-events: none;
  background-color: #dddddd;
}
section.login div.container div.input_field .complex {
  display: flex;
}
section.login div.container div.input_field .complex .radio {
  margin-right: 10px;
}
section.login div.container div.input_field .complex .indicator {
  z-index: 100;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0%, 50%);
}
section.login div.container div.input_field .complex .warning {
  color: orange;
}
section.login div.container div.input_field .complex .required {
  color: red;
  margin-left: 5px;
  transform: translateY(-5px);
  font-size: 0.5em !important;
}
section.login div.container div.input_field a {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-top: 5px;
}
div.field_separator_text {
  font-size: 0.8rem;
  text-align: center;
}

section.register {
  max-width: 600px;
  width: 100%;
  margin: auto;
  margin-top: 40px;
  background-color: white;
  border: 1.5px solid #EEEFF2;
  border-radius: 10px;
  padding: 20px;
}
section.register div.container div.input_field {
  margin-top: 5px;
  margin-bottom: 5px;
}
section.register div.container div.input_field input {
  margin-bottom: 5px;
}
section.register div.container div.input_field input:focus > .tooltip {
  visibility: visible;
  opacity: 1;
}
section.register div.container div.input_field .complex {
  display: flex;
}
section.register div.container div.input_field .complex .radio {
  margin-right: 10px;
}
section.register div.container div.input_field .complex .indicator {
  z-index: 100;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(0%, 50%);
}
section.register div.container div.input_field .complex .warning {
  color: orange;
}
section.register div.container div.input_field .complex .required {
  color: red;
  margin-left: 5px;
  transform: translateY(-5px);
  font-size: 0.5em !important;
}
section.register div.container div.input_field .tooltip {
  transform: translateX(-50%);
  width: 140px;
  visibility: hidden;
  background-color: #373739;
  color: #fff;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  cursor: default;
  text-shadow: none;
  text-align: center;
  overflow: visible;
  padding: 10px 15px;
  border: 1px solid #6d6e71;
  border-top-color: #373739;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.3s ease-in 0.3s;
  transition: opacity 0.3s ease-in 0.3s;
  position: absolute;
  overflow: hidden;
  opacity: 0;
}
section.register div.container div.input_field div.error {
  color: red;
  font-size: 12px;
}
section.content {
  width: 100%;
  margin: auto;
  margin-top: 20px;
  background-color: white;
  border: 1.5px solid #EEEFF2;
  border-radius: 5px;
}
section.content div.container div.input_field {
  margin-top: 5px;
  margin-bottom: 10px;
}
section.content div.container div.input_field input {
  margin-bottom: 5px;
}
section.content div.container div.input_field input:focus > .tooltip {
  visibility: visible;
  opacity: 1;
}
section.content div.container div.input_field .complex {
  display: flex;
}
section.content div.container div.input_field .complex .radio {
  margin-right: 10px;
}
section.content div.container div.input_field .complex .indicator {
  z-index: 100;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0%, 50%);
}
section.content div.container div.input_field .complex .warning {
  color: orange;
}
section.content div.container div.input_field .complex .required {
  color: red;
  margin-left: 5px;
  transform: translateY(-5px);
  font-size: 0.5em !important;
}
section.content div.container div.input_field .complex .file-label {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  padding: 19px;
  z-index: 1;
  border: 1.5px solid #b8c2d0;
  border-radius: 15px;
}
section.content div.container div.input_field .complex .file-label:hover {
  border: 1.5px solid #D25800;
}
section.content div.container div.input_field .complex input[type=file] {
  display: none;
}
section.content div.container div.input_field .tooltip {
  transform: translateX(-50%);
  width: 140px;
  visibility: hidden;
  background-color: #373739;
  color: #fff;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  cursor: default;
  text-shadow: none;
  text-align: center;
  overflow: visible;
  padding: 10px 15px;
  border: 1px solid #6d6e71;
  border-top-color: #373739;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.3s ease-in 0.3s;
  transition: opacity 0.3s ease-in 0.3s;
  position: absolute;
  overflow: hidden;
  opacity: 0;
}
section.content div.container div.input_field div.tip {
  color: #0F4394;
  font-size: 12px;
  margin-left: 5px;
  font-weight: 500;
}
section.content div.container div.input_field div.error {
  color: red;
  font-size: 12px;
}
.tip {
  color: #0F4394;
  font-size: 12px;
  margin-left: 5px;
  font-weight: 500;
}

.required {
  color: red;
  margin-left: 5px;
  transform: translateY(-5px);
  font-size: 0.5em !important;
}

.label {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}

.center-container {
  margin: auto;
}

.side-image {
  margin: auto;
}
@media (max-width: 1000px) {
  .side-image {
    display: none;
  }
}
.side-image img {
  width: 420px;
}

.login-left {
  width: 100%;
  max-width: 500px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-left .title-main {
  font-size: 40px;
  font-feature-settings: "case" on;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  color: #12487F;
}
.login-left .title-sub {
  font-feature-settings: "case" on;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  font-style: italic;
  color: #F07100;
  text-align: right;
  margin-top: -5px;
}

aside.menu {
  height: 100%;
  background-color: #b8c2d0;
}
@media (max-width: 1024px) {
  aside.menu {
    height: unset;
  }
}

nav.side_menu {
  margin-top: 50px;
  margin-left: 15px;
  overflow: auto;
}
@media (max-width: 1024px) {
  nav.side_menu {
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  nav.side_menu > ul {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    text-align: center;
    align-items: center;
  }
}
nav.side_menu > ul > li {
  margin-bottom: 20px;
}
nav.side_menu > ul > li > a {
  color: rgba(45, 53, 63, 0.5);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}
nav.side_menu > ul > li > a:hover {
  color: #005086;
}
nav.side_menu > ul > li ul {
  display: none;
  margin-left: 20px;
}
nav.side_menu > ul > li ul li {
  position: relative;
}
nav.side_menu > ul > li ul li:first-child {
  padding-top: 5px;
}
nav.side_menu > ul > li ul li:before {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  top: 15px;
  opacity: 0.5;
}
nav.side_menu > ul > li ul li a {
  display: flex;
  padding: 3px 0;
  color: #005086;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 1366px) {
  nav.side_menu > ul > li ul li a {
    padding: 3px 0;
    font-size: 13px;
  }
}
nav.side_menu > ul > li ul li:last-child > a {
  padding-bottom: 0;
}
nav.side_menu > ul > li ul li.active > a, nav.side_menu > ul > li ul li:hover > a {
  color: #005086;
}
nav.side_menu > ul > li ul li ul {
  margin-left: 20px;
}
nav.side_menu > ul > li span.shevron {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 2px 0 0 10px;
  cursor: pointer;
}
nav.side_menu > ul > li span.shevron:before, nav.side_menu > ul > li span.shevron:after {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  left: 0;
  top: 50%;
  background-color: #13487f;
}
nav.side_menu > ul > li span.shevron.plus:before {
  transform: rotate(45deg);
}
nav.side_menu > ul > li span.shevron.plus:after {
  left: 5px;
  transform: rotate(-45deg);
}
nav.side_menu > ul > li span.shevron.minus:before {
  transform: rotate(-45deg);
}
nav.side_menu > ul > li span.shevron.minus:after {
  left: 5px;
  transform: rotate(45deg);
}
nav.side_menu > ul > li.active > a {
  color: #D25800;
}
nav.side_menu > ul > li.active ul {
  display: block;
}

aside.commercial {
  margin: 15px;
  height: 300px;
  width: 100%;
  background: white;
}

div.contact_blocks {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  div.contact_blocks {
    grid-gap: 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1280px) {
  div.contact_blocks {
    grid-gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  div.contact_blocks {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  div.contact_blocks {
    grid-template-columns: 1fr;
  }
}
div.contact_blocks div.contact_block {
  padding-bottom: 20px;
  border-bottom: 1px solid #d4dae3;
}
div.contact_blocks div.contact_block h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  div.contact_blocks div.contact_block h2 {
    margin-bottom: 5px;
    font-size: 22px;
  }
}
div.contact_text {
  margin-bottom: 20px;
}

div.map {
  height: 520px;
}
@media (max-width: 1366px) {
  div.map {
    height: 460px;
  }
}
@media (max-width: 1280px) {
  div.map {
    height: 400px;
  }
}
@media (max-width: 1024px) {
  div.map {
    height: 350px;
  }
}
@media (max-width: 768px) {
  div.map {
    height: 300px;
  }
}
@media (max-width: 576px) {
  div.map {
    height: 250px;
  }
}
div.map div {
  position: static;
}

.consent_form {
  display: none;
  flex-direction: column;
  position: fixed;
  z-index: 100; /* Sit on top */
  margin: auto;
  align-items: center;
  /*padding-top: 100px; /* Location of the box */
  /*padding-bottom: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.consent_content {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  align-items: center;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 80%;
  font-size: 1rem;
  transition: all 1s;
  animation: 1s slide-up;
  margin-top: 0%;
  display: flex;
  flex-direction: column;
}

@keyframes slide-up {
  from {
    margin-top: 50%;
  }
  to {
    margin-top: 0%;
  }
}
.consent_content .header {
  text-align: center;
}

.consent_content p {
  text-align: justify;
}

.consent_button {
  width: 12rem;
  font-family: "firaGO";
  font-size: 1rem;
  font-weight: bold;
  font-feature-settings: "case" on;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ff941b;
  color: white !important;
  text-align: center;
  margin: 10px;
  padding: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 1rem;
  padding-left: 1rem;
  border: none;
  border-top-right-radius: 5000px;
  border-top-left-radius: 5000px;
  border-bottom-left-radius: 5000px;
  border-bottom-right-radius: 5000px;
  background-color: #ff941b;
}

.consent_button:hover {
  background-color: rgb(235, 128, 7);
}

.consent_button:disabled {
  background-color: grey;
}

.iconsent {
  margin: 10px;
}

.bh {
  font-size: 32px;
}

.mh {
  font-size: 20px;
}

.fs-m {
  font-size: 1rem;
}

.fs-m-1 {
  font-size: 0.9rem;
}

.fw-b {
  font-weight: bold;
}

.container-alert {
  box-sizing: border-box;
}

.container-alert .alert {
  margin-bottom: 10px;
}

.container-alert .alert:last-child {
  margin-bottom: 0;
}

.alert {
  width: 100%;
  padding: 15px;
  position: relative;
  border-left: 8px solid #bababa;
  background: #ededed;
  color: #a1a1a1;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  font-size: 16px;
}

.alert .alert--close,
.alert .alert--icon {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.alert .alert--close_absolute,
.alert .alert--icon_absolute {
  position: absolute;
  top: 10px;
  right: 10px;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
}

.alert .alert--icon {
  margin-right: 10px;
}

.alert .alert--close {
  margin-left: 10px;
  opacity: 0.7;
  transition: 0.5s;
  cursor: pointer;
}

.alert .alert--close:hover {
  opacity: 1;
}

.alert .alert--content {
  width: 100%;
  line-height: 1.5;
}

.alert .alert--buttons {
  width: 100%;
  margin-top: 10px;
}

.alert_sm {
  padding: 10px;
  font-size: 14px;
}

.alert_sm .alert--close,
.alert_sm .alert--icon {
  font-size: 16px;
}

.alert_lg {
  font-size: 26px;
}

.alert_lg .alert--close,
.alert_lg .alert--icon {
  font-size: 26px;
}

.alert .hr {
  height: 1px;
  width: 100%;
  border: none;
  background: #ddd;
  margin: 10px 0;
}

.alert_success {
  border-color: #2ed573;
  background: #c3f3d7;
  color: #23ad5c;
}

.alert_success .hr {
  background: #23ad5c;
}

.alert_danger {
  border-color: #ff4757;
  background: #ffe0e3;
  color: #ff4757;
}

.alert_danger .hr {
  background: #ff4757;
}

.alert_warning {
  border-color: #ffa502;
  background: #ffdb9b;
  color: #ce8500;
}

.alert_warning .hr {
  background: #ce8500;
}

.alert_info {
  border-color: #71c9ff;
  background: #d7f0ff;
  color: #3eb6ff;
}

.alert_info .hr {
  background: #3eb6ff;
}

.alert_dark {
  border-color: #333;
  background: #4d4d4d;
  color: #ccc;
}

.alert_dark .hr {
  background: #1a1a1a;
}

@keyframes showAlert {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
  }
}
.alert {
  transition: 0.5s ease-in-out;
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: hidden;
  animation-name: showAlert;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.alert.alert_none {
  display: none;
}

.fixed-alerts {
  box-sizing: border-box;
  position: fixed;
  z-index: 9999999;
  width: calc(100% - 20px);
  max-width: 380px;
}

.fixed-alerts_bottom {
  bottom: 10px;
}

.fixed-alerts_top {
  top: 80px;
}

.fixed-alerts_right {
  right: 10px;
}

.fixed-alerts_left {
  left: 10px;
}

.fixed-alerts_center {
  justify-self: anchor-center;
}

.fixed-alerts .alert {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.fixed-alerts .alert:last-child {
  margin-bottom: 0;
}

.modal_form {
  display: none;
  flex-direction: column;
  position: fixed;
  z-index: 100; /* Sit on top */
  margin: auto;
  align-items: center;
  /*padding-top: 100px; /* Location of the box */
  /*padding-bottom: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal_content {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  align-items: center;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 80%;
  font-size: 1rem;
  transition: all 1s;
  margin-top: 0%;
  display: flex;
  flex-direction: column;
}

@keyframes slide-up {
  from {
    margin-top: 50%;
  }
  to {
    margin-top: 0%;
  }
}
.modal_content .header {
  text-align: center;
}

.modal_content p {
  text-align: justify;
}

.modal_content .phone {
  font-weight: bold;
  margin: 20px;
}

.modal_footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal_footer > * {
  margin: 0.25rem;
}

.loading-spinner {
  width: 30px;
  height: 30px;
  border: 2px solid indigo;
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.0666666667);
  display: inline-block;
  animation: loadingspinner 0.7s linear infinite;
}

@keyframes loadingspinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.stonegrid {
  overflow-x: auto;
}

.stone-sort-button {
  color: lightgray;
  margin-left: 0.25rem !important;
}

.stone-sort-button-enabled {
  color: black;
  margin-left: 0.25rem !important;
}

.stone-pagination {
  width: 100%;
  padding-top: 5px;
  vertical-align: middle;
  font-size: 14px;
}
.stone-pagination .stone-pagination-nav {
  display: inline-block;
  padding: 2px;
  height: 34px;
}
.stone-pagination .stone-pagination-nav nav {
  display: inline-block;
}
.stone-pagination .stone-pagination-nav .stone-pagination-ul {
  margin: 0;
  display: inline-flex;
}
.stone-pagination .stone-pagination-nav .stone-pagination-ul .stone-page-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  padding: 5px 8px;
  border-color: #b3b3b3;
}
.stone-pagination .stone-pagination-nav .stone-pagination-ul .stone-page-item.disabled {
  cursor: not-allowed;
}
.stone-pagination .stone-pagination-nav .stone-pagination-ul .stone-page-item.disabled a[class*=icon-seek-] {
  color: grey;
  background-color: gray;
}
.stone-pagination .stone-pagination-nav .stone-pagination-ul .stone-page-item a.icon-seek-first, .stone-pagination .stone-pagination-nav .stone-pagination-ul .stone-page-item a.icon-seek-prev, .stone-pagination .stone-pagination-nav .stone-pagination-ul .stone-page-item a.icon-seek-next, .stone-pagination .stone-pagination-nav .stone-pagination-ul .stone-page-item a.icon-seek-end {
  height: 20px;
  width: 20px;
  background-color: black;
}
.stone-pagination .stone-pagination-nav .stone-pagination-ul .stone-page-item a[class*=icon-seek-] {
  background-color: black;
}
.stone-pagination .stone-pagination-nav .stone-pagination-ul .stone-page-item a.icon-seek-first {
  --stone-pagination-icon-seek-first-svg: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" class="svg-icon" style="width: 1em; height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;" viewBox="0 0 1024 1024" version="1.1"%3E%3Cpath d="M738.63 817.51c42.09 31.72 76.53 9.6 76.52-49.14V255.64c0-58.75-34.44-80.87-76.52-49.14l-328.8 247.83c-42.08 31.72-42.08 83.62 0 115.36l328.8 247.82zM258.27 832a40.12 40.12 0 0 1-40-40V232a40.12 40.12 0 0 1 40-40 40.12 40.12 0 0 1 40 40v560a40.12 40.12 0 0 1-40 40z" fill=""/%3E%3C/svg%3E');
  -webkit-mask: var(--stone-pagination-icon-seek-first-svg) no-repeat;
  mask: var(--stone-pagination-icon-seek-first-svg) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.stone-pagination .stone-pagination-nav .stone-pagination-ul .stone-page-item a.icon-seek-prev {
  --stone-pagination-icon-seek-prev-svg: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" class="svg-icon" style="width: 1em; height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;" viewBox="0 0 1024 1024" version="1.1"%3E%3Cpath d="M613.92 817.51c42.1 31.72 76.53 9.6 76.52-49.14V255.64c0-58.75-34.44-80.87-76.52-49.14l-328.8 247.83C243 486.05 243 538 285.12 569.69l328.8 247.82z" fill=""/%3E%3C/svg%3E');
  -webkit-mask: var(--stone-pagination-icon-seek-prev-svg) no-repeat;
  mask: var(--stone-pagination-icon-seek-prev-svg) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.stone-pagination .stone-pagination-nav .stone-pagination-ul .stone-page-item a.icon-seek-next {
  --stone-pagination-icon-seek-next-svg: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" class="svg-icon" style="width: 1em; height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;" viewBox="0 0 1024 1024" version="1.1"%3E%3Cpath d="M410.08 817.51l328.8-247.82c42.12-31.69 42.12-83.64 0-115.36L410.08 206.5c-42.08-31.73-76.52-9.61-76.52 49.14v512.73c0 58.74 34.42 80.86 76.52 49.14z" fill=""/%3E%3C/svg%3E');
  -webkit-mask: var(--stone-pagination-icon-seek-next-svg) no-repeat;
  mask: var(--stone-pagination-icon-seek-next-svg) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.stone-pagination .stone-pagination-nav .stone-pagination-ul .stone-page-item a.icon-seek-end {
  --stone-pagination-icon-seek-end-svg: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" class="svg-icon" style="width: 1em; height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;" viewBox="0 0 1024 1024" version="1.1"%3E%3Cpath d="M290.08 817.51l328.8-247.82c42.12-31.69 42.12-83.64 0-115.36L290.08 206.5c-42.08-31.73-76.52-9.61-76.52 49.14v512.73c0 58.74 34.42 80.86 76.52 49.14zM770.44 192a40.12 40.12 0 0 1 40 40v560a40.12 40.12 0 0 1-40 40 40.12 40.12 0 0 1-40-40V232a40.12 40.12 0 0 1 40-40z" fill=""/%3E%3C/svg%3E');
  -webkit-mask: var(--stone-pagination-icon-seek-end-svg) no-repeat;
  mask: var(--stone-pagination-icon-seek-end-svg) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.stone-pagination .stone-pagination-nav .stone-page-number {
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  padding: 0 5px;
  height: inherit;
}
.stone-pagination .stone-pagination-nav .stone-page-number input {
  background-color: #fafbed;
  height: 26px;
  width: 50px;
  padding: 2px;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
.stone-pagination .stone-pagination-settings {
  display: block;
  float: right;
  padding: 2px;
}
.stone-pagination .stone-pagination-settings select {
  width: unset;
  padding: 10px;
  z-index: 1;
  border: 1.5px solid #EEEFF2;
  border-radius: 5px;
  margin-bottom: 0px;
}

.stone-filter-dialog {
  position: absolute;
  background-color: white;
  border: 0.5px solid grey;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 100;
}
.stone-filter-dialog .stone-filter-search {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  width: 100%;
  padding: 5px;
}
.stone-filter-dialog .stone-filter-search input {
  padding: 5px;
  border-radius: 5px;
  font-size: 0.9rem;
}
.stone-filter-dialog .stone-select-all {
  margin-left: 10px;
  border-bottom: 0.5px solid grey;
}
.stone-filter-dialog .stone-select-all .stone-checkbox-container + span {
  display: inline-flex;
  align-items: center;
  padding: 5px;
}
.stone-filter-dialog .stone-select-all label {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 400;
  position: relative;
  white-space: nowrap;
  flex: 0 0 100%;
}
.stone-filter-dialog ul {
  margin: 10px;
}
.stone-filter-dialog ul > li label {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 400;
  position: relative;
  white-space: nowrap;
  flex: 0 0 100%;
}
.stone-filter-dialog li .stone-checkbox-container + span {
  display: inline-flex;
  align-items: center;
  padding: 5px;
}
.stone-filter-dialog .ok-button {
  cursor: pointer;
  display: block;
  padding: 0;
  width: 100%;
  height: 26px;
  text-align: center;
  color: black;
  font-weight: bold;
}

.notification_form {
  display: none;
  flex-direction: column;
  position: fixed;
  z-index: 10; /* Sit on top */
  margin: auto;
  align-items: center;
  /*padding-top: 100px; /* Location of the box */
  /*padding-bottom: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.notification-popup {
  width: 500px;
  max-width: 95%;
  padding: 10px;
  right: 0px;
  align-self: end;
  background-color: white;
  height: 100%;
  margin: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.notification-popup .notification-header {
  padding: 5px;
  justify-content: space-between;
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid lightgray;
}
.notification-popup .notification-header .close_button {
  cursor: pointer;
}
.notification-popup .notification-content {
  flex: 1;
}

.notification-item {
  padding: 5px;
  font-size: 0.9rem;
  border-bottom: 0.5px solid lightgrey;
  cursor: pointer;
}
.notification-item .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
}
.notification-item .content-wrapper {
  height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.notification-item .text {
  width: 92%;
}
.notification-item .warning {
  border-left: 8px solid #ce8500;
}
.notification-item .info {
  border-left: 8px solid #71c9ff;
}
.notification-item .error {
  border-left: 8px solid #ff4757;
}

.notification-footer {
  width: 100%;
  padding-top: 5px;
  vertical-align: middle;
  font-size: 14px;
}
.notification-footer .notification-pagination-nav {
  display: flex;
  padding: 2px;
  height: 34px;
  justify-content: space-between;
}
.notification-footer .notification-pagination-nav nav {
  display: inline-block;
}
.notification-footer .notification-pagination-nav .notification-pagination-ul {
  margin: 0;
  display: inline-flex;
}
.notification-footer .notification-pagination-nav .notification-pagination-ul .notification-page-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  border-color: #b3b3b3;
}
.notification-footer .notification-pagination-nav .notification-pagination-ul .notification-page-item.disabled {
  cursor: not-allowed;
}
.notification-footer .notification-pagination-nav .notification-pagination-ul .notification-page-item.disabled a[class*=icon-seek-] {
  color: grey;
  background-color: gray;
}
.notification-footer .notification-pagination-nav .notification-pagination-ul .notification-page-item a.icon-seek-first, .notification-footer .notification-pagination-nav .notification-pagination-ul .notification-page-item a.icon-seek-prev, .notification-footer .notification-pagination-nav .notification-pagination-ul .notification-page-item a.icon-seek-next, .notification-footer .notification-pagination-nav .notification-pagination-ul .notification-page-item a.icon-seek-end {
  height: 20px;
  width: 20px;
  background-color: black;
}
.notification-footer .notification-pagination-nav .notification-pagination-ul .notification-page-item a[class*=icon-seek-] {
  background-color: black;
}
.notification-footer .notification-pagination-nav .notification-pagination-ul .notification-page-item a.icon-seek-first {
  --stone-pagination-icon-seek-first-svg: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" class="svg-icon" style="width: 1em; height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;" viewBox="0 0 1024 1024" version="1.1"%3E%3Cpath d="M738.63 817.51c42.09 31.72 76.53 9.6 76.52-49.14V255.64c0-58.75-34.44-80.87-76.52-49.14l-328.8 247.83c-42.08 31.72-42.08 83.62 0 115.36l328.8 247.82zM258.27 832a40.12 40.12 0 0 1-40-40V232a40.12 40.12 0 0 1 40-40 40.12 40.12 0 0 1 40 40v560a40.12 40.12 0 0 1-40 40z" fill=""/%3E%3C/svg%3E');
  -webkit-mask: var(--stone-pagination-icon-seek-first-svg) no-repeat;
  mask: var(--stone-pagination-icon-seek-first-svg) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.notification-footer .notification-pagination-nav .notification-pagination-ul .notification-page-item a.icon-seek-prev {
  --stone-pagination-icon-seek-prev-svg: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" class="svg-icon" style="width: 1em; height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;" viewBox="0 0 1024 1024" version="1.1"%3E%3Cpath d="M613.92 817.51c42.1 31.72 76.53 9.6 76.52-49.14V255.64c0-58.75-34.44-80.87-76.52-49.14l-328.8 247.83C243 486.05 243 538 285.12 569.69l328.8 247.82z" fill=""/%3E%3C/svg%3E');
  -webkit-mask: var(--stone-pagination-icon-seek-prev-svg) no-repeat;
  mask: var(--stone-pagination-icon-seek-prev-svg) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.notification-footer .notification-pagination-nav .notification-pagination-ul .notification-page-item a.icon-seek-next {
  --stone-pagination-icon-seek-next-svg: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" class="svg-icon" style="width: 1em; height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;" viewBox="0 0 1024 1024" version="1.1"%3E%3Cpath d="M410.08 817.51l328.8-247.82c42.12-31.69 42.12-83.64 0-115.36L410.08 206.5c-42.08-31.73-76.52-9.61-76.52 49.14v512.73c0 58.74 34.42 80.86 76.52 49.14z" fill=""/%3E%3C/svg%3E');
  -webkit-mask: var(--stone-pagination-icon-seek-next-svg) no-repeat;
  mask: var(--stone-pagination-icon-seek-next-svg) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.notification-footer .notification-pagination-nav .notification-pagination-ul .notification-page-item a.icon-seek-end {
  --stone-pagination-icon-seek-end-svg: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" class="svg-icon" style="width: 1em; height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;" viewBox="0 0 1024 1024" version="1.1"%3E%3Cpath d="M290.08 817.51l328.8-247.82c42.12-31.69 42.12-83.64 0-115.36L290.08 206.5c-42.08-31.73-76.52-9.61-76.52 49.14v512.73c0 58.74 34.42 80.86 76.52 49.14zM770.44 192a40.12 40.12 0 0 1 40 40v560a40.12 40.12 0 0 1-40 40 40.12 40.12 0 0 1-40-40V232a40.12 40.12 0 0 1 40-40z" fill=""/%3E%3C/svg%3E');
  -webkit-mask: var(--stone-pagination-icon-seek-end-svg) no-repeat;
  mask: var(--stone-pagination-icon-seek-end-svg) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.notification-footer .notification-pagination-nav .notification-page-number {
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  padding: 0 5px;
  height: inherit;
}
.notification-footer .notification-pagination-nav .notification-page-number input {
  background-color: #fafbed;
  height: 26px;
  width: 50px;
  padding: 2px;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}

.unread {
  font-weight: bold !important;
}

.notification-show-modal {
  display: none;
  flex-direction: column;
  position: fixed;
  z-index: 10; /* Sit on top */
  margin: auto;
  align-items: center;
  /*padding-top: 100px; /* Location of the box */
  /*padding-bottom: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.notification-show-modal .show-modal {
  width: 50vh;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  align-items: center;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 10px;
  font-size: 1rem;
  transition: all 1s;
  margin-top: 0%;
  display: flex;
  flex-direction: column;
}
.notification-show-modal .show-modal .header {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 0.5px solid grey;
}
.notification-show-modal .show-modal .text {
  font-size: 1rem;
}
.notification-show-modal .show-modal .ok-button {
  padding: 10px;
  margin: 10px;
  font-weight: bold;
  border: 1px solid black;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.notification-show-modal .show-modal .ok-button:hover {
  background-color: grey;
  color: white;
}

.notification-unread {
  position: relative;
  top: -10px;
  font-size: 0.8rem;
  font-weight: 500;
  left: -5px;
}

.readbtnDiv {
  position: absolute;
  right: 0px;
  bottom: 20px;
  background-color: white;
}

.readbtn {
  border-radius: 4px;
  margin-left: 5px;
  display: block;
  height: 100%;
  padding: 2px;
}

.readbtn:hover {
  background-color: lightgrey;
}

.readbtn:before {
  content: "";
  display: block;
  float: right;
  height: 20px;
}

.payment-block {
  font-size: 1.5rem;
  width: 550px;
  padding: 20px;
  padding-top: 40px;
  margin: auto;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 20px;
}
@media (max-width: 600px) {
  .payment-block {
    font-size: 1rem;
    width: 340px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.payment-input {
  padding: 20px;
  padding-left: 25px;
  border-radius: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  border-color: #dddddd;
  background-color: white;
}
.payment-input::placeholder {
  font-weight: 400;
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  .payment-input::placeholder {
    font-size: 1rem;
  }
}

.payment-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  border-radius: 20px;
  width: 180px;
  margin-top: 0px;
  font-size: 1.5rem;
  font-weight: 500;
  z-index: 1;
  margin-bottom: 0px;
}
@media (max-width: 600px) {
  .payment-button {
    font-size: 1rem;
    width: 120px;
  }
}

.payment-button-result {
  margin: 20px;
  padding: 20px;
  border-radius: 20px;
  width: 180px;
  font-size: 1.5rem;
  font-weight: 500;
  z-index: 1;
}

.payment-logo {
  margin-top: 60px;
  scale: 1.3;
  padding: 30px;
}
@media (max-width: 600px) {
  .payment-logo {
    display: none;
  }
}

.payment-icon {
  color: #F07100;
}

.payment_card {
  font-size: 1.1rem;
  padding: 10px;
  margin: 10px;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.payment_card .card-content .owner {
  gap: 5px;
}
.payment_card .card-content .owner i {
  color: #F07100;
}
.payment_card .card-content .address {
  margin-top: 10px;
  gap: 5px;
}
.payment_card .card-content .address i {
  color: #F07100;
}
.payment_card .card-content .address .hand {
  margin-right: 5px;
  width: 20px;
}
.payment_card .card_text {
  margin-left: 10px;
  font-weight: bold;
}

.payment-tip {
  color: #464646;
  font-size: 12px;
  margin-left: 5px;
  font-weight: 500;
  padding: 10px;
}

.payment-result-icon {
  width: 100px;
  text-align: center;
}

.payment-result-text {
  font-size: 1.5rem;
  margin: 40px;
  font-weight: 500;
}

/*# sourceMappingURL=style.css.map */
