/*=========== 
|   reset    |
=============*/
::selection {
  background: #dc1432;
  color: #fff;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
  font-size: 16px;
}

body {
  position: relative;
  background: #fff;
  font-family: "PT Sans", sans-serif;
  color: #002950;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
  outline: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: .2s ease;
  cursor: pointer;
}

a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
}

.clear {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
a,
label {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
a {
  line-height: 1.2;
}

h1 {
  font-size: 54px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

@media (max-width: 1366px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
}

li {
  position: relative;
  list-style-type: none;
}

p, li, label {
  font-size: 14px;
  font-weight: 400;
}

.hide {
  display: none !important;
}

.hide-desktop {
  display: none;
}

@media (max-width: 768px) {
  .hide-desktop {
    display: block;
  }
}

@media (max-width: 1024px) {
  .hide-tablet-h {
    display: none;
  }
}

@media (max-width: 768px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-tablet {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

.container {
  position: relative;
  margin: auto;
  padding: 0;
}

@media (max-width: 1920px) {
  .container {
    width: 100%;
    height: 100%;
    max-width: 1366px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}

button, input, optgroup, select, textarea {
  font: inherit;
  color: inherit;
}

#wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page_wrap {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  background-color: #f1f6fb;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page_wrap {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}

.flex_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex_wrap > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 768px) {
  .flex_wrap {
    flex-direction: column;
  }
}

.row {
  width: 100%;
  margin: 0;
}

.card {
  position: relative;
  border-radius: 6px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}

.panel {
  padding: 20px;
}

.brandName, .ProductName {
  white-space: nowrap;
}

.close:before {
  content: "close";
  font-family: 'Material Icons';
  z-index: 1;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.container {
  max-width: 100%;
}

@media (max-width: 768px) {
  .container {
    margin: 0;
  }
}

.content_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}

@media (max-width: 1024px) {
  .content_wrap {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .content_wrap {
    margin-top: 0;
  }
}

section {
  margin-bottom: 20px;
}

section:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  section {
    width: 100%;
    padding: 0 10px;
    border-radius: 0;
  }
}

section.flex_wrap {
  padding: 0;
}

section.flex_wrap > div:first-child {
  margin-inline-end: 40px;
}

section.flex_wrap > div:first-child:last-child {
  margin: 0;
}

@media (max-width: 768px) {
  section.flex_wrap > div:first-child {
    margin: 0 0 40px 0;
  }
}

section p, section li,
aside p,
aside li {
  line-height: 1.5;
}

section p a, section li a,
aside p a,
aside li a {
  text-decoration: none;
  color: #0586ff;
}

section p a:hover, section li a:hover,
aside p a:hover,
aside li a:hover {
  text-decoration: underline;
  color: #006cd1;
}

article {
  padding: 30px 0;
  border-bottom: 1px solid #d1e9ff;
}

article:first-of-type {
  padding-top: 0;
}

article:last-of-type {
  padding-bottom: 0;
  border: 0;
}

article p {
  margin-bottom: 20px;
}

article p:last-of-type {
  margin-bottom: 0;
}

article > h5 {
  margin-bottom: 10px;
}

.text p {
  margin-bottom: 5px;
  line-height: 1.2;
}

.text p:last-child {
  margin-bottom: 0;
}

.section_title {
  margin: 40px auto 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .section_title {
    margin: 20px 0;
    text-align: left;
  }
}

.section_title h5 {
  margin-bottom: 10px;
}

header {
  width: 100%;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-position-x: left;
  background-color: #002950;
}

header:before, header:after {
  content: "";
  display: block;
  position: absolute;
}

header:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .2s ease;
}

header:after {
  background: rgba(0, 0, 0, 0.5);
}

header.banner-home {
  background-image: url(../images/banner_home.jpg);
}

header.banner-support {
  background-image: url(../images/banner_support.jpg);
}

header.banner-faq {
  background-image: url(../images/banner_faq.jpg);
}

header .page_title {
  z-index: 1;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px) {
  header .page_title {
    padding: 20px;
    text-align: start;
  }
}

header .row {
  position: relative;
  z-index: 1;
}

header .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
}

@media (max-width: 1024px) {
  header .container {
    max-width: 100%;
    margin: 0 20px;
  }
}

@media (max-width: 768px) {
  header .container {
    flex-direction: row;
    width: 100%;
  }
}

header .domain_wrap {
  cursor: pointer;
}

header .domain_wrap h4 {
  font-weight: 500;
}

header .menu_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.7), #fff);
  box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  header .menu_wrap {
    z-index: 10;
  }
}

header .search_wrap {
  max-width: 400px;
  margin: auto;
}

@media (max-width: 1024px) {
  header .search_wrap {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  header .search_wrap input {
    border-radius: 0;
  }
  header .search_wrap input:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 -2px 0 0 #0586ff !important;
  }
}

header .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  white-space: nowrap;
}

