/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-assets-images-sprite-ar_flag {
  background-image: url(../images/sprites/sprite.png);
  background-position: 0px 0px;
  width: 42px;
  height: 42px;
}

.icon-assets-images-sprite-az_flag {
  background-image: url(../images/sprites/sprite.png);
  background-position: -42px 0px;
  width: 42px;
  height: 42px;
}

.icon-assets-images-sprite-en_flag {
  background-image: url(../images/sprites/sprite.png);
  background-position: 0px -42px;
  width: 42px;
  height: 42px;
}

.icon-assets-images-sprite-fa_flag {
  background-image: url(../images/sprites/sprite.png);
  background-position: -42px -42px;
  width: 42px;
  height: 42px;
}

.icon-assets-images-sprite-ru_flag {
  background-image: url(../images/sprites/sprite.png);
  background-position: -84px 0px;
  width: 42px;
  height: 42px;
}

/* fonts */
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/eot/IRANSansWeb_Bold.eot");
  src: url("../fonts/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Bold.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/eot/IRANSansWeb.eot");
  src: url("../fonts/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb.woff") format("woff"), url("../fonts/ttf/IRANSansWeb.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/IRANSansWeb_Medium.eot");
  src: url("../fonts/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Medium.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}
img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

#prowalk-landing-page {
  font-family: IRANSans;
  direction: rtl;
  text-align: start;
  background: white;
  color: #3a3a3a;
  line-height: 24px;
  font-size: 16px;
}
#prowalk-landing-page .ubermenu-submenu {
  background: white;
}

ul {
  list-style: none;
}

.nws-section.pages-landing-banner-section .wrapper {
  gap: 28px;
  padding-block: 78px;
  border-bottom: 1px solid #c4c4c4;
}
@media (max-width: 767px) {
  .nws-section.pages-landing-banner-section .wrapper {
    gap: 11px;
    padding-block: 27px;
  }
}
.nws-section.pages-landing-banner-section .wrapper * {
  line-height: 1;
  margin-bottom: 0;
}
.nws-section.pages-landing-banner-section .wrapper figure {
  width: 168px;
  height: 168px;
  padding: 13px 15px;
  background: rgba(0, 142, 157, 0.08);
  border-radius: 0 20px 0 20px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .nws-section.pages-landing-banner-section .wrapper figure {
    width: 74px;
    height: 74px;
  }
}
.nws-section.pages-landing-banner-section .prowalk {
  font-size: 4em;
  font-weight: bold;
  color: #008e9d;
}
@media (max-width: 767px) {
  .nws-section.pages-landing-banner-section .prowalk {
    font-size: 2.25em;
  }
}
.nws-section.pages-landing-banner-section .subtitle {
  color: #008e9d;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .nws-section.pages-landing-banner-section .subtitle {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
}
.nws-section.pages-landing-banner-section .content {
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .nws-section.pages-landing-banner-section .content {
    font-size: 1.75em;
  }
}
@media (min-width: 1200px) {
  .nws-section.pages-landing-banner-section .content {
    font-size: 3em;
  }
}
.nws-section.pages-landing-banner-section .banner-image img {
  min-height: 345px;
  object-fit: cover;
}

.nws-section.pages-landing-about-section {
  padding-block: 115px;
}
@media (max-width: 767px) {
  .nws-section.pages-landing-about-section {
    padding-block: 32px;
  }
}
@media (max-width: 991px) {
  .nws-section.pages-landing-about-section figure {
    margin-bottom: 2rem;
  }
}
.nws-section.pages-landing-about-section .content {
  color: #3a3a3a;
  text-align: justify;
}

.nws-section.pages-landing-features-section {
  padding: 30px 0 151px;
}
@media (max-width: 767px) {
  .nws-section.pages-landing-features-section {
    padding-bottom: 62px;
  }
}
.nws-section.pages-landing-features-section ul {
  list-style: none;
  padding: 0;
}
.nws-section.pages-landing-features-section ul li {
  gap: 6px;
  line-height: 1.5rem;
  margin-bottom: 9px;
  text-align: justify;
}
.nws-section.pages-landing-features-section ul li i {
  font-size: 15px;
  line-height: 1.5rem;
  color: #008e9d;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .nws-section.pages-landing-features-section figure {
    margin-bottom: 2rem;
  }
}

