@font-face {
  font-family: "Circular";
  src: url("https://cdn.sul.arsenobetaine.dev/fonts/CircularXXWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular";
  src: url("https://cdn.sul.arsenobetaine.dev/fonts/CircularXXWeb-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular";
  src: url("https://cdn.sul.arsenobetaine.dev/fonts/CircularXXWeb-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Beirut";
  src: url("https://cdn.sul.arsenobetaine.dev/fonts/BeirutDisplay-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Beirut";
  src: url("https://cdn.sul.arsenobetaine.dev/fonts/BeirutDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.pfontlang {
  font-family: "Noto Sans Arabic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

::-moz-selection {
  background: rgba(184, 255, 225, 0.4);
}

::selection {
  background: rgba(184, 255, 225, 0.4);
}

body {
  -webkit-font-smoothing: antialiased;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.text-rich-text ol > li {
  background-image: none;
  padding-right: 0px;
}

.overflow-safari {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.w-richtext > :first-child {
  margin-top: 0;
}

.w-richtext > :last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
  margin-bottom: 0;
}

a,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  color: inherit;
}

.clickable-off {
  pointer-events: none;
}

.clickable-on {
  pointer-events: auto;
}

.div-square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

main:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.text-style-3lines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-style-2lines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.container-medium,
.container-small,
.container-large {
  margin-right: auto !important;
  margin-left: auto !important;
}

.w-input,
.w-select,
a {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}

*:focus {
  outline: none;
}

.social-icon {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.overflow-gradient {
  pointer-events: none;
}

.diagram-image-wrapper_image {
  pointer-events: none;
}

.features_new-feature-item-vertical {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%237B61FFFF' stroke-width='4' stroke-dasharray='8%2c14	' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 24px;
}

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

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

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

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

[hidden],
template {
  display: none;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre,
textarea {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==")
      format("truetype");
  font-weight: 400;
  font-style: normal;
}

[class*=" w-icon-"],
[class^="w-icon-"] {
  font-family: webflow-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-icon-slider-right:before {
  content: "\e600";
}

.w-icon-slider-left:before {
  content: "\e601";
}

.w-icon-nav-menu:before {
  content: "\e602";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}

.w-icon-file-upload-remove:before {
  content: "\e900";
}

.w-icon-file-upload-icon:before {
  content: "\e903";
}

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

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:after,
.w-clearfix:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

.w-webfslow-badge,
.w-webflosw-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 transparent;
  border-radius: 0;
  background: 0 0;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}

.w-websflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.w-webflow-badsge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  margin-top: 5px;
  color: #626866;
  text-align: center;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:after,
.w-embed:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}

.w-video embed,
.w-video iframe,
.w-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

[type="button"],
[type="reset"],
button {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled],
.w-input[readonly],
.w-select[disabled],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[disabled]:not(.w-input-disabled),
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
}

.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-radio:after,
.w-radio:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  margin: 3px 0 0 -20px;
  line-height: normal;
  float: left;
}

.w-file-upload {
  display: block;
  margin-bottom: 10px;
}

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}

.w-file-upload-default,
.w-file-upload-success,
.w-file-upload-uploading {
  display: inline-block;
  color: #333;
}

.w-file-upload-error {
  display: block;
  margin-top: 10px;
}

.w-file-upload-default.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden,
.w-file-upload-uploading.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #ccc;
  background-color: #fafafa;
}

.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #ccc;
  background-color: #fafafa;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #ccc;
  background-color: #fafafa;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-container:after,
.w-container:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:after,
.w-row:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
      max-width: 728px;
  }

  .w-hidden-main {
      display: inherit !important;
  }

  .w-hidden-medium {
      display: none !important;
  }

  .w-col-medium-1 {
      width: 8.33333333%;
  }

  .w-col-medium-2 {
      width: 16.66666667%;
  }

  .w-col-medium-3 {
      width: 25%;
  }

  .w-col-medium-4 {
      width: 33.33333333%;
  }

  .w-col-medium-5 {
      width: 41.66666667%;
  }

  .w-col-medium-6 {
      width: 50%;
  }

  .w-col-medium-7 {
      width: 58.33333333%;
  }

  .w-col-medium-8 {
      width: 66.66666667%;
  }

  .w-col-medium-9 {
      width: 75%;
  }

  .w-col-medium-10 {
      width: 83.33333333%;
  }

  .w-col-medium-11 {
      width: 91.66666667%;
  }

  .w-col-medium-12 {
      width: 100%;
  }

  .w-col-stack {
      width: 100%;
      left: auto;
      right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main,
  .w-hidden-medium {
      display: inherit !important;
  }

  .w-hidden-small {
      display: none !important;
  }

  .w-container .w-row,
  .w-row {
      margin-left: 0;
      margin-right: 0;
  }

  .w-col {
      width: 100%;
      left: auto;
      right: auto;
  }

  .w-col-small-1 {
      width: 8.33333333%;
  }

  .w-col-small-2 {
      width: 16.66666667%;
  }

  .w-col-small-3 {
      width: 25%;
  }

  .w-col-small-4 {
      width: 33.33333333%;
  }

  .w-col-small-5 {
      width: 41.66666667%;
  }

  .w-col-small-6 {
      width: 50%;
  }

  .w-col-small-7 {
      width: 58.33333333%;
  }

  .w-col-small-8 {
      width: 66.66666667%;
  }

  .w-col-small-9 {
      width: 75%;
  }

  .w-col-small-10 {
      width: 83.33333333%;
  }

  .w-col-small-11 {
      width: 91.66666667%;
  }

  .w-col-small-12 {
      width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
      max-width: none;
  }

  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
      display: inherit !important;
  }

  .w-hidden-tiny {
      display: none !important;
  }

  .w-col {
      width: 100%;
  }

  .w-col-tiny-1 {
      width: 8.33333333%;
  }

  .w-col-tiny-2 {
      width: 16.66666667%;
  }

  .w-col-tiny-3 {
      width: 25%;
  }

  .w-col-tiny-4 {
      width: 33.33333333%;
  }

  .w-col-tiny-5 {
      width: 41.66666667%;
  }

  .w-col-tiny-6 {
      width: 50%;
  }

  .w-col-tiny-7 {
      width: 58.33333333%;
  }

  .w-col-tiny-8 {
      width: 66.66666667%;
  }

  .w-col-tiny-9 {
      width: 75%;
  }

  .w-col-tiny-10 {
      width: 83.33333333%;
  }

  .w-col-tiny-11 {
      width: 91.66666667%;
  }

  .w-col-tiny-12 {
      width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after,
.w-widget-twitter-count-shim:not(.w--vertical):before {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:after,
.w-widget-twitter-count-shim.w--vertical:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 4px;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: #fff;
}

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #ddd;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 0.1s, color 0.1s;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  font-size: 40px;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"],
.w-slider-arrow-right [class^="w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-link,
.w-dropdown-toggle {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 20px auto auto;
  width: 1em;
  height: 1em;
}

.w-dropdown-list {
  position: absolute;
  background: #ddd;
  display: none;
  min-width: 100%;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
      padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  font-variant: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana,
      sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
}

.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}

.w-lightbox-figure {
  position: relative;
  margin: 0;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

.w-lightbox-image {
  display: block;
  float: none;
  max-width: 100vw;
  max-height: 100vh;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}

.w-lightbox-close {
  right: 0;
  height: 2.6em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}

.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: 0.3;
}

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: 0.8s linear infinite spin;
  animation: 0.8s linear infinite spin;
}

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
      height: 96vh;
      margin-top: 2vh;
  }

  .w-lightbox-view,
  .w-lightbox-view:before {
      height: 96vh;
  }

  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
      height: 84vh;
  }

  .w-lightbox-image {
      max-width: 96vw;
      max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
      max-width: 82.3vw;
      max-height: 84vh;
  }

  .w-lightbox-left,
  .w-lightbox-right {
      display: block;
      opacity: 0.5;
  }

  .w-lightbox-close {
      opacity: 0.8;
  }

  .w-lightbox-control:hover {
      opacity: 1;
  }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:after,
.w-richtext:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:after,
.w-richtext[contenteditable="true"]:before {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: #2895f7 solid 2px;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.w-richtext figure {
  position: relative;
  max-width: 60%;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  font-size: 0px;
  color: transparent;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  padding-bottom: inherit;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}

.w-nav {
  position: relative;
  background: #ddd;
  z-index: 1000;
}

.w-nav:after,
.w-nav:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  position: relative;
  float: right;
}