@media (max-width: 768px) {
  header .menu {
    flex-direction: column;
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  header .menu {
    align-items: flex-start;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 11;
    height: 100vh;
    margin: 0;
    padding-top: 40px;
    background: #fff;
    box-shadow: 0 -1px 0 0 #9ed0ff;
    transition: .2s ease-in;
  }
  header .menu.active {
    right: 0;
  }
}

header .menu .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
}

header li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  transition: .1s ease;
  cursor: pointer;
  font-weight: bold;
  line-height: 3;
}

@media (max-width: 768px) {
  header li {
    width: 80%;
    margin-inline-start: 20px;
    margin-bottom: 20px;
    padding: 0;
    line-height: 2;
  }
}

header li:hover > span {
  color: #0586ff;
  opacity: .8;
}

header li:hover > span:after {
  width: 100%;
  opacity: .8;
}

@media (max-width: 768px) {
  header li:hover > span:after {
    display: none;
  }
}

header li span {
  padding: 10px;
  position: relative;
}

header li span:before, header li span:after {
  content: "";
  display: block;
  position: absolute;
}

@media (max-width: 768px) {
  header li span {
    display: block;
    width: 100%;
    padding: 0;
  }
}

header li span:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 3px;
  background: #0586ff;
  transition: .3s ease;
  opacity: 0;
}

header li.nav-link.active {
  cursor: default;
}

header li.nav-link.active > span {
  color: #0586ff;
}

header li.nav-link.active > span:after {
  width: 100%;
  opacity: .8;
}

header li.cancel_wrap {
  margin-inline-start: auto;
  padding: 10px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}

@media (max-width: 768px) {
  header li.cancel_wrap {
    margin: 0;
  }
}

header li.cancel_wrap span {
  padding: 0;
}

header li.cancel_wrap.active button {
  background: #fff;
  color: #0586ff;
}

.dropdown_toggle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dropdown_toggle:before {
  content: "keyboard_arrow_down";
  font-family: 'Material Icons';
  z-index: 1;
}

@media (max-width: 768px) {
  .dropdown_toggle {
    display: block;
  }
}

.dropdown_toggle:before {
  order: 2;
  margin-inline-start: -8px;
}

@media (max-width: 768px) {
  .dropdown_toggle:before {
    display: none;
  }
}

.dropdown_toggle.active:before, .dropdown_toggle:hover:before {
  color: #0586ff;
}

.dropdown_toggle > span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .dropdown_toggle > span {
    justify-content: flex-start;
  }
}

.dropdown {
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .dropdown {
    display: none !important;
  }
}

.dropdown li {
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.2;
  text-align: left;
}

.dropdown li:last-child {
  margin-bottom: 0;
}

.dropdown li span {
  width: 100%;
}

.menu_toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}

.menu_toggle > div {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
  width: 20px;
  height: 12px;
}

