@charset "UTF-8";
.image-full, .image-responsive {
  height: auto;
}

.image-full {
  width: 100%;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clear-fix, .ui-datepicker .ui-datepicker-buttonpane, .grid-block, .row, dl.data-list {
  *zoom: 1;
}
.clear-fix:before, .ui-datepicker .ui-datepicker-buttonpane:before, .grid-block:before, .row:before, dl.data-list:before, .clear-fix:after, .ui-datepicker .ui-datepicker-buttonpane:after, .grid-block:after, .row:after, dl.data-list:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.clear-fix:after, .ui-datepicker .ui-datepicker-buttonpane:after, .grid-block:after, .row:after, dl.data-list:after {
  clear: both;
}

.fade {
  opacity: 0;
  display: block;
}
.fade.in {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

figure, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td, dd, dl, dt, li, ol, ul, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, q, s, small, strike, strong, sub, sup, tt, var, samp, h1, h2, h3, h4, h5, h6, form, fieldset, label, legend, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  line-height: 1;
}

body {
  font-family: "Rota", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  margin-bottom: 1.7777777778rem;
  line-height: 1.3;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

h1, .h1 {
  font-size: 3.3333333333rem;
}

h2, .h2 {
  font-size: 3rem;
}

h3, .h3 {
  font-size: 2.6666666667rem;
}

h4, .h4 {
  font-size: 2rem;
}

h5, .h5 {
  font-size: 1.6666666667rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  font-family: "Rota", sans-serif;
  line-height: inherit;
  margin-bottom: 1.7777777778rem;
}

strong {
  font-style: inherit;
}

ul, ol {
  margin-bottom: 1.7777777778rem;
  margin-left: 2em;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  line-height: 1.5;
}

small {
  font-size: 0.8em;
}

dl {
  margin-bottom: 1.7777777778rem;
}
dl dt, dl dd {
  line-height: 1.5;
}
dl dd {
  line-height: 1.5;
}

em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}

abbr {
  font-size: 0.9em;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

code {
  color: inherit;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding: 0.18em 0.4em 0.18em;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 0.9em;
  border-radius: 3px;
}

hr, .hr {
  margin: 0;
  margin-bottom: 1.7777777778rem;
  border: 0;
  border-bottom: 1px solid #CCC;
}

span.hr {
  display: block;
}

.hr-dotted {
  border-bottom-style: dashed;
}

.bold, strong, dl dt {
  font-weight: 700;
}

ul.unstyled, ul.list-dots, .ph__menu ul, .ph .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer ul, .pf__nav ul, .pf__menu ul, .mm__menu ul, .mm .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer ul, ol.unstyled, ol.list-dots {
  list-style: none;
  margin-left: 0;
}

ul.inline li, ol.inline li {
  display: inline-block;
  vertical-align: top;
}

.strike-out {
  text-decoration: line-through;
}

.text-align-right {
  text-align: right;
}

.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

dl.data-list {
  margin-bottom: 0;
}
dl.data-list dt {
  float: left;
}
dl.data-list dd {
  overflow: hidden;
  text-align: right;
}

.arrow {
  background: #efefef;
  width: 300px;
  height: 50px;
  margin-bottom: 4rem;
  position: relative;
}
.arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
}

.offset-pad-1.ctc-col-parent .row div[class*=col-], div[class*=offset-pad-] .row div[class*=col-], div[class*=offset-pad-] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.offset-bottom-10 {
  margin-bottom: 100px !important;
}

.offset-bottom-9 {
  margin-bottom: 90px !important;
}

.offset-bottom-8 {
  margin-bottom: 80px !important;
}

.offset-bottom-7 {
  margin-bottom: 70px !important;
}

.offset-bottom-6 {
  margin-bottom: 60px !important;
}

.offset-bottom-5 {
  margin-bottom: 50px !important;
}

.offset-bottom-4 {
  margin-bottom: 40px !important;
}

.offset-bottom-3 {
  margin-bottom: 30px !important;
}

.offset-bottom-2 {
  margin-bottom: 20px !important;
}

.offset-bottom-1 {
  margin-bottom: 10px !important;
}

.offset-bottom-0 {
  margin-bottom: 0px !important;
}

.offset-bottom {
  margin-bottom: 1.7777777778rem !important;
}

.offset-bottom-none {
  margin-bottom: 0 !important;
}

.offset-bottom-half {
  margin-bottom: 0.8888888889rem;
}

.relate-to-this {
  position: relative;
}

.row {
  width: 100%;
}

.hide {
  display: none !important;
}

.transparent {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.\+i3TODO {
  outline: 2px dashed #ff0000;
}

html, body {
  font-size: 18px;
  color: #737373;
  line-height: 1.5;
}

i.icon {
  vertical-align: top;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.image-full {
  display: block;
}

.image-content {
  display: block;
  margin-bottom: 1.7777777778rem;
  margin-right: 1.7777777778rem;
  margin-left: 1.7777777778rem;
}
.image-content.pull-left {
  margin-left: 0;
}

.ctc-col-parent {
  float: none !important;
}
.ctc-col-parent .col-33 {
  width: 33.33% !important;
}

div[class*=offset-pad-].offset-bottom-1 .row div[class*=col-] {
  margin-bottom: 10px;
}
div[class*=offset-pad-].offset-bottom-2 .row div[class*=col-] {
  margin-bottom: 20px;
}
div[class*=offset-pad-].offset-bottom-3 .row div[class*=col-] {
  margin-bottom: 30px;
}
div[class*=offset-pad-].offset-bottom-4 .row div[class*=col-] {
  margin-bottom: 40px;
}
div[class*=offset-pad-].offset-bottom-5 .row div[class*=col-] {
  margin-bottom: 50px;
}
div[class*=offset-pad-].offset-bottom-6 .row div[class*=col-] {
  margin-bottom: 60px;
}
div[class*=offset-pad-].offset-bottom-7 .row div[class*=col-] {
  margin-bottom: 70px;
}
div[class*=offset-pad-].offset-bottom-8 .row div[class*=col-] {
  margin-bottom: 80px;
}
div[class*=offset-pad-].offset-bottom-9 .row div[class*=col-] {
  margin-bottom: 90px;
}
div[class*=offset-pad-].offset-bottom-10 .row div[class*=col-] {
  margin-bottom: 100px;
}

.offset-pad-1 {
  padding-left: 5px;
  padding-right: 5px;
}
.offset-pad-1.ctc-col-parent {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -5px;
  margin-right: -5px;
}
.offset-pad-1.ctc-col-parent .row div[class*=col-] {
  padding: 0px 5px;
}

.offset-pad-2 {
  padding-left: 10px;
  padding-right: 10px;
}
.offset-pad-2.ctc-col-parent {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -10px;
  margin-right: -10px;
}
.offset-pad-2.ctc-col-parent .row div[class*=col] {
  padding: 0px 10px;
}

.offset-pad-3 {
  padding-left: 15px;
  padding-right: 15px;
}
.offset-pad-3.ctc-col-parent {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -15px;
  margin-right: -15px;
}
.offset-pad-3.ctc-col-parent .row div[class*=col] {
  padding: 0px 15px;
}

.offset-pad-4 {
  padding-left: 20px;
  padding-right: 20px;
}
.offset-pad-4.ctc-col-parent {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -20px;
  margin-right: -20px;
}
.offset-pad-4.ctc-col-parent .row div[class*=col] {
  padding: 0px 20px;
}

.offset-pad-5 {
  padding-left: 25px;
  padding-right: 25px;
}
.offset-pad-5.ctc-col-parent {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -25px;
  margin-right: -25px;
}
.offset-pad-5.ctc-col-parent .row div[class*=col] {
  padding: 0px 25px;
}

.offset-pad-6 {
  padding-left: 30px;
  padding-right: 30px;
}
.offset-pad-6.ctc-col-parent {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -30px;
  margin-right: -30px;
}
.offset-pad-6.ctc-col-parent .row div[class*=col] {
  padding: 0px 30px;
}

.offset-pad-7 {
  padding-left: 35px;
  padding-right: 35px;
}
.offset-pad-7.ctc-col-parent {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -35px;
  margin-right: -35px;
}
.offset-pad-7.ctc-col-parent .row div[class*=col] {
  padding: 0px 35px;
}

.offset-pad-8 {
  padding-left: 40px;
  padding-right: 40px;
}
.offset-pad-8.ctc-col-parent {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -40px;
  margin-right: -40px;
}
.offset-pad-8.ctc-col-parent .row div[class*=col] {
  padding: 0px 40px;
}

.offset-pad-9 {
  padding-left: 45px;
  padding-right: 45px;
}
.offset-pad-9.ctc-col-parent {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -45px;
  margin-right: -45px;
}
.offset-pad-9.ctc-col-parent .row div[class*=col] {
  padding: 0px 45px;
}

.offset-pad-10 {
  padding-left: 50px;
  padding-right: 50px;
}
.offset-pad-10.ctc-col-parent {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -50px;
  margin-right: -50px;
}
.offset-pad-10.ctc-col-parent .row div[class*=col] {
  padding: 0px 50px;
}

.ctc-entity-banners {
  position: relative;
}
.ctc-entity-banners img {
  display: block;
  margin: 0 auto;
}

[class*=col-] {
  float: left;
}

.col-100, .w-100 {
  width: 100%;
}

.offset-100 {
  margin-left: 100%;
}

.col-99, .w-99 {
  width: 99%;
}

.offset-99 {
  margin-left: 99%;
}

.col-98, .w-98 {
  width: 98%;
}

.offset-98 {
  margin-left: 98%;
}

.col-97, .w-97 {
  width: 97%;
}

.offset-97 {
  margin-left: 97%;
}

.col-96, .w-96 {
  width: 96%;
}

.offset-96 {
  margin-left: 96%;
}

.col-95, .w-95 {
  width: 95%;
}

.offset-95 {
  margin-left: 95%;
}

.col-94, .w-94 {
  width: 94%;
}

.offset-94 {
  margin-left: 94%;
}

.col-93, .w-93 {
  width: 93%;
}

.offset-93 {
  margin-left: 93%;
}

.col-92, .w-92 {
  width: 92%;
}

.offset-92 {
  margin-left: 92%;
}

.col-91, .w-91 {
  width: 91%;
}

.offset-91 {
  margin-left: 91%;
}

.col-90, .w-90 {
  width: 90%;
}

.offset-90 {
  margin-left: 90%;
}

.col-89, .w-89 {
  width: 89%;
}

.offset-89 {
  margin-left: 89%;
}

.col-88, .w-88 {
  width: 88%;
}

.offset-88 {
  margin-left: 88%;
}

.col-87, .w-87 {
  width: 87%;
}

.offset-87 {
  margin-left: 87%;
}

.col-86, .w-86 {
  width: 86%;
}

.offset-86 {
  margin-left: 86%;
}

.col-85, .w-85 {
  width: 85%;
}

.offset-85 {
  margin-left: 85%;
}

.col-84, .w-84 {
  width: 84%;
}

.offset-84 {
  margin-left: 84%;
}

.col-83, .w-83 {
  width: 83%;
}

.offset-83 {
  margin-left: 83%;
}

.col-82, .w-82 {
  width: 82%;
}

.offset-82 {
  margin-left: 82%;
}

.col-81, .w-81 {
  width: 81%;
}

.offset-81 {
  margin-left: 81%;
}

.col-80, .w-80 {
  width: 80%;
}

.offset-80 {
  margin-left: 80%;
}

.col-79, .w-79 {
  width: 79%;
}

.offset-79 {
  margin-left: 79%;
}

.col-78, .w-78 {
  width: 78%;
}

.offset-78 {
  margin-left: 78%;
}

.col-77, .w-77 {
  width: 77%;
}

.offset-77 {
  margin-left: 77%;
}

.col-76, .w-76 {
  width: 76%;
}

.offset-76 {
  margin-left: 76%;
}

.col-75, .w-75 {
  width: 75%;
}

.offset-75 {
  margin-left: 75%;
}

.col-74, .w-74 {
  width: 74%;
}

.offset-74 {
  margin-left: 74%;
}

.col-73, .w-73 {
  width: 73%;
}

.offset-73 {
  margin-left: 73%;
}

.col-72, .w-72 {
  width: 72%;
}

.offset-72 {
  margin-left: 72%;
}

.col-71, .w-71 {
  width: 71%;
}

.offset-71 {
  margin-left: 71%;
}

.col-70, .w-70 {
  width: 70%;
}

.offset-70 {
  margin-left: 70%;
}

.col-69, .w-69 {
  width: 69%;
}

.offset-69 {
  margin-left: 69%;
}

.col-68, .w-68 {
  width: 68%;
}

.offset-68 {
  margin-left: 68%;
}

.col-67, .w-67 {
  width: 67%;
}

.offset-67 {
  margin-left: 67%;
}

.col-66, .w-66 {
  width: 66%;
}

.offset-66 {
  margin-left: 66%;
}

.col-65, .w-65 {
  width: 65%;
}

.offset-65 {
  margin-left: 65%;
}

.col-64, .w-64 {
  width: 64%;
}

.offset-64 {
  margin-left: 64%;
}

.col-63, .w-63 {
  width: 63%;
}

.offset-63 {
  margin-left: 63%;
}

.col-62, .w-62 {
  width: 62%;
}

.offset-62 {
  margin-left: 62%;
}

.col-61, .w-61 {
  width: 61%;
}

.offset-61 {
  margin-left: 61%;
}

.col-60, .w-60 {
  width: 60%;
}

.offset-60 {
  margin-left: 60%;
}

.col-59, .w-59 {
  width: 59%;
}

.offset-59 {
  margin-left: 59%;
}

.col-58, .w-58 {
  width: 58%;
}

.offset-58 {
  margin-left: 58%;
}

.col-57, .w-57 {
  width: 57%;
}

.offset-57 {
  margin-left: 57%;
}

.col-56, .w-56 {
  width: 56%;
}

.offset-56 {
  margin-left: 56%;
}

.col-55, .w-55 {
  width: 55%;
}

.offset-55 {
  margin-left: 55%;
}

.col-54, .w-54 {
  width: 54%;
}

.offset-54 {
  margin-left: 54%;
}

.col-53, .w-53 {
  width: 53%;
}

.offset-53 {
  margin-left: 53%;
}

.col-52, .w-52 {
  width: 52%;
}

.offset-52 {
  margin-left: 52%;
}

.col-51, .w-51 {
  width: 51%;
}

.offset-51 {
  margin-left: 51%;
}

.col-50, .w-50 {
  width: 50%;
}

.offset-50 {
  margin-left: 50%;
}

.col-49, .w-49 {
  width: 49%;
}

.offset-49 {
  margin-left: 49%;
}

.col-48, .w-48 {
  width: 48%;
}

.offset-48 {
  margin-left: 48%;
}

.col-47, .w-47 {
  width: 47%;
}

.offset-47 {
  margin-left: 47%;
}

.col-46, .w-46 {
  width: 46%;
}

.offset-46 {
  margin-left: 46%;
}

.col-45, .w-45 {
  width: 45%;
}

.offset-45 {
  margin-left: 45%;
}

.col-44, .w-44 {
  width: 44%;
}

.offset-44 {
  margin-left: 44%;
}

.col-43, .w-43 {
  width: 43%;
}

.offset-43 {
  margin-left: 43%;
}

.col-42, .w-42 {
  width: 42%;
}

.offset-42 {
  margin-left: 42%;
}

.col-41, .w-41 {
  width: 41%;
}

.offset-41 {
  margin-left: 41%;
}

.col-40, .w-40 {
  width: 40%;
}

.offset-40 {
  margin-left: 40%;
}

.col-39, .w-39 {
  width: 39%;
}

.offset-39 {
  margin-left: 39%;
}

.col-38, .w-38 {
  width: 38%;
}

.offset-38 {
  margin-left: 38%;
}

.col-37, .w-37 {
  width: 37%;
}

.offset-37 {
  margin-left: 37%;
}

.col-36, .w-36 {
  width: 36%;
}

.offset-36 {
  margin-left: 36%;
}

.col-35, .w-35 {
  width: 35%;
}

.offset-35 {
  margin-left: 35%;
}

.col-34, .w-34 {
  width: 34%;
}

.offset-34 {
  margin-left: 34%;
}

.col-33, .w-33 {
  width: 33%;
}

.offset-33 {
  margin-left: 33%;
}

.col-32, .w-32 {
  width: 32%;
}

.offset-32 {
  margin-left: 32%;
}

.col-31, .w-31 {
  width: 31%;
}

.offset-31 {
  margin-left: 31%;
}

.col-30, .w-30 {
  width: 30%;
}

.offset-30 {
  margin-left: 30%;
}

.col-29, .w-29 {
  width: 29%;
}

.offset-29 {
  margin-left: 29%;
}

.col-28, .w-28 {
  width: 28%;
}

.offset-28 {
  margin-left: 28%;
}

.col-27, .w-27 {
  width: 27%;
}

.offset-27 {
  margin-left: 27%;
}

.col-26, .w-26 {
  width: 26%;
}

.offset-26 {
  margin-left: 26%;
}

.col-25, .w-25 {
  width: 25%;
}

.offset-25 {
  margin-left: 25%;
}

.col-24, .w-24 {
  width: 24%;
}

.offset-24 {
  margin-left: 24%;
}

.col-23, .w-23 {
  width: 23%;
}

.offset-23 {
  margin-left: 23%;
}

.col-22, .w-22 {
  width: 22%;
}

.offset-22 {
  margin-left: 22%;
}

.col-21, .w-21 {
  width: 21%;
}

.offset-21 {
  margin-left: 21%;
}

.col-20, .w-20 {
  width: 20%;
}

.offset-20 {
  margin-left: 20%;
}

.col-19, .w-19 {
  width: 19%;
}

.offset-19 {
  margin-left: 19%;
}

.col-18, .w-18 {
  width: 18%;
}

.offset-18 {
  margin-left: 18%;
}

.col-17, .w-17 {
  width: 17%;
}

.offset-17 {
  margin-left: 17%;
}

.col-16, .w-16 {
  width: 16%;
}

.offset-16 {
  margin-left: 16%;
}

.col-15, .w-15 {
  width: 15%;
}

.offset-15 {
  margin-left: 15%;
}

.col-14, .w-14 {
  width: 14%;
}

.offset-14 {
  margin-left: 14%;
}

.col-13, .w-13 {
  width: 13%;
}

.offset-13 {
  margin-left: 13%;
}

.col-12, .w-12 {
  width: 12%;
}

.offset-12 {
  margin-left: 12%;
}

.col-11, .w-11 {
  width: 11%;
}

.offset-11 {
  margin-left: 11%;
}

.col-10, .w-10 {
  width: 10%;
}

.offset-10 {
  margin-left: 10%;
}

.col-9, .w-9 {
  width: 9%;
}

.offset-9 {
  margin-left: 9%;
}

.col-8, .w-8 {
  width: 8%;
}

.offset-8 {
  margin-left: 8%;
}

.col-7, .w-7 {
  width: 7%;
}

.offset-7 {
  margin-left: 7%;
}

.col-6, .w-6 {
  width: 6%;
}

.offset-6 {
  margin-left: 6%;
}

.col-5, .w-5 {
  width: 5%;
}

.offset-5 {
  margin-left: 5%;
}

.col-4, .w-4 {
  width: 4%;
}

.offset-4 {
  margin-left: 4%;
}

.col-3, .w-3 {
  width: 3%;
}

.offset-3 {
  margin-left: 3%;
}

.col-2, .w-2 {
  width: 2%;
}

.offset-2 {
  margin-left: 2%;
}

.col-1, .w-1 {
  width: 1%;
}

.offset-1 {
  margin-left: 1%;
}

[class*=content-col-] {
  margin-left: 4.4%;
  float: left;
}
[class*=content-col-]:first-child {
  margin-left: 0;
}
[class*=content-col-]:last-child {
  float: right;
}

.content-col-1 {
  width: 4.3%;
}

.content-col-2 {
  width: 13%;
}

.content-col-3 {
  width: 21.679%;
}

.content-col-4 {
  width: 30.37%;
}

.content-col-5 {
  width: 39.1%;
}

.content-col-6 {
  width: 47.8%;
}

.content-col-7 {
  width: 56.5%;
}

.content-col-8 {
  width: 65.2%;
}

.content-col-9 {
  width: 73.9%;
}

.content-col-10 {
  width: 82.6%;
}

.content-col-11 {
  width: 91.3%;
}

.content-col-12 {
  width: 100%;
}

table.table-core {
  width: 100%;
  padding: 0;
  background-color: #FFF;
  margin-bottom: 1.7777777778rem;
  font-size: 1em;
  border-collapse: collapse;
}
table.table-core th,
table.table-core td {
  padding: 10px 10px 9px;
  line-height: 1.5;
  text-align: left;
}
table.table-core th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
}
table.table-core td {
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table.table-core tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}

table.table-core.table-condensed th,
table.table-core.table-condensed td {
  padding: 4px 5px;
}

table.table-core.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse; /* IE7, collapse table to remove spacing */
}
table.table-core.table-bordered th + th,
table.table-core.table-bordered td + td,
table.table-core.table-bordered th + td {
  border-left: 1px solid #ddd;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-striped tbody tr td,
.table-striped tbody tr th {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-striped tbody tr:hover td,
.table-striped tbody tr:hover th {
  background-color: #f5f5f5;
}

table.table-core .header {
  cursor: pointer;
}
table.table-core .header:after {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: hidden;
}
table.table-core .headerSortUp,
table.table-core .headerSortDown {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
table.table-core .header:hover:after {
  visibility: visible;
}
table.table-core .headerSortDown:after,
table.table-core .headerSortDown:hover:after {
  visibility: visible;
  opacity: 60;
}
table.table-core .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.6;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  font-family: inherit;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: top;
}

audio:not([controls]) {
  display: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

a:focus {
  outline: thin dotted;
}

a {
  color: #A11C77;
}

a:hover,
a:active {
  outline: 0;
  color: #350927;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  padding: 0;
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@font-face {
  font-family: "default";
  src: url("/wp-content/themes/alnahiya/_ui/media/fonts/default.eot?srt5db");
  src: url("/wp-content/themes/alnahiya/_ui/media/fonts/default.eot?srt5db#iefix") format("embedded-opentype"), url("/wp-content/themes/alnahiya/_ui/media/fonts/default.ttf?srt5db") format("truetype"), url("/wp-content/themes/alnahiya/_ui/media/fonts/default.woff?srt5db") format("woff"), url("/wp-content/themes/alnahiya/_ui/media/fonts/default.svg?srt5db#default") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
i.icon, span.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e90f";
}

.icon-menu:before {
  content: "\e907";
}

.icon-email:before {
  content: "\e90b";
}

.icon-linkedin-alt:before {
  content: "\e90c";
}

.icon-twitter-alt:before {
  content: "\e90d";
}

.icon-facebook-alt:before {
  content: "\e90e";
}

.icon-remote:before {
  content: "\e90a";
}

.icon-category:before {
  content: "\e909";
}

.icon-search:before {
  content: "\e908";
}

.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-chevron-down:before {
  content: "\e902";
}

.icon-arrow-top-right:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-twitter:before {
  content: "\e905";
}

.icon-linkedin:before {
  content: "\e906";
}

#kro-aln .\+i3TODO {
  outline: 1px dashed red;
}

#kro-aln .\+fs-large {
  font-size: 22px;
}

#kro-aln .\+fs-medium {
  font-size: 0.8888888889rem;
}

#kro-aln .\+fs-small {
  font-size: 14px;
}

#kro-aln .\+fs-12 {
  font-size: 12px;
}