.nws-section.pages-landing-catalog-section {
  background: url("../../assets/images/bg.webp") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  text-align: center;
  padding-block: 68px;
}
.nws-section.pages-landing-catalog-section .section-title {
  line-height: 1.7;
  margin-bottom: 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  .nws-section.pages-landing-catalog-section .section-title {
    font-size: 2em;
  }
}
.nws-section.pages-landing-catalog-section .subtitle {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .nws-section.pages-landing-catalog-section .subtitle {
    font-size: 1.25em;
  }
}
.nws-section.pages-landing-catalog-section .download-list {
  gap: 10px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.nws-section.pages-landing-catalog-section .download-list::-webkit-scrollbar {
  display: none;
}
@media (max-width: 575px) {
  .nws-section.pages-landing-catalog-section .download-list {
    margin-inline-end: -15px;
  }
  .nws-section.pages-landing-catalog-section .download-list > a:last-child {
    margin-inline-end: 10px;
  }
}
.nws-section.pages-landing-catalog-section .download-list > a {
  background: white;
  color: #3a3a3a;
  width: 220px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  flex-shrink: 0;
  gap: 18px;
}

.nws-section.pages-landing-form-section {
  padding-block: 172px;
}
@media (max-width: 991px) {
  .nws-section.pages-landing-form-section {
    padding-block: 60px;
  }
}
.nws-section.pages-landing-form-section .form-wrapper {
  box-shadow: 0 8px 24px -12px rgba(12, 12, 13, 0.24);
  border: 1px solid #ebebeb;
  border-radius: 20px;
  padding: 25px;
}
.nws-section.pages-landing-form-section .form-wrapper .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
}
.nws-section.pages-landing-form-section .form-wrapper .title span {
  color: #cf272a;
}
.nws-section.pages-landing-form-section .form-wrapper .subtitle {
  font-size: 0.875em;
  margin-bottom: 20px;
}
.nws-section.pages-landing-form-section .form-wrapper .buttons-wrap {
  margin-bottom: 28px;
  gap: 10px;
}
@media (max-width: 575px) {
  .nws-section.pages-landing-form-section .form-wrapper .buttons-wrap {
    flex-wrap: wrap;
  }
}
.nws-section.pages-landing-form-section .form-wrapper .buttons-wrap > a {
  background: #f8f8f8;
  color: #3a3a3a;
  border-radius: 10px;
  min-height: 42px;
  font-size: 0.875em;
  gap: 8px;
  padding-inline: 6px;
  flex-grow: 1;
  transition: all 0.3s ease-in-out;
}
.nws-section.pages-landing-form-section .form-wrapper .buttons-wrap > a i {
  color: #cf272a;
  transition: all 0.3s ease-in-out;
}
.nws-section.pages-landing-form-section .form-wrapper .buttons-wrap > a:hover {
  background: #cf272a;
}
.nws-section.pages-landing-form-section .form-wrapper .buttons-wrap > a:hover,
.nws-section.pages-landing-form-section .form-wrapper .buttons-wrap > a:hover i {
  color: white;
}
.nws-section.pages-landing-form-section form * {
  font-family: IRANSans;
  font-size: 1rem;
  direction: rtl;
}
.nws-section.pages-landing-form-section form input[type=text],
.nws-section.pages-landing-form-section form input[type=tel],
.nws-section.pages-landing-form-section form select {
  border: 1px solid #e4e4e4;
  height: 50px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
  padding-inline: 14px;
}
.nws-section.pages-landing-form-section form input[type=text]::placeholder,
.nws-section.pages-landing-form-section form input[type=tel]::placeholder,
.nws-section.pages-landing-form-section form select::placeholder {
  color: #676767;
  font-family: IRANSans;
}
.nws-section.pages-landing-form-section form select {
  appearance: none;
  padding-inline-end: 50px;
  background: url("../../assets/images/select-arrow.png") 15px center no-repeat;
}
.nws-section.pages-landing-form-section form .frm_checkbox {
  position: relative;
  margin-block: 30px;
}
.nws-section.pages-landing-form-section form .frm_checkbox span {
  font-size: 0.875em;
}
.nws-section.pages-landing-form-section form .frm_checkbox span:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #696969;
  position: absolute;
  top: 2px;
  right: 0;
}
.nws-section.pages-landing-form-section form .frm_checkbox span:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  position: absolute;
  top: 2px;
  right: 4px;
  color: #cf272a;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.nws-section.pages-landing-form-section form .frm_checkbox span.checked:after {
  opacity: 1;
}
.nws-section.pages-landing-form-section form .frm_checkbox input {
  opacity: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
.nws-section.pages-landing-form-section form .frm_checkbox label {
  display: block !important;
  padding-inline-start: 30px;
}
.nws-section.pages-landing-form-section form [type=submit] {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #cf272a;
  color: white;
  border: none;
  padding-inline: 14px;
  cursor: pointer;
}
.nws-section.pages-landing-form-section img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .nws-section.pages-landing-form-section img {
    margin-bottom: 12px;
  }
}