.menu_toggle span {
  position: relative;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: .2s ease-in-out;
}

.menu_toggle.menu-open {
  height: 20px;
}

.menu_toggle.menu-open span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}

.menu_toggle.menu-open span:nth-child(2) {
  opacity: 0;
}

.menu_toggle.menu-open span:nth-child(3) {
  top: -9px;
  transform: rotate(-45deg);
}

footer {
  padding: 40px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  footer {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  footer .flex_wrap {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  footer .flex_wrap {
    flex-direction: column;
  }
}

footer .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  footer .container {
    flex-direction: column;
  }
}

footer .container > p {
  padding: 20px 0;
  flex: 100%;
  font-size: 13px;
}

@media (max-width: 767px) {
  footer .container > p {
    font-size: 13px;
  }
}

footer .row {
  margin-bottom: 20px;
}

footer .row:last-of-type {
  margin-bottom: 0;
}

footer .col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-inline-end: 40px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .col {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}

footer .col:first-of-type {
  border-inline-end: 1px solid #d1e9ff;
}

@media (max-width: 767px) {
  footer .col:first-of-type {
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #d1e9ff;
  }
}

footer .col:last-of-type {
  margin-inline-end: 0;
}

footer p {
  margin-bottom: 10px;
  font-size: 13px;
}

footer ul {
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 767px) {
  footer ul {
    margin: 0;
  }
}

footer ul.flex_wrap li {
  flex: 0 1 auto;
  margin-inline-end: 10px;
  margin-bottom: 0;
  padding-inline-end: 10px;
  border-inline-end: 1px solid #0586ff;
  text-align: center;
}

footer ul.flex_wrap li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

@media (max-width: 767px) {
  footer ul.flex_wrap li {
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
    text-align: left;
  }
}

footer ul.contact {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  footer ul.contact {
    order: 2;
    width: 100%;
    margin: 20px 0 0;
    padding-top: 20px;
    border-top: 1px solid #d1e9ff;
  }
}

footer ul.contact a {
  white-space: nowrap;
}

footer li {
  margin-bottom: 10px;
  font-size: 13px;
  cursor: pointer;
}

footer li:hover a {
  text-decoration: underline;
  color: #0586ff;
}

footer .contact_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  footer .contact_wrap .terms-links_wrap {
    order: 1;
  }
}

footer .logo {
  margin-bottom: 20px;
}

.footer_title {
  margin-bottom: 10px;
  font-weight: bold;
}

.company {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: unset;
  font-size: 12px;
}

.maskLoader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url("../images/spin.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: wait;
}

.home .content_wrap section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .home .content_wrap section {
    flex-direction: column;
  }
}

.home .content_wrap section > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home .content_wrap section .content {
  margin-inline-end: 40px;
}

@media (max-width: 768px) {
  .home .content_wrap section .content {
    margin: 0 0 20px 0;
  }
}

.home aside {
  max-width: 400px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .home aside {
    max-width: 100%;
    margin-top: 30px;
    padding: 30px 0 0;
    border-top: 1px solid #d1e9ff;
    box-shadow: none;
  }
}

.contact-list {
  display: inline-block;
  margin: 20px 0;
}

.contact-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d1e9ff;
}

.contact-list li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.contact-list li figure {
  width: 30px;
  height: 30px;
  margin-inline-end: 10px;
}

@media (max-width: 768px) {
  .contact-list li figure {
    margin: 0;
    margin-inline-end: 20px;
  }
}

.contact-list li figure:before {
  font-size: 30px;
  line-height: 1;
  color: #0586ff;
}

.contact-list li:nth-child(1) figure:before {
  content: "mail_outline";
  font-family: 'Material Icons';
  z-index: 1;
}

.contact-list li:nth-child(2) figure:before {
  content: "phone";
  font-family: 'Material Icons';
  z-index: 1;
}

