/* Minification failed. Returning unminified contents.
(4023,15): run-time error CSS1039: Token not allowed after unary operator: '-gray-1'
(4044,15): run-time error CSS1039: Token not allowed after unary operator: '-gray-9'
(4076,15): run-time error CSS1039: Token not allowed after unary operator: '-gray-4'
(4188,26): run-time error CSS1039: Token not allowed after unary operator: '-gray-19'
(4317,15): run-time error CSS1039: Token not allowed after unary operator: '-gray-1'
(4366,15): run-time error CSS1039: Token not allowed after unary operator: '-gray-9'
 */
body {
  direction: rtl;
  margin: 0;
}

ul,
li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

*:focus {
  outline: none;
}

table {
  border-collapse: collapse;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*font-family*/
/*font-icons*/
/*colors*/
/*font sizes*/
/* spacer */
/* media query
-----------------------------------------------------------*/
/*font-family*/
/*font-icons*/
/*colors*/
/*font sizes*/
/* spacer */
/* media query
-----------------------------------------------------------*/
/*input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {*/
input[type=text],
input[type=password],
input[type=email],
input[type=number],
textarea {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: solid 1px #e6e6e6;
  background-color: #fff;
  padding: 8px;
  line-height: 1.5;
  color: #262626;
  background-clip: padding-box;
  font-family: "IRANYekan";
  width: 100%;
  height: 40px;
  -webkit-transition: border-color 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out;
  -ms-transition: border-color 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}
@media (max-width: 992px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=number],
  textarea {
    font-size: 16px;
    font-size: 1rem;
  }
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bfbfbf;
  font-weight: 400;
  text-align: right;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bfbfbf;
  font-weight: 400;
  text-align: right;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bfbfbf;
  font-weight: 400;
  text-align: right;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bfbfbf;
  font-weight: 400;
  text-align: right;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus {
  border: 1px solid #1e90ff;
}
input[type=text].not-valid,
input[type=password].not-valid,
input[type=email].not-valid,
input[type=number].not-valid,
textarea.not-valid {
  border-color: #ff4757;
}

textarea {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 992px) {
  textarea {
    font-size: 16px;
    font-size: 1rem;
  }
}

select {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: solid 1px #e6e6e6;
  background-color: #fff;
  width: 100%;
  height: 40px;
  font-family: "IRANYekan";
}
@media (max-width: 992px) {
  select {
    font-size: 16px;
    font-size: 1rem;
  }
}
select.not-valid {
  border-color: #ff4757;
}

.breadcrumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 1;
  position: relative;
}
.breadcrumb li:last-child a {
  color: #999999;
}
.breadcrumb li:first-child a {
  padding-right: 0;
}
.breadcrumb li a {
  color: #262626;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.73;
  padding: 0 8px;
  position: relative;
}
.breadcrumb li:not(:last-child) a:after {
  content: "\e91b";
  font-family: "iconRoyaGasht";
  position: absolute;
  left: 0;
  width: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #999999;
  font-size: 8px;
  font-size: 0.5rem;
}
.breadcrumb.breadcrumb--white li a {
  color: #fff;
}
.breadcrumb.breadcrumb--white li:last-child a {
  color: #fff;
  opacity: 0.4;
}
.breadcrumb.breadcrumb--white li:not(:last-child) a:after {
  color: #fff;
}
.breadcrumb.breadcrumb--white-color li:last-child a {
  color: rgba(255, 255, 255, 0.4);
}
.breadcrumb.breadcrumb--white-color li a {
  color: #fff;
}
.breadcrumb.breadcrumb--white-color li:not(:last-child) a:after {
  color: #fff;
}

.form .form-validation {
  color: #ff4757;
  font-size: 12px;
  font-size: 0.75rem;
}
.form hr {
  margin: 0;
  border-width: 0 0 1px 0;
  border-color: rgba(0, 0, 0, 0.1);
  width: 100%;
}
.form .form-element-group.form-element-group--with-icon > div {
  position: relative;
}
.form .form-element-group.form-element-group--with-icon input:not([type=submit]),
.form .form-element-group.form-element-group--with-icon select.form-element {
  padding-right: 48px;
}
.form .form-element-group.form-element-group--with-icon i {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #999999;
  transform: translateY(-50%);
}
.form .form-element-group.form-element-group--with-icon span .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 48px;
}
.form .form-element-group.form-element-group--icon-right i {
  left: auto;
  right: 10px;
}
.form .form-element-group.form-element-group--icon-right input:not([type=submit]),
.form .form-element-group.form-element-group--icon-right select.form-element {
  padding-right: 48px;
  padding-left: 4rempx;
}
.form .form-element-group.form-element-group--icon-right button {
  position: absolute;
  border: none;
  background: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.form .form-element-group.form-element-group--icon-right button i {
  position: relative;
  top: unset;
  transform: unset;
}
.form .form-element-group .pseudo-input {
  position: absolute;
  left: 70px;
  top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
}
.form .form__row {
  margin-bottom: 16px;
}

.captcha-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  height: 40px;
}
.captcha-box img {
  height: 30px;
  margin-right: 4px;
}
.captcha-box input[type=text] {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 35px;
}
.captcha-box > div:first-child {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  padding-right: 16px;
  padding-left: 8px;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.captcha-box > div:last-child {
  -webkit-flex-grow: 9;
  -moz-flex-grow: 9;
  -ms-flex-grow: 9;
  flex-grow: 9;
}
.captcha-box button {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}

.btn {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  line-height: 1.21;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  border: none;
  text-decoration: none;
  width: 176px;
  height: 40px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border: 1px solid #eeeeee;
  cursor: pointer;
  font-family: "IRANYekan";
  font-weight: normal;
}
.btn.btn--sm {
  width: 107px;
  height: 36px;
}
.btn.btn--lg {
  width: 250px;
  height: 40px;
}
.btn.btn-default {
  color: #999999;
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-default:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn.btn-purple {
  color: #fff;
  background-color: #64104e;
  border-color: #64104e;
}
.btn.btn-purple:hover {
  background-color: #4a0c3a;
  border-color: #4a0c3a;
}
.btn.btn-blue {
  color: #fff;
  background-color: #1e90ff;
  border-color: #1e90ff;
}
.btn.btn-blue:hover {
  background-color: #1b80e3;
  border-color: #1b80e3;
}
.btn.btn-yellow {
  color: #262626;
  background-color: #ffcb05;
  border-color: #ffcb05;
}
.btn.btn-yellow:hover {
  background-color: #f0bf05;
  border-color: #f0bf05;
}
.btn.btn-light {
  color: #999999;
  background-color: transparent;
  border-color: #e6e6e6;
}
.btn.btn-light:hover {
  color: #fff;
  background-color: #1e90ff;
  border-color: #1e90ff;
}
.btn.btn-blue-color {
  background-color: transparent;
  color: #1e90ff;
  border-color: transparent;
}
.btn.btn-blue-color:hover {
  color: #1b80e3;
}

.checkmark[type=checkbox] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
.checkmark[type=checkbox]::-webkit-input-placeholder {
  color: #bfbfbf;
}
.checkmark[type=checkbox]:-moz-placeholder {
  color: #bfbfbf;
}
.checkmark[type=checkbox]::-moz-placeholder {
  color: #bfbfbf;
}
.checkmark[type=checkbox]:-ms-input-placeholder {
  color: #bfbfbf;
}
.checkmark[type=checkbox] + label, .checkmark[type=checkbox] + input[type=hidden] + label {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  padding-right: 24px;
}
.checkmark[type=checkbox] + label:after, .checkmark[type=checkbox] + input[type=hidden] + label:after {
  height: 16px;
  width: 16px;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  content: "";
  margin-left: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  top: 0;
  position: absolute;
  right: 0;
  -webkit-box-shadow: 0px 1px 1px 0 rgba(22, 29, 37, 0.05);
  -moz-box-shadow: 0px 1px 1px 0 rgba(22, 29, 37, 0.05);
  box-shadow: 0px 1px 1px 0 rgba(22, 29, 37, 0.05);
}
.checkmark[type=checkbox] + label:before, .checkmark[type=checkbox] + input[type=hidden] + label:before {
  height: 16px;
  width: 16px;
  content: "\e905";
  font-size: 16px;
  font-size: 1rem;
  top: 0;
  right: 0;
  position: absolute;
  text-align: center;
  color: #fff;
  font-family: "iconRoyaGasht";
  border: 1px solid #64104e;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  z-index: 2;
}
.checkmark[type=checkbox]:checked + label:before, .checkmark[type=checkbox]:checked + input[type=hidden] + label:before {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.checkmark[type=checkbox]:checked + label:after, .checkmark[type=checkbox]:checked + input[type=hidden] + label:after {
  background-color: #64104e;
}

.checkmark[type=radio] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
.checkmark[type=radio]::-webkit-input-placeholder {
  color: #bfbfbf;
}
.checkmark[type=radio]:-moz-placeholder {
  color: #bfbfbf;
}
.checkmark[type=radio]::-moz-placeholder {
  color: #bfbfbf;
}
.checkmark[type=radio]:-ms-input-placeholder {
  color: #bfbfbf;
}
.checkmark[type=radio] + label {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 0;
  position: relative;
  color: #999999;
  cursor: pointer;
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  padding-right: 24px;
}
.checkmark[type=radio] + label:after {
  height: 16px;
  width: 16px;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  content: "";
  margin-left: 4px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: absolute;
  right: 0;
}
.checkmark[type=radio] + label:before {
  content: "";
  text-align: center;
  color: #fff;
  background-color: #fff;
  height: 6px;
  width: 6px;
  right: 6px;
  position: absolute;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 2;
}
.checkmark[type=radio]:checked + label {
  color: #262626;
}
.checkmark[type=radio]:checked + label:before {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.checkmark[type=radio]:checked + label:after {
  background-color: #64104e;
  border-color: #64104e;
}

.c-modal .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
}
.c-modal .modal .modal__wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .c-modal .modal .modal__wrapper {
    width: 890px;
    margin-top: 88px;
    margin-bottom: 88px;
    position: relative;
  }
}
.c-modal .modal.show-modal.fade {
  opacity: 1;
  display: block;
}
.c-modal .modal.show-modal .modal__wrapper {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 767px) {
  .c-modal .modal.show-modal {
    padding: 0 16px;
  }
}
.c-modal .modal.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.c-modal .modal.fade .modal__wrapper {
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.c-modal .modal .modal__content {
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  padding-bottom: 48px;
}
.c-modal .modal .modal__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 32px 16px;
  border-bottom: 1px solid #ccc;
  margin: 0 16px;
}
.c-modal .modal .modal__header h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #555;
  margin: 0;
}
@media (max-width: 767px) {
  .c-modal .modal .modal__header h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
  }
}
.c-modal .modal .modal__header button {
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
}
.c-modal .modal .modal__header button i {
  color: #ff4757;
}
.c-modal .modal .modal__body {
  padding: 0 16px;
}
@media (max-width: 767px) {
  .c-modal .modal .modal__body {
    height: calc(100vh - 270px);
    overflow: auto;
  }
}