#kro-aln .\+fs-18 {
  font-size: 18px;
}

#kro-aln .\+c-primary {
  color: #A11C77;
}

#kro-aln .\+c-secondary {
  color: #350927;
}

#kro-aln .\+c-tertiary {
  color: #F5F5F5;
}

#kro-aln .\+c-base {
  color: #737373;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

#kro-KM.\--dark-mode .\+c-base {
  color: #fff;
}

#kro-aln .\+c-title {
  color: #191816;
}

#kro-aln .\+fw-light {
  font-weight: 300;
}

#kro-aln .\+fw-normal {
  font-weight: normal;
}

#kro-aln .\+fw-medium {
  font-weight: 500;
}

#kro-aln .\+fw-semibold {
  font-weight: 600;
}

#kro-aln .\+fw-bold {
  font-weight: 700;
}

#kro-aln .\+fw-black {
  font-weight: 800;
}

#kro-aln .\+ta-left {
  text-align: left;
}
[dir=rtl] #kro-aln .\+ta-left {
  text-align: right;
}

#kro-aln .\+ta-center {
  text-align: center;
}

#kro-aln .\+ta-right {
  text-align: right;
}
[dir=rtl] #kro-aln .\+ta-right {
  text-align: left;
}

#kro-aln .\+lh-1 {
  line-height: 1;
}

#kro-aln .\+lh-12 {
  line-height: 1.2;
}

#kro-aln .\+lh-14 {
  line-height: 1.4;
}

#kro-aln .\+lh-16 {
  line-height: 1.6;
}

#kro-aln .\+wb-break-all {
  word-break: break-all;
}

#kro-aln .\+m-auto {
  margin-left: auto;
  margin-right: auto;
}

#kro-aln .\+td-line-through {
  text-decoration: line-through;
}

#kro-aln .\+td-underline {
  text-decoration: underline;
}

#kro-aln .\+tt-uppercase {
  text-transform: uppercase;
}

#kro-aln .\+d-block {
  display: block;
}

#kro-aln .\+d-inline-block {
  display: inline-block;
}

#kro-aln .\+p-relative {
  position: relative;
}

#kro-aln .\+ls-design {
  letter-spacing: -0.03em;
}

#kro-aln .\+ls-one {
  letter-spacing: 1px;
}

#kro-aln .\+ls-two {
  letter-spacing: 2px;
}

#kro-aln .\+ls-three {
  letter-spacing: 3px;
}

#kro-aln .\+ls-four {
  letter-spacing: 4px;
}

#kro-aln .\+disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

#kro-aln .\+hide-on-desktop {
  display: none;
}
@media (max-width: 768px) {
  #kro-aln .\+hide-on-desktop {
    display: block;
  }
}

.header-top {
  margin-top: -7.7777777778rem;
  padding-top: 7.7777777778rem;
}

@media (min-width: 1080px) {
  .container.\--style-small .panel-grid .__style-align-left-edge {
    margin-left: calc(-1 * (100vw - 1060px) / 2);
  }
}
@media (min-width: 1368px) {
  .container.\--style-small .panel-grid .__style-align-left-edge {
    margin-left: calc(-1 * (100vw - 1348px) / 2);
  }
}
@media (min-width: 1640px) {
  .container.\--style-standard .panel-grid .__style-align-left-edge {
    margin-left: calc(-1 * (100vw - 1620px) / 2);
  }
}
@media (min-width: 1736px) {
  .container.\--style-medium .panel-grid .__style-align-left-edge {
    margin-left: calc(-1 * (100vw - 1716px) / 2);
  }
}
@media (min-width: 1848px) {
  .container.\--style-large .panel-grid .__style-align-left-edge {
    margin-left: calc(-1 * (100vw - 1828px) / 2);
  }
}

@media (min-width: 1080px) {
  .container.\--style-small .panel-grid .__style-align-right-edge {
    margin-right: calc(-1 * (100vw - 1060px) / 2);
  }
}
@media (min-width: 1368px) {
  .container.\--style-small .panel-grid .__style-align-right-edge {
    margin-right: calc(-1 * (100vw - 1348px) / 2);
  }
}
@media (min-width: 1640px) {
  .container.\--style-standard .panel-grid .__style-align-right-edge {
    margin-right: calc(-1 * (100vw - 1620px) / 2);
  }
}
@media (min-width: 1736px) {
  .container.\--style-medium .panel-grid .__style-align-right-edge {
    margin-right: calc(-1 * (100vw - 1716px) / 2);
  }
}
@media (min-width: 1848px) {
  .container.\--style-large .panel-grid .__style-align-right-edge {
    margin-right: calc(-1 * (100vw - 1828px) / 2);
  }
}

#kro-aln .\+learn-more {
  color: #1A7DC1;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#kro-aln .\+learn-more:hover {
  color: #124D89;
}
#kro-aln .\+learn-more:hover:after {
  margin-left: 10px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img:not(.fancybox-image) {
  max-width: 100%;
  height: auto !important;
}
html {
  height: 100%;
}

hr {
  border-bottom: 1px solid #D6D6D6;
}

body {
  background: #fff;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  overflow-x: hidden;
}
body.\--dark-mode {
  background-color: #000000;
  color: #fff;
}
body.\--show-menu {
  height: 100%;
  overflow: hidden;
}
body.\--show-menu .app-container, body.\--show-menu .ph {
  -webkit-transform: translate3d(320px, 0, 0);
          transform: translate3d(320px, 0, 0);
  padding-right: 17px;
  opacity: 0.5;
}
body.\--show-menu .mm {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
body.\--show-menu .toggle-menu {
  pointer-events: auto;
}
body .toggle-menu {
  opacity: 1;
  position: fixed;
  z-index: 102;
  left: 300px;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
body .toggle-menu:focus {
  outline: none;
  border: 0;
}
body.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag + span {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body .wpml-ls-legacy-list-horizontal .wpml-ls-flag + span {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.app-container {
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  overflow: hidden;
}

.offset-bottom-rem-0 {
  margin-bottom: 0rem !important;
}

.offset-bottom-rem-1 {
  margin-bottom: 0.5555555556rem !important;
}

.offset-bottom-rem-2 {
  margin-bottom: 1.1111111111rem !important;
}

.offset-bottom-rem-3 {
  margin-bottom: 1.6666666667rem !important;
}

.offset-bottom-rem-4 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-4 {
    margin-bottom: 2.2222222222rem !important;
  }
}

.offset-bottom-rem-5 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-5 {
    margin-bottom: 2.7777777778rem !important;
  }
}

.offset-bottom-rem-6 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-6 {
    margin-bottom: 3.3333333333rem !important;
  }
}

.offset-bottom-rem-7 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-7 {
    margin-bottom: 3.8888888889rem !important;
  }
}

.offset-bottom-rem-8 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-8 {
    margin-bottom: 4.4444444444rem !important;
  }
}

.offset-bottom-rem-9 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-9 {
    margin-bottom: 5rem !important;
  }
}

.offset-bottom-rem-10 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-10 {
    margin-bottom: 5.5555555556rem !important;
  }
}

.offset-bottom-rem-11 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-11 {
    margin-bottom: 6.1111111111rem !important;
  }
}

.offset-bottom-rem-12 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-12 {
    margin-bottom: 6.6666666667rem !important;
  }
}

.offset-bottom-rem-13 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-13 {
    margin-bottom: 7.2222222222rem !important;
  }
}

.offset-bottom-rem-14 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-14 {
    margin-bottom: 7.7777777778rem !important;
  }
}

.offset-bottom-rem-15 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-15 {
    margin-bottom: 8.3333333333rem !important;
  }
}

.offset-bottom-rem-16 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-16 {
    margin-bottom: 8.8888888889rem !important;
  }
}

.offset-bottom-rem-17 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-17 {
    margin-bottom: 9.4444444444rem !important;
  }
}

.offset-bottom-rem-18 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-18 {
    margin-bottom: 10rem !important;
  }
}

.offset-bottom-rem-19 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-19 {
    margin-bottom: 10.5555555556rem !important;
  }
}

.offset-bottom-rem-20 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-20 {
    margin-bottom: 11.1111111111rem !important;
  }
}

.offset-bottom-rem-21 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-21 {
    margin-bottom: 11.6666666667rem !important;
  }
}

.offset-bottom-rem-22 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-22 {
    margin-bottom: 12.2222222222rem !important;
  }
}

.offset-bottom-rem-23 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-23 {
    margin-bottom: 12.7777777778rem !important;
  }
}

.offset-bottom-rem-24 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-24 {
    margin-bottom: 13.3333333333rem !important;
  }
}

.offset-bottom-rem-25 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-25 {
    margin-bottom: 13.8888888889rem !important;
  }
}

.offset-bottom-rem-26 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .offset-bottom-rem-26 {
    margin-bottom: 14.4444444444rem !important;
  }
}

svg path {
  -webkit-transition: fill 0.3s ease-in-out, stroke 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out, stroke 0.3s ease-in-out;
}

a:focus, a:hover {
  outline: 0;
}

