:root {
  --pho: 550px;
  --pha: 770px;
  --tab: 990px;
  --lap: 1200px;
  --des: 1400px;
}

body {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #1d1d1f;
  line-height: 1.6;
  -webkit-tap-highlight-color: transparent;
}
body :focus-visible {
  outline: none !important;
  outline-offset: 0px;
  -webkit-box-shadow: 0 0 0 2px #7fb7e4;
          box-shadow: 0 0 0 2px #7fb7e4;
  position: relative;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
#wrapper #main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

button,
[type=button],
[type=submit],
[type=reset],
[type=image] {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  line-height: inherit;
  color: inherit;
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem !important;
  }
}

.h2,
h2 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 1.5rem !important;
  }
}

.h3,
h3 {
  font-size: 1.17rem !important;
}

.h4,
h4 {
  font-size: 1rem !important;
}

.h5,
h5 {
  font-size: 0.83rem !important;
}

.h6,
h6 {
  font-size: 0.67rem !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  font-weight: bold;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 5px;
}

details {
  /*Para Safari*/
}
details summary {
  cursor: pointer;
  list-style-type: none !important;
}
details summary::marker {
  content: "" !important;
  display: none;
}
details summary::-webkit-details-marker {
  display: none;
}

blockquote {
  border-left: 3px solid #ccc;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.main-header {
  position: sticky;
  top: 0;
  z-index: 1050;
  color: #fff;
  background-color: #000;
}