.contact-list li:nth-child(3) figure:before {
  content: "chat_bubble_outline";
  font-family: 'Material Icons';
  z-index: 1;
}

.help-list {
  margin-top: 20px;
}

.help-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.help-list li:before {
  content: "keyboard_arrow_right";
  font-family: 'Material Icons';
  z-index: 1;
}

.help-list li::before {
  font-size: 150%;
}

.help-list a {
  color: inherit;
  text-decoration: none;
}

/*.icons_wrap:hover .icon {
  perspective: 150px;
}

.icons_wrap:hover .icon img {
  transition: transform .2s ease-in-out;
  transform: rotateY(30deg) rotateX(15deg);
}*/

@media (max-width: 768px) {
  .icons_wrap {
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  .icons_wrap .flex_wrap {
    flex-direction: row;
  }
}

.icons_wrap .icon {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  margin-inline-end: 10px;
}

/*.icons_wrap .icon img {
  transition: transform .2s ease-in-out;
  transform: none;
}*/

.contact {
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.contact ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .contact ul {
    flex-direction: column;
    width: fit-content;
    margin: 0;
  }
}

.contact ul.contact-list li {
  flex-direction: column;
}

.contact li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .contact li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1e9ff;
    text-align: left;
  }
}

.contact li:last-child {
  margin: 0;
}

@media (max-width: 768px) {
  .contact li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
}

.contact li:last-child {
  margin-bottom: 0;
}

.contact li p {
  line-height: 1.2;
}

.contact li figure {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .contact li figure {
    margin: 0;
    margin-inline-end: 20px;
  }
}

.contact li figure:before {
  font-size: 30px;
  line-height: 1;
  color: #0586ff;
}

.contact li:nth-child(1) figure:before {
  content: "mail_outline";
  font-family: 'Material Icons';
  z-index: 1;
}

.contact li:nth-child(2) figure:before {
  content: "phone";
  font-family: 'Material Icons';
  z-index: 1;
}

.contact li:nth-child(3) figure:before {
  content: "chat_bubble_outline";
  font-family: 'Material Icons';
  z-index: 1;
}

.form_wrap {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
}

@media (max-width: 768px) {
  .form_wrap {
    order: -1;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 40px 0;
  }
}

.form_title {
  padding: 20px;
}

.page aside {
  max-width: 400px;
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 768px) {
  .page aside {
    max-width: 100%;
    z-index: 2;
    background-color: #fff;
  }
}

.page aside .faq-cat-links {
  flex-direction: column;
}

@media (max-width: 768px) {
  .page aside .faq-cat-links {
    overflow-x: auto;
    flex-direction: row;
    margin-bottom: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
}

.page aside .faq-cat-links > div {
  justify-content: flex-start;
  width: 100%;
}

@media (max-width: 768px) {
  .page aside .faq-cat-links > div {
    justify-content: center;
    margin: 0;
    padding: 10px 5px;
  }
}

.page aside .text {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .page aside .text {
    text-align: center;
  }
}

.faq-cat-links {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
}

@media (max-width: 767px) {
  .faq-cat-links {
    flex-direction: column;
  }
}

.faq-cat-links > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex: 0 1 auto;
  margin-inline-end: 20px;
  text-align: center;
  transition: .2s ease;
  cursor: pointer;
}

.faq-cat-links > div:hover {
  color: #0586ff;
}

@media (max-width: 767px) {
  .support_page .faq-cat-links > div {
    width: 100%;
    margin-inline-start: 20px;
    margin-bottom: 10px;
  }
}

.faq-cat-links > div i {
  margin-inline-end: 5px;
}

.faq-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  transition: .2s ease;
  cursor: pointer;
}

.faq-link:hover {
  color: #0586ff;
}

@media (max-width: 768px) {
  .faq-link:hover {
    color: inherit;
  }
}

@media (max-width: 768px) {
  .faq-link {
    padding: 10px 5px;
    text-align: center;
  }
}