.nws-section.pages-landing-contact-us-section {
  padding-block: 10px 181px;
}
@media (max-width: 991px) {
  .nws-section.pages-landing-contact-us-section {
    padding-bottom: 43px;
  }
}
.nws-section.pages-landing-contact-us-section .wrapper {
  background: url("../images/contact-bg.webp") 21px center no-repeat, linear-gradient(90deg, #1d56a1 0%, #17309f 100%);
  color: white;
  gap: 29px;
  padding: 35px 30px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .nws-section.pages-landing-contact-us-section .wrapper {
    flex-direction: column;
  }
}
.nws-section.pages-landing-contact-us-section ul li {
  position: relative;
  padding-inline-start: 18px;
  margin-bottom: 13px;
}
.nws-section.pages-landing-contact-us-section ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 8px;
  right: 0;
}
.nws-section.pages-landing-contact-us-section footer a {
  background: white;
  color: #303030;
  height: 44px;
  padding-inline: 18px;
  border-radius: 10px;
  font-weight: 500;
  margin-top: 44px;
}
@media (min-width: 576px) {
  .nws-section.pages-landing-contact-us-section footer a {
    width: max-content;
  }
}
.nws-section.pages-landing-contact-us-section figure {
  flex-shrink: 0;
  border: 4px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  padding: 10px;
}

