@font-face {
  font-family: "almoni_regular_aaa";
  src: url("../fonts/almoni-regular-aaa.woff2") format("woff2"),
    url("../fonts/almoni-regular-aaa.woff") format("woff");
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Fonts/5225567/ef5440cb-9db6-4c3a-b4ab-8135481379cd.woff2")
      format("woff2"),
    url("../fonts/Fonts/5225567/6497b0cb-750c-4e79-b974-2d66cef3ac7d.woff")
      format("woff");
}
:root {
  --loader: rgba(165, 165, 165, 0.2);
  --loader-bg: #777;
}
* {
  margin: 0px;
  padding: 0px;
  font-family: "almoni_regular_aaa", "Arial", sans-serif;
}
html:not([data-accessibility-use="plugin_and_html"]) *:focus {
  outline: none;
}
html.inner_scroll:not(.mobile):not(.safari) {
  overflow-y: hidden;
}
html.inner_scroll.outer_scroll:not(.mobile):not(.safari),
html.inner_scroll.outer_scroll:not(.mobile):not(.safari)
  #header.fixed
  #header_bar_wrapper {
  width: calc(100% - 17px);
}
html {
  height: 100%;
  overflow-y: auto;
}
body {
  position: relative;
  min-height: 100%;
}
.mobile.safari body {
  overflow-y: hidden;
}
html,
body {
  min-width: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  display: inline-block;
  vertical-align: top;
  touch-action: manipulation;
}
html[data-router-state="moving"],
html[data-router-state="moving"] body {
  overflow-x: hidden;
}
html[data-router-state="moving"] body {
  overflow-y: hidden;
}
a:not(:disabled),
button:not(:disabled),
select:not(:disabled) {
  cursor: pointer;
}
textarea {
  vertical-align: top;
}
input,
textarea,
select,
option {
  font-family: "Arial", sans-serif !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: "Arial", sans-serif !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: "Arial", sans-serif !important;
}
input::placeholder,
textarea::placeholder {
  font-family: "Arial", sans-serif !important;
}
.rtl textarea::-webkit-input-placeholder,
.rtl input::-webkit-input-placeholder,
.rtl textarea:-moz-placeholder,
.rtl input:-moz-placeholder,
.rtl textarea::-moz-placeholder,
.rtl input::-moz-placeholder,
.rtl textarea:-ms-input-placeholder,
.rtl input:-ms-input-placeholder,
.rtl textarea::-ms-input-placeholder,
.rtl input::-ms-input-placeholder,
.rtl textarea::input-placeholder,
.rtl input::input-placeholder,
.rtl input::placeholder,
.rtl textarea::placeholder {
  text-align: right;
  direction: rtl;
}
.radio-fieldset {
  position: relative;
  display: inline-block;
}
.loader,
[data-state="loading"]:before {
  display: block;
  margin: auto;
  overflow: hidden;
  border-radius: 150%;
  -webkit-animation: loader 1s linear infinite;
  animation: loader 1s linear infinite;
  width: 30px;
  height: 30px;
  border: 5px solid #777;
  border-right: 5px solid rgba(165, 165, 165, 0.2);
  border-bottom: 5px solid rgba(165, 165, 165, 0.2);
  border-left: 5px solid rgba(165, 165, 165, 0.2);
  border: 5px solid var(--loader-bg);
  border-right: 5px solid var(--loader);
  border-bottom: 5px solid var(--loader);
  border-left: 5px solid var(--loader);
}
[data-state="loading"]:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
}
[data-state="loading"] {
  cursor: default;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  color: transparent !important;
  text-shadow: none !important;
}
[data-state="loading"].state_loading_inline {
  display: inline-flex;
}
[data-state="loading"].state_loading_block {
  display: flex;
}
.msie [data-state="loading"]:before {
  position: relative;
}
.msie [data-state="loading"] {
  font-size: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  display: inline-flex;
}
@-webkit-keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#navigation {
  position: fixed;
  top: 0px;
  left: 100%;
  width: 100%;
  height: 101%;
  z-index: 10011;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