.header-content-logo,
.header-content-no-filter,
.header-content {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-content-logo .header-title,
.header-content-logo .header-subtitle,
.header-content-no-filter .header-title,
.header-content-no-filter .header-subtitle,
.header-content .header-title,
.header-content .header-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: calc(1.425rem + 2.1vw) !important;
  color: #fff;
  font-weight: 300;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
@media (min-width: 1200px) {
  .header-content-logo .header-title,
  .header-content-logo .header-subtitle,
  .header-content-no-filter .header-title,
  .header-content-no-filter .header-subtitle,
  .header-content .header-title,
  .header-content .header-subtitle {
    font-size: 3rem !important;
  }
}
.header-content-logo .header-subtitle,
.header-content-no-filter .header-subtitle,
.header-content .header-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: calc(1.275rem + 0.3vw) !important;
  color: #fff;
  opacity: 0.8;
}
@media (min-width: 1200px) {
  .header-content-logo .header-subtitle,
  .header-content-no-filter .header-subtitle,
  .header-content .header-subtitle {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 550px) {
  .header-content-logo .header-subtitle,
  .header-content-no-filter .header-subtitle,
  .header-content .header-subtitle {
    font-size: 18px !important;
  }
}

.remove-backdrop-blur {
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo .overlay {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.header-logo .header-content-logo {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
.header-logo .content-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 100px;
}
@media screen and (max-width: 770px) {
  .header-logo .content-image {
    margin: 0 50px;
  }
}
.header-logo .content-image .overlay-img {
  width: 500px;
}

.header-advisement-agree-terms nav {
  min-height: 50px;
  padding-inline: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
}

.header-base {
  width: 100%;
  max-width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  background-color: #fafbfd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-base h1,
.header-base .h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}
@media screen and (max-width: 770px) {
  .header-base h1,
  .header-base .h1 {
    font-size: calc(1.425rem + 2.1vw) !important;
  }
}
@media screen and (max-width: 770px) and (min-width: 1200px) {
  .header-base h1,
  .header-base .h1 {
    font-size: 3rem !important;
  }
}
@media screen and (max-width: 550px) {
  .header-base {
    text-align: center;
  }
}

.navbar-base {
  width: 100%;
  max-width: 100%;
  min-height: 50px;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 990px) {
  .navbar-base {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.navbar-base .nav-brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
  color: inherit;
  text-decoration: none;
}
.navbar-base .nav-brand span {
  margin-left: 0.5rem;
  font-family: "orbitronbold";
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar-base .nav-link.active {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: rgb(219, 246, 253) !important;
}
.navbar-base .nav-content-fixed {
  margin-left: auto;
}
.navbar-base .nav-content-fixed > * {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  white-space: nowrap;
}
.navbar-base .nav-content-fixed > *:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
@media screen and (min-width: 990px) {
  .navbar-base .nav-content-fixed .bttn-menu {
    display: none;
  }
}
.navbar-base .nav-content-fixed .nav-link {
  padding: 0.5rem;
  color: #ccc;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.navbar-base .nav-content-fixed .nav-link:hover {
  color: #fff;
}
.navbar-base .nav-content {
  margin-left: auto;
  margin: 0;
}
@media screen and (max-width: 990px) {
  .navbar-base .nav-content {
    width: 100%;
  }
}
.navbar-base .nav-content .nav-collapse {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 5px;
}
@media screen and (max-width: 990px) {
  .navbar-base .nav-content .nav-collapse {
    display: none;
    margin-top: 1rem;
    padding: 0 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    border: 1px solid rgba(204, 204, 204, 0.1);
    background-color: #0d0d0d;
  }
}
.navbar-base .nav-content .nav-collapse .nav-item {
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
@media screen and (max-width: 990px) {
  .navbar-base .nav-content .nav-collapse .nav-item {
    width: 100%;
    border-bottom: 1px dotted rgba(204, 204, 204, 0.9);
  }
  .navbar-base .nav-content .nav-collapse .nav-item:last-child {
    border-bottom: 0;
  }
}
.navbar-base .nav-content .nav-collapse .nav-item:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.navbar-base .nav-content .nav-collapse .nav-item.dropdown {
  margin-left: 0;
  margin-right: 0;
}
.navbar-base .nav-content .nav-collapse .nav-link {
  display: block;
  padding: 0.5rem;
  color: #ccc;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.navbar-base .nav-content .nav-collapse .nav-link [class*=icon-] {
  margin-left: 5px;
}
.navbar-base .nav-content .nav-collapse .nav-link:hover {
  color: #fff;
}
@media screen and (max-width: 990px) {
  .navbar-base .nav-content .nav-collapse .nav-link {
    padding: 1rem 0;
    color: #fff;
  }
}
.navbar-base .nav-content .nav-collapse .nav-link.active {
  color: rgb(90, 218, 250) !important;
}
@media screen and (max-width: 990px) {
  .navbar-base .nav-content .nav-collapse .nav-link.dropdown-toggle {
    width: 100%;
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 0;
  }
  .navbar-base .nav-content .nav-collapse .dropdown-content {
    position: relative;
    margin-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.dropdown {
  position: relative;
}
.dropdown .dropdown-content {
  min-width: 200px;
  margin: 0;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  list-style: none;
  font-size: 15px;
  white-space: wrap;
  position: absolute;
  z-index: 1020;
  right: 0;
  border: 1px solid rgba(204, 204, 204, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  -webkit-box-shadow: 0px 7px 20px rgba(68, 68, 68, 0.3);
          box-shadow: 0px 7px 20px rgba(68, 68, 68, 0.3);
  border-radius: 5px;
  background-color: #191919;
}
.dropdown .dropdown-content .dropdown-item {
  width: 100%;
  border-bottom: 1px dotted rgba(204, 204, 204, 0.9);
}
.dropdown .dropdown-content .dropdown-item:last-child {
  border-bottom: 0;
}
.dropdown .dropdown-content .dropdown-link {
  width: 100%;
  padding: 0.5rem 0;
  color: #ccc;
  text-align: start;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.dropdown .dropdown-content .dropdown-link:hover {
  color: #fff;
}
.dropdown .dropdown-content .dropdown-content {
  min-width: 0;
  padding-block: 0;
  border-radius: 0;
}
.dropdown .submenu-content {
  position: relative;
  list-style: none;
  padding: 0 1rem;
  border: 0;
  display: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sidebar-backdrop {
  visibility: hidden;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 990px) {
  .sidebar-toggle {
    -webkit-margin-start: 1rem;
            margin-inline-start: 1rem;
  }
}
.sidebar-container {
  width: 0;
  height: 100%;
  padding-block: 24px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1080;
  overflow-x: hidden;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}
.sidebar-container .sidebar-content {
  width: 300px;
  padding: 0 33px;
}
@media screen and (max-width: 375px) {
  .sidebar-container .sidebar-content {
    padding: 0 32px;
  }
}
.sidebar-container .sidebar-content .sidebar-content-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar-container .sidebar-content .sidebar-content-control .sidebar-control-item {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}
.sidebar-container .sidebar-content .sidebar-content-control .sidebar-control-item-close {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.sidebar-container .sidebar-content .sidebar-content-control .sidebar-control-starred {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sidebar-container .sidebar-content .sidebar-header {
  padding: 0.5rem;
  margin: 1rem 0 0.5rem 0;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #333;
}
.sidebar-container .sidebar-content .sidebar-menu .sidebar-menu-content {
  list-style: none;
  padding: 0;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
.sidebar-container .sidebar-content .sidebar-menu .sidebar-menu-content .sidebar-item {
  padding-inline: 0.5rem;
}
.sidebar-container .sidebar-content .sidebar-menu .sidebar-menu-content .sidebar-item .sidebar-item-link {
  display: block;
  padding-block: 12px;
  color: #606062;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.7);
  text-decoration: none;
  word-wrap: break-word;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.sidebar-container .sidebar-content .sidebar-menu .sidebar-menu-content .sidebar-item .sidebar-item-link:hover {
  color: inherit;
}
.sidebar-container .sidebar-content .sidebar-menu .sidebar-menu-content .sidebar-item .sidebar-item-link.active {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sidebar-container .sidebar-content .sidebar-menu .sidebar-menu-content .sidebar-item.sidebar-item-group .sidebar-item-link:last-child {
  border-bottom: 0;
}
.sidebar-container .sidebar-content .sidebar-menu .sidebar-menu-content .dropdown-content {
  position: relative;
  z-index: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sidebar-container .sidebar-content .sidebar-menu .sidebar-menu-content .dropdown-content .dropdown-item {
  padding-inline: 0;
  border-bottom: 1px dotted #7f7f7f;
}
.sidebar-container .sidebar-content .sidebar-footer {
  padding-block: 0.5rem;
  margin-top: 20px;
}
.sidebar-container:focus-visible {
  display: none;
}

.sidebar-backdrop-visible {
  visibility: visible;
  opacity: 1;
}

.sidebar-visible {
  width: 360px;
}
@media screen and (max-width: 375px) {
  .sidebar-visible {
    width: 100% !important;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.sidebar-visible .switch-fade {
  visibility: visible;
  opacity: 1;
}

.sidebar-hidden .switch-fade {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.container {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-xs {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-sm {
  padding-top: calc(1.275rem + 0.3vw);
  padding-bottom: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .container-sm {
    padding-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .container-sm {
    padding-bottom: 1.5rem;
  }
}

.container-md {
  padding-top: calc(1.325rem + 0.9vw);
  padding-bottom: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .container-md {
    padding-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .container-md {
    padding-bottom: 2rem;
  }
}

.container-xl {
  padding-top: calc(1.375rem + 1.5vw);
  padding-bottom: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .container-xl {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .container-xl {
    padding-bottom: 2.5rem;
  }
}

.container-xxl {
  padding-top: calc(1.75rem + 6vw);
  padding-bottom: calc(1.75rem + 6vw);
}
@media (min-width: 1200px) {
  .container-xxl {
    padding-top: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .container-xxl {
    padding-bottom: 6.25rem;
  }
}

.form-content-xs,
.content-header-base,
.content-footer,
.content-base,
.content-base-xs,
.content-base-sm,
.content-base-md,
.content-base-xl {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-footer {
  padding: 1rem 0;
}

.content-base-xs {
  width: 450px;
}

.content-base-sm {
  width: 550px;
}

.content-base-md {
  width: 650px;
}

.content-base-xl {
  width: 750px;
}

.content-editor [href],
.content-editor [href]:visited {
  color: #006BD6;
  text-decoration: underline !important;
  text-decoration-color: #67a8e9 !important;
}
.content-editor [href]:hover,
.content-editor [href]:visited:hover {
  color: #0a85ff;
  text-decoration-color: #79b7f5 !important;
}

.form-content-xs {
  width: 450px;
  padding: 0;
}

.col {
  float: left;
  width: 100%;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 550px) {
  .col {
    padding-inline: 0;
  }
}

@media screen and (min-width: 770px) {
  .pha-6 {
    width: 49.98%;
  }
  .pha-4 {
    width: 33.32%;
  }
}
.full-w {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .pha-full-w {
    width: 100%;
    max-width: 100%;
  }
}
.h-100vh {
  height: 100vh;
}

.h-250 {
  height: 250px;
}

.h-300 {
  height: 300px;
}

.h-350 {
  height: 350px;
}

.h-400 {
  height: 400px;
}

.h-450 {
  height: 450px;
}

.bttn,
.bttn-sm,
.bttn-menu {
  display: inline-block;
  padding: 8px 16px;
  line-height: 1.125rem;
  margin: 5px 0;
  color: inherit;
  font-weight: 500;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
}
@media screen and (max-width: 990px) {
  .bttn,
  .bttn-sm,
  .bttn-menu {
    line-height: 1.6;
  }
}
.bttn input[type=checkbox],
.bttn input[type=radio],
.bttn-sm input[type=checkbox],
.bttn-sm input[type=radio],
.bttn-menu input[type=checkbox],
.bttn-menu input[type=radio] {
  display: none;
}

.bttn-sm {
  font-weight: 500;
  line-height: 0.9375em;
  border-radius: 3px;
}
@media screen and (min-width: 770px) {
  .bttn-sm {
    padding: 6px 8px !important;
    font-size: 13px;
  }
}

.bttn-primary {
  color: #fff;
  background-color: #167DB1;
}
.bttn-primary:hover {
  background-color: #14709f !important;
}
.bttn-primary:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(22, 125, 177, 0.5) !important;
          box-shadow: 0 0 0 0.125rem rgba(22, 125, 177, 0.5) !important;
}

.bttn-success {
  color: #fff;
  background-color: #2d8655;
}
.bttn-success:hover {
  background-color: #28774b !important;
}
.bttn-success:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(45, 134, 85, 0.5) !important;
          box-shadow: 0 0 0 0.125rem rgba(45, 134, 85, 0.5) !important;
}

.bttn-warning {
  color: #695421;
  background-color: #fbdb93;
}
.bttn-warning:hover {
  background-color: #eed089 !important;
}
.bttn-warning:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.125rem rgb(240, 208, 134) !important;
          box-shadow: 0 0 0 0.125rem rgb(240, 208, 134) !important;
}

.bttn-danger {
  color: #fff;
  background-color: #dd3636;
}
.bttn-danger:hover {
  background-color: #ce3232 !important;
}
.bttn-danger:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(221, 54, 54, 0.5) !important;
          box-shadow: 0 0 0 0.125rem rgba(221, 54, 54, 0.5) !important;
}

.bttn-default {
  color: #3a3939;
  background-color: #f3f3f3;
}
.bttn-default:hover {
  background-color: #ececec;
}
.bttn-default:focus-visible,
.bttn-default [role=button]:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(184, 192, 198, 0.7019607843);
          box-shadow: 0 0 0 3px rgba(184, 192, 198, 0.7019607843);
}

.bttn-light {
  color: #14709F;
  border-color: #f1f2f5;
  background-color: #f6f7fa;
}
.bttn-light:hover {
  color: #0f6e9e;
  background-color: #f1f2f5;
}
.bttn-light:focus-visible,
.bttn-light [role=button]:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(184, 192, 198, 0.7019607843);
          box-shadow: 0 0 0 3px rgba(184, 192, 198, 0.7019607843);
}

.bttn-dark {
  color: #fff;
  background-color: #333;
}
.bttn-dark:hover {
  background-color: #474747 !important;
}
.bttn-dark:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(184, 192, 198, 0.7019607843);
          box-shadow: 0 0 0 3px rgba(184, 192, 198, 0.7019607843);
}

.bttn-disabled,
button:disabled {
  color: #9fa6ac !important;
  background-color: #eaeff3 !important;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bttn-menu {
  width: 40px;
  padding: 0.25rem;
  border-radius: 5px;
  vertical-align: sub;
}
.bttn-menu .line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 0.4375rem auto;
  border-radius: 0.625rem;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.bttn-menu .line:first-of-type {
  margin-top: 0;
}
.bttn-menu .line:last-of-type {
  margin-bottom: 0;
}

.bttn-menu-active .line:nth-child(1) {
  width: 15px;
}

.bttn-menu-active .line:nth-child(3) {
  width: 15px;
}

.navbar-slide-x {
  overflow-x: auto;
  padding-block: 0;
}
.navbar-slide-x ul {
  list-style: none;
  min-width: 100%;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-slide-x ul li {
  padding-inline: 0.5rem;
  white-space: nowrap;
}
.navbar-slide-x ul li:first-child {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.navbar-slide-x ul li:last-child {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}

@media screen and (max-width: 990px) {
  .navbar-slide-x {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .navbar-slide-x::-webkit-scrollbar {
    display: none;
  }
}
.link-primary[href],
.link-style-primary[href] {
  color: #006BD6;
  text-decoration: none !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link-primary[href]:hover,
.link-style-primary[href]:hover {
  color: #0a85ff;
}

.link-style-primary[href] {
  text-decoration: underline !important;
  text-decoration-color: #67a8e9 !important;
}
.link-style-primary[href]:hover {
  color: #0a85ff;
  text-decoration-color: #79b7f5 !important;
}

.link-danger[href] {
  color: #dd3636;
  text-decoration: none !important;
}

.link-uppercase,
.link-uppercase-bold {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (min-width: 770px) {
  .link-uppercase,
  .link-uppercase-bold {
    font-size: 13px;
  }
}

.link-uppercase {
  font-weight: normal;
}

.detail-return-link {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.detail-return-link [class*=icon-] {
  width: 12px;
  margin-top: -2px;
}

.form-base .required-field {
  margin-bottom: 2rem;
  font-size: 14px;
  color: #595959;
  text-align: end;
}
.form-base .field-message-xs-placeholder::-webkit-input-placeholder {
  font-size: 13px;
}
.form-base .field-message-xs-placeholder::-moz-placeholder {
  font-size: 13px;
}
.form-base .field-message-xs-placeholder:-ms-input-placeholder {
  font-size: 13px;
}
.form-base .field-message-xs-placeholder::-ms-input-placeholder {
  font-size: 13px;
}
.form-base .field-message-xs-placeholder::placeholder {
  font-size: 13px;
}
.form-base .allowed-file {
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: 400;
  text-align: end;
  text-transform: uppercase;
  opacity: 0.7;
}
.form-base label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form-base .form-elements-base {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.form-base .input-type,
.form-base input,
.form-base textarea,
.form-base select {
  width: 100%;
  height: 2.3rem;
  margin-top: 8px;
  padding: 8px 16px;
  color: #4c4c4c;
  border: 1px solid #a8aeb4;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 990px) {
  .form-base .input-type,
  .form-base input,
  .form-base textarea,
  .form-base select {
    height: 2.8125rem;
  }
}
.form-base input:disabled,
.form-base select:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  background-color: #f6f7fa;
}
.form-base textarea {
  min-height: 200px;
  line-height: 1.6;
  display: inline-block;
  resize: vertical;
}
.form-base .text-area-xs {
  min-height: 80px;
}
.form-base [type=checkbox],
.form-base [type=radio] {
  width: auto;
  height: auto;
  margin-block: -4px 0;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  vertical-align: middle;
  accent-color: #167DB1;
}
.form-base input[type=file] {
  padding: 0;
}
.form-base input[type=file]::-webkit-file-upload-button {
  height: 100%;
  -webkit-margin-end: 1.2rem;
          margin-inline-end: 1.2rem;
  padding-inline: 0.65rem;
  font-size: 15px;
  color: #167DB1;
  border: none;
}
.form-base input[type=file]::file-selector-button {
  height: 100%;
  -webkit-margin-end: 1.2rem;
          margin-inline-end: 1.2rem;
  padding-inline: 0.65rem;
  font-size: 15px;
  color: #167DB1;
  border: none;
}
.form-base input:focus,
.form-base textarea:focus,
.form-base select:focus,
.form-base input[type=checkbox]:focus,
.form-base input[type=radio]:focus {
  outline: none;
  border-color: #7fb7e4;
  -webkit-box-shadow: 0 0 0 2px #cce2f4;
          box-shadow: 0 0 0 2px #cce2f4;
  position: relative;
}
.form-base .container-type-file {
  width: 100%;
  max-height: 500px;
  padding: 1rem;
  margin: 1rem 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fafafa;
}
.form-base .container-type-file .current-file {
  border-radius: 5px;
}
.form-base .container-files {
  width: 100%;
  max-width: 100%;
  max-height: 400px;
  padding: 1rem;
  text-align: center;
  border-radius: 5px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fafafa;
}
.form-base .error-field {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  font-size: 13px;
  color: red;
}
.form-base .error-field ul,
.form-base .error-field ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.form-base button[type=submit],
.form-base button[type=reset] {
  margin: 12px 0;
}
.form-base :disabled {
  cursor: not-allowed;
}

.form-base-login button,
.form-base-login .bttn {
  width: 100%;
  max-width: 100%;
}

.form-elements-header {
  padding: 8px;
  color: #5d5d5d;
  font-size: 19px;
  border-radius: 4px;
  background-color: #f5f5f7;
}

.file-upload {
  -webkit-padding-start: 0 !important;
          padding-inline-start: 0 !important;
}
.file-upload::-webkit-file-upload-button {
  height: 100%;
  font-weight: bold;
  padding-inline: 0.5rem 1rem;
  opacity: 0.7;
  border: 0;
  -webkit-border-end: 1px solid #a8aeb4;
          border-inline-end: 1px solid #a8aeb4;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
}
.file-upload::file-selector-button {
  height: 100%;
  font-weight: bold;
  padding-inline: 0.5rem 1rem;
  opacity: 0.7;
  border: 0;
  -webkit-border-end: 1px solid #a8aeb4;
          border-inline-end: 1px solid #a8aeb4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}

.alert-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  width: 100%;
  padding: 1rem;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.alert-expand {
  border: 0 !important;
  border-radius: 0 !important;
}

.alert-info {
  color: #205aa4;
  background-color: #f2f9ff;
  border: 1px solid #cde5fc;
}
.alert-info [href] {
  color: #205aa4;
}
.alert-info [href]:hover {
  color: #2871cf;
  text-decoration-color: #4e8cdc;
}

.alert-success {
  color: #00754e;
  background-color: #ebfaf5;
  border: 1px solid #c9e2da;
}
.alert-success [href] {
  color: #00754e;
}
.alert-success [href]:hover {
  color: #00a870;
  text-decoration-color: #00db92;
}

.alert-warning {
  color: #786139;
  background-color: #fffaec;
  border: 1px solid #e6ddca;
}
.alert-warning [href] {
  color: #786139;
}
.alert-warning [href]:hover {
  color: #9b7d49;
  text-decoration-color: #b59762;
}

.alert-danger {
  color: #6f0d19;
  background-color: #f8e4e8;
  border: 1px solid #ddbcc3;
}
.alert-danger [href] {
  color: #6f0d19;
}
.alert-danger [href]:hover {
  color: #9d1223;
  text-decoration-color: #ca182e;
}

.no-data-y-md,
.no-data {
  margin-top: 50px;
  padding: 0 1rem;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  opacity: 0.7;
}

.no-data-y-md {
  margin-top: calc(2.0625rem + 9.75vw);
}
@media (min-width: 1200px) {
  .no-data-y-md {
    margin-top: 9.375rem;
  }
}

.active {
  color: #1e87f0 !important;
}

.mobile-device-slide-x {
  overflow-x: auto;
}

.list-deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-deco .item-list-deco {
  padding-block: 0.5rem;
  text-align: start;
  border-bottom: 1px dotted grey;
}

.list-style-none {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (max-width: 990px) {
  .mobile-device-slide-x {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .mobile-device-slide-x::-webkit-scrollbar {
    display: none;
  }
}
.message-section-center,
.message-section {
  padding: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .message-section-center,
  .message-section {
    padding: 2.5rem;
  }
}
.message-section-center .title,
.message-section .title {
  margin-top: 0.5rem;
  font-size: calc(1.325rem + 0.9vw);
  font-weight: bold;
}
@media (min-width: 1200px) {
  .message-section-center .title,
  .message-section .title {
    font-size: 2rem;
  }
}
.message-section-center p,
.message-section-center .paragraph,
.message-section p,
.message-section .paragraph {
  font-weight: 500;
}

.message-section-center {
  margin-top: 100px;
}

.d-none {
  display: none;
}

@media screen and (max-width: 770px) {
  .pha-d-none {
    display: none;
  }
}
.user-edit-content {
  padding: 0.5rem;
  margin-top: calc(1.375rem + 1.5vw);
  margin-bottom: 1rem;
  border-radius: 5px;
  background-color: #f6f7fa;
}
@media (min-width: 1200px) {
  .user-edit-content {
    margin-top: 2.5rem;
  }
}
.user-edit-content p {
  margin: 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 770px) {
  .user-edit-content p {
    font-size: 14px;
  }
  .user-edit-content p span {
    margin-left: 1rem;
    margin-bottom: 0.5rem;
    display: block;
  }
}

.f-danger {
  color: #dd3636;
}

.badge-sm,
.badge {
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  color: #14709F;
  font-size: 13px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  background-color: #dee3e7;
  background-color: #e7eefc;
}

.badge-sm {
  min-width: 12px;
  font-size: 10px;
}

.block-header {
  padding: 8px;
  color: #5d5d5d;
  font-size: 19px;
  border-radius: 4px;
  background-color: #f5f5f7;
}

.list-row-cebra {
  padding: 1rem;
  margin: 0;
  list-style: none;
  border-radius: 5px;
}
.list-row-cebra li {
  padding: 0.5rem;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.7);
}
.list-row-cebra li:last-child {
  border: 0;
}

.login-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .login-title {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 770px) {
  .login-title {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
}
@media screen and (max-width: 770px) and (min-width: 1200px) {
  .login-title {
    font-size: 2.5rem !important;
  }
}

.user-logged {
  max-width: 25%;
  margin-left: 1rem;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 770px) {
  .user-logged {
    font-size: 14px;
  }
}

.end-text {
  text-align: end;
}

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

@media screen and (max-width: 770px) {
  .pha-text-center {
    text-align: center;
  }
}
.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1rem;
  margin: 2px 0;
  list-style-type: none;
  color: #b3b3b3;
  white-space: nowrap;
}
.pagination [href] {
  color: inherit;
  text-decoration: none;
}
.pagination .pagination-item,
.pagination .pagination-control,
.pagination .pagination-item-selected,
.pagination .pagination-control-selected {
  padding: 8px 0;
}
.pagination .pagination-control {
  color: #818181;
}
.pagination .pagination-link {
  padding: 8px 12px;
}

.pagination-bold-hover .caret-left {
  border-right-color: #818181;
}
.pagination-bold-hover .caret-right {
  border-left-color: #818181;
}
.pagination-bold-hover .pagination-link:hover {
  color: #9a9a9a;
}
.pagination-bold-hover .pagination-link:hover .caret-left {
  border-right-color: #5c5c5c;
}
.pagination-bold-hover .pagination-link:hover .caret-right {
  border-left-color: #5c5c5c;
}
.pagination-bold-hover .pagination-item-selected .caret-left,
.pagination-bold-hover .pagination-control-selected .caret-left {
  border-right-color: #c5cbdf;
}
.pagination-bold-hover .pagination-item-selected .caret-right,
.pagination-bold-hover .pagination-control-selected .caret-right {
  border-left-color: #c5cbdf;
}
.pagination-bold-hover .pagination-item-selected .pagination-link,
.pagination-bold-hover .pagination-control-selected .pagination-link {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[class*=caret-] {
  width: 0;
  height: 0;
  display: inline-block;
  border: 0.3rem solid transparent;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.caret-left {
  border-left: 0;
  border-right-color: initial;
}

.caret-right {
  border-right: 0;
  border-left-color: initial;
}

[class*=icon-] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.icon-active-circle {
  background-color: green;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='%23000'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/%3E%3Cpath d='m10.97 4.97l-.02.022l-3.473 4.425l-2.093-2.094a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-inactive-circle {
  background-color: red;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='%23000'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8L4.646 5.354a.5.5 0 0 1 0-.708'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-info,
.icon-success,
.icon-warning,
.icon-danger,
.icon-trash {
  width: 1rem;
  height: 1rem;
  -webkit-margin-end: 6px;
          margin-inline-end: 6px;
  margin-top: -2px;
  vertical-align: middle;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M17 22v-8h-4v2h2v6h-3v2h8v-2zM16 8a1.5 1.5 0 1 0 1.5 1.5A1.5 1.5 0 0 0 16 8'/%3E%3Cpath fill='%23000' d='M16 30a14 14 0 1 1 14-14a14 14 0 0 1-14 14m0-26a12 12 0 1 0 12 12A12 12 0 0 0 16 4'/%3E%3C/svg%3E");
}

.icon-success {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='m14 21.414l-5-5.001L10.413 15L14 18.586L21.585 11L23 12.415z'/%3E%3Cpath fill='%23000' d='M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m0 26a12 12 0 1 1 12-12a12 12 0 0 1-12 12'/%3E%3C/svg%3E");
}

.icon-warning {
  margin-top: -4px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M16 23a1.5 1.5 0 1 0 1.5 1.5A1.5 1.5 0 0 0 16 23m-1-11h2v9h-2z'/%3E%3Cpath fill='%23000' d='M29 30H3a1 1 0 0 1-.887-1.461l13-25a1 1 0 0 1 1.774 0l13 25A1 1 0 0 1 29 30M4.65 28h22.7l.001-.003L16.002 6.17h-.004L4.648 27.997Z'/%3E%3C/svg%3E");
}

.icon-danger {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m0 26a12 12 0 1 1 12-12a12 12 0 0 1-12 12'/%3E%3Cpath fill='%23000' d='M15 8h2v11h-2zm1 14a1.5 1.5 0 1 0 1.5 1.5A1.5 1.5 0 0 0 16 22'/%3E%3C/svg%3E");
}

.icon-trash {
  width: 13px;
  height: 13px;
  margin-top: -4px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M6.5 1h3a.5.5 0 0 1 .5.5v1H6v-1a.5.5 0 0 1 .5-.5M11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3A1.5 1.5 0 0 0 5 1.5v1H1.5a.5.5 0 0 0 0 1h.538l.853 10.66A2 2 0 0 0 4.885 16h6.23a2 2 0 0 0 1.994-1.84l.853-10.66h.538a.5.5 0 0 0 0-1zm1.958 1l-.846 10.58a1 1 0 0 1-.997.92h-6.23a1 1 0 0 1-.997-.92L3.042 3.5zm-7.487 1a.5.5 0 0 1 .528.47l.5 8.5a.5.5 0 0 1-.998.06L5 5.03a.5.5 0 0 1 .47-.53Zm5.058 0a.5.5 0 0 1 .47.53l-.5 8.5a.5.5 0 1 1-.998-.06l.5-8.5a.5.5 0 0 1 .528-.47M8 4.5a.5.5 0 0 1 .5.5v8.5a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E");
}

.icon-star-gold,
.icon-star-silver {
  background-color: #BCAA2C;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327l4.898.696c.441.062.612.636.282.95l-3.522 3.356l.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/%3E%3C/svg%3E");
}

.icon-star-silver {
  background-color: #A6AEBF;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327l4.898.696c.441.062.612.636.282.95l-3.522 3.356l.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/%3E%3C/svg%3E");
}

.icon-user-silver {
  width: 1.3em;
  height: 1.3em;
  background-color: #A6AEBF;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M3 14s-1 0-1-1s1-4 6-4s6 3 6 4s-1 1-1 1zm5-6a3 3 0 1 0 0-6a3 3 0 0 0 0 6'/%3E%3C/svg%3E");
}

.icon-success-xl {
  width: 60px !important;
  height: 60px !important;
  color: #2d8655;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='m14 21.414l-5-5.001L10.413 15L14 18.586L21.585 11L23 12.415z'/%3E%3Cpath fill='%23000' d='M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m0 26a12 12 0 1 1 12-12a12 12 0 0 1-12 12'/%3E%3C/svg%3E");
}

.icon-danger-xl {
  width: 60px !important;
  height: 60px !important;
  color: #dd3636;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m0 26a12 12 0 1 1 12-12a12 12 0 0 1-12 12'/%3E%3Cpath fill='%23000' d='M15 8h2v11h-2zm1 14a1.5 1.5 0 1 0 1.5 1.5A1.5 1.5 0 0 0 16 22'/%3E%3C/svg%3E");
}

.icon-close-sidebar {
  display: block;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z'/%3E%3C/svg%3E");
}

.icon-close-sm {
  width: 1em;
  height: 1em;
  display: block;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z'/%3E%3C/svg%3E");
}

.icon-chevron-r {
  width: 14px;
  height: 14px;
  margin-left: 3px;
  vertical-align: middle;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8L4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}

.icon-chevron-l {
  width: 14px;
  height: 14px;
  margin-right: 3px;
  vertical-align: middle;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
}

.icon-chevron-expand {
  width: 16px;
  height: 16px;
  margin-top: -1px;
  vertical-align: middle;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M3.646 9.146a.5.5 0 0 1 .708 0L8 12.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708m0-2.292a.5.5 0 0 0 .708 0L8 3.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708'/%3E%3C/svg%3E");
}

.icon-unlock,
.icon-lock {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-color: #dd3636;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M3.5 11.5a3.5 3.5 0 1 1 3.163-5H14L15.5 8L14 9.5l-1-1l-1 1l-1-1l-1 1l-1-1l-1 1H6.663a3.5 3.5 0 0 1-3.163 2M2.5 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2'/%3E%3C/svg%3E");
}

.icon-unlock {
  background-color: #d9ddea;
}

.footer {
  min-height: 50px;
  padding-block: 40px;
  background-color: #fafafa;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.footer [href] {
  color: inherit;
  text-decoration: none;
}
.footer .footer-inline-items {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8px 0;
}
@media screen and (max-width: 550px) {
  .footer .footer-inline-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer-inline-items .footer-item {
  padding: 16px;
  color: #606062;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media screen and (min-width: 770px) {
  .footer .footer-inline-items .footer-item {
    font-size: 14px;
  }
}
.footer .footer-inline-items .footer-item:hover {
  color: inherit;
}

.footer-advisement-agree-terms {
  padding: 40px;
  text-align: center;
  background-color: #f7f7f7;
}
.footer-advisement-agree-terms [href] {
  color: red;
  text-decoration: none;
}
.footer-advisement-agree-terms [href]:hover {
  opacity: 0.7;
}

.trademark {
  font-size: 13px;
  color: #606062;
  font-weight: bold;
  text-transform: uppercase;
}

.overlay-container-brand-color,
.overlay-container {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.overlay-container-brand-color .overlay,
.overlay-container .overlay {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay-container-brand-color .overlay-img,
.overlay-container .overlay-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: 1;
}
.overlay-container-brand-color .overlay-content,
.overlay-container .overlay-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.overlay-container-brand-color {
  background-color: #000;
}
.overlay-container-brand-color .overlay {
  background-color: #000;
}

.accordion-button details summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: start;
  color: #677283;
  background-color: #f6f7fa;
}
.accordion-button details summary:hover {
  background-color: #f5f5f5 !important;
}
.accordion-button details summary:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px #e0e0e0;
          box-shadow: 0 0 0 3px #e0e0e0;
}
.accordion-button details summary .icon-chevron-r {
  margin: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.accordion-button details[open] summary ~ * {
  -webkit-animation: sweep 0.5s ease-in-out;
          animation: sweep 0.5s ease-in-out;
}
.accordion-button details[open] summary .icon-chevron-r {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-button details .accordion-body {
  padding-inline: 1rem;
}

@-webkit-keyframes sweep {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes sweep {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.message-section {
  padding: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .message-section {
    padding: 2.5rem;
  }
}
.message-section .title {
  margin-top: 0.5rem;
  margin-bottom: 5px;
  font-size: calc(1.325rem + 0.9vw);
  font-weight: bold;
}
@media (min-width: 1200px) {
  .message-section .title {
    font-size: 2rem;
  }
}
.message-section .subtitle {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}
.message-section p, .message-section .paragraph {
  font-weight: 500;
}

.message-success {
  color: #2d8655;
}

.message-danger {
  color: #dd3636;
}

.grid-layout-maxw-95,
.grid-layout {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  overflow-x: hidden;
  background-color: #fff;
}

.grid-layout-maxw-95 {
  max-width: 95%;
}

.grid-overlay {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a192f), color-stop(0%, rgba(10, 25, 47, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(10, 25, 47, 0.2)), to(#0a192f)), -webkit-gradient(linear, left top, left bottom, from(rgba(10, 25, 47, 0.6)), to(rgba(10, 25, 47, 0.01)));
  background-image: linear-gradient(#0a192f, rgba(10, 25, 47, 0) 0%), linear-gradient(rgba(10, 25, 47, 0.2) 5%, #0a192f), linear-gradient(rgba(10, 25, 47, 0.6), rgba(10, 25, 47, 0.01));
}

.grid-layout-maxw-95 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.grid-layout-maxw-95::-webkit-scrollbar {
  display: none;
}

.grid-content-center {
  max-width: 500px;
  padding: 0 1rem;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.grid-content-center .grid-title {
  margin-bottom: 0;
  font-size: calc(1.375rem + 1.5vw) !important;
  font-weight: 400;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
@media (min-width: 1200px) {
  .grid-content-center .grid-title {
    font-size: 2.5rem !important;
  }
}
.grid-content-center .grid-subtitle {
  margin: 0;
  font-size: 1.17rem !important;
  font-weight: 300;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.grid-content-center .grid-link {
  display: inline-block;
  margin-top: 16px;
  font-size: 1.17rem !important;
  color: dodgerblue;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.grid-content-center .grid-link [class*=icon-] {
  margin-top: -2px;
}
.grid-content-center .grid-link:hover {
  text-decoration: underline;
}

/*Efectos para el contenedor de textos*/
.fade-top {
  opacity: 0;
  -webkit-transform: translate(0, 10vh);
          transform: translate(0, 10vh);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fade-top-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.h-100vh-mb {
  height: 100vh;
  margin-bottom: 10px;
}

.overlay-hero {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}

.hero-text-content {
  margin-top: -190px;
  padding-inline: 1.5rem;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 550px) {
  .hero-text-content {
    margin-top: -200px;
  }
}
.hero-text-content .hero-logo {
  width: 200px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 770px) {
  .hero-text-content .hero-logo {
    width: 140px;
  }
}
.hero-text-content .hero-title {
  margin-bottom: 0;
  font-family: "orbitronbold";
  font-size: calc(1.475rem + 2.7vw) !important;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  font-weight: 700;
}
@media (min-width: 1200px) {
  .hero-text-content .hero-title {
    font-size: 3.5rem !important;
  }
}
.hero-text-content .hero-subtitle {
  font-size: 17px !important;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-weight: 400;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.hero-notice {
  max-width: 90%;
  margin-top: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  background-color: rgba(255, 255, 255, 0.3);
}

.animation-zoomm {
  -webkit-animation: zoom 60s;
          animation: zoom 60s;
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.grid-layout-block {
  gap: 10px;
  padding-bottom: 10px;
}
.grid-layout-block .box-left,
.grid-layout-block .box-right {
  border-radius: 0.25rem;
}
@media screen and (min-width: 990px) {
  .grid-layout-block :nth-child(even) {
    grid-template-columns: 1fr 1fr;
  }
}

/*Orden de los bloques*/
.grid-content-block {
  border-radius: 5px;
}
.grid-content-block:nth-child(3n) {
  min-width: 100%;
  height: 600px;
  grid-column: span 2;
}
@media screen and (max-width: 990px) {
  .grid-content-block:nth-child(3n) {
    grid-column: span 1;
  }
}
@media screen and (max-width: 990px) {
  .grid-content-block {
    grid-template-columns: 1fr;
  }
}

.cards-group {
  display: grid;
  row-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.cards-group .card-box {
  padding: 1rem 1.5rem;
  border-radius: 5px;
  background-color: #fafbfd;
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.cards-group .card-box .card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cards-group .card-box .card .card-image {
  position: relative;
}
.cards-group .card-box .card .card-image img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cards-group .card-box .card .card-header {
  padding: 1rem 0 0 0;
}
.cards-group .card-box .card .card-header p {
  margin: 0;
  font-size: 1.5rem;
  color: rgba(2, 1, 1, 0.8);
  font-weight: bold;
}
.cards-group .card-box .card .card-body {
  max-height: 150px;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.cards-group .card-box .card .card-body p {
  color: #464646;
  font-weight: 500;
}
.cards-group .card-box .card .card-footer {
  margin-top: auto;
  font-weight: 400;
  text-align: left;
}
.cards-group .card-box .card .card-footer [href] [class*=icon-] {
  margin-left: 5px;
  width: 12px;
  height: 12px;
}
.cards-group .card-fade-in {
  opacity: 1;
}

/*Orden de cada bloque*/
.grid-layout-feature {
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 990px) {
  .grid-layout-feature {
    grid-template-columns: 1fr;
  }
}

.grid-content-feature {
  border-radius: 5px;
}
.grid-content-feature:nth-child(4n+1) {
  grid-column: span 3;
}
@media screen and (max-width: 990px) {
  .grid-content-feature:nth-child(4n+1) {
    grid-column: span 1;
  }
}
.grid-content-feature:nth-child(4n+2), .grid-content-feature:nth-child(4n+3), .grid-content-feature:nth-child(4n+4) {
  grid-column: span 1;
}
.grid-content-feature:nth-child(4n+2) .grid-title-feature, .grid-content-feature:nth-child(4n+3) .grid-title-feature, .grid-content-feature:nth-child(4n+4) .grid-title-feature {
  font-size: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .grid-content-feature:nth-child(4n+2) .grid-title-feature, .grid-content-feature:nth-child(4n+3) .grid-title-feature, .grid-content-feature:nth-child(4n+4) .grid-title-feature {
    font-size: 1.5rem !important;
  }
}
.grid-content-feature:nth-child(4n+2) .grid-subtitle-feature, .grid-content-feature:nth-child(4n+3) .grid-subtitle-feature, .grid-content-feature:nth-child(4n+4) .grid-subtitle-feature {
  font-size: 1rem !important;
  font-weight: normal;
}
.grid-content-feature:nth-child(4n+2) .grid-link-feature, .grid-content-feature:nth-child(4n+3) .grid-link-feature, .grid-content-feature:nth-child(4n+4) .grid-link-feature {
  font-size: 1rem !important;
  font-weight: normal;
}

.remove-overlay {
  background-color: rgba(0, 0, 0, 0) !important;
}

@media screen and (min-width: 400px) {
  .add-mobile-xs {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .remove-mobile-xs {
    display: none;
  }
  .add-mobile-xs {
    display: block;
  }
}
.opacity-2 {
  opacity: 0.2;
}

.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

@media screen and (max-width: 550px) {
  .pho-start-text {
    text-align: left;
  }
}
.about-us-container {
  padding: 1rem 0 !important;
}
.about-us-container .about-us-content {
  text-align: justify;
}
.about-us-container .about-us-content .title {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .about-us-container .about-us-content .title {
    font-size: 2rem;
  }
}
.about-us-container .about-us-content .subtitle-right,
.about-us-container .about-us-content .subtitle-left {
  margin-top: 0;
  font-size: calc(1.265rem + 0.18vw);
  color: #595959;
}
@media (min-width: 1200px) {
  .about-us-container .about-us-content .subtitle-right,
  .about-us-container .about-us-content .subtitle-left {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 770px) {
  .about-us-container .about-us-content .subtitle-right {
    text-align: right;
  }
}
.about-us-container .about-us-content .subtitle-left {
  text-align: left;
}
.about-us-container .about-us-content img {
  float: left;
  width: 100%;
  max-width: 100px;
  margin-right: 15px;
  padding: 1px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.section-grid-two-col {
  display: grid;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 990px) {
  .section-grid-two-col {
    grid-template-columns: 100%;
  }
}
.section-grid-two-col__left, .section-grid-two-col__right {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-grid-two-col__right {
  background-color: #fafbfd;
}
@media screen and (max-width: 990px) {
  .section-grid-two-col__right {
    min-height: auto;
  }
}
.section-grid-two-col__left {
  margin-top: -180px;
}
@media screen and (max-width: 990px) {
  .section-grid-two-col__left {
    min-height: 250px;
    margin-top: 0;
    text-align: center;
  }
}

.open-fs-menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  position: relative;
}

.wrapper-fs-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  display: none;
  z-index: 9999;
}
.wrapper-fs-menu .overlay-first,
.wrapper-fs-menu .overlay-second {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  -webkit-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}
.wrapper-fs-menu .overlay-first {
  right: 100%;
  background-color: rgba(126, 126, 126, 0.2);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.wrapper-fs-menu .overlay-second {
  left: 100%;
  background-color: #0c0c0c;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.wrapper-fs-menu .content-fs-menu {
  color: rgb(219, 246, 253);
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.wrapper-fs-menu .content-fs-menu .header-fs-menu {
  width: 100%;
  padding: 1.5rem 2.5rem;
  text-align: right;
  position: absolute;
  top: 0;
  color: rgb(219, 246, 253);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*.close-slide-fullcreen {
      text-decoration: none;
      color: $mabel;
  }*/
}
.wrapper-fs-menu .content-fs-menu .header-fs-menu .close-fs-menu {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.wrapper-fs-menu .content-fs-menu .header-fs-menu .close-fs-menu:hover {
  opacity: 0.7;
}
.wrapper-fs-menu .content-fs-menu .header-fs-menu .close-fs-menu:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(184, 192, 198, 0.7019607843);
          box-shadow: 0 0 0 2px rgba(184, 192, 198, 0.7019607843);
}
.wrapper-fs-menu .content-fs-menu .body-fs-menu {
  height: 100vh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease 0.3s;
  transition: all 0.2s ease 0.3s;
}
.wrapper-fs-menu .content-fs-menu .body-fs-menu .items-fs-menu {
  width: 100%;
  height: 450px;
  overflow: auto;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.wrapper-fs-menu .content-fs-menu .body-fs-menu .items-fs-menu .item-fs {
  margin-top: 5px;
}
.wrapper-fs-menu .content-fs-menu .body-fs-menu .items-fs-menu .item-fs .item-fs-link {
  padding: 0.5rem 1rem;
  color: rgb(219, 246, 253);
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.wrapper-fs-menu .content-fs-menu .body-fs-menu .items-fs-menu .item-fs .item-fs-link:hover {
  opacity: 0.7;
}
.wrapper-fs-menu .content-fs-menu .body-fs-menu .items-fs-menu .item-fs .item-fs-link:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(184, 192, 198, 0.7019607843);
          box-shadow: 0 0 0 2px rgba(184, 192, 198, 0.7019607843);
}
.wrapper-fs-menu .content-fs-menu .body-fs-menu .items-fs-menu {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.wrapper-fs-menu .content-fs-menu .body-fs-menu .items-fs-menu::-webkit-scrollbar {
  display: none;
}
.wrapper-fs-menu.active .overlay-first {
  right: 0;
}
.wrapper-fs-menu.active .overlay-second {
  left: 0;
}
.wrapper-fs-menu.active .content-fs-menu {
  opacity: 1;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  -webkit-transition: all 0.9s ease 0.9s;
  transition: all 0.9s ease 0.9s;
}/*# sourceMappingURL=main.css.map */