.nws-section.footer-default-footer-section {
  background: #192429;
  color: white;
}
@media (min-width: 768px) {
  .nws-section.footer-default-footer-section .footer-widgets-wrap {
    padding: 32px 0 68px;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 30px 0;
  }
  .nws-section.footer-default-footer-section .footer-widgets-wrap .widget-row {
    display: table-row;
    width: 100%;
  }
  .nws-section.footer-default-footer-section .footer-widgets-wrap .widget-row .widget {
    display: table-cell;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .nws-section.footer-default-footer-section .footer-widgets-wrap {
    padding: 30px 0;
  }
}

.copyright {
  background: #202e34;
  text-align: center;
  padding: 15px 0;
  font-weight: normal;
}
.copyright .description {
  position: relative;
  padding: 0 10px;
  color: white;
}
.copyright .description:before, .copyright .description:after {
  position: absolute;
  content: "";
  background: #19cbe3;
  width: 1px;
  height: 12px;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
@media (max-width: 319px) {
  .copyright .description:before, .copyright .description:after {
    width: 0;
  }
}
.copyright .description:after {
  right: auto;
  left: 0;
}
@media (min-width: 576px) {
  .copyright .description span:first-child {
    margin-inline-end: 20px;
  }
}
@media (max-width: 575px) {
  .copyright .description span {
    display: block;
  }
  .copyright .description span:first-child {
    margin-bottom: 5px;
  }
}
.copyright .description span a {
  color: white;
}
.copyright .description span a .linkStyle, .copyright .description span a a:first-child {
  color: #19cbe3;
  transition: all 0.3s ease-in-out;
}
.copyright .description span a .linkStyle:hover, .copyright .description span a a:hover:first-child {
  color: white;
}
.footer-widgets-wrap .widget .widget-title h3 {
  color: #19cbe3;
  font-size: 20px;
  position: relative;
  line-height: 30px;
  padding-right: 40px;
  margin-bottom: 15px;
}
.footer-widgets-wrap .widget .widget-title h3:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #19cbe3;
  color: #202e34;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  content: "\f15c";
}
.footer-widgets-wrap .widget .widget-content ul {
  list-style: none;
  padding-right: 10px;
}
.footer-widgets-wrap .widget .widget-content ul li {
  line-height: 23px;
}
.footer-widgets-wrap .widget .widget-content ul li a {
  display: block;
  position: relative;
  color: white;
  padding: 1.8px 15px;
  text-align: justify;
  transition: all 0.3s ease-in-out;
}
.footer-widgets-wrap .widget .widget-content ul li a:before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 1.75px;
  left: auto;
  right: 0;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  content: "\f111";
  color: #19cbe3;
  font-size: 5px;
}
.footer-widgets-wrap .widget .widget-content ul li a:after {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 1.75px;
  left: 3px;
  right: auto;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  content: "\f104";
  color: #19cbe3;
  transition: all 0.5s ease-in-out;
}
.footer-widgets-wrap .widget .widget-content ul li a:hover {
  color: #19cbe3;
}
.footer-widgets-wrap .widget .widget-content ul li a:hover:after {
  left: 0;
}
.footer-widgets-wrap .widget .widget-content img {
  max-width: 100%;
  /* Display on small :: sm */
}
@media (max-width: 767px) {
  .footer-widgets-wrap .widget .widget-content img {
    margin: 0 auto;
    display: block;
  }
}

.footer-widgets-wrap .nws-section.widgets-footer-menu-section.sites .widget-title h3:before {
  content: "\f143" !important;
}

.nws-section.widgets-footer-logo-section {
  vertical-align: middle !important;
}