.panel-layout.panel-is-rtl .panel-grid.panel-has-style > .panel-row-style, .panel-layout.panel-is-rtl .panel-grid.panel-no-style {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

@media (min-width: 1600px) {
  .homepage-fluid-layout .panel-grid-cell:first-child {
    padding-left: 2.22rem;
  }
}
@media (min-width: 1600px) {
  .homepage-fluid-layout .panel-grid-cell:last-child {
    padding-top: 2.22rem;
  }
}
@media (min-width: 1001px) and (max-width: 1599px) {
  .homepage-fluid-layout .panel-grid-cell:first-child {
    width: calc(37.5% - 62.5px) !important;
  }
  .homepage-fluid-layout .panel-grid-cell:last-child {
    width: calc(62.5% - 37.5px) !important;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .homepage-fluid-layout .panel-grid-cell:first-child {
    width: calc(37.5% - 31.25px) !important;
  }
  .homepage-fluid-layout .panel-grid-cell:last-child {
    width: calc(62.5% - 18.75px) !important;
  }
}
@media (min-width: 1600px) {
  .homepage-fluid-layout.last-column-pull-top .panel-grid-cell:last-child {
    margin-top: -10.88rem;
  }
}

.container {
  max-width: 1816px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container.\--style-small, .container.\--container-small {
  max-width: 1512px;
}
.container.\--style-large, .container.\--container-large {
  max-width: 1912px;
}
.container.\--style-full, .container.\--container-full {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.container.\--style-full > .panel-grid > .panel-row-style, .container.\--container-full > .panel-grid > .panel-row-style {
  width: 100%;
}
.container__pad {
  padding-top: 1.6666666667rem;
  padding-bottom: 1.6666666667rem;
}
.container.\--ml-auto {
  margin-right: unset;
}
.container.\--mr-auto {
  margin-left: unset;
}
.container:not(.\--style-full, .\--container-full) .container:not(.\--force-padding) {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1023px) {
  .container:not(.\--style-full, .\--container-full) .container.\--force-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1408px) {
  .container:not(.\--style-full, .\--container-full) .container.\--style-small {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container__overflow-hidden {
  overflow: hidden;
  width: 100%;
}

html, body {
  font-size: 16px;
}
@media (min-width: 1400px) {
  html, body {
    font-size: 18px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

strong, .bold, dl dt {
  font-weight: 700;
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

a {
  text-decoration: none;
}

*:focus, *:active {
  outline: 0;
}

blockquote {
  line-height: 1.5;
}

@media (max-width: 767px) {
  span[style*="font-size: 2.33rem"] {
    font-size: 22px !important;
  }
  span[style*="font-size: 3rem"], span[style*="font-size: 3.33rem"] {
    font-size: 40px !important;
  }
  span[style*="font-size: 2.55rem"], span[style*="font-size: 2.66rem"] {
    font-size: 30px !important;
  }
  span[style*="font-size: 1.2rem"] {
    font-size: 15px !important;
  }
}
table {
  width: 100%;
}
table td, table th {
  height: auto !important;
  padding: 10px 0px;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  color: #191816;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
body.\--dark-mode h1, body.\--dark-mode h2, body.\--dark-mode h3, body.\--dark-mode h4, body.\--dark-mode h5, body.\--dark-mode h6 {
  color: #fff;
}

@media (max-width: 1023px) {
  h3 {
    font-size: 30px;
  }
}

p {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
body.\--dark-mode p {
  color: #fff;
}

[style*="color: #282d46;"]:not(.w-textbox__with-images__content *):not(.w-textbox__colored-box *) {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
body.\--dark-mode [style*="color: #282d46;"]:not(.w-textbox__with-images__content *):not(.w-textbox__colored-box *) {
  color: #fff !important;
}

.so-widget-so-text-editor-widget ol:not([class]) {
  margin-left: 1.6666666667rem;
}
.so-widget-so-text-editor-widget ol:not([class]) li::marker {
  color: #282828;
}
.so-widget-so-text-editor-widget ul:not([class]) {
  margin-left: 1.6666666667rem;
}
.so-widget-so-text-editor-widget ul:not([class]) li::marker {
  color: #282828;
}

body.rtl {
  font-family: "Tajawal", sans-serif !important;
}
body.rtl h1, body.rtl h2, body.rtl h3, body.rtl h4, body.rtl h5, body.rtl h6 {
  font-family: "Tajawal", sans-serif !important;
}
body.rtl p {
  font-family: "Tajawal", sans-serif !important;
}

.btn {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  vertical-align: baseline;
  padding: 0.7222222222rem 1.3333333333rem;
  font-size: 1.1111111111rem;
  line-height: 1.6666666667rem;
  border: 0;
  color: #FFF;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.01em;
}
.btn i {
  margin-right: 5px;
  font-size: 14px;
  vertical-align: middle;
}
.btn.\--style-block {
  width: 100%;
  text-align: center;
  padding-left: 1.1111111111rem;
  padding-right: 1.1111111111rem;
}
.btn.\--theme-primary {
  background-color: #A11C77;
  color: #FFF;
}
.btn.\--theme-primary:hover {
  background-color: #8b1867;
  border-color: #8b1867;
}
.btn.\--theme-secondary {
  background-color: #350927;
  color: #FFF;
}
.btn.\--theme-secondary:hover {
  background-color: #1f0517;
  border-color: #1f0517;
}
.btn.\--theme-tertiary {
  background-color: #F5F5F5;
  color: #282828;
}
.btn.\--theme-tertiary:hover {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.btn.\--style-small {
  padding: 0.4444444444rem 1.3333333333rem;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-family: "Rota", sans-serif;
}
body.rtl .btn.\--style-small {
  font-family: "Tajawal", sans-serif !important;
}
.btn.\--style-large {
  padding: 0.9444444444rem 1.3333333333rem;
}
.btn.\--style-x-large {
  padding: 0.9444444444rem 3.5555555556rem;
}
.btn.\--disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.btn ~ .btn:not(.\--style-block) {
  margin-left: 32px;
}

a.btn {
  text-decoration: none;
}

.panel-row-style {
  border-width: 2px !important;
}

@media (min-width: 768px) {
  .so-panel {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1023px) {
  .so-panel:before, .so-panel:after {
    display: none !important;
  }
}

.panel-grid {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .panel-grid .panel-grid-cell + .panel-grid-cell {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .news-container {
    padding: 0 20px;
  }
  .mobile-offset-bottom-2 {
    margin-bottom: 10px !important;
  }
  .mobile-offset-bottom-3 {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 1023px) {
  .\--hide-below-desktop {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .\--hide-desktop {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .\--hide-bg-small {
    background-image: none !important;
  }
}

@media (min-width: 768px) {
  .\--style-so-stretch > .panel-grid-cell > .so-panel:not(.widget_so-text-editor-widget) {
    height: 100%;
  }
  .\--style-so-stretch > .panel-grid-cell > .so-panel:not(.widget_so-text-editor-widget) > div:not(.so-widget-so-text-editor-widget) {
    height: 100%;
  }
  .\--style-so-stretch > .panel-grid-cell > .so-panel:not(.widget_so-text-editor-widget) > div:not(.so-widget-so-text-editor-widget) > div {
    height: 100%;
  }
}

.viewport-animation .panel-grid-cell:not(.w-accordion__right-content .panel-grid-cell) {
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-Bold.eot");
  src: url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-Bold.woff2") format("woff2"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-Bold.woff") format("woff"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-Bold.ttf") format("truetype"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-Bold.svg#Manrope-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-SemiBold.eot");
  src: url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-SemiBold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-SemiBold.woff2") format("woff2"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-SemiBold.woff") format("woff"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-SemiBold.ttf") format("truetype"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-SemiBold.svg#/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-Medium.eot");
  src: url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-Medium.woff2") format("woff2"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-Medium.woff") format("woff"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-Medium.ttf") format("truetype"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-Medium.svg#/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-Regular.eot");
  src: url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-Regular.woff2") format("woff2"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-Regular.woff") format("woff"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-Regular.ttf") format("truetype"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-Regular.svg#/wp-content/themes/alnahiya/_ui/media/fonts/Manrope-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rota";
  src: url("/wp-content/themes/alnahiya/_ui/media/fonts/Rota-Medium.eot");
  src: url("/wp-content/themes/alnahiya/_ui/media/fonts/Rota-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Rota-Medium.woff2") format("woff2"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Rota-Medium.woff") format("woff"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Rota-Medium.ttf") format("truetype"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Rota-Medium.svg#/wp-content/themes/alnahiya/_ui/media/fonts/Rota-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rota";
  src: url("/wp-content/themes/alnahiya/_ui/media/fonts/Rota-Bold.eot");
  src: url("/wp-content/themes/alnahiya/_ui/media/fonts/Rota-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Rota-Bold.woff2") format("woff2"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Rota-Bold.woff") format("woff"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Rota-Bold.ttf") format("truetype"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Rota-Bold.svg#Rota-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rota";
  src: url("/wp-content/themes/alnahiya/_ui/media/fonts/Rota-SemiBold.eot");
  src: url("/wp-content/themes/alnahiya/_ui/media/fonts/Rota-SemiBold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Rota-SemiBold.woff2") format("woff2"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Rota-SemiBold.woff") format("woff"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Rota-SemiBold.ttf") format("truetype"), url("/wp-content/themes/alnahiya/_ui/media/fonts/Rota-SemiBold.svg#Rota-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.mm {
  position: fixed;
  background-color: #fff;
  z-index: 1;
  left: 0;
  width: 320px;
  bottom: 0;
  top: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-right: 2px solid #efefef;
  padding: 12px 25px 25px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mm__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.7777777778rem;
}
.mm__header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mm__toggle-menu {
  font-size: 1.7777777778rem;
  color: #424242;
}
.mm__toggle-menu:hover {
  color: #424242;
}
.mm .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 0;
  margin-right: 16px;
  padding: 0;
  font-size: 18px;
}
.mm .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer ul {
  margin-bottom: 0;
}
body.rtl .mm .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-right: 0;
  margin-left: 16px;
}
.mm .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer .wpml-ls-current-language {
  display: none;
}
.mm .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer .wpml-ls-flag {
  display: none;
}
.mm .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer a.wpml-ls-link {
  color: #737373;
  padding: 0;
}
.mm .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer .wpml-ls-display {
  display: none;
}
.mm__logo {
  display: table;
}
.mm__menu {
  margin-bottom: 50px;
}
.mm__menu ul {
  margin-bottom: 0;
}
.mm__menu > ul > li {
  margin-bottom: 1.3333333333rem;
  position: relative;
}
.mm__menu > ul > li.menu-item-has-children > a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 7px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  color: #A11C77;
}
body.rtl .mm__menu > ul > li.menu-item-has-children > a:after {
  right: auto;
  left: 0;
}
.mm__menu > ul > li > a {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.5555555556rem;
  line-height: 100%;
  color: #424242;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  position: relative;
  padding-right: 40px;
}
body.rtl .mm__menu > ul > li > a {
  font-family: "Tajawal", sans-serif !important;
}
.mm__menu > ul > li > a.\--active:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.mm__menu > ul > li > a:hover {
  color: #424242;
}
body.rtl .mm__menu > ul > li > a {
  padding-right: 0px;
  padding-left: 40px;
}
.mm__menu > ul > li.current-menu-item > a, .mm__menu > ul > li.current-page-ancestor > a {
  color: #A11C77;
}
.mm__menu > ul > li.current-menu-parent > a {
  color: #A11C77;
}
.mm__menu > ul > li.current-menu-parent > a:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.mm__menu > ul > li.current-menu-parent ul {
  display: block !important;
  position: static !important;
}
.mm__menu > ul > li ul {
  display: none;
  margin-left: 20px;
  padding-top: 15px;
  margin-bottom: 15px;
}
body.rtl .mm__menu > ul > li ul {
  margin-left: 0;
  margin-right: 20px;
}
.mm__menu > ul > li ul li.current-menu-item > a {
  color: #A11C77;
}
.mm__menu > ul > li ul li a {
  padding: 10px 0px;
  display: block;
  font-size: 1.3333333333rem;
  color: #424242;
}
.mm__menu > ul > li ul li:last-child a {
  padding-bottom: 0;
}
.mm__menu > ul > li:last-child {
  margin-bottom: 0;
}
.mm__client-login {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.5555555556rem;
  line-height: 100%;
  color: #424242;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  position: relative;
  padding-right: 40px;
  margin-bottom: 40px;
}
body.rtl .mm__client-login {
  font-family: "Tajawal", sans-serif !important;
}
.mm__client-login:hover {
  color: #424242;
}
.mm__client-login .icon {
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 7px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  color: #A11C77;
}

.pf {
  margin-top: 2.2222222222rem;
  padding-bottom: 1.5555555556rem;
}
@media (min-width: 1024px) {
  .pf {
    margin-top: 4.8888888889rem;
  }
}
.pf a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.pf__logo {
  margin-bottom: 2.6666666667rem;
  display: table;
  max-width: 146px;
}
@media (min-width: 768px) {
  .pf__logo {
    max-width: none;
  }
}
.pf__logo img {
  display: block;
}
.pf__desc {
  line-height: 1.4;
  color: #1A1A1A;
}
.pf__top {
  margin-bottom: 2.3333333333rem;
}
.pf__bottom__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .pf__bottom__grid {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -1.1111111111rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .pf__bottom__grid > div {
    padding-left: 1.1111111111rem;
  }
}
.pf__bottom__grid.\--last {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .pf__bottom__grid.\--last {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .pf__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.6666666667rem;
  }
}
@media (min-width: 1024px) {
  .pf__grid__col {
    width: 25%;
    padding-left: 2.6666666667rem;
  }
}
.pf__map {
  width: 100%;
}
@media (min-width: 1024px) {
  .pf__map {
    width: auto;
  }
}
.pf__menu__title {
  color: var(--Gray-true-900, #141414);
  font-size: 1rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  line-height: 1.1; /* 111.111% */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 2.6666666667rem;
  display: block;
  position: relative;
}
body.rtl .pf__menu__title {
  font-family: "Tajawal", sans-serif !important;
}
.pf__menu__title:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 8px;
  position: absolute;
  right: 0;
  top: 24px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  color: #A11C77;
  display: none;
}
@media (max-width: 1023px) {
  .pf__menu__title {
    padding-top: 18px;
    border-top: 1px solid #E5E5E5;
    margin-bottom: 18px;
    padding-right: 20px;
  }
  .pf__menu__title:after {
    display: block;
  }
  .pf__menu__title.\--active:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.pf__menu ul {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .pf__menu ul {
    display: block !important;
    position: static !important;
    clip: auto !important;
    margin-top: 0;
  }
}
.pf__menu ul > li {
  font-size: 20px;
  line-height: 150%; /* 36px */
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .pf__menu ul > li {
    font-size: 1.3333333333rem;
    margin-bottom: 12px;
  }
}
.pf__menu ul > li:last-child {
  margin-bottom: 0;
}
.pf__menu a:not(.pf__menu__title) {
  color: var(--Gray-true-600, #525252);
  -webkit-font-feature-settings: "ss08" on, "ss05" on;
          font-feature-settings: "ss08" on, "ss05" on;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.pf__menu a:not(.pf__menu__title):hover {
  color: #A11C77;
}
.pf__socials {
  margin-top: 1.3333333333rem;
}
.pf__socials ul li {
  margin-right: 0.8888888889rem;
  line-height: 1;
  margin-bottom: 0;
}
.pf__socials ul li a {
  font-size: 1rem;
  color: #999999;
}
.pf__socials ul li a:hover {
  color: #124D89;
}
.pf__socials ul li:last-child {
  margin-right: 0;
}
.pf__copyright {
  color: var(--Gray-true-500, #737373);
  -webkit-font-feature-settings: "ss08" on, "ss05" on, "ss01" on;
          font-feature-settings: "ss08" on, "ss05" on, "ss01" on;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.33; /* 133.333% */
}
body.rtl .pf__copyright {
  font-family: "Tajawal", sans-serif !important;
}
@media (min-width: 1024px) {
  .pf__copyright {
    margin-bottom: 0;
    font-size: 1rem;
  }
}
.pf__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-left: -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .pf__nav ul {
    margin-left: 0;
  }
}
.pf__nav ul li {
  color: var(--Gray-true-500, #737373);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 133.333% */
  padding-left: 20px;
  margin-bottom: 8px;
  white-space: nowrap;
}
body.rtl .pf__nav ul li {
  font-family: "Tajawal", sans-serif !important;
}
@media (min-width: 1024px) {
  .pf__nav ul li {
    font-size: 1rem;
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
  }
}
.pf__nav ul li a {
  color: var(--Gray-true-500, #737373);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.33; /* 133.333% */
}
body.rtl .pf__nav ul li a {
  font-family: "Tajawal", sans-serif !important;
}
@media (min-width: 1024px) {
  .pf__nav ul li a {
    font-size: 1rem;
    text-align: right;
  }
}
.pf__nav ul li a:hover {
  color: #A11C77;
}
.pf__nav ul li:after {
  content: "•";
  color: #A3A3A3;
  font-size: 11px;
  display: none;
  vertical-align: middle;
  margin: 0px 8px;
}
@media (min-width: 1024px) {
  .pf__nav ul li:after {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .pf__nav ul li:last-child:after {
    display: none;
  }
}
.pf__global__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .pf__global__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.6666666667rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .pf__global__grid {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.pf__global__grid > div {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .pf__global__grid > div {
    padding-left: 2.6666666667rem;
    padding-bottom: 0;
  }
}
.pf__global__title {
  color: var(--Gray-true-900, #141414);
  -webkit-font-feature-settings: "ss05" on, "ss08" on;
          font-feature-settings: "ss05" on, "ss08" on;
  font-size: 1.7777777778rem;
  font-weight: 500;
  line-height: 100%; /* 72px */
  letter-spacing: -0.04em;
  margin-bottom: 0.8888888889rem;
}
@media (min-width: 1024px) {
  .pf__global__title {
    text-align: right;
    font-size: 3.2777777778rem;
  }
}
.pf__global__locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 1024px) {
  .pf__global__locations {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.pf__global__locations li {
  color: var(--Gray-true-500, #737373);
  text-align: right;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 133.333% */
  white-space: nowrap;
}
body.rtl .pf__global__locations li {
  font-family: "Tajawal", sans-serif !important;
}
.pf__global__locations li:after {
  content: "•";
  color: #A11C77;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 8px;
}
.pf__global__locations li:last-child:after {
  display: none;
}
.pf hr {
  border-bottom-color: #F5F5F5;
}

.ph {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}
body.rtl .ph {
  font-family: "Tajawal", sans-serif !important;
}
@media (min-width: 768px) {
  .ph.\--style-small .ph__bg {
    padding-top: 0.5555555556rem;
    padding-bottom: 0.5555555556rem;
  }
}
.ph .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 0;
  margin-left: 1.3333333333rem;
  padding: 0;
  display: none;
}
@media (min-width: 1024px) {
  .ph .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    display: block;
  }
}
.ph .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer ul {
  margin-bottom: 0;
}
.ph .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer .wpml-ls-current-language {
  display: none;
}
.ph .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer .wpml-ls-flag {
  display: none;
}
.ph .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer a.wpml-ls-link {
  color: #737373;
  padding: 0;
}
.ph .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer .wpml-ls-display {
  display: none;
}
.ph__menu {
  display: none;
}
@media (min-width: 1024px) {
  .ph__menu {
    display: block;
  }
}
.ph__menu ul {
  margin-bottom: 0;
}
.ph__menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ph__menu > ul > li {
  margin-right: 0.2222222222rem;
  padding: 0.8888888889rem 0.5555555556rem;
  position: relative;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: transparent;
}
@media (min-width: 1024px) {
  .ph__menu > ul > li {
    padding: 0.8888888889rem 1.2222222222rem;
  }
}
body.rtl .ph__menu > ul > li {
  margin-right: 0;
  margin-left: 0.2222222222rem;
}
.ph__menu > ul > li.menu-item-has-children:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 8px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #A11C77;
}
body.rtl .ph__menu > ul > li.menu-item-has-children:after {
  margin-left: 0;
  margin-right: 10px;
}
.ph__menu > ul > li.menu-item-has-children:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  border-top: 1px solid transparent;
  z-index: 1;
}
.ph__menu > ul > li.menu-item-has-children:hover {
  background-color: #fff;
  border-color: #E6E6E6;
}
.ph__menu > ul > li.menu-item-has-children:hover:before {
  border-color: #fff;
}
.ph__menu > ul > li > a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 100%;
  color: #737373;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ph__menu > ul > li > a:hover {
  color: #A11C77;
}
.ph__menu > ul > li.current-menu-item > a, .ph__menu > ul > li.current-page-ancestor > a {
  color: #A11C77;
}
.ph__menu > ul > li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  min-width: 266px;
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 1px solid #E6E6E6;
}
body.rtl .ph__menu > ul > li ul {
  left: auto;
  right: -1px;
}
.ph__menu > ul > li ul li.current-menu-item > a, .ph__menu > ul > li ul li.current-page-ancestor > a {
  color: #124D89;
}
.ph__menu > ul > li ul li a {
  padding: 0px 20px 13px;
  display: block;
  text-align: left;
  font-size: 14px;
  color: #737373;
}
.ph__menu > ul > li ul li a:hover {
  color: #A11C77;
}
body.rtl .ph__menu > ul > li ul li a {
  text-align: right;
}
.ph__menu > ul > li ul li:last-child {
  border-bottom: 0;
}
.ph__menu > ul > li:last-child {
  margin-right: 0;
}
body.rtl .ph__menu > ul > li:last-child {
  margin-left: 0;
}
.ph__logo {
  margin-right: 1.4444444444rem;
}
body.rtl .ph__logo {
  margin-right: 0;
  margin-left: 1.4444444444rem;
}
.ph__logo img {
  display: block;
}
.ph__toggle-menu {
  display: none;
  margin-left: 24px;
  line-height: 1;
  font-size: 1.3333333333rem;
}
.ph__toggle-menu a {
  color: #333333;
}
.ph__toggle-menu a:hover {
  color: #333333;
}
body.rtl .ph__toggle-menu {
  margin-left: 0;
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .ph__toggle-menu {
    display: block;
  }
}
.ph__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 1.3333333333rem;
  padding-right: 1.6666666667rem;
  background-color: #fff;
  -webkit-transition: padding-top 0.3s, padding-bottom 0.3s, background-color 0.3s ease-in-out;
  transition: padding-top 0.3s, padding-bottom 0.3s, background-color 0.3s ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .ph__bg {
    padding-top: 1.1111111111rem;
    padding-bottom: 1.1111111111rem;
  }
}
.ph__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ph__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .ph__right .btn {
    padding: 15px 20px;
    font-size: 12px;
  }
}
.ph__lang-toggle, .ph__client-login {
  color: #737373;
  margin-left: 1.3333333333rem;
  display: none;
}
@media (min-width: 1024px) {
  .ph__lang-toggle, .ph__client-login {
    display: block;
  }
}
body.rtl .ph__lang-toggle, body.rtl .ph__client-login {
  margin-left: 0;
  margin-right: 1.3333333333rem;
}
.ph__lang-toggle:hover, .ph__client-login:hover {
  color: #A11C77;
}
.ph__lang-toggle .icon-chevron-down, .ph__client-login .icon-chevron-down {
  font-size: 8px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #A11C77;
  margin-top: -3px;
}
body.rtl .ph__lang-toggle .icon-chevron-down, body.rtl .ph__client-login .icon-chevron-down {
  margin-left: 0;
  margin-right: 10px;
}
.ph__search-toggle {
  font-size: 1.3333333333rem;
  color: #424242;
}
@media (min-width: 1024px) {
  .ph__search-toggle {
    margin-left: 1.7777777778rem;
  }
}
body.rtl .ph__search-toggle {
  margin-right: 1.7777777778rem;
}
.ph__search-toggle:hover {
  color: #A11C77;
}

.ps {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 101;
}
@media (min-width: 768px) {
  .ps {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: #F8F7F6;
    display: none;
  }
}
body.\--show-search .ps {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (min-width: 768px) {
  body.\--show-search .ps {
    display: block;
  }
}
.ps__container {
  max-width: 1580px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.ps__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.ps__top {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
html.iphone.safari .ps__top {
  min-height: 80px;
}
@media (min-width: 768px) {
  .ps__top {
    padding-top: 3.3333333333rem;
  }
}
.ps__results {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
  padding-top: 2.2222222222rem;
  padding-bottom: 2.2222222222rem;
}
@media (min-width: 1597px) {
  .ps__results {
    padding-left: 17px;
  }
}
.ps__results__title {
  font-family: "Manrope", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: -0.03em;
  color: #20487A;
  line-height: 1;
  margin-bottom: 2.2222222222rem;
}
body.rtl .ps__results__title {
  font-family: "Tajawal", sans-serif !important;
}
.ps__results__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1120px) {
  .ps__results__grid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.ps__no-results {
  font-size: 1.1111111111rem;
  letter-spacing: -0.03em;
  color: #667A92;
}
.ps__close {
  width: 2rem;
  height: 2rem;
  background: #B89D5C;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .ps__close {
    width: 3.3333333333rem;
    height: 3.3333333333rem;
  }
}
@media (min-width: 1024px) {
  .ps__close {
    right: 2.2222222222rem;
  }
}
.ps__close .icon:before {
  line-height: 2rem;
}
@media (min-width: 768px) {
  .ps__close .icon:before {
    line-height: 3.3333333333rem;
  }
}
.ps__close:hover {
  color: #fff;
}
.ps__load-more {
  border: 1.5px dashed rgba(207, 213, 222, 0.8);
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #20487A;
  line-height: 1;
  padding: 1.1111111111rem;
  width: 100%;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 2.2222222222rem;
}
@media (min-width: 768px) {
  .ps__load-more {
    margin-bottom: 0;
  }
}
.ps__load-more .icon {
  margin-left: 1.5555555556rem;
  display: none;
}
.ps__load-more:hover {
  background-color: #B89D5C;
  color: #fff;
  border-color: #B89D5C;
  border-style: solid;
}
.ps__load-more:hover .icon {
  display: inline-block;
}
.ps__pages {
  min-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1120px) {
  .ps__pages {
    width: 580px;
    min-width: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin-bottom: 0;
  }
}
.ps__pages__results {
  margin-bottom: 40px;
}
.ps__stock {
  min-width: 100%;
}
@media (min-width: 768px) {
  .ps__stock {
    width: 66.666%;
    min-width: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1120px) {
  .ps__stock {
    width: 640px;
    min-width: 500px;
    padding-left: 20px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1400px) {
  .ps__stock {
    padding-left: 3.3333333333rem;
  }
}
@media (min-width: 500px) {
  .ps__stock__grid {
    margin-left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ps__stock__grid > div {
  padding-bottom: 20px;
}
@media (min-width: 500px) {
  .ps__stock__grid > div {
    padding-left: 20px;
    width: 50%;
  }
}
.ps__stock__results {
  margin-bottom: 20px;
}
.ps__parks {
  min-width: 100%;
}
@media (min-width: 768px) {
  .ps__parks {
    width: 33.333%;
    padding-left: 20px;
    min-width: 0;
  }
}
@media (min-width: 1120px) {
  .ps__parks {
    width: 320px;
    min-width: 260px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media (min-width: 1400px) {
  .ps__parks {
    padding-left: 2.5rem;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .ps__parks__grid {
    margin-left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ps__parks__grid > div {
  padding-bottom: 20px;
}
@media (min-width: 500px) and (max-width: 767px) {
  .ps__parks__grid > div {
    padding-left: 20px;
    width: 50%;
  }
}
.ps__parks__results {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .ph.\--style-fixed ~ .ps {
    top: 109px;
  }
  .ph.\--style-fixed ~ .ps .ps__wrapper {
    height: calc(100vh - 109px);
  }
}

.grid-block {
  overflow: hidden;
}
.grid-block > * {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .grid-block > * {
    width: 50% !important;
  }
}
.grid-block.\--type-inline-blocks {
  overflow: visible;
}
.grid-block.\--type-inline-blocks > * {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
.grid-block.\--type-two-one-blocks > * {
  width: 100%;
}
@media (min-width: 768px) {
  .grid-block.\--type-two-one-blocks > * {
    width: 50%;
  }
}
.grid-block.\--type-one-block > * {
  width: 100%;
}
.grid-block.\--type-two-blocks > * {
  width: 50%;
}
.grid-block.\--type-three-blocks > * {
  width: 33.333%;
}
.grid-block.\--type-three-blocks > .\--style-two-third {
  width: 66.666%;
}
.grid-block.\--type-four-blocks > * {
  width: 25%;
}
.grid-block.\--type-five-blocks > * {
  width: 20%;
}
.grid-block.\--style-offset-blocks {
  margin-left: -20px;
}
.grid-block.\--style-offset-blocks > * {
  padding-left: 20px;
  padding-bottom: 20px;
}
.grid-block.\--style-offset-block-medium {
  margin-left: -10px;
}
.grid-block.\--style-offset-block-medium > * {
  padding-left: 10px;
  padding-bottom: 10px;
}
.grid-block.\--style-offsets-xlarge {
  margin-left: -60px;
}
.grid-block.\--style-offsets-xlarge > * {
  padding-left: 60px;
}
.grid-block.\--style-offsets {
  margin-left: -30px;
}
.grid-block.\--style-offsets > * {
  padding-left: 30px;
}
.grid-block.\--style-offsets-medium {
  margin-left: -50px;
}
.grid-block.\--style-offsets-medium > * {
  padding-left: 50px;
}
.grid-block.\--style-offsets-small {
  margin-left: -10px;
}
.grid-block.\--style-offsets-small > * {
  padding-left: 10px;
}
.grid-block.\--style-offsets-large {
  margin-left: -50px;
}
.grid-block.\--style-offsets-large > * {
  padding-left: 50px;
}

ul.grid-block {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.grid-table {
  display: table;
  width: 100%;
}
.grid-table.\--style-fixed {
  table-layout: fixed;
}
.grid-table.\--style-align-middle .grid-table__cell {
  vertical-align: middle;
}
.grid-table.\--style-align-top .grid-table__cell {
  vertical-align: top;
}
.grid-table.\--style-fixed-height {
  height: 100%;
}
.grid-table.\--style-fixed-height .grid-table__cell, .grid-table.\--style-fixed-height .grid-table__row, .grid-table.\--style-fixed-height .grid-table__cell__item {
  height: 100%;
}
.grid-table.\--style-fixed-height .grid-table__cell > * {
  height: 100%;
}
.grid-table__row {
  display: table-row;
}
.grid-table__cell {
  display: table-cell;
  vertical-align: top;
}
.grid-table.\--type-two-blocks .grid-table__cell {
  width: 50%;
}
.grid-table.\--type-three-blocks .grid-table__cell {
  width: 33%;
}
.grid-table.\--type-four-blocks .grid-table__cell {
  width: 25%;
}
.grid-table.\--type-five-blocks .grid-table__cell {
  width: 20%;
}
.grid-table.\--style-offsets .grid-table__cell {
  padding-left: 30px;
}
.grid-table.\--style-offset-blocks .grid-table__cell {
  padding-left: 25px;
  padding-bottom: 25px;
}
.grid-table.\--style-offset .grid-table__cell {
  padding-left: 25px;
}
.grid-table.\--style-offset-large .grid-table__cell {
  padding-left: 80px;
}
.grid-table__wrapper {
  margin-left: -25px;
}
.grid-table__wrapper-large {
  margin-left: -80px;
}

.grid-flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .grid-flex {
    display: block;
  }
}
.grid-flex > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid-flex > * > * {
  width: 100%;
}
.grid-flex__spacer {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}
@media (max-width: 767px) {
  .grid-flex .\--full-on-mobile {
    width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media (max-width: 768px) {
  .grid-flex.\--full-on-mobile > * {
    width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media (min-width: 1000px) {
  .grid-flex.\--style-first-full > *:first-child {
    width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: none;
  }
}
.grid-flex.\--style-equal-widths > * {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.grid-flex.\--style-equal-heights > * > * {
  height: 100%;
}
.grid-flex.\--style-left-aligned {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.grid-flex.\--style-center-aligned {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.grid-flex.\--style-vertical-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.grid-flex.\--type-four-two-one-blocks > * {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 500px) {
  .grid-flex.\--type-four-two-one-blocks > * {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (min-width: 1020px) {
  .grid-flex.\--type-four-two-one-blocks > * {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
.grid-flex.\--type-four-three-two-one-blocks > * {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 768px) {
  .grid-flex.\--type-four-three-two-one-blocks > * {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (min-width: 1024px) {
  .grid-flex.\--type-four-three-two-one-blocks > * {
    max-width: 33.333%;
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
  }
}
@media (min-width: 1400px) {
  .grid-flex.\--type-four-three-two-one-blocks > * {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
.grid-flex.\--type-five-three-two-blocks > * {
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (min-width: 768px) {
  .grid-flex.\--type-five-three-two-blocks > * {
    max-width: 33%;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}
@media (min-width: 1024px) {
  .grid-flex.\--type-five-three-two-blocks > * {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
.grid-flex.\--type-five-four-three-two-one-blocks > * {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 768px) {
  .grid-flex.\--type-five-four-three-two-one-blocks > * {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (min-width: 1024px) {
  .grid-flex.\--type-five-four-three-two-one-blocks > * {
    max-width: 33%;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}
@media (min-width: 1400px) {
  .grid-flex.\--type-five-four-three-two-one-blocks > * {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
.grid-flex.\--type-five-four-two-blocks > * {
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (min-width: 768px) {
  .grid-flex.\--type-five-four-two-blocks > * {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media (min-width: 1400px) {
  .grid-flex.\--type-five-four-two-blocks > * {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
.grid-flex.\--type-three-two-one-blocks > * {
  width: 100%;
}
@media (min-width: 768px) {
  .grid-flex.\--type-three-two-one-blocks > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .grid-flex.\--type-three-two-one-blocks > * {
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
  }
}
.grid-flex.\--type-two-one-blocks > * {
  width: 100%;
}
@media (min-width: 768px) {
  .grid-flex.\--type-two-one-blocks > * {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.grid-flex.\--type-three-one-blocks > * {
  width: 100%;
}
@media (min-width: 768px) {
  .grid-flex.\--type-three-one-blocks > * {
    max-width: 33.333%;
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
  }
}
.grid-flex.\--type-one-block > * {
  width: 100%;
}
.grid-flex.\--type-two-blocks > * {
  width: 50%;
}
.grid-flex.\--type-three-blocks > * {
  width: 33.333%;
}
.grid-flex.\--type-four-blocks > * {
  width: 25%;
}
.grid-flex.\--type-five-blocks > * {
  width: 20%;
}
.grid-flex.\--type-inline-spaced-blocks {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-flex.\--style-offsets {
  margin-left: -1.7777777778rem;
}
.grid-flex.\--style-offsets > * {
  padding-left: 1.7777777778rem;
}
.grid-flex.\--style-blocks > * {
  padding-bottom: 3.5555555556rem;
}
.grid-flex.\--style-offsets-1 {
  margin-left: -10px;
}
.grid-flex.\--style-offsets-1 > * {
  padding-left: 10px;
}
.grid-flex.\--style-offsets-1.\--style-blocks > * {
  padding-bottom: 10px;
}
.grid-flex.\--style-offsets-2 {
  margin-left: -20px;
}
.grid-flex.\--style-offsets-2 > * {
  padding-left: 20px;
}
.grid-flex.\--style-offsets-2.\--style-blocks > * {
  padding-bottom: 20px;
}
.grid-flex.\--style-offsets-3 {
  margin-left: -30px;
}
.grid-flex.\--style-offsets-3 > * {
  padding-left: 30px;
}
.grid-flex.\--style-offsets-3.\--style-blocks > * {
  padding-bottom: 30px;
}
.grid-flex.\--style-offsets-4 {
  margin-left: -30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-4 {
    margin-left: -40px;
  }
}
.grid-flex.\--style-offsets-4 > * {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-4 > * {
    padding-left: 40px;
  }
}
.grid-flex.\--style-offsets-4.\--style-blocks > * {
  padding-bottom: 40px;
}
.grid-flex.\--style-offsets-5 {
  margin-left: -30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-5 {
    margin-left: -50px;
  }
}
.grid-flex.\--style-offsets-5 > * {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-5 > * {
    padding-left: 50px;
  }
}
.grid-flex.\--style-offsets-5.\--style-blocks > * {
  padding-bottom: 50px;
}
.grid-flex.\--style-offsets-6 {
  margin-left: -30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-6 {
    margin-left: -60px;
  }
}
.grid-flex.\--style-offsets-6 > * {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-6 > * {
    padding-left: 60px;
  }
}
.grid-flex.\--style-offsets-6.\--style-blocks > * {
  padding-bottom: 60px;
}
.grid-flex.\--style-offsets-7 {
  margin-left: -30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-7 {
    margin-left: -70px;
  }
}
.grid-flex.\--style-offsets-7 > * {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-7 > * {
    padding-left: 70px;
  }
}
.grid-flex.\--style-offsets-7.\--style-blocks > * {
  padding-bottom: 70px;
}
.grid-flex.\--style-offsets-8 {
  margin-left: -30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-8 {
    margin-left: -80px;
  }
}
.grid-flex.\--style-offsets-8 > * {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-8 > * {
    padding-left: 80px;
  }
}
.grid-flex.\--style-offsets-8.\--style-blocks > * {
  padding-bottom: 80px;
}
.grid-flex.\--style-offsets-9 {
  margin-left: -30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-9 {
    margin-left: -90px;
  }
}
.grid-flex.\--style-offsets-9 > * {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-9 > * {
    padding-left: 90px;
  }
}
.grid-flex.\--style-offsets-9.\--style-blocks > * {
  padding-bottom: 90px;
}
.grid-flex.\--style-offsets-10 {
  margin-left: -30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-10 {
    margin-left: -100px;
  }
}
.grid-flex.\--style-offsets-10 > * {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-10 > * {
    padding-left: 100px;
  }
}
.grid-flex.\--style-offsets-10.\--style-blocks > * {
  padding-bottom: 100px;
}
.grid-flex.\--style-offsets-11 {
  margin-left: -30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-11 {
    margin-left: -110px;
  }
}
.grid-flex.\--style-offsets-11 > * {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-11 > * {
    padding-left: 110px;
  }
}
.grid-flex.\--style-offsets-11.\--style-blocks > * {
  padding-bottom: 110px;
}
.grid-flex.\--style-offsets-12 {
  margin-left: -30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-12 {
    margin-left: -120px;
  }
}
.grid-flex.\--style-offsets-12 > * {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-12 > * {
    padding-left: 120px;
  }
}
.grid-flex.\--style-offsets-12.\--style-blocks > * {
  padding-bottom: 120px;
}
.grid-flex.\--style-offsets-13 {
  margin-left: -30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-13 {
    margin-left: -130px;
  }
}
.grid-flex.\--style-offsets-13 > * {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-13 > * {
    padding-left: 130px;
  }
}
.grid-flex.\--style-offsets-13.\--style-blocks > * {
  padding-bottom: 130px;
}
.grid-flex.\--style-offsets-14 {
  margin-left: -30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-14 {
    margin-left: -140px;
  }
}
.grid-flex.\--style-offsets-14 > * {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-14 > * {
    padding-left: 140px;
  }
}
.grid-flex.\--style-offsets-14.\--style-blocks > * {
  padding-bottom: 140px;
}
.grid-flex.\--style-offsets-15 {
  margin-left: -30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-15 {
    margin-left: -150px;
  }
}
.grid-flex.\--style-offsets-15 > * {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .grid-flex.\--style-offsets-15 > * {
    padding-left: 150px;
  }
}
.grid-flex.\--style-offsets-15.\--style-blocks > * {
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .grid-flex.\--mobile-unblock {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

ul.grid-flex {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.w-image {
  position: relative;
}
.w-image .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.w-image .slick-slide {
  height: auto;
  position: relative;
}
.w-image img {
  display: block;
}
.w-image img.\--style-full {
  width: 100%;
}
.w-image.\--style-align-center img {
  margin-left: auto;
  margin-right: auto;
}
.w-image.\--style-align-right img {
  margin-left: auto;
}
.w-image__caption {
  margin-top: 1.3333333333rem;
}
.w-image__caption__title {
  margin-bottom: 10px;
  color: #282828;
  font-size: 2.2222222222rem;
  font-weight: 600;
  line-height: 1;
}
.w-image__caption__content {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.3; /* 23.4px */
  color: #282828;
}
@media (min-width: 1080px) {
  .container.\--style-small .panel-grid .w-image.\--style-align-left-edge {
    margin-left: calc(-1 * (100vw - 1060px) / 2);
  }
}
@media (min-width: 1368px) {
  .container.\--style-small .panel-grid .w-image.\--style-align-left-edge {
    margin-left: calc(-1 * (100vw - 1348px) / 2);
  }
}
@media (min-width: 1640px) {
  .container.\--style-standard .panel-grid .w-image.\--style-align-left-edge {
    margin-left: calc(-1 * (100vw - 1620px) / 2);
  }
}
@media (min-width: 1736px) {
  .container.\--style-medium .panel-grid .w-image.\--style-align-left-edge {
    margin-left: calc(-1 * (100vw - 1716px) / 2);
  }
}
@media (min-width: 1848px) {
  .container.\--style-large .panel-grid .w-image.\--style-align-left-edge {
    margin-left: calc(-1 * (100vw - 1828px) / 2);
  }
}
@media (min-width: 1080px) {
  .container.\--style-small .panel-grid .w-image.\--style-align-right-edge {
    margin-right: calc(-1 * (100vw - 1060px) / 2);
  }
}
@media (min-width: 1368px) {
  .container.\--style-small .panel-grid .w-image.\--style-align-right-edge {
    margin-right: calc(-1 * (100vw - 1348px) / 2);
  }
}
@media (min-width: 1640px) {
  .container.\--style-standard .panel-grid .w-image.\--style-align-right-edge {
    margin-right: calc(-1 * (100vw - 1620px) / 2);
  }
}
@media (min-width: 1736px) {
  .container.\--style-medium .panel-grid .w-image.\--style-align-right-edge {
    margin-right: calc(-1 * (100vw - 1716px) / 2);
  }
}
@media (min-width: 1848px) {
  .container.\--style-large .panel-grid .w-image.\--style-align-right-edge {
    margin-right: calc(-1 * (100vw - 1828px) / 2);
  }
}

.w-header.\--style-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.w-header.\--style-default .w-header__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  flex-shink: 0;
  padding-left: 20px;
}
.w-header.\--style-default .w-header__subtitle {
  max-width: 1188px;
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.w-header.\--style-default > div {
  padding-left: 20px;
}
.w-header.\--style-default > div:last-child {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .w-header.\--style-default > div:last-child {
    margin-top: 0;
  }
}
.w-header.\--style-left-right-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -20px;
}
.w-header.\--style-left-right-small .w-header__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding-left: 20px;
}
.w-header.\--style-left-right-small .w-header__subtitle {
  padding-left: 188px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.w-header__title {
  font-weight: 300;
  color: #737372;
  font-size: 0.9rem;
  letter-spacing: -0.01em;
  line-height: 1.6666666667rem;
  margin-bottom: 0;
}
.w-header__title + .w-header__subtitle {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .w-header__title + .w-header__subtitle {
    margin-top: 0;
  }
}
.w-header__subtitle {
  font-weight: 500;
  font-size: 32px;
  line-height: 41.6px; /* 122.222% */
}
@media (min-width: 1024px) {
  .w-header__subtitle {
    letter-spacing: -0.02em;
    font-size: 4rem;
    line-height: 4.8888888889rem; /* 122.222% */
  }
}

.w-achievements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -1.1111111111rem;
}
.w-achievements > div {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .w-achievements:not(.\--style-large) > div {
    width: 50%;
  }
}
.w-achievements.\--style-large {
  display: block;
  margin-left: 0;
}
@media (min-width: 600px) {
  .w-achievements.\--style-large {
    margin-left: -1.3333333333rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.w-achievements.\--style-large > div {
  padding-bottom: 30px;
  padding-left: 0;
}
@media (max-width: 599px) {
  .w-achievements.\--style-large > div:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 600px) {
  .w-achievements.\--style-large > div {
    width: 50%;
    padding-left: 1.3333333333rem;
  }
}
@media (min-width: 768px) {
  .w-achievements.\--style-large > div {
    padding-bottom: 2.6666666667rem;
  }
}

@media (min-width: 1024px) {
  .w-pr__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.1111111111rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 5rem;
    margin-bottom: 2.1111111111rem;
  }
}
@media (min-width: 1024px) {
  .w-pr__header > div {
    padding-left: 1.1111111111rem;
  }
}
.w-pr__header > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.w-pr__header > div:last-child {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .w-pr__header > div:last-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.w-pr__next, .w-pr__prev {
  width: 2.6666666667rem;
  height: 2.6666666667rem;
  border-radius: 50%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #A11C77;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.rtl .w-pr__next, body.rtl .w-pr__prev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body.rtl .w-pr__next .icon, body.rtl .w-pr__prev .icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.w-pr__next:hover, .w-pr__prev:hover {
  background-color: #8b1867;
  color: #fff;
}
.w-pr__next.slick-hidden.slick-arrow, .w-pr__next.slick-disabled.slick-arrow, .w-pr__prev.slick-hidden.slick-arrow, .w-pr__prev.slick-disabled.slick-arrow {
  background-color: #E8C8DE;
  color: #A11C77;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.w-pr__next {
  margin-left: 8px;
}
body.rtl .w-pr__next {
  margin-left: 0;
  margin-right: 8px;
}
.w-pr__grid {
  position: relative;
}
@media (min-width: 1024px) {
  .w-pr__grid {
    margin-left: -2.6666666667rem;
  }
}
.w-pr__grid > div {
  padding-bottom: 3.3333333333rem;
}
@media (min-width: 1024px) {
  .w-pr__grid > div {
    padding-left: 2.6666666667rem;
    padding-bottom: 6.6666666667rem;
    width: 50%;
  }
  .w-pr__grid > div .box-page-relation__media {
    height: 30.5555555556rem;
  }
  .w-pr__grid > div:nth-child(2) {
    margin-top: 6.6666666667rem;
  }
  .w-pr__grid > div:nth-child(4n-1) .box-page-relation {
    margin-right: 16.6666666667%;
  }
  body.rtl .w-pr__grid > div:nth-child(4n-1) .box-page-relation {
    margin-left: 16.6666666667%;
    margin-right: 0;
  }
  .w-pr__grid > div:nth-child(4n-1) .box-page-relation__media {
    height: 44.4444444444rem;
  }
  .w-pr__grid > div:nth-child(4n+2) .box-page-relation {
    margin-left: 16.6666666667%;
  }
  body.rtl .w-pr__grid > div:nth-child(4n+2) .box-page-relation {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .w-pr__grid > div:nth-child(4n+2) .box-page-relation__media {
    height: 44.4444444444rem;
  }
}

@media (min-width: 1024px) {
  .w-team__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.1111111111rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 5rem;
    margin-bottom: 2.1111111111rem;
  }
}
@media (min-width: 1024px) {
  .w-team__header > div {
    padding-left: 1.1111111111rem;
  }
}
.w-team__header > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.w-team__header > div:last-child {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .w-team__header > div:last-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.w-team__next, .w-team__prev {
  width: 2.6666666667rem;
  height: 2.6666666667rem;
  border-radius: 50%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #A11C77;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.rtl .w-team__next, body.rtl .w-team__prev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body.rtl .w-team__next .icon, body.rtl .w-team__prev .icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.w-team__next:hover, .w-team__prev:hover {
  background-color: #8b1867;
  color: #fff;
}
.w-team__next.slick-hidden.slick-arrow, .w-team__next.slick-disabled.slick-arrow, .w-team__prev.slick-hidden.slick-arrow, .w-team__prev.slick-disabled.slick-arrow {
  background-color: #E8C8DE;
  color: #A11C77;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.w-team__next {
  margin-left: 8px;
}
body.rtl .w-team__next {
  margin-left: 0;
  margin-right: 8px;
}

.w-values__grid > div {
  padding-bottom: 30px;
}
.w-values__grid > div:last-child {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .w-values__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -4.4444444444rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .w-values__grid > div {
    width: 33.333%;
    padding-left: 4.4444444444rem;
    padding-bottom: 4.4444444444rem;
  }
}

@media (min-width: 768px) {
  .w-testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.w-testimonials__left {
  background-color: #861763;
  padding: 1.7777777778rem 1.3888888889rem;
}
@media (min-width: 768px) {
  .w-testimonials__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 27.7777777778rem;
    width: 40.59%;
  }
}
@media (min-width: 1024px) {
  .w-testimonials__left {
    min-height: 39rem;
    padding: 1.6666666667rem 1.6666666667rem 2.2222222222rem;
  }
}
@media (min-width: 1400px) {
  .w-testimonials__left {
    padding: 2.2222222222rem 2.6666666667rem 2.6666666667rem;
  }
}
.w-testimonials__right {
  background-color: #500E3B;
  padding: 1.6666666667rem;
  position: relative;
}
.w-testimonials__right .slick-slider {
  width: 100%;
}
.w-testimonials__right .slick-slider, .w-testimonials__right .slick-list, .w-testimonials__right .slick-track {
  height: 100%;
}
@media (min-width: 768px) {
  .w-testimonials__right .slick-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    min-height: 24.4444444444rem;
  }
}
@media (min-width: 1024px) {
  .w-testimonials__right .slick-slide {
    min-height: 35.1111111111rem;
  }
}
@media (min-width: 1400px) {
  .w-testimonials__right .slick-slide {
    min-height: 33.3333333333rem;
  }
}
@media (min-width: 768px) {
  .w-testimonials__right {
    width: 59.41%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .w-testimonials__right {
    padding: 1.6666666667rem 1.6666666667rem 2.2222222222rem;
  }
}
@media (min-width: 1400px) {
  .w-testimonials__right {
    padding: 2.6666666667rem 5.2222222222rem 3rem 4.8888888889rem;
  }
}
.w-testimonials__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5; /* 150% */
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .w-testimonials__title {
    max-width: 178px;
    font-size: 1.1111111111rem;
    margin-bottom: 2rem;
  }
}
.w-testimonials__subtitle {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.222; /* 122.222% */
  letter-spacing: -0.02em;
  margin-bottom: 0;
  color: #fff;
}
@media (min-width: 768px) {
  .w-testimonials__subtitle {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .w-testimonials__subtitle {
    max-width: 468px;
    font-size: 2.7777777778rem;
  }
}
@media (min-width: 1400px) {
  .w-testimonials__subtitle {
    font-size: 4rem;
  }
}
.w-testimonials__next, .w-testimonials__prev {
  width: 2.6666666667rem;
  height: 2.6666666667rem;
  border-radius: 50%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #A11C77;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.rtl .w-testimonials__next, body.rtl .w-testimonials__prev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body.rtl .w-testimonials__next .icon, body.rtl .w-testimonials__prev .icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.w-testimonials__next:hover, .w-testimonials__prev:hover {
  background-color: #8b1867;
  color: #fff;
}
.w-testimonials__next.slick-hidden.slick-arrow, .w-testimonials__next.slick-disabled.slick-arrow, .w-testimonials__prev.slick-hidden.slick-arrow, .w-testimonials__prev.slick-disabled.slick-arrow {
  background-color: rgba(232, 200, 222, 0.25);
  color: #fff;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.w-testimonials__next {
  margin-left: 8px;
}
body.rtl .w-testimonials__next {
  margin-left: 0;
  margin-right: 8px;
}
.w-testimonials__arrows {
  position: absolute;
  top: 2.6666666667rem;
  right: 2.2222222222rem;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
body.rtl .w-testimonials__arrows {
  right: auto;
  left: 2.2222222222rem;
}
@media (max-width: 767px) {
  .w-testimonials__arrows {
    top: auto;
    right: auto;
    left: 30px;
    bottom: 30px;
  }
  body.rtl .w-testimonials__arrows {
    left: auto;
    right: 30px;
  }
}
@media (min-width: 768px) {
  .w-testimonials__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.w-testimonials__box__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .w-testimonials__box__left {
    padding-bottom: 82px;
  }
}
@media (min-width: 768px) {
  .w-testimonials__box__left {
    padding-right: 140px;
  }
}
@media (min-width: 768px) {
  body.rtl .w-testimonials__box__left {
    padding-left: 140px;
    padding-right: 0;
  }
}
.w-testimonials__box__left p {
  color: var(--Base-White, #FFF);
  -webkit-font-feature-settings: "ss01" on, "ss03" on, "ss08" on, "ss05" on;
          font-feature-settings: "ss01" on, "ss03" on, "ss08" on, "ss05" on;
  font-family: "Manrope", sans-serif;
  font-size: 1.2222222222rem;
  line-height: 32px;
  letter-spacing: 0.01em;
}
body.rtl .w-testimonials__box__left p {
  font-family: "Tajawal", sans-serif !important;
}
@media (min-width: 768px) {
  .w-testimonials__box__left p {
    font-size: 1.7777777778rem;
    line-height: 1.3125; /* 131.25% */
    letter-spacing: -0.32px;
  }
}
@media (max-width: 767px) {
  .w-testimonials__box__left > div {
    width: 100%;
    padding-right: 50%;
    min-height: 80px;
  }
  body.rtl .w-testimonials__box__left > div {
    padding-left: 50%;
    padding-right: 0;
  }
}
.w-testimonials__box__right {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-left: 1px solid rgba(134, 23, 99, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .w-testimonials__box__right {
    position: absolute;
    left: 50%;
    bottom: 82px;
  }
  body.rtl .w-testimonials__box__right {
    left: auto;
    right: 50%;
  }
}
@media (min-width: 1024px) {
  .w-testimonials__box__right {
    padding-left: 40px;
  }
}
@media (min-width: 1400px) {
  .w-testimonials__box__right {
    padding-left: 3.5555555556rem;
  }
}
body.rtl .w-testimonials__box__right {
  border-right: 1px solid rgba(134, 23, 99, 0.4);
  border-left: 0;
  padding-right: 30px;
  padding-left: 0;
}
@media (min-width: 1024px) {
  body.rtl .w-testimonials__box__right {
    padding-right: 40px;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  body.rtl .w-testimonials__box__right {
    padding-right: 3.5555555556rem;
    padding-left: 0;
  }
}
.w-testimonials__box__right p {
  font-weight: 700;
  line-height: 1;
  color: var(--Prima-Magenta-300, #D08EBC);
  margin-bottom: 0;
  font-size: 52px;
}
@media (min-width: 1024px) {
  .w-testimonials__box__right p {
    font-size: 4.4444444444rem;
  }
}
@media (min-width: 1400px) {
  .w-testimonials__box__right p {
    font-size: 5.7777777778rem;
  }
}
.w-testimonials__box__right p sup {
  vertical-align: sub;
}
.w-testimonials__box__right p small {
  display: block;
  color: var(--Base-White, #FFF);
  -webkit-font-feature-settings: "ss01" on, "ss03" on, "ss08" on, "ss05" on;
          font-feature-settings: "ss01" on, "ss03" on, "ss08" on, "ss05" on;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5; /* 150% */
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .w-testimonials__box__right p small {
    font-size: 1.1111111111rem;
  }
}
.w-testimonials__name {
  color: #fff;
  -webkit-font-feature-settings: "ss01" on, "ss03" on, "ss08" on, "ss05" on;
          font-feature-settings: "ss01" on, "ss03" on, "ss08" on, "ss05" on;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  display: block;
}
body.rtl .w-testimonials__name {
  font-family: "Tajawal", sans-serif !important;
}
@media (min-width: 768px) {
  .w-testimonials__name {
    font-size: 1.1111111111rem;
  }
}
.w-testimonials__designation {
  color: var(--Base-White, #FFF);
  -webkit-font-feature-settings: "ss01" on, "ss03" on, "ss08" on, "ss05" on;
          font-feature-settings: "ss01" on, "ss03" on, "ss08" on, "ss05" on;
  font-size: 16px;
  line-height: 1.5; /* 150% */
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .w-testimonials__designation {
    font-size: 1.1111111111rem;
    margin-bottom: 20px;
  }
}
.w-testimonials__company-logo {
  display: block;
}
.w-testimonials__company-logo img {
  max-width: 99px;
  max-height: 16px;
  display: block;
}

@media (min-width: 1200px) {
  .w-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.w-news__left {
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .w-news__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    min-width: 300px;
    max-width: 476px;
    padding-right: 40px;
    padding-left: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .w-news__right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 1188px;
  }
}
.w-news__title {
  font-weight: 600;
  color: #737373;
  font-size: 1.1111111111rem;
  letter-spacing: -0.01em;
  line-height: 1.6666666667rem;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .w-news__title {
    font-size: 1.3333333333rem;
    margin-bottom: 2rem;
  }
}
.w-news__subtitle {
  font-size: 32px;
  line-height: 2.3111111111rem; /* 122.222% */
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .w-news__subtitle {
    font-size: 4rem;
    line-height: 4.8888888889rem; /* 122.222% */
    margin-bottom: 2rem;
  }
}
.w-news p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #737373;
}
@media (min-width: 1200px) {
  .w-news p {
    margin-bottom: 0;
    font-size: 1.3333333333rem;
  }
}
@media (min-width: 768px) {
  .w-news__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.6666666667rem;
  }
}
.w-news__grid > div {
  padding-bottom: 32px;
}
.w-news__grid > div:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .w-news__grid > div {
    padding-left: 2.6666666667rem;
    padding-bottom: 0;
    width: 50%;
  }
}
.w-news__main-grid {
  position: relative;
}
@media (min-width: 1024px) {
  .w-news__main-grid {
    margin-left: -2.6666666667rem;
  }
}
.w-news__main-grid > div {
  padding-bottom: 2.6666666667rem;
}
@media (min-width: 1024px) {
  .w-news__main-grid > div {
    padding-left: 2.6666666667rem;
    width: 50%;
  }
  .w-news__main-grid > div .box-post__media {
    height: 29.8888888889rem;
  }
  .w-news__main-grid > div:nth-child(even) .box-post__media {
    height: 22.2222222222rem;
  }
}
.w-news__blog-grid {
  position: relative;
}
@media (min-width: 1024px) {
  .w-news__blog-grid {
    margin-left: -2.6666666667rem;
  }
}
.w-news__blog-grid > div {
  padding-bottom: 2.6666666667rem;
}
@media (min-width: 1024px) {
  .w-news__blog-grid > div {
    padding-left: 2.6666666667rem;
    width: 33.333%;
  }
  .w-news__blog-grid > div .box-post__media {
    height: 19.4444444444rem;
  }
  .w-news__blog-grid > div:nth-child(even) .box-post__media {
    height: 35.2222222222rem;
  }
}

.w-lgit {
  background-color: #350927;
}
@media (min-width: 1024px) {
  .w-lgit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.w-lgit__left {
  padding: 32px 25px 0px;
}
@media (min-width: 768px) {
  .w-lgit__left {
    padding: 2.2222222222rem 2.2222222222rem 0px;
  }
}
@media (min-width: 1024px) {
  .w-lgit__left {
    width: 49.57%;
    padding: 2.2222222222rem 2.6666666667rem 3.5555555556rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 38.7777777778rem;
  }
}
.w-lgit__right {
  padding: 32px 25px 48px;
  position: relative;
}
@media (min-width: 768px) {
  .w-lgit__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.2222222222rem;
  }
}
@media (min-width: 1024px) {
  .w-lgit__right {
    width: 50.43%;
    padding: 2.2222222222rem 2.6666666667rem 2.8888888889rem 3.1111111111rem;
  }
}
.w-lgit__right__title {
  font-weight: 500;
  line-height: 1.222; /* 122.222% */
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 38px;
}
@media (min-width: 1024px) {
  .w-lgit__right__title {
    width: 350px;
    font-size: 2.5555555556rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1750px) {
  .w-lgit__right__title {
    font-size: 4rem;
  }
}
.w-lgit__right__divider {
  border-top: 1px solid rgba(107, 19, 79, 0.3);
  margin-bottom: 32px;
  display: block;
}
@media (min-width: 1024px) {
  .w-lgit__right__divider {
    position: absolute;
    left: 0;
    top: 2.2222222222rem;
    bottom: 2.2222222222rem;
    border-left: 1px solid rgba(107, 19, 79, 0.3);
    border-top: 0;
    margin-bottom: 0;
  }
}
.w-lgit__title {
  font-size: 1.1111111111rem;
  font-weight: 600;
  line-height: 1.5; /* 150% */
  letter-spacing: -0.01em;
  color: #fff;
}
.w-lgit__subtitle {
  font-weight: 500;
  line-height: 1.222; /* 122.222% */
  letter-spacing: -0.02em;
  margin-bottom: 0;
  color: #fff;
}
@media (min-width: 1024px) {
  .w-lgit__subtitle {
    font-size: 2.5555555556rem;
  }
}
@media (min-width: 1750px) {
  .w-lgit__subtitle {
    font-size: 4rem;
  }
}
@media (max-width: 400px) {
  .w-lgit__subtitle a {
    font-size: 23px;
  }
}
.w-lgit__subtitle a:hover {
  color: #fff;
  text-decoration: underline;
}
.w-lgit__grid > div {
  padding-bottom: 48px;
}
.w-lgit__grid > div:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .w-lgit__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -4rem;
  }
  .w-lgit__grid > div {
    width: 50%;
    padding-left: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
}
.w-lgit__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.w-lgit__location__name {
  color: var(--Prima-Magenta-600, #A11C77);
  -webkit-font-feature-settings: "ss01" on, "ss03" on, "ss08" on, "ss05" on;
          font-feature-settings: "ss01" on, "ss03" on, "ss08" on, "ss05" on;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.111; /* 111.111% */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
body.rtl .w-lgit__location__name {
  font-family: "Tajawal", sans-serif !important;
}
@media (min-width: 768px) {
  .w-lgit__location__name {
    font-size: 1rem;
  }
}
.w-lgit__location address {
  color: var(--Base-White, #FFF);
  -webkit-font-feature-settings: "ss05" on, "ss01" on, "ss03" on, "ss08" on;
          font-feature-settings: "ss05" on, "ss01" on, "ss03" on, "ss08" on;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 1.3333333333rem;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768px) {
  .w-lgit__location address {
    font-size: 1.333rem;
    line-height: 1.5; /* 150% */
  }
}
.w-lgit__location__contacts {
  margin-bottom: 2.2222222222rem;
}
.w-lgit__location__contacts a {
  color: var(--Base-White, #FFF);
  -webkit-font-feature-settings: "ss05" on, "ss01" on, "ss03" on, "ss08" on;
          font-feature-settings: "ss05" on, "ss01" on, "ss03" on, "ss08" on;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: table;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .w-lgit__location__contacts a {
    font-size: 1.333rem;
    line-height: 1.5; /* 150% */
  }
}
.w-lgit__location__contacts a:hover {
  color: #fff;
}
.w-lgit__location__map-url {
  color: var(--Base-White, #FFF);
  -webkit-font-feature-settings: "ss08" on, "ss05" on;
          font-feature-settings: "ss08" on, "ss05" on;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-size: 1.1111111111rem;
  line-height: 1.5; /* 150% */
  letter-spacing: 0.01em;
  display: table;
  padding-bottom: 0.4444444444rem;
  border-bottom: 0.2222222222rem solid #500E3B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.rtl .w-lgit__location__map-url {
  font-family: "Tajawal", sans-serif !important;
}
.w-lgit__location__map-url .icon {
  margin-left: 0.4444444444rem;
  font-size: 0.8888888889rem;
  vertical-align: baseline;
}
.w-lgit__location__map-url:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.w-newsletter {
  background-color: #A11C77;
  padding: 25px;
}
@media (min-width: 768px) {
  .w-newsletter {
    padding: 1.7777777778rem 2.6666666667rem;
  }
}
@media (min-width: 768px) {
  .w-newsletter__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .w-newsletter__left {
    padding-left: 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media (min-width: 768px) {
  .w-newsletter__right {
    padding-left: 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 867px;
  }
}
.w-newsletter__right .wpcf7-response-output, .w-newsletter__right .wpcf7-not-valid-tip {
  color: #fff !important;
}
.w-newsletter__right .control-group {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .w-newsletter__right .control-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .w-newsletter__right .control-group .control-group__control {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.w-newsletter__right .control-group button {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .w-newsletter__right .control-group button {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 1.2777777778rem;
    margin-top: 0;
  }
}
.w-newsletter__title {
  color: var(--Base-White, #FFF);
  -webkit-font-feature-settings: "ss05" on, "ss01" on, "ss03" on, "ss08" on;
          font-feature-settings: "ss05" on, "ss01" on, "ss03" on, "ss08" on;
  font-size: 1.333rem;
  font-weight: 500;
  line-height: 1.5; /* 150% */
  letter-spacing: 0.02em;
  margin-bottom: 1.3333333333rem;
}
@media (min-width: 768px) {
  .w-newsletter__title {
    margin-bottom: 0;
  }
}

.w-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.8888888889rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-logos > div {
  padding-bottom: 0.8888888889rem;
  padding-left: 0.8888888889rem;
}
@media (max-width: 767px) {
  .w-logos > div {
    width: 50%;
  }
}
.w-logos__logo {
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .w-logos__logo {
    width: auto;
  }
}
.w-logos.\--type-certifications .w-logos__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .w-logos.\--type-certifications .w-logos__logo {
    width: auto;
  }
}

.w-social__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
}
.w-social__links ul li {
  margin-left: 2.2222222222rem;
  line-height: 1;
}
body.rtl .w-social__links ul li {
  margin-left: 0;
  margin-right: 2.2222222222rem;
}
@media (min-width: 1024px) {
  .w-social__links ul li {
    margin-left: 1.6666666667rem;
  }
  body.rtl .w-social__links ul li {
    margin-left: 0;
    margin-right: 1.6666666667rem;
  }
}
.w-social__links ul li:first-child {
  margin-left: 0;
}
body.rtl .w-social__links ul li:first-child {
  margin-right: 0;
}
.w-social__links ul span, .w-social__links ul a {
  width: auto;
  height: auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.w-social__links ul span .icon, .w-social__links ul a .icon {
  font-size: 1.7777777778rem;
}
.w-social__links ul span .icon:before, .w-social__links ul a .icon:before {
  line-height: 1;
}
.w-social__links ul span .icon.icon-facebook, .w-social__links ul a .icon.icon-facebook {
  color: #1877F2;
}
.w-social__links ul span .icon.icon-twitter, .w-social__links ul a .icon.icon-twitter {
  color: #1DA1F2;
}
.w-social__links ul span .icon.icon-twitter-alt, .w-social__links ul a .icon.icon-twitter-alt {
  color: #000000;
}
.w-social__links ul span .icon.icon-linkedin, .w-social__links ul a .icon.icon-linkedin {
  color: #0A66C2;
}
.w-social__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-social__share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.3333333333rem;
  margin-top: -2px;
}
.w-social__share ul li {
  margin-left: 1.3333333333rem;
}
body.rtl .w-social__share ul li {
  margin-left: 0;
  margin-right: 1.3333333333rem;
}
.w-social__share ul li span {
  cursor: pointer;
}
.w-social__share ul li span .icon {
  font-size: 16px;
  color: #D08EBC;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-social__share ul li span .icon:hover {
  color: #A11C77;
}
.w-social__title {
  font-family: "Rota", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-font-feature-settings: "ss05" on, "ss08" on, "ss01" on, "ss03" on;
          font-feature-settings: "ss05" on, "ss08" on, "ss01" on, "ss03" on;
  /* Gray true/500 */
  color: #737373;
  margin-bottom: 0;
}
body.rtl .w-social__title {
  font-family: "Tajawal", sans-serif !important;
}

.w-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border: 1px solid rgba(232, 200, 222, 0.3);
  padding: 10px;
}
@media (min-width: 768px) {
  .w-filters {
    padding: 16px;
  }
}
.w-filters a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 14px;
  -webkit-font-feature-settings: "ss08" on, "ss05" on;
          font-feature-settings: "ss08" on, "ss05" on;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5; /* 36px */
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #E0B5D2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.rtl .w-filters a {
  font-family: "Tajawal", sans-serif !important;
}
.w-filters a:hover {
  background-color: #350927;
  color: #fff;
}
@media (min-width: 768px) {
  .w-filters a {
    padding: 8px 16px;
    font-size: 1.3333333333rem;
  }
}
.w-filters a.\--style-active {
  background: rgba(232, 200, 222, 0.3);
  color: #A11C77;
}
.w-filters a + a {
  margin-left: 16px;
}
body.rtl .w-filters a + a {
  margin-left: 0;
  margin-right: 16px;
}

@media (min-width: 1024px) {
  .w-jobs__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.6666666667rem;
  }
}
.w-jobs__grid > div {
  padding-bottom: 1.7777777778rem;
}
.w-jobs__grid > div:last-child {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .w-jobs__grid > div {
    padding-left: 2.6666666667rem;
    width: 50%;
  }
}

.w-contact {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .w-contact {
    margin-bottom: 4.4444444444rem;
  }
}
.w-contact__left {
  padding: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-position: top center;
}
@media (min-width: 768px) {
  .w-contact__left {
    padding: 2.2222222222rem;
    min-height: 500px;
  }
}
@media (min-width: 1024px) {
  .w-contact__left {
    width: calc(50% - 12px);
    min-height: 41.2222222222rem;
  }
}
.w-contact__right {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-color: rgba(232, 200, 222, 0.3);
}
@media (min-width: 768px) {
  .w-contact__right {
    padding: 2.2222222222rem;
  }
}
@media (min-width: 1024px) {
  .w-contact__right {
    margin-left: 1.3333333333rem;
    width: calc(50% - 12px);
  }
  body.rtl .w-contact__right {
    margin-left: 0;
    margin-right: 1.3333333333rem;
  }
}
.w-contact__right__title {
  color: #A11C77;
  font-size: 1.1111111111rem;
  font-weight: 600;
  line-height: 1.5; /* 30px */
  letter-spacing: -0.01em;
}
.w-contact__title {
  font-size: 1.1111111111rem;
  font-weight: 600;
  line-height: 1.5; /* 150% */
  letter-spacing: -0.01em;
  color: #fff;
}
.w-contact__subtitle {
  color: var(--Base-White, #FFF);
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  max-width: 466px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .w-contact__subtitle {
    font-size: 3.7777777778rem;
  }
}
@media (min-width: 1024px) {
  .w-contact__subtitle {
    font-size: 5.3333333333rem;
  }
}
@media (min-width: 768px) {
  .w-contact__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.w-faqs__more-faqs {
  margin-top: 2.2222222222rem;
  padding-top: 2.2222222222rem;
  border-top: 1px solid #D6D6D6;
}

.list-dots li {
  padding-left: remtopx(38px);
  position: relative;
}
.list-dots li:before {
  content: "•";
  font-size: 1.22222rem;
  margin-top: -2px;
  display: inline;
  vertical-align: baseline;
  margin-left: remtopx(-22px);
  margin-right: remtopx(13px);
  position: absolute;
}

.box-achievement__title {
  color: #80C143;
  font-size: 3.3333333333rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .box-achievement__title {
    font-size: 5.3333333333rem;
    letter-spacing: -0.05rem;
  }
}
.box-achievement p {
  font-size: 1.3333333333rem;
  line-height: 1.5;
  color: #A3A3A3;
  margin-bottom: 3.1111111111rem;
  max-width: 138px;
}
@media (max-width: 767px) {
  .box-achievement p {
    max-width: none;
  }
}
.box-achievement__index {
  position: absolute;
  top: 1.3333333333rem;
  right: 1.3333333333rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  line-height: 1.35;
  color: #D08EBC;
}
body.rtl .box-achievement__index {
  font-family: "Tajawal", sans-serif !important;
}
body.rtl .box-achievement__index {
  right: auto;
  left: 1.3333333333rem;
}
.box-achievement.\--style-large {
  background-color: #FAFAFA;
  padding: 1.3333333333rem;
  position: relative;
}
.box-achievement.\--style-large .box-achievement__title {
  color: #D08EBC;
}
.box-achievement.\--style-large p {
  color: #D08EBC;
  margin-bottom: 0;
  max-width: none;
}

.w-achievements:not(.\--style-large) .box-achievement {
  min-width: 200px;
}
body:not(.rtl) .w-achievements:not(.\--style-large) .box-achievement__title {
  font-size: 80px;
}

.box-page-relation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box-page-relation:hover .box-page-relation__title {
  color: #A11C77;
}
.box-page-relation__cta {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  font-size: 0px;
  display: block;
}
.box-page-relation__media {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-size: cover;
  height: 21.5555555556rem;
}
@media (min-width: 1024px) {
  .box-page-relation__media {
    height: 39.4444444444rem;
  }
}
.box-page-relation__index {
  color: #A3A3A3;
  font-size: 1rem;
  line-height: 1.333; /* 133.333% */
  margin-bottom: 14px;
}
.box-page-relation__title {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 1.3333333333rem;
  letter-spacing: 0.01em;
  color: #282828;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .box-page-relation__title {
    font-size: 2.6666666667rem;
  }
}
.box-page-relation__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 2.2222222222rem;
}
.box-page-relation__content p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #737373;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .box-page-relation__content p {
    font-size: 1.3333333333rem;
  }
}
.box-page-relation.\--type-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box-page-relation.\--type-grid .box-page-relation__content {
  display: block;
  margin-top: 0;
  margin-bottom: 2.6666666667rem;
}
.box-page-relation.\--type-grid .box-page-relation__content p {
  margin-bottom: 1.3333333333rem;
}

.box-value {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box-value__index {
  color: #A3A3A3;
  font-size: 1rem;
  line-height: 1.333; /* 133.333% */
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .box-value__index {
    margin-bottom: 14px;
  }
}
.box-value__title {
  font-size: 1.7777777778rem;
  line-height: 1.3125;
  margin-bottom: 16px;
  color: #282828;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .box-value__title {
    margin-bottom: 1.7777777778rem;
  }
}
.box-value__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.box-value__desc {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #737373;
}
@media (min-width: 1024px) {
  .box-value__desc {
    font-size: 1.3333333333rem;
  }
}
.box-value__desc > *:last-child {
  margin-bottom: 0;
}
.box-value__desc ul {
  margin-left: 20px;
}

.box-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box-post:hover .box-post__title {
  color: #A11C77;
}
.box-post__cta {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  font-size: 0px;
  display: block;
}
.box-post__media {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 240px;
  background-size: cover;
}
@media (min-width: 768px) {
  .box-post__media {
    height: 26.2222222222rem;
  }
}
.box-post__term {
  display: table;
  padding: 10px 16px;
  background: rgba(232, 200, 222, 0.3);
  color: var(--Prima-Magenta-600, #A11C77);
  font-family: "Manrope", sans-serif;
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 1.1; /* 17.6px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1.3333333333rem;
}
body.rtl .box-post__term {
  font-family: "Tajawal", sans-serif !important;
}
.box-post__title {
  font-size: 24px;
  line-height: 1.3125;
  margin-bottom: 1.3333333333rem;
  color: #282828;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .box-post__title {
    font-size: 1.5555555556rem;
  }
}
@media (min-width: 1400px) {
  .box-post__title {
    font-size: 1.7777777778rem;
  }
}
.box-post__content {
  position: relative;
  margin-top: 30px;
}
@media (min-width: 1400px) {
  .box-post__content {
    margin-top: 3.5555555556rem;
  }
}
.box-post__content p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  -webkit-font-feature-settings: "ss01" on, "ss03" on;
          font-feature-settings: "ss01" on, "ss03" on;
  color: #282828;
}
body.rtl .box-post__content p {
  font-family: "Tajawal", sans-serif !important;
}
.box-post__date {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #737373;
  display: block;
}
@media (min-width: 1024px) {
  .box-post__date {
    font-size: 1.3333333333rem;
  }
}
.box-post.\--type-bordered {
  padding: 16px;
  border: 1px solid #BDBDBD;
}
.box-post.\--type-bordered .box-post__content {
  margin-top: 1.3333333333rem;
}
.box-post.\--type-bordered .box-post__content p {
  margin-bottom: 10px;
}
.box-post.\--type-with-excerpt .box-post__content {
  margin-top: 1.3333333333rem;
}

.box-job {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #E5E5E5;
  background-color: #FCFAFF;
  padding: 25px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .box-job {
    padding: 1.7777777778rem;
  }
}
@media (min-width: 1024px) {
  .box-job {
    min-height: 19.7777777778rem;
  }
}
.box-job:hover .box-job__title {
  color: #A11C77;
}
.box-job__cta {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  font-size: 0px;
  display: block;
}
.box-job__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-job__details span {
  color: var(--Gray-true-400, #A3A3A3);
  -webkit-font-feature-settings: "ss08" on, "ss05" on;
          font-feature-settings: "ss08" on, "ss05" on;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.01ems;
  text-transform: capitalize;
}
body.rtl .box-job__details span {
  font-family: "Tajawal", sans-serif !important;
}
.box-job__details span .icon {
  vertical-align: middle;
  margin-right: 0.4444444444rem;
  font-size: 1.1111111111rem;
}
body.rtl .box-job__details span .icon {
  margin-left: 0.4444444444rem;
  margin-right: 0;
}
.box-job__details span .icon.icon-remote {
  margin-top: -2px;
}
.box-job__details span + span {
  margin-left: 2.2222222222rem;
}
body.rtl .box-job__details span + span {
  margin-left: 0;
  margin-right: 2.2222222222rem;
}
.box-job__title {
  font-size: 1.3333333333rem;
  line-height: 1.3125;
  margin-bottom: 0.8888888889rem;
  letter-spacing: -0.01em;
  color: #282828;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .box-job__title {
    font-size: 1.7777777778rem;
  }
}
.box-job__content {
  position: relative;
  margin-bottom: 20px;
}
.box-job__content p {
  font-size: 1.3333333333rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #737373;
}

.box-search {
  padding-bottom: 2.2222222222rem;
  border-bottom: 1px solid rgba(80, 100, 115, 0.5);
  margin-bottom: 2.2222222222rem;
}
.box-search__title {
  font-weight: 500;
  font-size: 1.3333333333rem;
  line-height: 1.3;
  color: #282828;
  margin-bottom: 16px;
}
.box-search p {
  font-weight: 500;
  font-size: 1.1111111111rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #737373;
}

.box-team-member {
  position: relative;
}
.box-team-member__media {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 21.1111111111rem;
  background-size: cover;
  background-position: top center;
}
.box-team-member__name {
  font-size: 1.3333333333rem;
  line-height: 1;
  margin-bottom: 16px;
}
.box-team-member__designation {
  font-size: 1rem;
  line-height: 1;
  color: #737373;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.box-team-member__content {
  background-color: #F5F5F5;
  padding: 1.3333333333rem;
}

.box-faq {
  position: relative;
}
.box-faq__title {
  font-size: 1.7777777778rem;
  line-height: 1.3125;
  margin-bottom: 16px;
  color: #282828;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  margin-bottom: 16px;
}
.box-faq__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.box-faq__desc {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #737373;
}
@media (min-width: 1024px) {
  .box-faq__desc {
    font-size: 1.3333333333rem;
  }
}
.box-faq__desc > *:last-child {
  margin-bottom: 0;
}
.box-faq__desc ul {
  margin-left: 20px;
}
.box-faq + .box-faq {
  margin-top: 2.2222222222rem;
  padding-top: 2.2222222222rem;
  border-top: 1px solid #D6D6D6;
}

.box-award {
  position: relative;
  padding-top: 1.7777777778rem;
  padding-bottom: 1.7777777778rem;
  border-bottom: 1px solid #D6D6D6;
  border-top: 1px solid #D6D6D6;
}
.box-award__title {
  font-size: 1.3333333333rem;
  line-height: 1;
  margin-bottom: 16px;
  color: #282828;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .box-award__title {
    margin-bottom: 0;
  }
}
.box-award__category {
  font-size: 1.1111111111rem;
  line-height: 1;
  color: #737373;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .box-award__category {
    padding-left: 20px;
  }
}
.box-award__content {
  position: relative;
}
@media (min-width: 1024px) {
  .box-award__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.box-award + .box-award {
  border-top: 0;
}

.page-search__form {
  max-width: 1632px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.5555555556rem;
}
.page-search__results {
  max-width: 1356px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.7777777778rem;
}

.page-header {
  position: relative;
  margin-bottom: 2.2222222222rem;
  background-size: cover;
  background-position: top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 48px;
  background-color: #dedede;
  height: 680px;
}
@media (min-width: 1024px) {
  .page-header {
    margin-bottom: 4.8888888889rem;
    height: 100vh;
    max-height: 1080px;
    padding-bottom: 6.2222222222rem;
  }
}
@media (min-width: 1900px) {
  .page-header {
    height: 1080px;
  }
}
@media (min-width: 1400px) {
  .page-header__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: -30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1400px) {
  .page-header__grid > div {
    padding-left: 30px;
  }
}
.page-header__grid > div:first-child {
  max-width: 921px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.page-header__grid > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 590px;
}
@media (min-width: 1400px) {
  .page-header__grid > div:last-child {
    padding-bottom: 0.8333333333rem;
  }
}
.page-header__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  .page-header__overlay {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.page-header__title {
  line-height: 1;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.04em;
  font-size: 50px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .page-header__title {
    font-size: 5rem;
  }
}
@media (min-width: 1024px) {
  .page-header__title {
    font-size: 4.4444444444rem;
    max-width: 1168px;
  }
}
@media (min-width: 1400px) {
  .page-header__title {
    margin-bottom: 0;
    font-size: 6.777777778rem;
  }
}
@media (min-width: 1800px) {
  .page-header__title {
    font-size: 7.6666666667rem;
    margin-bottom: 0;
  }
}
.page-header p {
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  font-size: 1.3333333333rem;
  line-height: 2rem;
  color: #fff;
  margin-bottom: 0;
}
body.rtl .page-header p {
  font-family: "Tajawal", sans-serif !important;
}
@media (max-width: 767px) {
  .page-header p br {
    display: none;
  }
}
@media (min-width: 1024px) {
  .page-header p {
    font-size: 1.5555555556rem;
    line-height: 2.6666666667rem;
  }
}
.page-header__ctas {
  padding-top: 32px;
}
@media (min-width: 1024px) {
  .page-header__ctas {
    padding-top: 2.6666666667rem;
  }
}
.page-header.\--style-stacked {
  text-align: center;
  padding-bottom: 48px;
  max-height: 400px;
}
@media (min-width: 1024px) {
  .page-header.\--style-stacked {
    padding-bottom: 4.4444444444rem;
    max-height: 680px;
  }
}
@media (min-width: 1024px) {
  .page-header.\--style-stacked .page-header__grid {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .page-header.\--style-stacked .page-header__grid > div {
    padding-left: 0;
  }
}
.page-header.\--style-stacked .page-header__grid > div:first-child {
  max-width: none;
}
.page-header.\--style-stacked .page-header__grid > div:last-child {
  margin-top: 1.3333333333rem;
  max-width: 1094px;
  padding-bottom: 0;
}
.page-header.\--style-stacked .page-header__title {
  line-height: 1;
  margin-bottom: 0;
  font-size: 50px;
}
@media (min-width: 768px) {
  .page-header.\--style-stacked .page-header__title {
    font-size: 5.5555555556rem;
  }
}
@media (min-width: 1024px) {
  .page-header.\--style-stacked .page-header__title {
    font-size: 8.8888888889rem;
  }
}
.page-header.\--style-stacked .page-header__ctas:empty {
  display: none;
}
.page-header.\--style-stacked p {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 0;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .page-header.\--style-stacked p {
    font-size: 1.3333333333rem;
  }
}
.page-header .container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.page-sub-header {
  margin-bottom: 3.1111111111rem;
}
.page-sub-header__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  -webkit-font-feature-settings: "ss01" on, "ss03" on;
          font-feature-settings: "ss01" on, "ss03" on;
  color: #282828;
  margin-bottom: 1.7777777778rem;
}
@media (min-width: 768px) {
  .page-sub-header__title {
    font-size: 2.6666666667rem;
  }
}
.page-sub-header__details .w-social {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-sub-header__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-sub-header__details .w-social {
    margin-top: 0;
  }
}
.page-sub-header__category-link {
  padding: 10px 16px;
  background: rgba(232, 200, 222, 0.3);
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #A11C77;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.rtl .page-sub-header__category-link {
  font-family: "Tajawal", sans-serif !important;
}
.page-sub-header__category-link:hover {
  background-color: #A11C77;
  color: #fff;
}
.page-sub-header__date {
  font-weight: 500;
  font-size: 1.3333333333rem;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "ss05" on, "ss08" on, "ss01" on, "ss03" on;
          font-feature-settings: "ss05" on, "ss08" on, "ss01" on, "ss03" on;
  color: #737373;
  margin-left: 1.3333333333rem;
}
.page-sub-header em {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #CCCCCC;
  margin-left: 1.3333333333rem;
  margin-right: 1.3333333333rem;
  margin-top: -0.2777777778rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  outline: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide:first-child {
  width: 100%;
}
.slick-slide:first-child img {
  display: block;
}
.slick-slide:not(:first-child) {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media (min-width: 768px) {
  .slick-slider.slick-dotted.\--style-draggable:hover .slick-slide > *:first-child {
    cursor: url("/wp-content/themes/alnahiya/_ui/media/drag.png") 50 50, -webkit-grab;
    cursor: url("/wp-content/themes/alnahiya/_ui/media/drag.png") 50 50, grab;
  }
}
.slick-slider.\--style-vertical-center .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  display: -webkit-flex;
}
.slick-slider.\--style-vertical-center .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-slider.\--style-equal-heights .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  display: -webkit-flex;
}
.slick-slider.\--style-equal-heights .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  height: auto;
}
.slick-slider.\--style-equal-heights .slick-track .slick-slide > div {
  width: 100%;
  height: 100%;
}
.ipad .slick-slider.\--style-equal-heights .slick-track .slick-slide > div, .mobile .slick-slider.\--style-equal-heights .slick-track .slick-slide > div {
  height: auto;
}
.slick-slider.\--style-overflow-visible .slick-list {
  overflow: visible;
}
.slick-slider.\--style-inactive-opacity .slick-slide:not(.slick-active) {
  opacity: 0.5;
}
.slick-slider.\--style-offsets {
  /* the parent */
}
.slick-slider.\--style-offsets .slick-slide {
  margin: 0 25px;
}
@media (min-width: 768px) {
  .slick-slider.\--style-offsets .slick-slide {
    margin: 0 0.6666666667rem;
  }
}
@media (min-width: 1024px) {
  .slick-slider.\--style-offsets .slick-slide {
    margin: 0 1.3333333333rem;
  }
}
.slick-slider.\--style-offsets .slick-list {
  margin: 0 -25px;
}
@media (min-width: 768px) {
  .slick-slider.\--style-offsets .slick-list {
    margin: 0 -0.6666666667rem !important;
  }
}
@media (min-width: 1024px) {
  .slick-slider.\--style-offsets .slick-list {
    margin: 0 -1.3333333333rem !important;
  }
}
@media (min-width: 768px) {
  .slick-slider.\--style-offsets-1 {
    /* the parent */
  }
  .slick-slider.\--style-offsets-1 .slick-slide {
    margin: 0 0.5rem;
  }
  .slick-slider.\--style-offsets-1 .slick-list {
    margin: 0 -1rem !important;
  }
}
@media (min-width: 768px) {
  .slick-slider.\--style-offsets-2 {
    /* the parent */
  }
  .slick-slider.\--style-offsets-2 .slick-slide {
    margin: 0 1rem;
  }
  .slick-slider.\--style-offsets-2 .slick-list {
    margin: 0 -2rem !important;
  }
}
@media (min-width: 768px) {
  .slick-slider.\--style-offsets-3 {
    /* the parent */
  }
  .slick-slider.\--style-offsets-3 .slick-slide {
    margin: 0 1.5rem;
  }
  .slick-slider.\--style-offsets-3 .slick-list {
    margin: 0 -3rem !important;
  }
}
@media (min-width: 768px) {
  .slick-slider.\--style-offsets-4 {
    /* the parent */
  }
  .slick-slider.\--style-offsets-4 .slick-slide {
    margin: 0 2rem;
  }
  .slick-slider.\--style-offsets-4 .slick-list {
    margin: 0 -4rem !important;
  }
}
@media (min-width: 768px) {
  .slick-slider.\--style-offsets-5 {
    /* the parent */
  }
  .slick-slider.\--style-offsets-5 .slick-slide {
    margin: 0 2.5rem;
  }
  .slick-slider.\--style-offsets-5 .slick-list {
    margin: 0 -5rem !important;
  }
}
@media (min-width: 768px) {
  .slick-slider.\--style-offsets-6 {
    /* the parent */
  }
  .slick-slider.\--style-offsets-6 .slick-slide {
    margin: 0 3rem;
  }
  .slick-slider.\--style-offsets-6 .slick-list {
    margin: 0 -6rem !important;
  }
}
@media (min-width: 768px) {
  .slick-slider.\--style-offsets-7 {
    /* the parent */
  }
  .slick-slider.\--style-offsets-7 .slick-slide {
    margin: 0 3.5rem;
  }
  .slick-slider.\--style-offsets-7 .slick-list {
    margin: 0 -7rem !important;
  }
}
@media (min-width: 768px) {
  .slick-slider.\--style-offsets-8 {
    /* the parent */
  }
  .slick-slider.\--style-offsets-8 .slick-slide {
    margin: 0 4rem;
  }
  .slick-slider.\--style-offsets-8 .slick-list {
    margin: 0 -8rem !important;
  }
}
@media (min-width: 768px) {
  .slick-slider.\--style-offsets-9 {
    /* the parent */
  }
  .slick-slider.\--style-offsets-9 .slick-slide {
    margin: 0 4.5rem;
  }
  .slick-slider.\--style-offsets-9 .slick-list {
    margin: 0 -9rem !important;
  }
}
@media (min-width: 768px) {
  .slick-slider.\--style-offsets-10 {
    /* the parent */
  }
  .slick-slider.\--style-offsets-10 .slick-slide {
    margin: 0 5rem;
  }
  .slick-slider.\--style-offsets-10 .slick-list {
    margin: 0 -10rem !important;
  }
}
.slick-slider.\--style-offsets-small {
  /* the parent */
}
.slick-slider.\--style-offsets-small .slick-slide {
  margin: 0 25px;
}
@media (min-width: 768px) {
  .slick-slider.\--style-offsets-small .slick-slide {
    margin: 0 0.6666666667rem;
  }
}
.slick-slider.\--style-offsets-small .slick-list {
  margin: 0 -25px;
}
@media (min-width: 768px) {
  .slick-slider.\--style-offsets-small .slick-list {
    margin: 0 -0.6666666667rem !important;
  }
}
.slick-slider.\--theme-white .kro-arrows button {
  border-color: #fff;
  color: #fff;
}
.slick-slider.\--theme-white .kro-paging {
  color: #fff;
}
.slick-slider.\--theme-white .kro-paging .kro-total:before {
  border-color: #fff;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/alnahiya/_ui/media/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  width: 3.1111111111rem;
  height: 3.1111111111rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  border: 2px solid #162A42;
  background-color: #162A42;
  text-align: center;
  z-index: 10;
  display: block;
  line-height: 0px;
  font-size: 0px;
  outline: none;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #101e2f;
  border-color: #101e2f;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.slick-prev:before,
.slick-next:before {
  font-family: "default";
  line-height: 2.8888888889rem;
  font-size: 1rem;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 1.8888888889rem;
}
.slick-prev:before {
  content: "\e904";
}
.slick-prev body.rtl {
  left: auto;
  right: 1.8888888889rem;
}
.slick-prev body.rtl:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: "\e905";
}

.slick-next {
  right: 1.8888888889rem;
  left: auto;
}
.slick-next body.rtl {
  right: auto;
  left: 1.8888888889rem;
}
.slick-next body.rtl:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 40px 0 0 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 2px;
  width: 50px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .slick-dots li {
    width: 60px;
  }
}
.slick-dots li button {
  border: 0;
  background: rgba(204, 204, 204, 0.2);
  display: block;
  height: 2px;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background-color: #1F2122;
}

.kro-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kro-arrows button {
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  border-radius: 50%;
  border: 2px solid #1F2122;
  font-size: 15px;
  color: #1F2122;
  text-align: center;
  background: none;
}
.kro-arrows button .icon:before {
  line-height: 3.1111111111rem;
}
.kro-arrows button + button {
  margin-left: 1.6666666667rem;
}
.kro-arrows button.kro-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.kro-arrows .icon-chevron-left {
  position: relative;
  left: -1px;
}
.kro-arrows .icon-chevron-right {
  position: relative;
  right: -1px;
}

.kro-paging {
  font-weight: 500;
  font-size: 1.1111111111rem;
  line-height: 1;
  color: #1F2122;
}
.kro-paging > * {
  display: inline-block;
  vertical-align: middle;
}
.kro-paging .kro-current {
  width: 12px;
  text-align: center;
}
.kro-paging .kro-total:before {
  content: "";
  width: 2.2222222222rem;
  border-top: 1px solid #1F2122;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 7px;
  margin-top: -2px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #000;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-bg.\--type-content {
  background: rgba(6, 67, 112, 0.3);
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity 0.25s, visibility 0s, color 0.25s;
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke 0.1s;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.ui-datepicker {
  width: 20em;
  z-index: 99999 !important;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  font-size: 0.8em;
  background-color: #46330a;
  color: #FFF;
  border: 8px solid #956f20;
  display: none;
}
.ui-datepicker * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ui-datepicker a {
  text-decoration: none;
  color: #FFF;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em;
  border: 1px solid #956f20;
  border-bottom: 0;
  background-color: #46330a;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0.55em 0.55em 0;
  border-right: 1px solid #956f20;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0.55em 0.55em 0;
  border-left: 1px solid #956f20;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background: #46330a;
}
.ui-datepicker .ui-timepicker-div {
  background: #fff;
  padding: 1em;
  border: 1px solid #956f20;
}
.ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle {
  top: -0.3em;
  background: #ccc;
  width: 1em;
  height: 1em;
  display: block;
  position: relative;
  margin-left: -0.1em;
}
.ui-datepicker .ui-datepicker-buttonpane {
  padding: 1em;
  background: #f1f1f1;
  border: 1px solid #956f20;
  border-top: 0;
}
.ui-datepicker .ui-priority-primary {
  float: right;
}
.ui-datepicker .ui-priority-secondary {
  float: left;
}
.ui-datepicker dl:last-child {
  margin-bottom: 0;
}
.ui-datepicker .ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
  margin: -1em;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #956f20;
  text-transform: uppercase;
  font-weight: 700;
}
.ui-datepicker table.ui-datepicker-calendar {
  margin-bottom: 0;
  font-size: 1em;
  width: 100%;
}
.ui-datepicker table.ui-datepicker-calendar th, .ui-datepicker table.ui-datepicker-calendar td {
  text-align: center;
  padding: 10px;
  border-top: 1px solid #956f20;
}
.ui-datepicker table.ui-datepicker-calendar th {
  border-color: #956f20 !important;
}
.ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-current-day {
  background-color: #956f20;
}
.ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-today {
  background-color: rgba(0, 0, 0, 0.2);
}
.ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-today a {
  color: #FFF;
}

.ui-dialog {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  min-width: 300px;
  outline: 0;
  border-radius: 3px;
  z-index: 10000;
  background-color: #fff;
  position: absolute;
  border: 1px solid #c2d9e1;
  max-height: 80vh;
  max-width: 85vw;
}
.ui-dialog .ui-dialog-content {
  padding: 4.4444444444rem 2.5rem 4.4444444444rem;
  max-height: 80vh !important;
  overflow: auto;
}
.ui-dialog.\--style-no-pad .ui-dialog-content {
  padding: 0;
}
.ui-dialog .kro-dialog-close {
  position: absolute;
  color: #333333;
  text-align: center;
  font-size: 22px;
  border-radius: 50%;
  top: 10px;
  right: 1.3333333333rem;
}
.ui-dialog .kro-dialog-close i {
  font-size: 1.8888888889rem;
  margin-top: -2px;
}

.ui-widget-overlay {
  z-index: 99;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

input[type=email],
input[type=number],
input[type=tel],
input[type=text],
input[type=date],
input[type=password],
textarea {
  font-size: 1rem;
  border: 0;
  width: 100%;
  outline: 0;
  border: 0;
  background-color: #FFFFFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 1.167rem 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #666;
  -webkit-appearance: none;
}
input[type=email].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=date].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #F53131;
}
body.rtl input[type=email],
body.rtl input[type=number],
body.rtl input[type=tel],
body.rtl input[type=text],
body.rtl input[type=date],
body.rtl input[type=password],
body.rtl textarea {
  text-align: right;
}

.wpcf7-recaptcha > div {
  margin-left: auto;
  margin-right: auto;
}

textarea {
  height: 112px;
  resize: vertical;
}

input[type=date] {
  display: block;
  padding: 12px 14px;
  font-size: 15px;
  height: 46px;
}

[readonly], [disabled] {
  cursor: not-allowed;
}

::-webkit-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  color: #666;
}

form p {
  line-height: 1.5;
}
form.form-filters-horizontal .control-group {
  padding-right: 10px;
}

fieldset {
  background-color: #FFF;
  padding: 40px 60px;
  margin-bottom: 40px;
}

div.wpcf7-response-output {
  margin: 10px 0 40px 0;
  padding: 10px;
  border: 2px solid #A11C77;
  line-height: 1.5;
  padding: 15px 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}
div.wpcf7-response-output.wpcf7-mail-sent-ng {
  color: #ee8426;
  border-color: #ee8426;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #A11C77;
  border-color: #A11C77;
}

button.wpcf7-submit + .wpcf7-spinner {
  display: none !important;
}

button.wpcf7-submit .wpcf7-spinner {
  display: none;
  margin-right: 0;
  margin-left: 10px;
  vertical-align: top;
}
.wpcf7-form.submitting button.wpcf7-submit .wpcf7-spinner {
  display: inline-block;
}

span.wpcf7-not-valid-tip, form p.error {
  color: #d1446f;
  font-size: 13px;
  display: block;
  padding: 10px 0 0 0;
  margin-bottom: 0;
  font-weight: normal;
}

input[type=email].wpcf7-not-valid, input[type=number].wpcf7-not-valid, input[type=text].wpcf7-not-valid, input[type=password].wpcf7-not-valid, textarea.wpcf7-not-valid {
  border-color: #d1446f;
}

div.wpcf7-validation-errors {
  color: #A11C77;
  border: 2px solid #A11C77;
  border-radius: 0;
  padding-left: 20px;
}

#mc_embed_signup div#mce-responses {
  clear: both;
}

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}

#mc_embed_signup #mce-error-response {
  display: none;
}

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41;
}

.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
  position: relative;
  font-size: 0.8888888889rem;
  margin-left: 0;
}
.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label:before {
  background-color: #A11C77;
  content: "\e943";
}
.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666;
}
.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label:before {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 2px solid #A11C77;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #FFF;
  text-align: center;
  background-color: #FFF;
  content: "";
  margin-right: 10px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -2px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
}
.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item + .wpcf7-list-item {
  margin-left: 10px;
}

.control-checkbox {
  line-height: 1;
  display: inline-block;
  font-size: 0.8888888889rem;
}
.control-checkbox > label {
  display: block;
  cursor: pointer;
}
.control-checkbox input[type=checkbox] {
  position: absolute;
  top: 1px;
  opacity: 0;
  position: absolute;
}
.control-checkbox input[type=checkbox]:checked + .control-checkbox__checkbox {
  border-color: #A11C77;
  background-color: #A11C77;
}
.control-checkbox input[type=checkbox]:checked + .control-checkbox__checkbox > i {
  opacity: 1;
  color: #FFF;
}
.control-checkbox input[type=checkbox]:checked + .control-checkbox__checkbox + .control-checkbox__text {
  color: #333;
}
.control-checkbox__checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #A11C77;
  vertical-align: top;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  background-color: #FFF;
}
.control-checkbox__checkbox > i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.control-checkbox__checkbox > i:before {
  content: "\e943";
  line-height: 16px;
}
.control-checkbox__text {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 6px;
  margin-right: 6px;
  color: #666;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.control-checkbox__text small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
}

.control-checkbox + .control-checkbox {
  margin-top: 10px;
}

.control-group {
  margin-bottom: 20px;
}
.control-group__label {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #1F2122;
  line-height: 1;
  margin-bottom: 10px;
}
.control-group__label label {
  display: block;
}
body.rtl .control-group__label label {
  text-align: right;
}
.control-group__label span.asterix, .control-group__label span.required {
  color: #f03030;
}
.control-group__label.\--style-large {
  font-size: 1.3333333333rem;
  color: #1F2122;
  margin-bottom: 1.1111111111rem;
  font-weight: normal;
}
.control-group__control {
  position: relative;
}
.control-group p.error {
  font-size: 12px;
  color: red;
  padding: 4px 0 0 0;
  margin-bottom: 0;
}
.form-consultation .control-group p.error {
  position: absolute;
  left: 0;
  bottom: -23px;
}
.control-group .help-block {
  display: block;
  padding-top: 5px;
}
.control-group .help-block i {
  display: none;
}
.control-group .help-block p {
  margin-bottom: 0;
  font-size: 12px;
}
.control-group.\--style-small input[type=email],
.control-group.\--style-small input[type=number],
.control-group.\--style-small input[type=text],
.control-group.\--style-small input[type=password],
.control-group.\--style-small textarea {
  padding: 10px;
}
.control-group.\--style-small .control-select {
  padding: 12px;
  font-size: 14px;
  font-weight: normal;
}
.control-group.\--style-small .control-check {
  padding: 12px;
  font-size: 14px;
  font-weight: normal;
}
.control-group.\--style-small .control-checkbox__checkbox {
  width: 20px;
  height: 20px;
}
.control-group.\--style-small .control-group__label, .control-group.\--style-small .control-checkbox__text {
  font-size: 14px;
}
.control-group.\--style-xsmall input[type=email],
.control-group.\--style-xsmall input[type=number],
.control-group.\--style-xsmall input[type=text],
.control-group.\--style-xsmall input[type=password],
.control-group.\--style-xsmall textarea {
  padding: 10px;
}
.control-group.\--style-xsmall .control-select {
  padding: 12px;
  font-size: 13px;
  font-weight: normal;
}
.control-group.\--style-xsmall .control-check {
  padding: 12px;
  font-size: 13px;
  font-weight: normal;
}
.control-group.\--style-xsmall .control-checkbox__checkbox {
  width: 12px;
  height: 12px;
}
.control-group.\--style-xsmall .control-checkbox__checkbox > i {
  font-size: 8px;
  margin-top: -15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}
.control-group.\--style-xsmall .control-group__label, .control-group.\--style-xsmall .control-checkbox__text {
  font-size: 13px;
}
.control-group.\--style-xsmall .control-checkbox__text {
  margin: 0 0 0 2px;
}
@media (min-width: 768px) {
  .control-group.\--type-horizontal {
    display: table;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .control-group.\--type-horizontal.\--long-labels .control-group__label {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .control-group.\--type-horizontal .control-group__label {
    display: table-cell;
    width: 150px;
    vertical-align: middle;
  }
}
.control-group.\--type-horizontal .control-group__label label {
  display: inline-block;
}
@media (min-width: 768px) {
  .control-group.\--type-horizontal .control-group__control {
    display: table-cell;
  }
}
.control-group.\--type-filter {
  background: #FFFFFF;
  border: 2px solid #CFD5DE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.control-group.\--type-filter .control-select {
  padding: 0.8888888889rem 2.2222222222rem 0.8888888889rem 1.1111111111rem;
  min-width: 14.3333333333rem;
  font-size: 1.1111111111rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #344860;
}
.control-group.\--type-filter .control-select span:after {
  right: 1.1111111111rem;
  color: #344860;
}
.control-group.\--type-range input[type=text] {
  font-size: 12px;
  color: #666;
  text-align: center;
  padding: 5px;
}
.control-group.\--type-range .to {
  margin-top: 7px;
  font-size: 11px;
  color: #222;
  display: inline-block;
}
.control-group.\--type-range .slider-range {
  height: 5px;
  background-color: #666666;
  margin: 0 5px;
  border-radius: 5px;
}
.control-group.\--type-range .slider-range .ui-slider-range {
  background-color: #333;
}
.control-group.\--type-range .slider-range .ui-slider-handle {
  width: 12px;
  height: 12px;
  border: 0;
  top: -4px;
  margin-left: -7px;
  background-color: #333;
  border-radius: 50%;
  border: 2px solid #333;
}
.control-group.\--type-search {
  position: relative;
}
.control-group.\--type-search input[type=text] {
  border: 1px solid #E5E5E5;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #282828;
  line-height: 1.333;
  padding: 0.8888888889rem 1.1111111111rem 0.6666666667rem 2.7777777778rem;
}
.control-group.\--type-search input[type=text]:-moz-placeholder {
  color: #737373;
}
.control-group.\--type-search input[type=text]::-moz-placeholder {
  color: #737373;
}
.control-group.\--type-search input[type=text]:-ms-input-placeholder {
  color: #737373;
}
.control-group.\--type-search input[type=text]::-webkit-input-placeholder {
  color: #737373;
}
@media (min-width: 1024px) {
  .control-group.\--type-search input[type=text] {
    padding: 1.3888888889rem 3.3333333333rem 1.3888888889rem 1.7777777778rem;
    border: 2px solid #D08EBC;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
    font-size: 16px;
    color: #A11C77;
    line-height: 1;
  }
  body.rtl .control-group.\--type-search input[type=text] {
    font-family: "Tajawal", sans-serif !important;
  }
  .control-group.\--type-search input[type=text]:-moz-placeholder {
    color: #D08EBC;
  }
  .control-group.\--type-search input[type=text]::-moz-placeholder {
    color: #D08EBC;
  }
  .control-group.\--type-search input[type=text]:-ms-input-placeholder {
    color: #D08EBC;
  }
  .control-group.\--type-search input[type=text]::-webkit-input-placeholder {
    color: #D08EBC;
  }
}
.control-group.\--type-search button {
  background: none;
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  position: absolute;
  top: 55%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #506473;
}
@media (min-width: 1024px) {
  .control-group.\--type-search button {
    left: auto;
    right: 1.7777777778rem;
  }
}
.control-group.\--type-header-search {
  background-color: #fff;
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 1.3333333333rem;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.control-group.\--type-header-search:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  border-top: 1px solid #999999;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.control-group.\--type-header-search .control-group__control {
  width: 100%;
}
.control-group.\--type-header-search input[type=text] {
  padding: 0;
  border: 0;
  font-size: 1rem;
  line-height: 1px;
  color: #666666;
  opacity: 1;
}
@media (min-width: 1024px) {
  .control-group.\--type-header-search input[type=text] {
    font-size: 1.2222222222rem;
  }
}
.control-group.\--type-header-search button[type=submit] {
  color: #1F2122;
  font-size: 20px;
  background: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
}
@media (min-width: 1024px) {
  .control-group.\--type-header-search button[type=submit] {
    font-size: 1.3333333333rem;
  }
}
.control-group.\--type-header-search button[type=submit] .icon:before {
  line-height: 1;
}
.control-group.\--style-bordered {
  border: 1px solid var(--Prima-Magenta-300, #D08EBC);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 1.3333333333rem;
  padding-right: 2.7777777778rem;
}
body.rtl .control-group.\--style-bordered {
  padding-right: 1.3333333333rem;
  padding-left: 2.7777777778rem;
}
.control-group.\--style-themed {
  margin-bottom: 1.3333333333rem;
}
.control-group.\--style-themed .control-group__label {
  color: var(--Prima-Magenta-300, #D08EBC);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1; /* 15.4px */
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
body.rtl .control-group.\--style-themed .control-group__label {
  font-family: "Tajawal", sans-serif !important;
}
.control-group.\--style-themed input[type=email],
.control-group.\--style-themed input[type=number],
.control-group.\--style-themed input[type=text],
.control-group.\--style-themed input[type=password],
.control-group.\--style-themed textarea {
  padding: 0;
  color: var(--Prima-Magenta-600, #A11C77);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1; /* 19.8px */
  letter-spacing: -0.02em;
  background: none;
}
body.rtl .control-group.\--style-themed input[type=email],
body.rtl .control-group.\--style-themed input[type=number],
body.rtl .control-group.\--style-themed input[type=text],
body.rtl .control-group.\--style-themed input[type=password],
body.rtl .control-group.\--style-themed textarea {
  font-family: "Tajawal", sans-serif !important;
}
.control-group.\--style-themed input[type=email]:-moz-placeholder,
.control-group.\--style-themed input[type=number]:-moz-placeholder,
.control-group.\--style-themed input[type=text]:-moz-placeholder,
.control-group.\--style-themed input[type=password]:-moz-placeholder,
.control-group.\--style-themed textarea:-moz-placeholder {
  color: #A11C77;
}
.control-group.\--style-themed input[type=email]::-moz-placeholder,
.control-group.\--style-themed input[type=number]::-moz-placeholder,
.control-group.\--style-themed input[type=text]::-moz-placeholder,
.control-group.\--style-themed input[type=password]::-moz-placeholder,
.control-group.\--style-themed textarea::-moz-placeholder {
  color: #A11C77;
}
.control-group.\--style-themed input[type=email]:-ms-input-placeholder,
.control-group.\--style-themed input[type=number]:-ms-input-placeholder,
.control-group.\--style-themed input[type=text]:-ms-input-placeholder,
.control-group.\--style-themed input[type=password]:-ms-input-placeholder,
.control-group.\--style-themed textarea:-ms-input-placeholder {
  color: #A11C77;
}
.control-group.\--style-themed input[type=email]::-webkit-input-placeholder,
.control-group.\--style-themed input[type=number]::-webkit-input-placeholder,
.control-group.\--style-themed input[type=text]::-webkit-input-placeholder,
.control-group.\--style-themed input[type=password]::-webkit-input-placeholder,
.control-group.\--style-themed textarea::-webkit-input-placeholder {
  color: #A11C77;
}

.control-radio {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  padding: 11px 0;
}
.control-radio > label {
  display: block;
  cursor: pointer;
}
.control-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
.control-radio input[type=radio]:checked + .control-radio__radio {
  border-color: #A11C77;
}
.control-radio input[type=radio]:checked + .control-radio__radio > i {
  opacity: 1;
  background-color: #A11C77;
  border-color: #A11C77;
}
.control-radio input[type=radio]:checked + .control-radio__radio + .control-radio__text {
  color: #333;
}
.control-radio__radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #A11C77;
  border-radius: 50%;
  vertical-align: top;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #FFF;
}
.control-radio__radio > i {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #FFF;
  border-radius: 50%;
  margin: 3px auto 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.control-radio__text {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-left: 6px;
  margin-right: 6px;
  color: #666;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.control-group.\--type-header-filter .control-radio {
  padding: 0;
  position: relative;
  margin-right: 1.5555555556rem;
}
.control-group.\--type-header-filter .control-radio + .control-radio {
  margin-right: 0;
}
.control-group.\--type-header-filter .control-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
.control-group.\--type-header-filter .control-radio input[type=radio]:checked + .control-radio__radio > i {
  color: #A11C77;
  background-color: transparent;
  border: 0;
}
.control-group.\--type-header-filter .control-radio input[type=radio]:checked + .control-radio__radio + .control-radio__text {
  color: #fff;
}
.control-group.\--type-header-filter .control-radio input[type=radio]:checked + .control-radio__radio + .control-radio__text:after {
  opacity: 1;
}
.control-group.\--type-header-filter .control-radio .control-radio__radio {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.control-group.\--type-header-filter .control-radio .control-radio__radio i {
  width: auto;
  height: auto;
  opacity: 1;
  border-radius: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  font-size: 1.0555555556rem;
  vertical-align: middle;
  margin-right: 0.3333333333rem;
  margin-top: 0.0555555556rem;
}
.control-group.\--type-header-filter .control-radio .control-radio__text {
  font-weight: 500;
  font-size: 1.3333333333rem;
  letter-spacing: -0.03em;
  color: #B0BAC7;
  margin: 0;
}
.control-group.\--type-header-filter .control-radio .control-radio__text:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.1111111111rem;
  border-bottom: 0.3333333333rem solid #B89D5C;
  opacity: 0;
}
@media (min-width: 768px) {
  .control-group.\--type-header-filter .control-radio .control-radio__text:after {
    bottom: -1.3888888889rem;
  }
}

.control-radio + .control-radio {
  margin-top: 10px;
}

select {
  opacity: 0;
}

.control-select {
  font-size: 1rem;
  border: 0;
  width: 100%;
  outline: 0;
  border: 0;
  background-color: #FFFFFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 1rem;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #666;
  -webkit-appearance: none;
  position: relative;
  padding-right: 2.2222222222rem;
}
.control-select.\--focus {
  border-color: #666;
}
.control-select select {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  width: 100%;
}
.control-select > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  min-height: 15px;
  line-height: 1.25;
  vertical-align: middle;
  color: #162A42;
}
.control-select > span:after {
  font-size: 0.8em;
  content: "\e907";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #999999;
  position: absolute;
  right: 1.2222222222rem;
  top: 50%;
  margin-top: -0.375rem;
}
.control-group.\--type-header-filter .control-select {
  background-color: transparent;
  font-weight: 500;
  font-size: 1.3333333333rem;
  letter-spacing: -0.02em;
  width: auto;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .control-group.\--type-header-filter .control-select {
    min-width: 11.4444444444rem;
  }
}
.control-group.\--type-header-filter .control-select span {
  color: #fff;
  display: inline;
  position: relative;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .control-group.\--type-header-filter .control-select span {
    padding-right: 40px;
  }
}
.control-group.\--type-header-filter .control-select span:after {
  color: #fff;
  font-size: 0.55em;
  right: 0;
}

.control-uploader {
  font-size: 13px;
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 17px 17px 18px 17px;
  line-height: 1;
  background: #FFF;
}
.control-uploader.\--focus, .control-uploader.\--hover {
  border-color: #333;
}
.control-uploader input[type=file] {
  border: initial;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.control-uploader__filename {
  display: block;
  width: 100%;
  padding-right: 80px;
  white-space: nowrap;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.control-uploader__action {
  font-size: 13px;
  display: block;
  position: absolute;
  padding-top: 20px;
  z-index: 1;
  right: 10px;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 80px;
  color: #333;
}