.c-tab .tab .tab__tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 58px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.c-tab .tab .tab__tabs li {
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.c-tab .tab .tab__tabs li a {
  color: #000;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #000;
}
.c-tab .tab .tab__tabs li.active a {
  border-bottom: none;
}
.c-tab .tab .tab__content > div {
  display: none;
}
.c-tab .tab .tab__content > div:first-child {
  display: block;
}

.alert {
  position: relative;
  padding: 8px;
  margin-bottom: 16px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.alert.alert--success {
  color: #2ed573;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert.alert--warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert.alert--danger, .alert.alert--error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert.alert--info {
  color: #1e90ff;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert i {
  margin-left: 4px;
}
.alert .close {
  background: none;
  border: none;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
  z-index: 2;
  height: 15px;
  line-height: 1;
}

.arrow-right {
  background: inherit;
  height: 2px;
  width: 16px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 12px;
  transform: scale(0.5);
  margin-left: 4px;
  width: 22px;
}
.arrow-right:before, .arrow-right:after {
  content: "";
  background: inherit;
  position: absolute;
  height: 2px;
  width: 10px;
}
.arrow-right:before {
  right: -4px;
  bottom: -3px;
  transform: rotate(-45deg);
}
.arrow-right:after {
  right: -4px;
  top: -3px;
  transform: rotate(45deg);
}

.arrow-left {
  background: inherit;
  height: 2px;
  width: 16px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-right: 12px;
  transform: scale(0.5);
  margin-left: 4px;
  width: 22px;
}
.arrow-left:before, .arrow-left:after {
  content: "";
  background: inherit;
  position: absolute;
  height: 2px;
  width: 10px;
}
.arrow-left::before {
  left: -4px;
  bottom: -3px;
  transform: rotate(45deg);
}
.arrow-left::after {
  left: -4px;
  top: -3px;
  transform: rotate(-45deg);
}

.validation {
  font-weight: 500;
  margin: 4px 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.validation.validation--error {
  color: #ff4757;
}
.validation.validation--success {
  color: #2ed573;
}
.validation.validation--warning {
  color: orange;
}

.cicle-loading {
  width: 60px;
  height: 60px;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  stroke-linecap: round;
  stroke-width: 4;
  fill: none;
}
.cicle-loading .internal-circle,
.cicle-loading .external-circle {
  stroke: #64104e;
  stroke-dashoffset: 0;
  transform-origin: center;
}
.cicle-loading .internal-circle {
  stroke-dasharray: 187;
  animation: internal 1s ease-in-out infinite;
  opacity: 0.4;
}
.cicle-loading .external-circle {
  stroke-dasharray: 312;
  animation: external 1s linear infinite;
  opacity: 0.9;
}

.bg-box {
  display: block;
  direction: ltr;
  padding: 16px;
  margin: 24px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.42857143;
  color: #737373;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f9f9f9;
  border: 1px solid #ededed;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.qoute {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: solid 1px #eeeeee;
  padding: 48px;
  margin: 40px 0;
  position: relative;
}
@media (max-width: 992px) {
  .qoute {
    padding: 32px;
  }
}
.qoute .qoute-icon {
  width: 54px;
  height: 54px;
  border: 1px solid #eeeeee;
  position: absolute;
  top: -28px;
  left: 50%;
  color: #64104e;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.img-footnote {
  text-align: center;
}
.img-footnote > div {
  display: inline-block;
}
.img-footnote img {
  display: block;
}
.img-footnote .footnote {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999999;
  padding-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 0;
  border-bottom: 1px solid #e6e6e6;
  text-align: right;
}

.bounce-loading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
}
.bounce-loading span {
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  background-color: #ffcb05;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.bounce-loading span.bounce1 {
  animation-delay: -0.32s;
}
.bounce-loading span.bounce2 {
  animation-delay: -0.16s;
}
.bounce-loading.bounce-loading--white {
  background-color: #ffcb05;
}
.bounce-loading.bounce-loading--white span {
  background-color: #fff;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes internal {
  0% {
    stroke-dashoffset: 187;
  }
  25% {
    stroke-dashoffset: 80;
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(360deg);
  }
}
@keyframes external {
  0% {
    stroke-dashoffset: 312;
    transform: rotate(70deg);
  }
  60% {
    stroke-dashoffset: -312;
  }
  100% {
    stroke-dashoffset: -312;
    transform: rotate(450deg);
  }
}
html {
  font-size: 16px;
}

body {
  font-family: "IRANYekan";
  font-size: 16px !important;
  font-weight: normal;
  color: #262626;
}

@media (max-width: 992px) {
  body.open-modal {
    position: relative;
  }
  body.open-modal:after {
    content: "";
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    position: fixed;
    top: 0;
    z-index: 10;
  }
}

button {
  font-family: "IRANYekan";
}

.container {
  max-width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 993px) {
  .container {
    width: 98%;
  }
}
@media (min-width: 1321px) {
  .container {
    width: 1320px;
  }
}

[class*=col-] {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  /*max-width:767*/
  .col-xs--12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-xs--11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-xs--10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-xs--9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  .col-xs--8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-xs--7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-xs--6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .col-xs--5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-xs--4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-xs--3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .col-xs--2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-xs--1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  /*min-width:768*/
  .col-sm--12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-sm--11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-sm--10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-sm--9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  .col-sm--8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-sm--7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-sm--6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .col-sm--5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-sm--4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-sm--3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .col-sm--2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-sm--1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }
}
@media (min-width: 993px) {
  /*min-width:992px*/
  .col-md--12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-md--11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-md--10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-md--9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  .col-md--8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-md--7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-md--6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .col-md--5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-md--4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-md--3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .col-md--2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-md--1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }
}
@media (min-width: 1321px) {
  /*min-width:1321px*/
  .col-lg--12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-lg--11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-lg--10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-lg--9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  .col-lg--8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-lg--7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-lg--6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .col-lg--5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-lg--4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-lg--3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .col-lg--2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-lg--1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }
}
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

a {
  color: #1e90ff;
}

h1,
.h1 {
  font-size: 30px;
  font-size: 1.875rem;
}

h2,
.h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

h3,
.h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

h4,
.h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h5,
.h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 993px) {
  .main-container {
    min-height: calc(100vh - 353px);
  }
}

.no-scroll {
  overflow: hidden;
}

.hidden,
.hide {
  display: none !important;
}

.dis-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.dir-ltr {
  direction: ltr;
}

.dir-rtl {
  direction: rtl;
}