.footer-widgets-wrap .widget.nws_sidebar_articles .widget-title h3:before {
  content: "\f07c" !important;
}
.footer-widgets-wrap .widget.nws_sidebar_articles .date {
  color: #19cbe3;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}
.footer-widgets-wrap .widget.nws_sidebar_articles .date i {
  margin-left: 5px;
}
.footer-widgets-wrap .widget.nws_sidebar_articles .widget-content li a {
  padding: 0 15px !important;
}

.nws-section.header-topnavbar-section {
  border-bottom: 1px solid #eaeef0;
  padding: 10px 0;
}
@media (max-width: 319px) {
  .nws-section.header-topnavbar-section {
    padding: 10px 0 0;
  }
}
@media (max-width: 319px) {
  .nws-section.header-topnavbar-section .full-xxs-width {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
.nws-section.header-topnavbar-section .search {
  width: 100%;
  max-width: 200px;
  position: relative;
  margin: 2.5px 0;
}
@media (max-width: 575px) {
  .nws-section.header-topnavbar-section .search {
    max-width: 100%;
  }
}
.nws-section.header-topnavbar-section .search form {
  margin-bottom: 0;
}
.nws-section.header-topnavbar-section .search form input[type=search] {
  width: 100%;
  border-radius: 15px;
  height: 25px;
  font-size: 12px;
  border: 1px solid #eaeef0;
  outline: none;
  box-shadow: none;
  line-height: 25px;
  padding-inline: 12px 25px;
  font-family: IRANSans;
}
.nws-section.header-topnavbar-section .search form input[type=search]:focus {
  border: 1px solid #19cbe3;
}
.nws-section.header-topnavbar-section .search form input[type=submit] {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 25px;
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
  z-index: 2;
}
.nws-section.header-topnavbar-section .search form input[type=submit]:hover + i {
  color: #192429;
}
.nws-section.header-topnavbar-section .search form i {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 5px;
  left: 7px;
  right: auto;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  content: "\f002";
  color: #19cbe3;
  font-size: 14px;
  content: "\f002";
  color: #19cbe3;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .nws-section.header-topnavbar-section .search form {
    margin-bottom: 5px;
  }
}
.nws-section.header-topnavbar-section .search:before {
  position: absolute;
  content: "";
  background: #eaeef0;
  width: 1px;
  height: 21px;
  top: 2px;
  left: -20px;
}
@media (max-width: 575px) {
  .nws-section.header-topnavbar-section .search:before {
    width: 0;
  }
}
.nws-section.header-topnavbar-section .search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9ba3a8 !important;
}
.nws-section.header-topnavbar-section .search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9ba3a8 !important;
}
.nws-section.header-topnavbar-section .search :-ms-input-placeholder {
  /* IE 10+ */
  color: #9ba3a8 !important;
}
.nws-section.header-topnavbar-section .search :-moz-placeholder {
  /* Firefox 18- */
  color: #9ba3a8 !important;
}
.nws-section.header-topnavbar-section .contact-wrap {
  float: left;
  position: relative;
  display: table;
}
@media (max-width: 575px) {
  .nws-section.header-topnavbar-section .contact-wrap {
    float: none;
    margin: 0 auto 5px;
  }
}
.nws-section.header-topnavbar-section .contact-wrap .tel {
  position: relative;
  display: table-cell;
  padding-left: 50px;
  direction: ltr;
  /* Display on extra-small :: xs */
}
@media (max-width: 480px) {
  .nws-section.header-topnavbar-section .contact-wrap .tel {
    padding-left: 11px;
  }
}
.nws-section.header-topnavbar-section .contact-wrap .tel i {
  color: #19cbe3;
  margin-right: 10px;
  /* Display on extra-small :: xs */
}
@media (max-width: 480px) {
  .nws-section.header-topnavbar-section .contact-wrap .tel i {
    margin-right: 4px;
  }
}
.nws-section.header-topnavbar-section .contact-wrap .tel:after {
  position: absolute;
  content: "";
  background: #eaeef0;
  width: 1px;
  height: 21px;
  top: 4.5px;
  left: 25px;
}
@media (max-width: 319px) {
  .nws-section.header-topnavbar-section .contact-wrap .tel:after {
    width: 0;
  }
}
.nws-section.header-topnavbar-section .contact-wrap a.button {
  display: table-cell;
  padding: 0 15px 0 45px;
}
.nws-section.header-topnavbar-section .button {
  display: table;
  min-width: 150px;
  height: 28px;
  line-height: 28px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #19cbe3;
  color: #19cbe3;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.nws-section.header-topnavbar-section .button:active, .nws-section.header-topnavbar-section .button:focus {
  color: #19cbe3;
}
.nws-section.header-topnavbar-section .button span {
  width: 30px;
  line-height: 30px;
  height: 100%;
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  background: #19cbe3;
  border-radius: 0;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  transition: all 0.5s ease-in-out;
}
.nws-section.header-topnavbar-section .button:before {
  font-family: FontAwesome;
  position: absolute;
  top: -1px;
  right: auto;
  opacity: 0;
}
.nws-section.header-topnavbar-section .button:after {
  font-family: FontAwesome;
  position: absolute;
  top: -1px;
  right: auto;
}
.nws-section.header-topnavbar-section .button:hover {
  background: #19cbe3;
  color: white;
}
.nws-section.header-topnavbar-section .button:hover:before {
  opacity: 1;
  left: 13px;
}
.nws-section.header-topnavbar-section .button:hover:after {
  left: 8px;
}
.nws-section.header-topnavbar-section .button .common, .nws-section.header-topnavbar-section .button .button:before, .nws-section.header-topnavbar-section .button .button:after {
  color: white;
  z-index: 2;
  font-size: 18px;
  content: "\f104";
  transition: all 0.3s ease-in-out;
}