.faq-link.active {
  color: #0586ff;
  cursor: initial;
}

@media (max-width: 768px) {
  .faq-link.active {
    position: relative;
  }
  .faq-link.active:before, .faq-link.active:after {
    content: "";
    display: block;
    position: absolute;
  }
  .faq-link.active:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #0586ff;
  }
}

@media (max-width: 767px) {
  .faq-link i {
    display: none;
  }
}

@media (max-width: 767px) {
  .faq-link h5 {
    font-size: 13px;
    line-height: 1;
  }
}

.content_title {
  margin-bottom: 20px;
}

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

@media (max-width: 767px) {
  .support_page .content_title {
    text-align: left;
  }
}

/*=-=-=-=--=-=-
| support page |
-=-=-=-=-=-=-=-*/
.support_page {	
 display: -webkit-box;
 display: -moz-box;	
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 width: 100%;
 height: auto;
 margin: auto;
}

.support_page .panel {
  padding: 20px;
}

@media (max-width: 768px) {
  .support_page .panel {
    padding: 0;
  }
}

/*@media (max-width: 768px) {
  .support_page .content {
    padding: 20px;
  }
}*/

.support_page .cols_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .support_page .icons_wrap .flex_wrap {
    flex-direction: row;
  }
}

.support_page .icons_wrap .icon {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  margin-inline-end: 10px;
}

.support_page .form_wrap {
  position: relative;
  border-radius: 6px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .support_page .form_wrap {
    overflow: visible;
    box-shadow: none;
  }
}

/*=-=-=-=--=-=-
| faq page |
-=-=-=-=-=-=-=-*/
@media (max-width: 767px) {
  .faq_page .contact_wrap {
    padding: 0;
  }
}

.faq_page aside {
  padding-inline-start: 20px;
}

@media (max-width: 768px) {
  .faq_page aside {
    padding: 0;
  }
}

.qnas_wrap {
  margin-inline-start: 20px;
  border-inline-start: 1px solid #d1e9ff;
}

@media (max-width: 768px) {
  .qnas_wrap {
    margin: 0;
    border: 0;
  }
}

@media (max-width: 768px) {
  .qnas_wrap .text {
    margin-bottom: 10px;
    text-align: center;
  }
}

.questions_wrap {
  padding: 20px;
}

@media (max-width: 768px) {
  .questions_wrap {
    padding: 50px 0 0;
  }
}

.questions_wrap:last-of-type .faq_wrap:last-child {
  border-bottom: 0;
}

@media (max-width: 768px) {
  .questions_wrap .content_title {
    position: relative;
    margin-left: 10px;
  }
}

.faq_wrap {
  position: relative;
  border-top: 1px solid #d1e9ff;
  transition: .2s ease;
}

@media (max-width: 767px) {
  .faq_wrap {
    width: 100%;
    max-width: 100%;
  }
}

.faq_wrap:last-child {
  border-bottom: 1px solid #d1e9ff;
}

.faq_wrap .question {
  padding: 20px 0;
  cursor: pointer;
}

.faq_wrap .question:before {
  content: "keyboard_arrow_right";
  font-family: 'Material Icons';
  z-index: 1;
}

.faq_wrap .question:hover {
  color: #0586ff;
}

.faq_wrap .question:before {
  position: absolute;
  right: 10px;
  font-size: 150%;
  font-weight: 100;
  transition: .1s ease;
}

@media (max-width: 768px) {
  .faq_wrap .question {
    width: 80%;
    padding: 10px;
  }
}

.faq_wrap .answer {
  height: 0;
  opacity: 0;
  transition: opacity .1s ease;
}

.faq_wrap.active {
  border: 0;
  background: #ebf5ff;
}

@media (max-width: 767px) {
  .faq_wrap.active {
    box-shadow: inset 1px 0 0 #0586ff;
  }
}

.faq_wrap.active .question {
  margin-left: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  cursor: default;
}