@media (min-width: 993px) {
  .hide-in-desktop {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-in-phone {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-in-not-phone {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .hide-in-not-desktop {
    display: none !important;
  }
}

.select2-container {
  font-size: 14px;
  font-size: 0.875rem;
}

span.select2-container .select2-selection--single {
  border: solid 1px #e6e6e6;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.08);
  height: 38px;
}
span.select2-container .select2-selection--single .select2-selection__rendered {
  height: 100%;
  padding-right: 8px;
  padding-left: 48px;
  text-align: left;
  line-height: 38px;
}
span.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-size: 12px;
  font-size: 0.75rem;
}
span.select2-container .select2-selection--single .select2-selection__arrow {
  left: auto;
  right: 1px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
span.select2-container .select2-results__option {
  text-align: right;
  font-size: 13px;
  font-size: 0.8125rem;
  direction: rtl;
}

.is-fixed {
  position: fixed !important;
}

.select2 {
  width: 100% !important;
}

.bold {
  font-weight: bold;
}

.w-100 {
  width: 100%;
}

.text-red {
  color: #ff4757;
}

.text-yellow {
  color: #ffcb05;
}

.text-blue {
  color: #1e90ff;
}

.text-gray {
  color: #262626;
}

.daterangepicker {
  border: 1px solid #e6e6e6;
  display: none;
}

.icon-star-yellow {
  color: #ffcb05;
}
.icon-star-yellow:before {
  content: "\e912";
}

.icon-half-star-yellow {
  color: #ffcb05;
}
.icon-half-star-yellow:before {
  content: "\e933";
}

.m--0 {
  margin: 0px !important;
}

.mt--0,
.my--0 {
  margin-top: 0px !important;
}

.mr--0,
.mx--0 {
  margin-right: 0px !important;
}

.mb--0,
.my--0 {
  margin-bottom: 0px !important;
}

.ml--0,
.mx--0 {
  margin-left: 0px !important;
}

.m--1 {
  margin: 8px !important;
}

.mt--1,
.my--1 {
  margin-top: 8px !important;
}

.mr--1,
.mx--1 {
  margin-right: 8px !important;
}

.mb--1,
.my--1 {
  margin-bottom: 8px !important;
}

.ml--1,
.mx--1 {
  margin-left: 8px !important;
}

.m--2 {
  margin: 16px !important;
}

.mt--2,
.my--2 {
  margin-top: 16px !important;
}

.mr--2,
.mx--2 {
  margin-right: 16px !important;
}

.mb--2,
.my--2 {
  margin-bottom: 16px !important;
}

.ml--2,
.mx--2 {
  margin-left: 16px !important;
}

.m--3 {
  margin: 24px !important;
}

.mt--3,
.my--3 {
  margin-top: 24px !important;
}

.mr--3,
.mx--3 {
  margin-right: 24px !important;
}

.mb--3,
.my--3 {
  margin-bottom: 24px !important;
}

.ml--3,
.mx--3 {
  margin-left: 24px !important;
}

.m--4 {
  margin: 32px !important;
}

.mt--4,
.my--4 {
  margin-top: 32px !important;
}

.mr--4,
.mx--4 {
  margin-right: 32px !important;
}

.mb--4,
.my--4 {
  margin-bottom: 32px !important;
}

.ml--4,
.mx--4 {
  margin-left: 32px !important;
}

.m--5 {
  margin: 40px !important;
}

.mt--5,
.my--5 {
  margin-top: 40px !important;
}

.mr--5,
.mx--5 {
  margin-right: 40px !important;
}

.mb--5,
.my--5 {
  margin-bottom: 40px !important;
}

.ml--5,
.mx--5 {
  margin-left: 40px !important;
}

.m--6 {
  margin: 48px !important;
}

.mt--6,
.my--6 {
  margin-top: 48px !important;
}

.mr--6,
.mx--6 {
  margin-right: 48px !important;
}

.mb--6,
.my--6 {
  margin-bottom: 48px !important;
}

.ml--6,
.mx--6 {
  margin-left: 48px !important;
}

.m--7 {
  margin: 56px !important;
}

.mt--7,
.my--7 {
  margin-top: 56px !important;
}

.mr--7,
.mx--7 {
  margin-right: 56px !important;
}

.mb--7,
.my--7 {
  margin-bottom: 56px !important;
}

.ml--7,
.mx--7 {
  margin-left: 56px !important;
}

.p--0 {
  padding: 0px !important;
}

.pt--0,
.py--0 {
  padding-top: 0px !important;
}

.pr--0,
.px--0 {
  padding-right: 0px !important;
}

.pb--0,
.py--0 {
  padding-bottom: 0px !important;
}

.pl--0,
.px--0 {
  padding-left: 0px !important;
}

.p--1 {
  padding: 8px !important;
}

.pt--1,
.py--1 {
  padding-top: 8px !important;
}

.pr--1,
.px--1 {
  padding-right: 8px !important;
}

.pb--1,
.py--1 {
  padding-bottom: 8px !important;
}

.pl--1,
.px--1 {
  padding-left: 8px !important;
}

.p--2 {
  padding: 16px !important;
}

.pt--2,
.py--2 {
  padding-top: 16px !important;
}

.pr--2,
.px--2 {
  padding-right: 16px !important;
}

.pb--2,
.py--2 {
  padding-bottom: 16px !important;
}

.pl--2,
.px--2 {
  padding-left: 16px !important;
}

.p--3 {
  padding: 24px !important;
}

.pt--3,
.py--3 {
  padding-top: 24px !important;
}

.pr--3,
.px--3 {
  padding-right: 24px !important;
}

.pb--3,
.py--3 {
  padding-bottom: 24px !important;
}

.pl--3,
.px--3 {
  padding-left: 24px !important;
}

.p--4 {
  padding: 32px !important;
}

.pt--4,
.py--4 {
  padding-top: 32px !important;
}

.pr--4,
.px--4 {
  padding-right: 32px !important;
}

.pb--4,
.py--4 {
  padding-bottom: 32px !important;
}

.pl--4,
.px--4 {
  padding-left: 32px !important;
}

.p--5 {
  padding: 40px !important;
}

.pt--5,
.py--5 {
  padding-top: 40px !important;
}

.pr--5,
.px--5 {
  padding-right: 40px !important;
}

.pb--5,
.py--5 {
  padding-bottom: 40px !important;
}

.pl--5,
.px--5 {
  padding-left: 40px !important;
}

.p--6 {
  padding: 48px !important;
}

.pt--6,
.py--6 {
  padding-top: 48px !important;
}

.pr--6,
.px--6 {
  padding-right: 48px !important;
}

.pb--6,
.py--6 {
  padding-bottom: 48px !important;
}

.pl--6,
.px--6 {
  padding-left: 48px !important;
}

.p--7 {
  padding: 56px !important;
}

.pt--7,
.py--7 {
  padding-top: 56px !important;
}

.pr--7,
.px--7 {
  padding-right: 56px !important;
}

.pb--7,
.py--7 {
  padding-bottom: 56px !important;
}

.pl--7,
.px--7 {
  padding-left: 56px !important;
}

.m--n1 {
  margin: -8px !important;
}

.mt--n1,
.my-n1 {
  margin-top: -8px !important;
}

.mr--n1,
.mx--n1 {
  margin-right: -8px !important;
}

.mb--n1,
.my--n1 {
  margin-bottom: -8px !important;
}

.ml--n1,
.mx--n1 {
  margin-left: -8px !important;
}

.m--n2 {
  margin: -16px !important;
}

.mt--n2,
.my-n2 {
  margin-top: -16px !important;
}

.mr--n2,
.mx--n2 {
  margin-right: -16px !important;
}

.mb--n2,
.my--n2 {
  margin-bottom: -16px !important;
}

.ml--n2,
.mx--n2 {
  margin-left: -16px !important;
}

.m--n3 {
  margin: -24px !important;
}

.mt--n3,
.my-n3 {
  margin-top: -24px !important;
}

.mr--n3,
.mx--n3 {
  margin-right: -24px !important;
}

.mb--n3,
.my--n3 {
  margin-bottom: -24px !important;
}

.ml--n3,
.mx--n3 {
  margin-left: -24px !important;
}

.m--n4 {
  margin: -32px !important;
}

.mt--n4,
.my-n4 {
  margin-top: -32px !important;
}

.mr--n4,
.mx--n4 {
  margin-right: -32px !important;
}

.mb--n4,
.my--n4 {
  margin-bottom: -32px !important;
}

.ml--n4,
.mx--n4 {
  margin-left: -32px !important;
}

.m--n5 {
  margin: -40px !important;
}

.mt--n5,
.my-n5 {
  margin-top: -40px !important;
}

.mr--n5,
.mx--n5 {
  margin-right: -40px !important;
}

.mb--n5,
.my--n5 {
  margin-bottom: -40px !important;
}

.ml--n5,
.mx--n5 {
  margin-left: -40px !important;
}

.m--n6 {
  margin: -48px !important;
}

.mt--n6,
.my-n6 {
  margin-top: -48px !important;
}

.mr--n6,
.mx--n6 {
  margin-right: -48px !important;
}

.mb--n6,
.my--n6 {
  margin-bottom: -48px !important;
}

.ml--n6,
.mx--n6 {
  margin-left: -48px !important;
}

.m--n7 {
  margin: -56px !important;
}

.mt--n7,
.my-n7 {
  margin-top: -56px !important;
}

.mr--n7,
.mx--n7 {
  margin-right: -56px !important;
}

.mb--n7,
.my--n7 {
  margin-bottom: -56px !important;
}

.ml--n7,
.mx--n7 {
  margin-left: -56px !important;
}

.m--auto {
  margin: auto !important;
}

.mt--auto,
.my--auto {
  margin-top: auto !important;
}

.mr--auto,
.mx--auto {
  margin-right: auto !important;
}

.mb--auto,
.my--auto {
  margin-bottom: auto !important;
}

.ml--auto,
.mx--auto {
  margin-left: auto !important;
}

@media (min-width: 769px) {
  .m-sm--0 {
    margin: 0px !important;
  }
  .mt-sm--0,
  .my-sm--0 {
    margin-top: 0px !important;
  }
  .mr-sm--0,
  .mx-sm--0 {
    margin-right: 0px !important;
  }
  .mb-sm--0,
  .my-sm--0 {
    margin-bottom: 0px !important;
  }
  .ml-sm--0,
  .mx-sm--0 {
    margin-left: 0px !important;
  }
  .m-sm--1 {
    margin: 8px !important;
  }
  .mt-sm--1,
  .my-sm--1 {
    margin-top: 8px !important;
  }
  .mr-sm--1,
  .mx-sm--1 {
    margin-right: 8px !important;
  }
  .mb-sm--1,
  .my-sm--1 {
    margin-bottom: 8px !important;
  }
  .ml-sm--1,
  .mx-sm--1 {
    margin-left: 8px !important;
  }
  .m-sm--2 {
    margin: 16px !important;
  }
  .mt-sm--2,
  .my-sm--2 {
    margin-top: 16px !important;
  }
  .mr-sm--2,
  .mx-sm--2 {
    margin-right: 16px !important;
  }
  .mb-sm--2,
  .my-sm--2 {
    margin-bottom: 16px !important;
  }
  .ml-sm--2,
  .mx-sm--2 {
    margin-left: 16px !important;
  }
  .m-sm--3 {
    margin: 24px !important;
  }
  .mt-sm--3,
  .my-sm--3 {
    margin-top: 24px !important;
  }
  .mr-sm--3,
  .mx-sm--3 {
    margin-right: 24px !important;
  }
  .mb-sm--3,
  .my-sm--3 {
    margin-bottom: 24px !important;
  }
  .ml-sm--3,
  .mx-sm--3 {
    margin-left: 24px !important;
  }
  .m-sm--4 {
    margin: 32px !important;
  }
  .mt-sm--4,
  .my-sm--4 {
    margin-top: 32px !important;
  }
  .mr-sm--4,
  .mx-sm--4 {
    margin-right: 32px !important;
  }
  .mb-sm--4,
  .my-sm--4 {
    margin-bottom: 32px !important;
  }
  .ml-sm--4,
  .mx-sm--4 {
    margin-left: 32px !important;
  }
  .m-sm--5 {
    margin: 40px !important;
  }
  .mt-sm--5,
  .my-sm--5 {
    margin-top: 40px !important;
  }
  .mr-sm--5,
  .mx-sm--5 {
    margin-right: 40px !important;
  }
  .mb-sm--5,
  .my-sm--5 {
    margin-bottom: 40px !important;
  }
  .ml-sm--5,
  .mx-sm--5 {
    margin-left: 40px !important;
  }
  .m-sm--6 {
    margin: 48px !important;
  }
  .mt-sm--6,
  .my-sm--6 {
    margin-top: 48px !important;
  }
  .mr-sm--6,
  .mx-sm--6 {
    margin-right: 48px !important;
  }
  .mb-sm--6,
  .my-sm--6 {
    margin-bottom: 48px !important;
  }
  .ml-sm--6,
  .mx-sm--6 {
    margin-left: 48px !important;
  }
  .m-sm--7 {
    margin: 56px !important;
  }
  .mt-sm--7,
  .my-sm--7 {
    margin-top: 56px !important;
  }
  .mr-sm--7,
  .mx-sm--7 {
    margin-right: 56px !important;
  }
  .mb-sm--7,
  .my-sm--7 {
    margin-bottom: 56px !important;
  }
  .ml-sm--7,
  .mx-sm--7 {
    margin-left: 56px !important;
  }
  .p-sm--0 {
    padding: 0px !important;
  }
  .pt-sm--0,
  .py-sm--0 {
    padding-top: 0px !important;
  }
  .pr-sm--0,
  .px-sm--0 {
    padding-right: 0px !important;
  }
  .pb-sm--0,
  .py-sm--0 {
    padding-bottom: 0px !important;
  }
  .pl-sm--0,
  .px-sm--0 {
    padding-left: 0px !important;
  }
  .p-sm--1 {
    padding: 8px !important;
  }
  .pt-sm--1,
  .py-sm--1 {
    padding-top: 8px !important;
  }
  .pr-sm--1,
  .px-sm--1 {
    padding-right: 8px !important;
  }
  .pb-sm--1,
  .py-sm--1 {
    padding-bottom: 8px !important;
  }
  .pl-sm--1,
  .px-sm--1 {
    padding-left: 8px !important;
  }
  .p-sm--2 {
    padding: 16px !important;
  }
  .pt-sm--2,
  .py-sm--2 {
    padding-top: 16px !important;
  }
  .pr-sm--2,
  .px-sm--2 {
    padding-right: 16px !important;
  }
  .pb-sm--2,
  .py-sm--2 {
    padding-bottom: 16px !important;
  }
  .pl-sm--2,
  .px-sm--2 {
    padding-left: 16px !important;
  }
  .p-sm--3 {
    padding: 24px !important;
  }
  .pt-sm--3,
  .py-sm--3 {
    padding-top: 24px !important;
  }
  .pr-sm--3,
  .px-sm--3 {
    padding-right: 24px !important;
  }
  .pb-sm--3,
  .py-sm--3 {
    padding-bottom: 24px !important;
  }
  .pl-sm--3,
  .px-sm--3 {
    padding-left: 24px !important;
  }
  .p-sm--4 {
    padding: 32px !important;
  }
  .pt-sm--4,
  .py-sm--4 {
    padding-top: 32px !important;
  }
  .pr-sm--4,
  .px-sm--4 {
    padding-right: 32px !important;
  }
  .pb-sm--4,
  .py-sm--4 {
    padding-bottom: 32px !important;
  }
  .pl-sm--4,
  .px-sm--4 {
    padding-left: 32px !important;
  }
  .p-sm--5 {
    padding: 40px !important;
  }
  .pt-sm--5,
  .py-sm--5 {
    padding-top: 40px !important;
  }
  .pr-sm--5,
  .px-sm--5 {
    padding-right: 40px !important;
  }
  .pb-sm--5,
  .py-sm--5 {
    padding-bottom: 40px !important;
  }
  .pl-sm--5,
  .px-sm--5 {
    padding-left: 40px !important;
  }
  .p-sm--6 {
    padding: 48px !important;
  }
  .pt-sm--6,
  .py-sm--6 {
    padding-top: 48px !important;
  }
  .pr-sm--6,
  .px-sm--6 {
    padding-right: 48px !important;
  }
  .pb-sm--6,
  .py-sm--6 {
    padding-bottom: 48px !important;
  }
  .pl-sm--6,
  .px-sm--6 {
    padding-left: 48px !important;
  }
  .p-sm--7 {
    padding: 56px !important;
  }
  .pt-sm--7,
  .py-sm--7 {
    padding-top: 56px !important;
  }
  .pr-sm--7,
  .px-sm--7 {
    padding-right: 56px !important;
  }
  .pb-sm--7,
  .py-sm--7 {
    padding-bottom: 56px !important;
  }
  .pl-sm--7,
  .px-sm--7 {
    padding-left: 56px !important;
  }
  .m-sm--n1 {
    margin: -8px !important;
  }
  .mt-sm--n1,
  .my-sm-n1 {
    margin-top: -8px !important;
  }
  .mr-sm--n1,
  .mx-sm--n1 {
    margin-right: -8px !important;
  }
  .mb-sm--n1,
  .my-sm--n1 {
    margin-bottom: -8px !important;
  }
  .ml-sm--n1,
  .mx-sm--n1 {
    margin-left: -8px !important;
  }
  .m-sm--n2 {
    margin: -16px !important;
  }
  .mt-sm--n2,
  .my-sm-n2 {
    margin-top: -16px !important;
  }
  .mr-sm--n2,
  .mx-sm--n2 {
    margin-right: -16px !important;
  }
  .mb-sm--n2,
  .my-sm--n2 {
    margin-bottom: -16px !important;
  }
  .ml-sm--n2,
  .mx-sm--n2 {
    margin-left: -16px !important;
  }
  .m-sm--n3 {
    margin: -24px !important;
  }
  .mt-sm--n3,
  .my-sm-n3 {
    margin-top: -24px !important;
  }
  .mr-sm--n3,
  .mx-sm--n3 {
    margin-right: -24px !important;
  }
  .mb-sm--n3,
  .my-sm--n3 {
    margin-bottom: -24px !important;
  }
  .ml-sm--n3,
  .mx-sm--n3 {
    margin-left: -24px !important;
  }
  .m-sm--n4 {
    margin: -32px !important;
  }
  .mt-sm--n4,
  .my-sm-n4 {
    margin-top: -32px !important;
  }
  .mr-sm--n4,
  .mx-sm--n4 {
    margin-right: -32px !important;
  }
  .mb-sm--n4,
  .my-sm--n4 {
    margin-bottom: -32px !important;
  }
  .ml-sm--n4,
  .mx-sm--n4 {
    margin-left: -32px !important;
  }
  .m-sm--n5 {
    margin: -40px !important;
  }
  .mt-sm--n5,
  .my-sm-n5 {
    margin-top: -40px !important;
  }
  .mr-sm--n5,
  .mx-sm--n5 {
    margin-right: -40px !important;
  }
  .mb-sm--n5,
  .my-sm--n5 {
    margin-bottom: -40px !important;
  }
  .ml-sm--n5,
  .mx-sm--n5 {
    margin-left: -40px !important;
  }
  .m-sm--n6 {
    margin: -48px !important;
  }
  .mt-sm--n6,
  .my-sm-n6 {
    margin-top: -48px !important;
  }
  .mr-sm--n6,
  .mx-sm--n6 {
    margin-right: -48px !important;
  }
  .mb-sm--n6,
  .my-sm--n6 {
    margin-bottom: -48px !important;
  }
  .ml-sm--n6,
  .mx-sm--n6 {
    margin-left: -48px !important;
  }
  .m-sm--n7 {
    margin: -56px !important;
  }
  .mt-sm--n7,
  .my-sm-n7 {
    margin-top: -56px !important;
  }
  .mr-sm--n7,
  .mx-sm--n7 {
    margin-right: -56px !important;
  }
  .mb-sm--n7,
  .my-sm--n7 {
    margin-bottom: -56px !important;
  }
  .ml-sm--n7,
  .mx-sm--n7 {
    margin-left: -56px !important;
  }
  .m-sm--auto {
    margin: auto !important;
  }
  .mt-sm--auto,
  .my-sm--auto {
    margin-top: auto !important;
  }
  .mr-sm--auto,
  .mx-sm--auto {
    margin-right: auto !important;
  }
  .mb-sm--auto,
  .my-sm--auto {
    margin-bottom: auto !important;
  }
  .ml-sm--auto,
  .mx-sm--auto {
    margin-left: auto !important;
  }
}
@media (min-width: 993px) {
  .m-md--0 {
    margin: 0px !important;
  }
  .mt-md--0,
  .my-md--0 {
    margin-top: 0px !important;
  }
  .mr-md--0,
  .mx-md--0 {
    margin-right: 0px !important;
  }
  .mb-md--0,
  .my-md--0 {
    margin-bottom: 0px !important;
  }
  .ml-md--0,
  .mx-md--0 {
    margin-left: 0px !important;
  }
  .m-md--1 {
    margin: 8px !important;
  }
  .mt-md--1,
  .my-md--1 {
    margin-top: 8px !important;
  }
  .mr-md--1,
  .mx-md--1 {
    margin-right: 8px !important;
  }
  .mb-md--1,
  .my-md--1 {
    margin-bottom: 8px !important;
  }
  .ml-md--1,
  .mx-md--1 {
    margin-left: 8px !important;
  }
  .m-md--2 {
    margin: 16px !important;
  }
  .mt-md--2,
  .my-md--2 {
    margin-top: 16px !important;
  }
  .mr-md--2,
  .mx-md--2 {
    margin-right: 16px !important;
  }
  .mb-md--2,
  .my-md--2 {
    margin-bottom: 16px !important;
  }
  .ml-md--2,
  .mx-md--2 {
    margin-left: 16px !important;
  }
  .m-md--3 {
    margin: 24px !important;
  }
  .mt-md--3,
  .my-md--3 {
    margin-top: 24px !important;
  }
  .mr-md--3,
  .mx-md--3 {
    margin-right: 24px !important;
  }
  .mb-md--3,
  .my-md--3 {
    margin-bottom: 24px !important;
  }
  .ml-md--3,
  .mx-md--3 {
    margin-left: 24px !important;
  }
  .m-md--4 {
    margin: 32px !important;
  }
  .mt-md--4,
  .my-md--4 {
    margin-top: 32px !important;
  }
  .mr-md--4,
  .mx-md--4 {
    margin-right: 32px !important;
  }
  .mb-md--4,
  .my-md--4 {
    margin-bottom: 32px !important;
  }
  .ml-md--4,
  .mx-md--4 {
    margin-left: 32px !important;
  }
  .m-md--5 {
    margin: 40px !important;
  }
  .mt-md--5,
  .my-md--5 {
    margin-top: 40px !important;
  }
  .mr-md--5,
  .mx-md--5 {
    margin-right: 40px !important;
  }
  .mb-md--5,
  .my-md--5 {
    margin-bottom: 40px !important;
  }
  .ml-md--5,
  .mx-md--5 {
    margin-left: 40px !important;
  }
  .m-md--6 {
    margin: 48px !important;
  }
  .mt-md--6,
  .my-md--6 {
    margin-top: 48px !important;
  }
  .mr-md--6,
  .mx-md--6 {
    margin-right: 48px !important;
  }
  .mb-md--6,
  .my-md--6 {
    margin-bottom: 48px !important;
  }
  .ml-md--6,
  .mx-md--6 {
    margin-left: 48px !important;
  }
  .m-md--7 {
    margin: 56px !important;
  }
  .mt-md--7,
  .my-md--7 {
    margin-top: 56px !important;
  }
  .mr-md--7,
  .mx-md--7 {
    margin-right: 56px !important;
  }
  .mb-md--7,
  .my-md--7 {
    margin-bottom: 56px !important;
  }
  .ml-md--7,
  .mx-md--7 {
    margin-left: 56px !important;
  }
  .p-md--0 {
    padding: 0px !important;
  }
  .pt-md--0,
  .py-md--0 {
    padding-top: 0px !important;
  }
  .pr-md--0,
  .px-md--0 {
    padding-right: 0px !important;
  }
  .pb-md--0,
  .py-md--0 {
    padding-bottom: 0px !important;
  }
  .pl-md--0,
  .px-md--0 {
    padding-left: 0px !important;
  }
  .p-md--1 {
    padding: 8px !important;
  }
  .pt-md--1,
  .py-md--1 {
    padding-top: 8px !important;
  }
  .pr-md--1,
  .px-md--1 {
    padding-right: 8px !important;
  }
  .pb-md--1,
  .py-md--1 {
    padding-bottom: 8px !important;
  }
  .pl-md--1,
  .px-md--1 {
    padding-left: 8px !important;
  }
  .p-md--2 {
    padding: 16px !important;
  }
  .pt-md--2,
  .py-md--2 {
    padding-top: 16px !important;
  }
  .pr-md--2,
  .px-md--2 {
    padding-right: 16px !important;
  }
  .pb-md--2,
  .py-md--2 {
    padding-bottom: 16px !important;
  }
  .pl-md--2,
  .px-md--2 {
    padding-left: 16px !important;
  }
  .p-md--3 {
    padding: 24px !important;
  }
  .pt-md--3,
  .py-md--3 {
    padding-top: 24px !important;
  }
  .pr-md--3,
  .px-md--3 {
    padding-right: 24px !important;
  }
  .pb-md--3,
  .py-md--3 {
    padding-bottom: 24px !important;
  }
  .pl-md--3,
  .px-md--3 {
    padding-left: 24px !important;
  }
  .p-md--4 {
    padding: 32px !important;
  }
  .pt-md--4,
  .py-md--4 {
    padding-top: 32px !important;
  }
  .pr-md--4,
  .px-md--4 {
    padding-right: 32px !important;
  }
  .pb-md--4,
  .py-md--4 {
    padding-bottom: 32px !important;
  }
  .pl-md--4,
  .px-md--4 {
    padding-left: 32px !important;
  }
  .p-md--5 {
    padding: 40px !important;
  }
  .pt-md--5,
  .py-md--5 {
    padding-top: 40px !important;
  }
  .pr-md--5,
  .px-md--5 {
    padding-right: 40px !important;
  }
  .pb-md--5,
  .py-md--5 {
    padding-bottom: 40px !important;
  }
  .pl-md--5,
  .px-md--5 {
    padding-left: 40px !important;
  }
  .p-md--6 {
    padding: 48px !important;
  }
  .pt-md--6,
  .py-md--6 {
    padding-top: 48px !important;
  }
  .pr-md--6,
  .px-md--6 {
    padding-right: 48px !important;
  }
  .pb-md--6,
  .py-md--6 {
    padding-bottom: 48px !important;
  }
  .pl-md--6,
  .px-md--6 {
    padding-left: 48px !important;
  }
  .p-md--7 {
    padding: 56px !important;
  }
  .pt-md--7,
  .py-md--7 {
    padding-top: 56px !important;
  }
  .pr-md--7,
  .px-md--7 {
    padding-right: 56px !important;
  }
  .pb-md--7,
  .py-md--7 {
    padding-bottom: 56px !important;
  }
  .pl-md--7,
  .px-md--7 {
    padding-left: 56px !important;
  }
  .m-md--n1 {
    margin: -8px !important;
  }
  .mt-md--n1,
  .my-md-n1 {
    margin-top: -8px !important;
  }
  .mr-md--n1,
  .mx-md--n1 {
    margin-right: -8px !important;
  }
  .mb-md--n1,
  .my-md--n1 {
    margin-bottom: -8px !important;
  }
  .ml-md--n1,
  .mx-md--n1 {
    margin-left: -8px !important;
  }
  .m-md--n2 {
    margin: -16px !important;
  }
  .mt-md--n2,
  .my-md-n2 {
    margin-top: -16px !important;
  }
  .mr-md--n2,
  .mx-md--n2 {
    margin-right: -16px !important;
  }
  .mb-md--n2,
  .my-md--n2 {
    margin-bottom: -16px !important;
  }
  .ml-md--n2,
  .mx-md--n2 {
    margin-left: -16px !important;
  }
  .m-md--n3 {
    margin: -24px !important;
  }
  .mt-md--n3,
  .my-md-n3 {
    margin-top: -24px !important;
  }
  .mr-md--n3,
  .mx-md--n3 {
    margin-right: -24px !important;
  }
  .mb-md--n3,
  .my-md--n3 {
    margin-bottom: -24px !important;
  }
  .ml-md--n3,
  .mx-md--n3 {
    margin-left: -24px !important;
  }
  .m-md--n4 {
    margin: -32px !important;
  }
  .mt-md--n4,
  .my-md-n4 {
    margin-top: -32px !important;
  }
  .mr-md--n4,
  .mx-md--n4 {
    margin-right: -32px !important;
  }
  .mb-md--n4,
  .my-md--n4 {
    margin-bottom: -32px !important;
  }
  .ml-md--n4,
  .mx-md--n4 {
    margin-left: -32px !important;
  }
  .m-md--n5 {
    margin: -40px !important;
  }
  .mt-md--n5,
  .my-md-n5 {
    margin-top: -40px !important;
  }
  .mr-md--n5,
  .mx-md--n5 {
    margin-right: -40px !important;
  }
  .mb-md--n5,
  .my-md--n5 {
    margin-bottom: -40px !important;
  }
  .ml-md--n5,
  .mx-md--n5 {
    margin-left: -40px !important;
  }
  .m-md--n6 {
    margin: -48px !important;
  }
  .mt-md--n6,
  .my-md-n6 {
    margin-top: -48px !important;
  }
  .mr-md--n6,
  .mx-md--n6 {
    margin-right: -48px !important;
  }
  .mb-md--n6,
  .my-md--n6 {
    margin-bottom: -48px !important;
  }
  .ml-md--n6,
  .mx-md--n6 {
    margin-left: -48px !important;
  }
  .m-md--n7 {
    margin: -56px !important;
  }
  .mt-md--n7,
  .my-md-n7 {
    margin-top: -56px !important;
  }
  .mr-md--n7,
  .mx-md--n7 {
    margin-right: -56px !important;
  }
  .mb-md--n7,
  .my-md--n7 {
    margin-bottom: -56px !important;
  }
  .ml-md--n7,
  .mx-md--n7 {
    margin-left: -56px !important;
  }
  .m-md--auto {
    margin: auto !important;
  }
  .mt-md--auto,
  .my-md--auto {
    margin-top: auto !important;
  }
  .mr-md--auto,
  .mx-md--auto {
    margin-right: auto !important;
  }
  .mb-md--auto,
  .my-md--auto {
    margin-bottom: auto !important;
  }
  .ml-md--auto,
  .mx-md--auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1321px) {
  .m-lg--0 {
    margin: 0px !important;
  }
  .mt-lg--0,
  .my-lg--0 {
    margin-top: 0px !important;
  }
  .mr-lg--0,
  .mx-lg--0 {
    margin-right: 0px !important;
  }
  .mb-lg--0,
  .my-lg--0 {
    margin-bottom: 0px !important;
  }
  .ml-lg--0,
  .mx-lg--0 {
    margin-left: 0px !important;
  }
  .m-lg--1 {
    margin: 8px !important;
  }
  .mt-lg--1,
  .my-lg--1 {
    margin-top: 8px !important;
  }
  .mr-lg--1,
  .mx-lg--1 {
    margin-right: 8px !important;
  }
  .mb-lg--1,
  .my-lg--1 {
    margin-bottom: 8px !important;
  }
  .ml-lg--1,
  .mx-lg--1 {
    margin-left: 8px !important;
  }
  .m-lg--2 {
    margin: 16px !important;
  }
  .mt-lg--2,
  .my-lg--2 {
    margin-top: 16px !important;
  }
  .mr-lg--2,
  .mx-lg--2 {
    margin-right: 16px !important;
  }
  .mb-lg--2,
  .my-lg--2 {
    margin-bottom: 16px !important;
  }
  .ml-lg--2,
  .mx-lg--2 {
    margin-left: 16px !important;
  }
  .m-lg--3 {
    margin: 24px !important;
  }
  .mt-lg--3,
  .my-lg--3 {
    margin-top: 24px !important;
  }
  .mr-lg--3,
  .mx-lg--3 {
    margin-right: 24px !important;
  }
  .mb-lg--3,
  .my-lg--3 {
    margin-bottom: 24px !important;
  }
  .ml-lg--3,
  .mx-lg--3 {
    margin-left: 24px !important;
  }
  .m-lg--4 {
    margin: 32px !important;
  }
  .mt-lg--4,
  .my-lg--4 {
    margin-top: 32px !important;
  }
  .mr-lg--4,
  .mx-lg--4 {
    margin-right: 32px !important;
  }
  .mb-lg--4,
  .my-lg--4 {
    margin-bottom: 32px !important;
  }
  .ml-lg--4,
  .mx-lg--4 {
    margin-left: 32px !important;
  }
  .m-lg--5 {
    margin: 40px !important;
  }
  .mt-lg--5,
  .my-lg--5 {
    margin-top: 40px !important;
  }
  .mr-lg--5,
  .mx-lg--5 {
    margin-right: 40px !important;
  }
  .mb-lg--5,
  .my-lg--5 {
    margin-bottom: 40px !important;
  }
  .ml-lg--5,
  .mx-lg--5 {
    margin-left: 40px !important;
  }
  .m-lg--6 {
    margin: 48px !important;
  }
  .mt-lg--6,
  .my-lg--6 {
    margin-top: 48px !important;
  }
  .mr-lg--6,
  .mx-lg--6 {
    margin-right: 48px !important;
  }
  .mb-lg--6,
  .my-lg--6 {
    margin-bottom: 48px !important;
  }
  .ml-lg--6,
  .mx-lg--6 {
    margin-left: 48px !important;
  }
  .m-lg--7 {
    margin: 56px !important;
  }
  .mt-lg--7,
  .my-lg--7 {
    margin-top: 56px !important;
  }
  .mr-lg--7,
  .mx-lg--7 {
    margin-right: 56px !important;
  }
  .mb-lg--7,
  .my-lg--7 {
    margin-bottom: 56px !important;
  }
  .ml-lg--7,
  .mx-lg--7 {
    margin-left: 56px !important;
  }
  .p-lg--0 {
    padding: 0px !important;
  }
  .pt-lg--0,
  .py-lg--0 {
    padding-top: 0px !important;
  }
  .pr-lg--0,
  .px-lg--0 {
    padding-right: 0px !important;
  }
  .pb-lg--0,
  .py-lg--0 {
    padding-bottom: 0px !important;
  }
  .pl-lg--0,
  .px-lg--0 {
    padding-left: 0px !important;
  }
  .p-lg--1 {
    padding: 8px !important;
  }
  .pt-lg--1,
  .py-lg--1 {
    padding-top: 8px !important;
  }
  .pr-lg--1,
  .px-lg--1 {
    padding-right: 8px !important;
  }
  .pb-lg--1,
  .py-lg--1 {
    padding-bottom: 8px !important;
  }
  .pl-lg--1,
  .px-lg--1 {
    padding-left: 8px !important;
  }
  .p-lg--2 {
    padding: 16px !important;
  }
  .pt-lg--2,
  .py-lg--2 {
    padding-top: 16px !important;
  }
  .pr-lg--2,
  .px-lg--2 {
    padding-right: 16px !important;
  }
  .pb-lg--2,
  .py-lg--2 {
    padding-bottom: 16px !important;
  }
  .pl-lg--2,
  .px-lg--2 {
    padding-left: 16px !important;
  }
  .p-lg--3 {
    padding: 24px !important;
  }
  .pt-lg--3,
  .py-lg--3 {
    padding-top: 24px !important;
  }
  .pr-lg--3,
  .px-lg--3 {
    padding-right: 24px !important;
  }
  .pb-lg--3,
  .py-lg--3 {
    padding-bottom: 24px !important;
  }
  .pl-lg--3,
  .px-lg--3 {
    padding-left: 24px !important;
  }
  .p-lg--4 {
    padding: 32px !important;
  }
  .pt-lg--4,
  .py-lg--4 {
    padding-top: 32px !important;
  }
  .pr-lg--4,
  .px-lg--4 {
    padding-right: 32px !important;
  }
  .pb-lg--4,
  .py-lg--4 {
    padding-bottom: 32px !important;
  }
  .pl-lg--4,
  .px-lg--4 {
    padding-left: 32px !important;
  }
  .p-lg--5 {
    padding: 40px !important;
  }
  .pt-lg--5,
  .py-lg--5 {
    padding-top: 40px !important;
  }
  .pr-lg--5,
  .px-lg--5 {
    padding-right: 40px !important;
  }
  .pb-lg--5,
  .py-lg--5 {
    padding-bottom: 40px !important;
  }
  .pl-lg--5,
  .px-lg--5 {
    padding-left: 40px !important;
  }
  .p-lg--6 {
    padding: 48px !important;
  }
  .pt-lg--6,
  .py-lg--6 {
    padding-top: 48px !important;
  }
  .pr-lg--6,
  .px-lg--6 {
    padding-right: 48px !important;
  }
  .pb-lg--6,
  .py-lg--6 {
    padding-bottom: 48px !important;
  }
  .pl-lg--6,
  .px-lg--6 {
    padding-left: 48px !important;
  }
  .p-lg--7 {
    padding: 56px !important;
  }
  .pt-lg--7,
  .py-lg--7 {
    padding-top: 56px !important;
  }
  .pr-lg--7,
  .px-lg--7 {
    padding-right: 56px !important;
  }
  .pb-lg--7,
  .py-lg--7 {
    padding-bottom: 56px !important;
  }
  .pl-lg--7,
  .px-lg--7 {
    padding-left: 56px !important;
  }
  .m-lg--n1 {
    margin: -8px !important;
  }
  .mt-lg--n1,
  .my-lg-n1 {
    margin-top: -8px !important;
  }
  .mr-lg--n1,
  .mx-lg--n1 {
    margin-right: -8px !important;
  }
  .mb-lg--n1,
  .my-lg--n1 {
    margin-bottom: -8px !important;
  }
  .ml-lg--n1,
  .mx-lg--n1 {
    margin-left: -8px !important;
  }
  .m-lg--n2 {
    margin: -16px !important;
  }
  .mt-lg--n2,
  .my-lg-n2 {
    margin-top: -16px !important;
  }
  .mr-lg--n2,
  .mx-lg--n2 {
    margin-right: -16px !important;
  }
  .mb-lg--n2,
  .my-lg--n2 {
    margin-bottom: -16px !important;
  }
  .ml-lg--n2,
  .mx-lg--n2 {
    margin-left: -16px !important;
  }
  .m-lg--n3 {
    margin: -24px !important;
  }
  .mt-lg--n3,
  .my-lg-n3 {
    margin-top: -24px !important;
  }
  .mr-lg--n3,
  .mx-lg--n3 {
    margin-right: -24px !important;
  }
  .mb-lg--n3,
  .my-lg--n3 {
    margin-bottom: -24px !important;
  }
  .ml-lg--n3,
  .mx-lg--n3 {
    margin-left: -24px !important;
  }
  .m-lg--n4 {
    margin: -32px !important;
  }
  .mt-lg--n4,
  .my-lg-n4 {
    margin-top: -32px !important;
  }
  .mr-lg--n4,
  .mx-lg--n4 {
    margin-right: -32px !important;
  }
  .mb-lg--n4,
  .my-lg--n4 {
    margin-bottom: -32px !important;
  }
  .ml-lg--n4,
  .mx-lg--n4 {
    margin-left: -32px !important;
  }
  .m-lg--n5 {
    margin: -40px !important;
  }
  .mt-lg--n5,
  .my-lg-n5 {
    margin-top: -40px !important;
  }
  .mr-lg--n5,
  .mx-lg--n5 {
    margin-right: -40px !important;
  }
  .mb-lg--n5,
  .my-lg--n5 {
    margin-bottom: -40px !important;
  }
  .ml-lg--n5,
  .mx-lg--n5 {
    margin-left: -40px !important;
  }
  .m-lg--n6 {
    margin: -48px !important;
  }
  .mt-lg--n6,
  .my-lg-n6 {
    margin-top: -48px !important;
  }
  .mr-lg--n6,
  .mx-lg--n6 {
    margin-right: -48px !important;
  }
  .mb-lg--n6,
  .my-lg--n6 {
    margin-bottom: -48px !important;
  }
  .ml-lg--n6,
  .mx-lg--n6 {
    margin-left: -48px !important;
  }
  .m-lg--n7 {
    margin: -56px !important;
  }
  .mt-lg--n7,
  .my-lg-n7 {
    margin-top: -56px !important;
  }
  .mr-lg--n7,
  .mx-lg--n7 {
    margin-right: -56px !important;
  }
  .mb-lg--n7,
  .my-lg--n7 {
    margin-bottom: -56px !important;
  }
  .ml-lg--n7,
  .mx-lg--n7 {
    margin-left: -56px !important;
  }
  .m-lg--auto {
    margin: auto !important;
  }
  .mt-lg--auto,
  .my-lg--auto {
    margin-top: auto !important;
  }
  .mr-lg--auto,
  .mx-lg--auto {
    margin-right: auto !important;
  }
  .mb-lg--auto,
  .my-lg--auto {
    margin-bottom: auto !important;
  }
  .ml-lg--auto,
  .mx-lg--auto {
    margin-left: auto !important;
  }
}
.arrow {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  margin: 0 9px;
}

.arrow.down {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow.up {
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.arrow.left {
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.arrow.right {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

[data-notify] {
  max-width: 450px;
  left: 10px !important;
  right: auto !important;
}

.range-slider .slider.slider-horizontal {
  width: 100% !important;
}
.range-slider .slider-handle {
  background: #ff4757;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 1px;
}
.range-slider .slider-selection {
  background: #e6e6e6;
}
.range-slider .slider-track {
  height: 2px !important;
  margin: 0 !important;
  top: 0 !important;
}

.line {
  border-top: 1px solid #eeeeee;
  border-top: none;
}

.owl-carousel {
  visibility: hidden;
}

.owl-carousel.owl-loaded {
  visibility: visible;
}

input[type=email].input-email, input[type=number].input-number,
input[type=email].input-number, input[type=number].input-email,
input[type=text].input-email, input[type=text].input-number {
  text-align: left;
  font-family: "IRANYekan-enNum";
  direction: ltr;
}
input[type=email].input-email::-webkit-input-placeholder, input[type=number].input-number::-webkit-input-placeholder,
input[type=email].input-number::-webkit-input-placeholder, input[type=number].input-email::-webkit-input-placeholder,
input[type=text].input-email::-webkit-input-placeholder, input[type=text].input-number::-webkit-input-placeholder {
  text-align: right;
}
input[type=email].input-email:-moz-placeholder, input[type=number].input-number:-moz-placeholder,
input[type=email].input-number:-moz-placeholder, input[type=number].input-email:-moz-placeholder,
input[type=text].input-email:-moz-placeholder, input[type=text].input-number:-moz-placeholder {
  text-align: right;
}
input[type=email].input-email::-moz-placeholder, input[type=number].input-number::-moz-placeholder,
input[type=email].input-number::-moz-placeholder, input[type=number].input-email::-moz-placeholder,
input[type=text].input-email::-moz-placeholder, input[type=text].input-number::-moz-placeholder {
  text-align: right;
}
input[type=email].input-email:-ms-input-placeholder, input[type=number].input-number:-ms-input-placeholder,
input[type=email].input-number:-ms-input-placeholder, input[type=number].input-email:-ms-input-placeholder,
input[type=text].input-email:-ms-input-placeholder, input[type=text].input-number:-ms-input-placeholder {
  text-align: right;
}

hr {
  border-top: 1px solid #eeeeee;
  border-bottom: none;
}

.tour-offer {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 24px;
  padding: 0 10px;
  border-radius: 3px;
  background-color: #ff4757;
  color: #fff;
  font-size: 13px;
  line-height: 1.62;
}

.c-modal-login .modal-login .modal__wrapper {
  width: 424px;
  max-width: 100%;
}
.c-modal-login .modal-login .modal__header {
  border-bottom: none;
  margin: 0;
  padding: 0;
  height: 74px;
}
.c-modal-login .modal-login .modal__header button {
  right: 0;
  top: 16px;
  position: absolute;
  padding: 0;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 992px) {
  .c-modal-login .modal-login .modal__header button {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.c-modal-login .modal-login .modal__header button i {
  color: #999999;
  font-size: 24px;
  font-size: 1.5rem;
}
.c-modal-login .modal-login .modal__header label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
}
.c-modal-login .modal-login .modal__body {
  padding: 0;
  height: auto;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.c-modal-login .modal-login .tab__tabs {
  height: auto;
  margin: 0;
  background-color: #eeeeee;
}
.c-modal-login .modal-login .tab__tabs li {
  background-color: transparent;
}
.c-modal-login .modal-login .tab__tabs li:after {
  content: unset;
}
.c-modal-login .modal-login .tab__tabs li a {
  color: #999999;
  border-bottom: none;
  padding: 16px 0;
  font-weight: 600;
}
.c-modal-login .modal-login .tab__tabs li.active {
  background-color: #fff;
}
.c-modal-login .modal-login .tab__tabs li.active a {
  color: #262626;
}
.c-modal-login .modal-login .tab__content {
  background-position: bottom;
  position: relative;
}
.c-modal-login .modal-login .tab__content:after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.c-modal-login .modal-login .tab__content > div {
  position: relative;
  z-index: 1;
  padding: 24px 24px 0;
  overflow: auto;
}
@media (max-width: 767px) {
  .c-modal-login .modal-login .tab__content > div {
    padding: 24px 16px 0;
  }
}
.c-modal-login .modal-login .tab__content input[type=text] {
  height: 40px;
}
.c-modal-login .modal-login .modal__content {
  padding-bottom: 0;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.c-modal-login .modal-login .modal-login__title {
  text-align: center;
  padding: 50px 0 30px;
}
.c-modal-login .modal-login .modal-login__title label {
  font-size: 16px;
  font-size: 1rem;
}

.c-sign-up .sign-up {
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.5);
}
.c-sign-up .sign-up.show-modal.fade {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 992px) {
  .c-sign-up .sign-up.show-modal.fade {
    padding: 0;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
.c-sign-up .sign-up .sign-up__submit {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.c-sign-up .sign-up .sign-up__submit.disable > span:first-child {
  display: none;
}
.c-sign-up .sign-up .sign-up__submit.disable > span:last-child {
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-sign-up .sign-up .sign-up__submit > span:last-child {
  display: none;
}
.c-sign-up .sign-up .sign-up__item-title {
  margin-bottom: 56px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: var(--gray-1);
}
@media (max-width: 992px) {
  .c-sign-up .sign-up .sign-up__item-title {
    margin-bottom: 32px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.69;
  }
}
.c-sign-up .sign-up .sign-up__item-title button {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  margin-right: auto;
  color: var(--gray-9);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 993px) {
  .c-sign-up .sign-up .sign-up__item-title--mb-4 {
    margin-bottom: 32px;
  }
}
.c-sign-up .sign-up .sign-up__input-wrapper {
  margin-bottom: 24px;
}
.c-sign-up .sign-up .sign-up__input-title {
  display: block;
  margin-bottom: 16px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.62;
  color: var(--gray-4);
}
.c-sign-up .sign-up .sign-up__input {
  margin-bottom: 24px;
  position: relative;
}
.c-sign-up .sign-up .sign-up__input label {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.62;
  color: #999999;
  display: block;
  margin-bottom: 4px;
}
.c-sign-up .sign-up .sign-up__input input {
  direction: ltr;
}
.c-sign-up .sign-up .sign-up__input input::-webkit-input-placeholder {
  text-align: right;
  direction: rtl;
}
.c-sign-up .sign-up .sign-up__input input:-moz-placeholder {
  text-align: right;
  direction: rtl;
}
.c-sign-up .sign-up .sign-up__input input::-moz-placeholder {
  text-align: right;
  direction: rtl;
}
.c-sign-up .sign-up .sign-up__input input:-ms-input-placeholder {
  text-align: right;
  direction: rtl;
}
.c-sign-up .sign-up .sign-up__input .form-validation {
  margin-bottom: 8px;
}
.c-sign-up .sign-up .sign-up__input-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: solid 1px #e6e6e6;
  width: 100%;
  height: 40px;
}
.c-sign-up .sign-up .sign-up__input-inner input {
  width: calc(100% - 115px);
  height: 100%;
  border: none;
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
}
.c-sign-up .sign-up .sign-up__input-inner span {
  width: 115px;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  color: #1e90ff;
  font-size: 13px;
  font-size: 0.8125rem;
}
.c-sign-up .sign-up .sign-up__input-inner span::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 25px;
  background-color: #e6e6e6;
}
.c-sign-up .sign-up .sign-up__divider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 24px 0;
  position: relative;
}
.c-sign-up .sign-up .sign-up__divider::after {
  content: "";
  background-color: var(--gray-19);
  position: absolute;
  right: 0;
  height: 0;
  width: 100%;
  height: 1px;
}
.c-sign-up .sign-up .sign-up__divider span {
  width: 45px;
  height: 25px;
  background-color: #fff;
  color: #999999;
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  z-index: 1;
}
.c-sign-up .sign-up .sign-up__back {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 auto;
  cursor: pointer;
  color: #999999;
  border: none;
  background: none;
  padding: 0;
}
.c-sign-up .sign-up .sign-up__back i {
  font-size: 10px;
  font-size: 0.625rem;
  margin-left: 8px;
}
.c-sign-up .sign-up .sign-up__description {
  margin-bottom: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}
.c-sign-up .sign-up .sign-up__description.show {
  display: block;
}
.c-sign-up .sign-up .sign-up__description--gray {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.62;
  color: #999999;
}
.c-sign-up .sign-up .sign-up__description--gray span {
  margin-left: 4px;
  display: inline-block;
  width: 45px;
  direction: ltr;
}
.c-sign-up .sign-up .sign-up__re-send {
  display: block;
  margin: 0 auto 24px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.62;
  color: #1e90ff;
  width: 85px;
  cursor: pointer;
  text-align: center;
}
.c-sign-up .sign-up .sign-up__re-send.de-active {
  display: none;
}
.c-sign-up .sign-up .sign-up__message {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 992px) {
  .c-sign-up .sign-up .sign-up__message {
    margin-bottom: 32px;
  }
}
.c-sign-up .sign-up .sign-up__message img {
  width: 80px;
  height: 80px;
  margin: 0 auto 40px;
}
.c-sign-up .sign-up .sign-up__message p {
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--gray-1);
}
.c-sign-up .sign-up .modal__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
}
@media (max-width: 992px) {
  .c-sign-up .sign-up .modal__wrapper {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
.c-sign-up .sign-up .modal__content {
  width: 428px;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .c-sign-up .sign-up .modal__content {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    width: 100%;
  }
}
.c-sign-up .sign-up .modal__header {
  padding: 16px 16px 0;
  border: none;
  margin: 0;
}
.c-sign-up .sign-up .modal__header button {
  padding: 0;
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: auto;
  color: var(--gray-9);
}
.c-sign-up .sign-up .modal__header button i {
  color: inherit;
}
.c-sign-up .sign-up .modal__body {
  padding: 12px 32px 32px;
}
@media (max-width: 992px) {
  .c-sign-up .sign-up .modal__body {
    padding: 24px 16px;
    max-height: calc(100% - 200px);
    height: initial;
  }
}
.c-sign-up .sign-up .alert {
  margin-top: 16px;
}

.c-nav-bar .nav-bar {
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
  direction: rtl;
  height: 100%;
  width: calc(100% - 460px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
@media (min-width: 1321px) {
  .c-nav-bar .nav-bar {
    position: absolute;
  }
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-nav-bar .nav-bar {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .c-nav-bar .nav-bar {
    width: 65%;
    position: fixed;
    left: -40px;
    right: -16px;
    top: 56px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0;
    margin: 0;
    height: calc(100% - 48px);
  }
}
.c-nav-bar .nav-bar.is-sticky .nav-bar__logo {
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/eavar-logo-red.svg);
}
.c-nav-bar .nav-bar.is-sticky .nav-bar__menu > li:hover .nav-bar__sub-menu:after {
  background-color: #ff4757;
}
.c-nav-bar .nav-bar.is-sticky .nav-bar__menu > li a.nav-bar__menu-item {
  color: #262626;
}
.c-nav-bar .nav-bar.is-sticky .customMenuItem {
  display: none;
}
.c-nav-bar .nav-bar.is-sticky .header__nav {
  border-bottom: none;
  height: 64px;
}
.c-nav-bar .nav-bar.is-sticky .nav-bar__toggler span {
  background-color: #262626;
}
.c-nav-bar .nav-bar.is-sticky .header__search-box .search-box__line {
  background-color: #ff4757;
}
.c-nav-bar .nav-bar.is-sticky .header__search-box button {
  color: #ff4757;
}
.c-nav-bar .nav-bar.is-sticky .header__account-is-login li a span {
  color: #262626;
}
@media (min-width: 993px) {
  .c-nav-bar .nav-bar .header__account {
    display: none;
  }
}
.c-nav-bar .nav-bar .nav-bar__logo {
  width: 100px;
  height: 30px;
  background: url(/Themes/RoyaGasht/UI/Assets/Img/eavar-logo.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .c-nav-bar .nav-bar .nav-bar__logo {
    width: 80px;
    height: 24px;
  }
}
.c-nav-bar .nav-bar .nav-bar__container {
  opacity: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .c-nav-bar .nav-bar .nav-bar__container {
    position: static;
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.c-nav-bar .nav-bar .nav-bar__menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  direction: rtl;
  position: relative;
  height: 100%;
}
@media (min-width: 1321px) {
  .c-nav-bar .nav-bar .nav-bar__menu {
    max-width: calc(100% - 310px);
    margin-right: 32px;
  }
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-nav-bar .nav-bar .nav-bar__menu {
    max-width: 100%;
  }
}
@media (max-width: 1320px) {
  .c-nav-bar .nav-bar .nav-bar__menu {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .c-nav-bar .nav-bar .nav-bar__menu {
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin: 0;
  }
}
.c-nav-bar .nav-bar .nav-bar__menu > li {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 0 16px;
}
@media (max-width: 992px) {
  .c-nav-bar .nav-bar .nav-bar__menu > li {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(238, 238, 238, 0.4);
  }
}
@media (min-width: 993px) {
  .c-nav-bar .nav-bar .nav-bar__menu > li:hover:after {
    width: 100%;
  }
}
.c-nav-bar .nav-bar .nav-bar__menu > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.c-nav-bar .nav-bar .nav-bar__menu > li:hover > ul:after {
  width: 100%;
}
@media (min-width: 993px) {
  .c-nav-bar .nav-bar .nav-bar__menu > li:hover > ul {
    margin-top: 0;
  }
}
.c-nav-bar .nav-bar .nav-bar__menu > li.active:after {
  content: "";
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.c-nav-bar .nav-bar .nav-bar__menu > li a.nav-bar__menu-item {
  color: #262626;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 993px) {
  .c-nav-bar .nav-bar .nav-bar__menu > li a.nav-bar__menu-item {
    white-space: nowrap;
  }
}
@media (max-width: 992px) {
  .c-nav-bar .nav-bar .nav-bar__menu > li a.nav-bar__menu-item {
    padding: 16px 32px 16px 16px;
    width: 100%;
  }
}
.c-nav-bar .nav-bar .nav-bar__menu > li .nav-bar__menu-item--has-sub-menu {
  padding-left: 16px;
  position: relative;
}
.c-nav-bar .nav-bar .nav-bar__menu > li .nav-bar__menu-item--has-sub-menu::after {
  margin-right: 8px;
  margin-top: 0px;
  content: "";
  border: solid #262626;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  padding: 2px;
  border-width: 0 1px 1px 0;
  position: absolute;
  left: 0;
}
@media (max-width: 992px) {
  .c-nav-bar .nav-bar .nav-bar__menu > li .nav-bar__menu-item--has-sub-menu::after {
    position: absolute;
    left: 8px;
  }
}
.c-nav-bar .nav-bar .nav-bar__menu > li .nav-bar__menu-item--has-sub-menu:hover:after {
  transform: rotate(225deg);
  margin-top: 4px;
}
@media (max-width: 992px) {
  .c-nav-bar .nav-bar .nav-bar__menu > li.customMenuItem {
    padding: 0 0 64px;
  }
}
.c-nav-bar .nav-bar .nav-bar__menu > li.customMenuItem a {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 4px 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: auto;
  height: auto;
}
.c-nav-bar .nav-bar .nav-bar__menu > li.open-sub-menu .nav-bar__menu-item--has-sub-menu:after {
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-top: auto;
}
.c-nav-bar .nav-bar .nav-bar__menu > li.open-sub-menu > ul {
  display: block;
}
.c-nav-bar .nav-bar .nav-bar__sub-menu {
  position: absolute;
  right: 0;
  margin-top: 24px;
  z-index: 1;
  top: 100%;
  background: #fff;
  padding: 8px;
  min-width: 164px;
  opacity: 0;
  visibility: hidden;
  border: solid 1px #e6e6e6;
  -webkit-transition: opacity 0.2s ease-in, margin 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-in, margin 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-in, margin 0.2s ease-out;
  -o-transition: opacity 0.2s ease-in, margin 0.2s ease-out;
  transition: opacity 0.2s ease-in, margin 0.2s ease-out;
}
@media (min-width: 993px) {
  .c-nav-bar .nav-bar .nav-bar__sub-menu {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 992px) {
  .c-nav-bar .nav-bar .nav-bar__sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    width: 100%;
    position: relative;
    display: none;
    background-color: #f9f9f9;
    border: none;
    border-top: 1px solid rgba(238, 238, 238, 0.4);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-nav-bar .nav-bar .nav-bar__sub-menu li {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .c-nav-bar .nav-bar .nav-bar__sub-menu li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-nav-bar .nav-bar .nav-bar__sub-menu li a {
  white-space: nowrap;
  color: #262626;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding: 4px 8px;
  font-weight: normal;
}
.c-nav-bar .nav-bar .nav-bar__sub-menu li a:hover {
  background-color: #ffcb05;
}

.c-header .header {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
.c-header .header .header__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 88px;
  background-color: #fff;
  position: relative;
  z-index: 99;
  width: 100%;
}
@media (max-width: 1320px) {
  .c-header .header .header__wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .c-header .header .header__wrapper {
    padding: 0 16px;
    height: 56px;
  }
}
.c-header .header .header__search-btn {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 310px;
  height: 40px;
  min-width: initial;
  background-color: #f9f9f9;
  padding-right: 16px;
  color: #999999;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-header .header .header__search-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 60px;
    font-size: 0;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .c-header .header .header__search-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: 24px;
    padding-right: 0;
    background-color: transparent;
    width: 16px;
    margin-left: 0;
    padding-left: 0;
    color: #262626;
  }
}
.c-header .header .header__search-btn i {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 993px) {
  .c-header .header .header__search-btn i {
    margin-left: 12px;
  }
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-header .header .header__search-btn i {
    margin-left: 0;
  }
}
.c-header .header .header__search-box {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  direction: rtl;
  background-color: #f9f9f9;
  padding: 4px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
}
@media (max-width: 992px) {
  .c-header .header .header__search-box {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    position: absolute;
    left: auto;
    width: 100%;
    height: 56px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.4);
    z-index: 9;
    background-color: #fff;
    top: 56px;
    padding: 0 16px;
  }
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-header .header .header__search-box {
    max-width: calc(100% - 500px);
    margin: auto;
    left: 0;
  }
}
.c-header .header .header__search-box input[type=text] {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  width: 100%;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .c-header .header .header__search-box input[type=text] {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding-right: 36px;
    background-color: #f9f9f9;
  }
}
.c-header .header .header__search-box input[type=text]:focus {
  border: none;
}
.c-header .header .header__search-box button {
  width: 32px;
  height: 32px;
  min-width: initial;
  background: transparent;
  border: none;
  color: #999999;
}
@media (max-width: 992px) {
  .c-header .header .header__search-box button {
    background: none;
    border: none;
    position: absolute;
    right: 20px;
  }
}
.c-header .header .header__search-box button i {
  font-size: 16px;
  font-size: 1rem;
}
.c-header .header.search-fade-in .header__search-box {
  animation: search_fade_in 0.5s cubic-bezier(0.38, 0.01, 0, 0.85) both 0.25s;
}
.c-header .header.search-fade-in .nav-bar__menu {
  animation: search_fade_out 0.1s cubic-bezier(0.38, 0.01, 0, 0.85) both 0.25s;
}
@media (max-width: 992px) {
  .c-header .header.search-fade-in .header__search-btn i {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 992px) {
  .c-header .header.search-fade-in .header__search-btn i:before {
    content: "\e90a";
  }
}
@media (min-width: 993px) {
  .c-header .header.search-fade-out .header__search-box {
    animation: search_fade_out 0.5s cubic-bezier(0.38, 0.01, 0, 0.85) both 0.001s;
  }
}
@media (min-width: 993px) {
  .c-header .header.search-fade-out .nav-bar__menu {
    opacity: 1;
    visibility: visible;
  }
}
.c-header .header .header__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  direction: ltr;
}
@media (max-width: 992px) {
  .c-header .header .header__info {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
.c-header .header .header__info-phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #64104e;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  direction: rtl;
  margin-right: 16px;
}
.c-header .header .header__info-phone-img {
  width: 50px;
  height: 50px;
  background-color: #4a0c3a;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 992px) {
  .c-header .header .header__info-phone-img {
    width: 35px;
    height: 35px;
  }
}
.c-header .header .header__info-phone-img img {
  width: 24px;
}
@media (max-width: 992px) {
  .c-header .header .header__info-phone-img img {
    width: 20px;
  }
}
.c-header .header .header__info-phone-content {
  width: calc(100% - 50px);
  padding: 0 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-header .header .header__info-phone-content span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  display: block;
}
@media (max-width: 992px) {
  .c-header .header .header__info-phone-content span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.c-header .header .header__info-phone-content span:last-child {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #ffcb05;
  direction: ltr;
  text-align: right;
}
.c-header .header .header__language {
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
  color: #262626;
}
.c-header .header .header__language::after {
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  width: 1px;
  border-right: 1px solid #e6e6e6;
  top: 50%;
  height: 100%;
  right: 0;
}
.c-header .header .header__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-header .header .header__nav {
    max-width: calc(100% - 360px);
  }
}
@media (max-width: 992px) {
  .c-header .header .header__nav {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.c-header .header .header__nav.open-nav .nav-bar {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  left: 0;
  display: block;
  z-index: 3;
}
@media (max-width: 992px) {
  .c-header .header .header__logo {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin: auto;
    position: absolute;
    right: 65px;
    top: 4px;
    display: flex;
    justify-content: center;
  }
}
.c-header .header .header__logo a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 30px;
  font-size: 1.875rem;
  width: 190px;
  height: 60px;
  font-weight: bold;
  color: #ffcb05;
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/royaGasht.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-header .header .header__logo a {
    width: 120px;
  }
}
@media (max-width: 992px) {
  .c-header .header .header__logo a {
    font-size: 27px;
    font-size: 1.6875rem;
    width: 120px;
    height: 48px;
  }
}
.c-header .header .header__account {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 993px) {
  .c-header .header .header__account {
    position: relative;
  }
}
.c-header .header .header__account > button {
  font-size: 13px;
  font-size: 0.8125rem;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: none;
  color: #999999;
  min-width: initial;
  font-weight: normal;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 992px) {
  .c-header .header .header__account > button {
    color: #262626;
  }
}
.c-header .header .header__account > button i {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 992px) {
  .c-header .header .header__account > button {
    width: 24px;
    height: 24px;
    padding: 0;
    background: transparent;
    border: none;
  }
}
.c-header .header .header__account .header__account-arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -4px 4px 0 0;
}
.c-header .header .header__account-is-login {
  height: 100%;
}
.c-header .header .header__account-is-login ul {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 8px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 100%;
  right: 0;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: solid 1px #eeeeee;
  background: #fff;
  margin-top: 24px;
  -webkit-transition: opacity 0.2s ease-in, margin 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-in, margin 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-in, margin 0.2s ease-out;
  -o-transition: opacity 0.2s ease-in, margin 0.2s ease-out;
  transition: opacity 0.2s ease-in, margin 0.2s ease-out;
  display: block;
}
@media (max-width: 992px) {
  .c-header .header .header__account-is-login ul {
    opacity: 1;
    visibility: visible;
    display: none;
    margin-top: 0;
    width: 100vw;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
}
.c-header .header .header__account-is-login ul li {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .c-header .header .header__account-is-login ul li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-header .header .header__account-is-login ul li:last-child {
  border-top: 1px solid #e6e6e6;
  margin-top: 8px;
}
.c-header .header .header__account-is-login ul li a {
  white-space: nowrap;
  color: #262626;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding: 8px 16px;
  font-weight: normal;
  width: 100%;
  text-align: right;
}
.c-header .header .header__account-is-login li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 993px) and (min-width: 993px) {
  .c-header .header .header__account-is-login li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: -16px;
  }
}
@media (min-width: 993px) {
  .c-header .header .header__account-is-login li:hover .header__account-arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -ms-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 4px;
  }
}
.c-header .header .header__account-user {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  color: #64104e;
}
@media (max-width: 767px) {
  .c-header .header .header__account-user.open i:before {
    content: "\e90a";
    color: #262626;
  }
}
.c-header .header .header__account-user.open:after {
  content: initial;
}
.c-header .header .header__account-user:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #2ed573;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.c-header .header .header__toggler {
  width: 24px;
  height: 24px;
  -moz-transform: 0deg;
  -o-transform: 0deg;
  -ms-transform: 0deg;
  -webkit-transform: 0deg;
  transform: 0deg;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
}
.c-header .header .header__toggler span {
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #262626;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.c-header .header .header__toggler span:nth-child(1) {
  top: 0px;
}
.c-header .header .header__toggler span:nth-child(2), .c-header .header .header__toggler span:nth-child(3) {
  top: 8px;
}
.c-header .header .header__toggler span:nth-child(4) {
  top: 16px;
}
.c-header .header .header__toggler.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.c-header .header .header__toggler.open span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 70%;
}
.c-header .header .header__toggler.open span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 70%;
}
.c-header .header .header__toggler.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media (min-width: 993px) {
  .c-header .header--none-bg {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 992px) {
  .c-header .header--none-bg {
    z-index: initial;
  }
}

@-webkit-keyframes search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-ms-keyframes search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-o-keyframes search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-ms-keyframes search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-o-keyframes search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.c-footer .footer {
  background-color: #262626;
  width: 100%;
}
.c-footer .footer .footer__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 1320px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1320px) {
  .c-footer .footer .footer__wrapper {
    padding: 0 16px;
  }
}
.c-footer .footer .footer__logo {
  display: block;
  width: 82px;
  height: 128px;
  background-image: url(/cdn/RoyaGasht/UI/Assets/Img/footerLogo.png);
  background-repeat: no-repeat;
  margin-left: 32px;
  margin-top: 40px;
}
.c-footer .footer .footer__container {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: calc(100% - 115px);
}
.c-footer .footer .footer__top-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 56px 0 40px;
  border-bottom: 1px solid #737373;
}
@media (max-width: 767px) {
  .c-footer .footer .footer__top-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 40px 0 24px;
  }
}
.c-footer .footer .footer__newsletters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  max-width: 100%;
  width: 480px;
}
.c-footer .footer .footer__newsletters-input {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.16);
  border: none;
  text-align: left;
  padding: 16px;
  color: #fff;
}
.c-footer .footer .footer__newsletters-submit {
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  width: 40px;
  height: 40px;
}
.c-footer .footer .footer__address {
  font-size: 13px;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}
@media (max-width: 767px) {
  .c-footer .footer .footer__address {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px;
  }
}
.c-footer .footer .footer__address span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1320px) {
  .c-footer .footer .footer__address span {
    margin-bottom: 8px;
  }
}
@media (min-width: 993px) {
  .c-footer .footer .footer__address span:first-child {
    margin-left: 24px;
  }
}
@media (min-width: 993px) {
  .c-footer .footer .footer__address span i {
    margin-left: 4px;
  }
}
@media (max-width: 992px) {
  .c-footer .footer .footer__address span i {
    margin-left: 4px;
  }
}
.c-footer .footer .footer__address i {
  color: #ffcb05;
}
.c-footer .footer .footer__bottom-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  padding: 32px 0;
}
@media (max-width: 992px) {
  .c-footer .footer .footer__bottom-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 0 0;
  }
}
.c-footer .footer .footer__bottom-row ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-footer .footer .footer__bottom-row ul:first-child {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .c-footer .footer .footer__bottom-row ul:first-child {
    width: 480px;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
  }
}
.c-footer .footer .footer__bottom-row ul:first-child li {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 993px) {
  .c-footer .footer .footer__bottom-row ul:first-child li {
    margin-left: 32px;
  }
}
@media (max-width: 992px) {
  .c-footer .footer .footer__bottom-row ul:first-child li {
    width: 50%;
    margin-bottom: 24px;
  }
}
.c-footer .footer .footer__bottom-row ul:first-child li a {
  color: #fff;
  padding-right: 12px;
  position: relative;
}
.c-footer .footer .footer__bottom-row ul:first-child li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #ffcb05;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.c-footer .footer .footer__bottom-row ul:nth-child(2) li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-left: 12px;
}
.c-footer .footer .footer__bottom-row ul:nth-child(2) li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.c-footer .footer .footer__bottom-row ul:nth-child(2) li i {
  font-size: 16px;
  font-size: 1rem;
  color: #ffcb05;
}
.c-footer .footer .footer__bottom-row ul:nth-child(2) li:last-child {
  margin-left: 0;
}
.c-footer .footer .footer__enamads {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .c-footer .footer .footer__enamads {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 16px 0;
  }
}
.c-footer .footer .footer__enamads-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 88px;
  height: 90px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 8px;
  padding: 4px;
}
.c-footer .footer .footer__enamads-item:not(:last-child) {
  margin-left: 16px;
}
@media (max-width: 992px) {
  .c-footer .footer .footer__enamads-item:not(:last-child) {
    margin-left: 8px;
  }
}
.c-footer .footer .footer__enamads-item img {
  max-height: 82px;
  cursor: pointer;
}
.c-footer .footer .footer__enamads-item a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.c-footer .footer .footer__copyright {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 12px;
  font-size: 0.75rem;
  width: 100%;
  background: #1e1e1e;
  color: #999999;
  padding: 12px 0;
}
@media (max-width: 767px) {
  .c-footer .footer .footer__copyright {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .c-footer .footer .footer__copyright label:first-child {
    margin-bottom: 8px;
  }
}
.c-footer .footer .footer__copyright span {
  margin-left: 4px;
  margin-right: 4px;
}
.c-footer .footer .footer__copyright a {
  color: #ffcb05;
}

/*# sourceMappingURL=public.css.map */

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        /*height: 28px;*/
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container .select2-search--inline {
        float: right;
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333;
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none;
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px;
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