.nws-section.header-ubermenu-section {
  background-color: white;
  /* Display on medium :: md */
  /* Display on small :: sm */
}
.nws-section.header-ubermenu-section .ubermenu *:focus {
  outline: none;
}
.nws-section.header-ubermenu-section .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target:not(.ubermenu-noindicator) {
  padding-inline-start: 14px !important;
  padding-inline-end: 29px !important;
}
@media (min-width: 768px) {
  .nws-section.header-ubermenu-section nav.ubermenu {
    background-color: transparent;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target,
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target,
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target,
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0:hover > .ubermenu-target,
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
    border-bottom-color: #14a2b5;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target i,
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target i,
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target i,
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0:hover > .ubermenu-target i,
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-active > .ubermenu-target i {
    color: white;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > a {
    min-width: 92px;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 5px solid transparent;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > a i {
    display: block;
    margin: 0 auto 10px auto;
    color: #9ba3a8;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > a span {
    margin-right: 0 !important;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li:first-child {
    float: right !important;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li:first-child a {
    background: none;
    border: none;
    padding: 4px 0 14px;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li:first-child:hover a {
    background: none;
  }
}
@media (max-width: 767px) {
  .nws-section.header-ubermenu-section ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target i,
  .nws-section.header-ubermenu-section ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target i,
  .nws-section.header-ubermenu-section ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target i,
  .nws-section.header-ubermenu-section ul.ubermenu-nav .ubermenu-item-level-0:hover > .ubermenu-target i,
  .nws-section.header-ubermenu-section ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-active > .ubermenu-target i {
    color: white;
  }
  .nws-section.header-ubermenu-section ul.ubermenu-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nws-section.header-ubermenu-section ul.ubermenu-nav > li > a i {
    color: #9ba3a8;
  }
  .nws-section.header-ubermenu-section a.ubermenu-responsive-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }
  .nws-section.header-ubermenu-section a.ubermenu-responsive-toggle i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .nws-section.header-ubermenu-section a.ubermenu-responsive-toggle img {
    margin: 0 !important;
  }
}
.nws-section.header-ubermenu-section ul.ubermenu-submenu li:hover > a {
  background-color: #19cbe3;
  color: white;
}
.nws-section.header-ubermenu-section a {
  transition: all 0.3s ease-in-out;
  color: #192429;
}
.nws-section.header-ubermenu-section a i {
  transition: all 0.3s ease-in-out;
}

.section-title {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 1.25em;
  }
}

.container {
  margin-inline: auto;
  padding-inline: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: calc(100% - 30px);
  }
}
.container .row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 28px;
}

.row > [class*=col-] {
  grid-column: span 12;
}

@media (min-width: 576px) {
  .row .col-sm-6 {
    grid-column: span 6;
  }
}
@media (min-width: 768px) {
  .row .col-md-4 {
    grid-column: span 4;
  }
}
@media (min-width: 768px) {
  .row .col-md-4 {
    grid-column: span 4;
  }
}
@media (min-width: 768px) {
  .row .col-md-8 {
    grid-column: span 8;
  }
}
@media (min-width: 992px) {
  .row .col-lg-5 {
    grid-column: span 5;
  }
}
@media (min-width: 992px) {
  .row .col-lg-7 {
    grid-column: span 7;
  }
}
@media (min-width: 1200px) {
  .row .col-xl-4 {
    grid-column: span 4;
  }
}
@media (min-width: 1200px) {
  .row .col-xl-8 {
    grid-column: span 8;
  }
}
@media (min-width: 768px) {
  .row .order-md-last {
    order: 10;
  }
}
@media (min-width: 992px) {
  .row .order-lg-last {
    order: 10;
  }
}

.d-flex {
  display: flex;
}

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

.justify-content-center {
  justify-content: center;
}

.m-0 {
  margin: 0;
}

fieldset {
  border: none;
}
fieldset legend,
fieldset label {
  display: none !important;
}

.frm_error, .frm_error_style {
  color: #cf272a;
  font-size: 0.875em;
  margin-bottom: 5px;
}

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