#navigation {
  display: none;
}
#navigation.active {
  transform: translateX(-100%);
}
#navigation.display {
  display: block;
  padding-top:5rem;
}
#header {
  width: 100%;
  overflow: hidden;
  display: none;
}
#header.fixed #header_btns,
#header.fixed #header_bar_wrapper,
#header_btns.fixed {
  position: fixed !important;
  top: 0;
  height: 90px;
}
#header_btns {
  position: relative;
  width: 100%;
  z-index: 10012;
}
.nav_opened #header_btns {
  position: fixed;
  top: 0;
}
#header_btns .menu_btn {
  position: absolute;
}
#header_btns .menu_btn span.pass {
  position: absolute;
}
.mobile.safari.nav_opened body,
html.mobile.chrome.nav_opened {
  overflow: hidden;
}
#header_bar_wrapper {
  width: 100%;
  z-index: 10010;
}
#header_bar_content {
  width: calc(100vw - 17px);
}
#header_bar {
  margin: auto;
}
.header_bar_logo {
  float: left;
}
.header_bar_links {
  float: right;
}
.header_bar_links ul {
  list-style: none;
}
.header_bar_links li {
  float: left;
}
.header_bar_links li:first-child {
  margin-left: 0px;
}
.mobile .header_bar_links {
  display: none;
}
#footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 10000;
}
#footer.fixed {
  position: fixed;
}
.safari #footer {
  transform: translateY(3px);
}
#header_btns .accessibility_btn {
  position: absolute;
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
}
#header_btns .accessibility_btn img {
  width: 100%;
  height: 100%;
}
#main_loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page {
  display: none;
}
.page.active {
  display: block;
}
#popup {
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
}
#popup.active {
  opacity: 1;
}
#popup #popup_container {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
}
#popup #popup_container:before {
  content: "";
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}
#popup #popup_container #popup_content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.popup {
  position: relative;
  display: none;
  margin: auto;
  opacity: 0;
}
.rtl .popup {
  direction: rtl;
}
.popup.active {
  display: inline-block;
  opacity: 1;
  transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.close-popup {
  font-family: Arial !important;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 150%;
  z-index: 999;
  cursor: pointer;
}
.close-popup:before {
  content: "\d7";
  position: relative;
}
@media \0screen {
  #popup {
    background-color: #4c4c4c;
  }
  #header_btns {
    width: 100%;
  }
  #navigation {
    background-color: black;
  }
  #navigation.active {
    left: 0px;
  }
  #header_btns .menu_btn span.pass.pass-4,
  #header_btns .menu_btn.open span.pass.pass-4 {
    top: -15px;
  }
  #header_btns .menu_btn.open span.pass.pass-1 {
    top: 0px;
  }
  #header_btns .menu_btn.open span.pass.pass-1,
  #header_btns .menu_btn.open span.pass.pass-4 {
    width: 100%;
    left: 0;
  }
  .loader {
    border: none;
    width: 80px;
  }
  .loader:after {
    content: "Loading...";
  }
}
@-webkit-keyframes float_with_fade_up_out {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-25px);
    opacity: 0;
  }
}
@-webkit-keyframes float_with_fade_up_in {
  0% {
    -webkit-transform: translateY(25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes float_with_fade_down_out {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(25px);
    opacity: 0;
  }
}
@-webkit-keyframes float_with_fade_down_in {
  0% {
    -webkit-transform: translateY(-25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes float_with_fade_left_out {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25px);
    opacity: 0;
  }
}
@-webkit-keyframes float_with_fade_left_in {
  0% {
    -webkit-transform: translateX(25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes float_with_fade_right_out {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(25px);
    opacity: 0;
  }
}
@-webkit-keyframes float_with_fade_right_in {
  0% {
    -webkit-transform: translateX(-25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes burst_with_fade_out {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes burst_with_fade_in {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes shrink_with_fade_out {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes shrink_with_fade_in {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes flip_from_top_out {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
  }
}
@-webkit-keyframes flip_from_top_in {
  0% {
    -webkit-transform: rotateX(-270deg);
  }
  100% {
    -webkit-transform: rotateX(-360deg);
  }
}
@-webkit-keyframes flip_from_right_out {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-90deg);
  }
}
@-webkit-keyframes flip_from_right_in {
  0% {
    -webkit-transform: rotateY(-270deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
  }
}
@-webkit-keyframes flip_from_left_out {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(90deg);
  }
}
@-webkit-keyframes flip_from_left_in {
  0% {
    -webkit-transform: rotateY(270deg);
  }
  100% {
    -webkit-transform: rotateY(359deg);
  }
}
@-webkit-keyframes flip_with_bounce_from_right_out {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-90deg);
  }
}
@-webkit-keyframes flip_with_bounce_from_right_in {
  0% {
    -webkit-transform: rotateY(-270deg);
  }
  50% {
    -webkit-transform: rotateY(-370deg);
  }
  70% {
    -webkit-transform: rotateY(-352deg);
  }
  80% {
    -webkit-transform: rotateY(-360deg);
  }
  95% {
    -webkit-transform: rotateY(-358deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
  }
}
@-webkit-keyframes flip_with_bounce_from_left_out {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(90deg);
  }
}
@-webkit-keyframes flip_with_bounce_from_left_in {
  0% {
    -webkit-transform: rotateY(270deg);
  }
  50% {
    -webkit-transform: rotateY(370deg);
  }
  70% {
    -webkit-transform: rotateY(352deg);
  }
  80% {
    -webkit-transform: rotateY(360deg);
  }
  95% {
    -webkit-transform: rotateY(358deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
  }
}
@-webkit-keyframes page_turn_from_top_out {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
  }
}
@-webkit-keyframes page_turn_from_top_in {
  0% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@-webkit-keyframes page_turn_from_right_out {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(110deg);
  }
}
@-webkit-keyframes page_turn_from_right_in {
  0% {
    -webkit-transform: rotateY(-110deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-webkit-keyframes page_turn_from_left_out {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-110deg);
  }
}
@-webkit-keyframes page_turn_from_left_in {
  0% {
    -webkit-transform: rotateY(110deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-webkit-keyframes page_turn_with_bounce_from_top_out {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
  }
}
@-webkit-keyframes page_turn_with_bounce_from_top_in {
  0% {
    -webkit-transform: rotateX(90deg);
  }
  50% {
    -webkit-transform: rotateX(-10deg);
  }
  70% {
    -webkit-transform: rotateX(8deg);
  }
  80% {
    -webkit-transform: rotateX(0deg);
  }
  95% {
    -webkit-transform: rotateX(2deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@-webkit-keyframes page_turn_with_bounce_from_right_out {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(110deg);
  }
}
@-webkit-keyframes page_turn_with_bounce_from_right_in {
  0% {
    -webkit-transform: rotateY(-110deg);
  }
  50% {
    -webkit-transform: rotateY(10deg);
  }
  70% {
    -webkit-transform: rotateY(-8deg);
  }
  80% {
    -webkit-transform: rotateY(0deg);
  }
  95% {
    -webkit-transform: rotateY(-2deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-webkit-keyframes page_turn_with_bounce_from_left_out {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-110deg);
  }
}
@-webkit-keyframes page_turn_with_bounce_from_left_in {
  0% {
    -webkit-transform: rotateY(110deg);
  }
  50% {
    -webkit-transform: rotateY(-10deg);
  }
  70% {
    -webkit-transform: rotateY(8deg);
  }
  80% {
    -webkit-transform: rotateY(0deg);
  }
  95% {
    -webkit-transform: rotateY(2deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-webkit-keyframes custom_1_out {
  0% {
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes custom_1_in {
  0% {
    opacity: 0;
  }
  100% {
  }
}
@-webkit-keyframes custom_2_out {
  0% {
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes custom_2_in {
  0% {
    opacity: 0;
  }
  100% {
  }
}
@-webkit-keyframes custom_3_out {
  0% {
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes custom_3_in {
  0% {
    opacity: 0;
  }
  100% {
  }
}
.form-field-wrap label,
.form-field-wrap input,
.form-field-wrap select,
.form-field-wrap textarea {
  box-sizing: border-box;
}
.form-field-wrap input,
.form-field-wrap select,
.form-field-wrap textarea {
  resize: none;
  overflow: hidden;
}
.form-field-wrap.error {
  position: relative;
}
.form-field-wrap::before {
  content: "";
  display: none;
}
.form-field-wrap.error::before {
  position: absolute;
  display: block;
  left: 0px;
  bottom: -16px;
  font-size: 12px;
  width: auto;
  height: 16px;
  z-index: 10;
  color: red;
  padding-left: 5px;
  padding-right: 5px;
  pointer-events: none;
}
.rtl .form-field-wrap.error::before {
  right: 0px;
  left: auto;
}
.form-field.error::before {
  position: absolute;
  display: block;
  left: 0px;
  bottom: -16px;
  font-size: 12px;
  width: auto;
  height: 16px;
  z-index: 10;
  color: red;
  padding-left: 5px;
  padding-right: 5px;
  pointer-events: none;
}
.error-label {
  display: none;
}
.rtl .error-label {
  direction: rtl;
}
.error-label.active {
  display: block;
}
.error-label.animation,
.form-field-wrap.error.animation::before {
  animation: error-label-animation 0.6s linear;
  -moz-animation: error-label-animation 0.6s linear;
  -webkit-animation: error-label-animation 0.6s linear;
  -o-animation: error-label-animation 0.6s linear;
  -ms-animation: error-label-animation 0.6s linear;
}
@-webkit-keyframes error-label-animation {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes error-label-animation {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page[data-name="examples"] a {
  direction: ltr;
}
.page[data-name="examples"] strong {
  font-size: 20px;
}
.popup-1 {
  color: white;
  font-size: 16px;
  border-radius: 10px;
}
.popup-1:before,
.popup-4:before {
  content: none !important;
}
.popup-2 {
  background-color: transparent !important;
  color: white;
  font-size: 16px;
}
.popup-4 {
  background-color: transparent !important;
  background-image: url("../../images/designed_popup.png");
  width: 300px;
  height: 381px;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
#popup[active-popup=".popup-4"] .close-popup {
  margin-top: 10px;
  margin-right: -10px;
  width: 30px;
  height: 30px;
  background-image: url("../../images/designed_popup_close_btn.png");
  border-radius: 0px;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
#popup[active-popup=".popup-4"] .close-popup:before {
  display: none;
}
.popup-4 .content {
  width: 75%;
  padding-top: 60px;
  padding-left: 20px;
  color: white;
  font-size: 20px;
  margin: auto;
}
.form-send-btn,
.form-success,
.form-loading {
  min-height: 100px;
  margin-top: 15px;
}
.form-success,
.form-loading {
  display: none;
}
.rtl .form-success p {
  direction: rtl;
}
.form-success p {
  font-size: 18px;
  text-align: center;
}
.form-loading .loader {
  width: 30px;
  height: 30px;
}
.form-success p:before {
  position: relative;
  content: "\2713";
  color: green;
  font-weight: bold;
}
.rtl .form-success p:before {
  margin-left: 8px;
}
body:not(.rtl) .form-success p:before {
  margin-right: 8px;
}
.page[data-name="loading"] {
  height: calc(100vh - 180px);
}
.page[data-name="loading"] .loader_container {
  height: 100%;
  display: flex;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea:-moz-placeholder,
input:-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::input-placeholder,
input::input-placeholder,
input::placeholder,
textarea::placeholder {
  color: #a6a6a6;
}
input,
select,
textarea {
  border: 1px solid #afafaf;
  font-size: 18px;
  padding: 5px;
}
input[type="checkbox"],
input[type="radio"] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}
label.checkbox-label {
  width: auto;
}
body:not(.rtl) .radio-fieldset {
  padding-right: 12px;
}
.rtl .radio-fieldset {
  padding-left: 12px;
}
.button.blue {
  background-color: #007bff;
}
.button.blue-green {
  background-color: #00b8d8;
}
.button.green {
  background-color: #17c671;
}
.button.brown {
  background-color: #755302;
}
.button.orange {
  background-color: #ffb400;
}
[data-state="loading"]:before {
  mix-blend-mode: multiply;
}
#navigation {
  background-color: #e6e6e6;
  transition: 0.4s all ease;
}
#navigation ul {
  margin: 10px auto;
  list-style-type: none;
}
#navigation h1 {
  color: #fff;
  text-align: center;
  margin: 50px auto;
}
#navigation ul li {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  text-align: right;
  width: 90%;
  border-bottom: solid black 1px;
}
#navigation ul li a {
  color: #000;
  font-size: 24px;
  text-decoration: none;
  font-weight: bold;
}
#navigation ul li a.active {
  font-weight: bold;
}
#header,
#header_bar_wrapper {
  height: 90px;
}
#pages {
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
#header_btns .menu_btn {
  top: 12px;
  right: 20px;
  background-color: transparent;
  border: none;
  width: 28px;
  height: 35px;
  transition: 0.5s ease-in-out;
}
#header_btns .menu_btn span.pass {
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 9px;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#header_btns .menu_btn span.pass.pass-1 {
  top: 10px;
}
#header_btns .menu_btn span.pass.pass-2 {
  top: 18px;
}
#header_btns .menu_btn span.pass.pass-3 {
  top: 18px;
}
#header_btns .menu_btn span.pass.pass-4 {
  top: 26px;
}
#header_btns .menu_btn.open span.pass.pass-1,
#header_btns .menu_btn.open span.pass.pass-4 {
  top: 15px;
  width: 0%;
  left: 50%;
}
#header_btns .menu_btn.open span.pass.pass-2 {
  transform: rotate(45deg) scale(1.2);
}
#header_btns .menu_btn.open span.pass.pass-3 {
  transform: rotate(-45deg) scale(1.2);
}
#header_bar_wrapper {
  background-color: #e2e2e2;
}
#header_bar {
  width: 65%;
  max-width: 970px;
}
#header_bar .header_bar_logo,
#header_bar .header_bar_links {
  margin-top: 20px;
}
.header_bar_links li {
  margin-left: 10px;
}
.header_bar_links a.active {
  font-weight: bold;
}
#footer {
  height: 40px;
  background-color: black;
  color: white;
  text-align: center;
}
#footer div {
  padding-top: 10px;
  font-size: 14px;
}
.edge #footer,
.msie #footer {
  box-shadow: black 0px 1px 0px;
}
#header_btns .accessibility_btn {
  top: 12px;
  right: 80px;
  width: 35px;
  height: 35px;
}
#accessibility {
  top: 8px !important;
  right: 75px !important;
}
.page {
  margin: auto;
}
.page[data-name="loading"] {
  width: 100%;
}
#pages h1.page_title {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 28px;
}
.rtl #pages h1.page_title {
  direction: rtl;
}
#popup {
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#popup #popup_container #popup_content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 85%;
}
.popup {
  padding: 25px;
  background-color: #fff;
  min-width: 150px;
  word-break: break-word;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
}
.close-popup {
  margin-right: -20px;
  width: 40px;
  height: 40px;
  background-color: #000;
  border: 2px solid #fff;
}
.close-popup:before {
  font-size: 36px;
  color: #fff;
  top: -3px;
}
.container {
  width: 100%;
  border: 1px solid black;
  margin-top: 20px;
}
.rtl .container {
  direction: rtl;
}
.container .title {
  padding: 10px;
  background-color: #f1f1f1;
}
.container .content {
  padding: 10px;
}
#example_form {
  margin: auto;
  width: 80%;
  padding-bottom: 40px;
}
.form #file_uploader {
  width: 100%;
}
.form-field-wrap {
  margin-top: 10px;
  width: 100%;
}
.rtl .form-field-wrap {
  direction: rtl;
}
.form-field-wrap label,
.form-field-wrap input:not([type="checkbox"]):not([type="radio"]),
.form-field-wrap select,
.form-field-wrap textarea {
  width: 100%;
  font-size: 18px;
  padding: 5px;
}
.form-field-wrap label:not(.checkbox-label):not(.radio-label) {
  display: inline-block;
  margin-bottom: 3px;
}
input.form-field.error,
select.form-field.error,
textarea.form-field.error {
  animation: error 1s linear;
  -moz-animation: error 1s linear;
  -webkit-animation: error 1s linear;
  -o-animation: error 1s linear;
  -ms-animation: error 1s linear;
  border: 1px solid red;
  color: red;
}
@-webkit-keyframes error {
  0% {
    border: 1px solid #afafaf;
    color: black;
  }
  20% {
    border: 1px solid red;
    color: red;
  }
  40% {
    border: 1px solid #afafaf;
    color: black;
  }
  60% {
    border: 1px solid red;
    color: red;
  }
  80% {
    border: 1px solid #afafaf;
    color: black;
  }
  100% {
    border: 1px solid red;
    color: red;
  }
}
@keyframes error {
  0% {
    border: 1px solid #afafaf;
    color: black;
  }
  20% {
    border: 1px solid red;
    color: red;
  }
  40% {
    border: 1px solid #afafaf;
    color: black;
  }
  60% {
    border: 1px solid red;
    color: red;
  }
  80% {
    border: 1px solid #afafaf;
    color: black;
  }
  100% {
    border: 1px solid red;
    color: red;
  }
}
.error-label {
  font-size: 12px;
  color: red;
  height: 15px;
}
.form button {
  width: 100%;
  height: 50px;
  font-size: 24px;
  background-color: #008cba;
  color: #fff;
  border: none;
  border-radius: 4px;
}
#uploader-page .uploader-btn-1 {
  width: 100%;
}
#uploader-page .uploader-btn-2 {
  background-color: green;
  text-align: center;
  width: 200px;
  padding: 20px;
  margin: auto;
  cursor: pointer;
}
#uploader-page .uploader-btn-2:hover {
  background-color: yellow;
  transition: all 2s;
  -webkit-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
}
#uploader-page .uploader-btn-2-cancel {
  padding-top: 10px;
}
#uploader-page .uploader-btn-2-result {
  text-align: left;
  padding-left: 20px;
}
.youtube_advanced_example {
  height: 300px;
}
.youtube_advanced_example_video,
.youtube_advanced_example_links {
  float: left;
}
.youtube_advanced_example_links {
  padding-left: 15px;
}
.youtube_advanced_example .youtube-2 {
  width: 250px;
  height: 250px;
}
#faq .faq_item {
  margin-top: 10px;
  background-color: #ffffff;
  border: 2px solid #000000;
}
#faq .faq_item button {
  position: relative;
  width: 100%;
  font-size: 30px;
  color: #000000;
  border: none;
  background-color: #dcdcdc;
}
.rtl #faq .faq_item button {
  text-align: right;
  padding: 10px 10px 10px 45px;
}
body:not(.rtl) #faq .faq_item button {
  text-align: left;
  padding: 10px 45px 10px 10px;
}
#faq .faq_item button:after {
  content: "";
  position: absolute;
  margin: auto 5px;
  top: 0px;
  bottom: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-top: 15px solid #000;
  border-right: 10px solid transparent;
  border-bottom: 0px solid transparent;
  transition: all 0.2s;
}
.rtl .faq_item button:after {
  left: 10px;
}
body:not(.rtl) .faq_item button:after {
  right: 10px;
}
#faq .faq_item button.active:after {
  border-top-color: #979797;
  transform: rotate(180deg);
}
#faq .faq_item div {
  position: relative;
  display: none;
  padding: 10px;
  background-color: #ffffff;
}
#faq .faq_item div p {
  color: #000000;
}
.rtl #faq .faq_item div p {
  text-align: right;
  direction: rtl;
}
#faq .faq_item button,
#faq .faq_item div,
#faq .faq_item {
  border-radius: 10px;
}
#faq .faq_item div {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.desktop .close-popup {
  margin-right: 0;
  margin-top: 0;
  background-color: #000;
  border: none;
}
.desktop .close-popup:before {
  font-size: 55px;
  top: -15px;
}

#DW-SFToolkit{
  display: none;
}