.faq_wrap.active .question:hover {
  color: #002950;
}

.faq_wrap.active .question:before {
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .faq_wrap.active .question {
    margin-left: 0;
  }
}

.faq_wrap.active .question > p {
  font-weight: 700;
}

.faq_wrap.active .answer {
  height: auto;
  margin: 0;
  padding: 0 20px 20px;
  opacity: 1;
}

@media (max-width: 767px) {
  .faq_wrap.active .answer {
    padding: 0 10px 10px;
  }
}

.active .list_title {
  margin: 20px 0;
}

section.search-results_wrap {
  margin: 0;
  padding: 0;
}

section.search-results_wrap.result_show {
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: 1px solid #d1e9ff;
}

.search-result {
  margin-bottom: 20px;
  padding: 0 0 20px;
}

.search-result .question p {
  font-weight: 700;
}

.results-outcome {
  margin-bottom: 20px;
}

.no-results p:first-child {
  color: #cc0700;
}

.no-results p:first-child b {
  color: #002950;
}

.terms_page section {
  padding: 20px;
}

.terms_page section h5:not(:first-child) {
  margin-top: 20px;
}

.terms_page section h5 {
  margin-bottom: 10px;
}

.terms_page section p {
  margin-bottom: 5px;
}

.terms_page section ul {
  margin-bottom: 10px;
}

.terms_page section ul li {
  margin-inline-start: 40px;
  text-indent: -20px;
}

.terms_page section ul li:before {
  content: "keyboard_arrow_right";
  font-family: 'Material Icons';
  z-index: 1;
}

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

.cancel_page .cancel-form_wrap > .content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 40px auto 0;
}

@media (max-width: 768px) {
  .cancel_page .cancel-form_wrap > .content {
    max-width: 100%;
    margin-top: 20px;
  }
}

.cancel_page .cancel-form_wrap > .content > div:first-child {
  margin-inline-end: 30px;
}

@media (max-width: 768px) {
  .cancel_page .cancel-form_wrap > .content > div:first-child {
    order: 2;
    margin: 0;
  }
}

:root {
  --cc-w: 240px;
  --cc-p: calc(var(--cc-w) / 15);
}

@media (max-width: 768px) {
  :root {
    --cc-w: 200px;
  }
}

.cc-demo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: var(--cc-w);
  height: calc(var(--cc-w) / 1.8);
  padding: var(--cc-p);
  background: linear-gradient(30deg, #828282, #e4e4e4);
  border-radius: calc(var(--cc-w) / 30);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 20px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .cc-demo {
    margin: auto;
  }
}

.cc-demo span {
 white-space: nowrap;
}

.cc-head {
  position: relative;
  height: calc(var(--cc-w) / 10);
}

.cc-head:before, .cc-head:after {
  content: "";
  display: block;
  position: absolute;
}

