::-webkit-scrollbar {
  width: 6px;
  height: 3px;
  overflow: visible;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #012b7f;
  border-radius: 3px;
}
::-webkit-scrollbar-button {
  display: none;
}
* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: HelveticaNeueLT;
  src: url("../fonts/helveticaneueltpro-mdcn.eot");
  src: url("../fonts/helveticaneueltpro-mdcn.eot?#iefix") format("embedded-opentype"),
    url("../fonts/helveticaneueltpro-mdcn.woff2") format("woff2"),
    url("../fonts/helveticaneueltpro-mdcn.woff") format("woff"),
    url("../fonts/helveticaneueltpro-mdcn.ttf") format("truetype"),
    url("../fonts/helveticaneueltpro-mdcn.svg#HelveticaNeueLTPro-MdCn") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype"),
    url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.ttf") format("truetype"),
    url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2") format("woff2"),
    url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  min-height: 100vh;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft YaHei UI", "Microsoft YaHei";
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #333;
  text-align: left;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  box-sizing: border-box;
  image-rendering: auto;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s linear, background 0.2s linear;
}
img,
video {
  max-width: 100%;
  height: auto !important;
  max-height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
ul,
ol {
  list-style: none;
  list-style-position: inside;
}
h1 {
  font-size: 2em;
  line-height: 1.2;
  font-weight: 600;
}
h2 {
  font-size: 1.8em;
  line-height: 1.2;
  font-weight: 600;
}
h3 {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 600;
}
h4 {
  font-size: 1.3em;
  line-height: 1.2;
  font-weight: 600;
}
h5 {
  font-size: 1.125em;
  line-height: 1.2;
  font-weight: 600;
}
h6 {
  font-size: 1em;
  line-height: 1.2;
  font-weight: 600;
}
input,
textarea,
select {
  border: none;
  outline: none;
  border-radius: none;
  appearance: none;
  -webkit-appearance: none;
  vertical-align: bottom;
  font-size: inherit;
  font-family: inherit;
}
::placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft YaHei UI", "Microsoft YaHei";
  color: grayscale(1);
}
strong,
b {
  font-weight: 600;
}
em,
i {
  font-style: italic;
}
iframe {
  max-inline-size: 100%;
  border: none;
  vertical-align: bottom;
}
*:before,
*:after,
[class*="icon-"] {
  font-family: icons;
  font-size: 1em;
  color: inherit;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: bottom;
}
[role="button"] {
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  transition: filter 0.15s;
}
[role="button"]:hover {
  filter: opacity(0.85);
}
[data-href]:not([data-href=""]) {
  cursor: pointer;
}
[data-href]:not([data-href=""]) > * {
  pointer-events: none;
}
[carousel-prev-button],
[carousel-next-button] {
  font-family: icons;
}
[class*="caption-"] {
  font-family: Montserrat;
  line-height: 1.2;
  font-weight: 400;
}
.caption-xl {
  font-size: 64px;
}
.caption-lg {
  font-size: 48px;
}
.caption-md {
  font-size: 36px;
}
.caption-ns {
  font-size: 28px;
}
.caption-sm {
  font-size: 18px;
}
.caption-xs {
  font-size: 16px;
}
.view-video {
  position: relative;
  z-index: 10;
  font-size: 3em;
}
.view-video:before {
  content: "\e943";
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: inherit;
}
.view-video img {
  filter: brightness(0.8);
}
.view-video .duration {
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-size: 12px;
  color: #fff;
}
[class*="text-row-"] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}
.text-row-1 {
  -webkit-line-clamp: 1;
  height: calc(1em * 1.4);
}
.text-row-2 {
  -webkit-line-clamp: 2;
  height: calc(1em * 1.4 * 2);
}
.text-row-3 {
  -webkit-line-clamp: 3;
  height: calc(1em * 1.4 * 3);
}
.text-row-4 {
  -webkit-line-clamp: 4;
  height: calc(1em * 1.4 * 4);
}
.text-row-5 {
  -webkit-line-clamp: 5;
  height: calc(1em * 1.4 * 5);
}
.text-row-6 {
  -webkit-line-clamp: 6;
  height: calc(1em * 1.4 * 6);
}
.button-xl {
  display: inline-block;
  width: 138px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #333;
  background: #c8e841;
}
.button-xl:hover {
  filter: opacity(0.95);
}
.button-load {
  display: inline-block;
  padding: 5px;
  margin: 20px auto;
  border-bottom: 1px solid #012b7f;
  color: #012b7f;
  text-align: center;
}
.button-load:after {
  content: "\e925";
  margin-left: 5px;
  font-size: 0.8em;
  vertical-align: middle;
}
.morelink {
  color: #012b7f;
  text-decoration: underline;
}
.wrap {
  box-sizing: border-box;
  width: 100%;
}
.container {
  box-sizing: border-box;
  width: 1345px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.clearfix {
  clear: both;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  place-items: center;
  height: 30px;
  font-size: 14px;
}
.topbar .rightnav {
  position: relative;
  z-index: 60;
}
/* .topbar span {
  display: inline-block;
  width: 20px;
  margin-left: 20px;
  text-align: center;
}
.topbar .multisites {
  position: absolute;
  z-index: 30;
  right: -20px;
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
}
.topbar .multisites.slidedown {
  padding: 5px 10px;
  max-height: 120px;
  color: #333;
  background: rgba(255, 255, 255, 1);
}
.topbar .multisites a:hover {
  color: #012B7e;
} */
.head-navigation {
  position: sticky;
  z-index: 50;
  top: 0;
  height: 70px;
  padding-bottom: 15px;
}
.head-navigation.sticky {
  padding-bottom: 0;
  height: 55px;
  background: inherit;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.head-navigation .container {
  display: flex;
  place-items: center;
}
.primary-logo {
  /* display: inline-block; */
  width: 120px;
  /* height: 55px; */
  transition: transform 0.25s ease-in;
}
/* .primary-search {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: right;
  vertical-align: sub;
}
.primary-search:before,
.primary-search:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.15em;
  cursor: pointer;
}
.primary-search:before {
  content: "\e92e";
  filter: opacity(1);
  visibility: visible;
  transition: all 0.1s 0.15s ease;
}
.primary-search:after {
  content: "\e923";
  filter: opacity(0);
  visibility: hidden;
  transition: all 0.1s ease;
}
.primary-search.close:before {
  filter: opacity(0);
  visibility: hidden;
  transition: all 0.1s ease;
}
.primary-search.close:after {
  filter: opacity(1);
  visibility: visible;
  transition: all 0.1s 0.15s ease;
} */
.navigation-controller {
  display: none;
}
.primary-navigation {
  /* display: inline-block; */
  box-sizing: border-box;
  width: calc(100% - 120px);
  /* padding-right: 30px; */
  text-align: right;
  transition: all 0.25s 0.05s;
}
.primary-navigation li {
  display: inline-block;
  margin: 0 30px;
  font-size: 1.125em;
  font-family: Montserrat;
  text-transform: uppercase;
}
/* 这里每个页面不一样 */
.primary-navigation ul li:nth-last-child(1) {
  margin-right: 0;
}
.primary-navigation li.active {
  color: #012b7f;
}
.secondary-navigation {
  position: absolute;
  z-index: 50;
  top: 65px;
  left: 0;
  display: block;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft YaHei UI", "Microsoft YaHei";
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  text-align: left;
  text-transform: capitalize;
  color: #666;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s 0.1s;
  box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
}
.sticky .secondary-navigation {
  top: 55px;
}
.secondary-navigation:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
.secondary-navigation .container {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 60px;
  padding: 40px 0 70px 0;
  place-items: start !important;
}
.secondary-navigation dl {
  width: 100%;
}
.secondary-navigation dt {
  margin-bottom: 15px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  color: #333;
  transition: all 0.15s 0.1s;
}
.secondary-navigation dt:hover {
  border-color: #012b7e;
}
.secondary-navigation dd {
  display: flex;
  justify-content: space-between;
  place-items: center;
}
.secondary-navigation dd:after {
  content: "\e948";
  font-size: 12px;
}
.secondary-navigation a {
  width: calc(100% - 20px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.secondary-navigation dd:hover {
  color: #012b7f;
}
.secondary-navigation-solution .container {
  grid-template-columns: 1fr 1fr 1fr;
}
.secondary-navigation-solution dl.material {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.secondary-navigation-solution dl.material dt {
  width: 100%;
}
.secondary-navigation-solution dl.material dd {
  width: calc(50% - 20px);
}
/* .secondary-navigation-search .form {
  display: block !important;
  padding-bottom: 30px;
}
.secondary-navigation-search form {
  display: flex;
  width: 850px;
  margin: 0 auto;
}
.secondary-navigation-search input[type="text"] {
  width: calc(100% - 88px);
  height: 46px;
  padding-left: 6px;
  border: 1px solid #e7e7e7;
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.secondary-navigation-search input[type="submit"] {
  width: 88px;
  height: 48px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: icons;
  font-size: 1.15em;
  color: #fff;
  background: #012B7e;
  cursor: pointer;
}
.secondary-navigation-search .popular-search {
  margin-top: 10px;
  text-align: center;
  color: #999;
}
.secondary-navigation-search a {
  margin-right: 5px;
}
.secondary-navigation-search a:hover {
  text-decoration: underline;
} */
.primary-navigation li:hover .secondary-navigation,
.secondary-navigation.sliderdown {
  max-height: 500px;
}
.footer {
  padding-top: 60px;
  color: #47516f;
  background: #151c30;
}
.footer dt {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}
.footer a:hover {
  color: #638ad5;
}
.foot-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 2;
}
.foot-contact .detail {
  margin-top: 30px;
}
.foot-statement {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #23293c;
  margin-top: 50px;
  line-height: 48px;
}
.snslinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  place-items: center;
}
.snslinks span {
  display: inline-flex;
  justify-content: space-around;
  place-items: center;
  width: 26px;
  height: 25px;
  border: 1px solid #3e4559;
  border-radius: 50%;
  margin: 0 5px;
}
.entry-content {
  line-height: 1.6;
}
.entry-content p,
.entry-content div {
  margin: 10px 0;
}
.entry-content ul {
  margin: 8px 0 0 8px;
  line-height: 1.35;
  list-style: inside disc;
}
.entry-content ol {
  margin: 8px 0 0 8px;
  line-height: 1.35;
  list-style: inside decimal;
}
.entry-content li {
  margin: 5px 0;
}
.entry-content li::marker {
  margin-right: 5px;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 15px 0 10px 0;
  line-height: 1.2;
}
.entry-content table {
  margin: 10px auto;
  border-collapse: collapse;
}
.entry-content table td {
  padding: 5px;
  border: 1px solid #ccc;
  color: #000;
  word-break: break-all;
}
.entry-content table tr:nth-child(2n + 1) {
  background: #eee;
}
.entry-content a {
  color: #012b7e;
}
.gep-loading {
  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 90;
  transform: translate(-50%, -50%);
  display: flex;
  place-items: center;
  box-sizing: border-box;
  width: auto;
  height: 58px;
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid #a5d9ff;
  color: #2b9cee;
  background: #e9f6ff;
  font-family: Arial;
  font-weight: 600;
}
.gep-loading:before {
  content: "\e91e";
  display: inline-flex;
  justify-content: space-around;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
  background: #2788ff;
  animation: rotate 0.8s linear infinite;
}
.gep-toast {
  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 90;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  place-items: center;
  width: 400px;
  height: 65px;
  padding: 0 15px;
  border-radius: 5px;
  border: 1px solid #00479d;
  color: #00479d;
  background: #fff;
}
.gep-toast .content {
  width: calc(100% - 55px);
}
.gep-toast-subject {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
.gep-toast-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #797c7b;
  font-size: 14px;
}
.gep-toast-subject ~ .gep-toast-title {
  -webkit-line-clamp: 1;
}
.gep-toast:before {
  display: flex;
  place-items: center;
  justify-content: space-around;
  width: 35px;
  height: 35px;
  color: #fff;
  border-radius: 50%;
}
.gep-toast:before {
  content: "\e91f";
}
.gep-toast.success {
  border: 1px solid #b1e89c;
  color: #51be26;
  background: #f1f9f4;
}
.gep-toast.success:before {
  content: "\e920";
  background: #51be26;
}
.gep-toast.warn {
  border: 1px solid #f7d493;
  color: #f7b334;
  background: #fef8eb;
}
.gep-toast.warn:before {
  content: "\e91f";
  background: #f7b334;
}
.gep-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  background: rgba(0, 0, 0, 0.5);
}
.gep-logon {
  position: fixed;
  top: 35%;
  left: 50%;
  z-index: 90;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 315px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url(https://www.gepecotech.com/dm-content/themes/g2/images/widget/bg-logon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.gep-logon .icon-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 33px;
  height: 22px;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #cbcbcb;
  background: #f7f7f7;
  cursor: pointer;
}
.gep-logon .title {
  font-size: 24px;
  color: #fff;
}
.gep-logon .prompt {
  margin-top: 30px;
}
.gep-logon .oauth {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}
.gep-logon .oauth a {
  display: flex;
  justify-content: space-around;
  place-items: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  margin: 0 5px;
}
.gep-logon .option-or {
  display: flex;
  justify-content: center;
  place-items: center;
  margin-top: 20px;
  color: #999;
}
.gep-logon .option-or:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  margin-right: 5px;
  background: #999;
}
.gep-logon .option-or:after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  margin-left: 5px;
  background: #999;
}
.gep-logon input {
  width: 100%;
  height: 30px;
  padding-left: 2px;
  border-bottom: 1px solid #d7d7d7;
  margin-top: 15px;
  font-size: 14px;
  line-height: 30px;
}
.gep-logon input::placeholder {
  color: #bfbfbf;
}
.gep-logon .button {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  line-height: 40px;
  border-radius: 3px;
  color: #fff;
  background: #5c8cfe;
  text-align: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.gep-logon .button:hover {
  filter: opacity(0.85);
}
.float-contact {
  position: fixed;
  z-index: 50;
  top: 40%;
  right: 25px;
  transform: translateY(-50%);
  width: 50px;
  border-radius: 6px;
  color: #828282;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.float-contact span {
  display: flex;
  width: 30px;
  height: 30px;
  margin: 10px;
  font-family: icons;
  font-size: 1.6em;
  place-items: center;
  justify-content: space-around;
  transition: color 0.15s;
}
.float-contact span:hover {
  color: #012b7f;
}
.float-gotop {
  position: fixed;
  z-index: 50;
  bottom: 25px;
  right: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: center;
  cursor: pointer;
  filter: opacity(0);
  visibility: hidden;
  transition: filter 0.3s 0.3s;
}
.float-gotop:before {
  content: "\e949";
  display: block;
  font-size: 1.2em;
}
.float-gotop.visible {
  filter: opacity(1);
  visibility: visible;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1345px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .caption-xl {
    font-size: 40px;
  }
  h1,
  .caption-lg {
    font-size: 36px;
  }
  h2,
  .caption-md {
    font-size: 32px;
  }
  h3,
  .caption-ns {
    font-size: 26px;
  }
  h4,
  .caption-sm {
    font-size: 20px;
  }
  h5,
  .caption-xs {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  .topbar {
    display: none;
  }
  .primary-search {
    display: none;
  }
  .navigation-controller {
    position: absolute;
    right: 15px;
    bottom: 17.5px;
    display: block;
    width: 22px;
    height: 1.5px;
    padding: 9px 0;
    background-color: #333;
    background-clip: content-box;
    transition: all 0.3s ease;
  }
  .navigation-controller:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 1.5px;
    background: inherit;
    transition: transform 0.16s ease;
  }
  .navigation-controller:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1.5px;
    background: inherit;
    transition: transform 0.16s ease;
  }
  .navigation-controller.close {
    background-color: transparent;
  }
  .navigation-controller.close:before {
    background: #333;
    transform: translateY(9px) rotate(45deg);
  }
  .navigation-controller.close:after {
    background: #333;
    transform: translateY(-9px) rotate(-45deg);
  }
  .primary-navigation {
    position: absolute;
    top: 55px;
    right: 0;
    width: 100%;
    padding: 0;
    max-height: 0;
    text-align: center;
    line-height: 2;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 5px 5px rgb(0, 0, 0, 0.15);
    overflow: hidden;
    transition: max-height 0.3s;
  }
  .primary-navigation.sliderdown {
    max-height: 100vh;
  }
  .primary-navigation li {
    display: block;
    padding: 5px 15px;
    border-top: 1px solid #ddd;
    margin: 0;
    text-transform: capitalize;
  }
  .primary-navigation li a {
    display: block;
  }
  .secondary-navigation {
    display: none;
  }
  .foot-contact {
    display: none;
  }
  .float-contact {
    right: 10px;
  }
  .float-gotop {
    right: 10px;
  }
}
@media (max-width: 780px) {
  .caption-xl {
    font-size: 36px;
  }
  h1,
  .caption-lg {
    font-size: 32px;
  }
  h2,
  .caption-md {
    font-size: 28px;
  }
  h3,
  .caption-ns {
    font-size: 24px;
  }
  h4,
  .caption-sm {
    font-size: 20px;
  }
  .button-xl {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .head-navigation.sticky {
    height: 50px;
  }
  .primary-logo {
    height: 50px;
  }
  .navigation-controller {
    top: 14px;
  }
  .primary-navigation {
    top: 50px;
  }
  .footer {
    font-size: 14px;
    padding-top: 0;
  }
  .foot-navigation {
    display: none;
  }
  .foot-statement {
    margin-top: 0;
    line-height: 40px;
  }
  .copyright {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .snslinks {
    display: none;
  }
}
@media (max-width: 600px) {
  .caption-xl {
    font-size: 32px;
  }
  h1,
  .caption-lg {
    font-size: 28px;
  }
  h2,
  .caption-md {
    font-size: 24px;
  }
  h3,
  .caption-ns {
    font-size: 20px;
  }
  h4,
  .caption-sm {
    font-size: 18px;
  }
  .gep-loading {
    max-width: calc(100% - 60px);
  }
  .gep-toast {
    width: calc(100% - 60px);
    left: 30px;
    transform: translateY(-50%);
  }
  .gep-logon {
    max-width: calc(100% - 60px);
  }
}