[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #c8c8c8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  background-color: #c8c8c8;
  color: #fff;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open,
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
      display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
      display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
      display: block;
  }

  .w-nav-brand {
      padding-left: 10px;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:after,
.w-tabs:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.w-tab-pane {
  position: relative;
  display: none;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button,
  .w-tab-link {
      display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
      transform: rotate(0);
  }

  100% {
      transform: rotate(360deg);
  }
}

.w-dyn-empty {
  padding: 10px;
  background-color: #ddd;
}

.w-condition-invisible,
.w-dyn-bind-empty,
.w-dyn-hide {
  display: none !important;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #e4faee;
  font-family: "Noto Sans Arabic", sans-serif;
  color: #222;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: "Noto Sans Arabic", Georgia, sans-serif;
  color: #222;
  font-size: 84px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Noto Sans Arabic", Georgia, sans-serif;
  color: #222;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h3 {
  margin-top: auto;
  margin-bottom: 16px;
  font-family: "Noto Sans Arabic", Georgia, sans-serif;
  color: #222;
  font-size: 32px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.015em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 16px;
  font-family: "Noto Sans Arabic", Georgia, sans-serif;
  color: #222;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.015em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 16px;
  font-family: "Noto Sans Arabic", Georgia, sans-serif;
  color: #222;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.01em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 12px;
  font-family: "Noto Sans Arabic", Georgia, sans-serif;
  color: #222;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.01em;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Noto Sans Arabic", sans-serif;
  color: #626866;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

a {
  background-color: transparent;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  font-family: "Noto Sans Arabic", sans-serif;
  color: #222;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

a:active {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

a:focus-visible {
  border-radius: 4px;
  outline: #000 solid 3px;
}

a[data-wf-focus-visible] {
  border-radius: 4px;
  outline: #000 solid 3px;
}

ul {
  text-align: right;
  margin-top: 0;
  margin-bottom: 16px;
  padding-right: 16px;
  list-style-type: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  float: right;
  clear: both;
  margin-bottom: 16px;
  padding-right: 32px;
  background-image: url("https://cdn.sul.arsenobetaine.dev/images/bullet-point-dark.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  font-family: "Noto Sans Arabic", sans-serif;
  color: #626866;
  font-size: 20px;
  line-height: 1.5;
}

img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

strong {
  background-color: transparent;
  color: #08251c;
  font-weight: 500;
}

blockquote {
  margin: 48px 0;
  padding: 0 0 0 32px;
  border-left: 4px solid #7b63f6;
  font-family: "Noto Sans Arabic", Georgia, sans-serif;
  color: #7b63f6;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
}

.body {
  background-color: #015239;
}

.title {
  margin-bottom: 32px;
}

.plugin {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #7b61ff;
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.blog-post {
  background-color: #e4faee;
}

.section.video-negative-margin {
  margin-top: -128px;
}

.form-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-field {
  min-height: 52px;
  margin-bottom: 0;
  padding: 19px 20px 21px;
  border: 0 solid transparent;
  border-radius: 8px;
  background-color: #fafafa;
  box-shadow: inset 0 0 0 1px #e0e0e0;
  -webkit-transition: box-shadow 0.3s, background-color 0.3s;
  transition: box-shadow 0.3s, background-color 0.3s;
  font-family: "Noto Sans Arabic", sans-serif;
  color: #222;
  font-size: 16px;
}

.input-field:hover {
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px #cacaca;
}

.input-field:active {
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #7b63f6;
}

.input-field:focus {
  box-shadow: inset 0 0 0 2px #7b63f6;
}

.input-field::-webkit-input-placeholder {
  color: #757575;
}

.input-field:-ms-input-placeholder {
  color: #757575;
}

.input-field::-ms-input-placeholder {
  color: #757575;
}

.input-field::placeholder {
  color: #757575;
}

.input-field.on-dark-background {
  background-color: #fff;
  box-shadow: inset 0 0 0 0 #e0e0e0;
}

.input-field.on-dark-background:hover {
  background-color: #f0f0f0;
}

.input-field.on-dark-background:focus {
  box-shadow: inset 0 0 0 2px #7b63f6;
}

.button-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  padding: 14px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.75rem;
  border-radius: 8px;
  background-color: #7d56fc;
  -webkit-transition: background-color 0.3s, -webkit-transform 250ms;
  transition: transform 250ms, background-color 0.3s, -webkit-transform 250ms;
  font-family: "Noto Sans Arabic", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.button-primary:hover {
  border: 0 #000;
  background-color: #7b63f6;
  opacity: 1;
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  transform: translate(0, -1px);
}

.button-primary:active {
  background-color: #653de7;
  -webkit-transform: translate(0, 0) scale(0.98);
  -ms-transform: translate(0, 0) scale(0.98);
  transform: translate(0, 0) scale(0.98);
}

.button-primary:focus-visible {
  border-radius: 6px;
  background-color: #9372ff;
  outline-offset: 0px;
  outline: #000 solid 3px;
}

.button-primary[data-wf-focus-visible] {
  border-radius: 6px;
  background-color: #9372ff;
  outline-offset: 0px;
  outline: #000 solid 3px;
}

.button-primary.is-nav {
  min-height: 36px;
  padding: 6px 12px 6px 16px;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: #113a2d;
}

.form-block {
  margin-bottom: 0;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav_links {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.input-success {
  min-height: 52px;
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 8px;
  background-color: #f7f5ff;
  color: #774dff;
  font-weight: 500;
}

.input-error {
  min-height: 52px;
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 8px;
  background-color: #f7f5ff;
  color: #774dff;
  font-weight: 500;
}

.blog-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-rich-text {
  width: 100%;
}

.text-rich-text a {
  color: #015239;
  text-decoration: underline;
}

.text-rich-text img {
  margin-top: 48px;
  margin-bottom: 32px;
  border-radius: 8px;
}

.text-rich-text h1,
.text-rich-text h2 {
  max-width: 680px;
  margin: 64px auto 40px;
}

.text-rich-text h3 {
  max-width: 680px;
  margin: 40px auto 24px;
}

.text-rich-text h4 {
  max-width: 680px;
  margin: 32px auto 20px;
}

.text-rich-text h5 {
  max-width: 680px;
  margin: 24px auto 20px;
}

.text-rich-text h6 {
  max-width: 680px;
  margin: 20px auto 16px;
}

.text-rich-text p {
  max-width: 680px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  font-size: 20px;
}

.text-rich-text ul {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4px;
}

.text-rich-text blockquote,
.text-rich-text ol {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.text-rich-text figcaption {
  margin-top: -12px;
  margin-bottom: 24px;
}

.text-rich-text li {
  background-image: url("https://cdn.sul.arsenobetaine.dev/images/bullet-point-dark.svg");
  background-position: 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.page-padding {
  padding-right: 64px;
  padding-left: 64px;
}

.fs-styleguide_grid {
  display: -ms-grid;
  display: grid;
  padding-top: 48px;
  padding-bottom: 48px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-color-green-darkest {
  color: #08251c;
}

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

.text-color-black {
  color: #222;
}

.text-size-small {
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.text-size-regular {
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.text-size-large {
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 400;
}

.text-color-white {
  color: #fff;
}

.text-color-grey {
  color: #626866;
}

.text-weight-medium {
  font-weight: 500;
}

.text-style-quote {
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 0 0 0 32px;
  font-family: "Noto Sans Arabic", Georgia, sans-serif;
  color: #7b63f6;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
}

.text-weight-bold {
  font-weight: 1000;
}

.text-style-link-light {
  -webkit-transition: color 250ms;
  transition: color 250ms;
  color: #bdd7ca;
}

.text-style-link-light:hover {
  color: #fbfefb;
}

.text-weight-normal {
  font-weight: 400;
}

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

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-color-purple {
  color: #7b63f6;
}

.fs-styleguide_section-type {
  padding: 1.25rem 1.5rem;
  border-radius: 0.5rem;
  background-color: #b8ffe1;
  color: #0d1317;
  font-size: 1.25rem;
  font-weight: 600;
}

.fs-styleguide_1-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.styleguide-header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 128px;
  padding-bottom: 128px;
}

.author-image {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.author-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0.5px solid #00422e;
  border-radius: 50%;
}

.author-image-wrapper.is-small {
  width: 24px;
  height: 24px;
}

.container-small {
  width: 100%;
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.featured-content {
  margin-right: auto;
  margin-left: auto;
  padding-top: 128px;
  padding-bottom: 128px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.container-medium.child-perspective {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.article-content {
  margin: 128px auto;
}

.social-share-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.text-color-off-white {
  color: #fbfefb;
}

.text-color-green-darker {
  color: #113a2d;
}

.text-color-green-dark {
  color: #015239;
}

.text-color-aqua {
  color: #b8ffe1;
}

.text-color-darkgreen {
  color: #0f2e24;
}

.text-color-aqua.header_title-g-l-offset {
  margin-left: 0;
}

.text-color-powder-blue {
  color: #bdd7ca;
}

.blog-post-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-details-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-outline {
  font-family: "Noto Sans Arabic", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 6px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background-color: #fbfefb;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  color: #08251c;
  font-weight: 500;
}

.button-outline:hover {
  opacity: 0.72;
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  transform: translate(0, -1px);
  color: #08251c;
}

.button-outline:active {
  border-color: #ccc;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.button-outline:focus-visible {
  outline-offset: 0px;
}

.button-outline[data-wf-focus-visible] {
  outline-offset: 0px;
}

.button-outline.social {
  width: 40px;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: rgba(189, 215, 202, 0.48);
  background-color: #fbfefb;
  cursor: pointer;
}

.button-outline.social:active {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.button-outline.copy-link {
  min-width: 130px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-color: rgba(189, 215, 202, 0.48);
}

.button-outline.copy-link:hover {
  opacity: 0.72;
}

.button-outline.copy-link:active {
  opacity: 1;
}

.button-outline.with-icon-right {
  padding-right: 12px;
  grid-column-gap: 0.375rem;
  grid-row-gap: 0.375rem;
}

.social-icon {
  width: 20px;
  height: 20px;
  color: #113a2d;
}

.social-icon:hover {
  opacity: 1;
}

.icon-in-button {
  margin-left: 8px;
}

.share-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hide {
  display: none;
}

.heading-xxlarge {
  margin-top: 32px;
  margin-bottom: 20px;
  font-family: "Noto Sans Arabic", Georgia, sans-serif;
  font-size: 84px;
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.heading-xxlarge.text-color-off-white.margin-0.heading-xlarge {
  text-align: center;
  white-space: normal;
}

.heading-xlarge {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Noto Sans Arabic", Georgia, sans-serif;
  font-size: 64px;
  font-weight: 700;
}

.heading-large {
  margin-top: 20px;
  margin-bottom: 8px;
  font-family: "Noto Sans Arabic", Georgia, sans-serif;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.heading-large.margin-0.underline-animation {
  opacity: 0;
}

.heading-medium {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Noto Sans Arabic", Georgia, sans-serif;
  font-size: 32px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Noto Sans Arabic", Georgia, sans-serif;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.heading-xsmall {
  font-family: "Noto Sans Arabic", Georgia, sans-serif;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-link:hover {
  color: #0d1317;
}

.fs-styleguide_3-col-copy {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 120px;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 120px;
  grid-template-rows: 120px;
}

.background-color-grey {
  background-color: #626866;
}

.background-color-black {
  background-color: #222;
}

.background-color-aqua {
  background-color: #b8ffe1;
}

.background-color-powder-blue {
  background-color: #bdd7ca;
}

.background-color-purple {
  background-color: #7b63f6;
}

.background-color-green-darkest {
  background-color: #08251c;
}

.background-color-green-darker {
  background-color: #113a2d;
}

.background-color-green-dark {
  background-color: #015239;
}

.background-color-white {
  background-color: #fff;
}

.background-color-off-white {
  background-color: #fbfefb;
}

.blog_featured-post-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog_title {
  margin-bottom: 20px;
}

.blog_title.with-animation {
  position: relative;
}

.blog_image-wrapper {
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 8px;
}

.blog_image-wrapper:hover {
  overflow: hidden;
  border-radius: 8px;
}

.blog_image-wrapper.is-featured {
  margin-bottom: 0;
  border: 1px rgba(0, 0, 0, 0.06);
}

.underline-animation {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  opacity: 0;
  text-decoration: underline;
}

.blog-post-link:hover {
  opacity: 1;
}

.nav_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-color-honeydew {
  color: #e4faee;
}

.background-color-honeydew {
  background-color: #e4faee;
}

.figma-minic-top-left {
  position: absolute;
  left: -7px;
  top: -7px;
  right: auto;
  bottom: auto;
  width: 14px;
  height: 14px;
}

.figma-minic-top-right {
  position: absolute;
  left: auto;
  top: -7px;
  right: -7px;
  bottom: auto;
  width: 14px;
  height: 14px;
}

.figma-minic-bottom-left {
  position: absolute;
  left: -7px;
  top: auto;
  right: auto;
  bottom: -7px;
  width: 14px;
  height: 14px;
}

.figma-minic-bottom-right {
  position: absolute;
  left: auto;
  top: auto;
  right: -7px;
  bottom: -7px;
  width: 14px;
  height: 14px;
}

.padding-large {
  padding: 3rem;
}

.padding-0 {
  padding: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.show-mobile-portrait {
  display: none;
}

.margin-xxsmall {
  margin: 0.25rem;
}

.padding-custom2 {
  margin: 1.5rem;
}

.show {
  display: block;
}

.padding-custom1 {
  margin: 0.75rem;
}

.padding-small {
  padding: 1rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 98rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 26rem;
}

.padding-xsmall {
  padding: 0.5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overflow-auto {
  overflow: auto;
}

.padding-medium {
  padding: 2rem;
}

.margin-xsmall {
  margin: 0.5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.global-styles {
  position: fixed;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  display: block;
}

.max-width-xsmall {
  width: 100%;
  max-width: 32rem;
}

.padding-tiny {
  padding: 0.125rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.align-center {
  margin-right: auto;
  margin-left: auto;
}

.show-mobile-landscape {
  display: none;
}

.margin-tiny {
  margin: 0.125rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.margin-custom1 {
  margin: 0.75rem;
}

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

.show-tablet {
  display: none;
}

.max-width-small {
  width: 100%;
  max-width: 48rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xlarge {
  margin: 4rem;
}

.styleguide_classes {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 90rem;
}

.z-2 {
  position: relative;
  z-index: 2;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.margin-small {
  margin: 1rem;
}

.max-width-medium {
  width: 100%;
  max-width: 64rem;
}

.margin-custom2 {
  margin: 1.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.margin-xhuge {
  margin: 8rem;
}

.max-width-large {
  width: 100%;
  max-width: 80rem;
}

.margin-large {
  margin: 3rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.padding-xxsmall {
  padding: 0.25rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.header_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
}

.header_content.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.padding-left {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-top {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical {
  padding-right: 0;
  padding-left: 0;
}

.margin-left {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-vertical {
  margin-right: 0;
  margin-left: 0;
}

.social-proof_component {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1320px;
  margin: 32px auto -16px;
  padding-top: 16px;
  padding-bottom: 16px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.overflow-gradient {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  width: 100px;
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#113a2d),
      to(rgba(17, 58, 45, 0))
  );
  background-image: linear-gradient(90deg, #113a2d, rgba(17, 58, 45, 0));
}

.overflow-gradient.is-social-proof-left {
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#e4faee),
      to(rgba(228, 250, 238, 0))
  );
  background-image: linear-gradient(90deg, #e4faee, rgba(228, 250, 238, 0));
}

.overflow-gradient.is-social-proof-right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#e4faee),
      to(rgba(228, 250, 238, 0))
  );
  background-image: linear-gradient(270deg, #e4faee, rgba(228, 250, 238, 0));
}

.overflow-gradient.is-hero-bottom {
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: auto;
  height: 100px;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(1, 82, 57, 0.64)),
      to(rgba(1, 82, 57, 0))
  );
  background-image: linear-gradient(
      0deg,
      rgba(1, 82, 57, 0.64),
      rgba(1, 82, 57, 0)
  );
}

.overflow-gradient.is-dots-overlay {
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: auto;
  height: 100%;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#015239),
      to(rgba(1, 82, 57, 0))
  );
  background-image: linear-gradient(180deg, #015239, rgba(1, 82, 57, 0));
}

.overflow-gradient.is-testimonials-right {
  left: auto;
  right: 0;
  z-index: 1;
  width: 120px;
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#015239),
      to(rgba(1, 82, 57, 0))
  );
  background-image: linear-gradient(270deg, #015239, rgba(1, 82, 57, 0));
  opacity: 0.64;
}

.overflow-gradient.is-testimonials-left {
  left: 0;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 120px;
  height: 100%;
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#015239),
      to(rgba(1, 82, 57, 0))
  );
  background-image: linear-gradient(90deg, #015239, rgba(1, 82, 57, 0));
  opacity: 0.64;
}

.overflow-gradient-right {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(17, 58, 45, 0)),
      to(#113a2d)
  );
  background-image: linear-gradient(90deg, rgba(17, 58, 45, 0), #113a2d);
}

.social-proof_logos-wrapper {
  display: -ms-grid;
  display: grid;
  margin-right: 128px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.social-proof_logos-wrapper.is-dark {
  -webkit-filter: none;
  filter: none;
}

.social-proof_marquee-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.social-proof_marquee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.social-proof_marquee.is-first {
  margin-left: 128px;
}

.header_video {
  position: relative;
  bottom: -0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0.5rem;
  background-color: #113a2d;
  -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.header_video:hover {
  bottom: 2rem;
}

.hero__card-contain {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 2000em;
  perspective: 2000em;
}

.header_video-shine {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 80rem;
  height: 80rem;
  margin-top: -30.4rem;
  margin-left: -25.7rem;
  border-radius: 100vw;
  background-image: radial-gradient(
      circle farthest-corner at 50% 50%,
      rgba(255, 255, 255, 0.87),
      rgba(28, 19, 65, 0) 61%
  );
  opacity: 0.1;
}

.stylesystem-images_layout {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-wrapper-1-1 {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 100%;
}

.image-wrapper_image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.image-wrapper-4-3 {
  position: relative;
  width: 100%;
  padding-top: 75%;
}

.image-wrapper-3-2 {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
}

.image-wrapper-16-9 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.social-proof_logo {
  display: block;
  height: 50px;
  -webkit-transition: -webkit-transform 250ms
      cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1),
      -webkit-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.diagram_component {
  position: relative;
  max-width: 54rem;
  margin-right: auto;
  margin-left: auto;
}

.diagram_diamond-step-1 {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 1.6%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.diagram_diamond-step-1.position-1 {
  left: 22%;
  top: 6.6%;
}

.diagram_diamond-step-1.position-2 {
  left: 22%;
  top: 32.8%;
}

.diagram_diamond-step-1.position-3 {
  left: 22%;
  top: 59.1%;
}

.diagram_diamond-step-1.position-4 {
  left: 22%;
  top: 85.2%;
}

.diagram_image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 45.2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.diagram_api-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 2.4%;
}

.diagram_api-icon.position-1 {
  left: 2.2%;
  top: 5.7%;
  z-index: 1;
}

.diagram_api-icon.position-2 {
  left: 2.2%;
  top: 32.3%;
  z-index: 1;
}

.diagram_api-icon.position-3-copy {
  left: 2.2%;
  top: 58.6%;
  z-index: 1;
}

.diagram_api-icon.position-4 {
  left: 2.2%;
  top: 84.5%;
  z-index: 1;
}

.diagram_content {
  max-width: 37rem;
  text-align: center;
}

.nav-old-logo {
  color: #fff;
}

.button-tertiary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, -webkit-transform 0.2s;
  font-family: "Noto Sans Arabic", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.button-languagepopup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, -webkit-transform 0.2s;
  font-family: "Noto Sans Arabic", sans-serif;
  color: #08251c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.button-tertiary:hover {
  background-color: rgba(251, 254, 251, 0.05);
  opacity: 1;
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  transform: translate(0, -1px);
}

.button-tertiary:active {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.button-tertiary:focus-visible {
  border-radius: 6px;
  background-color: rgba(251, 254, 251, 0.1);
}

.button-tertiary[data-wf-focus-visible] {
  border-radius: 6px;
  background-color: rgba(251, 254, 251, 0.1);
}

.button-tertiary.with-icon {
  padding-left: 12px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.button-languagepopup:hover {
  background-color: rgba(171, 238, 209, 0.75);
  opacity: 1;
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  transform: translate(0, -1px);
}

.button-languagepopup:active {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.button-languagepopup:focus-visible {
  border-radius: 6px;
  background-color: rgba(251, 254, 251, 0.1);
}

.button-languagepopup[data-wf-focus-visible] {
  border-radius: 6px;
  background-color: rgba(251, 254, 251, 0.1);
}

.button-languagepopup.with-icon {
  padding-left: 12px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.button-tertiary.with-icon.hide {
  display: none;
}

.button-tertiary.in-mobile-nav {
  color: #08251c;
}

.button-tertiary.in-mobile-nav:hover {
  background-color: rgba(8, 37, 28, 0.05);
}

.button-tertiary.in-mobile-nav:active {
  background-color: rgba(8, 37, 28, 0.08);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button-tertiary.is-small {
  font-size: 14px;
}

.button-languagepopup.in-mobile-nav {
  color: #08251c;
}

.button-languagepopup.in-mobile-nav:hover {
  background-color: rgba(171, 238, 209, 0.75);
}

.button-languagepopup.in-mobile-nav:active {
  background-color: rgba(171, 238, 209, 0.75);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button-languagepopup.is-small {
  font-size: 14px;
}

.footer_layout-top {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
}

.form-row {
  display: -ms-grid;
  display: grid;
  max-width: 32rem;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.footer-links-centre {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.languagelinks {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 4px;
  grid-row-gap: 8px;
}

.features_component {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 10rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.features_feature-item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.features_content {
  overflow: hidden;
  border-radius: 8px;
}

.features_content.inset-left {
  max-width: 600px;
  margin-left: 64px;
}

.features_content.inset-right {
  max-width: 600px;
  margin-right: 64px;
}

.features_content.image-3 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #1b4639;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.features_content.image-2 {
  border-radius: 0 12px 12px 0;
  background-color: #234239;
}

.features_content.image-1 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #1c483a;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.social-proof_logo-wrapper {
  position: relative;
  max-height: 50px;
}

.social-proof_logo-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #fbfefb;
}

.social-proof_logo-overlay:hover {
  opacity: 0.75;
}

.diagram_diamond-step-2 {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 1.6%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.diagram_diamond-step-2.position-5 {
  left: 39.5%;
  top: 46%;
}

.diagram_diamond-step-3 {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 1.6%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.diagram_diamond-step-3.position-6 {
  left: 74.25%;
  top: 46%;
}

.features-image {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.12);
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s, -webkit-transform 0.2s;
  font-family: "Noto Sans Arabic", sans-serif;
  color: #fff;
  font-weight: 600;
}

.button-secondary:hover {
  background-color: hsla(0, 0%, 100%, 0.18);
  opacity: 1;
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  transform: translate(0, -1px);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button-secondary:active {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0, 0) scale(0.98);
  -ms-transform: translate(0, 0) scale(0.98);
  transform: translate(0, 0) scale(0.98);
}

.button-secondary:focus-visible {
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.18);
}

.button-secondary[data-wf-focus-visible] {
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.18);
}

.button-secondary.is-nav {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: rgba(8, 37, 28, 0.08);
  color: #08251c;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button-secondary.is-nav:active {
  background-color: rgba(8, 37, 28, 0.1);
}

.header_video-embed {
  z-index: 1;
}

.logo-link {
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.logo-link:hover {
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  transform: translate(0, -1px);
}

.logo-link:active {
  -webkit-transform: translate(0, 0) scale(0.98);
  -ms-transform: translate(0, 0) scale(0.98);
  transform: translate(0, 0) scale(0.98);
}

.logo-link:focus-visible {
  border-radius: 1px;
  outline-offset: 4px;
}

.logo-link[data-wf-focus-visible] {
  border-radius: 1px;
  outline-offset: 4px;
}

.text-color-light-grey {
  color: #757575;
}

.text-size-xsmall {
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.margin-0 {
  margin: 0;
}

.section-home {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header_video-timer-block {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 2.16%;
  height: 2.5%;
  margin-top: 20.15%;
  background-color: #fff;
}

.menu-icon_line-bottom {
  width: 24px;
  height: 2px;
  padding-right: 0;
  padding-bottom: 0;
  background-color: #fff;
}

.menu-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: -0.5rem;
  padding-right: 0;
  padding-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-icon_line-top {
  width: 24px;
  height: 2px;
  padding-right: 0;
  padding-bottom: 0;
  background-color: #fff;
}

.nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.nav_menu-button {
  padding: 0;
}

.nav_menu-button.w--open {
  background-color: transparent;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.divider {
  height: 1px;
  max-width: 680px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e6e6e6;
}

.button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-icon.is-small {
  width: 1rem;
  height: 1rem;
}

.button-icon.is-large {
  width: 1.5rem;
  height: 1.5rem;
}

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}

.button-group.is-centre {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-group.hide,
.button-group.is-centre.hide {
  display: none;
}

.inset-container {
  position: relative;
  overflow: hidden;
  max-width: 1344px;
  margin: 1.5rem auto;
  padding: 2rem;
  border-radius: 24px;
}

.inset-container.is-feature-1 {
  background-color: #113a2d;
}

.inset-container.is-feature-2-3 {
  padding: 0;
  border-radius: 0;
}

.inset-container.is-testimonials {
  background-color: #015239;
}

.inset-container.is-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-right: 5rem;
  padding-left: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-color: #08251c;
}

.inset-container.is-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5rem;
  padding-left: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #113a2d;
}

.inset-container.is-article-header,
.inset-container.is-home-hero {
  background-color: #015239;
}

.inset-container.is-article-bottom {
  background-color: #fbfefb;
}

.inset-container.is-article-featured {
  background-color: #fbfefb;
}

.inset-container.is-about-header {
  background-color: #015239;
}

.inset-container.is-about-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5rem;
  padding-left: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #fbfefb;
}

.inset-container.is-policy-header {
  background-color: #113a2d;
}

.child-perspective {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.max-width-video {
  position: relative;
  bottom: -2rem;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 68rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8rem;
  padding-left: 8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.header-floating-logo-wrapper {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-floating-logo-wrapper._1 {
  left: -1%;
  top: -9%;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  transform: rotate(-13deg);
}

.header-floating-logo-wrapper._2 {
  left: auto;
  top: -10%;
  right: 6%;
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}

.header-floating-logo-wrapper._3 {
  left: 7%;
  top: auto;
  right: auto;
  bottom: 16%;
  -webkit-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  transform: rotate(12deg);
}

.header-floating-logo-wrapper._4 {
  left: auto;
  top: auto;
  right: -1%;
  bottom: 22%;
  -webkit-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  transform: rotate(-13deg);
}

.header-floating-logo-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 6.25rem;
  height: 6.25rem;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 28%;
  box-shadow: 0 1px 2px 0 rgba(8, 37, 28, 0.16),
      0 16px 32px 0 rgba(8, 37, 28, 0.24);
}

.header-floating-logo-image.is-small {
  width: 5.25rem;
  height: 5.25rem;
}

.hero-tooltip {
  position: absolute;
  top: -2.75rem;
  display: none;
  margin-bottom: 0.5rem;
  padding: 6px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 100px;
  background-color: rgba(41, 109, 88, 0.92);
  font-family: "Noto Sans Arabic", sans-serif;
  color: #fff;
  font-weight: 500;
}

.image-wrapper-hero-video {
  position: relative;
  width: 100%;
  padding-top: 55.75%;
}

.nav_component {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99999999;
  width: 100%;
  height: 76px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-logo {
  color: #08251c;
}

.header-dot-background {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  opacity: 0.75;
}

.features_new-feature-item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.features-image-new {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.features_content-1 {
  overflow: hidden;
  align-items: center;
  text-align: center;
}

.features_component-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.features_component-3 {
  align-items: right;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.features_component-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.features_new-feature-item-vertical {
  display: -ms-grid;
  display: grid;
  padding: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: right;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.features_content-2 {
  align-items: right;
  text-align: right;
  overflow: hidden;
  margin-top: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  border-radius: 8px;
}

.testimonials_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonials_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
}

.testimonial_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27rem;
  min-width: 27rem;
  margin-left: 2rem;
  padding: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #fff;
}

.testimonial_content:hover {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.testimonial_client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.section_testimonial {
  position: relative;
  overflow: hidden;
  margin-left: -2rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.testimonial_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial_loop-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
}

.testimonial_client-image-wrapper {
  margin-left: 1rem;
}

.testimonial21_customer-image {
  align-items: center;
  text-align: center;
  
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.timeline-on-page {
  position: relative;
  z-index: 0;
}

.timeline-layout {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.timeline-left {
  max-width: 24rem;
}

.timeline-item {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.timeline-item-right {
  max-width: 25rem;
  margin-bottom: 5rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.timeline-item-right.is-last {
  margin-bottom: 0;
}

.timeline-item-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.67rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.timeline-marker {
  width: 12px;
  height: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 2px;
  background-color: #015239;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.div-block {
  width: 3px;
  height: 100%;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#e4faee),
      color-stop(50%, #015239),
      to(#e4faee)
  );
  background-image: linear-gradient(180deg, #e4faee, #015239 50%, #e4faee);
}

.timeline-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.footer-links-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.footer_layout-bottom {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-links-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.375rem;
  grid-row-gap: 0.75rem;
  color: #626866;
  font-size: 14px;
  font-weight: 500;
}

.footer-links-row.is-copyright {
  margin-top: 2px;
  margin-right: 1rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.footer-top-content {
  max-width: 39rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.cta_component {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 56px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border: 2px solid #7b61ff;
  background-color: #fff;
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.cta_component.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
}

.cta_component.hide {
  display: none;
}

.footer_bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.max-width-header-paragraph {
  width: 100%;
  max-width: 28rem;
}

.diagram_component-new {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.diagram-image-wrapper_image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.diagram_image-wrapper-new {
  position: relative;
  width: 100%;
  padding-top: 56.6%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer_padding-bottom {
  padding-bottom: 1.5rem;
}

.text-rich-text-lead {
  width: 100%;
}

.text-rich-text-lead a {
  color: #015239;
  text-decoration: underline;
}

.text-rich-text-lead img {
  margin-top: 48px;
  margin-bottom: 32px;
  border-radius: 8px;
}

.text-rich-text-lead h1,
.text-rich-text-lead h2 {
  max-width: 680px;
  margin: 64px auto 40px;
}

.text-rich-text-lead h3 {
  max-width: 680px;
  margin: 40px auto 24px;
}

.text-rich-text-lead h4 {
  max-width: 680px;
  margin: 32px auto 20px;
}

.text-rich-text-lead h5 {
  max-width: 680px;
  margin: 24px auto 20px;
}

.text-rich-text-lead h6 {
  max-width: 680px;
  margin: 20px auto 16px;
}

.text-rich-text-lead p {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 48px;
  color: #222;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.text-rich-text-lead ul {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4px;
}

.text-rich-text-lead blockquote,
.text-rich-text-lead ol {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.text-rich-text-lead figcaption {
  margin-top: -12px;
  margin-bottom: 24px;
}

.text-rich-text-lead li {
  background-image: url("https://cdn.sul.arsenobetaine.dev/images/bullet-point-dark.svg");
  background-position: 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.max-width-cta-content {
  width: 100%;
  max-width: 24rem;
}

.about-info-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 38rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-self: center;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.blog-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-style-link-dark {
  -webkit-transition: color 250ms;
  transition: color 250ms;
  color: #222;
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

.nav_links-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.open-role-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 2fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 2fr;
  grid-template-columns: -webkit-max-content 2fr;
  grid-template-columns: max-content 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.open-role-item.is-last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-style: none;
}

.careers-layout {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  -webkit-transition: background-color 0.3s, -webkit-transform 250ms;
  transition: transform 250ms, background-color 0.3s, -webkit-transform 250ms;
  font-family: "Noto Sans Arabic", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-text:hover {
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  transform: translate(0, -1px);
}

.button-text:active {
  -webkit-transform: translate(0, 0) scale(0.98);
  -ms-transform: translate(0, 0) scale(0.98);
  transform: translate(0, 0) scale(0.98);
}

.button-text:focus-visible {
  border-radius: 6px;
  outline-offset: 0px;
  outline: #000 solid 3px;
}

.button-text[data-wf-focus-visible] {
  border-radius: 6px;
  outline-offset: 0px;
  outline: #000 solid 3px;
}

.diagam-cover {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 1rem;
  height: 1rem;
  background-color: #e4faee;
}

@media screen and (max-width: 991px) {
  h2 {
      font-size: 40px;
  }

  p {
      font-size: 18px;
  }

  ul {
      margin-bottom: 24px;
  }

  .page-padding {
      padding-right: 40px;
      padding-left: 40px;
  }

  .fs-styleguide_grid {
      grid-column-gap: 2.5rem;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  }

  .styleguide-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
  }

  .article-content,
  .featured-content {
      width: 100%;
  }

  .heading-xxlarge {
      font-size: 76px;
  }

  .heading-xlarge {
      font-size: 56px;
  }

  .padding-large {
      padding: 2.5rem;
  }

  .margin-xxlarge {
      margin: 4rem;
  }

  .padding-medium {
      padding: 1.5rem;
  }

  .padding-xhuge {
      padding: 6rem;
  }

  .padding-xxlarge {
      padding: 4rem;
  }

  .padding-huge {
      padding: 5rem;
  }

  .padding-xxhuge {
      padding: 8rem;
  }

  .show-tablet {
      display: block;
  }

  .margin-huge {
      margin: 5rem;
  }

  .max-width-full-tablet {
      width: 100%;
      max-width: none;
  }

  .margin-xlarge {
      margin: 3rem;
  }

  .margin-xhuge {
      margin: 6rem;
  }

  .margin-large {
      margin: 2.5rem;
  }

  .margin-medium {
      margin: 1.5rem;
  }

  .margin-xxhuge {
      margin: 8rem;
  }

  .hide-tablet {
      display: none;
  }

  .padding-left {
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0;
  }

  .padding-right {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0;
  }

  .padding-top {
      padding-right: 0;
      padding-bottom: 0;
      padding-left: 0;
  }

  .padding-bottom {
      padding-top: 0;
      padding-right: 0;
      padding-left: 0;
  }

  .padding-horizontal {
      padding-top: 0;
      padding-bottom: 0;
  }

  .padding-vertical {
      padding-right: 0;
      padding-left: 0;
  }

  .margin-left {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
  }

  .margin-right {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
  }

  .margin-top {
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
  }

  .margin-bottom {
      margin-top: 0;
      margin-right: 0;
      margin-left: 0;
  }

  .margin-horizontal {
      margin-top: 0;
      margin-bottom: 0;
  }

  .margin-vertical {
      margin-right: 0;
      margin-left: 0;
  }

  .overflow-gradient.is-testimonials-left,
  .overflow-gradient.is-testimonials-right {
      width: 100px;
  }

  .header_video-shine {
      width: 50rem;
      height: 50rem;
  }

  .footer_layout-top {
      margin-bottom: 4rem;
      padding-bottom: 4rem;
      grid-auto-flow: row;
      grid-auto-columns: 1fr;
      grid-column-gap: 4rem;
      grid-row-gap: 4rem;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  }

  .footer-links-centre {
      margin-left: -16px;
  }

  .languagelinks {
      margin-left: -16px;
  }

  .features_component {
      grid-column-gap: 0px;
      grid-row-gap: 8rem;
  }

  .features_feature-item {
      grid-column-gap: 64px;
      grid-row-gap: 40px;
  }

  .features_content.inset-left {
      margin-left: 40px;
  }

  .features_content.inset-right {
      margin-right: 40px;
  }

  .button-secondary {
      background-color: hsla(0, 0%, 100%, 0.12);
  }

  .nav_menu-button.w--open {
      background-color: transparent;
  }

  .inset-container {
      margin-right: -1rem;
      margin-left: -1rem;
      border-radius: 24px;
  }

  .inset-container.is-footer {
      grid-column-gap: 4rem;
      grid-row-gap: 4rem;
  }

  .max-width-video {
      padding-right: 6rem;
      padding-left: 6rem;
  }

  .header-floating-logo-image {
      width: 4.5rem;
      height: 4.5rem;
  }

  .header-floating-logo-image.is-small {
      width: 3.5rem;
      height: 3.5rem;
  }

  .hero-tooltip {
      background-color: hsla(0, 0%, 100%, 0.12);
  }

  .features_new-feature-item {
      grid-column-gap: 64px;
      grid-row-gap: 40px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  }

  .features_content-1 {
      max-width: 36rem;
  }

  .features_component-2 {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  }

  .features_component-3 {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  }

  .features_component-4 {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  }

  .features_new-feature-item-vertical {
      grid-column-gap: 64px;
      grid-row-gap: 40px;
  }

  .features_content-2 {
      max-width: 32rem;
      margin-bottom: 2rem;
  }

  .testimonials_wrapper {
      grid-column-gap: 64px;
      grid-row-gap: 40px;
  }

  .testimonials_content {
      max-width: 25rem;
      margin-right: auto;
      margin-left: auto;
  }

  .testimonial_content {
      padding: 2rem;
  }

  .testimonial_component {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  }

  .timeline-layout {
      margin-right: auto;
      margin-left: auto;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  }

  .timeline-left {
      margin-right: auto;
      margin-left: auto;
      text-align: center;
  }

  .timeline-item-right {
      margin-bottom: 3rem;
  }

  .timeline-right {
      margin-right: auto;
      margin-left: auto;
      padding-left: 1rem;
  }

  .footer_layout-bottom {
      grid-auto-flow: row;
      grid-auto-columns: 1fr;
      grid-column-gap: 24px;
      grid-row-gap: 32px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
  }

  .footer-links-row {
      margin-left: -16px;
  }

  .cta_component {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
      text-align: center;
  }

  .max-width-cta-content {
      margin-right: auto;
      margin-left: auto;
  }

  .open-role-item {
      margin-bottom: 3rem;
      grid-column-gap: 3rem;
      grid-row-gap: 3rem;
  }

  .careers-layout {
      margin-right: auto;
      margin-left: auto;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  ul {
      margin-bottom: 24px;
  }

  .plugin {
      padding: 32px;
  }

  .section.video-negative-margin {
      margin-top: -64px;
  }

  .input-field {
      padding-right: 16px;
      padding-left: 16px;
  }

  .button-primary {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
  }

  .button-primary.is-nav {
      min-height: 44px;
  }

  .button-primary.is-nav.hide {
      display: none;
  }

  .nav_links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: start;
      -ms-flex-pack: start;
      justify-content: start;
      justify-items: stretch;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: start;
      -ms-flex-line-pack: start;
      align-content: start;
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
      grid-auto-flow: row;
      grid-column-gap: 12px;
      grid-row-gap: 12px;
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      font-size: 18px;
  }

  .page-padding {
      background-color: transparent;
  }

  .text-size-large {
      font-size: 1.25rem;
  }

  .text-style-nowrap {
      white-space: normal;
  }

  .container-small {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }

  .featured-content {
      padding-top: 80px;
      padding-bottom: 80px;
  }

  .container-medium {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }

  .heading-xxlarge {
      font-size: 64px;
  }

  .heading-xlarge {
      font-size: 48px;
  }

  .heading-large {
      font-size: 44px;
  }

  .blog_featured-post-wrapper {
      grid-row-gap: 24px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  }

  .nav_wrapper {
      padding-top: 4px;
      padding-bottom: 4px;
  }

  .padding-large {
      padding: 1.5rem;
  }

  .margin-xxlarge {
      margin: 3rem;
  }

  .padding-medium {
      padding: 1.25rem;
  }

  .padding-xhuge {
      padding: 4rem;
  }

  .max-width-full-mobile-landscape {
      width: 100%;
      max-width: none;
  }

  .padding-xxlarge {
      padding: 3rem;
  }

  .padding-huge {
      padding: 3.5rem;
  }

  .show-mobile-landscape {
      display: block;
  }

  .padding-xxhuge {
      padding: 4.5rem;
  }

  .margin-huge {
      margin: 3.5rem;
  }

  .margin-xlarge {
      margin: 2rem;
  }

  .margin-xhuge {
      margin: 4rem;
  }

  .hide-mobile-landscape {
      display: none;
  }

  .margin-large {
      margin: 1.5rem;
  }

  .margin-medium {
      margin: 1.25rem;
  }

  .margin-xxhuge {
      margin: 4.5rem;
  }

  .padding-left {
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0;
  }

  .padding-right {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0;
  }

  .padding-top {
      padding-right: 0;
      padding-bottom: 0;
      padding-left: 0;
  }

  .padding-bottom {
      padding-top: 0;
      padding-right: 0;
      padding-left: 0;
  }

  .padding-horizontal {
      padding-top: 0;
      padding-bottom: 0;
  }

  .padding-vertical {
      padding-right: 0;
      padding-left: 0;
  }

  .margin-left {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
  }

  .margin-right {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
  }

  .margin-top {
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
  }

  .margin-bottom {
      margin-top: 0;
      margin-right: 0;
      margin-left: 0;
  }

  .margin-horizontal {
      margin-top: 0;
      margin-bottom: 0;
  }

  .margin-vertical {
      margin-right: 0;
      margin-left: 0;
  }

  .social-proof_component {
      margin-top: 24px;
  }

  .overflow-gradient.is-testimonials-left,
  .overflow-gradient.is-testimonials-right {
      width: 60px;
  }

  .social-proof_logos-wrapper {
      margin-right: 80px;
      grid-column-gap: 80px;
  }

  .social-proof_marquee.is-first {
      margin-left: 80px;
  }

  .button-tertiary:hover {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
  }

  .button-tertiary.in-mobile-nav {
      min-height: 44px;
      font-size: 18px;
  }

  .footer_layout-top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: start;
      -ms-flex-align: start;
      align-items: start;
      grid-auto-flow: row;
      grid-column-gap: 32px;
      grid-row-gap: 48px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
  }

  .form-row {
      -webkit-box-align: start;
      -webkit-align-items: start;
      -ms-flex-align: start;
      align-items: start;
  }

  .form-row.stack-mobile-landscape {
      grid-auto-flow: row;
  }

  .footer-links-centre {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: start;
      -webkit-justify-content: start;
      -ms-flex-pack: start;
      justify-content: start;
      justify-items: start;
      grid-auto-flow: row;
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  }

  .features_feature-item {
      margin-right: 40px;
      margin-left: 40px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  }

  .features_content.inset-left {
      margin-left: 0;
  }

  .features_content.inset-right {
      margin-right: 0;
  }

  .features_content.image-1,
  .features_content.image-2,
  .features_content.image-3 {
      border-radius: 8px;
  }

  .button-secondary:hover {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
  }

  .section-home.nav-offset {
      margin-top: -72px;
      padding-top: 72px;
  }

  .menu-icon_line-bottom {
      width: 24px;
      height: 2.5px;
      margin-top: 3.5px;
      border-radius: 1px;
      background-color: #08251c;
  }

  .menu-icon {
      width: 64px;
      height: 64px;
      margin-right: -1rem;
  }

  .menu-icon_line-top {
      width: 24px;
      height: 2.5px;
      margin-bottom: 2px;
      border-radius: 1px;
      background-color: #08251c;
  }

  .nav_menu {
      position: absolute;
      left: 0;
      top: 0.5rem;
      right: auto;
      bottom: auto;
      z-index: 0;
      overflow: auto;
      width: 240px;
      height: auto;
      margin-top: 0;
      margin-right: auto;
      margin-left: 0.5rem;
      padding: 3.5rem 1.5rem 1.5rem;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      border: 1px solid rgba(8, 37, 28, 0.02);
      border-radius: 24px;
      background-color: #b8ffe1;
      background-clip: border-box;
      -webkit-text-fill-color: inherit;
  }

  .nav_menu-button {
      z-index: 999999;
  }

  .nav_menu-padding {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  }

  .nav_component-wrapper {
      margin-bottom: 0;
      background-color: transparent;
  }

  .button-group {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
  }

  .inset-container {
      padding-right: 2.5rem;
      padding-bottom: 2.5rem;
      padding-left: 2.5rem;
  }

  .inset-container.is-footer {
      padding: 4rem;
  }

  .inset-container.is-cta {
      padding: 4rem;
      grid-column-gap: 4rem;
      grid-row-gap: 4rem;
  }

  .inset-container.is-about-info {
      padding-right: 4rem;
      padding-left: 4rem;
      grid-column-gap: 4rem;
      grid-row-gap: 4rem;
  }

  .max-width-video {
      padding-right: 2rem;
      padding-left: 2rem;
  }

  .hero-tooltip:hover {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
  }

  .nav_component {
      height: 72px;
  }

  .section-nav {
      background-color: transparent;
  }

  .features_new-feature-item-vertical,
  .testimonials_wrapper {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  }

  .testimonial_content {
      width: 20rem;
      min-width: 20rem;
      padding: 1.5rem;
  }

  .testimonial_client {
      width: 100%;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
  }

  .testimonial_component {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  }

  .text-size-medium {
      font-size: 1rem;
  }

  .footer_layout-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: start;
      -ms-flex-align: start;
      align-items: start;
      grid-auto-flow: column;
      grid-column-gap: 32px;
      grid-row-gap: 48px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  }

  .cta_component {
      padding: 40px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
      text-align: center;
  }

  .blog-details-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
  }

  .cta-wrapper {
      grid-column-gap: 3rem;
      grid-row-gap: 3rem;
  }

  .nav_links-secondary {
      margin-right: 0;
      margin-bottom: 4px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      grid-column-gap: 2px;
      grid-row-gap: 2px;
  }

  .button-text {
      width: 100%;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
  }

  #w-node-_4c332bbe-b30d-af01-9c96-63078ce8b83d-2f42f044,
  #w-node-a7bd8d78-2670-7437-823c-efc92f42f049-2f42f044 {
      -ms-grid-column: span 3;
      grid-column-start: span 3;
      -ms-grid-column-span: 3;
      grid-column-end: span 3;
      -ms-grid-row: span 1;
      grid-row-start: span 1;
      -ms-grid-row-span: 1;
      grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  h1 {
      font-size: 52px;
  }

  h2 {
      font-size: 36px;
  }

  h3 {
      font-size: 28px;
  }

  h4 {
      font-size: 20px;
  }

  p {
      font-size: 16px;
  }

  blockquote {
      margin-top: 40px;
      margin-bottom: 40px;
      padding-left: 20px;
  }

  .plugin {
      padding: 24px;
  }

  .form-field {
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  }

  .input-field {
      min-height: 48px;
      padding-right: 16px;
      padding-left: 16px;
  }

  .button-primary {
      min-height: 48px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      white-space: nowrap;
  }

  .nav_links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
  }

  .text-rich-text img {
      margin-top: 24px;
      margin-bottom: 24px;
  }

  .text-rich-text h1 {
      margin-top: 48px;
      margin-bottom: 32px;
  }

  .text-rich-text h2 {
      margin-top: 40px;
      margin-bottom: 32px;
  }

  .text-rich-text h3 {
      margin-top: 32px;
  }

  .text-rich-text h5 {
      margin-bottom: 16px;
  }

  .text-rich-text p {
      margin-bottom: 20px;
      font-size: 16px;
  }

  .text-rich-text figcaption {
      margin-bottom: 20px;
  }

  .text-rich-text li {
      font-size: 16px;
  }

  .page-padding {
      padding-right: 24px;
      padding-left: 24px;
  }

  .text-size-small {
      font-size: 14px;
  }

  .text-style-quote {
      margin-top: 32px;
      margin-bottom: 32px;
      padding-left: 20px;
  }

  .styleguide-header {
      margin-top: 80px;
      margin-bottom: 80px;
      padding-right: 0;
      padding-left: 0;
  }

  .featured-content {
      overflow: hidden;
      padding-top: 64px;
      padding-bottom: 64px;
  }

  .article-content {
      margin-top: 48px;
      margin-bottom: 48px;
      padding-right: 0;
      padding-left: 0;
  }

  .social-share-wrapper {
      grid-column-gap: 8px;
      grid-row-gap: 8px;
  }

  .text-color-aqua.header_title-g-l-offset {
      margin-left: 0;
  }

  .heading-xxlarge {
      font-size: 50px;
      letter-spacing: -0.1rem;
  }

  .heading-xlarge {
      font-size: 38px;
  }

  .heading-large {
      font-size: 36px;
  }

  .heading-medium {
      font-size: 28px;
  }

  .heading-small {
      font-size: 20px;
  }

  .show-mobile-portrait {
      display: block;
  }

  .max-width-full-mobile-portrait {
      width: 100%;
      max-width: none;
  }

  .hide-mobile-portrait {
      display: none;
  }

  .padding-left {
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0;
  }

  .padding-right {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0;
  }

  .padding-top {
      padding-right: 0;
      padding-bottom: 0;
      padding-left: 0;
  }

  .padding-bottom {
      padding-top: 0;
      padding-right: 0;
      padding-left: 0;
  }

  .padding-horizontal {
      padding-top: 0;
      padding-bottom: 0;
  }

  .padding-vertical {
      padding-right: 0;
      padding-left: 0;
  }

  .margin-left {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
  }

  .margin-right {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
  }

  .margin-top {
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
  }

  .margin-bottom {
      margin-top: 0;
      margin-right: 0;
      margin-left: 0;
  }

  .margin-horizontal {
      margin-top: 0;
      margin-bottom: 0;
  }

  .margin-vertical {
      margin-right: 0;
      margin-left: 0;
  }

  .overflow-gradient,
  .overflow-gradient-right {
      width: 72px;
  }

  .social-proof_logos-wrapper {
      margin-right: 48px;
      grid-column-gap: 48px;
  }

  .social-proof_marquee.is-first {
      margin-left: 48px;
  }

  .header_video {
      border-radius: 0.125rem;
  }

  .header_video:hover {
      bottom: 1rem;
  }

  .header_video.overflow-safari {
      border-radius: 0.25rem;
  }

  .header_video-shine {
      width: 40rem;
      height: 40rem;
  }

  .stylesystem-images_layout {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  }

  .diagram_component {
      margin-right: -20px;
      margin-left: -20px;
  }

  .button-tertiary {
      padding-top: 8px;
      padding-bottom: 8px;
  }

  .footer_layout-top {
      margin-bottom: 2rem;
      padding-bottom: 2rem;
      grid-column-gap: 24px;
      grid-row-gap: 32px;
  }

  .form-row {
      grid-auto-flow: row;
  }

  .footer-links-centre {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: stretch;
      -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
      justify-content: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      grid-auto-flow: row;
      grid-column-gap: 1.5rem;
      grid-row-gap: 2rem;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }

  .languagelinks {
  }

  .features_feature-item {
      margin-right: 0;
      margin-left: 0;
  }

  .features_content.inset-left,
  .features_content.inset-right {
      margin-right: 32px;
      margin-left: 32px;
  }

  .features_content.image-1,
  .features_content.image-2,
  .features_content.image-3 {
      border-radius: 0;
  }

  .button-secondary {
      padding-top: 8px;
      padding-bottom: 8px;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  }

  .social-proof_heading-wrap-mobile {
      max-width: 12rem;
      margin-right: auto;
      margin-left: auto;
  }

  .section-home.nav-offset {
      margin-top: -80px;
      padding-top: 72px;
  }

  .menu-icon {
      margin-right: -0.75rem;
  }

  .nav_menu {
      width: 220px;
      padding-top: 4rem;
  }

  .nav_menu-padding {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
  }

  .divider {
      margin-top: 40px;
      margin-bottom: 40px;
  }

  .inset-container {
      margin: 1rem -0.5rem;
      padding: 0 2rem;
  }

  .inset-container.is-feature-1 {
      padding: 1.5rem;
  }

  .inset-container.is-footer {
      padding: 0 2.5rem;
  }

  .inset-container.is-cta {
      padding: 0 2rem;
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
  }

  .inset-container.is-home-hero {
      padding-bottom: 2.5rem;
  }

  .inset-container.is-article-header {
      padding-bottom: 0;
  }

  .inset-container.is-about-info {
      padding: 0 2rem;
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
  }

  .inset-container.is-policy-header {
      padding-bottom: 0;
  }

  .max-width-video {
      width: 112%;
      margin-top: -3rem;
      margin-left: -6%;
      padding-right: 0;
      padding-left: 0;
  }

  .header-floating-logo-wrapper._1,
  .header-floating-logo-wrapper._2,
  .header-floating-logo-wrapper._3,
  .header-floating-logo-wrapper._4 {
      display: none;
  }

  .hero-tooltip {
      padding-top: 8px;
      padding-bottom: 8px;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  }

  .features_new-feature-item {
      margin-right: 0;
      margin-left: 0;
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
  }

  .features_content-1 {
      margin: auto;
  }

  .features_new-feature-item-vertical {
      padding: 1.5rem;
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
  }

  .features_content-2 {
      margin: 1rem;
  }

  .testimonials_wrapper {
      margin-right: 0;
      margin-left: 0;
  }

  .testimonial_content {
      text-align: right;
      width: 16rem;
      min-width: 16rem;
      margin-left: 1rem;
      border-radius: 16px;
  }

  .testimonial_client {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  }

  .timeline-item,
  .timeline-layout {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
  }

  .timeline-item-right {
      margin-bottom: 1.5rem;
  }

  .timeline-item-left {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
  }

  .timeline-right {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
  }

  .footer-links-column {
      grid-column-gap: 0rem;
      grid-row-gap: 0rem;
  }

  .footer_layout-bottom {
      grid-column-gap: 24px;
      grid-row-gap: 32px;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
  }

  .footer-links-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      grid-column-gap: 0.5rem;
      grid-row-gap: 1rem;
  }

  .footer-links-row.is-copyright {
      margin-left: 1rem;
  }

  .cta_component {
      padding: 32px;
  }

  .diagram_component-new {
      width: 100vw;
      margin-right: -24px;
      margin-left: -24px;
  }

  .footer_padding-bottom {
      padding-bottom: 1rem;
  }

  .text-rich-text-lead img {
      margin-top: 24px;
      margin-bottom: 24px;
  }

  .text-rich-text-lead h1 {
      margin-top: 48px;
      margin-bottom: 32px;
  }

  .text-rich-text-lead h2 {
      margin-top: 40px;
      margin-bottom: 32px;
  }

  .text-rich-text-lead h3 {
      margin-top: 32px;
  }

  .text-rich-text-lead h5 {
      margin-bottom: 16px;
  }

  .text-rich-text-lead p {
      margin-bottom: 0;
      padding-bottom: 40px;
      font-size: 24px;
  }

  .text-rich-text-lead figcaption {
      margin-bottom: 20px;
  }

  .cta-wrapper {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
  }

  .open-role-item {
      margin-bottom: 2.5rem;
      padding-bottom: 2.5rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
  }

  .careers-layout {
      grid-column-gap: 3rem;
      grid-row-gap: 3rem;
  }

  .button-text {
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      white-space: nowrap;
  }
}

#w-node-_0af6cfed-5ee3-792a-92d0-f7bda033c132-2f42f044,
#w-node-_412a8a3e-aaf8-96d5-c168-8589add5d663-adcb2488,
#w-node-_4c332bbe-b30d-af01-9c96-63078ce8b83e-2f42f044,
#w-node-_4c332bbe-b30d-af01-9c96-63078ce8b848-2f42f044,
#w-node-_4c332bbe-b30d-af01-9c96-63078ce8b852-2f42f044,
#w-node-_5b835f6a-dfc8-2507-6e91-3cd1c2423183-c2423182,
#w-node-_67dbc124-9c5b-67a8-0a6c-0789d5ac55d1-adcb2488,
#w-node-_67dbc124-9c5b-67a8-0a6c-0789d5ac55d2-adcb2488 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_459b85aa-3d29-d1e8-2bb7-be7c461e6cff-adcb2488,
#w-node-a5c6744d-d156-2e44-a77d-96fae8358165-adcb2488,
#w-node-aeb83bbc-b822-c877-c974-0919af92fb78-adcb2488 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_008b7951-4ba9-c7bd-0782-a90c94365e9c-adcb2488,
#w-node-_01efc9d7-9518-48c3-adf1-b427492cdf5e-adcb2488,
#w-node-_0cc7b342-059e-f5c0-5911-4a2ab6a6bd81-adcb2488 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e7738f6b-ae9d-e98e-cc4d-4b3e3a5014c6-2f42f044 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_7dfc2c82-62ce-c27e-46bb-421cfcf6f6a1-8ed8edf3 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_263e2325-f9d5-ae13-2789-14a8054d12cd-9bcb248b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_459b85aa-3d29-d1e8-2bb7-be7c461e6cff-adcb2488,
  #w-node-a5c6744d-d156-2e44-a77d-96fae8358165-adcb2488,
  #w-node-aeb83bbc-b822-c877-c974-0919af92fb78-adcb2488 {
      -ms-grid-column-align: start;
      justify-self: start;
  }

  #w-node-e7738f6b-ae9d-e98e-cc4d-4b3e3a5014c6-2f42f044 {
      -ms-grid-column: span 1;
      grid-column-start: span 1;
      -ms-grid-column-span: 1;
      grid-column-end: span 1;
      -ms-grid-row: span 1;
      grid-row-start: span 1;
      -ms-grid-row-span: 1;
      grid-row-end: span 1;
  }

  #w-node-_263e2325-f9d5-ae13-2789-14a8054d12cd-9bcb248b {
      -ms-grid-column: span 1;
      grid-column-start: span 1;
      -ms-grid-column-span: 1;
      grid-column-end: span 1;
  }
}

span {
  user-select: none;
}

input {
  width: 100%;
}

.logo-svg {
  margin-top: 7px;
}

.invisisble-text {
  opacity: 0;
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@400..700&display=swap")
noto-naskh {
  font-family: "Noto Naskh Arabic", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.noto-sans arabic-persian {
  font-family: "Noto Sans Arabic", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

noto-sans arabic-persian {
  font-family: "Noto Sans Arabic", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

persian {
  font-family: "Noto Sans Arabic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

arial {
  font-family: arial;
  font-weight: 600;
  font-style: normal;
}