.cc-head::before, .cc-head::after {
  position: absolute;
  width: calc(var(--cc-w) / 6);
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.cc-head::before {
  left: 0;
}

.cc-head::after {
  right: 0;
}

.cc-number {
  margin-top: auto;
  margin-bottom: calc(var(--cc-p) / 2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: calc(var(--cc-w) / 15);
  letter-spacing: calc(var(--cc-w) / 150);
}

.cc-digits {
  padding-left: calc(var(--cc-w) / 150);
  box-shadow: 0 0 0 2px #ffed00;
  border-radius: 2px;
  text-align: center;
  white-space: nowrap;
}

.cc-digits:first-child {
  margin-right: calc(var(--cc-w) / 80);
}

.cc-digits-6 {
  width: calc(var(--cc-w) / 3.2);
}

.cc-digits-4 {
  width: calc(var(--cc-w) / 5);
}

.cc-name {
  font-size: calc(var(--cc-w) / 20);
  opacity: .7;
}

input:focus,
select:focus,
textarea:focus {
  border: inherit;
  outline: 0;
  outline-style: none;
  outline-color: none;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  border: inherit;
  outline: 0;
  outline-style: none;
  outline-color: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

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

input:not([type="checkbox"]),
select,
textarea {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  background: #fff;
  transition: .3s ease;
  font-size: 14px;
  color: #555;
}

input:not([type="checkbox"]):focus,
select:focus,
textarea:focus {
  border: inherit;
  outline: 0;
  outline-style: none;
  outline-color: none;
  -webkit-box-shadow: none;
  box-shadow: inset 0 0 0 2px #0586ff;
}

@media (max-width: 768px) {
  input:not([type="checkbox"]),
  select,
  textarea {
    height: 44px;
  }
}

input[type="checkbox"] {
  position: relative;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  margin: 0;
  padding: 0;
  height: 16px;
  border: 0;
  outline: 0;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: .3s ease;
  cursor: pointer;
}

input[type="checkbox"]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: 'check';
  font-family: 'Material Icons';
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  width: 16px;
  height: 16px;
  opacity: 0;
}

input[type="checkbox"]:checked {
  box-shadow: none;
  background: #0586ff;
}

input[type="checkbox"]:checked:after {
  opacity: 1;
}

input[type="checkbox"]:hover input[type=checkbox]:after {
  opacity: .5;
}

select {
  cursor: pointer;
}

option:disabled {
  color: rgba(0, 41, 80, 0.5);
}

.select_wrap {
  position: relative;
  cursor: pointer;
}

.select_wrap:before {
  content: "expand_more";
  font-family: 'Material Icons';
  z-index: 1;
}

.select_wrap:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  z-index: 3;
  font-size: 20px;
  cursor: pointer;
}

form label {
  display: block;
  font-size: 13px;
}

form .textarea_wrap {
  height: 80px;
}

form textarea {
  height: 100%;
  padding: 10px;
}

form .input-error {
  position: absolute;
  z-index: 2;
  right: 6px;
  bottom: 2px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: #cc0700;
}

form button {
  padding: 10px 40px;
}

@media (max-width: 768px) {
  form button {
    width: 100%;
    min-height: 44px;
  }
}

form p {
  font-size: 12px;
  font-weight: 400;
}

button {
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
  border: 0;
  outline: 0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: .2s ease;
  text-align: center;
  cursor: pointer;
  display: block;
  box-shadow: inset 0 0 0 2px #0586ff;
  background: #0586ff;
  color: #fff;
}

@media (max-width: 768px) {
  button {
    min-height: 44px;
    font-size: 13px;
  }
}

button span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

button span i {
  margin-inline-end: 10px;
}

button:hover {
  background: #fff;
  box-shadow: inset 0 0 0 2px #0586ff;
  color: #0586ff;
}

.form_group {
  position: relative;
}

form .form_group:not(.cc-input_wrap) {
  margin-bottom: 20px;
}

.form_group:not(.cc-input_wrap) label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 1;
  font-size: 14px;
  line-height: 1;
  color: #555;
  transition: 0.2s ease-in-out, 0.2s opacity cubic-bezier(1, 0, 1, 1);
  user-select: none;
  cursor: text;
}

.form_group:not(.cc-input_wrap) label small {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .form_group:not(.cc-input_wrap) label small {
    font-size: 70%;
  }
}

.form_group:not(.cc-input_wrap) input {
  position: relative;
  background: transparent;
}

.form_group:not(.cc-input_wrap) input:focus + label, .form_group:not(.cc-input_wrap) input:not(:placeholder-shown) + label {
  top: -8px;
  left: 4px;
  z-index: 3;
  transform: none;
  padding: 0 4px 1px;
  font-size: 12px;
  background: #fff;
  color: #0586ff;
  opacity: 1;
}

.form_group:not(.cc-input_wrap) input::placeholder {
  color: transparent;
}

