﻿@charset "UTF-8";
/*@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.0/font/bootstrap-icons.css");*/
@font-face {
  font-family: "psl_kittithada";
  src: url("../../../fonts/PSLKittithadaPro.woff2") format("woff2"), url("../../../fonts/PSLKittithadaPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "psl_kittithada";
  src: url("../../../fonts/PSLKittithadaProBold.woff2") format("woff2"), url("../../../fonts/PSLKittithadaProBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../../../fonts/icomoon.eot?bga1ot");
  src: url("../../../fonts/icomoon.eot?bga1ot#iefix") format("embedded-opentype"), url("../../../fonts/icomoon.ttf?bga1ot") format("truetype"), url("../../../fonts/icomoon.woff?bga1ot") format("woff"), url("../../../fonts/icomoon.svg?bga1ot#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bus:before {
  content: "\e900";
}

.icon-car:before {
  content: "\e901";
}

.icon-truck:before {
  content: "\e902";
}

.icon-calendar:before {
  content: "\e903";
}

.icon-edit:before {
  content: "\e904";
}

.icon-car-repair:before {
  content: "\e905";
}

@-webkit-keyframes heroBannerImage {
  0% {
    opacity: 0.5;
  }
  25% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes heroBannerImage {
  0% {
    opacity: 0.5;
  }
  25% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes opt-animation {
  0% {
    opacity: 0.5;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes blurIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@keyframes blurOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.fade-scale.show {
  opacity: 1;
  transform: scale(1);
}

.fade-flip {
  transform: rotateX(-90deg);
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.fade-flip.show {
  opacity: 1;
  transform: rotateX(0deg);
}

.breadcrumb--wrapper .breadcrumb {
  margin-bottom: 25px;
}
.breadcrumb--wrapper .breadcrumb .breadcrumb-item {
  color: #0246b5;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.375rem;
}
.breadcrumb--wrapper .breadcrumb .breadcrumb-item a {
  color: #0246b5;
  text-decoration: none;
}
.breadcrumb--wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  font-size: 0.75rem;
  color: #0246b5;
  content: "\f285";
}

.bg-red {
  background-color: #D90000 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.text-red {
  color: #D90000 !important;
}

.text-black {
  color: #000000 !important;
}

.text-white {
  color: #FFFFFF !important;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  min-width: 7.5rem;
  height: 40px;
  margin-bottom: 1.5rem;
  /*font-size: 1.25rem;
  line-height: 1.25rem;*/
  font-size: 1.4rem;
  line-height: 1.4rem;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.btn .btn__text {
  display: flex;
  align-items: center;
  margin: 0 0.5rem;
  font-weight: bold;
  /*font-size: 1.25rem;
  line-height: 1.25rem;*/
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.btn .btn__icon {
  font-size: 1.25rem;
  line-height: 1.25rem;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .btn {
    width: 100%;
    margin-bottom: 1rem;
    min-width: 10rem;
  }
}
@media screen and (max-width: 320px) {
  .btn {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .btn .btn__text {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

.btn--primary {
  padding: 0.5rem;
  color: white;
  background-color: #0096a9;
}
.btn--primary .btn__text {
  color: white;
}
.btn--primary .btn__icon {
  color: white;
  font-size: 1rem;
}
.btn--primary .btn__icon em {
  display: flex;
}
.btn--primary:hover {
  background-color: #A4843B;
}
.btn--primary:hover .btn__text {
  color: white;
}
.btn--primary:hover .btn__icon {
  color: white;
}

.btn--secondary {
  padding: 0.5rem;
  color: #333333;
  background-color: #D2D711;
}
.btn--secondary .btn__text {
  color: #333333;
}
.btn--secondary .btn__icon {
  color: #333333;
}
.btn--secondary .btn__icon em {
  display: flex;
}
.btn--secondary:hover {
  background-color: #A4843B;
}
.btn--secondary:hover .btn__text {
  color: white;
}
.btn--secondary:hover .btn__icon {
  color: white;
}
.btn--secondary__detailCoverage {
  min-height: 40px;
  height: auto;
}
.btn--secondary__detailCoverage .btn__text {
  text-align: left;
}

.btn--default {
  padding: 0.5rem;
  color: white;
  background-color: #f0f0f0;
}
.btn--default .btn__text {
  color: #333333;
}
.btn--default .btn__icon {
  color: #333333;
}
.btn--default .btn__icon em {
  display: flex;
}
.btn--default:hover {
  background-color: #A4843B;
}
.btn--default:hover .btn__text {
  color: white;
}
.btn--default:hover .btn__icon {
  color: white;
}

.btn--orange {
  padding: 0.5rem;
  color: white;
  background-color: #FF6600;
}
.btn--orange .btn__text {
  color: white;
}
.btn--orange .btn__icon {
  color: white;
}
.btn--orange:hover {
  background-color: #A4843B;
}
.btn--orange:hover .btn__text {
  color: white;
}
.btn--orange:hover .btn__icon {
  color: white;
}

.btn--link {
  position: relative;
  padding: 0.5rem;
  color: #333333;
  background-color: transparent;
}
.btn--link .btn__text {
  color: #333333;
}
.btn--link .btn__icon {
  color: #333333;
}
.btn--link:hover {
  background-color: transparent;
}
.btn--link:hover .btn__text {
  color: #0096a9;
}
.btn--link:hover .btn__icon {
  color: #0096a9;
}

.btn--search {
  grid-gap: 15px;
  padding: 0.5rem 1rem;
  color: #0096a9;
  background-color: transparent;
}
.btn--search .btn__text {
  color: #0096a9;
}
.btn--search .btn__icon {
  color: #0096a9;
}
.btn--search:hover .btn__text {
  color: #A4843B;
}
.btn--search:hover .btn__icon {
  color: #A4843B;
}

.swal2-confirm,
.swal2-cancel {
  margin: 0.3125em !important;
}

html[lang=en] body {
  font-family: "psl_kittithada", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: normal;
}
html[lang=en] h1, html[lang=en] .h1 {
  font-size: 2.5rem;
  font-weight: bold;
}
html[lang=en] h2, html[lang=en] .h2 {
  font-size: 2.25rem;
  font-weight: bold;
}
html[lang=en] h3, html[lang=en] .h3 {
  font-size: 1.75rem;
  font-weight: bold;
}
html[lang=en] h4, html[lang=en] .h4 {
  font-size: 1.5rem;
  font-weight: bold;
}
html[lang=en] h5, html[lang=en] .h5 {
  font-size: 1.25rem;
  font-weight: bold;
}
html[lang=en] h6, html[lang=en] .h6 {
  font-size: 1rem;
  font-weight: bold;
}
html[lang=en] .display-1 {
  font-size: 6rem;
  font-weight: bold;
}
html[lang=en] .display-2 {
  font-size: 5.5rem;
  font-weight: bold;
}
html[lang=en] .display-3 {
  font-size: 4.5rem;
  font-weight: bold;
}
html[lang=en] .display-4 {
  font-size: 3.5rem;
  font-weight: bold;
}
html[lang=en] .lead {
  font-size: 1.125rem;
}

html[lang=th] body {
  font-family: "psl_kittithada", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: normal;
}
html[lang=th] h1, html[lang=th] .h1 {
  font-size: 2.5rem;
  font-weight: bold;
}
html[lang=th] h2, html[lang=th] .h2 {
  font-size: 2.25rem;
  font-weight: bold;
}
html[lang=th] h3, html[lang=th] .h3 {
  font-size: 1.75rem;
  font-weight: bold;
}
html[lang=th] h4, html[lang=th] .h4 {
  font-size: 1.5rem;
  font-weight: bold;
}
html[lang=th] h5, html[lang=th] .h5 {
  font-size: 1.25rem;
  font-weight: bold;
}
html[lang=th] h6, html[lang=th] .h6 {
  font-size: 1rem;
  font-weight: bold;
}
html[lang=th] .display-1 {
  font-size: 6rem;
  font-weight: bold;
}
html[lang=th] .display-2 {
  font-size: 5.5rem;
  font-weight: bold;
}
html[lang=th] .display-3 {
  font-size: 4.5rem;
  font-weight: bold;
}
html[lang=th] .display-4 {
  font-size: 3.5rem;
  font-weight: bold;
}
html[lang=th] .lead {
  font-size: 1.125rem;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.text-start {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-end {
  text-align: right !important;
}

.image {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.image img {
  max-width: 100%;
}

.image-style-align-left {
  float: left;
  margin: 0 15px 15px 0;
}

.image-style-align-right {
  float: right;
  margin: 0 0 15px 15px;
}

.form--float {
  position: relative;
  margin-bottom: 1.5rem;
}
.form--float .did-floating-label {
  color: #AAAAAA;
  /*font-size: 1.25rem;*/
  /*line-height: 1.25rem;*/
  font-size: 1.4rem;
  line-height: 1.25rem;
  font-weight: bold;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 10px;
  padding: 0 5px;
  background: white;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
@media screen and (max-width: 375px) {
  .form--float .did-floating-label {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}
@media screen and (max-width: 320px) {
  .form--float .did-floating-label {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.form--float .form-control {
  /*font-size: 1.25rem;*/
  font-size: 1.4rem;
  line-height: 40px;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 30px 0 15px;
  background: none;
  font-weight: bold;
  color: #AAAAAA;
  border: 1px solid #AAAAAA;
  background-color: white;
  border-radius: 0;
  box-sizing: border-box;
}
.form--float .form-control.has-data {
  color: #0096a9;
  outline: none;
  border-color: black;
  box-shadow: none;
  opacity: 1;
}
.form--float .form-control.has-data ~ label {
  opacity: 1;
  top: -15px;
  font-size: 1.125rem;
  color: black;
}
.form--float .form-control:not(:placeholder-shown) {
  color: #0096a9;
  outline: none;
  border-color: black;
  box-shadow: none;
}
.form--float .form-control:not(:placeholder-shown) ~ label {
  opacity: 1;
  top: -15px;
  font-size: 1.125rem;
  color: black;
}
.form--float .form-control:focus {
  color: #0096a9;
  outline: none;
  border-color: black;
  box-shadow: none;
}
.form--float .form-control:focus ~ label {
  opacity: 1;
  top: -15px;
  font-size: 1.125rem;
  color: black;
}
.form--float .form-control:disabled {
  color: #0096a9;
  -webkit-text-fill-color: #0096a9;
  opacity: 1; /* required on iOS */
}
@media screen and (max-width: 375px) {
  .form--float .form-control {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 320px) {
  .form--float .form-control {
    font-size: 1.25rem;
  }
}
.form--float textarea.form-control {
  height: 131px;
}
.form--float .form-control:not(:placeholder-shown) ~ label {
  top: -15px;
}
.form--float select:not([value=""]):valid ~ label {
  top: -15px;
}
.form--float select[value=""]:focus ~ label {
  top: 15px;
}
.form--float.has-date .form-control {
  padding-right: 45px;
}
.form--float.has-date:after {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  content: "\e903";
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #929190;
  position: absolute;
  right: 13px;
  top: 20px;
  transform: translateY(-50%);
}
.form--float.has-date:has(.form-control:not(:placeholder-shown)):after {
  color: #333333;
}
.form--float .icon-date {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 12px;
  cursor: pointer;
  z-index: 99;
}
.form--float .form-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  display: none;
}
.form--float .form-file + label {
  position: relative;
  height: 40px;
  margin-bottom: 0;
  line-height: 40px;
  color: #aaaaaa;
  border: 1px solid #aaaaaa;
  border-radius: 0;
  background-color: #FFFFFF;
  width: 100%;
  padding: 0 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}
.form--float .form-file + label:after {
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  content: "\f358";
  font-size: 18px;
  line-height: 18px;
  color: #929190;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.form--float .form-file + label span {
  width: 100%;
  min-height: 100%;
  font-size: 1.3rem;
  color: #333;
  text-align: left;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
.form--float.viewOnly input[type=text] {
  background-color: #e3e3e3;
  border-color: #EEEEEE;
  pointer-events: none;
}
.form--float.viewOnly input:read-only {
  background-color: #e3e3e3;
  border-color: #EEEEEE;
  pointer-events: none;
}
.form--float.viewOnly input:disabled {
  background-color: #e3e3e3;
  border-color: #EEEEEE;
  pointer-events: none;
}
.form--float.viewOnly .did-floating-label {
  background-color: transparent;
}
.form--float.viewOnly .bootstrap-select {
  display: none;
}
.form--float.viewOnly .bootstrap-select.disabled .btn {
  background-color: #e3e3e3;
  border-color: #EEEEEE;
  pointer-events: none;
  opacity: 1;
}

.form--tooltips {
  border: 1px solid #AAAAAA;
}
.form--tooltips .form-control {
  /*width: 87%;*/
  width: 90%;
  border: none;
}
.form--tooltips .icon-tooltip {
  position: absolute;
  top: 5px;
  right: 10px;
}
.form--tooltips .icon-tooltip .bi {
  font-size: 20px;
}

.select--float {
  position: relative;
  margin-bottom: 1.5rem;
  /* :active works but when replace with :focus, it doesn't work */
}
.select--float .did-floating-label {
  pointer-events: none;
  color: #AAAAAA;
  /*font-size: 1.25rem;*/
  font-size: 1.4rem;
  line-height: 36px;
  font-weight: bold;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 2px;
  padding: 0 5px;
  background: white;
  transition: 0.2s ease all;
  width: 85%;
}
@media screen and (max-width: 1439px) {
  .select--float .did-floating-label {
    width: 83%;
  }
}
@media screen and (max-width: 375px) {
  .select--float .did-floating-label {
    font-size: 1.3rem;
    width: 85%;
  }
}
@media screen and (max-width: 320px) {
  .select--float .did-floating-label {
    font-size: 1.25rem;
  }
}
.select--float .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.select--float .bootstrap-select.show > .btn-light.dropdown-toggle,
.select--float .bootstrap-select > .dropdown-toggle.bs-placeholder,
.select--float .bootstrap-select .dropdown-menu.show {
  border-color: #AAAAAA !important;
  color: #AAAAAA !important;
}
.select--float .bootstrap-select:not([class*=bs-placeholder]) .filter-option-inner-inner {
  font-weight: bold;
  color: #0096a9;
}
.select--float .bootstrap-select.show > .btn-light.dropdown-toggle {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
}
.select--float .bootstrap-select > .btn,
.select--float .bootstrap-select > .btn-light {
  /*font-size: 1.25rem;*/
  font-size: 1.4rem;
  line-height: 40px;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 30px 0 15px;
  margin-bottom: 0;
  background: none;
  color: #AAAAAA;
  background-color: #fff !important;
  border: 1px solid black !important;
  border-radius: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 375px) {
  .select--float .bootstrap-select > .btn,
  .select--float .bootstrap-select > .btn-light {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 320px) {
  .select--float .bootstrap-select > .btn,
  .select--float .bootstrap-select > .btn-light {
    font-size: 1.25rem;
  }
}
.select--float .bootstrap-select > .btn:before,
.select--float .bootstrap-select > .btn-light:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: url("/Content/default/images/angle-down.svg");
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
}
.select--float .bootstrap-select > .btn-light:focus,
.select--float .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: black !important;
}
.select--float .bootstrap-select > .dropdown-toggle:after {
  border: none;
}
.select--float .bootstrap-select > .dropdown-menu {
  border: 1px solid #AAAAAA;
}
.select--float .bootstrap-select .dropdown-menu li a {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.select--float .bootstrap-select .dropdown-menu .dropdown-header {
  font-size: 1.5rem;
  color: #0096a9;
}
.select--float .btn.disabled {
  opacity: 1;
}
.select--float .float {
  color: black !important;
  transform: translate(0, -12px);
  font-size: 1.125rem;
  line-height: 1rem;
  /*line-height: 1.25rem;*/
  transition: 0.2s ease-in-out;
  width: auto;
}
.select--float .changefloat {
  color: black !important;
  transform: translate(0, -12px);
  font-size: 1.125rem;
  /*line-height: 1.25rem;*/
  line-height: 1rem;
  transition: 0.2s ease-in-out;
  width: auto;
}
.select--float.viewOnly .bootstrap-select.disabled {
  cursor: default;
}
.select--float.viewOnly .bootstrap-select.disabled .btn {
  background-color: #e3e3e3 !important;
  border-color: #EEEEEE !important;
  pointer-events: none;
}
.select--float.viewOnly .did-floating-label {
  background-color: #e3e3e3;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
}

.upload {
  display: block;
  margin-top: 10px;
  /*padding-left: 10px;*/
  /*@media screen and (max-width: 991.98px) {
      margin-top: 10px;
      padding-left: 0;
      display: block;
  }*/
}
.upload .custom-file-upload {
  cursor: pointer;
}
.upload .custom-file-upload i {
  font-size: 18px;
  color: #AAAAAA;
}
.upload .custom-file-upload .textfile {
  font-size: 1.4rem;
  color: #AAAAAA;
}
.upload.active .custom-file-upload i {
  color: #0096a9;
}
.upload.active .custom-file-upload .textfile {
  color: #0096a9;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.radio--styled {
  position: relative;
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
}
.radio--styled input[type=radio],
.radio--styled input[type=radio]:checked,
.radio--styled input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio--styled input[type=radio] + label {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100px;
  line-height: 20px;
  display: inline-block;
  color: #CCCCCC;
  border: 1px solid #F0F0F0;
  background-color: #F0F0F0;
  /*color: #A2D4E2;
  border: 1px solid $blue;
  background-color: $blue;*/
  border-radius: 8px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.radio--styled input[type=radio] + label:hover {
  border-color: #D2D711;
  background-color: #D2D711;
}
.radio--styled input[type=radio] + label:hover span.texts {
  color: white;
}
.radio--styled input[type=radio] + label:hover span.icons img:first-child {
  display: none;
}
.radio--styled input[type=radio] + label:hover span.icons img:last-child {
  display: block;
}
.radio--styled input[type=radio] + label:hover:before {
  border-color: white;
}
.radio--styled input[type=radio] + label span.texts {
  position: absolute;
  left: 48px;
  top: 16px;
  font-weight: bold;
  /*font-size: 1.625rem;
  line-height: 1.625rem;*/
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #aaaaaa;
}
.radio--styled input[type=radio] + label span.options {
  position: absolute;
  right: 16px;
  bottom: 8px;
  font-size: 1.625rem;
  line-height: 1.625rem;
}
.radio--styled input[type=radio] + label span.icons {
  /*width: 55px;
  height: 55px;*/
  width: 65px;
  height: 65px;
  position: absolute;
  right: 10px;
  /*bottom: 10px;*/
  bottom: 0;
  font-size: 2.5rem;
  line-height: 2.5rem;
  transition: all 0.3s ease-in-out;
}
.radio--styled input[type=radio] + label span.icons img {
  max-width: 65px;
  opacity: 1;
  /*&:last-child {
      display: block !important;
  }*/
}
.radio--styled input[type=radio] + label span.icons img:first-child {
  display: block;
}
.radio--styled input[type=radio] + label span.icons img:last-child {
  display: none;
}
.radio--styled input[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  border: 1px solid #aaaaaa;
  /*border: 1px solid #A2D4E2;*/
  border-radius: 100%;
  background-color: transparent;
}
.radio--styled input[type=radio] + label:after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: white;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio--styled input[type=radio]:checked + label {
  opacity: 1;
  color: white;
  border: 1px solid #0096a9;
  background-color: #0096a9;
  /*img {
      max-width: 64px;
      opacity: 1 !important;

      &:first-child {
          display: none;
      }

      &:last-child {
          display: block !important;
      }
  }*/
}
.radio--styled input[type=radio]:checked + label span.texts {
  color: white;
}
.radio--styled input[type=radio]:checked + label span.icons img:first-child {
  display: none;
}
.radio--styled input[type=radio]:checked + label span.icons img:last-child {
  display: block;
}
.radio--styled input[type=radio]:checked + label:before {
  border: 1px solid white;
}
.radio--styled input[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.radio--styled__default input[type=radio] + label {
  height: 60px;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
}
.radio--styled__default input[type=radio] + label span.texts {
  color: #333333;
}
.radio--styled__default input[type=radio] + label:hover {
  background-color: #D2D711;
  border: 1px solid #D2D711;
}
.radio--styled__default input[type=radio]:checked + label span.texts {
  color: white;
}
.radio--styled__default input[type=radio] + label:before {
  border: 1px solid #333333;
}
.radio--styled input[type=radio] + label + .tooltip-pos {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px !important;
}
.radio--styled input[type=radio] + label:hover + .tooltip-pos {
  color: white;
}
.radio--styled input[type=radio]:checked + label + .tooltip-pos {
  color: white;
}

.radio--pa {
  position: relative;
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
}
.radio--pa input[type=radio],
.radio--pa input[type=radio]:checked,
.radio--pa input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio--pa input[type=radio] + label {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100px;
  padding: 15px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #CCCCCC;
  border: 1px solid #F0F0F0;
  background-color: #F0F0F0;
  border-radius: 8px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.radio--pa input[type=radio] + label:hover {
  border-color: #D2D711;
  background-color: #D2D711;
}
.radio--pa input[type=radio] + label:hover span.texts {
  color: white;
}
.radio--pa input[type=radio] + label:hover:before {
  border-color: white;
}
.radio--pa input[type=radio] + label span.texts {
  font-weight: bold;
  color: #aaaaaa;
}
.radio--pa input[type=radio] + label span.texts span:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.625rem;
  line-height: 1.625rem;
}
.radio--pa input[type=radio] + label span.texts span:first-child .bi {
  font-size: 1rem;
  line-height: 0.5rem;
  margin-left: 5px;
}
.radio--pa input[type=radio] + label span.texts span:last-child {
  display: block;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
}
.radio--pa input[type=radio] + label span.options {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.radio--pa input[type=radio] + label span.icons {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  font-size: 2.5rem;
  line-height: 2.5rem;
  transition: all 0.3s ease-in-out;
}
.radio--pa input[type=radio] + label span.icons img {
  max-width: 60px;
  opacity: 1;
}
.radio--pa input[type=radio] + label span.icons img:first-child {
  display: block;
}
.radio--pa input[type=radio] + label span.icons img:last-child {
  display: none;
}
.radio--pa input[type=radio]:checked + label {
  opacity: 1;
  color: white;
  border: 1px solid #0096a9;
  background-color: #0096a9;
}
.radio--pa input[type=radio]:checked + label span.texts {
  color: white;
}
.radio--pa input[type=radio]:checked + label span.icons img:first-child {
  display: none;
}
.radio--pa input[type=radio]:checked + label span.icons img:last-child {
  display: block;
}

.checkbox--styled {
  position: relative;
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
}
.checkbox--styled input[type=checkbox],
.checkbox--styled input[type=checkbox]:checked,
.checkbox--styled input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.checkbox--styled input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100px;
  line-height: 20px;
  display: inline-block;
  /*border: 1px solid $lightgray;
  background-color: #F0F0F0;*/
  color: #A2D4E2;
  border: 1px solid #0096a9;
  background-color: #0096a9;
  border-radius: 8px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.checkbox--styled input[type=checkbox] + label span.texts {
  position: absolute;
  left: 48px;
  top: 16px;
  font-weight: bold;
  /*font-size: 1.625rem;
  line-height: 1.625rem;*/
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.checkbox--styled input[type=checkbox] + label span.options {
  position: absolute;
  right: 16px;
  bottom: 8px;
  font-size: 1.625rem;
  line-height: 1.625rem;
}
.checkbox--styled input[type=checkbox] + label span.icons {
  /*width: 55px;
  height: 55px;*/
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  /*bottom: 10px;*/
  bottom: 5px;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.checkbox--styled input[type=checkbox] + label span.icons img {
  max-width: 50px;
  opacity: 1;
  /*&:last-child {
      display: none;
  }*/
}
.checkbox--styled input[type=checkbox] + label span.icons img:first-child {
  display: none;
}
.checkbox--styled input[type=checkbox] + label span.icons img:last-child {
  display: block !important;
}
.checkbox--styled input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  border: 1px solid #A2D4E2;
  border-radius: 5px;
  background-color: transparent;
}
.checkbox--styled input[type=checkbox] + label:after {
  /*content: '';
  width: 16px;
  height: 16px;
  background-color: white;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);*/
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 14px;
  left: 20px;
  width: 7px;
  height: 15px;
  opacity: 0;
  border-width: 0 3px 3px 0;
  border-style: solid;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform-origin: bottom left;
  transform: rotate(45deg);
}
.checkbox--styled input[type=checkbox]:checked + label {
  opacity: 1;
  color: white;
  border: 1px solid #0096a9;
  background-color: #0096a9;
}
.checkbox--styled input[type=checkbox]:checked + label img {
  max-width: 64px;
  opacity: 1 !important;
}
.checkbox--styled input[type=checkbox]:checked + label img:first-child {
  display: none;
}
.checkbox--styled input[type=checkbox]:checked + label img:last-child {
  display: block !important;
}
.checkbox--styled input[type=checkbox]:checked + label:before {
  border: 1px solid white;
}
.checkbox--styled input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.checkbox--styled__default input[type=checkbox] + label {
  height: 60px;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
}
.checkbox--styled__default input[type=checkbox] + label span.texts {
  color: #333333;
}
.checkbox--styled__default input[type=checkbox] + label:hover {
  background-color: #D2D711;
  border: 1px solid #D2D711;
}
.checkbox--styled__default input[type=checkbox]:checked + label span.texts {
  color: white;
}
.checkbox--styled__default input[type=checkbox] + label:before {
  border: 1px solid #333333;
}

.act--displayed {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  color: white;
  border: 1px solid #D2D711;
  background-color: #D2D711;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}

.radio--option {
  position: relative;
  display: block;
  /*padding: 7px 0 7px 0;*/
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.radio--option .styled {
  position: absolute;
  opacity: 0;
}
.radio--option .styled + label {
  position: relative;
  min-height: 20px;
  cursor: pointer;
  padding: 0 0 0 2rem;
  font-weight: bold;
  /*font-size: 1.25rem;*/
  font-size: 1.4rem;
  line-height: 20px;
  color: #AAAAAA;
}
@media screen and (max-width: 375px) {
  .radio--option .styled + label {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 320px) {
  .radio--option .styled + label {
    font-size: 1.25rem;
  }
}
.radio--option .styled + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #AAAAAA;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.radio--option .styled:hover + label:before {
  border-color: #0096a9;
  background-color: #0096a9;
}
.radio--option .styled:focus + label:before {
  box-shadow: none;
}
.radio--option .styled:checked + label {
  color: #333333;
}
.radio--option .styled:checked + label span {
  color: #0096a9;
}
.radio--option .styled + label + span .bi {
  color: #aaaaaa;
  font-size: 1.2rem;
}
.radio--option .styled:checked + label + span .bi {
  color: #333333;
}
.radio--option .styled:checked + label:before {
  background-color: transparent;
}
.radio--option .styled:disabled + label {
  color: #333333;
  cursor: auto;
  opacity: 0.5;
  pointer-events: none;
}
.radio--option .styled:disabled + label:before {
  box-shadow: none;
  border-color: #AAAAAA;
  background-color: transparent;
  opacity: 0.5;
  pointer-events: none;
}
.radio--option .styled:checked + label:before {
  border-color: #0096a9;
}
.radio--option .styled:checked + label:after {
  font-family: "bootstrap-icons";
  content: "";
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: white;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background-color: #0096a9;
}

.checkbox--option {
  position: relative;
  display: block;
  /*display: flex;
  align-items: center;*/
  min-height: 40px;
  padding: 7px 0 7px 0;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.checkbox--option.disabled {
  opacity: 0.5;
}
.checkbox--option .styled {
  position: absolute;
  opacity: 0;
}
.checkbox--option .styled + label {
  position: relative;
  min-height: 26px;
  cursor: pointer;
  padding: 0 0 0 2rem;
  font-weight: bold;
  /*font-size: 1.25rem;*/
  font-size: 1.4rem;
  line-height: 26px;
  color: #AAAAAA;
  margin-bottom: 0;
}
@media screen and (max-width: 375px) {
  .checkbox--option .styled + label {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 320px) {
  .checkbox--option .styled + label {
    font-size: 1.25rem;
  }
}
.checkbox--option .styled + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border: 1px solid #AAAAAA;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox--option .styled:hover + label:before {
  border-color: #0096a9;
  background-color: #0096a9;
}
.checkbox--option .styled:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: none;
}
.checkbox--option .styled:checked + label {
  color: #333333;
}
.checkbox--option .styled:checked + label span {
  color: #0096a9;
}
.checkbox--option .styled:checked + label:before {
  background-color: #0096a9;
}
.checkbox--option .styled:disabled + label {
  color: #333333;
  cursor: auto;
  opacity: 0.5;
  pointer-events: none;
}
.checkbox--option .styled:disabled + label:before {
  box-shadow: none;
  opacity: 0.5;
  pointer-events: none;
}
.checkbox--option .styled:checked + label:before {
  border-color: #0096a9;
}
.checkbox--option .styled:checked + label:after {
  font-family: "bootstrap-icons";
  content: "\f272";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .checkbox--option .styled {
    /*&:checked + label:after {
        top: 4px;
        left: 2px;
    }*/
  }
}
@media (max-width: 767px) {
  .checkbox--option .styled {
    /*&:checked + label:after {
        top: 4px;
        left: 4px;
    }*/
  }
}
.checkbox--option__noinp {
  padding-left: 2rem;
}

.group-inp-wrapper {
  width: 100%;
  padding-left: 2rem;
}

.box-inp-file-upload {
  background-color: #0096a9;
  color: white;
}
.box-inp-file-upload input[type=file] {
  display: none;
}
.box-inp-file-upload .inp-upload {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 7.5rem;
  height: 40px;
  margin-bottom: 0;
  padding: 0 10px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.box-inp-file-upload .btn__icon {
  color: white;
}
.box-inp-file-upload .btn__icon i {
  display: flex;
  font-size: 20px;
}

.icon-inp-file-upload {
  /*background-color: $blue;
  color: white;
  border-radius: 4px;*/
}
.icon-inp-file-upload input[type=file] {
  display: none;
}
.icon-inp-file-upload .inp-upload {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 1px;
  height: 30px;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  background-image: url("../../../../../images/icons/upload-file.png");
  background-size: cover;
}
.icon-inp-file-upload .inp-upload .icon-btn-arrow .bi-upload {
  display: flex;
  font-size: 16px;
}
.icon-inp-file-upload .btn__icon {
  color: white;
}
.icon-inp-file-upload .btn__icon i {
  display: flex;
  font-size: 20px;
}

.calculator--wrapper {
  display: block;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  background-color: #f0f0f0;
}
.calculator--wrapper .form-range {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
}
.calculator--wrapper .form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-color: #0096a9;
  border-radius: 50%;
  cursor: pointer;
}
.calculator--wrapper .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  border-radius: 1px;
  background-color: #CCCCCC;
}
.calculator--wrapper .value--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calculator--wrapper .value--wrapper .value__label {
  font-size: 1.375rem;
  line-height: 1.375rem;
  color: #333333;
}
.calculator--wrapper .value--wrapper .value__data {
  font-size: 1.375rem;
  line-height: 1.375rem;
  color: #333333;
}
.calculator--wrapper .value--wrapper .value__data .inp--style {
  max-width: 100px;
  padding: 0 5px;
  background-color: transparent;
  border: none;
  outline: none;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #0096a9;
  text-align: right;
}
.calculator--wrapper .value--wrapper .value__data span {
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #0096a9;
}
.calculator--wrapper .range--wrapper {
  position: relative;
  display: block;
  padding-bottom: 1.5rem;
  margin-top: 1rem;
}
.calculator--wrapper .range--wrapper .irs {
  font-family: "psl_kittithada";
}
.calculator--wrapper .range--wrapper .irs--round .irs-min, .calculator--wrapper .range--wrapper .irs--round .irs-max {
  top: 50px;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #AAAAAA;
  background-color: transparent;
}
.calculator--wrapper .range--wrapper .irs--round .irs-bar {
  background-color: #0096a9;
}
.calculator--wrapper .range--wrapper .irs--round .irs-handle {
  top: 28px;
  width: 20px;
  height: 20px;
  border-color: #0096a9;
  background-color: #0096a9;
}
.calculator--wrapper .range--wrapper .irs--round .irs-line {
  background-color: #ccc;
}
.calculator--wrapper .range--wrapper:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: attr(data-min);
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.calculator--wrapper .range--wrapper:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: attr(data-max);
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.text-group-wrapper {
  align-items: center;
}
.text-group-wrapper .text-group .text-price {
  color: #0096a9;
  font-size: 1.875rem;
}
@media screen and (max-width: 1440px) {
  .text-group-wrapper {
    align-items: flex-end;
  }
  .text-group-wrapper .text-group .text-name {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.text-blue {
  color: #0096a9;
}

.text-remark {
  font-size: 1.25rem;
}
.text-remark__sub {
  font-size: 1.25rem;
}

.text-link {
  color: #0096a9;
}

.text-age {
  color: #aaaaaa;
}
.text-age span {
  color: #0096a9;
}

.file-name {
  color: #aaa;
  position: absolute;
  width: 100%;
  min-width: 300px;
  word-break: break-word;
  /*@media (max-width: 1400px) {
      word-break: break-word;
  }*/
}
.file-name.uploaded {
  color: #0096a9;
}
@media (max-width: 1199px) {
  .file-name {
    position: relative;
    min-width: auto;
  }
}

.text-alert {
  display: none;
  position: relative;
  top: 100%;
  padding-top: 5px;
  font-size: 1.125rem;
  line-height: 1.125rem;
  /*font-size: 1.4rem;
  line-height: 1.4rem;*/
  color: #FF0000;
}
.text-alert__size {
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.label-group-select ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.label-group-select ul li {
  list-style: none;
}
.label-group-select ul li span {
  margin-right: 15px;
}
.label-group-select ul li .text-label, .label-group-select ul li .text-label_domestic {
  padding: 0 10px;
  background-color: #0096a9;
  border-radius: 10px;
  margin-right: 15px;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  color: white;
  display: flex;
  align-items: center;
}
.label-group-select ul li .text-label i, .label-group-select ul li .text-label_domestic i {
  font-size: 1rem;
  display: flex;
  cursor: pointer;
}

.datepicker {
  width: 300px;
}
.datepicker .datepicker-days .table-condensed, .datepicker .datepicker-months .table-condensed, .datepicker .datepicker-years .table-condensed, .datepicker .datepicker-decades .table-condensed, .datepicker .datepicker-centuries .table-condensed {
  width: 100%;
  font-size: 1.125rem;
  font-weight: bold;
}
.datepicker .datepicker-days .table-condensed tr td span.focused, .datepicker .datepicker-months .table-condensed tr td span.focused, .datepicker .datepicker-years .table-condensed tr td span.focused, .datepicker .datepicker-decades .table-condensed tr td span.focused, .datepicker .datepicker-centuries .table-condensed tr td span.focused {
  background-color: #0096a9;
  border-color: #0096a9;
  color: #fff;
}
.datepicker .datepicker-days .table-condensed tr td span.active, .datepicker .datepicker-months .table-condensed tr td span.active, .datepicker .datepicker-years .table-condensed tr td span.active, .datepicker .datepicker-decades .table-condensed tr td span.active, .datepicker .datepicker-centuries .table-condensed tr td span.active {
  background-color: #0096a9;
  border-color: #0096a9;
}
.datepicker .datepicker-days .table-condensed tr td span.disabled, .datepicker .datepicker-months .table-condensed tr td span.disabled, .datepicker .datepicker-years .table-condensed tr td span.disabled, .datepicker .datepicker-decades .table-condensed tr td span.disabled, .datepicker .datepicker-centuries .table-condensed tr td span.disabled {
  color: #ebebeb;
}
.datepicker .datepicker-days .table-condensed tr td.active, .datepicker .datepicker-months .table-condensed tr td.active, .datepicker .datepicker-years .table-condensed tr td.active, .datepicker .datepicker-decades .table-condensed tr td.active, .datepicker .datepicker-centuries .table-condensed tr td.active {
  background-color: #0096a9;
  border-color: #0096a9;
}
.datepicker .datepicker-days .table-condensed tr td.disabled, .datepicker .datepicker-months .table-condensed tr td.disabled, .datepicker .datepicker-years .table-condensed tr td.disabled, .datepicker .datepicker-decades .table-condensed tr td.disabled, .datepicker .datepicker-centuries .table-condensed tr td.disabled {
  color: #ebebeb;
}

.tooltip-inner {
  max-width: 300px;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.pagination-wrapper .pagination .page-item {
  margin: 0 5px;
}
.pagination-wrapper .pagination .page-item .page-link {
  border: none;
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: bold;
  color: #333333;
  padding: 2px 12px;
}
.pagination-wrapper .pagination .page-item .page-link .f-icon {
  font-size: 16px;
  color: #333333;
}
.pagination-wrapper .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination-wrapper .pagination .page-item.active .page-link {
  color: #FFFFFF;
  background-color: #D90000;
}
.pagination-wrapper .pagination .page-item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination-wrapper .pagination .page-item:hover .page-link {
  color: #FFFFFF;
  background-color: #D90000;
}
.pagination-wrapper .pagination .page-item.disabled:hover .page-link .f-icon {
  color: #333333;
}
.pagination-wrapper .pagination .page-item.disabled:first-of-type:hover .page-link::before {
  color: #333333;
}
.pagination-wrapper .pagination .page-item.disabled:last-of-type:hover .page-link::before {
  color: #333333;
}
.pagination-wrapper .pagination .page-item:first-of-type .page-link {
  visibility: hidden;
}
.pagination-wrapper .pagination .page-item:first-of-type .page-link::before {
  visibility: visible;
  content: "\e908";
  color: #333333;
  font-family: "icomoon";
  font-size: 16px;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
}
.pagination-wrapper .pagination .page-item:first-of-type:hover .page-link::before {
  color: #D90000;
}
.pagination-wrapper .pagination .page-item:last-of-type .page-link {
  visibility: hidden;
}
.pagination-wrapper .pagination .page-item:last-of-type .page-link::before {
  visibility: visible;
  content: "\e909";
  color: #333333;
  font-family: "icomoon";
  font-size: 16px;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
}
.pagination-wrapper .pagination .page-item:last-of-type:hover .page-link::before {
  color: #D90000;
}

.modal--custom .modal-content {
  border-radius: 0;
}
.modal--custom .modal-content__prb {
  text-align: center;
  padding: 2rem 1.5rem;
}
.modal--custom .modal-content__prb .title {
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.625rem;
  color: #333333;
  margin-bottom: 1rem;
}
.modal--custom .modal-content__prb .product--compare {
  grid-template-columns: auto;
  column-gap: 0;
}
.modal--custom .modal-content__prb .product--compare .compare__item .product--detail .detail--title {
  font-weight: bold;
}
.modal--custom .modal-content__prb .product--compare .compare__item .product--detail .detail--list .detail--list__head {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1rem;
}
.modal--custom .modal-content__prb .product--compare .compare__item .product--detail .detail--list .detail--list__head .detail--list__item .label__text {
  min-height: auto;
}
.modal--custom .modal-content__prb .product--compare .compare__item .product--detail .detail--list .detail--list__body {
  padding-top: 1rem;
  margin-bottom: 0;
  border-bottom: 0;
  border-top: 1px solid #CCCCCC;
}
.modal--custom .modal-content__prb .product--compare .compare__item .product--detail .detail--list .detail--list__body .detail--list__item .label__text {
  text-align: center;
  color: #d80100;
}
.modal--custom .modal-content__prb .product--compare .compare__item .product--detail .detail--select .link {
  cursor: pointer;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #fff;
}
.modal--custom .modal-content__prb .product--compare__active .compare__item .product--detail .detail--title {
  color: white;
  background-color: #0096a9;
}
.modal--custom .modal-content__prb .product--compare__active .compare__item .product--detail .detail--select {
  background-color: #D2D711;
}
.modal--custom .modal-content__prb .edit-insure {
  margin: auto;
}
.modal--custom .modal-header {
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal--custom .modal-header .modal-title {
  color: #0096a9;
}
.modal--custom .modal-header .btn-close {
  width: auto;
  height: auto;
  background: none;
  font-size: 1.75rem;
  font-weight: bold;
  border: none;
  outline: none;
  color: #212529;
}
.modal--custom .modal-header .btn-close .bi {
  font-size: 1.25rem;
}
.modal--custom .modal-header .btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}
.modal--custom .modal-body::-webkit-scrollbar-track {
  background-color: rgba(170, 170, 170, 0.5);
}
.modal--custom .modal-body::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(170, 170, 170, 0.5);
}
.modal--custom .modal-body::-webkit-scrollbar-thumb {
  background-color: #0096a9;
}
.modal--custom .modal-body .content--editor {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.modal--custom .modal-body .content--editor .title {
  font-size: 1.5rem;
  line-height: 1.6rem;
  color: #212529;
  font-weight: normal;
  text-align: right;
}
.modal--custom .modal-body .content--editor .desc {
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: bold;
  color: #0096a9;
}
.modal--custom .modal-body .content--editor img {
  width: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .modal--custom .modal-body .content--editor .title {
    text-align: left;
  }
}
.modal--custom .modal-footer {
  border-top: 0;
  justify-content: center;
}
@media (max-width: 767px) {
  .modal--custom .modal-footer .btn {
    width: auto;
  }
}
.modal--custom .modal-fullscreen {
  width: 95vw;
  max-width: none;
}

.modal--coverpage .modal-content {
  min-height: 100%;
  height: auto;
}
.modal--coverpage .welcome--container {
  display: block;
  width: 100%;
  min-height: 100vh;
}
.modal--coverpage .welcome--container .welcome--page {
  display: block;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal--coverpage .welcome--container .welcome--page__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70px;
  margin: 0.5rem 0;
}
.modal--coverpage .welcome--container .welcome--page__logo a {
  display: inline-block;
}
.modal--coverpage .welcome--container .welcome--page__logo img {
  width: 240px;
}
.modal--coverpage .welcome--container .welcome--page__image {
  display: block;
  margin: 0.5rem 0;
}
.modal--coverpage .welcome--container .welcome--page__image img {
  max-width: 100%;
}
.modal--coverpage .welcome--container .welcome--page__video {
  position: relative;
  width: 100%;
  height: 45rem;
  min-height: 45rem;
  margin: 0.5rem 0;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}
.modal--coverpage .welcome--container .welcome--page__video .vid--wrapper {
  position: relative;
  float: left;
  width: 100%;
  height: 45rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.modal--coverpage .welcome--container .welcome--page__video video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.modal--coverpage .welcome--container .welcome--page__title {
  display: block;
  margin: 0.5rem 0;
}
.modal--coverpage .welcome--container .welcome--page__description {
  display: block;
  margin: 0.5rem 0;
  font-size: 1.5rem;
  line-height: 1.625rem;
}
.modal--coverpage .welcome--container .welcome--page__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0;
}
.modal--coverpage .welcome--container .welcome--page__actions .btn {
  margin: 0.5rem;
}
@media (max-width: 1199.98px) {
  .modal--coverpage .welcome--container {
    align-items: flex-start;
  }
  .modal--coverpage .welcome--container .welcome--page__logo {
    text-align: center;
  }
}

.otp-input-fields {
  margin: 20px auto auto;
  background-color: white;
  box-shadow: 0px 0px 8px 0px rgba(2, 2, 80, 0.2666666667);
  max-width: 400px;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 40px;
  border-radius: 4px;
}
.otp-input-fields input {
  height: 40px;
  width: 40px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #55525c;
  text-align: center;
  outline: none;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  /* Firefox */
}
.otp-input-fields input::-webkit-outer-spin-button, .otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-input-fields input[type=number] {
  -moz-appearance: textfield;
}
.otp-input-fields input:focus {
  border: 1px solid #0096a9;
  box-shadow: 0px 0px 2px 0px #0096a9;
}

.verify--data {
  position: relative;
  width: 450px;
  max-width: 100%;
  height: auto;
  margin: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}
.verify--data h3 {
  padding: 20px;
  background-color: #0096a9;
  color: white;
}
.verify--data .flex--data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.verify--data .flex--data__text {
  font-weight: bold;
  color: #0096a9;
}
.verify--data .flex--button .btn {
  font-weight: bold;
  display: block;
  width: 100%;
  margin: 0;
}

.swal2-cancel {
  font-weight: bold;
}

.nav-tabs--primary {
  justify-content: center;
  margin-bottom: 3rem;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.nav-tabs--primary .nav-link {
  padding: 1rem 2rem;
  margin: 0 10px;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.875rem;
  border: none;
  border-radius: 0;
  transition: all 0.6s ease-in-out;
}
.nav-tabs--primary .nav-link:hover {
  border: none;
  isolation: unset;
}
.nav-tabs--primary .nav-link.active {
  position: relative;
  border: none;
}
.nav-tabs--primary .nav-link.active:after {
  top: 100%;
  left: 50px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #D90000;
  border-width: 10px;
  margin-left: -10px;
}

.nav-tabs--secondary {
  display: flex;
  justify-content: center;
  border-bottom: none;
  margin-bottom: 3rem;
}
.nav-tabs--secondary .nav-link {
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.875rem;
  border: none;
  padding: 0 20px;
  transition: all 0.6s ease-in-out;
}

.nav-tabs--third {
  justify-content: flex-end;
  margin-bottom: 0;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.nav-tabs--third .nav-link {
  padding: 5px 2rem;
  margin: 0;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.875rem;
  border: none;
  border-radius: 0;
  transition: all 0.6s ease-in-out;
}
.nav-tabs--third .nav-link:hover {
  border: none;
  isolation: unset;
}
.nav-tabs--third .nav-link.active {
  position: relative;
  border: none;
}
.nav-tabs--third .nav-link.active:after {
  top: 100%;
  left: 50px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  margin-left: -10px;
}
@media (max-width: 767.98px) {
  .nav-tabs--third {
    justify-content: flex-start;
  }
  .nav-tabs--third .nav-item {
    max-width: 50%;
  }
}

.ui-widget {
  font-family: "psl_kittithada" !important;
}

.ui-datepicker {
  z-index: 9 !important;
}
.ui-datepicker .ui-datepicker-title select {
  font-family: "psl_kittithada" !important;
  font-size: 18px !important;
  font-weight: bold !important;
}
.ui-datepicker .ui-datepicker-title select option {
  font-size: 18px !important;
  font-weight: bold !important;
}
.ui-datepicker table {
  font-size: 17px !important;
}

.ui-state-default {
  font-weight: bold !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  border: 1px solid #0096a9 !important;
  background-color: #0096a9 !important;
  color: #FFFFFF !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  border-color: #D2D711 !important;
  background-color: #D2D711 !important;
  color: #FFFFFF !important;
}

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.stepper-wrapper .stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.stepper-wrapper .stepper-item:before {
  position: absolute;
  content: "";
  border-bottom: 8px solid #D90000;
  width: 100%;
  top: 17px;
  left: -50%;
  z-index: 3;
}
.stepper-wrapper .stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 5px solid #D90000;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 6px;
}
.stepper-wrapper .stepper-item.active {
  font-weight: bold;
}
.stepper-wrapper .stepper-item.active .step-name {
  color: #333333;
}
.stepper-wrapper .stepper-item.completed .step-counter {
  background-color: #D90000;
}
.stepper-wrapper .stepper-item.completed:after {
  position: absolute;
  content: "";
  border-bottom: 8px solid #D90000;
  width: 100%;
  top: 17px;
  left: 50%;
  z-index: 3;
}
.stepper-wrapper .stepper-item.completed .step-name {
  color: #D90000;
}
.stepper-wrapper .stepper-item.completed .step-name.dark-gray {
  color: #333333;
}
.stepper-wrapper .stepper-item:first-child:before {
  content: none;
}
.stepper-wrapper .stepper-item:last-child:after {
  content: none;
}
.stepper-wrapper .stepper-item .step-name {
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .stepper-wrapper .stepper-item {
    font-size: 12px;
  }
}

.card-deck {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.card-deck .card {
  flex-grow: 1;
  flex-shrink: 0;
  margin-left: 15px;
  margin-right: 15px;
}

a.card,
a.card:hover {
  text-decoration: none;
}

a.card:focus {
  outline: 0;
}

.card {
  border: 0;
  border-radius: 0;
  position: relative;
  box-shadow: none;
  background-color: transparent;
}

.card,
.card__figure {
  overflow: hidden;
}

.card .card__zoom-in {
  overflow: hidden;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.card:hover .card__zoom-in {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.card-deck--cards-1 > .card {
  flex: 0 0 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.card-deck--cards-2 > .card {
  flex: 0 0 calc(50% - 30px);
  flex-basis: calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

.card-deck--cards-3 > .card {
  flex: 0 0 calc(33.33333% - 30px);
  flex-basis: calc(33.33333% - 30px);
  max-width: calc(33.33333% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

.card-deck--cards-4 > .card {
  flex: 0 0 calc(25% - 30px);
  flex-basis: calc(25% - 30px);
  max-width: calc(25% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

.card-deck--cards-5 > .card {
  flex: 0 0 calc(20% - 30px);
  flex-basis: calc(20% - 30px);
  max-width: calc(20% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

.card-deck--cards-6 > .card {
  flex: 0 0 calc(16.66667% - 30px);
  flex-basis: calc(16.66667% - 30px);
  max-width: calc(16.66667% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

@media (min-width: 576px) {
  .card-deck--cards-sm-1 > .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck--cards-sm-2 > .card {
    flex: 0 0 calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-sm-3 > .card {
    flex: 0 0 calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px);
    max-width: calc(33.33333% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-sm-4 > .card {
    flex: 0 0 calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-sm-5 > .card {
    flex: 0 0 calc(20% - 30px);
    flex-basis: calc(20% - 30px);
    max-width: calc(20% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-sm-6 > .card {
    flex: 0 0 calc(16.66667% - 30px);
    flex-basis: calc(16.66667% - 30px);
    max-width: calc(16.66667% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .card-deck--cards-md-1 > .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck--cards-md-2 > .card {
    flex: 0 0 calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-md-3 > .card {
    flex: 0 0 calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px);
    max-width: calc(33.33333% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-md-4 > .card {
    flex: 0 0 calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-md-5 > .card {
    flex: 0 0 calc(20% - 30px);
    flex-basis: calc(20% - 30px);
    max-width: calc(20% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-md-6 > .card {
    flex: 0 0 calc(16.66667% - 30px);
    flex-basis: calc(16.66667% - 30px);
    max-width: calc(16.66667% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .card-deck--cards-lg-1 > .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck--cards-lg-2 > .card {
    flex: 0 0 calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-lg-3 > .card {
    flex: 0 0 calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px);
    max-width: calc(33.33333% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-lg-4 > .card {
    flex: 0 0 calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-lg-5 > .card {
    flex: 0 0 calc(20% - 30px);
    flex-basis: calc(20% - 30px);
    max-width: calc(20% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-lg-6 > .card {
    flex: 0 0 calc(16.66667% - 30px);
    flex-basis: calc(16.66667% - 30px);
    max-width: calc(16.66667% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .card-deck--cards-xl-1 > .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck--cards-xl-2 > .card {
    flex: 0 0 calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-xl-3 > .card {
    flex: 0 0 calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px);
    max-width: calc(33.33333% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-xl-4 > .card {
    flex: 0 0 calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-xl-5 > .card {
    flex: 0 0 calc(20% - 30px);
    flex-basis: calc(20% - 30px);
    max-width: calc(20% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-xl-6 > .card {
    flex: 0 0 calc(16.66667% - 30px);
    flex-basis: calc(16.66667% - 30px);
    max-width: calc(16.66667% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 1560px) {
  .card-deck--cards-xxl-1 > .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck--cards-xxl-2 > .card {
    flex: 0 0 calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-xxl-3 > .card {
    flex: 0 0 calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px);
    max-width: calc(33.33333% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-xxl-4 > .card {
    flex: 0 0 calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-xxl-5 > .card {
    flex: 0 0 calc(20% - 30px);
    flex-basis: calc(20% - 30px);
    max-width: calc(20% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-xxl-6 > .card {
    flex: 0 0 calc(16.66667% - 30px);
    flex-basis: calc(16.66667% - 30px);
    max-width: calc(16.66667% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
.card-deck .card {
  margin-bottom: 45px;
}

.card-group--cards-1 > .card {
  flex: 0 0 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.card-group--cards-2 > .card {
  flex: 0 0 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.card-group--cards-3 > .card {
  flex: 0 0 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.card-group--cards-4 > .card {
  flex: 0 0 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.card-group--cards-5 > .card {
  flex: 0 0 20%;
  flex-basis: 20%;
  max-width: 20%;
}

.card-group--cards-6 > .card {
  flex: 0 0 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

@media (min-width: 576px) {
  .card-group--cards-sm-1 > .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .card-group--cards-sm-2 > .card {
    flex: 0 0 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .card-group--cards-sm-3 > .card {
    flex: 0 0 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .card-group--cards-sm-4 > .card {
    flex: 0 0 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .card-group--cards-sm-5 > .card {
    flex: 0 0 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .card-group--cards-sm-6 > .card {
    flex: 0 0 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}
@media (min-width: 768px) {
  .card-group--cards-md-1 > .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .card-group--cards-md-2 > .card {
    flex: 0 0 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .card-group--cards-md-3 > .card {
    flex: 0 0 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .card-group--cards-md-4 > .card {
    flex: 0 0 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .card-group--cards-md-5 > .card {
    flex: 0 0 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .card-group--cards-md-6 > .card {
    flex: 0 0 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}
@media (min-width: 992px) {
  .card-group--cards-lg-1 > .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .card-group--cards-lg-2 > .card {
    flex: 0 0 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .card-group--cards-lg-3 > .card {
    flex: 0 0 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .card-group--cards-lg-4 > .card {
    flex: 0 0 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .card-group--cards-lg-5 > .card {
    flex: 0 0 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .card-group--cards-lg-6 > .card {
    flex: 0 0 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}
@media (min-width: 1200px) {
  .card-group--cards-xl-1 > .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .card-group--cards-xl-2 > .card {
    flex: 0 0 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .card-group--cards-xl-3 > .card {
    flex: 0 0 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .card-group--cards-xl-4 > .card {
    flex: 0 0 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .card-group--cards-xl-5 > .card {
    flex: 0 0 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .card-group--cards-xl-6 > .card {
    flex: 0 0 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}
@media (min-width: 1560px) {
  .card-group--cards-xxl-1 > .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .card-group--cards-xxl-2 > .card {
    flex: 0 0 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .card-group--cards-xxl-3 > .card {
    flex: 0 0 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .card-group--cards-xxl-4 > .card {
    flex: 0 0 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .card-group--cards-xxl-5 > .card {
    flex: 0 0 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .card-group--cards-xxl-6 > .card {
    flex: 0 0 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}
.accordion-styled .accordion-item {
  border: none;
}
.accordion-styled .accordion-item__done .accordion-button {
  color: #333333;
}
.accordion-styled .accordion-item__done .accordion-button span.number {
  color: #0096a9;
}
.accordion-styled .accordion-item__done .accordion-button:before {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #0096a9;
  font-family: "bootstrap-icons";
  content: "\f26e";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: white;
  text-align: center;
  margin-right: 1rem;
}
.accordion-styled .accordion-item__done .accordion-button:not(.collapsed) {
  color: #333333;
  background-color: white;
  box-shadow: none;
}
.accordion-styled .accordion-item__done .accordion-button:not(.collapsed) span.number {
  color: #0096a9;
}
.accordion-styled .accordion-item__done .accordion-button:not(.collapsed):before {
  background-color: #0096a9;
}
.accordion-styled .accordion-body {
  padding: 1rem 40px;
}
.accordion-styled .accordion-button {
  padding: 1rem 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #CCCCCC;
}
.accordion-styled .accordion-button span.number {
  padding: 0 0.25rem;
}
.accordion-styled .accordion-button:before {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #CCCCCC;
  font-family: "icomoon";
  content: "\e904";
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: white;
  text-align: center;
  margin-right: 1rem;
}
.accordion-styled .accordion-button:not(.collapsed) {
  color: #333333;
  background-color: white;
  box-shadow: none;
}
.accordion-styled .accordion-button:not(.collapsed) span.number {
  color: #0096a9;
}
.accordion-styled .accordion-button:not(.collapsed):before {
  background-color: #0096a9;
}

.accordion-styled2 .accordion-item {
  border: none;
  border-bottom: 1px solid #AAAAAA;
}
.accordion-styled2 .accordion-body {
  padding: 1rem 0 2rem 0;
}
.accordion-styled2 .accordion-button {
  padding: 1rem 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #CCCCCC;
}
.accordion-styled2 .accordion-button:after {
  display: none;
}
.accordion-styled2 .accordion-button:not(.collapsed) {
  color: #333333;
  background-color: white;
  box-shadow: none;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
  }
}
.autocomplete:hover, .autocomplete:focus {
  outline: none;
  box-shadow: none;
}
.autocomplete-suggestions {
  overflow-y: auto;
}
.autocomplete-suggestion {
  background-color: #FFF;
  padding: 0.25rem 1rem;
  border-bottom: 1px solid #EEE;
  transition: background-color 0.3s ease-in-out;
  background-color: #FFF;
  cursor: pointer;
}
.autocomplete-suggestion:hover, .autocomplete-suggestion:focus {
  background-color: #EEE;
}
.autocomplete-selected {
  background-color: #EEE;
}

.modal--search .modal-content {
  border-radius: 0.5rem;
}
.modal--search .modal-body {
  padding: 1rem;
}

@media (min-width: 0) {
  /*.card-deck {
      .card {
          flex-basis: calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
          max-width: calc(100% - 30px);
      }
      &.card-deck--two {
          .card {
              flex-basis: calc(100% - 30px);
              flex: 0 0 calc(100% - 30px);
              max-width: calc(100% - 30px);
          }
      }
      &.card-deck--three {
          .card {
              flex-basis: calc(100% - 30px);
              flex: 0 0 calc(100% - 30px);
              max-width: calc(100% - 30px);
          }
      }
  }*/
}
@media (min-width: 576px) {
  /*.card-deck {
      .card {
          flex-basis: calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
          max-width: calc(100% - 30px);
      }
      &.card-deck--two {
          .card {
              flex-basis: calc(100% - 30px);
              flex: 0 0 calc(100% - 30px);
              max-width: calc(100% - 30px);
          }
      }
      &.card-deck--three {
          .card {
              flex-basis: calc(100% - 30px);
              flex: 0 0 calc(100% - 30px);
              max-width: calc(100% - 30px);
          }
      }
  }*/
}
@media (min-width: 768px) {
  /*.card-deck {
      .card {
          flex-basis: calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
          max-width: calc(50% - 30px);
      }
      &.card-deck--two {
          .card {
              flex-basis: calc(50% - 30px);
              flex: 0 0 calc(50% - 30px);
              max-width: calc(50% - 30px);
          }
      }
      &.card-deck--three {
          .card {
              flex-basis: calc(50% - 30px);
              flex: 0 0 calc(50% - 30px);
              max-width: calc(50% - 30px);
          }
      }
  }*/
}
@media (min-width: 992px) {
  /*.card-deck {
      .card {
          flex-basis: calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
          max-width: calc(50% - 30px);
      }
      &.card-deck--two {
          .card {
              flex-basis: calc(50% - 30px);
              flex: 0 0 calc(50% - 30px);
              max-width: calc(50% - 30px);
          }
      }
      &.card-deck--three {
          .card {
              flex-basis: calc(33.3333333333% - 30px);
              flex: 0 0 calc(33.3333333333% - 30px);
              max-width: calc(33.3333333333% - 30px);
          }
      }
  }*/
}
@media (min-width: 1200px) {
  /*.card-deck {
      .card {
          flex-basis: calc(25% - 30px);
          flex: 0 0 calc(25% - 30px);
          max-width: calc(25% - 30px);
      }
      &.card-deck--two {
          .card {
              flex-basis: calc(50% - 30px);
              flex: 0 0 calc(50% - 30px);
              max-width: calc(50% - 30px);
          }
      }
      &.card-deck--three {
          .card {
              flex-basis: calc(33.3333333333% - 30px);
              flex: 0 0 calc(33.3333333333% - 30px);
              max-width: calc(33.3333333333% - 30px);
          }
      }
  }*/
}
a.card,
a.card:hover {
  text-decoration: none;
}

a.card:focus {
  outline: 0;
}

.card {
  border: 0;
  border-radius: 0;
  position: relative;
  box-shadow: none;
  background-color: transparent;
}

.card,
.card__figure {
  overflow: hidden;
}

.card .card__zoom-in {
  overflow: hidden;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.card:hover .card__zoom-in {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.card-deck--cards-1 > .card {
  flex: 0 0 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.card-deck--cards-2 > .card {
  flex: 0 0 calc(50% - 30px);
  flex-basis: calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

.card-deck--cards-3 > .card {
  flex: 0 0 calc(33.33333% - 30px);
  flex-basis: calc(33.33333% - 30px);
  max-width: calc(33.33333% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

.card-deck--cards-4 > .card {
  flex: 0 0 calc(25% - 30px);
  flex-basis: calc(25% - 30px);
  max-width: calc(25% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

.card-deck--cards-5 > .card {
  flex: 0 0 calc(20% - 30px);
  flex-basis: calc(20% - 30px);
  max-width: calc(20% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

.card-deck--cards-6 > .card {
  flex: 0 0 calc(16.66667% - 30px);
  flex-basis: calc(16.66667% - 30px);
  max-width: calc(16.66667% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

@media (min-width: 576px) {
  .card-deck--cards-sm-1 > .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck--cards-sm-2 > .card {
    flex: 0 0 calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-sm-3 > .card {
    flex: 0 0 calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px);
    max-width: calc(33.33333% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-sm-4 > .card {
    flex: 0 0 calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-sm-5 > .card {
    flex: 0 0 calc(20% - 30px);
    flex-basis: calc(20% - 30px);
    max-width: calc(20% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-sm-6 > .card {
    flex: 0 0 calc(16.66667% - 30px);
    flex-basis: calc(16.66667% - 30px);
    max-width: calc(16.66667% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .card-deck--cards-md-1 > .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck--cards-md-2 > .card {
    flex: 0 0 calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-md-3 > .card {
    flex: 0 0 calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px);
    max-width: calc(33.33333% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-md-4 > .card {
    flex: 0 0 calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-md-5 > .card {
    flex: 0 0 calc(20% - 30px);
    flex-basis: calc(20% - 30px);
    max-width: calc(20% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-md-6 > .card {
    flex: 0 0 calc(16.66667% - 30px);
    flex-basis: calc(16.66667% - 30px);
    max-width: calc(16.66667% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .card-deck--cards-lg-1 > .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck--cards-lg-2 > .card {
    flex: 0 0 calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-lg-3 > .card {
    flex: 0 0 calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px);
    max-width: calc(33.33333% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-lg-4 > .card {
    flex: 0 0 calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-lg-5 > .card {
    flex: 0 0 calc(20% - 30px);
    flex-basis: calc(20% - 30px);
    max-width: calc(20% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-lg-6 > .card {
    flex: 0 0 calc(16.66667% - 30px);
    flex-basis: calc(16.66667% - 30px);
    max-width: calc(16.66667% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .card-deck--cards-xl-1 > .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck--cards-xl-2 > .card {
    flex: 0 0 calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-xl-3 > .card {
    flex: 0 0 calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px);
    max-width: calc(33.33333% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-xl-4 > .card {
    flex: 0 0 calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-xl-5 > .card {
    flex: 0 0 calc(20% - 30px);
    flex-basis: calc(20% - 30px);
    max-width: calc(20% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-xl-6 > .card {
    flex: 0 0 calc(16.66667% - 30px);
    flex-basis: calc(16.66667% - 30px);
    max-width: calc(16.66667% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 1560px) {
  .card-deck--cards-xxl-1 > .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck--cards-xxl-2 > .card {
    flex: 0 0 calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-xxl-3 > .card {
    flex: 0 0 calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px);
    max-width: calc(33.33333% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-xxl-4 > .card {
    flex: 0 0 calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-xxl-5 > .card {
    flex: 0 0 calc(20% - 30px);
    flex-basis: calc(20% - 30px);
    max-width: calc(20% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck--cards-xxl-6 > .card {
    flex: 0 0 calc(16.66667% - 30px);
    flex-basis: calc(16.66667% - 30px);
    max-width: calc(16.66667% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
.card-deck .card {
  margin-bottom: 45px;
}

.card-group--cards-1 > .card {
  flex: 0 0 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.card-group--cards-2 > .card {
  flex: 0 0 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.card-group--cards-3 > .card {
  flex: 0 0 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.card-group--cards-4 > .card {
  flex: 0 0 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.card-group--cards-5 > .card {
  flex: 0 0 20%;
  flex-basis: 20%;
  max-width: 20%;
}

.card-group--cards-6 > .card {
  flex: 0 0 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

@media (min-width: 576px) {
  .card-group--cards-sm-1 > .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .card-group--cards-sm-2 > .card {
    flex: 0 0 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .card-group--cards-sm-3 > .card {
    flex: 0 0 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .card-group--cards-sm-4 > .card {
    flex: 0 0 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .card-group--cards-sm-5 > .card {
    flex: 0 0 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .card-group--cards-sm-6 > .card {
    flex: 0 0 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}
@media (min-width: 768px) {
  .card-group--cards-md-1 > .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .card-group--cards-md-2 > .card {
    flex: 0 0 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .card-group--cards-md-3 > .card {
    flex: 0 0 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .card-group--cards-md-4 > .card {
    flex: 0 0 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .card-group--cards-md-5 > .card {
    flex: 0 0 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .card-group--cards-md-6 > .card {
    flex: 0 0 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}
@media (min-width: 992px) {
  .card-group--cards-lg-1 > .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .card-group--cards-lg-2 > .card {
    flex: 0 0 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .card-group--cards-lg-3 > .card {
    flex: 0 0 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .card-group--cards-lg-4 > .card {
    flex: 0 0 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .card-group--cards-lg-5 > .card {
    flex: 0 0 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .card-group--cards-lg-6 > .card {
    flex: 0 0 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}
@media (min-width: 1200px) {
  .card-group--cards-xl-1 > .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .card-group--cards-xl-2 > .card {
    flex: 0 0 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .card-group--cards-xl-3 > .card {
    flex: 0 0 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .card-group--cards-xl-4 > .card {
    flex: 0 0 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .card-group--cards-xl-5 > .card {
    flex: 0 0 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .card-group--cards-xl-6 > .card {
    flex: 0 0 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}
@media (min-width: 1560px) {
  .card-group--cards-xxl-1 > .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .card-group--cards-xxl-2 > .card {
    flex: 0 0 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .card-group--cards-xxl-3 > .card {
    flex: 0 0 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .card-group--cards-xxl-4 > .card {
    flex: 0 0 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .card-group--cards-xxl-5 > .card {
    flex: 0 0 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .card-group--cards-xxl-6 > .card {
    flex: 0 0 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}
.card--product {
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}
.card--product .card--header {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 1.625rem;
  line-height: 1.625rem;
  color: white;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #0096a9;
  transition: all 0.4s ease-in-out;
}
.card--product .card--body {
  display: block;
  margin: 0 10px;
  border-bottom: 1px solid #CCCCCC;
}
.card--product .card--body .card__title {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #0096a9;
  text-align: center;
  display: block;
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 40px;
}
.card--product .card--body .card__subtitle {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #333333;
  text-align: center;
}
.card--product .card--body .card__text {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #333333;
  text-align: center;
  display: block;
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 40px;
}
.card--product .card--footer {
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 10px;
}
.card--product .card--footer a {
  display: flex;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #333333;
  text-align: center;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.card--product .card--footer a .bi {
  font-size: 1rem;
  line-height: 0.5rem;
  margin-left: 5px;
}
.card--product .card--footer a:hover {
  color: #A4843B;
}

.card--summary {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem 1rem 0 1rem;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  background-color: #F0F0F0;
}
.card--summary .card__text {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #333333;
}
.card--summary .card__text span {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #333333;
}
.card--summary .card__text--sum {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #333333;
}
.card--summary .card__text--sum span {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #0096a9;
}

.hero--slide {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  /*overwrite slick*/
}
.hero--slide.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.hero--slide.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.hero--slide .slick-slide {
  font-size: 0;
}
.hero--slide .slide__item {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.hero--slide .slide__item .headline {
  color: #333333;
}
.hero--slide .slide__item .subheadline {
  color: #333333;
}
.hero--slide .slide__item .display {
  color: #333333;
}
.hero--slide .slide__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}
.hero--slide .slide__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  trsnsform: scale(1) translateZ(0);
  transition: transform 0.4s linear;
}
.hero--slide .slide__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100vh;
}
@media (max-width: 767px) {
  .hero--slide .slide__title .btn {
    width: auto;
  }
}
.hero--slide .slick-dots {
  width: 10px;
  height: auto;
  top: 50%;
  left: 15px;
  bottom: auto;
}
.hero--slide .slick-dots li {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  margin-bottom: 10px;
}
.hero--slide .slick-dots li:only-child {
  display: none;
}
.hero--slide .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 0;
  background-color: white;
}
.hero--slide .slick-dots li button:before {
  display: none;
}
.hero--slide .slick-dots li.slick-active {
  width: 10px;
  height: 10px;
}
.hero--slide .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 0;
  background-color: #0096a9;
}
.hero--slide .slick-current {
  z-index: 1;
}
.hero--slide .slick-current .headline {
  opacity: 1;
  animation-name: fade-up;
  animation-duration: 1.4s;
  animation-fill-mode: both;
  animation-delay: 0.4s;
}
.hero--slide .slick-current .subheadline {
  opacity: 1;
  animation-name: fade-up;
  animation-duration: 1.4s;
  animation-fill-mode: both;
  animation-delay: 0.4s;
}
.hero--slide .slick-current .display {
  opacity: 1;
  animation-name: fade-up;
  animation-duration: 1.4s;
  animation-fill-mode: both;
  animation-delay: 0.4s;
}
.hero--slide .slick-current .btn--primary {
  opacity: 1;
  animation-name: fade-up;
  animation-duration: 1.4s;
  animation-fill-mode: both;
  animation-delay: 0.4s;
}
@media (max-width: 1199.98px) {
  .hero--slide {
    height: auto;
  }
  .hero--slide .slide__item {
    height: auto;
  }
  .hero--slide .slide__picture {
    position: relative;
    top: auto;
    left: auto;
    height: 480px;
  }
  .hero--slide .slide__title {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .hero--slide .slide__picture {
    position: relative;
    top: auto;
    left: auto;
    height: 315px;
  }
}

.custom--dotted {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  z-index: 3;
}
.custom--dotted .dotted {
  position: relative;
}
.custom--dotted .slick-dots {
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  bottom: auto;
}
.custom--dotted .slick-dots li {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0;
  margin-bottom: 10px;
}
.custom--dotted .slick-dots li:only-child {
  display: none;
}
.custom--dotted .slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 0;
  background-color: white;
}
.custom--dotted .slick-dots li button:before {
  display: none;
}
.custom--dotted .slick-dots li.slick-active {
  width: 15px;
  height: 15px;
}
.custom--dotted .slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 0;
  background-color: #0096a9;
}
@media (min-width: 1199px) {
  .custom--dotted .slick-dots {
    width: 20px;
    height: 20px;
  }
  .custom--dotted .slick-dots li {
    width: 20px;
    height: 20px;
  }
  .custom--dotted .slick-dots li:only-child {
    display: none;
  }
  .custom--dotted .slick-dots li button {
    width: 20px;
    height: 20px;
  }
  .custom--dotted .slick-dots li button:before {
    display: none;
  }
  .custom--dotted .slick-dots li.slick-active {
    width: 20px;
    height: 20px;
  }
  .custom--dotted .slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
  }
}

.head--slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.head--slide .plan {
  margin-bottom: 1rem;
}
.head--slide .arrow--slide {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.head--slide .arrow--slide .arrow {
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0096a9;
  transition: all 0.4s ease-in-out;
}
.head--slide .arrow--slide .arrow i {
  display: flex;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1rem;
}
.head--slide .arrow--slide .arrow i:before {
  line-height: 0;
}
.head--slide .arrow--slide .arrow:hover {
  background-color: #A4843B;
}
.head--slide .arrow--slide .arrow.disabled {
  cursor: default;
  background-color: #F3F3F3;
  pointer-events: none;
}
.head--slide .arrow--slide .arrow.disabled i {
  color: #333333;
}
.head--slide .count__slide {
  margin: 0 10px;
}
@media only screen and (max-width: 375px) {
  .head--slide {
    flex-direction: column;
    align-items: flex-start;
  }
}

.product--slide {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  /*overflow: hidden;*/
}
.product--slide.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.product--slide.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.product--slide .slick-slide {
  font-size: 0;
}
.product--slide .slide__item {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  font-size: 1.65rem;
  line-height: 1.65rem;
  color: #333333;
  overflow: hidden;
}
.product--slide .slide__item .checkbox--option {
  margin-top: 15px;
  margin-bottom: 0;
}
.product--slide .slide__item:hover .detail--select a {
  color: black;
}
.product--slide .slick-arrow {
  top: -30px;
  z-index: 1;
}
.product--slide .slick-prev,
.product--slide .slick-next {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0096a9;
  transition: all 0.4s ease-in-out;
}
.product--slide .slick-prev:hover,
.product--slide .slick-next:hover {
  background-color: #A4843B;
}
.product--slide .slick-prev:hover:before,
.product--slide .slick-next:hover:before {
  color: white;
}
.product--slide .slick-prev:before,
.product--slide .slick-next:before {
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  font-size: 1rem;
  color: #FFFFFF;
}
.product--slide .slick-prev.slick-disabled,
.product--slide .slick-next.slick-disabled {
  background-color: #F3F3F3;
}
.product--slide .slick-prev.slick-disabled:before,
.product--slide .slick-next.slick-disabled:before {
  color: #333333;
  cursor: default;
  opacity: 1;
}
.product--slide .slick-prev {
  width: 25px;
  height: 25px;
  left: calc(100% - 70px);
}
.product--slide .slick-prev:before {
  content: "\f284";
}
.product--slide .slick-next {
  width: 25px;
  height: 25px;
  right: 10px;
}
.product--slide .slick-next:before {
  content: "\f285";
}
.product--slide .product--detail {
  margin: 5px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  /*.radio--styled {
      margin-bottom: 0;

      input[type="radio"] + label {
          color: white;
          border: 1px solid white;
          background-color: rgba(#333, 0.25);
      }

      input[type="radio"] + label:before {
          border: 1px solid white;
      }

      input[type="radio"]:checked + label {
          opacity: 1;
          color: white;
          border: 1px solid $blue;
          background-color: $blue;
      }
  }*/
}
.product--slide .product--detail:hover .detail--title {
  color: white;
  background-color: #0096a9;
}
.product--slide .product--detail:hover .detail--select {
  background-color: #D2D711;
}
.product--slide .detail--title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  /*margin-bottom: 10px;*/
  font-size: 1.625rem;
  line-height: 1.625rem;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #F0F0F0;
  transition: all 0.4s ease-in-out;
}
.product--slide .detail--title .icon-recommend {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 55px;
}
.product--slide .detail--title .icon-recommend img {
  width: 100%;
}
.product--slide .detail--list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 10px;
}
.product--slide .detail--list__item {
  margin-bottom: 1.5rem;
}
.product--slide .detail--list__item .label__text {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #333333;
  /*display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;*/
  text-align: center;
}
.product--slide .detail--list__item .label__text.text-blue {
  color: #0096a9 !important;
}
.product--slide .detail--list__item .data__text {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #333333;
  text-align: center;
}
.product--slide .detail--list__item .data__text span {
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #0096a9;
}
.product--slide .detail--list__item .data__text__price span {
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #0096a9;
}
.product--slide .detail--list__item:first-child {
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #CCCCCC;
}
.product--slide .detail--list__item:first-child .label__text {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  /*min-height: 44px;*/
}
.product--slide .detail--list__item:first-child .data__text {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #333333;
  text-align: center;
}
.product--slide .detail--list__item:first-child .data__text span {
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #0096a9;
}
.product--slide .detail--list__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .product--slide .detail--list__item .label__text {
    text-align: center;
  }
  .product--slide .detail--list__item .data__text {
    text-align: center;
  }
}
.product--slide .detail--list__text__desc {
  padding-left: 15px;
  padding-right: 15px;
}
.product--slide .detail--list__text__desc--item {
  padding: 15px 0;
  border-bottom: 1px solid #CCCCCC;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
}
.product--slide .detail--list__text__desc--item .label__title {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
  text-align: center;
}
.product--slide .detail--list__text__desc--item .label__title__head {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #0096a9;
}
.product--slide .detail--list__text__desc--item .label__title__pa {
  color: #333333;
}
.product--slide .detail--list__text__desc--item .label__text {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  word-break: break-word;
}
.product--slide .detail--list__text__desc--item .label__text__pa {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #333333;
}
@media only screen and (max-width: 992px) {
  .product--slide .detail--list__text__desc--item .label__text {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #0096a9;
  }
}
.product--slide .detail--list__text__desc--item:last-child {
  border-bottom: 0;
}
.product--slide .detail--list__insured .detail--list__item:first-child {
  border-bottom: none;
}
.product--slide .detail--list__insured .detail--list__head {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.product--slide .detail--list__insured .detail--list__head .detail--list__item .label__text {
  min-height: auto;
}
.product--slide .detail--list__insured .detail--list__body {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 1rem;
}
.product--slide .detail--list__insured .detail--list__body .detail--list__item {
  padding-bottom: 0;
}
.product--slide .detail--list__insured .detail--list__body .detail--list__item .label__text {
  text-align: left;
  min-height: auto;
}
.product--slide .detail--list__insured .detail--list__body .detail--list__item .label__text__red {
  color: #FF0000;
}
.product--slide .detail--list__insured .detail--list__body .detail--list__item .data__text {
  text-align: right;
  line-height: 1.25rem;
}
.product--slide .detail--list__insured .detail--list__body .detail--list__item .data__text span {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.product--slide .detail--list__insured .detail--list__body .detail--list__item .detail--link {
  padding: 0;
  text-align: right;
}
.product--slide .detail--list__insured .detail--list__body .detail--list__item .detail--link .link {
  justify-content: end;
  color: #AAAAAA;
}
.product--slide .detail--list__insured .detail--list__body .detail--list__item .detail--link .link em {
  color: #0096a9;
}
.product--slide .detail--list__insured .detail--list__body .detail--list__item .detail--link .link:hover {
  color: #333;
}
.product--slide .detail--list__insured .detail--list__footer .icon-insure ul {
  margin: 0;
  padding: 0;
  /*display: flex;
  justify-content: space-around;*/
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.product--slide .detail--list__insured .detail--list__footer .icon-insure ul li {
  list-style: none;
  text-align: center;
  /*opacity: 0.5;*/
}
.product--slide .detail--list__insured .detail--list__footer .icon-insure ul li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin: auto auto 5px auto;
  border-radius: 50%;
  background-color: #CCCCCC;
}
.product--slide .detail--list__insured .detail--list__footer .icon-insure ul li .icon img {
  width: 25px;
  height: 25px;
}
.product--slide .detail--list__insured .detail--list__footer .icon-insure ul li .icon img:first-child {
  display: none;
}
.product--slide .detail--list__insured .detail--list__footer .icon-insure ul li .name {
  margin-bottom: 0;
  font-family: "psl_kittithada";
  font-size: 20px;
  line-height: 18px;
  color: #AAA;
}
.product--slide .detail--list__insured .detail--list__footer .icon-insure ul li.active {
  /*opacity: 1;*/
}
.product--slide .detail--list__insured .detail--list__footer .icon-insure ul li.active .icon {
  background-color: #0096a9;
}
.product--slide .detail--list__insured .detail--list__footer .icon-insure ul li.active .icon img:first-child {
  display: block;
}
.product--slide .detail--list__insured .detail--list__footer .icon-insure ul li.active .icon img:last-child {
  display: none;
}
.product--slide .detail--list__insured .detail--list__footer .icon-insure ul li.active .name {
  color: #333;
}
.product--slide .detail--link {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
}
.product--slide .detail--link a {
  display: flex;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #333333;
  text-align: center;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.product--slide .detail--link a .bi {
  font-size: 1rem;
  line-height: 0.5rem;
  margin-left: 5px;
}
.product--slide .detail--link a:hover {
  color: #A4843B;
}
.product--slide .detail--select {
  display: block;
  /*padding: 10px;*/
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #0096a9;
  transition: all 0.4s ease-in-out;
  /*&.active {
      background-color: $green;

      a {
          color: black;
      }
  }*/
}
.product--slide .detail--select a {
  display: block;
  padding: 10px;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: white;
  text-align: center;
  text-decoration: none;
}
.product--slide#slide_type .product--detail.active .detail--title {
  color: white;
  background-color: #0096a9;
}
.product--slide#slide_type .product--detail.active .detail--select {
  background-color: #D2D711;
}
.product--slide#slide_type .product--detail.active .detail--select a {
  color: black;
}
.product--slide#slide_detail .product--detail:hover .detail--list__text__desc--item .label__title, .product--slide#slide_detail .product--detail:hover .detail--list__text__desc--item .label__text {
  color: #0096a9 !important;
}
.product--slide#slide_detail .product--detail.active .detail--title {
  color: white;
  background-color: #0096a9;
}
.product--slide#slide_detail .product--detail.active .detail--list__text__desc--item .label__text {
  color: #0096a9 !important;
}
.product--slide#slide_detail .product--detail.active .detail--select {
  background-color: #D2D711;
}
.product--slide#slide_detail .product--detail.active .detail--select a {
  color: black;
}

.product--compare {
  display: grid;
  grid-template-columns: 31% 31% 31%;
  column-gap: 30px;
}
.product--compare .compare__item {
  margin-bottom: 1.5rem;
}
.product--compare .product--detail {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}
.product--compare .product--detail:hover .detail--title {
  color: white;
  background-color: #0096a9;
}
.product--compare .product--detail:hover .detail--select {
  background-color: #D2D711;
}
.product--compare .product--detail.active .detail--title {
  color: white;
  background-color: #0096a9;
}
.product--compare .product--detail.active .detail--select {
  background-color: #D2D711;
}
.product--compare .detail--title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 1.625rem;
  line-height: 1.625rem;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #F0F0F0;
  transition: all 0.4s ease-in-out;
}
.product--compare .detail--title .icon-recommend {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 55px;
}
.product--compare .detail--title .icon-recommend img {
  width: 100%;
}
.product--compare .detail--list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.product--compare .detail--list__item {
  margin-bottom: 1.5rem;
}
.product--compare .detail--list__item .label__text {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #333333;
  /*display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;*/
  text-align: center;
}
.product--compare .detail--list__item .label__text.text-blue {
  color: #0096a9 !important;
}
.product--compare .detail--list__item .data__text {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #333333;
  text-align: center;
}
.product--compare .detail--list__item .data__text span {
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #0096a9;
}
.product--compare .detail--list__item .data__text__price span {
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #0096a9;
}
.product--compare .detail--list__item:first-child {
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #CCCCCC;
}
.product--compare .detail--list__item:first-child .label__text {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
  min-height: 44px;
}
.product--compare .detail--list__item:first-child .data__text {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #333333;
  text-align: center;
}
.product--compare .detail--list__item:first-child .data__text span {
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #0096a9;
}
.product--compare .detail--list__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .product--compare .detail--list__item .label__text {
    text-align: center;
  }
  .product--compare .detail--list__item .data__text {
    text-align: center;
  }
}
.product--compare .detail--list__text__desc {
  padding-left: 15px;
  padding-right: 15px;
}
.product--compare .detail--list__text__desc--item {
  padding: 15px 0;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product--compare .detail--list__text__desc--item .label__title {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
  text-align: center;
}
.product--compare .detail--list__text__desc--item .label__text {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  word-break: break-word;
}
@media only screen and (max-width: 992px) {
  .product--compare .detail--list__text__desc--item .label__text {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #0096a9;
  }
}
.product--compare .detail--list__text__desc--item:last-child {
  border-bottom: 0;
}
.product--compare .detail--list__insured .detail--list__item:first-child {
  border-bottom: none;
}
.product--compare .detail--list__insured .detail--list__head {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.product--compare .detail--list__insured .detail--list__head .detail--list__item .label__text {
  min-height: auto;
}
.product--compare .detail--list__insured .detail--list__body {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 1rem;
}
.product--compare .detail--list__insured .detail--list__body .detail--list__item {
  padding-bottom: 0;
}
.product--compare .detail--list__insured .detail--list__body .detail--list__item .label__text {
  text-align: left;
  min-height: auto;
}
.product--compare .detail--list__insured .detail--list__body .detail--list__item .label__text__red {
  color: #d80100;
}
.product--compare .detail--list__insured .detail--list__body .detail--list__item .data__text {
  text-align: right;
  line-height: 1.25rem;
}
.product--compare .detail--list__insured .detail--list__body .detail--list__item .data__text span {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.product--compare .detail--list__insured .detail--list__body .detail--list__item .detail--link {
  padding: 0;
  text-align: right;
}
.product--compare .detail--list__insured .detail--list__body .detail--list__item .detail--link .link {
  justify-content: end;
  color: #AAAAAA;
}
.product--compare .detail--list__insured .detail--list__body .detail--list__item .detail--link .link em {
  color: #0096a9;
}
.product--compare .detail--list__insured .detail--list__body .detail--list__item .detail--link .link:hover {
  color: #333;
}
.product--compare .detail--list__insured .detail--list__footer .icon-insure ul {
  margin: 0;
  padding: 0;
  /*display: flex;
  justify-content: space-around;*/
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.product--compare .detail--list__insured .detail--list__footer .icon-insure ul li {
  list-style: none;
  text-align: center;
  /*opacity: 0.5;*/
}
.product--compare .detail--list__insured .detail--list__footer .icon-insure ul li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin: auto auto 5px auto;
  /*border-radius: 50%;*/
  /*background-color: $lightgray;*/
}
.product--compare .detail--list__insured .detail--list__footer .icon-insure ul li .icon img {
  width: 35px;
  height: 35px;
}
.product--compare .detail--list__insured .detail--list__footer .icon-insure ul li .icon img:first-child {
  display: none;
}
.product--compare .detail--list__insured .detail--list__footer .icon-insure ul li .name {
  margin-bottom: 0;
  font-weight: bold;
  font-family: "psl_kittithada";
  font-size: 20px;
  line-height: 20px;
  color: #AAA;
}
.product--compare .detail--list__insured .detail--list__footer .icon-insure ul li.active {
  /*opacity: 1;*/
}
.product--compare .detail--list__insured .detail--list__footer .icon-insure ul li.active .icon {
  /*background-color: $blue;*/
}
.product--compare .detail--list__insured .detail--list__footer .icon-insure ul li.active .icon img:first-child {
  display: block;
}
.product--compare .detail--list__insured .detail--list__footer .icon-insure ul li.active .icon img:last-child {
  display: none;
}
.product--compare .detail--list__insured .detail--list__footer .icon-insure ul li.active .name {
  color: #333;
}
.product--compare .detail--link {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
}
.product--compare .detail--link a {
  display: flex;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #333333;
  text-align: center;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.product--compare .detail--link a .bi {
  font-size: 1rem;
  line-height: 0.5rem;
  margin-left: 5px;
}
.product--compare .detail--link a:hover {
  color: #A4843B;
}
.product--compare .detail--select {
  display: block;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #0096a9;
  transition: all 0.4s ease-in-out;
}
.product--compare .detail--select a {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: white;
  text-align: center;
  text-decoration: none;
}
.product--compare .detail--select.active {
  background-color: #D2D711;
}
.product--compare .checkbox--option {
  margin-top: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1399px) {
  .product--compare {
    grid-template-columns: 47.5% 47.5%;
  }
}
@media only screen and (max-width: 575px) {
  .product--compare {
    grid-template-columns: auto;
  }
}

.edit-insure {
  display: flex;
  background-color: #F0F0F0;
  padding: 0.5rem 0.8rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: bold;
  width: max-content;
  cursor: pointer;
}
.edit-insure i {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-left: 5px;
}

.table-responsive {
  margin-bottom: 2rem;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
}
.table-responsive .table--caption {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #333333;
}
.table-responsive::-webkit-scrollbar-track {
  background-color: rgba(170, 170, 170, 0.5);
}
.table-responsive::-webkit-scrollbar {
  height: 6px;
  background-color: rgba(170, 170, 170, 0.5);
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #D90000;
}

.table--primary {
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.table--primary > :not(caption) > * > * {
  border-bottom: 0;
  box-shadow: none;
}
.table--primary thead {
  background-color: #0096a9;
  border-radius: 10px;
}
.table--primary thead tr th {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: white;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #CCCCCC;
}
.table--primary thead tr th:first-child {
  border-top-left-radius: 10px;
}
.table--primary thead tr th:last-child {
  border-top-right-radius: 10px;
  border-right: none;
}
.table--primary tbody tr td {
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #333333;
  background-color: transparent;
  border: 1px solid #CCCCCC;
  border-top: 0;
}
.table--primary tbody tr td:first-child {
  width: 70%;
  border-left: none;
}
.table--primary tbody tr td:last-child {
  border-right: none;
}
.table--primary tbody tr:nth-child(10) td {
  border-bottom: none;
}
.table--primary tbody tr:last-child td {
  border-bottom: none;
}
.table--primary tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.table--primary tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.table--search {
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.table--search > :not(caption) > * > * {
  border-bottom: 0;
  box-shadow: none;
}
.table--search thead {
  background-color: #0096a9;
  border-radius: 10px;
}
.table--search thead tr th {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: white;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #CCCCCC;
}
.table--search thead tr th:first-child {
  border-top-left-radius: 10px;
}
.table--search thead tr th:last-child {
  border-top-right-radius: 10px;
  border-right: none;
}
.table--search tbody tr td {
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #333333;
  background-color: transparent;
  text-align: center;
  border: 1px solid #CCCCCC;
  border-top: 0;
}
.table--search tbody tr td a {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
.table--search tbody tr td a .bi {
  color: red;
  transition: all 0.3s ease-in-out;
  line-height: 13px;
}
.table--search tbody tr td a .bi--progress {
  color: #0096a9;
}
.table--search tbody tr td a .bi--print {
  color: #333333;
}
.table--search tbody tr td a .bi--pending {
  color: #FDAB3F;
}
.table--search tbody tr td a .bi--payment {
  color: #118BFF;
}
.table--search tbody tr td a .bi--expired {
  color: red;
}
.table--search tbody tr td a:hover {
  color: #0096a9;
}
.table--search tbody tr td a:hover .bi {
  color: #0096a9;
}
.table--search tbody tr td:first-child {
  text-align: left;
  border-left: none;
}
.table--search tbody tr td:last-child {
  border-right: none;
}
.table--search tbody tr:nth-child(10) td {
  border-bottom: none;
}
.table--search tbody tr:last-child td {
  border-bottom: none;
}
.table--search tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.table--search tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.table--search .thead--caption {
  display: none;
}
@media (max-width: 767.98px) {
  .table--search thead {
    display: none;
  }
  .table--search tbody tr {
    display: block;
    margin-bottom: 10px;
  }
  .table--search tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    border: none;
    text-align: left !important;
  }
  .table--search tbody tr td:last-child {
    border-bottom: 1px solid #CCCCCC;
  }
  .table--search tbody tr:nth-child(10) td {
    border-bottom: none !important;
  }
  .table--search tbody tr:last-child td {
    border-bottom: none !important;
  }
  .table--search .thead--caption {
    display: block;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #0096a9;
    margin-bottom: 10px;
  }
}

html, body {
  font-size: 110% !important;
  scroll-behavior: smooth;
  background-color: #ececec;
}
@media screen and (max-width: 991.98px) {
  html, body {
    font-size: 90%;
  }
}
@media screen and (max-width: 767.98px) {
  html, body {
    font-size: 80%;
  }
}
@media screen and (max-width: 320px) {
  html, body {
    font-size: 100% !important;
  }
}

html[lang=th] .headline, html[lang=en] .headline {
  display: block;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 3.5rem;
}
@media (max-width: 1199.98px) {
  html[lang=th] .headline, html[lang=en] .headline {
    font-size: 3.25rem;
    line-height: 3.25rem;
  }
}
@media (max-width: 991.98px) {
  html[lang=th] .headline, html[lang=en] .headline {
    font-size: 3rem;
    line-height: 2.75rem;
  }
}

html[lang=th] .subheadline, html[lang=en] .subheadline {
  display: block;
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 2.75rem;
}
@media (max-width: 1199.98px) {
  html[lang=th] .subheadline, html[lang=en] .subheadline {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 991.98px) {
  html[lang=th] .subheadline, html[lang=en] .subheadline {
    font-size: 2rem;
    line-height: 1.75rem;
  }
}

html[lang=th] .display, html[lang=en] .display {
  display: block;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
@media (max-width: 1199.98px) {
  html[lang=th] .display, html[lang=en] .display {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

.main--error {
  position: relative;
}
.main--error .banner-wrapper .image img {
  width: 100%;
}
.main--error .banner-wrapper .image img:first-child {
  display: block;
}
.main--error .banner-wrapper .image img:last-child {
  display: none;
}
.main--error .banner-wrapper .content-wrapper {
  position: absolute;
  max-width: 1320px;
  width: 100%;
  margin: auto;
  top: 250px;
  left: 0;
  right: 0;
  padding: 0 1rem;
}
.main--error .banner-wrapper .content-wrapper h1 {
  font-size: 100px;
  line-height: 80px;
  color: #fff;
  margin-bottom: 20px;
}
.main--error .banner-wrapper .content-wrapper h1 span {
  color: #0096a9;
  max-width: 390px;
  display: block;
}
.main--error .banner-wrapper .content-wrapper .text-th span {
  font-size: 60px;
  line-height: 70px;
  max-width: max-content !important;
}
.main--error .banner-wrapper .content-wrapper .detail {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.main--error .banner-wrapper .content-wrapper .detail .icon-noti {
  width: 50px;
  height: 42px;
  margin-right: 10px;
}
.main--error .banner-wrapper .content-wrapper .detail .text-noti {
  font-size: 24px;
  line-height: 24px;
  color: #666;
  width: 400px;
  margin-bottom: 0;
}
.main--error .banner-wrapper .content-wrapper .detail .text-noti a {
  font-size: 24px;
  color: #FF6600;
}
.main--error .banner-wrapper .content-wrapper .detail .text-noti a:hover {
  text-decoration: underline;
}
.main--error .banner-wrapper .content-wrapper img {
  max-width: 100%;
}
@media screen and (max-width: 1440px) {
  .main--error .banner-wrapper .content-wrapper {
    max-width: 1140px;
    top: 150px;
  }
}
@media screen and (max-width: 1199px) {
  .main--error .banner-wrapper .content-wrapper {
    top: 120px;
  }
}
@media screen and (max-width: 992px) {
  .main--error .banner-wrapper .content-wrapper {
    top: 40px;
  }
  .main--error .banner-wrapper .content-wrapper h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .main--error .banner-wrapper .image img:first-child {
    display: none;
  }
  .main--error .banner-wrapper .image img:last-child {
    display: block;
  }
  .main--error .banner-wrapper .content-wrapper {
    position: relative;
    top: 0;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
  .main--error .banner-wrapper .content-wrapper h1 {
    color: #0096a9;
  }
  .main--error .banner-wrapper .content-wrapper h1 span {
    max-width: unset;
  }
  .main--error .banner-wrapper .content-wrapper .text-th span {
    font-size: 40px;
    line-height: 50px;
  }
  .main--error .banner-wrapper .content-wrapper .detail .text-noti {
    width: auto;
  }
}
@media screen and (max-width: 575px) {
  .main--error .banner-wrapper .content-wrapper h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .main--error .banner-wrapper .content-wrapper .detail .text-noti {
    width: auto;
  }
}

.main--home {
  position: relative;
  overflow: hidden;
}

.hero--section {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hero--section__page {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.hero--section__page .page--banner {
  display: block;
  width: 100%;
  height: 350px;
}
.hero--section__page .page--banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .hero--section {
    min-height: 1px;
    height: auto;
  }
}

.agreement--wrapper {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.agreement--wrapper p {
  margin-bottom: 0;
}
.agreement--wrapper__scroll {
  max-height: 105px;
  overflow-y: auto;
  padding-right: 20px;
}
.agreement--wrapper__scroll::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: rgba(170, 170, 170, 0.5);
}
.agreement--wrapper__scroll::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(170, 170, 170, 0.5);
}
.agreement--wrapper__scroll::-webkit-scrollbar-thumb {
  background-color: #0096a9;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .agreement--wrapper__scroll {
    max-height: 210px;
  }
}
@media screen and (max-width: 575px) {
  .agreement--wrapper__scroll {
    max-height: 290px;
  }
}

.loading {
  position: fixed;
  margin: auto;
  width: 100%;
  height: 100%;
  /*animation: backGround 5s ease infinite;*/
  background-color: white;
  z-index: 2147;
}
.loading .loadingWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading .loadingWrapper #loading {
  margin: auto;
  height: 100px;
  width: 100px;
  border: transparent;
  border-top: 3px solid #0096a9;
  border-radius: 50%;
  animation: round 2s linear infinite;
}

@keyframes round {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes backGround {
  0% {
    background-color: #222222;
  }
  50% {
    background-color: #555555;
  }
  75% {
    background-color: #444444;
  }
  100% {
    background-color: #111111;
  }
}
hr.gray {
  margin: 1rem 0 2rem 0;
  background-color: #CCCCCC;
  opacity: 1;
}

hr.blue {
  height: 2px;
  margin: 1rem 0 2rem 0;
  background-color: #0096a9;
  opacity: 1;
}

hr.white {
  margin: 1rem 0 2rem 0;
  background-color: white;
  opacity: 1;
}

.cursor .cursor--small,
.cursor .cursor--large,
.cursor .cursor--text {
  position: fixed;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: var(--cursor-size);
  height: var(--cursor-size);
  mix-blend-mode: difference;
  pointer-events: none;
  user-select: none;
}
.cursor .cursor--text {
  --cursor-size: fit-content;
  font-size: 0.75rem;
  color: #fff;
  opacity: 0;
}
.cursor .cursor--text .text {
  font-family: sans-serif;
  font-weight: bold;
}
.cursor .cursor--small {
  --cursor-size: 20px;
  background: #fff;
}
.cursor .cursor--large {
  --cursor-size: 60px;
  border: 2px solid #fff;
}

.gutter-xs [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.swal2-popup {
  width: 40em !important;
}

.swal2-title {
  font-size: 2.75rem !important;
  line-height: 2.75rem !important;
}

.swal2-html-container {
  font-size: 1.75rem !important;
  line-height: 1.75rem !important;
  overflow: visible !important;
}

.swal2-actions .swal2-cancel {
  color: #333;
}

:root {
  --ck-color-image-caption-background: hsl(0, 0%, 97%);
  --ck-color-image-caption-text: hsl(0, 0%, 20%);
  --ck-color-mention-background: hsla(341, 100%, 30%, 0.1);
  --ck-color-mention-text: hsl(341, 100%, 30%);
  --ck-color-table-caption-background: hsl(0, 0%, 97%);
  --ck-color-table-caption-text: hsl(0, 0%, 20%);
  --ck-highlight-marker-blue: hsl(201, 97%, 72%);
  --ck-highlight-marker-green: hsl(120, 93%, 68%);
  --ck-highlight-marker-pink: hsl(345, 96%, 73%);
  --ck-highlight-marker-yellow: hsl(60, 97%, 73%);
  --ck-highlight-pen-green: hsl(112, 100%, 27%);
  --ck-highlight-pen-red: hsl(0, 85%, 49%);
  --ck-image-style-spacing: 1.5em;
  --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
  --ck-todo-list-checkmark-size: 16px;
}

/*
    * CKEditor 5 (v34.0.0) content styles.
    * Generated on Mon, 09 May 2022 10:49:49 GMT.
    * For more information, check out https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/content-styles.html
*/
.ck-content {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
.ck-content.bg-blue {
  padding: 1rem;
  color: white !important;
  border-radius: 8px;
}
.ck-content ul {
  list-style-position: inside;
}
.ck-content ul li {
  position: relative;
  list-style-type: none;
}
.ck-content ul li:before {
  content: "•";
  position: absolute;
  color: #AAAAAA;
  left: -21px;
  top: 0;
  font-size: 1rem;
}
.ck-content ul li a {
  color: #333333;
  text-decoration: underline;
}
.ck-content ul li a:hover {
  color: #D90000;
}
.ck-content ol {
  list-style-position: inside;
}
.ck-content ol li {
  position: relative;
}
.ck-content ol li a {
  color: #333333;
  text-decoration: underline;
}
.ck-content ol li a:hover {
  color: #D90000;
}
.ck-content p {
  word-break: break-all;
}
.ck-content p a {
  color: #333333;
  text-decoration: underline;
}
.ck-content p a:hover {
  color: #D90000;
}

/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content blockquote {
  overflow: hidden;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  border-left: solid 5px hsl(0, 0%, 80%);
}

/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content[dir=rtl] blockquote {
  border-left: 0;
  border-right: solid 5px hsl(0, 0%, 80%);
}

/* ckeditor5-basic-styles/theme/code.css */
.ck-content code {
  background-color: hsla(0, 0%, 78%, 0.3);
  padding: 0.15em;
  border-radius: 2px;
}

/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-tiny {
  font-size: 0.7em;
}

/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-small {
  font-size: 0.85em;
}

/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-big {
  font-size: 1.4em;
}

/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-huge {
  font-size: 1.8em;
}

/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-yellow {
  background-color: var(--ck-highlight-marker-yellow);
}

/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-green {
  background-color: var(--ck-highlight-marker-green);
}

/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-pink {
  background-color: var(--ck-highlight-marker-pink);
}

/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-blue {
  background-color: var(--ck-highlight-marker-blue);
}

/* ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-red {
  color: var(--ck-highlight-pen-red);
  background-color: transparent;
}

/* ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-green {
  color: var(--ck-highlight-pen-green);
  background-color: transparent;
}

/* ckeditor5-image/theme/imagecaption.css */
.ck-content .image > figcaption {
  display: table-caption;
  caption-side: bottom;
  word-break: break-word;
  color: var(--ck-color-image-caption-text);
  background-color: var(--ck-color-image-caption-background);
  padding: 0.6em;
  font-size: 0.75em;
  outline-offset: -1px;
}

/* ckeditor5-image/theme/image.css */
.ck-content .image {
  display: table;
  clear: both;
  text-align: center;
  margin: 0 auto;
  min-width: 50px;
}

/* ckeditor5-image/theme/image.css */
.ck-content .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
}

/* ckeditor5-image/theme/image.css */
.ck-content .image-inline {
  /*
  * Normally, the .image-inline would have "display: inline-block" and "img { width: 100% }" (to follow the wrapper while resizing).;
  * Unfortunately, together with "srcset", it gets automatically stretched up to the width of the editing root.
  * This strange behavior does not happen with inline-flex.
  */
  display: inline-flex;
  max-width: 100%;
  align-items: flex-start;
}

/* ckeditor5-image/theme/image.css */
.ck-content .image-inline picture {
  display: flex;
}

/* ckeditor5-image/theme/image.css */
.ck-content .image-inline picture,
.ck-content .image-inline img {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 100%;
}

/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized {
  max-width: 100%;
  display: block;
  box-sizing: border-box;
}

/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized img {
  width: 100%;
}

/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized > figcaption {
  display: block;
}

/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-block-align-left,
.ck-content .image-style-block-align-right {
  max-width: calc(100% - var(--ck-image-style-spacing));
}

/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-left,
.ck-content .image-style-align-right {
  clear: none;
}

/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-side {
  float: right;
  margin-left: var(--ck-image-style-spacing);
  max-width: 50%;
}

/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing);
}
@media (max-width: 991.98px) {
  .ck-content .image-style-align-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}

/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing);
}
@media (max-width: 991.98px) {
  .ck-content .image-style-align-right {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.5rem;
  }
}

/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-block-align-right {
  margin-right: 0;
  margin-left: auto;
}

/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}

/* ckeditor5-image/theme/imagestyle.css */
.ck-content p + .image-style-align-left,
.ck-content p + .image-style-align-right,
.ck-content p + .image-style-side {
  margin-top: 0;
}

/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-inline.image-style-align-left,
.ck-content .image-inline.image-style-align-right {
  margin-top: var(--ck-inline-image-style-spacing);
  margin-bottom: var(--ck-inline-image-style-spacing);
}

/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-inline.image-style-align-left {
  margin-right: var(--ck-inline-image-style-spacing);
}

/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-inline.image-style-align-right {
  margin-left: var(--ck-inline-image-style-spacing);
}

/* ckeditor5-language/theme/language.css */
.ck-content span[lang] {
  font-style: italic;
}

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list {
  list-style: none;
}

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li {
  margin-bottom: 5px;
}

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li .todo-list {
  margin-top: 5px;
}

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input {
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  width: var(--ck-todo-list-checkmark-size);
  height: var(--ck-todo-list-checkmark-size);
  vertical-align: middle;
  border: 0;
  left: -25px;
  margin-right: -15px;
  right: 0;
  margin-left: 0;
}

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::before {
  display: block;
  position: absolute;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid hsl(0, 0%, 20%);
  border-radius: 2px;
  transition: 250ms ease-in-out box-shadow, 250ms ease-in-out background, 250ms ease-in-out border;
}

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::after {
  display: block;
  position: absolute;
  box-sizing: content-box;
  pointer-events: none;
  content: "";
  left: calc(var(--ck-todo-list-checkmark-size) / 3);
  top: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  width: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  height: calc(var(--ck-todo-list-checkmark-size) / 2.6);
  border-style: solid;
  border-color: transparent;
  border-width: 0 calc(var(--ck-todo-list-checkmark-size) / 8) calc(var(--ck-todo-list-checkmark-size) / 8) 0;
  transform: rotate(45deg);
}

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::before {
  background: hsl(126, 64%, 41%);
  border-color: hsl(126, 64%, 41%);
}

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::after {
  border-color: hsl(0, 0%, 100%);
}

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label .todo-list__label__description {
  vertical-align: middle;
}

/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break {
  position: relative;
  clear: both;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break::after {
  content: "";
  position: absolute;
  border-bottom: 2px dashed #fff;
  width: 100%;
}

/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break__label {
  position: relative;
  z-index: 1;
  padding: 0.3em 0.6em;
  display: block;
  text-transform: uppercase;
  border: 1px solid hsl(0, 0%, 77%);
  border-radius: 2px;
  font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 0.75em;
  font-weight: bold;
  color: hsl(0, 0%, 20%);
  background: hsl(0, 0%, 100%);
  box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ckeditor5-media-embed/theme/mediaembed.css */
.ck-content .media {
  clear: both;
  margin: 0.9em 0;
  display: block;
  min-width: 15em;
}

/* ckeditor5-table/theme/tablecaption.css */
.ck-content .table > figcaption {
  display: table-caption;
  caption-side: top;
  word-break: break-word;
  text-align: center;
  color: var(--ck-color-table-caption-text);
  background-color: var(--ck-color-table-caption-background);
  padding: 0.6em;
  font-size: 0.75em;
  outline-offset: -1px;
}

/* ckeditor5-table/theme/table.css */
.ck-content .table {
  margin: 0.9em auto;
  display: table;
}

/* ckeditor5-table/theme/table.css */
.ck-content .table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  border: 1px double hsl(0, 0%, 70%);
}

/* ckeditor5-table/theme/table.css */
.ck-content .table table td,
.ck-content .table table th {
  min-width: 2em;
  padding: 0.4em;
  border: 1px solid hsl(0, 0%, 75%);
}

/* ckeditor5-table/theme/table.css */
.ck-content .table table th {
  font-weight: bold;
  background: hsla(0, 0%, 0%, 0.05);
}

/* ckeditor5-table/theme/table.css */
.ck-content[dir=rtl] .table th {
  text-align: right;
}

/* ckeditor5-table/theme/table.css */
.ck-content[dir=ltr] .table th {
  text-align: left;
}

/* ckeditor5-code-block/theme/codeblock.css */
.ck-content pre {
  padding: 1em;
  color: hsl(0, 0%, 20.8%);
  background: hsla(0, 0%, 78%, 0.3);
  border: 1px solid hsl(0, 0%, 77%);
  border-radius: 2px;
  text-align: left;
  direction: ltr;
  tab-size: 4;
  white-space: pre-wrap;
  font-style: normal;
  min-width: 200px;
}

/* ckeditor5-code-block/theme/codeblock.css */
.ck-content pre code {
  background: unset;
  padding: 0;
  border-radius: 0;
}

/* ckeditor5-horizontal-line/theme/horizontalline.css */
.ck-content hr {
  margin: 15px 0;
  height: 4px;
  background: hsl(0, 0%, 87%);
  border: 0;
}

/* ckeditor5-mention/theme/mention.css */
.ck-content .mention {
  background: var(--ck-color-mention-background);
  color: var(--ck-color-mention-text);
}

.ck-content a {
  text-decoration: none;
}

@media print {
  /* ckeditor5-page-break/theme/pagebreak.css */
  .ck-content .page-break {
    padding: 0;
  }
  /* ckeditor5-page-break/theme/pagebreak.css */
  .ck-content .page-break::after {
    display: none;
  }
}
.header--wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 15px 0;
  transition: all 0.2s ease-in-out;
  /*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
}
.header--wrapper__animate {
  /*background-color: rgba(255,255,255,0.75);
  transition: all 0.2s ease-in-out;*/
}
@media (min-width: 992px) {
  .header--wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 97;
  }
}
.header--wrapper .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 20px;
}
.header--wrapper .logo img {
  width: auto;
  height: 40px;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 767.98px) {
  .header--wrapper .logo img {
    height: 30px;
  }
}
.header--wrapper .language {
  display: flex;
  justify-content: flex-end;
  margin-left: 1.5rem;
}
.header--wrapper .language a {
  display: block;
  padding: 0.5rem 0.75rem;
  margin: 0 2px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: white;
  border: 1px solid white;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.header--wrapper .language a:first-child {
  margin-right: 2px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.header--wrapper .language a:last-child {
  margin-left: 2px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.header--wrapper .language a:hover {
  color: white;
  border-color: #FF6600;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #ab1b75, #d02b65, #e94b51, #f6703c, #f79727);
}
.header--wrapper .language a.current {
  color: white;
  border-color: #FF6600;
  border: none;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #ab1b75, #d02b65, #e94b51, #f6703c, #f79727);
}
@media (max-width: 767.98px) {
  .header--wrapper .language {
    margin: -5px 1.5rem 0 0;
  }
}
.header--wrapper .hamburger {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 26px;
  z-index: 2;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
.header--wrapper .hamburger:focus {
  outline: none;
}
.header--wrapper .hamburger span {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #333333;
}
.header--wrapper .hamburger span:before, .header--wrapper .hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
  content: "";
}
.header--wrapper .hamburger span:before {
  top: -10px;
}
.header--wrapper .hamburger span:after {
  bottom: -10px;
}
.header--wrapper .hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
.header--wrapper .hamburger--htx span:before, .header--wrapper .hamburger--htx span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.header--wrapper .hamburger--htx span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.header--wrapper .hamburger--htx span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.header--wrapper .hamburger--htx.is-active span {
  background: none;
}
.header--wrapper .hamburger--htx.is-active span:before, .header--wrapper .hamburger--htx.is-active span:after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.header--wrapper .hamburger--htx.is-active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header--wrapper .hamburger--htx.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header--wrapper .hambuger--txt {
  color: #333333;
  transform: translateX(-50px);
  opacity: 0;
  transition: all 0.3s ease-in;
}
@media (max-width: 991.98px) {
  .header--wrapper .hambuger--txt {
    display: none;
  }
}
.header--wrapper .hamburger--htx:hover + .hambuger--txt {
  transform: translateX(0);
  opacity: 1;
}
.header--wrapper .hamburger--htx.is-active + .hambuger--txt {
  transform: translateX(0);
  opacity: 1;
}
.header--wrapper__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header--wrapper__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 20px;
}
.header--wrapper__right .navbar {
  justify-content: flex-start;
}
.header--wrapper__right .navbar--main {
  padding: 0;
}
.header--wrapper__right .navbar--main .navbar-nav {
  flex-direction: row;
  flex-wrap: wrap;
}
.header--wrapper__right .navbar--main .nav-item {
  margin-left: 1.5rem;
}
.header--wrapper__right .navbar--main .nav-link {
  position: relative;
  padding: 0.5rem 1rem;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: white;
  transition: all 0.6s ease-in-out;
}
.header--wrapper__right .navbar--main .nav-link:hover {
  color: #FF6600;
}
.header--wrapper__right .navbar--main .nav-link.current {
  color: white;
  opacity: 0.56;
  cursor: default;
}
.header--wrapper__right .navbar--main .nav-link.download {
  border: 1px solid white;
  border-radius: 8px;
  background-size: 300%;
  background-image: linear-gradient(-120deg, #FF6600 50%, transparent 50%);
}
.header--wrapper__right .navbar--main .nav-link.download:hover {
  color: white;
  border-color: #FF6600;
  background-position: 100%;
}
.header--wrapper__right .navbar--main .nav-link.download.current {
  color: white;
  opacity: 1;
  cursor: default;
  border-color: #FF6600;
  background-position: 100%;
}
@media (max-width: 767.98px) {
  .header--wrapper__right .navbar--main {
    display: none;
  }
}
.header--wrapper__right .agent--info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header--wrapper__right .agent--info span {
  cursor: pointer;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.75rem;
  color: #333333;
}
@media (max-width: 767.98px) {
  .header--wrapper__right .agent--info {
    display: none;
  }
}
.header--wrapper__right .change--language {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0096a9;
  border-radius: 20px;
  padding: 4px 0;
}
.header--wrapper__right .change--language a {
  display: block;
  /*&.active.lang-en {
      &:after {
          right: -50px;
          transition: all 0.4s ease-in-out;
      }
  }

  &.active.lang-th {
      &:after {
          right: 0;
          transition: all 0.4s ease-in-out;
      }
  }*/
}
.header--wrapper__right .change--language a:after {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}
.header--wrapper__right .change--language a.active:after {
  background-color: white;
  z-index: -1;
}
.header--wrapper__right .change--language a {
  position: relative;
  z-index: 9;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  /*border-radius: 50%;*/
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: white;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  /*&:hover {
      color: white;
      background-color: $blue;
  }*/
}
.header--wrapper__right .change--language a.active {
  color: #0096a9;
  /*&:hover {
      color: white;
      background-color: $blue;
  }*/
}
@media (max-width: 767.98px) {
  .header--wrapper__right .change--language {
    display: none;
  }
}
@media (max-width: 991px) {
  .header--wrapper__right .change--language {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header--wrapper__right {
    flex-wrap: wrap-reverse;
  }
}

.header--menu {
  position: fixed;
  top: -150%;
  left: 0;
  bottom: 0;
  z-index: 900;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: white;
  /*transform-origin: 50% 0%;*/
  transition: all 0.6s ease;
}
.header--menu.oppenned {
  top: 0;
}
.header--menu .w-grid-layout {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #0096a9;
}
.header--menu .menu--grid {
  position: relative;
  z-index: 30;
  display: grid;
  width: 100%;
  height: calc(100% - 50px);
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
.header--menu .menu--grid .grid__item {
  display: flex;
  padding: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-right: 1px solid #0096a9;
  border-bottom: 1px solid #0096a9;
  color: #333333;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.6s ease;
}
.header--menu .menu--grid .grid__item h4 {
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 3rem;
}
.header--menu .menu--grid .grid__item:hover {
  color: #0096a9;
}
@media (min-width: 768px) {
  .header--menu .menu--grid {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .header--menu .menu--grid {
    width: 50%;
  }
}
.header--menu .nav-item .nav-link {
  position: relative;
  font-weight: normal;
  font-size: 4rem;
  line-height: 4rem;
  color: black;
  transition: all 0.6s ease-out;
}
.header--menu .nav-item .nav-link:hover {
  color: #0096a9;
  letter-spacing: 1px;
}
.header--menu .nav-item .nav-link.dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  content: "\f282";
  font-size: 1rem;
  transition: all 0.6s ease-out;
}
.header--menu .nav-item .nav-link.dropdown-toggle.show:after {
  transform: translateY(-50%) rotate(-90deg);
}
.header--menu .nav-item > .dropdown-menu {
  display: block;
  height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
}
.header--menu .nav-item > .dropdown-menu.show {
  height: auto;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: scale(1);
}
.header--menu .nav-item > .dropdown-menu .dropdown-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header--menu .nav-item > .dropdown-menu .dropdown-item {
  padding: 0;
}
.header--menu .nav-item > .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.header--menu .nav-item > .dropdown-menu .dropdown-link {
  position: relative;
  display: block;
  padding: 0.5rem 0;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: white;
  text-decoration: none;
  transition: all 0.6s ease-out;
}
.header--menu .nav-item > .dropdown-menu .dropdown-link:hover {
  transform: translateX(10px);
}
.header--menu .agent--info {
  display: block;
}
.header--menu .agent--info span {
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.75rem;
  color: #333333;
}
.header--menu .change--language {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header--menu .change--language a {
  position: relative;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #333333;
  background-color: white;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.header--menu .change--language a:hover {
  color: white;
  background-color: #0096a9;
}
.header--menu .change--language a.active {
  color: white;
  background-color: #0096a9;
}
.header--menu .change--language a.active:hover {
  color: white;
  background-color: #0096a9;
}
.header--menu .hamburger {
  position: relative;
  /*top: 15px;
  right: 15px;*/
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 26px;
  z-index: 2;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.6s;
  z-index: 99;
}
.header--menu .hamburger:focus {
  outline: none;
}
.header--menu .hamburger span {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #333333;
}
.header--menu .hamburger span:before, .header--menu .hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
  content: "";
}
.header--menu .hamburger span:before {
  top: -10px;
}
.header--menu .hamburger span:after {
  bottom: -10px;
}
.header--menu .hamburger--close {
  width: 30px;
}
.header--menu .hamburger--close span {
  background: none;
}
.header--menu .hamburger--close span:before, .header--menu .hamburger--close span:after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.header--menu .hamburger--close span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header--menu .hamburger--close span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header--menu .hambuger--close {
  color: #333333;
  transform: translateX(-50px);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.header--menu .memu--left {
  display: flex;
  align-items: center;
}
.header--menu .memu--left .change--language {
  margin-right: 15px;
}

.footer--wrapper {
  position: relative;
  margin: 1rem 0;
}
.footer--wrapper__address {
  margin: 0.5rem 0;
}
.footer--wrapper__address .title {
  color: #0096a9;
}
.footer--wrapper__address .address {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.footer--wrapper__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0.5rem 0;
}
.footer--wrapper__social span {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.footer--wrapper__social a {
  display: flex;
  align-items: center;
  padding: 5px;
  margin: 0 5px;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.375rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer--wrapper__social a img {
  width: 28px;
  height: auto;
}
.footer--wrapper__social a:hover {
  transform: translateY(-3px);
}
.footer--wrapper__nav {
  margin: 0.5rem 0;
}
.footer--wrapper__nav .title {
  color: #0096a9;
}
.footer--wrapper__nav a {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 0.25rem;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.375rem;
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer--wrapper__nav a:hover {
  color: #0096a9;
}
@media (max-width: 767.98px) {
  .footer--wrapper__nav .group-link {
    display: flex;
  }
  .footer--wrapper__nav .group-link .nav--item {
    margin-right: 30px;
  }
  .footer--wrapper__nav .group-link .nav--item:last-child {
    margin-right: 0;
  }
}
.footer--wrapper__contact {
  margin: 0.5rem 0;
}
.footer--wrapper__contact .title {
  color: #0096a9;
}
.footer--wrapper__contact .contact-call {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0.5rem 0;
}
.footer--wrapper__contact .contact-work {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0.5rem 0;
}
.footer--wrapper__contact .call__icon {
  display: block;
  width: 40px;
  height: auto;
  margin-right: 1rem;
  margin-top: 5px;
  flex: 0 0 40px;
}
.footer--wrapper__contact .call__icon img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .footer--wrapper__contact .call__icon {
    width: 55px;
  }
}
.footer--wrapper__contact .call__text {
  display: block;
}
.footer--wrapper__contact .call__text span {
  display: block;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-right: 10px;
  color: #0096a9;
}
.footer--wrapper__contact .call__text a {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.2rem;
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer--wrapper__contact .call__text a:hover {
  color: #0096a9;
}
.footer--wrapper__contact .call__text p {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.375rem;
  color: #333333;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .footer--wrapper__contact {
    margin-top: 0;
  }
}

.consent--banner {
  position: fixed;
  bottom: 3rem;
  right: 0;
  left: 3rem;
  z-index: 1061;
  background-color: #fff;
  width: 50%;
  min-height: 0;
  padding: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.consent--banner .consent--dialog {
  position: relative;
}
.consent--banner .consent--dialog.hidden .consent--container {
  display: none;
}
@media (max-width: 767.98px) {
  .consent--banner .consent--dialog.hidden .btn--container {
    top: auto;
    transform: translateY(0);
    bottom: 20px;
    left: 20px;
  }
}
.consent--banner .consent--container {
  width: auto;
  height: auto;
  padding: 1.5rem 3rem;
}
.consent--banner .consent--container__content {
  margin-bottom: 1rem;
}
.consent--banner .consent--container__title {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.625rem;
}
.consent--banner .consent--container__description {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.625rem;
}
.consent--banner .consent--container__description a {
  color: #333333;
  text-decoration-thickness: 1px;
  transition: all 0.4s ease-in-out;
}
.consent--banner .consent--container__description a:hover {
  color: #0096a9;
}
.consent--banner .consent--container__actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.consent--banner .consent--container__actions .btn--primary {
  justify-content: center;
  margin: 0;
  margin-right: 1rem;
}
.consent--banner .consent--container__actions .btn--setting {
  background-color: #fff;
  border: none;
  color: #333333;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  box-shadow: none;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.625rem;
  justify-content: center;
}
.consent--banner .consent--container__actions .btn--setting:hover {
  opacity: 0.7;
}
.consent--banner .consent--container__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.consent--banner .consent--container__close .btn--close {
  min-width: 1px;
  height: auto;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.consent--banner .consent--container__close:hover {
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  .consent--banner .consent--container {
    padding: 2rem 3rem;
  }
  .consent--banner .consent--container__actions {
    flex-direction: column;
  }
}
.consent--banner .btn--container {
  position: absolute;
  z-index: 1;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.4s ease-in-out;
}
.consent--banner .btn--container .cookies__btn {
  display: block;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  cursor: pointer;
  padding: 0;
  margin-bottom: 0;
  border: 0;
  background-color: white;
}
@media (max-width: 1199.98px) {
  .consent--banner {
    width: 75%;
  }
}
@media (max-width: 767.98px) {
  .consent--banner {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .consent--banner .btn--container {
    left: -100%;
  }
}

.consent--modal {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transform: scale(1.2);
  opacity: 0;
  z-index: -1;
}
.consent--modal.show {
  position: fixed;
  top: 0;
  left: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: scale(1);
  opacity: 1;
  z-index: 2146;
  transition: z-index 0s 0s ease-in-out, opacity 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out;
}
.consent--modal .modal--wrapper {
  position: relative;
  max-width: 600px;
  width: 95%;
  height: auto;
  padding: 0;
  margin: auto;
  background-color: white;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.consent--modal .modal--wrapper__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.25);
}
.consent--modal .modal--wrapper__header .logo {
  width: 100px;
}
.consent--modal .modal--wrapper__header .btn--close {
  min-width: 1px;
  height: auto;
  padding: 0;
  margin: 0;
  width: auto;
}
.consent--modal .modal--wrapper__body {
  display: block;
  width: 100%;
  height: 450px;
  padding: 10px 20px 20px 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.25);
  overflow-y: scroll;
}
.consent--modal .modal--wrapper__body .btn--primary {
  justify-content: center;
}
.consent--modal .modal--wrapper__body::-webkit-scrollbar-track {
  background-color: rgba(170, 170, 170, 0.5);
}
.consent--modal .modal--wrapper__body::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(170, 170, 170, 0.5);
}
.consent--modal .modal--wrapper__body::-webkit-scrollbar-thumb {
  background-color: #0096a9;
}
.consent--modal .modal--wrapper__footer {
  padding: 20px;
  text-align: right;
}
.consent--modal .modal--wrapper__footer .btn--primary {
  justify-content: center;
}
.consent--modal .privacy--description {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.consent--modal .privacy--description .privacy--link {
  color: #0096a9;
  text-decoration-thickness: 1px;
}
.consent--modal .privacy--description .privacy--link:hover {
  opacity: 0.7;
}
.consent--modal .privacy--group {
  display: block;
  margin-top: 20px;
  overflow: hidden;
}
.consent--modal .privacy--group .accordion {
  position: relative;
  width: 100%;
  background-color: whitesmoke;
  border: none;
  outline: none;
  text-align: left;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.375rem;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
.consent--modal .privacy--group .accordion__head {
  display: block;
  padding: 15px 130px 15px 5px;
}
.consent--modal .privacy--group .accordion__head:before {
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  content: "\f4fe";
  font-size: 1.375rem;
  line-height: 1.375rem;
  float: left;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.consent--modal .privacy--group .accordion__head.is-open {
  margin-bottom: 10px;
}
.consent--modal .privacy--group .accordion__head.is-open:before {
  content: "\f2ea";
}
.consent--modal .privacy--group .accordion__always {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #0096a9;
}
.consent--modal .privacy--group .accordion__switch {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
}
.consent--modal .privacy--group .accordion__switch input.switch {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 40px !important;
  height: 20px;
  margin: 0;
  border-radius: 30px;
  cursor: pointer;
  background: #ccc;
  transition: box-shadow 0.3s ease-in-out, padding 0.25s ease-in-out;
  transition-delay: 0.1s, 0s;
}
.consent--modal .privacy--group .accordion__switch input.switch:focus {
  border: 0;
  outline: 0;
}
.consent--modal .privacy--group .accordion__switch input.switch:checked {
  transition-delay: 0s, 0s;
  box-shadow: inset 0 0 0 2.62857em #0096a9 !important;
  padding-left: 20px;
}
.consent--modal .privacy--group .accordion__switch input.switch:before {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 3px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.1s ease 0.1s;
}
.consent--modal .privacy--group .accordion__switch input.switch:before, .consent--modal .privacy--group .accordion__switch input.switch:after {
  content: "";
  display: block;
}
.consent--modal .privacy--group .accordion__switch input.switch:active:before {
  transition: all 0.1s ease 0.05s;
}
.consent--modal .privacy--group .accordion-content {
  background-color: white;
  padding: 0 20px;
  max-height: 0;
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 1.375rem;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.card--section {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card--section .card--wrapper {
  width: 100%;
  height: auto;
  padding: 15px;
  /*&__quater {
      width: 100%;
      height: auto;
      padding: 15px;

      .card--application {
          position: relative;
          overflow: hidden;
          width: 100%;
          height: auto;
          width: 100%;
          height: 210px;
          margin: 0 0 10px 0;

          .card {
              .card__link {
                  position: relative;
                  width: 100%;
                  height: 100%;
                  display: flex;
                  justify-content: center;
                  align-items: flex-end;
                  overflow: hidden;

                  &:hover {
                      cursor: url(../../../../../Images/icons/arrow.png) 0 0, auto;
                  }
              }

              .card__background {
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  right: 0;
                  top: 0;
                  width: 100%;
                  height: 100%;
                  transform-origin: center;
                  transform: scale(1);
                  transition: transform 0.4s linear;

                  img {
                      width: 100%;
                      height: 100%;
                      object-fit: cover;
                  }
              }

              .card__content {
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  width: 100%;
                  height: auto;
                  padding: 5px 15px;
                  text-align: center;

                  &--flex {
                      position: absolute;
                      bottom: 0;
                      left: 0;
                      width: 100%;
                      height: 100%;
                      padding: 5px 15px;
                      text-align: center;
                      display: flex;
                      justify-content: center;
                      align-items: center;
                      grid-gap: 1rem;

                      .card__icon {
                          margin-bottom: 0;
                          font-size: 3.5rem;
                          line-height: 3.5rem;
                          color: white;
                      }
                  }
              }

              .card__category {
                  font-size: 1.375rem;
                  line-height: 1.375rem;
                  color: $lightgray;
              }

              .card__heading {
                  font-size: 2.1875rem;
                  line-height: 2.1875rem;
                  color: white;
              }
          }

          .card {
              position: absolute;
              background-color: $blue;

              &:nth-child(1) {
                  top: 0;
                  left: 0;
                  width: 50%;
                  height: 100%;
              }

              &:nth-child(2) {
                  top: 0;
                  right: 0;
                  width: calc(50% - 10px);
                  height: 100px;
              }

              &:nth-child(3) {
                  bottom: 0;
                  right: 0;
                  width: calc(50% - 10px);
                  height: 100px;
              }
          }

          @include media-breakpoint-up(sm) {
              width: 100%;
              height: 395px;
              margin: 0 0 10px 0;

              .card {
                  position: absolute;
                  margin-bottom: 0;

                  &:nth-child(1) {
                      top: 0;
                      left: 0;
                      width: 60%;
                      height: 100%;
                  }


                  &:nth-child(2) {
                      top: 0;
                      right: 0;
                      width: calc(40% - 10px);
                      height: 50%;
                  }

                  &:nth-child(3) {
                      bottom: 0;
                      right: 0;
                      width: calc(40% - 10px);
                      height: calc(50% - 10px);
                  }
              }
          }

          @include media-breakpoint-up(xl) {
              width: 540px;
              height: 315px;
              margin: 0 0 10px 0;

              .card {
                  position: absolute;
                  margin-bottom: 0;

                  &:nth-child(1) {
                      width: 315px;
                      height: 265px;
                  }


                  &:nth-child(2) {
                      width: 215px;
                      height: 165px;
                  }

                  &:nth-child(3) {
                      width: 215px;
                      height: 140px;
                  }
              }
          }

          @media (min-width: 1400px) {
              width: 540px;
              height: 315px;
              margin: 0 0 10px 0;

              .card {
                  position: absolute;
                  margin-bottom: 0;

                  &:nth-child(1) {
                      width: 315px;
                      height: 315px;
                  }


                  &:nth-child(2) {
                      width: 215px;
                      height: 165px;
                  }

                  &:nth-child(3) {
                      width: 215px;
                      height: 140px;
                  }
              }
          }
      }

      .card--contact {
          position: relative;
          display: block;
          width: 100%;
          height: auto;
          padding: 20px 15px;
          background-color: rgba(255, 255, 255, 0.85);
          overflow: hidden;

          .form-group {
              margin-bottom: 15px;
          }
      }

      @include media-breakpoint-up(xl) {
          width: 540px;
          height: auto;
          padding: 0;
      }
  }

  &__half {
      width: 100%;
      height: auto;
      padding: 15px;

      .card--application {
          position: relative;
          overflow: hidden;
          width: 100%;
          height: auto;
          width: 100%;
          height: 175px;
          margin: 0 0 10px 0;

          .card {
              .card__link {
                  position: relative;
                  width: 100%;
                  height: 100%;
                  display: flex;
                  justify-content: center;
                  align-items: flex-end;
                  overflow: hidden;

                  &:hover {
                      cursor: url(../../../../../Images/icons/arrow.png) 0 0, auto;
                  }
              }

              .card__background {
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  right: 0;
                  top: 0;
                  width: 100%;
                  height: 100%;
                  transform-origin: center;
                  transform: scale(1);
                  transition: transform 0.4s linear;

                  img {
                      width: 100%;
                      height: 100%;
                      object-fit: cover;
                  }
              }

              .card__content {
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  width: 100%;
                  height: auto;
                  padding: 5px 15px;
                  text-align: center;

                  &--flex {
                      position: absolute;
                      bottom: 0;
                      left: 0;
                      width: 100%;
                      height: 100%;
                      padding: 5px 15px;
                      text-align: center;
                      display: flex;
                      justify-content: center;
                      align-items: center;
                      grid-gap: 1rem;

                      .card__icon {
                          margin-bottom: 0;
                          font-size: 3.5rem;
                          line-height: 3.5rem;
                          color: white;
                      }
                  }
              }

              .card__category {
                  font-size: 1.375rem;
                  line-height: 1.375rem;
                  color: $lightgray;
              }

              .card__heading {
                  font-size: 2.1875rem;
                  line-height: 2.1875rem;
                  color: white;
              }
          }

          .card {
              position: absolute;
              background-color: $blue;

              &:nth-child(1) {
                  top: 0;
                  left: 0;
                  width: 60%;
                  height: 100%;
              }


              &:nth-child(2) {
                  top: 0;
                  right: 0;
                  width: calc(40% - 10px);
                  height: 100%;
              }
          }

          @include media-breakpoint-up(sm) {
              width: 100%;
              height: 275px;
              margin: 0 0 10px 0;

              .card {
                  position: absolute;
                  margin-bottom: 0;

                  &:nth-child(1) {
                      top: 0;
                      left: 0;
                      width: 60%;
                      height: 100%;
                  }


                  &:nth-child(2) {
                      top: 0;
                      right: 0;
                      width: calc(40% - 10px);
                      height: 100%;
                  }
              }
          }

          @include media-breakpoint-up(md) {
              width: 100%;
              height: 375px;
              margin: 0 0 10px 0;

              .card {
                  position: absolute;
                  margin-bottom: 0;

                  &:nth-child(1) {
                      top: 0;
                      left: 0;
                      width: 60%;
                      height: 100%;
                  }


                  &:nth-child(2) {
                      top: 0;
                      right: 0;
                      width: calc(40% - 10px);
                      height: 100%;
                  }
              }
          }

          @media (min-width: 1400px) {
              width: 540px;
              height: 315px;
              margin: 0 0 10px 0;

              .card {
                  position: absolute;
                  margin-bottom: 0;

                  &:nth-child(1) {
                      top: 0;
                      left: 0;
                      width: 60%;
                      height: 100%;
                  }


                  &:nth-child(2) {
                      top: 0;
                      right: 0;
                      width: calc(40% - 10px);
                      height: 100%;
                  }
              }
          }
      }

      .card--contact {
          position: relative;
          display: block;
          width: 100%;
          height: auto;
          padding: 20px 15px;
          background-color: rgba(255, 255, 255, 0.85);
          overflow: hidden;

          .form-group {
              margin-bottom: 15px;
          }
      }

      @include media-breakpoint-up(xl) {
          width: 540px;
          height: auto;
          padding: 0;
      }
  }

  &__full {
      width: 100%;
      height: auto;
      padding: 15px;

      .card--application {
          position: relative;
          overflow: hidden;
          width: 100%;
          height: 275px;
          margin: 0 0 10px 0;

          .card {
              .card__link {
                  position: relative;
                  width: 100%;
                  height: 100%;
                  display: flex;
                  justify-content: center;
                  align-items: flex-end;
                  overflow: hidden;

                  &:hover {
                      cursor: url(../../../../../Images/icons/arrow.png) 0 0, auto;
                  }
              }

              .card__background {
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  right: 0;
                  top: 0;
                  width: 100%;
                  height: 100%;
                  transform-origin: center;
                  transform: scale(1);
                  transition: transform 0.4s linear;

                  img {
                      width: 100%;
                      height: 100%;
                      object-fit: cover;
                  }
              }

              .card__content {
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  width: 100%;
                  height: auto;
                  padding: 5px 15px;
                  text-align: center;

                  &--flex {
                      position: absolute;
                      bottom: 0;
                      left: 0;
                      width: 100%;
                      height: 100%;
                      padding: 5px 15px;
                      text-align: center;
                      display: flex;
                      justify-content: center;
                      align-items: center;
                      grid-gap: 1rem;

                      .card__icon {
                          margin-bottom: 0;
                          font-size: 3.5rem;
                          line-height: 3.5rem;
                          color: white;
                      }
                  }
              }

              .card__category {
                  font-size: 1.375rem;
                  line-height: 1.375rem;
                  color: $lightgray;
              }

              .card__heading {
                  font-size: 2.1875rem;
                  line-height: 2.1875rem;
                  color: white;
              }
          }

          .card {
              position: absolute;
              background-color: $blue;

              &:nth-child(1) {
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
              }
          }

          @include media-breakpoint-up(sm) {
              width: 100%;
              height: 375px;
              margin: 0 0 10px 0;

              .card {
                  position: absolute;
                  margin-bottom: 0;

                  &:nth-child(1) {
                      top: 0;
                      left: 0;
                      width: 100%;
                      height: 100%;
                  }
              }
          }

          @media (min-width: 1400px) {
              width: 100%;
              height: 375px;
              margin: 0 0 10px 0;

              .card {
                  position: absolute;
                  margin-bottom: 0;

                  &:nth-child(1) {
                      top: 0;
                      left: 0;
                      width: 100%;
                      height: 100%;
                  }
              }
          }
      }

      .card--contact {
          position: relative;
          display: block;
          width: 100%;
          height: auto;
          padding: 20px 15px;
          background-color: rgba(255, 255, 255, 0.85);
          overflow: hidden;

          .form-group {
              margin-bottom: 15px;
          }
      }

      @include media-breakpoint-up(xl) {
          width: 540px;
          height: auto;
          padding: 0;
      }
  }*/
}
.card--section .card--wrapper .card--application {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  width: 100%;
  height: 450px;
  margin: 0 0 10px 0;
}
.card--section .card--wrapper .card--application .card {
  background-position: center;
  background-size: cover;
}
.card--section .card--wrapper .card--application .card .card__link {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  /* &:hover {
      cursor: url(../../../../../Images/icons/arrow.png) 0 0, auto;
  }*/
  /*&:has(.card__background) {
      .card__content {
          height: auto;
      }
  }*/
}
.card--section .card--wrapper .card--application .card .card__background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  /*background-color: rgba(0, 84, 108, 0.9);*/
  background-color: rgba(0, 150, 169, 0.9);
  overflow: hidden;
  transform-origin: center;
  transform: scale(1);
  transition: transform 0.4s linear;
}
.card--section .card--wrapper .card--application .card .card__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card--section .card--wrapper .card--application .card .card__content {
  padding: 5px 15px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.card--section .card--wrapper .card--application .card .card__content .body {
  position: relative;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card--section .card--wrapper .card--application .card .card__content .body .icn-link {
  cursor: pointer;
  position: relative;
  top: -10px;
  color: #fff;
}
.card--section .card--wrapper .card--application .card .card__content .body .icn-link i {
  font-size: 0.9rem;
  line-height: 1rem;
}
.card--section .card--wrapper .card--application .card .card__content .footer {
  text-align: center;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 10px;
}
.card--section .card--wrapper .card--application .card .card__content .footer .btn-link {
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 15px;
  font-size: 1.55rem;
  line-height: 1.55rem;
  font-weight: bold;
  color: white;
  min-width: 6rem;
}
.card--section .card--wrapper .card--application .card .card__content .footer .btn-link em {
  font-size: 0.9rem;
  line-height: 0;
  position: relative;
  top: 1px;
  margin-left: 10px;
}
.card--section .card--wrapper .card--application .card .card__content .footer .btn-link:hover {
  text-decoration: none;
  background-color: white;
  color: #0096a9;
}
@media (min-width: 1200px) {
  .card--section .card--wrapper .card--application .card .card__content .footer .btn-link {
    height: 40px;
  }
}
.card--section .card--wrapper .card--application .card .card__content--flex {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 1rem;
}
.card--section .card--wrapper .card--application .card .card__content--flex .card__icon {
  margin-bottom: 0;
  font-size: 3.5rem;
  line-height: 3.5rem;
  color: white;
}
@media (max-width: 560px) {
  .card--section .card--wrapper .card--application .card .card__content--flex .card__icon img {
    width: 20%;
  }
}
.card--section .card--wrapper .card--application .card .card__content .card__icon {
  margin-bottom: 0.5rem;
}
.card--section .card--wrapper .card--application .card .card__content .card__icon img {
  width: 20%;
}
.card--section .card--wrapper .card--application .card .card__category {
  font-size: 1.375rem;
  line-height: 1.375rem;
  color: white;
}
.card--section .card--wrapper .card--application .card .card__heading {
  font-size: 2.1875rem;
  line-height: 2.1875rem;
  color: white;
}
.card--section .card--wrapper .card--application .card {
  position: absolute;
}
.card--section .card--wrapper .card--application .card:nth-child(1) {
  top: 0;
  left: 0;
  width: 50%;
  height: 220px;
}
.card--section .card--wrapper .card--application .card:nth-child(2) {
  top: 0;
  right: 0;
  width: calc(50% - 10px);
  /*height: 140px;*/
  height: 220px;
}
.card--section .card--wrapper .card--application .card:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 50%;
  /*height: 140px;*/
  height: 220px;
}
.card--section .card--wrapper .card--application .card:nth-child(4) {
  right: 0;
  bottom: 0;
  width: calc(50% - 10px);
  /*height: 170px;*/
  height: 220px;
}
@media (min-width: 576px) {
  .card--section .card--wrapper .card--application {
    width: 100%;
    height: 650px;
    margin: 0 0 10px 0;
  }
  .card--section .card--wrapper .card--application .card {
    position: absolute;
    margin-bottom: 0;
  }
  .card--section .card--wrapper .card--application .card:nth-child(1) {
    top: 0;
    left: 0;
    width: 60%;
    height: 395px;
  }
  .card--section .card--wrapper .card--application .card:nth-child(2) {
    top: 0;
    right: 0;
    width: calc(40% - 10px);
    height: 245px;
  }
  .card--section .card--wrapper .card--application .card:nth-child(3) {
    bottom: 0;
    left: 0;
    width: 60%;
    height: 245px;
  }
  .card--section .card--wrapper .card--application .card:nth-child(4) {
    right: 0;
    bottom: 0;
    width: calc(40% - 10px);
    height: 395px;
  }
}
@media (min-width: 1200px) {
  .card--section .card--wrapper .card--application {
    width: 540px;
    height: 440px;
    margin: 0 0 10px 0;
  }
  .card--section .card--wrapper .card--application .card {
    position: absolute;
    margin-bottom: 0;
  }
  .card--section .card--wrapper .card--application .card:nth-child(1) {
    width: 315px;
    height: 265px;
  }
  .card--section .card--wrapper .card--application .card:nth-child(2) {
    width: 215px;
    height: 190px;
  }
  .card--section .card--wrapper .card--application .card:nth-child(3) {
    width: 315px;
    height: 165px;
  }
  .card--section .card--wrapper .card--application .card:nth-child(4) {
    width: 215px;
    height: 240px;
  }
}
@media (min-width: 1400px) {
  .card--section .card--wrapper .card--application {
    width: 540px;
    height: 440px;
    margin: 0 0 10px 0;
  }
  .card--section .card--wrapper .card--application .card {
    position: absolute;
    margin-bottom: 0;
  }
  .card--section .card--wrapper .card--application .card:nth-child(1) {
    width: 315px;
    height: 265px;
  }
  .card--section .card--wrapper .card--application .card:nth-child(2) {
    width: 215px;
    height: 180px;
  }
  .card--section .card--wrapper .card--application .card:nth-child(3) {
    width: 315px;
    height: 165px;
  }
  .card--section .card--wrapper .card--application .card:nth-child(4) {
    width: 215px;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .card--section .card--wrapper .card--application {
    height: auto;
  }
  .card--section .card--wrapper .card--application .card {
    position: relative;
    margin-bottom: 20px;
  }
  .card--section .card--wrapper .card--application .card:nth-child(1) {
    width: 100%;
    height: 220px;
  }
  .card--section .card--wrapper .card--application .card:nth-child(2) {
    width: 100%;
    /*height: 140px;*/
    height: 220px;
  }
  .card--section .card--wrapper .card--application .card:nth-child(3) {
    width: 100%;
    /*height: 140px;*/
    height: 220px;
  }
  .card--section .card--wrapper .card--application .card:nth-child(4) {
    width: 100%;
    /*height: 170px;*/
    height: 220px;
  }
  .card--section .card--wrapper .card--application .card .card__content .footer {
    right: 0;
    left: 0;
    padding: 0 20px;
    /*.btn-link{
        color: $blue;
        background-color: white;
    }*/
  }
}
.card--section .card--wrapper .card--application__quater {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 210px;
  margin: 0 0 10px 0;
}
.card--section .card--wrapper .card--application__quater .card {
  background-position: center;
  background-size: cover;
}
.card--section .card--wrapper .card--application__quater .card .card__link {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  /*&:hover {
      cursor: url(../../../../../Images/icons/arrow.png) 0 0, auto;
  }

  &:has(.card__background) {
      .card__content {
          height: auto;
      }
  }*/
}
.card--section .card--wrapper .card--application__quater .card .card__background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(0, 150, 169, 0.9);
  overflow: hidden;
}
.card--section .card--wrapper .card--application__quater .card .card__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card--section .card--wrapper .card--application__quater .card .card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.card--section .card--wrapper .card--application__quater .card .card__content .body {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card--section .card--wrapper .card--application__quater .card .card__content .body .icn-link {
  cursor: pointer;
  position: relative;
  top: -10px;
  color: #fff;
}
.card--section .card--wrapper .card--application__quater .card .card__content .body .icn-link i {
  font-size: 0.9rem;
  line-height: 1rem;
}
.card--section .card--wrapper .card--application__quater .card .card__content .footer {
  text-align: center;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 10px;
}
.card--section .card--wrapper .card--application__quater .card .card__content .footer .btn-link {
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 15px;
  font-size: 1.55rem;
  line-height: 1.55rem;
  font-weight: bold;
  color: white;
  min-width: 6rem;
}
.card--section .card--wrapper .card--application__quater .card .card__content .footer .btn-link em {
  font-size: 0.9rem;
  line-height: 0;
  position: relative;
  top: 1px;
  margin-left: 10px;
}
.card--section .card--wrapper .card--application__quater .card .card__content .footer .btn-link:hover {
  text-decoration: none;
  background-color: white;
  color: #0096a9;
}
@media (min-width: 1200px) {
  .card--section .card--wrapper .card--application__quater .card .card__content .footer .btn-link {
    height: 40px;
  }
}
.card--section .card--wrapper .card--application__quater .card .card__content--flex {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 1rem;
}
.card--section .card--wrapper .card--application__quater .card .card__content--flex .card__icon {
  margin-bottom: 0;
  font-size: 3.5rem;
  line-height: 3.5rem;
  color: white;
}
@media (max-width: 560px) {
  .card--section .card--wrapper .card--application__quater .card .card__content--flex .card__icon img {
    width: 20%;
  }
}
.card--section .card--wrapper .card--application__quater .card .card__content .card__icon img {
  width: 20%;
}
.card--section .card--wrapper .card--application__quater .card .card__category {
  font-size: 1.375rem;
  line-height: 1.375rem;
  color: white;
}
.card--section .card--wrapper .card--application__quater .card .card__heading {
  font-size: 2.1875rem;
  line-height: 2.1875rem;
  color: white;
}
.card--section .card--wrapper .card--application__quater .card {
  position: absolute;
  /*background-color: $blue;*/
}
.card--section .card--wrapper .card--application__quater .card:nth-child(1) {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.card--section .card--wrapper .card--application__quater .card:nth-child(2) {
  top: 0;
  right: 0;
  width: calc(50% - 10px);
  height: 100px;
}
.card--section .card--wrapper .card--application__quater .card:nth-child(3) {
  bottom: 0;
  right: 0;
  width: calc(50% - 10px);
  height: 100px;
}
@media (min-width: 576px) {
  .card--section .card--wrapper .card--application__quater {
    width: 100%;
    height: 395px;
    margin: 0 0 10px 0;
  }
  .card--section .card--wrapper .card--application__quater .card {
    position: absolute;
    margin-bottom: 0;
  }
  .card--section .card--wrapper .card--application__quater .card:nth-child(1) {
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
  }
  .card--section .card--wrapper .card--application__quater .card:nth-child(2) {
    top: 0;
    right: 0;
    width: calc(40% - 10px);
    height: 50%;
  }
  .card--section .card--wrapper .card--application__quater .card:nth-child(3) {
    bottom: 0;
    right: 0;
    width: calc(40% - 10px);
    height: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .card--section .card--wrapper .card--application__quater {
    width: 540px;
    height: 315px;
    margin: 0 0 10px 0;
  }
  .card--section .card--wrapper .card--application__quater .card {
    position: absolute;
    margin-bottom: 0;
  }
  .card--section .card--wrapper .card--application__quater .card:nth-child(1) {
    width: 315px;
    height: 265px;
  }
  .card--section .card--wrapper .card--application__quater .card:nth-child(2) {
    width: 215px;
    height: 165px;
  }
  .card--section .card--wrapper .card--application__quater .card:nth-child(3) {
    width: 215px;
    height: 140px;
  }
}
@media (min-width: 1400px) {
  .card--section .card--wrapper .card--application__quater {
    width: 540px;
    height: 315px;
    margin: 0 0 10px 0;
  }
  .card--section .card--wrapper .card--application__quater .card {
    position: absolute;
    margin-bottom: 0;
  }
  .card--section .card--wrapper .card--application__quater .card:nth-child(1) {
    width: 315px;
    height: 315px;
  }
  .card--section .card--wrapper .card--application__quater .card:nth-child(2) {
    width: 215px;
    height: 165px;
  }
  .card--section .card--wrapper .card--application__quater .card:nth-child(3) {
    width: 215px;
    height: 140px;
  }
}
@media (max-width: 390px) {
  .card--section .card--wrapper .card--application__quater {
    height: auto;
  }
  .card--section .card--wrapper .card--application__quater .card {
    position: relative;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px;
  }
  .card--section .card--wrapper .card--application__quater .card .card__link {
    position: relative;
    min-height: 220px;
  }
  .card--section .card--wrapper .card--application__quater .card .card__link .card__background {
    position: relative;
  }
}
.card--section .card--wrapper .card--application__half {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  /*width: 100%;
  height: 175px;*/
  margin: 0 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.card--section .card--wrapper .card--application__half .card {
  background-position: center;
  background-size: cover;
}
.card--section .card--wrapper .card--application__half .card .card__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
.card--section .card--wrapper .card--application__half .card .card__background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(0, 150, 169, 0.9);
  transform-origin: center;
  transform: scale(1);
  transition: transform 0.4s linear;
  overflow: hidden;
}
.card--section .card--wrapper .card--application__half .card .card__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card--section .card--wrapper .card--application__half .card .card__content {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 260px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.card--section .card--wrapper .card--application__half .card .card__content .body {
  text-align: center;
}
.card--section .card--wrapper .card--application__half .card .card__content .body .icn-link {
  position: absolute;
  top: 0px;
  right: 10px;
  color: white;
}
.card--section .card--wrapper .card--application__half .card .card__content .body .icn-link i {
  font-size: 0.9rem;
  line-height: 1rem;
}
.card--section .card--wrapper .card--application__half .card .card__content .footer {
  width: 100%;
  height: auto;
  padding: 15px 0 0 0;
  margin: 0;
  margin-top: auto;
  text-align: center;
}
.card--section .card--wrapper .card--application__half .card .card__content .footer .btn-link {
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 15px;
  font-size: 1.55rem;
  line-height: 1.55rem;
  font-weight: bold;
  color: white;
  min-width: 6rem;
  /*@include media-breakpoint-up(xl) {
      height: 40px;
  }*/
}
.card--section .card--wrapper .card--application__half .card .card__content .footer .btn-link em {
  font-size: 0.9rem;
  line-height: 0;
  position: relative;
  top: 1px;
  margin-left: 10px;
}
.card--section .card--wrapper .card--application__half .card .card__content .footer .btn-link:hover {
  text-decoration: none;
  background-color: white;
  color: #0096a9;
}
.card--section .card--wrapper .card--application__half .card .card__content .card__icon img {
  width: 20%;
}
.card--section .card--wrapper .card--application__half .card .card__category {
  font-size: 1.375rem;
  line-height: 1.375rem;
  color: white;
}
.card--section .card--wrapper .card--application__half .card .card__heading {
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: white;
}
@media (min-width: 576px) {
  .card--section .card--wrapper .card--application__half .card .card__heading {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
  }
}
.card--section .card--wrapper .card--application__half .card:nth-child(1) {
  flex: 5;
}
.card--section .card--wrapper .card--application__half .card:nth-child(1) .card__heading, .card--section .card--wrapper .card--application__half .card:nth-child(1) .card__category {
  color: #0096a9;
}
.card--section .card--wrapper .card--application__half .card:nth-child(1) .card__content .body .icn-link {
  color: #0096a9;
}
.card--section .card--wrapper .card--application__half .card:nth-child(1) .card__content .footer .btn-link {
  border-color: #0096a9;
  color: #0096a9;
}
.card--section .card--wrapper .card--application__half .card:nth-child(1) .card__content .footer .btn-link:hover {
  text-decoration: none;
  border-color: white;
  background-color: white;
  color: #0096a9;
}
.card--section .card--wrapper .card--application__half .card:nth-child(1) .card__content .card__icon img {
  width: 20%;
}
.card--section .card--wrapper .card--application__half .card:nth-child(2) {
  flex: 5;
}
.card--section .card--wrapper .card--application__half .card:nth-child(2) .card__content {
  border-radius: 15px;
  background-color: rgba(0, 150, 169, 0.32);
}
@media (min-width: 576px) {
  .card--section .card--wrapper .card--application__half .card:nth-child(1) {
    flex: 6;
  }
  .card--section .card--wrapper .card--application__half .card:nth-child(2) {
    flex: 4;
  }
  .card--section .card--wrapper .card--application__half .card .card__content {
    padding-bottom: 65px;
  }
  .card--section .card--wrapper .card--application__half .card .card__content .footer {
    position: absolute;
    bottom: 15px;
  }
}
.card--section .card--wrapper .card--application__full {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 275px;
  margin: 0 0 10px 0;
}
.card--section .card--wrapper .card--application__full .card .card__link {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  /*&:hover {
      cursor: url(../../../../../Images/icons/arrow.png) 0 0, auto;
  }*/
}
.card--section .card--wrapper .card--application__full .card .card__background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(0, 150, 169, 0.9);
  transform-origin: center;
  transform: scale(1);
  transition: transform 0.4s linear;
  overflow: hidden;
}
.card--section .card--wrapper .card--application__full .card .card__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card--section .card--wrapper .card--application__full .card .card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  text-align: center;
}
.card--section .card--wrapper .card--application__full .card .card__content .body {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card--section .card--wrapper .card--application__full .card .card__content .body .icn-link {
  cursor: pointer;
  position: relative;
  top: -10px;
  color: #fff;
}
.card--section .card--wrapper .card--application__full .card .card__content .body .icn-link i {
  font-size: 0.9rem;
  line-height: 1rem;
}
.card--section .card--wrapper .card--application__full .card .card__content .footer {
  text-align: center;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 10px;
}
.card--section .card--wrapper .card--application__full .card .card__content .footer .btn-link {
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 15px;
  font-size: 1.55rem;
  line-height: 1.55rem;
  font-weight: bold;
  color: white;
  min-width: 6rem;
}
.card--section .card--wrapper .card--application__full .card .card__content .footer .btn-link em {
  font-size: 0.9rem;
  line-height: 0;
  position: relative;
  top: 1px;
  margin-left: 10px;
}
.card--section .card--wrapper .card--application__full .card .card__content .footer .btn-link:hover {
  text-decoration: none;
  background-color: white;
  color: #0096a9;
}
@media (min-width: 1200px) {
  .card--section .card--wrapper .card--application__full .card .card__content .footer .btn-link {
    height: 40px;
  }
}
.card--section .card--wrapper .card--application__full .card .card__content--flex {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 1rem;
}
.card--section .card--wrapper .card--application__full .card .card__content--flex .card__icon {
  margin-bottom: 0;
  font-size: 3.5rem;
  line-height: 3.5rem;
  color: white;
}
.card--section .card--wrapper .card--application__full .card .card__category {
  font-size: 1.375rem;
  line-height: 1.375rem;
  color: white;
}
.card--section .card--wrapper .card--application__full .card .card__heading {
  font-size: 2.1875rem;
  line-height: 2.1875rem;
  color: white;
}
.card--section .card--wrapper .card--application__full .card {
  position: absolute;
  /*background-color: $blue;*/
}
.card--section .card--wrapper .card--application__full .card:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  .card--section .card--wrapper .card--application__full {
    width: 100%;
    height: 375px;
    margin: 0 0 10px 0;
  }
  .card--section .card--wrapper .card--application__full .card {
    position: absolute;
    margin-bottom: 0;
  }
  .card--section .card--wrapper .card--application__full .card:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .card--section .card--wrapper .card--application__full {
    width: 100%;
    height: 375px;
    margin: 0 0 10px 0;
  }
  .card--section .card--wrapper .card--application__full .card {
    position: absolute;
    margin-bottom: 0;
  }
  .card--section .card--wrapper .card--application__full .card:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.card--section .card--wrapper .card--contact {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 15px;
  background-color: rgba(0, 150, 169, 0.9);
  /*background-color: rgba(0, 84, 108, 0.9);*/
  overflow: hidden;
}
.card--section .card--wrapper .card--contact .form-group .form-control {
  border-radius: 10px;
}
.card--section .card--wrapper .card--contact .form-group .form-control:focus {
  border-color: #0096a9;
}
.card--section .card--wrapper .card--contact .form-group .form-control:not(:placeholder-shown) {
  border-color: #0096a9;
}
.card--section .card--wrapper .card--contact .btn--primary {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 15px;
}
.card--section .card--wrapper .card--contact .btn--primary:hover {
  background-color: white;
}
.card--section .card--wrapper .card--contact .btn--primary:hover .btn__text {
  color: #0096a9;
}
.card--section .card--wrapper .card--contact .btn--primary:hover .btn__icon {
  color: #0096a9;
}
.card--section .card--wrapper .card--contact .btn--search {
  justify-content: normal;
  padding-left: 0;
}
.card--section .card--wrapper .card--contact .btn--search .btn__text {
  font-size: 2.1875rem;
}
.card--section .card--wrapper .card--contact .btn--search .btn__icon {
  display: flex;
  position: relative;
  top: 2px;
}
@media (min-width: 1200px) {
  .card--section .card--wrapper {
    width: 540px;
    height: auto;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .card--section {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50%;
    justify-content: flex-start;
  }
  .card--section .card--contact {
    width: 100%;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.85);
  }
}

.verify--section {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.verify--section .verify__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.verify--section .verify__picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.verify--section .verify__form {
  display: block;
  padding: 15px;
  margin: 15px;
  background-color: white;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.verify--section .verify__form .btn {
  width: auto;
}

.product--container {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: -200px;
}
.product--container .holder {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: -50px 0 20px 0;
}
.product--container .holder a {
  display: none;
  margin: 0;
}
.product--container .holder .jp-previous,
.product--container .holder .jp-next {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0096a9;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.product--container .holder .jp-previous:before,
.product--container .holder .jp-next:before {
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  font-size: 1rem;
  color: #FFFFFF;
}
.product--container .holder .jp-previous.jp-disabled,
.product--container .holder .jp-next.jp-disabled {
  background-color: #F3F3F3;
}
.product--container .holder .jp-previous.jp-disabled:before,
.product--container .holder .jp-next.jp-disabled:before {
  color: #333333;
  cursor: default;
}
.product--container .holder .jp-previous:before {
  content: "\f284";
}
.product--container .holder .jp-next {
  margin-left: 10px;
}
.product--container .holder .jp-next:before {
  content: "\f285";
}
@media (max-width: 991.98px) {
  .product--container {
    margin-top: -290px;
  }
  .product--container .product--wrapper {
    padding: 2.75rem 2.125rem;
  }
}

.product--wrapper {
  display: block;
  padding: 3.75rem 3.125rem;
  background-color: white;
  /*.title {
      display: block;
      margin: 0 0 4rem 0;

      .headline {
          color: $blue;
      }
  }

  .content {
      display: block;

      .image--content {
          display: block;

          figure {
              position: relative;
              display: block;
              overflow: hidden;

              img {
                  transform: scale(1);
                  transition: all 0.4s ease-in-out;
              }

              &:hover {
                  img {
                      transform: scale(1.1);
                  }
              }
          }
      }
  }*/
}
.product--wrapper .banner-product {
  position: relative;
}
.product--wrapper .banner-product img {
  width: 100%;
}
.product--wrapper .banner-product .content-body {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  right: 230px;
}
.product--wrapper .banner-product .content-body .title {
  display: block;
}
.product--wrapper .banner-product .content-body .title .headline {
  font-size: 4rem;
  line-height: 4rem;
  color: white;
}
.product--wrapper .banner-product .content-body .link .btn {
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 15px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold;
  color: white;
  min-width: 6.5rem;
}
.product--wrapper .banner-product .content-body .link .btn:hover {
  background-color: white;
}
.product--wrapper .banner-product .content-body .link .btn:hover .btn__text {
  color: #0096a9;
}
.product--wrapper .banner-product .content-body .link .btn:hover .btn__icon {
  color: #0096a9;
}
@media (max-width: 991.98px) {
  .product--wrapper .banner-product .content-body {
    right: 156px;
  }
}
@media (max-width: 767.98px) {
  .product--wrapper .banner-product img {
    object-fit: cover;
    height: 250px;
    object-position: right;
  }
  .product--wrapper .banner-product .content-body {
    top: 20px;
    right: auto;
    left: 15px;
    transform: translateY(0);
  }
  .product--wrapper .banner-product .content-body .title .headline {
    font-size: 3rem;
    line-height: 3rem;
  }
  .product--wrapper .banner-product .content-body .link .btn {
    width: 125px;
    min-width: max-content;
  }
}
.product--wrapper .content-product {
  background-color: white;
  padding: 2rem 4rem 5rem;
}
.product--wrapper .content-product .product-highlight {
  margin-bottom: 3rem;
}
.product--wrapper .content-product .product-highlight .block-head {
  text-align: center;
  position: relative;
  padding-bottom: 2rem;
  overflow-x: hidden;
  /*-webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 0px 0px 0px rgba(0,0,0,0);
  box-shadow: 0px 10px 13px -7px #000000, 0px 0px 0px 0px rgba(0,0,0,0);*/
  box-shadow: 0px 15px 10px -15px #000000;
}
.product--wrapper .content-product .product-highlight .block-head .icon {
  margin-bottom: 1rem;
}
.product--wrapper .content-product .product-highlight .block-head .name {
  color: #0096a9;
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: bold;
}
.product--wrapper .content-product .product-highlight .block-body {
  font-weight: bold;
  padding: 2rem 1.5rem;
  margin: 0 2rem;
  background-color: #ececec;
}
.product--wrapper .content-product .product-highlight .block-body .text {
  color: #0096a9;
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  line-height: 1.75rem;
}
.product--wrapper .content-product .product-highlight .block-body ul {
  margin: 0;
  padding: 0 1.5rem;
}
.product--wrapper .content-product .product-highlight .block-body ul li {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .product--wrapper .content-product {
    padding: 2rem 1rem 1rem;
  }
  .product--wrapper .content-product .product-highlight .block-body {
    margin: 0 1rem;
    padding: 2rem 1rem;
  }
  .product--wrapper .content-product .product-highlight .block-body ul {
    padding: 0 1rem 0 1.5rem;
  }
}

.box--wrapper {
  display: block;
  padding: 40px 35px 20px;
  margin-bottom: 15px;
  margin-right: 15px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4rem;
  background-color: white;
}
.box--wrapper__h100 {
  height: calc(100% - 15px);
}
@media (max-width: 991.98px) {
  .box--wrapper__h100 {
    height: auto;
  }
}
.box--wrapper__compare {
  background-color: #f0f0f0;
  padding: 30px 35px 0px;
}
.box--wrapper .form-label {
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.625rem;
  color: #0096a9;
}
.box--wrapper .form-label__styled {
  padding-left: 0.75rem;
  border-left: 2px solid #0096a9;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.625rem;
  color: #333333;
}
.box--wrapper .form-label__styled span {
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #AAAAAA;
}
.box--wrapper .data--icon {
  position: relative;
  display: flex;
  margin-bottom: 1.5rem;
}
.box--wrapper .data--icon .icons {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #AAAAAA;
}
.box--wrapper .data--icon .texts p {
  word-break: break-word;
  margin-bottom: 0.25rem;
}
.box--wrapper .data--icon .texts__label {
  font-weight: bold;
  /*font-size: 1.25rem;
  line-height: 1.25rem;*/
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #0096a9;
}
.box--wrapper .data--icon .texts__data {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #333333;
}
@media screen and (max-width: 320px) {
  .box--wrapper .data--icon .texts__label {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.box--wrapper .headline, .box--wrapper .display {
  color: #0096a9;
}
.box--wrapper .product--head {
  padding: 15px;
  background-color: #0096a9;
  color: white;
  text-align: center;
}
.box--wrapper .product--body {
  padding: 20px 25px;
}
.box--wrapper .product--body .insured {
  border-bottom: 2px solid #0096a9;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.box--wrapper .product--body .insured .text {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #333333;
}
.box--wrapper .product--body .insured .text span {
  color: #0096a9;
  font-size: 1.5rem;
  display: inline-block;
  padding: 0 10px;
}
.box--wrapper .product--body .insured p {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #aaaaaa;
  text-align: center;
}
.box--wrapper .product--body .insured .insured--list ul {
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #ccc;
}
.box--wrapper .product--body .insured .insured--list ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.box--wrapper .product--body .insured .insured--list ul li .desc .color-primary {
  color: #0096a9;
}
.box--wrapper .product--body .premium {
  max-width: max-content;
  margin: auto;
}
.box--wrapper .product--body .premium .text {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #333333;
}
.box--wrapper .product--body .premium .text span {
  color: #0096a9;
  font-size: 1.875rem;
  display: inline-block;
  padding: 0 10px;
}
.box--wrapper .product--body .premium .text-small {
  text-align: center;
  font-size: 1.125rem;
  color: #aaaaaa;
}
.box--wrapper .product--body .premium .text-small span {
  text-decoration: line-through;
  text-decoration-color: red;
  color: red;
  font-size: 1.25rem;
}
.box--wrapper .product--image {
  display: block;
}
.box--wrapper .product--image img {
  width: 100%;
}
.box--wrapper .product--detail {
  margin: 5px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}
.box--wrapper .product--detail .detail--title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 1.625rem;
  line-height: 1.625rem;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #F0F0F0;
  transition: all 0.4s ease-in-out;
}
.box--wrapper .product--detail .detail--list {
  display: block;
  padding: 10px;
}
.box--wrapper .product--detail .detail--list__text__title {
  padding-left: 15px;
  padding-right: 15px;
}
.box--wrapper .product--detail .detail--list__text__title--item {
  padding: 15px 0;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
}
.box--wrapper .product--detail .detail--list__text__title--item .label__text {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-align: left;
}
.box--wrapper .product--detail .detail--list__text__title--item .label__text__title {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #0096a9;
}
.box--wrapper .product--detail .detail--list__text__title--item .label__text__sub {
  padding-left: 30px;
}
.box--wrapper .product--detail .detail--list__text__title--item:last-child {
  border-bottom: 0;
}
@media (max-width: 991.98px) {
  .box--wrapper {
    padding: 2rem;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .box--wrapper {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 320px) {
  .box--wrapper {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

.product--pa {
  display: block;
  overflow: hidden;
}
.product--pa .product--item {
  display: block;
  overflow: hidden;
}
.product--pa .product--condition {
  display: block;
  margin-bottom: 45px;
  overflow: hidden;
}
.product--pa .product--condition .condition {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product--pa .product--condition .condition__icon {
  /*margin-right: 5px;*/
  color: #0096a9;
}
.product--pa .product--condition .condition__icon img {
  max-width: 60px;
}
.product--pa .product--condition .condition__text {
  /*margin-right: 10px;*/
  margin-left: 10px;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #333333;
}
.product--pa .product--detail {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .product--pa .product--detail {
    height: auto;
  }
}
.product--pa .product--detail:hover .detail--title {
  background-color: #D2D711;
}
.product--pa .product--detail:hover .detail--title .title {
  color: black;
}
.product--pa .product--detail:hover .detail--title .subtitle {
  color: black;
}
.product--pa .product--detail:hover .detail--link {
  color: black;
  background-color: #D2D711;
}
.product--pa .product--detail:hover .detail--link:hover {
  color: black;
  background-color: #D2D711;
}
.product--pa .detail--title {
  position: relative;
  padding: 15px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  background-color: #0096a9;
  transition: all 0.4s ease-in-out;
}
.product--pa .detail--title .title {
  font-size: 1.625rem;
  line-height: 1.625rem;
  color: white;
}
.product--pa .detail--title .subtitle {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: white;
}
.product--pa .detail--price {
  display: block;
  padding: 10px;
  margin: 10px 10px 20px;
  border-bottom: 1px solid #CCCCCC;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #333333;
  text-align: center;
}
.product--pa .detail--price span {
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #0096a9;
}
.product--pa .detail--protection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}
.product--pa .detail--protection__item {
  display: flex;
  margin-bottom: 15px;
}
.product--pa .detail--protection__item:last-child {
  margin-bottom: 0;
}
.product--pa .detail--protection__icon {
  margin-right: 5px;
  color: #0096a9;
}
.product--pa .detail--protection__text {
  /*margin-right: 10px;*/
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #333333;
}
.product--pa .detail--link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 0;
  margin-top: auto;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #333333;
  text-decoration: none;
  border-top: 1px solid #CCCCCC;
  background-color: #ececec;
  transition: all 0.4s ease-in-out;
}
.product--pa .detail--link .bi {
  font-size: 1rem;
  line-height: 0.5rem;
  margin-left: 5px;
}
.product--pa .detail--link:hover {
  color: white;
  background-color: #D2D711;
}
.product--pa .detail--select {
  display: block;
  padding: 10px;
  margin: 0;
  margin-top: auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #0096a9;
  transition: all 0.4s ease-in-out;
}
.product--pa .detail--select a {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: white;
  text-align: center;
  text-decoration: none;
}
.product--pa .detail--select.active {
  background-color: #D2D711;
}

.condition--wrapper {
  display: block;
  overflow: hidden;
}
.condition--wrapper .condition--content {
  display: block;
  width: 100%;
  height: 100px;
  overflow: hidden;
  overflow-y: auto;
  overflow-y: auto;
  padding-right: 20px;
}
.condition--wrapper .condition--content::-webkit-scrollbar-track {
  background-color: rgba(170, 170, 170, 0.5);
}
.condition--wrapper .condition--content::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(170, 170, 170, 0.5);
}
.condition--wrapper .condition--content::-webkit-scrollbar-thumb {
  background-color: #0096a9;
}
.condition--wrapper .condition--content ol {
  padding: 0;
  list-style-position: inside;
}
.condition--wrapper .condition--content ol li {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.bg-art {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  background-image: url("../images/info-step.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  margin-top: 30px;
  height: 220px;
}

.form--wrapper {
  display: block;
  /*min-height: 750px;*/
  min-height: 920px;
  padding: 40px 35px 20px;
  margin-bottom: 1rem;
  font-weight: bold;
  /*font-size: 1.25rem;
  line-height: 1.25rem;*/
  font-size: 1.4rem;
  line-height: 1.4rem;
  background-color: white;
}
.form--wrapper__h100 {
  height: calc(100% - 15px);
}
@media (max-width: 991.98px) {
  .form--wrapper__h100 {
    height: auto;
  }
}
.form--wrapper__compare {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.form--wrapper__test {
  min-height: auto;
}
@media (max-width: 767px) {
  .form--wrapper-md {
    min-height: 500px;
  }
}
.form--wrapper .form__title {
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 3.75rem;
  color: #0096a9;
  text-align: center;
}
.form--wrapper .headline {
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 2.5rem !important;
  line-height: 2.5rem !important;
  color: #0096a9;
}
.form--wrapper .sub-headline {
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 1.875rem !important;
  line-height: 1.875rem !important;
  color: #333333;
}
.form--wrapper .sub-headline a {
  text-decoration: none;
  color: #0096a9;
}
.form--wrapper .sub-headline a:hover {
  color: #A4843B;
}
.form--wrapper .description-headline {
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 1.75rem !important;
  line-height: 1.75rem !important;
  color: #AAAAAA;
}
.form--wrapper .description-headline a {
  text-decoration: none;
  color: #0096a9;
}
.form--wrapper .description-headline a:hover {
  color: #A4843B;
}
.form--wrapper .txt-label {
  margin-bottom: 1.5rem;
  /*font-size: 1.25rem;*/
  /*line-height: 1.25rem;*/
  font-size: 1.4rem;
  line-height: 1.4rem;
}
@media screen and (max-width: 320px) {
  .form--wrapper .txt-label {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.form--wrapper .form-label {
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.625rem;
  color: #0096a9;
}
.form--wrapper .form-label__styled {
  padding-left: 0.75rem;
  border-left: 2px solid #0096a9;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.625rem;
  color: #333333;
}
.form--wrapper .form-label__styled span {
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #AAAAAA;
}
.form--wrapper .data--icon {
  position: relative;
  display: flex;
  margin-bottom: 1.5rem;
  /*@media screen and (max-width: 575px) {
      justify-content: center;
  }*/
}
.form--wrapper .data--icon .icons {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #AAAAAA;
  text-align: center;
}
.form--wrapper .data--icon .icons img {
  max-width: 100%;
}
.form--wrapper .data--icon .texts {
  margin-left: 10px;
  min-width: 150px;
}
.form--wrapper .data--icon .texts p {
  margin-bottom: 0.25rem;
}
.form--wrapper .data--icon .texts__label {
  font-weight: bold;
  /*font-size: 1.25rem;
  line-height: 1.25rem;*/
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #0096a9;
}
.form--wrapper .data--icon .texts__data {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #333333;
}
@media screen and (max-width: 320px) {
  .form--wrapper .data--icon .texts__label {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.form--wrapper .detail {
  position: relative;
  margin-bottom: 1.5rem;
}
.form--wrapper .detail .detail__label {
  font-weight: bold;
  /*font-size: 1.25rem;
  line-height: 1.25rem;*/
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #0096a9;
}
.form--wrapper .detail .detail__data {
  font-weight: bold;
  /*font-size: 1.625rem;
  line-height: 1.625rem;*/
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #333333;
}
.form--wrapper .detail a.detail__data {
  display: block;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.625rem;
  color: #0096a9;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
}
.form--wrapper .detail a.detail__data:hover {
  color: #D2D711;
}
.form--wrapper .summary {
  display: block;
  padding-top: 1rem;
  margin-bottom: 2rem;
  border-top: 1px solid #CCCCCC;
}
.form--wrapper .summary .summary__label {
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.625rem;
}
.form--wrapper .summary .summary__data {
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.625rem;
}
.form--wrapper .summary .summary__data span {
  color: #0096a9;
}
@media (max-width: 991.98px) {
  .form--wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  .form--wrapper {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 320px) {
  .form--wrapper {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

.progress--title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 145px;
  margin: 0;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .progress--title {
    padding-right: 0;
  }
}

.progress--container {
  position: relative;
  display: block;
  height: calc(100% - 145px);
  padding-top: 18px;
  /*.sticky--nav {
      display: block;
      padding-bottom: 45px;
      position: -webkit-sticky;
      position: sticky;
      top: 95px;
      overflow: hidden;
      background-image: url('../images/info-step.svg');
      background-position: 120% calc(100% - 90px);
      background-repeat: no-repeat;
  }*/
}
.progress--container .sticky--wrapper {
  padding: 20px 0;
}
.progress--container .progress--nav {
  position: relative;
  padding: 0;
  list-style: none;
}
.progress--container .progress--item {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  position: relative;
  padding-right: 25px;
  max-width: 215px;
  width: 100%;
}
.progress--container .progress--item:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #AAAAAA;
  top: 30px;
  left: 60px;
  height: 2px;
  width: 140px;
}
.progress--container .progress--item:last-child {
  padding-right: 0;
}
.progress--container .progress--item__active {
  /** * $step is set to 5 by default, meaning you can only use percentage classes in increments of five (e.g. 25, 30, 45, 50, and so on). This helps to reduce the size of the final CSS file. If you need a number that doesn't end in 0 or 5, you can change the text percentage while rounding the class up/down to the nearest 5. */
}
.progress--container .progress--item__active .progress__number {
  color: #333333;
}
.progress--container .progress--item__active .progress--text {
  color: #333333;
}
.progress--container .progress--item__active .progress--text .text__step {
  text-transform: uppercase;
  color: #0096a9;
}
.progress--container .progress--item__active:after {
  background-color: #0096a9;
}
.progress--container .progress--item__active .progress--bar.progress--0:after {
  width: 0%;
}
.progress--container .progress--item__active .progress--circle.progress--0:after {
  background-image: linear-gradient(90deg, #333333 50%, transparent 50%, transparent), linear-gradient(90deg, #0096a9 50%, #333333 50%, #333333);
}
.progress--container .progress--item__active .progress--bar.progress--5:after {
  width: 5%;
}
.progress--container .progress--item__active .progress--circle.progress--5:after {
  background-image: linear-gradient(90deg, #333333 50%, transparent 50%, transparent), linear-gradient(108deg, #0096a9 50%, #333333 50%, #333333);
}
.progress--container .progress--item__active .progress--bar.progress--10:after {
  width: 10%;
}
.progress--container .progress--item__active .progress--circle.progress--10:after {
  background-image: linear-gradient(90deg, #333333 50%, transparent 50%, transparent), linear-gradient(126deg, #0096a9 50%, #333333 50%, #333333);
}
.progress--container .progress--item__active .progress--bar.progress--15:after {
  width: 15%;
}
.progress--container .progress--item__active .progress--circle.progress--15:after {
  background-image: linear-gradient(90deg, #333333 50%, transparent 50%, transparent), linear-gradient(144deg, #0096a9 50%, #333333 50%, #333333);
}
.progress--container .progress--item__active .progress--bar.progress--20:after {
  width: 20%;
}
.progress--container .progress--item__active .progress--circle.progress--20:after {
  background-image: linear-gradient(90deg, #333333 50%, transparent 50%, transparent), linear-gradient(162deg, #0096a9 50%, #333333 50%, #333333);
}
.progress--container .progress--item__active .progress--bar.progress--25:after {
  width: 25%;
}
.progress--container .progress--item__active .progress--circle.progress--25:after {
  background-image: linear-gradient(90deg, #333333 50%, transparent 50%, transparent), linear-gradient(180deg, #0096a9 50%, #333333 50%, #333333);
}
.progress--container .progress--item__active .progress--bar.progress--30:after {
  width: 30%;
}
.progress--container .progress--item__active .progress--circle.progress--30:after {
  background-image: linear-gradient(90deg, #333333 50%, transparent 50%, transparent), linear-gradient(198deg, #0096a9 50%, #333333 50%, #333333);
}
.progress--container .progress--item__active .progress--bar.progress--35:after {
  width: 35%;
}
.progress--container .progress--item__active .progress--circle.progress--35:after {
  background-image: linear-gradient(90deg, #333333 50%, transparent 50%, transparent), linear-gradient(216deg, #0096a9 50%, #333333 50%, #333333);
}
.progress--container .progress--item__active .progress--bar.progress--40:after {
  width: 40%;
}
.progress--container .progress--item__active .progress--circle.progress--40:after {
  background-image: linear-gradient(90deg, #333333 50%, transparent 50%, transparent), linear-gradient(234deg, #0096a9 50%, #333333 50%, #333333);
}
.progress--container .progress--item__active .progress--bar.progress--45:after {
  width: 45%;
}
.progress--container .progress--item__active .progress--circle.progress--45:after {
  background-image: linear-gradient(90deg, #333333 50%, transparent 50%, transparent), linear-gradient(252deg, #0096a9 50%, #333333 50%, #333333);
}
.progress--container .progress--item__active .progress--bar.progress--50:after {
  width: 50%;
}
.progress--container .progress--item__active .progress--circle.progress--50:after {
  background-image: linear-gradient(-90deg, #0096a9 50%, transparent 50%, transparent), linear-gradient(270deg, #0096a9 50%, #333333 50%, #333333);
}
.progress--container .progress--item__active .progress--bar.progress--55:after {
  width: 55%;
}
.progress--container .progress--item__active .progress--circle.progress--55:after {
  background-image: linear-gradient(-72deg, #0096a9 50%, transparent 50%, transparent), linear-gradient(270deg, #0096a9 50%, #333333 50%, #333333);
}
.progress--container .progress--item__active .progress--bar.progress--60:after {
  width: 60%;
}
.progress--container .progress--item__active .progress--circle.progress--60:after {
  background-image: linear-gradient(-54deg, #0096a9 50%, transparent 50%, transparent), linear-gradient(270deg, #0096a9 50%, #333333 50%, #333333);
}
.progress--container .progress--item__active .progress--bar.progress--65:after {
  width: 65%;
}
.progress--container .progress--item__active .progress--circle.progress--65:after {
  background-image: linear-gradient(-36deg, #0096a9 50%, transparent 50%, transparent), linear-gradient(270deg, #0096a9 50%, #333333 50%, #333333);
}
.progress--container .progress--item__active .progress--bar.progress--70:after {
  width: 70%;
}
.progress--container .progress--item__active .progress--circle.progress--70:after {
  background-image: linear-gradient(-18deg, #0096a9 50%, transparent 50%, transparent), linear-gradient(270deg, #0096a9 50%, #333333 50%, #333333);
}
.progress--container .progress--item__active .progress--bar.progress--75:after {
  width: 75%;
}
.progress--container .progress--item__active .progress--circle.progress--75:after {
  background-image: linear-gradient(0deg, #0096a9 50%, transparent 50%, transparent), linear-gradient(270deg, #0096a9 50%, #333333 50%, #333333);
}
.progress--container .progress--item__active .progress--bar.progress--80:after {
  width: 80%;
}
.progress--container .progress--item__active .progress--circle.progress--80:after {
  background-image: linear-gradient(18deg, #0096a9 50%, transparent 50%, transparent), linear-gradient(270deg, #0096a9 50%, #333333 50%, #333333);
}
.progress--container .progress--item__active .progress--bar.progress--85:after {
  width: 85%;
}
.progress--container .progress--item__active .progress--circle.progress--85:after {
  background-image: linear-gradient(36deg, #0096a9 50%, transparent 50%, transparent), linear-gradient(270deg, #0096a9 50%, #333333 50%, #333333);
}
.progress--container .progress--item__active .progress--bar.progress--90:after {
  width: 90%;
}
.progress--container .progress--item__active .progress--circle.progress--90:after {
  background-image: linear-gradient(54deg, #0096a9 50%, transparent 50%, transparent), linear-gradient(270deg, #0096a9 50%, #333333 50%, #333333);
}
.progress--container .progress--item__active .progress--bar.progress--95:after {
  width: 95%;
}
.progress--container .progress--item__active .progress--circle.progress--95:after {
  background-image: linear-gradient(72deg, #0096a9 50%, transparent 50%, transparent), linear-gradient(270deg, #0096a9 50%, #333333 50%, #333333);
}
.progress--container .progress--item__active .progress--bar.progress--100:after {
  width: 100%;
}
.progress--container .progress--item__active .progress--circle.progress--100:after {
  background-image: linear-gradient(90deg, #0096a9 50%, transparent 50%, transparent), linear-gradient(270deg, #0096a9 50%, #333333 50%, #333333);
}
.progress--container .progress--item__done:after {
  background-color: #0096a9;
}
.progress--container .progress--item__done .progress--circle {
  background-color: #0096a9;
}
.progress--container .progress--item__done .progress--circle:before {
  background-color: #0096a9;
}
.progress--container .progress--item__done .progress--circle:after {
  background-color: rgba(255, 255, 255, 0.7);
}
.progress--container .progress--item__done .progress__number {
  color: white;
}
.progress--container .progress--item__done .progress--text {
  color: #333333;
}
.progress--container .progress--item__done .progress--text .text__step {
  text-transform: uppercase;
  color: #0096a9;
}
.progress--container .progress--circle {
  position: relative;
  display: inline-block;
  /*margin: $spacing;*/
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #AAAAAA;
}
.progress--container .progress--circle:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: white;
}
.progress--container .progress--circle:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #AAA;
}
.progress--container .progress__number {
  position: absolute;
  top: 50%;
  width: 100%;
  line-height: 1;
  margin-top: -0.75rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #AAA;
}
@media (max-width: 1399px) {
  .progress--container .progress__number {
    font-size: 1.25rem;
    margin-top: -0.65rem;
  }
}
@media (max-width: 767.98px) {
  .progress--container .progress__number {
    font-size: 1rem;
    margin-top: -0.5rem;
  }
}
.progress--container .progress--text {
  width: calc(100% - 65px);
  padding: 0.4rem 0 0.5rem;
  margin: 0 0 0 15px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: bold;
  color: #AAAAAA;
  text-align: left;
}
.progress--container .progress--text .text__step {
  text-transform: uppercase;
  position: relative;
  top: -7px;
}
.progress--container .progress--text .text__label {
  position: relative;
  bottom: -7px;
}
@media (max-width: 1399px) {
  .progress--container .progress--item {
    max-width: 195px;
    padding-right: 0;
  }
  .progress--container .progress--item:after {
    left: 55px;
    width: 125px;
  }
  .progress--container .progress--circle {
    width: 46px;
    height: 46px;
  }
  .progress--container .progress--circle:before {
    width: 40px;
    height: 40px;
  }
  .progress--container .progress--text {
    font-size: 1.125rem;
    margin: 0 0 0 10px;
  }
}
@media (max-width: 1199px) {
  .progress--container .progress--item {
    max-width: 180px;
    padding-right: 0;
  }
  .progress--container .progress--item:after {
    width: 110px;
  }
}
@media (max-width: 991px) {
  .progress--container {
    padding-top: 0;
  }
  .progress--container .progress--item {
    max-width: max-content;
    padding-right: 70px;
  }
  .progress--container .progress--item:after {
    left: 60px;
    width: 40px;
  }
  .progress--container .progress--text {
    width: auto;
  }
  .progress--container .progress--text .text__step {
    top: 0;
  }
  .progress--container .sticky--wrapper {
    padding: 20px 0 0;
  }
}
@media (max-width: 991.98px) {
  .progress--container {
    background-color: white;
  }
  .progress--container .sticky--nav {
    padding-bottom: 0;
    background-image: none;
  }
  .progress--container .progress--nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .progress--container .progress--item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-bottom: 0;
    padding-right: 60px;
  }
  .progress--container .progress--item:after {
    position: absolute;
    top: 25px;
    left: 56px;
    content: "";
    display: block;
    height: 2px;
    width: 40px;
  }
  .progress--container .progress--item:last-child {
    padding: 0;
  }
  .progress--container .progress--item:last-child:after {
    display: none;
  }
  .progress--container .progress--text {
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
    text-align: center;
  }
  .progress--container .progress--text .text__label {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .progress--container .progress--item {
    padding-right: 35px;
  }
  .progress--container .progress--item:after {
    top: 20px;
    left: 47px;
    height: 2px;
    width: 20px;
  }
  .progress--container .progress--circle {
    width: 40px;
    height: 40px;
  }
  .progress--container .progress--circle:before {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 375px) {
  .progress--container .progress--item {
    padding-right: 30px;
  }
  .progress--container .progress--item:after {
    left: 45px;
  }
}
@media (max-width: 320px) {
  .progress--container .progress--circle {
    width: 30px;
    height: 30px;
  }
  .progress--container .progress--circle:before {
    width: 24px;
    height: 24px;
  }
  .progress--container .progress--circle .progress__number {
    font-size: 0.9rem;
    margin-top: -6px;
  }
  .progress--container .progress--item:after {
    top: 15px;
    left: 35px;
  }
}

.copiedtext {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(-1rem);
  color: #333333;
  transition: all 0.4s ease-in-out;
}

.copied .copiedtext {
  opacity: 1;
  transform: translateY(-1.75rem);
}

.action--manage {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #333333;
}
.action--manage__add {
  cursor: pointer;
  display: inline-flex;
  margin-right: 2rem;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #333333;
}
.action--manage__add .bi {
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #0096a9;
}
.action--manage__delete, .action--manage__delBeneficiary {
  cursor: pointer;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #333333;
  text-align: right;
}
.action--manage__delete .bi, .action--manage__delBeneficiary .bi {
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #D90000;
}
@media (max-width: 575px) {
  .action--manage__delete, .action--manage__delBeneficiary {
    text-align: left;
  }
}

.contact--container {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: -150px;
}
@media (max-width: 991.98px) {
  .contact--container {
    margin-top: -250px;
  }
  .contact--container .contact--wrapper {
    padding: 2.75rem 2.125rem;
  }
}

.contact--wrapper {
  display: block;
  padding: 3.75rem 3.125rem;
  background-color: white;
}
.contact--wrapper .title {
  display: block;
  margin: 0 0 4rem 0;
  color: #0096a9;
  font-size: 1.75rem;
  font-weight: bold;
}
.contact--wrapper .title .headline {
  color: #0096a9;
}
.contact--wrapper .content {
  display: block;
}
.contact--wrapper .content .image--content {
  display: block;
}
.contact--wrapper .content .image--content figure {
  position: relative;
  display: block;
  overflow: hidden;
}
.contact--wrapper .content .image--content figure img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.contact--wrapper .content .image--content figure:hover img {
  transform: scale(1.1);
}
.contact--wrapper .location-map iframe {
  margin-bottom: 1rem;
  width: 100%;
  height: 350px;
}
.contact--wrapper .list-detail {
  margin: 0;
  padding: 0;
}
.contact--wrapper .list-detail .detail {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.contact--wrapper .list-detail .detail .icon i {
  font-size: 20px;
  line-height: 20px;
}
.contact--wrapper .list-detail .detail .icon-img {
  width: 23px;
}
.contact--wrapper .list-detail .detail .icon-img img {
  width: 100%;
}
.contact--wrapper .list-detail .detail .text {
  padding-left: 10px;
  font-size: 1.375rem;
  line-height: 1.575rem;
  font-weight: bold;
  padding-right: 20px;
}
.contact--wrapper .list-detail .detail .text a {
  color: #212529;
  text-decoration: none;
  display: block;
}
.contact--wrapper .list-detail .detail .text a:hover {
  color: #0096a9;
}
.contact--wrapper .list-detail .detail .text a span {
  display: block;
  min-width: 100px;
  color: #0096a9;
}

.claim--container {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: -150px;
}
@media (max-width: 991.98px) {
  .claim--container {
    margin-top: -250px;
  }
  .claim--container .contact--wrapper {
    padding: 2.75rem 2.125rem;
  }
}

.claim--wrapper {
  display: block;
  padding: 3.75rem 3.125rem;
  background-color: white;
}
.claim--wrapper .title {
  display: block;
  margin: 0 0 4rem 0;
  color: #0096a9;
  font-size: 1.75rem;
  font-weight: bold;
}
.claim--wrapper .title .headline {
  color: #0096a9;
}
@media only screen and (max-width: 767px) {
  .claim--wrapper .title {
    margin-bottom: 3rem;
  }
}
.claim--wrapper .card--claim {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /*&:after{
      content:'';
      clear: both;
      display: block;
  }*/
}
.claim--wrapper .card--claim .card {
  width: 300px;
  height: 200px;
  margin: 0 20px 40px;
}
.claim--wrapper .card--claim .card .card__link {
  background-image: url("../../../../../Images/home/product/pa.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 2.1875rem;
  line-height: 2.1875rem;
  color: white;
  text-align: center;
}
.claim--wrapper .card--claim .card .card__link:hover {
  text-decoration: none;
  cursor: url(../../../../../Images/icons/arrow.png) 0 0, auto;
}
.claim--wrapper .text-content .card--content {
  max-width: 550px;
  margin: 0 auto 5rem;
  background-color: #FFFFFF;
  padding: 15px 20px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: bold;
  color: #0096a9;
}
.claim--wrapper .text-content .card--content.card-bg-blue {
  background-color: #0096a9;
  color: #FFFFFF;
}
.claim--wrapper .text-content .card--content.card-bg-blue h3 {
  font-size: 2.25rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.claim--wrapper .text-content .card--content.card-bg-blue ul li {
  font-weight: bold;
}
.claim--wrapper .text-content .card--content.card-bg-blue ul li:before {
  color: #FFFFFF;
}
.claim--wrapper .text-content .card--content.card-shadow {
  box-shadow: 0 3px 10px rgba(2, 43, 57, 0.0784313725);
}
.claim--wrapper .text-content .card--content__full {
  max-width: 100%;
}
.claim--wrapper .text-content .card--content a {
  color: #0096a9;
}
.claim--wrapper .text-content .card--content a:hover {
  text-decoration: underline;
}
.claim--wrapper .text-content .card--content span {
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.claim--wrapper .text-content .section-content {
  font-weight: bold;
  margin-bottom: 5rem;
}
.claim--wrapper .text-content .section-content h3 {
  color: #0096a9;
  line-height: 1.8rem;
}
.claim--wrapper .text-content .section-content p {
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.claim--wrapper .text-content .section-content .link {
  display: block;
  color: #212529;
  font-weight: bold;
  margin-top: 10px;
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.claim--wrapper .text-content .section-content .link:hover {
  color: #0096a9;
  text-decoration: none;
}
.claim--wrapper .text-content .section-content ul {
  margin: 0;
  padding: 0;
}
.claim--wrapper .text-content .section-content ul li {
  position: relative;
  list-style: none;
  font-size: 1.375rem;
  line-height: 1.375rem;
  margin-bottom: 1rem;
  font-weight: bold;
  padding-left: 23px;
}
.claim--wrapper .text-content .section-content ul li:before {
  font-family: "Bootstrap-icons";
  content: "\f309";
  font-size: 35px;
  color: #A4843B;
  position: absolute;
  top: 3px;
  left: -7px;
}
.claim--wrapper .text-content .section-content ul li span {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.claim--wrapper .text-content .section-content ul li ol {
  margin-top: 10px;
  padding: 0;
  counter-reset: li;
  list-style: none;
}
.claim--wrapper .text-content .section-content ul li ol li {
  margin-bottom: 5px;
  padding-left: 30px;
}
.claim--wrapper .text-content .section-content ul li ol li:before {
  font-family: "psl_kittithada";
  font-weight: bold;
  font-size: 1.25rem;
  counter-increment: li;
  content: counter(li, decimal) ".";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  text-align: right;
}
.claim--wrapper .text-content .section-content ul.list-decimal {
  counter-reset: li;
  list-style: none;
  margin: 0;
  padding: 0;
}
.claim--wrapper .text-content .section-content ul.list-decimal li {
  padding-left: 27px;
  margin-bottom: 5px;
}
.claim--wrapper .text-content .section-content ul.list-decimal li:before {
  font-family: "psl_kittithada";
  font-weight: bold;
  font-size: 1.25rem;
  color: #A4843B;
  counter-increment: li;
  content: counter(li, decimal) ".";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  text-align: right;
}
.claim--wrapper .text-content .section-content ul.list-decimal li:has(ol) {
  margin-bottom: 1rem;
}
.claim--wrapper .text-content .section-content ul.list-decimal li ol li {
  padding-left: 37px;
}
.claim--wrapper .text-content .section-content ul.list-decimal li ol li:before {
  font-family: "psl_kittithada";
  font-weight: bold;
  font-size: 1.25rem;
  color: #A4843B;
  counter-increment: li;
  content: counters(li, ".");
  width: 30px;
  top: 0;
}
.claim--wrapper .text-content .section-content ul.list-decimal li ol li ol {
  margin-bottom: 10px;
}
.claim--wrapper .text-content .section-content ul.list-decimal li ol li ol li {
  padding-left: 50px;
}
.claim--wrapper .text-content .section-content ul.list-decimal li ol li ol li:before {
  width: 40px;
}
.claim--wrapper .text-content .section-content ol {
  margin-top: 10px;
  padding: 0;
  counter-reset: li;
  list-style: none;
}
.claim--wrapper .text-content .section-content ol li {
  margin-bottom: 5px;
  padding-left: 0;
  font-size: 1.375rem;
  line-height: 1.375rem;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}
.claim--wrapper .text-content .section-content ol li:before {
  font-family: "psl_kittithada";
  font-weight: bold;
  font-size: 1.25rem;
  color: #A4843B;
  counter-increment: li;
  content: counter(li, decimal) ".";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  text-align: right;
}
.claim--wrapper .text-content .section-content__left {
  margin-bottom: 1rem;
}
.claim--wrapper .text-content .section-content__left:has(p) {
  margin-bottom: 3rem;
}
.claim--wrapper .text-content .section-content__right {
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .claim--wrapper .text-content .section-content__right {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .claim--wrapper .text-content .section-content {
    margin-bottom: 3rem;
  }
}
.claim--wrapper .text-content .text-topic h3 {
  color: #0096a9;
  font-size: 2rem;
  line-height: 2rem;
}
.claim--wrapper .text-content .text-topic p {
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.claim--wrapper .text-content .step-group-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.claim--wrapper .text-content .step-group-wrapper .item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 50px;
}
.claim--wrapper .text-content .step-group-wrapper .item .main-text {
  display: table;
  margin-bottom: 15px;
}
.claim--wrapper .text-content .step-group-wrapper .item .main-text .num {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0096a9;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 2rem;
}
.claim--wrapper .text-content .step-group-wrapper .item .main-text .text {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.claim--wrapper .text-content .step-group-wrapper .item .desc-text {
  font-size: 1.3751rem;
  line-height: 1.375rem;
}
@media only screen and (max-width: 767px) {
  .claim--wrapper .text-content .step-group-wrapper .item {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
.claim--wrapper .text-content .accordion-wrapper {
  margin-bottom: 40px;
}
.claim--wrapper .text-content .accordion-wrapper .card {
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
}
.claim--wrapper .text-content .accordion-wrapper .card .card-header {
  background-color: #0096a9;
  border: none;
  border-bottom: 1px solid #aaaaaa;
  padding: 0 1.25rem;
  position: relative;
}
.claim--wrapper .text-content .accordion-wrapper .card .card-header .btn {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  padding: 1rem;
  padding-right: 2rem;
  padding-left: 0;
  height: auto;
}
.claim--wrapper .text-content .accordion-wrapper .card .card-header .btn:hover {
  text-decoration: none;
}
.claim--wrapper .text-content .accordion-wrapper .card .card-header .btn:focus {
  text-decoration: none;
}
.claim--wrapper .text-content .accordion-wrapper .card .card-header:after {
  font-family: "Bootstrap-icons";
  content: "\f4fe";
  font-size: 25px;
  line-height: 25px;
  color: #FFFFFF;
  position: absolute;
  top: 16px;
  right: 24px;
}
.claim--wrapper .text-content .accordion-wrapper .card:has(.collapse.show) .card-header:after {
  font-family: "Bootstrap-icons";
  content: "\f2ea";
  font-size: 25px;
  line-height: 25px;
  color: #FFFFFF;
  position: absolute;
  top: 16px;
  right: 24px;
}
.claim--wrapper .text-content .download-wrapper {
  display: flex;
  align-items: flex-start;
}
.claim--wrapper .text-content .download-wrapper .download-icon {
  font-size: 1.525rem;
  margin-right: 13px;
  position: relative;
  top: 0;
  transition: all 0.2s ease-out;
}
.claim--wrapper .text-content .download-wrapper .download-body {
  width: 100%;
}
.claim--wrapper .text-content .download-wrapper .download-body a.link {
  display: block;
  margin: 0;
}
.claim--wrapper .text-content .download-wrapper .download-body a.link p {
  margin-bottom: 0;
}
.claim--wrapper .text-content .download-wrapper .download-body a.link .text-head {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 5px;
}
.claim--wrapper .text-content .download-wrapper:hover .download-icon {
  color: #0096a9;
  top: 10px;
  transition: all 0.2s ease-out;
}
.claim--wrapper .text-content .download-wrapper:hover .download-body a.link:hover .text-head {
  color: #0096a9;
}
.claim--wrapper .text-content .download-wrapper:hover .download-body a.link:hover .text-download {
  color: #0096a9;
}

@media (-webkit-device-pixel-ratio: 1.25) {
  * {
    zoom: 0.8;
  }
}