.form_group:not(.cc-input_wrap).select_wrap select {
  z-index: 2;
}

.form_group:not(.cc-input_wrap).select_wrap label {
  cursor: pointer;
}

.form form {
  padding: 20px;
}

@media (max-width: 768px) {
  .form form {
    padding: 0;
  }
}

.cc-input_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}

.cc-input_wrap label {
  margin-inline-end: 10px;
  font-size: 16px;
  white-space: nowrap;
}

.g-recaptcha {
  width: 300px;
  margin-inline-start: auto;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .g-recaptcha {
    margin-inline-start: 0;
    margin-inline-end: auto;
  }
}

.search_wrap {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.search_wrap .search-submit {
  position: absolute;
  top: 0;
  right: 2px;
  width: 30px;
  height: 100%;
  background: transparent;
  box-shadow: none;
}

.search_wrap .search-submit:hover {
  box-shadow: none;
}

.search_wrap .search-submit:hover i {
  color: #000;
}

.search_wrap .search-submit i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
  color: #888;
}

@media (max-width: 768px) {
  .search_wrap .search-submit i {
    right: 10px;
  }
}

@media (max-width: 768px) {
  .support-form form {
    padding: 20px;
  }
}

.support-form button {
  margin-inline-start: auto;
}

.cancel-form,
.reset-form {
  overflow: hidden;
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .cancel-form,
  .reset-form {
    overflow: visible;
    width: 100%;
    padding: 0;
    box-shadow: none;
    background: transparent;
  }
}

@media (max-width: 767px) {
  .cancel-form .form_group,
  .reset-form .form_group {
    margin: 0 0 20px 0 !important;
  }
}

.cancel-form button,
.reset-form button {
  padding: 10px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .cancel-form button,
  .reset-form button {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .cancel-form {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .cancel-form form {
    max-width: 280px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .cancel-form form {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.cancel-form input {
  width: 80px;
  margin-inline-start: auto;
  padding: 0;
  text-align: center;
}

.cancel-form button {
  width: 100%;
  margin: 0;
}

.reset-form {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}

@media (max-width: 768px) {
  .reset-form {
    width: 100%;
  }
}

.reset-form .form-field_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .reset-form .form-field_wrap {
  flex-direction: column;
   }
}

.reset-form .form_group {
  width: 100%;
  margin-inline-end: 10px;
  margin-bottom: 0 !important;
}

.reset-form input {
  min-width: 200px;
}

.reset-form button {
  width: -moz-fit-content;
  min-width: -moz-fit-content;
  max-width: -moz-fit-content;
  width: fit-content;
  min-width: fit-content;
  max-width: fit-content;
}

@media (max-width: 767px) {
  .reset-form button {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.cancel-form .g-recaptcha,
.reset-form .g-recaptcha {	
 margin-top: 20px;
 margin-bottom: 0;
}

.alert-message {
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 20px;
  background: rgba(0, 151, 80, 0.2);
  box-shadow: inset 0 -1px 0 0 rgba(0, 151, 80, 0.5);
  font-size: 13px;
  font-weight: 700;
  text-align: start;
  color: #00311a;
  color: #009750;
}

@media (max-width: 768px) {
  .alert-message {
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px rgba(0, 151, 80, 0.5);
  }
}

.alert-message.alert-danger {
  background: rgba(204, 7, 0, 0.2);
  box-shadow: inset 0 -1px 0 0 rgba(204, 7, 0, 0.5);
  color: #660400;
  color: #cc0700;
}

@media (max-width: 768px) {
  .alert-message.alert-danger {
    box-shadow: inset 0 0 0 1px rgba(204, 7, 0, 0.5);
  }
}

.support-form .alert-message.alert-danger {
  box-shadow: inset 0 0 0 1px rgba(204, 7, 0, 0.5);
}

.support-form .alert-message {
  width: 90%;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(0, 151, 80, 0.5);
}
