/* style.css: normalize + webflow + site + page overrides (ru/terms-of-service) */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Oswald:wght@400;600&family=Merriweather:wght@400;700&display=swap");

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
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: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -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 {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  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: white;
  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-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !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 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  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 iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
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: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  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: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.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-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  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 #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  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: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  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:before,
.w-container:after {
  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:before,
.w-row:after {
  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 {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .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 {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .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: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: 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):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  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: white;
  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:before,
.w-widget-twitter-count-shim.w--vertical:after {
  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: white;
  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: white;
}
.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: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  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 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 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: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [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-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  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;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.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;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesnâ€™t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: 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;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.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-content */
.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;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  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: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesnâ€™t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.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%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.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: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.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%;
}
/*
 * Utility classes
 */
.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-content */
  .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:before,
.w-richtext:after {
  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"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.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 {
  /* fix incorrectly sized selection border in the data manager */
  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 is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  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: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  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: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  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: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  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;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  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: #222222;
  background-color: #dddddd;
}
.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-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}

:root {
  --1: var(--black);
  --white: white;
  --black: #333;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.button-3 {
  float: none;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(165deg, #38bdf8 23%, #3b82f6);
  background-clip: padding-box;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding: 15px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.nav-button-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 70%;
  max-width: 70%;
  margin-left: 80px;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.inst {
  margin-top: -61px;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  background-color: #fff0;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: 1300px;
  display: flex;
}

.nav-menu-wrapper {
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-16 {
  padding-bottom: 0;
}

.menu-button-2.w--open {
  display: none;
}

/* Мобильное меню: не сдвигать шапку при открытии, показывать меню, гамбургер оставлять видимым */
.navbar-no-shadow-container.w-nav[data-nav-menu-open],
.navbar-logo-left-container.w-nav[data-nav-menu-open] {
  position: relative !important;
}
.w-nav[data-nav-menu-open="true"] .w-nav-menu {
  display: flex !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #0f162c;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  z-index: 10;
  margin-top: 0;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
@media screen and (max-width: 991px) {
  .navbar-no-shadow-copy .menu-button-2.w--open,
  .navbar-logo-left .menu-button-2.w--open,
  .navbar-logo-left .menu-button-4.w--open {
    display: flex !important;
  }
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0f162c;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 0;
}

.mobile-margin-top-10 {
  min-width: 50%;
  max-width: 50%;
  margin-left: 0;
}

.navbar-no-shadow-copy {
  background-color: #0f162c;
  min-width: 100%;
  max-width: 100%;
  padding-bottom: 5px;
  display: none;
}

.div-block-8 {
  display: none;
}

.div-block-5 {
  display: none;
  overflow: visible;
}

.image-15 {
  background-color: #fff0;
  margin-left: 0;
  overflow: hidden;
}

.image-14-copy {
  background-color: #fff0;
  margin-left: 20px;
  padding-right: 0;
}

.link {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 0;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.navbar-brand-2 {
  flex: 0 auto;
  margin-right: 0;
}

.nav-menu-two {
  text-align: right;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 87%;
  max-width: 87%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar-logo-left {
  background-color: #0f162c;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.quick-stack {
  margin-top: 270px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 0;
}

.button-2 {
  float: none;
  pointer-events: auto;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#38bdf8, #2563eb);
  background-clip: padding-box;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.button-2._2 {
  background-image: linear-gradient(183deg, #38bdf8 23%, #3b82f6);
  width: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.heading-copy {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  min-width: 55%;
  max-width: 59.9998%;
  margin-top: -11px;
  margin-left: 350px;
  margin-right: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 40px;
  display: flex;
}

.section {
  background-color: #0e1220;
  background-image: url('../images/hero-haifa.jpg');
  background-position: 0 0;
  background-size: cover;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cell-2 {
  padding-top: 20px;
}

.div-block {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-4 {
  background-color: #00000042;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
}

/* Hero: h1 margin x2, subtitle 3 lines with same margin */
.section .div-block-4 .heading-copy {
  margin-bottom: 40px;
}
.section .div-block-4 .text-block-17 {
  margin-top: 40px;
  margin-bottom: 0;
  line-height: 1.5;
}

.container-9 {
  background-color: #000;
  background-image: url('../images/hero-haifa.jpg');
  background-position: 0 0;
  background-size: cover;
  max-width: 3000px;
  margin-left: auto;
  margin-right: auto;
}

.text-10 {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  width: 62%;
  min-width: 55%;
  max-width: 55%;
  margin: -40px 10px 300px 400px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 62%;
  min-width: 60%;
  max-width: 60%;
  margin: 0 20px 0 400px;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 60px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  display: block;
  position: static;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  position: relative;
}

.cell {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  font-family: Oswald, sans-serif;
}

.h1 {
  color: #fff;
  text-align: center;
  background-color: #4c8ed900;
  margin-top: 100px;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
}

.container-3 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.team-circles-copy {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  color: #fff;
  background-color: #0e1220;
  background-image: linear-gradient(#0e1220, #0f162c 28%, #616a80 62%, #0f162c 95%);
  border-bottom: 1px solid #e4ebf300;
  min-width: 100%;
  max-width: 100%;
  padding: 20px 30px 40px;
  position: relative;
}

.text1-copy {
  direction: ltr;
  color: #fff;
  text-align: center;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.team-member-position {
  color: #fff;
  text-align: left;
  flex: 1;
  align-self: auto;
  min-width: 100%;
  min-height: auto;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.team-member-name {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}

.team-grid {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.team-card {
  text-align: center;
  background-image: linear-gradient(#0e2a47 21%, #0e2a47);
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 20px 10px 10px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

.services-grid {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.service-card {
  text-align: center;
  background-image: linear-gradient(#0e2a47 21%, #0e2a47);
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 20px 10px 10px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.service-title {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}

.service-description {
  color: #fff;
  text-align: left;
  flex: 1;
  align-self: auto;
  min-width: 100%;
  min-height: auto;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

/* RTL для текстов в блоке услуг (без изменения отступов) */
.team-circles-copy .services-grid .service-title,
.team-circles-copy .services-grid .service-description {
  direction: rtl;
  text-align: right;
}

.service-icon {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

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

.h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.team-circles-2 {
  background-color: #0e2a47;
  background-image: linear-gradient(#0f162c, #8797a5 53%, #0f162c);
  border-bottom: 0 solid #e4ebf300;
  min-width: 100%;
  max-width: 100%;
  padding: 80px 30px 40px;
  position: relative;
  direction: rtl;
}
.team-circles-2 .team-card-2 {
  text-align: right;
  align-items: flex-end;
  min-width: 0;
}
.team-circles-2 .team-member-image-2 {
  align-self: flex-end;
  margin-right: 0;
  margin-left: auto;
}
.team-circles-2 .text-8,
.team-circles-2 .text-block-18,
.team-circles-2 .team-member-name-2-copy,
.team-circles-2 .team-member-position-2-copy {
  direction: rtl;
  text-align: right;
  width: 90%;
  max-width: 90%;
  min-width: 0;
  align-self: flex-end;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 12px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.team-circles-2 .text-8,
.team-circles-2 .team-member-name-2-copy {
  justify-content: flex-end;
  text-align: right;
}
.team-circles-2 .text-8 strong,
.team-circles-2 .team-member-name-2-copy strong {
  text-align: right;
  display: block;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.team-circles-2 .heading-5,
.team-circles-2 .text-2-copy {
  direction: rtl;
}

.team-member-position-2 {
  direction: ltr;
  color: #fff;
  text-align: left;
  align-self: flex-start;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.team-card-2 {
  text-align: center;
  background-image: linear-gradient(#1c4f85, #1c416a 68%, #1a1111 88%, #1b2739);
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.text-2 {
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

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

.team-member-name-2 {
  direction: rtl;
  color: #fbfbfb;
  text-align: left;
  align-self: flex-start;
  margin-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-grid-2 {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 50px;
  display: grid;
}

.team-member-image-2 {
  object-fit: cover;
  border-radius: 5px;
  width: 90%;
  height: 200px;
  margin-bottom: 24px;
  margin-left: 10px;
  margin-right: 10px;
}

.container-5 {
  align-self: auto;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.team-member-name-3 {
  color: #fff;
  margin-bottom: 6px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-3-copy {
  color: #fff;
  text-align: center;
  align-self: auto;
  min-width: 100%;
  min-height: 150px;
  max-height: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  text-decoration: none;
}

.team-member-position-3 {
  color: #fff;
  text-align: center;
  align-self: auto;
  min-width: 140px;
  max-width: 100%;
  min-height: 100px;
  max-height: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  text-decoration: none;
}

.team-grid-6-copy {
  grid-column-gap: 10px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  min-width: 980px;
  max-width: 1200px;
  min-height: 300px;
  margin-top: 50px;
  display: none;
}

.h3 {
  direction: rtl;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.team-grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  min-height: 300px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-grid-5 {
  grid-column-gap: 10px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  min-width: 980px;
  max-width: 1200px;
  min-height: 300px;
  margin-top: 50px;
  display: none;
}

.team-member-image-3 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  min-width: 100%;
  height: 150px;
  min-height: 100px;
  margin: 10px 20px 24px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.team-grid-5-copy, .team-grid-6 {
  grid-column-gap: 10px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  min-width: 980px;
  max-width: 1200px;
  min-height: 300px;
  margin-top: 50px;
  display: none;
}

.text3 {
  direction: rtl;
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.team-grid-6-copy-2 {
  grid-column-gap: 10px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  min-width: 980px;
  max-width: 1200px;
  min-height: 300px;
  margin-top: 50px;
  display: none;
}

.team-card-3 {
  text-align: center;
  background-image: linear-gradient(#0e2a47, #1c4f85);
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  min-height: auto;
  max-height: none;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-circles-3 {
  background-image: linear-gradient(#0f162c, #3c445a 56%, #0f162c);
  border: 0 solid #0000;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  padding: 80px 30px 40px;
  display: flex;
  position: relative;
}

.hero-stack {
  background-color: #f5f7fa;
  background-image: linear-gradient(#0f162c, #4d566c 74%, #0f162c);
  border-bottom: 0 solid #e4ebf3;
  min-width: 100%;
  max-width: 100%;
  padding: 80px 30px 40px;
  position: relative;
}

.container-6 {
  color: #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-3 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.margin-bottom-24px {
  color: #fff;
  min-width: 80%;
  max-width: 80%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.youtube {
  margin-top: 50px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

/* Рамка для локального видео (русская версия) */
.hero-video-frame {
  margin-top: 50px;
  margin-bottom: 40px;
  width: 100%;
  /* Не растягивать окно на всю ширину */
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  background: linear-gradient(145deg, #1e3a5f 0%, #0e2a47 50%, #0a1f33 100%);
  border: 3px solid rgba(56, 189, 248, 0.4);
  border-radius: 16px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 4px 20px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(56, 189, 248, 0.08);
  overflow: hidden;
}

.hero-video-frame .hero-video-player {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: 520px;
  /* Без “растягивания” кадра */
  object-fit: contain;
  border-radius: 8px;
  vertical-align: middle;
}

@media screen and (min-width: 1600px) {
  .hero-video-frame {
    max-width: 1100px;
  }
  .hero-video-frame .hero-video-player {
    max-height: 620px;
  }
}

.button-4 {
  float: none;
  pointer-events: auto;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#38bdf8, #2563eb);
  background-clip: padding-box;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.video-2 {
  width: 350px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-video-wrap {
  width: 350px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 8px;
}

.testimonial-video-wrap .testimonial-video-player {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  vertical-align: middle;
}

.container-12 {
  color: #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.testimonial-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Area"
  / 2.25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-2 {
  float: left;
  justify-content: center;
  align-items: center;
  margin-top: 7px;
  display: flex;
}

.text-block-5 {
  color: #f8f8f8;
  text-align: center;
  padding: 10px 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.testimonial-block {
  background-color: #1a3256;
  background-image: linear-gradient(#000, #0e2a47);
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 10px 10px;
  display: flex;
  min-height: 100%;
}

.text1 {
  direction: rtl;
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.testimonial-grid-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Area"
  / 2.25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 1100px;
  max-width: 1110px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.section-3 {
  background-color: #0e2a4700;
}

.image-18 {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.italic-text-3 {
  font-size: 14px;
}

.margin-bottom-24px-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.testimonial-author-name {
  color: #fff;
  text-align: center;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: relative;
  top: 0;
}

.text-block-8 {
  color: #fff;
  background-color: #02020200;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.image-17, .image-19 {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-column-dark {
  background-color: #4c8ed9;
  background-image: linear-gradient(#0f162c 2%, #404960 51%, #0f162c);
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.bold-text-3 {
  align-self: flex-start;
}

.section-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonial-block-main {
  color: #dbeafe;
  background-color: #0f162c;
  background-image: linear-gradient(#000, #0e2a47);
  border-radius: 5px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 10px 10px;
  display: flex;
}

.centered-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.comparison-row-main-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #0e2a47;
  background-color: #0e2a47;
  background-image: linear-gradient(#0e2a47, #2e4763);
  border-bottom: 1px solid #000;
  border-radius: 5px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 20px 50px 10px;
  display: none;
}

.icon-8 {
  color: #eaeaea;
}

.dropdown-1 {
  border-bottom: 1px solid #fff0;
}

.dropdown-list-11 {
  background-color: #ddd0;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 40px;
  position: relative;
}

.container-13 {
  color: #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-11 {
  color: #fff;
  width: 400px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.icon-13 {
  color: #fff;
}

.centered-subheading {
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  line-height: 25px;
}

.icon-6, .icon-5, .icon-4 {
  color: #fff;
}

.text-block-12 {
  color: #fff;
  -webkit-text-stroke-color: #000;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.dropdown-list-7 {
  background-color: #0000;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 40px;
  position: relative;
}

.icon-7 {
  color: #fbfbfb;
}

.icon-11 {
  color: #fff;
}

.dropdown-list-8 {
  background-color: #dddddd03;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 40px;
  position: relative;
}

.comparison-row-main-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #0e2a47;
  background-color: #0e2a47;
  background-image: linear-gradient(#0e2a47, #2e4763);
  border-bottom: 1px solid #000;
  border-radius: 5px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 20px 50px 10px;
  display: none;
}

.icon-9 {
  color: #fff;
}

.dropdown-list-3 {
  background-color: #ddd0;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 40px;
  position: relative;
}

.centered-heading-3 {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.icon-10, .icon-12 {
  color: #fff;
}

.features-table {
  background-color: #0f162c;
  border-bottom: 1px solid #00244e00;
  min-width: 100%;
  max-width: 100%;
  padding: 80px 30px 40px;
  position: relative;
}

.icon-2 {
  color: #fff;
  inset: 0% auto 0% 0%;
}

.dropdown-list-4 {
  background-color: #ddd0;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.dropdown-list-5 {
  background-color: #ddd0;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  position: relative;
}

.dropdown-list {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 40px;
  position: relative;
}

.dropdown-list.w--open {
  background-color: #ddd0;
  padding-top: 10px;
  padding-right: 40px;
}

.dropdown {
  border-radius: 5px;
  padding-left: 0;
}

.dropdown-list-10 {
  background-color: #ddd0;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 40px;
  position: relative;
}

.dropdown-toggle {
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  height: 85px;
  margin-left: 20px;
  padding-top: 30px;
  padding-left: 0;
  display: block;
  position: relative;
}

.icon-3 {
  color: #fff;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #0e2a47;
  background-color: #0e2a47;
  background-image: linear-gradient(#0e2a47, #2e4763);
  border-bottom: 1px solid #000;
  border-radius: 5px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 20px 50px 10px;
  display: grid;
}

.hero-without-image {
  background-color: #f5f7fa00;
  background-image: linear-gradient(#0f162c, #2f4965 31%, #0f162c 100%, #29405b);
  border-bottom: 0 solid #e4ebf300;
  min-width: 100%;
  max-width: 100%;
  padding: 80px 30px;
  position: relative;
}

.container-14 {
  color: #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.faq {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
}

.button-5 {
  float: none;
  pointer-events: auto;
  color: #0f162c;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#3b82f6, #fff);
  background-clip: padding-box;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
}

.image-10 {
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-block-copy {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.container-15 {
  color: #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-content {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 125px 125px 125px .25fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: grid;
}

.div-block-3 {
  max-width: 100%;
  position: relative;
}

.div-block-7 {
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
}

.footer-link {
  color: #fff;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-legal-link-2 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
  margin-left: 0;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.link-block-2 {
  min-width: 50px;
  max-width: 50px;
  margin-left: 0;
  margin-right: 10px;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: -12px;
  display: flex;
}

.image-26 {
  background-color: #fff0;
  margin-left: 20px;
  padding-right: 0;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
}

.image-11 {
  min-width: 100%;
  max-width: 100%;
  margin-left: 10px;
  margin-right: 20px;
  padding-right: 0;
}

.image-20 {
  min-width: 100%;
  max-width: 100%;
  margin-left: 10px;
  margin-right: 0;
}

.section-5 {
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

.text {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
}

.footer-brand {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-dark {
  background-color: #0f162c;
  border-bottom: 1px solid #e4ebf300;
  padding: 50px 30px 10px;
  position: relative;
}

.image-27 {
  background-color: #fff0;
  margin-left: 0;
  overflow: hidden;
}

.footer-block {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.footer-subscribe-2 {
  background-color: #0f162c;
  border-bottom: 1px solid #e4ebf300;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0 20px 40px 30px;
  position: relative;
}

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

.footer-bottom-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-copyright-2 {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.footer-subscribe-mob {
  background-color: #0f162c;
  border-bottom: 1px solid #e4ebf3;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 40px 20px 40px 30px;
  display: none;
  position: relative;
}

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

.footer-legal-link-2-copy {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
  margin-left: 0;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.footer-legal-link-2-copy:hover {
  color: #3a4554;
}

.footer-legal-link-2-copy-2 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
  margin-left: 0;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.footer-legal-link-2-copy-2:hover {
  color: #3a4554;
}

.button-6 {
  float: none;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(165deg, #38bdf8 23%, #3b82f6);
  background-clip: padding-box;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100%;
  margin-top: 0;
  margin-left: -40px;
  margin-right: 0;
  padding: 15px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.navbar-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-17 {
  width: 90%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.image-32 {
  width: 100px;
  min-width: 100px;
  max-width: 100%;
  margin-left: 20px;
  margin-right: 40px;
  padding-bottom: 0;
}

.div-block-14 {
  display: none;
}

.image-33 {
  background-color: #fff0;
  margin-left: 20px;
  padding-right: 0;
}

.icon-15 {
  display: none;
}

.nav-menu-wrapper-3 {
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: 60px;
  margin-right: 20px;
  display: flex;
}

.div-block-15 {
  display: none;
}

.div-block-16 {
  display: none;
  overflow: visible;
}

.image-34 {
  background-color: #fff0;
  margin-left: 0;
  overflow: hidden;
}

.section-6 {
  background-image: linear-gradient(193deg, #0f162c 19%, #3b4555 43%, #414a53 57%, #0f162c 78%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.div-block-17 {
  padding-bottom: 60px;
}

.heading-8 {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 50px;
}

.text-block-16 {
  color: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.link-2, .link-3, .link-4, .link-5 {
  color: #fff;
}

.body {
  background-color: #0f162c;
}

.list-item-8 {
  margin-left: auto;
  margin-right: 20px;
}

.body-2 {
  background-color: #0f162c;
  min-width: 100%;
  max-width: 100%;
}

.body-3 {
  background-color: #0f162c;
}

.text-span {
  text-transform: none;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  font-size: 45px;
  line-height: 45px;
  display: flex;
  position: static;
  inset: auto 0%;
}

.bold-text-4 {
  direction: rtl;
  line-height: 22px;
}

.heading-copy {
  direction: rtl;
  color: #fff;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 62%;
  min-width: 50%;
  max-width: 50%;
  margin: 0 20px 0 450px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  line-height: 70px;
  display: flex;
}

.nav-link-copy {
  direction: rtl;
  color: #fff;
  letter-spacing: .25px;
  background-color: #fff0;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy {
  color: #fff;
  letter-spacing: .25px;
  background-color: #fff0;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-copy:hover {
  color: #1a1b1fbf;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.text-block-3-copy {
  direction: rtl;
  color: #fff;
  text-align: center;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  position: relative;
}

.text-block-2-copy {
  direction: rtl;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  display: block;
  position: static;
}

.text-block-3-copy {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  position: relative;
}

.h1-copy {
  direction: rtl;
  color: #fff;
  text-align: center;
  background-color: #4c8ed900;
  margin: 140px auto 15px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  direction: rtl;
}

.h2-copy {
  direction: rtl;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 36px;
}

.text-2-copy {
  direction: rtl;
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.team-member-position-2-copy {
  direction: rtl;
  color: #fff;
  text-align: left;
  direction: rtl;
  text-align: left;
  direction: rtl;
  text-align: left;
  direction: rtl;
  text-align: left;
  direction: rtl;
  text-align: left;
  direction: rtl;
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.team-member-name-2-copy {
  direction: rtl;
  color: #fbfbfb;
  text-align: left;
  direction: rtl;
  text-align: left;
  direction: rtl;
  text-align: left;
  direction: rtl;
  text-align: left;
  direction: rtl;
  text-align: left;
  direction: rtl;
  text-align: left;
  align-self: flex-end;
  margin-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.h3-copy {
  direction: rtl;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.text3-copy {
  direction: rtl;
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.text-block-17 {
  direction: rtl;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  min-width: 50%;
  max-width: 50%;
  margin-top: -50px;
  margin-left: 450px;
  margin-right: 20px;
  font-size: 25px;
  line-height: 25px;
  display: flex;
}

.team-member-position-3-copy {
  color: #fff;
  text-align: center;
  direction: rtl;
  text-align: center;
  text-align: center;
  text-align: center;
  direction: rtl;
  text-align: center;
  flex: 1;
  align-self: auto;
  min-width: 140px;
  max-width: 100%;
  min-height: 100px;
  max-height: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  text-decoration: none;
}

.centered-heading-copy {
  direction: rtl;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.text-block-7-copy {
  direction: rtl;
  color: #fff;
  text-align: center;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-8-copy {
  direction: rtl;
  color: #fff;
  background-color: #02020200;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.heading-3-copy {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.button-4-copy {
  float: none;
  pointer-events: auto;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#38bdf8, #2563eb);
  background-clip: padding-box;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.centered-heading-3-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.centered-subheading-copy {
  direction: rtl;
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  line-height: 25px;
}

.text-block-11-copy {
  direction: rtl;
  color: #fff;
  text-align: right;
  width: 400px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.dropdown-copy {
  border-radius: 5px;
  padding-left: 0;
}

.text-block-12-copy {
  direction: rtl;
  color: #fff;
  text-align: right;
  -webkit-text-stroke-color: #000;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.faq-copy {
  direction: rtl;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.text-block-14-copy {
  direction: rtl;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
}

.button-6-copy {
  float: none;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(165deg, #38bdf8 23%, #3b82f6);
  background-clip: padding-box;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.footer-block-copy {
  color: #fff;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0;
  display: flex;
}

.comparison-row-main-4-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #0e2a47;
  background-color: #0e2a47;
  background-image: linear-gradient(#0e2a47, #2e4763);
  border-bottom: 1px solid #000;
  border-radius: 5px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 20px 50px 10px;
  display: none;
}

.dropdown-1-copy {
  border-bottom: 1px solid #fff0;
}

.dropdown-toggle-copy {
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  height: 85px;
  margin-left: 20px;
  padding-top: 30px;
  padding-left: 0;
  display: block;
  position: relative;
}

.text-block-11-copy {
  color: #fff;
  width: 400px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-12-copy {
  color: #fff;
  -webkit-text-stroke-color: #000;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.team-member-position-3-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  align-self: auto;
  min-width: 140px;
  max-width: 100%;
  min-height: 100px;
  max-height: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  text-decoration: none;
}

.bold-text-13 {
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-5-copy {
  direction: rtl;
}

.team-member-position-3-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  align-self: auto;
  min-width: 140px;
  max-width: 100%;
  min-height: 100px;
  max-height: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  text-decoration: none;
}

.team-card-3-copy {
  text-align: center;
  text-align: center;
  text-align: center;
  background-image: linear-gradient(#0e2a47, #1c4f85);
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  min-height: auto;
  max-height: none;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-name-3-copy {
  color: #fff;
  margin-bottom: 6px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
}

.nav-link-copy-copy {
  color: #fff;
  letter-spacing: .25px;
  background-color: #fff0;
  border-radius: 5px;
  margin-left: 60px;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-copy-copy:hover {
  color: #1a1b1fbf;
}

.nav-link-copy-copy:focus-visible, .nav-link-copy-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-menu-wrapper-3-copy {
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 60%;
  min-width: 60%;
  max-width: 60%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.container-17-copy {
  width: 90%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.footer-dark-copy {
  background-color: #0f162c;
  border-bottom: 1px solid #e4ebf300;
  padding: 50px 30px 10px;
  position: relative;
}

.div-block-3-copy {
  max-width: 100%;
  position: relative;
}

.section-5-copy {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-7-copy {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.footer-brand-copy-copy {
  margin-left: 0;
  margin-right: 0;
}

.footer-wrapper-copy-copy {
  justify-content: space-between;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.link-block-10 {
  min-width: 50px;
  max-width: 50px;
  margin-left: 10px;
}

.footer-dark-copy {
  background-color: #0f162c;
  border-bottom: 1px solid #e4ebf300;
  min-width: 100%;
  max-width: 100%;
  padding: 50px 30px 10px;
  position: relative;
}

.container-15-copy {
  color: #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.link-block-11 {
  min-width: 50px;
  max-width: 50px;
}

.footer-content-copy {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 172px 125px 125px;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
  display: grid;
}

.footer-dark-copy-copy {
  background-color: #0f162c;
  border-bottom: 1px solid #e4ebf300;
  min-width: 100%;
  max-width: 100%;
  padding: 50px 30px 10px;
  display: none;
  position: relative;
}

.container-4-copy {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-2-copy {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 50px;
  display: grid;
}

/* Блок #2: одна сетка team-grid-2-copy (copy-copy и copy-copy-copy удалены) */

.text-block-18 {
  direction: rtl;
  color: #fff;
  text-align: right;
  flex: 1;
  align-self: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.text-8 {
  color: var(--white);
  text-align: right;
  align-self: flex-end;
  margin-left: 10px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
}

.body-4 {
  min-width: 100%;
  max-width: 100%;
}

.utility-page-wrap {
  background-color: #0f162c;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.section-4 {
  width: 100%;
}

.heading-6 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 100px;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-22 {
  margin-left: auto;
  margin-right: auto;
}

.heading-7, .text-block-15 {
  color: #fff;
}

.section-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 347px 70px;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-width: 45%;
  max-width: 45%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 70px 202px;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: center;
  min-width: 350px;
  max-width: 350px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  display: grid;
}

.margin-bottom-24px-2-copy {
  direction: rtl;
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.margin-bottom-24px-2-copy-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.testimonial-column-dark-copy {
  background-color: #4c8ed9;
  background-image: linear-gradient(#0f162c 2%, #404960 51%, #0f162c);
  border-bottom: 0 solid #e4ebf3;
  min-width: 100%;
  max-width: 100%;
  padding: 80px 30px 40px;
  position: relative;
}

.testimonial-grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Area"
  / 2.25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text1-copy-copy {
  direction: ltr;
  color: #fff;
  text-align: center;
  direction: ltr;
  text-align: center;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.body-6 {
  background-color: #0f162c;
}

.div-block-17-copy {
  padding-bottom: 60px;
}

.heading-8-copy {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 50px;
}

.text-block-16-copy {
  direction: rtl;
  color: #fff;
  text-align: right;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.body-7 {
  background-color: #0f162c;
}

.cookie {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#23354f, #141e3d);
  border-radius: 5px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  min-width: 350px;
  max-width: 350px;
  min-height: 250px;
  max-height: 250px;
  margin-left: auto;
  margin-right: 10px;
  padding-top: 10px;
  display: block;
}

.text-block-19 {
  color: #fff5f5;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.button-7, .button-7-copy {
  text-align: center;
  border-radius: 5px;
  min-width: 300px;
  max-width: 300px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-10 {
  display: none;
}

.text1-copy-copy-copy {
  direction: ltr;
  color: #fff;
  text-align: center;
  align-self: center;
  min-width: 70%;
  max-width: 70%;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.text1-copy-copy-copy._10 {
  min-width: 100%;
  max-width: 100%;
}

.link-block-2-copy {
  min-width: 50px;
  max-width: 50px;
  margin-left: 0;
  margin-right: 10px;
}

.list-item-8-copy {
  margin-left: 0;
  margin-right: 20px;
}

.nav-button-wrapper-copy {
  justify-content: center;
  align-items: center;
  min-width: 20%;
  max-width: 20%;
  margin-left: 80px;
  display: flex;
}

.list-item-8-copy-copy {
  margin-left: auto;
  margin-right: 20px;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

@media screen and (min-width: 1440px) {
  .button-3 {
    width: 250px;
    margin-left: 0;
    font-size: 20px;
  }

  .nav-button-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 55%;
    min-width: 55%;
    max-width: 55%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link {
    color: #fff;
    background-color: #fff0;
    margin-left: 20px;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .navbar-wrapper {
    color: #fff;
  }

  .image-16 {
    margin-left: 2px;
    margin-right: 140px;
  }

  .navbar-no-shadow-container {
    color: #0e2a47;
    background-color: #0f162c;
    min-width: 100%;
    max-width: 100%;
  }

  .mobile-margin-top-10 {
    min-width: 25%;
    max-width: 30%;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
  }

  .navbar-no-shadow-copy {
    cursor: default;
    background-color: #0f162c;
    display: none;
    box-shadow: 7px 2px 5px #0003;
  }

  .navbar-no-shadow-copy.navbar-single {
    display: flex !important;
  }

  .link {
    color: #fff;
    margin-left: 20px;
    font-size: 20px;
    text-decoration: none;
  }

  .navbar-logo-left-container.shadow-three {
    background-color: #0f162c;
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
    padding-bottom: 0;
  }

  .navbar-brand-2 {
    flex: 0 auto;
    min-width: 10%;
    max-width: 10%;
    margin-left: 40px;
  }

  .nav-menu-two {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .navbar-logo-left {
    min-width: 80%;
  }

  .quick-stack {
    width: 80%;
    margin-top: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-2 {
    background-image: none;
    width: 250px;
    font-size: 20px;
  }

  .button-2._2 {
    width: 350px;
    font-size: 25px;
    line-height: 40px;
  }

  .heading-copy {
    text-transform: none;
    margin-top: -14px;
    margin-left: 550px;
    margin-right: 20px;
    padding-top: 0;
    font-size: 50px;
    line-height: 50px;
    position: relative;
    left: 0;
  }

  .section {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 1%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .div-block {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .div-block-4 {
    background-color: #0000004d;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .container-9 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  .text-10 {
    width: 700px;
    min-width: 50%;
    max-width: 50%;
    margin: -40px -63px 0 500px;
    padding-top: 0;
    font-size: 25px;
    font-weight: 300;
    line-height: 25px;
  }

  .heading {
    text-transform: uppercase;
    min-width: 60%;
    max-width: 50%;
    margin-top: 0;
    margin-left: 500px;
    margin-right: 20px;
    padding-top: 180px;
    font-size: 58px;
    line-height: 58px;
  }

  .text-block-2 {
    font-size: 55px;
  }

  .text-block-3 {
    margin-top: 30px;
    font-size: 25px;
    font-weight: 300;
    line-height: 40px;
  }

  .h1 {
    color: #fafafa;
    background-color: #fff0;
    min-width: 70%;
    max-width: 70%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-family: Oswald, sans-serif;
    font-size: 45px;
    line-height: 50px;
  }

  .container-3 {
    min-width: 25%;
  }

  .team-circles-copy {
    background-image: linear-gradient(#0d111f, #0e2a47 20%, #6f7d8d 61%, #0f162c);
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text1-copy {
    float: none;
    color: #fff;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    line-height: 25px;
    display: block;
    overflow: visible;
  }

  .team-member-position,
  .service-description {
    text-align: left;
    align-self: auto;
    min-width: 0;
    min-height: 120px;
    margin-bottom: 0;
    padding: 10px 20px 5px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .team-member-name,
  .service-title {
    margin-bottom: 10px;
    font-family: Oswald, sans-serif;
    font-size: 25px;
    font-weight: 500;
  }

  .team-grid,
  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    box-shadow: none;
    grid-template: "Area"
                   "."
                   / 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center start;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    height: 11%;
    min-height: 700px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .team-card,
  .service-card {
    background-color: #5dace4;
    border-radius: 5px;
    justify-content: space-between;
    align-items: center;
    height: 470px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-member-image,
  .service-icon {
    border-radius: 10px;
    width: 90%;
    max-width: 90%;
    height: 50%;
    max-height: none;
    margin-bottom: 0;
    padding: 0;
  }

  .h2 {
    color: #fff;
    background-color: #fff0;
    min-width: 70%;
    max-width: 70%;
    margin-bottom: 20px;
    font-family: Oswald, sans-serif;
    font-size: 45px;
    line-height: 50px;
  }

  .team-circles-2 {
    background-color: #0e2a47;
    background-image: linear-gradient(#0f162c, #7f8e9d 62%, #0f162c);
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .team-member-position-2 {
    color: #fff;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 300;
  }

  .team-card-2 {
    text-align: right;
    background-image: linear-gradient(#1c4f85, #0f2945 100%, #000);
    width: 450px;
    padding-top: 20px;
  }

  .text-2 {
    float: none;
    color: #fff;
    min-width: 70%;
    max-width: 70%;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    line-height: 25px;
    display: block;
    overflow: visible;
  }

  .container-4 {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .team-member-name-2 {
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 10px;
    font-family: Oswald, sans-serif;
    font-size: 25px;
    font-weight: 500;
    display: flex;
    position: relative;
    left: 0;
  }

  .team-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    background-color: #0f0f3b00;
    border-radius: 10px;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    height: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 20px;
  }

  .team-member-image-2 {
    border-radius: 5px;
    width: 420px;
    height: 270px;
    max-height: none;
  }

  .container-5 {
    justify-content: center;
    align-items: flex-start;
    max-width: 1300px;
    display: block;
  }

  .team-member-name-3 {
    font-family: Oswald, sans-serif;
    font-size: 25px;
  }

  .team-member-position-3-copy, .team-member-position-3 {
    min-width: 250px;
    min-height: 200px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .team-grid-6-copy {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .h3 {
    color: #fff;
    background-color: #fff0;
    min-width: 70%;
    max-width: 70%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-family: Oswald, sans-serif;
    font-size: 45px;
    line-height: 50px;
  }

  .team-grid-3 {
    grid-column-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-grid-5 {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-member-image-3 {
    border-radius: 5px;
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .team-grid-5-copy, .team-grid-6 {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .text3 {
    float: none;
    color: #fff;
    min-width: 70%;
    max-width: 5%;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    line-height: 25px;
    display: block;
    overflow: visible;
  }

  .team-grid-6-copy-2 {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-card-3 {
    background-image: linear-gradient(#0e2a47, #1c4f85);
    height: 500px;
    min-height: 350px;
    padding: 10px;
  }

  .team-circles-3 {
    background-image: linear-gradient(#0f162c, #a2a5ad 54%, #0f162c 99%);
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    display: block;
  }

  .hero-stack {
    background-image: linear-gradient(#0f162c 24%, #143a63 49%, #0f162c);
  }

  .container-6 {
    width: 1400px;
    max-width: 1500px;
  }

  .hero-wrapper-two {
    width: 1110px;
    min-width: 100%;
    max-width: 100%;
  }

  .heading-3 {
    font-size: 45px;
    line-height: 45px;
  }

  .margin-bottom-24px {
    min-width: 70%;
    max-width: 70%;
    font-size: 25px;
    line-height: 25px;
  }

  .youtube {
    min-width: 70%;
    max-width: 70%;
  }

  .button-4 {
    background-image: none;
    width: 250px;
    font-size: 20px;
  }

  .video-2 {
    width: 500px;
    min-width: 300px;
    max-width: 600px;
  }

  .testimonial-video-wrap {
    width: 500px;
    min-width: 300px;
    max-width: 600px;
  }

  .container-12 {
    width: 1400px;
    max-width: 1500px;
  }

  .testimonial-grid {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-5 {
    font-size: 25px;
  }

  .text1 {
    float: none;
    color: #fff;
    min-width: 70%;
    max-width: 70%;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    line-height: 25px;
    display: block;
    overflow: visible;
  }

  .testimonial-grid-copy {
    width: 100%;
    max-width: 1500px;
  }

  .italic-text-3 {
    font-size: 16px;
  }

  .testimonial-column-dark {
    background-image: linear-gradient(#0f162c, #a1a4ad 61%, #0f162c);
    border-bottom-style: none;
    border-bottom-color: #fff0;
  }

  .centered-heading {
    font-size: 45px;
    line-height: 45px;
  }

  .comparison-row-main-copy {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-1 {
    width: 100%;
  }

  .container-13 {
    width: 1400px;
    max-width: 1500px;
  }

  .text-block-11 {
    width: 100%;
  }

  .centered-subheading {
    color: #fff;
  }

  .dropdown-17, .dropdown-14 {
    width: 100%;
  }

  .comparison-row-main-4 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .centered-heading-3 {
    color: #fff;
    font-size: 45px;
    line-height: 45px;
  }

  .features-table {
    background-color: #0f162c;
    border-bottom-style: none;
  }

  .comparison-table {
    min-width: 95%;
    max-width: 95%;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-toggle {
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .comparison-row-main {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-without-image {
    border-bottom: 0px solid var(--1);
    background-color: var(--1);
    opacity: 1;
    outline-offset: 0px;
    mix-blend-mode: normal;
    background-image: linear-gradient(#0f162c, #2f4965 23%, #0f162c 74% 99%, #0f162c);
    outline: 0 #333;
    max-width: 100%;
    position: static;
  }

  .container-14 {
    width: 1400px;
    max-width: 1500px;
  }

  .faq {
    font-size: 45px;
    line-height: 45px;
  }

  .button-5 {
    background-image: linear-gradient(#3b82f6 18%, #fff);
    width: 250px;
    font-size: 20px;
  }

  .text-block-14 {
    font-size: 25px;
    line-height: 25px;
  }

  .image-10 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-15 {
    width: 1400px;
    max-width: 1500px;
  }

  .footer-content {
    grid-column-gap: 40px;
    grid-template-columns: minmax(300px, 1fr) 185px 184px;
    place-content: stretch;
    place-items: center start;
    min-width: 50%;
    margin-left: 60px;
  }

  .div-block-3 {
    justify-content: space-between;
    align-items: center;
    margin-right: 60px;
  }

  .div-block-7 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .footer-link {
    font-size: 18px;
  }

  .footer-legal-link-2 {
    margin-left: 0;
    font-size: 18px;
  }

  .title-small {
    font-size: 22px;
  }

  .image-20 {
    min-width: 50px;
    max-width: 50px;
    display: block;
  }

  .section-5 {
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 20px;
  }

  .text {
    font-size: 20px;
  }

  .footer-brand {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-dark {
    border-top: 0px none var(--1);
    opacity: 1;
    background-color: #0f162c;
    border-bottom-width: 0;
  }

  .footer-subscribe-2 {
    background-color: #0f162c;
    min-width: 100%;
    max-width: 100%;
  }

  .footer-copyright-2 {
    width: 350px;
  }

  .footer-subscribe-mob {
    background-color: #0f162c;
    min-width: 100%;
    max-width: 100%;
  }

  .footer-legal-link-2-copy, .footer-legal-link-2-copy-2 {
    margin-left: 0;
  }

  .button-6 {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    margin-left: 0;
    padding-left: 10px;
    font-size: 16px;
  }

  .navbar-wrapper-4 {
    justify-content: space-between;
    align-items: center;
    width: 90%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-17 {
    width: 90%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-32 {
    width: 120px;
    margin-left: 2px;
    margin-right: 140px;
  }

  .menu-button-4 {
    min-width: 50%;
    max-width: 50%;
  }

  .nav-menu-wrapper-3 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 45%;
    min-width: 45%;
    max-width: 45%;
    display: flex;
    left: auto;
  }

  .heading-8 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 100px;
    font-size: 70px;
  }

  .list-item-8 {
    flex: 0 auto;
    min-width: 65%;
    max-width: 65%;
    margin-left: 0;
    margin-right: 100px;
    list-style-type: disc;
  }

  .body-3 {
    background-color: var(--1);
  }

  .text-span {
    font-size: 50px;
    line-height: 50px;
  }

  .heading-copy {
    text-transform: uppercase;
    min-width: 50%;
    max-width: 50%;
    margin-top: 0;
    margin-left: 600px;
    margin-right: 40px;
    padding-top: 40px;
    font-size: 90px;
    line-height: 90px;
  }

  .nav-link-copy {
    color: #fff;
    background-color: #fff0;
    margin-left: 20px;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .text-block-2-copy {
    font-size: 55px;
  }

  .text-block-3-copy {
    margin-top: 30px;
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
  }

  .h1-copy {
    color: #fafafa;
    background-color: #fff0;
    min-width: 70%;
    max-width: 70%;
    margin: 140px auto 20px;
    font-family: Oswald, sans-serif;
    font-size: 50px;
    line-height: 50px;
  }

  .h2-copy {
    color: #fff;
    background-color: #fff0;
    min-width: 70%;
    max-width: 70%;
    margin-bottom: 20px;
    font-family: Oswald, sans-serif;
    font-size: 50px;
    line-height: 50px;
  }

  .text-2-copy {
    float: none;
    color: #fff;
    min-width: 70%;
    max-width: 70%;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    line-height: 25px;
    display: block;
    overflow: visible;
  }

  .team-member-position-2-copy {
    color: #fff;
    text-align: left;
    text-align: right;
    text-align: right;
    text-align: left;
    text-align: left;
    text-align: left;
    align-self: flex-end;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 300;
  }

  .team-member-name-2-copy {
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    text-align: center;
    text-align: right;
    text-align: center;
    text-align: center;
    text-align: center;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 10px;
    font-family: Oswald, sans-serif;
    font-size: 25px;
    font-weight: 500;
    display: flex;
    position: relative;
    left: 0;
  }

  .h3-copy {
    color: #fff;
    background-color: #fff0;
    min-width: 70%;
    max-width: 70%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-family: Oswald, sans-serif;
    font-size: 50px;
    line-height: 50px;
  }

  .text3-copy {
    float: none;
    color: #fff;
    min-width: 500px;
    max-width: 600px;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    line-height: 25px;
    display: block;
    overflow: visible;
  }

  .text-block-17 {
    direction: rtl;
    color: #fff;
    min-width: 60%;
    max-width: 60%;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
  }

  .centered-heading-copy {
    font-size: 50px;
    line-height: 45px;
  }

  .heading-3-copy {
    font-size: 50px;
    line-height: 50px;
  }

  .button-4-copy {
    background-image: none;
    width: 250px;
    font-size: 20px;
  }

  .centered-heading-3-copy {
    color: #fff;
    font-size: 50px;
    line-height: 45px;
  }

  .centered-subheading-copy {
    color: #fff;
  }

  .text-block-11-copy {
    display: flex;
  }

  .dropdown-copy {
    text-align: right;
    width: 100%;
  }

  .faq-copy {
    font-size: 50px;
    line-height: 45px;
  }

  .text-block-14-copy {
    font-size: 25px;
    line-height: 25px;
  }

  .button-6-copy {
    width: 250px;
    margin-left: 0;
    padding-left: 10px;
    font-size: 16px;
  }

  .footer-block-copy {
    justify-content: center;
    align-items: flex-end;
  }

  .comparison-row-main-4-copy {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-1-copy {
    width: 100%;
  }

  .dropdown-toggle-copy {
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .bold-text-13 {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .team-member-position-3-copy {
    min-width: 250px;
    min-height: 200px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .team-card-3-copy {
    background-image: linear-gradient(#0e2a47, #1c4f85);
    height: 500px;
    min-height: 350px;
    padding: 10px;
  }

  .team-member-name-3-copy {
    font-family: Oswald, sans-serif;
    font-size: 25px;
  }

  .nav-link-copy-copy {
    color: #fff;
    background-color: #fff0;
    margin-left: 20px;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .nav-menu-wrapper-3-copy {
    text-align: left;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 70%;
    min-width: 85%;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    left: auto;
  }

  .container-17-copy {
    width: 90%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-dark-copy {
    border-top: 0px none var(--1);
    opacity: 1;
    background-color: #0f162c;
    border-bottom-width: 0;
  }

  .div-block-3-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-right: 60px;
    display: flex;
  }

  .section-5-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7-copy {
    min-width: 100%;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 0;
  }

  .link-block-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-brand-copy-copy {
    flex: 0 auto;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .footer-dark-copy {
    border-top: 0px none var(--1);
    opacity: 1;
    background-color: #0f162c;
    border-bottom-width: 0;
    min-width: 100%;
    max-width: 100%;
  }

  .container-15-copy {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .link-block-11 {
    margin-left: 10px;
  }

  .footer-content-copy {
    grid-column-gap: 40px;
    grid-template-columns: minmax(300px, 1fr) 185px 184px;
    place-content: stretch;
    place-items: center start;
    min-width: 50%;
    margin-right: 0;
  }

  .footer-dark-copy-copy {
    border-top: 0px none var(--1);
    opacity: 1;
    background-color: #0f162c;
    border-bottom-width: 0;
    min-width: 100%;
    max-width: 100%;
  }

  .container-4-copy {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .team-grid-2-copy {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    background-color: #0f0f3b00;
    border-radius: 10px;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    height: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 20px;
  }

  .text-block-18 {
    direction: rtl;
    color: #fff;
    text-align: right;
    flex: 1;
    min-width: 90%;
    max-width: 90%;
    margin-top: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 20px;
  }

  .text-8 {
    color: #fff;
    text-align: right;
    align-self: flex-end;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    line-height: 25px;
  }

  .bold-text-14 {
    font-size: 25px;
  }

  .body-4 {
    background-color: #0f162c;
    min-width: 100%;
    max-width: 100%;
  }

  .body-5 {
    background-color: #0f162c;
  }

  .section-8 {
    grid-template-columns: 416px 70px;
    min-width: 35%;
    max-width: 35%;
  }

  .section-9 {
    grid-template-columns: 70px 254px;
    justify-content: center;
    align-items: center;
    min-width: 400px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .link-block-2-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-column-dark-copy {
    background-image: linear-gradient(#0f162c, #a1a4ad 61%, #0f162c);
    border-bottom-style: none;
    border-bottom-color: #fff0;
  }

  .testimonial-grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    min-width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .text1-copy-copy {
    float: none;
    color: #fff;
    float: none;
    min-width: 70%;
    max-width: 70%;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    line-height: 25px;
    display: block;
    overflow: visible;
  }

  .heading-8-copy {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 100px;
    font-size: 70px;
  }

  .text1-copy-copy-copy {
    float: none;
    color: #fff;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    line-height: 25px;
    overflow: visible;
  }

  .text1-copy-copy-copy._10 {
    min-width: 100%;
    max-width: 100%;
  }

  .list-item-8-copy {
    flex: 0 auto;
    min-width: 10%;
    max-width: 10%;
    margin-left: 0;
    margin-right: 100px;
    list-style-type: disc;
  }

  .nav-button-wrapper-copy {
    justify-content: flex-start;
    align-items: center;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    margin-left: 100px;
    margin-right: 0;
  }

  .list-item-8-copy-copy {
    flex: 0 auto;
    min-width: 70%;
    max-width: 70%;
    margin-left: 0;
    margin-right: 40px;
    list-style-type: disc;
  }

  .div-block-18 {
    place-content: stretch center;
    margin-left: 25px;
    margin-right: auto;
  }

  .div-block-19 {
    grid-template-columns: minmax(250px, .5fr);
    place-items: center;
    min-width: 20%;
    max-width: 20%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    padding-left: 10px;
    font-size: 30px;
  }

  .image-23 {
    width: 50px;
  }

  .button-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 170px;
    margin-left: 40px;
    margin-right: auto;
  }

  .nav-button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-menu {
    background-color: #0f162c;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-left: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
    display: flex;
  }

  .container-regular {
    min-width: 90%;
    max-width: 90%;
  }

  .inst {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .nav-link {
    margin-left: 40px;
    padding-left: 0;
    padding-right: 5px;
    font-size: 25px;
  }

  .navbar-wrapper {
    width: 100%;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    margin-top: 0;
    padding-top: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf00;
    background-image: linear-gradient(#0e2a47, #7085a1);
    border-radius: 5px;
    padding: 15px 18px;
  }

  .navbar-no-shadow-container {
    min-width: 100%;
    max-width: 100%;
  }

  .mobile-margin-top-10 {
    align-self: flex-end;
    margin-top: 140px;
    margin-left: 0;
    margin-right: 20px;
    padding-bottom: 0;
  }

  .list-item-2 {
    align-self: flex-end;
    margin-right: 20px;
    padding-bottom: 10px;
  }

  .navbar-no-shadow-copy {
    display: flex;
  }

  .div-block-8 {
    width: 14%;
    height: 75%;
    display: block;
  }

  .div-block-5 {
    overflow: visible;
  }

  .list-item {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .image-15 {
    margin-left: 0;
    display: inline-block;
  }

  .list-item-4 {
    align-self: flex-end;
    margin-bottom: 10px;
    margin-right: 20px;
    padding-bottom: 0;
  }

  .link {
    flex-flow: row;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: center;
    margin: 40px 20px 40px 0;
  }

  .navbar-logo-left-container.shadow-three {
    min-width: 90%;
    max-width: 90%;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar-logo-left {
    display: none;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 140px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-2._2 {
    width: 300px;
  }

  .div-block {
    padding-bottom: 0;
  }

  .div-block-4 {
    min-width: 77%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-10 {
    width: 96%;
    min-width: 55%;
    max-width: 53%;
    margin-bottom: 220px;
    margin-left: 300px;
    margin-right: 40px;
    font-size: 18px;
    line-height: 18px;
  }

  .heading {
    width: 100%;
    min-width: 55%;
    max-width: 55%;
    margin-left: 300px;
    margin-right: 20px;
    padding-top: 100px;
    font-size: 40px;
    line-height: 45px;
  }

  .text-block-2 {
    font-size: 40px;
  }

  .text-block-3 {
    text-align: center;
    font-size: 20px;
  }

  .h1 {
    margin-top: 140px;
  }

  .container-3 {
    width: 100%;
    min-width: 700px;
    max-width: 991px;
  }

  .team-circles-copy {
    padding-top: 10px;
  }

  .text1-copy {
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .team-member-position,
  .service-description {
    min-width: 100px;
    min-height: 100px;
  }

  .team-member-name,
  .service-title {
    font-size: 25px;
  }

  .team-grid,
  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .5fr .5fr;
    width: 11%;
    min-width: 700px;
    max-width: 991px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-card,
  .service-card {
    height: 100%;
  }

  .team-member-image,
  .service-icon {
    width: 300px;
    height: 190px;
    padding-left: 0;
    padding-right: 0;
  }

  .team-circles-2 {
    padding-top: 60px;
  }

  .container-4 {
    max-width: 728px;
  }

  .team-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }

  .container-5 {
    max-width: 728px;
  }

  .team-member-position-3 {
    flex: 1;
    align-self: stretch;
  }

  .team-grid-6-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
    width: 220px;
    min-width: 220px;
    max-width: 900px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .team-grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start stretch;
    min-width: 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .team-member-image-3 {
    width: 140px;
    height: 190px;
  }

  .team-grid-5-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start stretch;
    min-width: 700px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .team-grid-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
    width: 220px;
    min-width: 220px;
    max-width: 900px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .team-grid-6-copy-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
    width: 220px;
    min-width: 220px;
    max-width: 900px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .team-card-3 {
    justify-content: center;
    align-items: center;
    width: 220px;
  }

  .team-circles-3, .hero-stack {
    padding-top: 60px;
  }

  .container-6 {
    max-width: 728px;
  }

  .video-2 {
    width: 51%;
    min-width: 80%;
    max-width: 80%;
  }

  .testimonial-video-wrap {
    width: 51%;
    min-width: 80%;
    max-width: 80%;
  }

  .container-12 {
    max-width: 728px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 100%;
  }

  .testimonial-block {
    width: 100%;
    height: 100%;
  }

  .testimonial-grid-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 700px;
    max-width: 900px;
    margin-top: 10px;
    display: grid;
  }

  .testimonial-column-dark {
    min-width: 700px;
    max-width: 900px;
    padding-top: 60px;
  }

  .comparison-row-main-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 700px;
    max-width: 900px;
    display: none;
  }

  .dropdown-6, .dropdown-1 {
    width: 100%;
  }

  .container-13 {
    max-width: 728px;
  }

  .text-block-11 {
    width: 100%;
  }

  .comparison-row-main-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 700px;
    max-width: 900px;
    display: grid;
  }

  .features-table {
    padding-top: 60px;
  }

  .dropdown-11, .dropdown, .dropdown-10, .dropdown-4, .dropdown-9 {
    width: 100%;
  }

  .dropdown-toggle {
    width: 95%;
    padding-bottom: 0;
    line-height: 14px;
  }

  .icon-3 {
    inset: 0% auto 0% 0%;
  }

  .comparison-row-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 700px;
    max-width: 900px;
    display: none;
  }

  html[lang="ru"] .features-table .comparison-row-main {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: none;
    box-sizing: border-box;
  }

  html[lang="ru"] .features-table .comparison-row-main > .w-dropdown {
    grid-column: 1 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html[lang="ru"] .features-table .comparison-row-main .dropdown-toggle {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  html[lang="ru"] .features-table .comparison-row-main .icon-3,
  html[lang="ru"] .features-table .comparison-row-main .icon-4,
  html[lang="ru"] .features-table .comparison-row-main .icon-5,
  html[lang="ru"] .features-table .comparison-row-main .icon-6,
  html[lang="ru"] .features-table .comparison-row-main .icon-7,
  html[lang="ru"] .features-table .comparison-row-main .icon-8,
  html[lang="ru"] .features-table .comparison-row-main .icon-9,
  html[lang="ru"] .features-table .comparison-row-main .icon-10,
  html[lang="ru"] .features-table .comparison-row-main .icon-11 {
    inset: 0% auto 0% 0% !important;
  }

  html[lang="ru"] .features-table .container-13 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  html[lang="he"] .features-table .comparison-row-main {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: none;
    box-sizing: border-box;
  }

  html[lang="he"] .features-table .comparison-row-main > .w-dropdown {
    grid-column: 1 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html[lang="he"] .features-table .comparison-row-main .dropdown-toggle,
  html[lang="he"] .features-table .comparison-row-main .dropdown-toggle-copy {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html[lang="he"] .features-table .container-13 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .hero-without-image {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-14 {
    max-width: 728px;
  }

  .image-10 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-15 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    grid-template-columns: auto auto 1fr;
    margin-left: 40px;
  }

  .div-block-7 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
  }

  .footer-legal-link-2 {
    padding-bottom: 0;
    display: none;
  }

  .link-block-2 {
    min-width: 50px;
    max-width: 50px;
    margin-right: 10px;
  }

  .section-5 {
    margin-top: 60px;
    margin-right: 40px;
    display: flex;
  }

  .image-27 {
    margin-left: 0;
    display: inline-block;
  }

  .footer-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .footer-subscribe-2 {
    padding-top: 60px;
    display: none;
  }

  .container-8 {
    max-width: 728px;
  }

  .footer-bottom-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-copyright-2 {
    flex-flow: row;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 20px;
    display: flex;
  }

  .footer-subscribe-mob {
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .container-16 {
    max-width: 728px;
  }

  .footer-legal-link-2-copy, .footer-legal-link-2-copy-2 {
    padding-bottom: 0;
  }

  .button-6 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: auto;
  }

  .navbar-wrapper-4 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .container-17 {
    max-width: 90%;
  }

  .div-block-14 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
    display: flex;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .icon-15 {
    color: #fff;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    display: block;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .div-block-15 {
    width: 14%;
    height: 75%;
    display: block;
  }

  .div-block-16 {
    overflow: visible;
  }

  .link-block-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-34 {
    margin-left: 0;
    display: inline-block;
  }

  .div-block-17 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .heading-8 {
    margin-bottom: 40px;
  }

  .text-block-16 {
    width: 90%;
    margin-left: 30px;
    margin-right: 30px;
  }

  .link-2, .link-3, .link-4, .link-5 {
    color: #fff;
  }

  .heading-copy {
    width: 100%;
    min-width: 55%;
    max-width: 55%;
    margin-left: 300px;
    margin-right: 40px;
    padding-top: 40px;
    font-size: 40px;
    line-height: 45px;
  }

  .nav-link-copy {
    margin-left: 40px;
    padding-left: 0;
    padding-right: 5px;
    font-size: 25px;
  }

  .text-block-3-copy {
    text-align: center;
    text-align: center;
    font-size: 20px;
  }

  .text-block-2-copy {
    font-size: 40px;
  }

  .text-block-3-copy {
    text-align: center;
    font-size: 20px;
  }

  .text-block-17 {
    min-width: 55%;
    max-width: 55%;
    margin-top: -30px;
    margin-left: 300px;
  }

  .text-block-11-copy, .dropdown-copy {
    width: 100%;
  }

  .button-6-copy {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: auto;
  }

  .footer-block-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .comparison-row-main-4-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 700px;
    max-width: 900px;
    display: grid;
  }

  .dropdown-1-copy, .text-block-11-copy {
    width: 100%;
  }

  .dropdown-toggle-copy {
    width: 95%;
    padding-bottom: 0;
    line-height: 14px;
  }

  .text-block-11-copy {
    width: 100%;
  }

  .team-member-position-3-copy {
    line-height: 14px;
  }

  .team-card-3-copy {
    justify-content: center;
    align-items: center;
    width: 220px;
  }

  .nav-link-copy-copy {
    margin-left: 40px;
    padding-left: 0;
    padding-right: 5px;
    font-size: 25px;
  }

  .nav-menu-wrapper-3-copy {
    background-color: #0000;
  }

  .container-17-copy {
    max-width: 90%;
  }

  .section-5-copy {
    margin-left: 0;
    display: flex;
  }

  .div-block-7-copy {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
  }

  .footer-brand-copy-copy {
    margin-right: 40px;
  }

  .container-15-copy {
    max-width: 728px;
  }

  .link-block-11 {
    min-width: 30%;
    max-width: 30%;
  }

  .footer-content-copy {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    grid-template-columns: auto auto 1fr;
    margin-left: 40px;
  }

  .footer-dark-copy-copy {
    display: none;
  }

  .container-4-copy {
    max-width: 728px;
  }

  .team-grid-2-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-circles-2 .team-grid-2-copy {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-18 {
    align-self: flex-end;
    margin-top: 10px;
  }

  .text-8 {
    font-size: 25px;
    line-height: 25px;
  }

  .section-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 333px 70px;
    min-width: 55%;
    max-width: 55%;
  }

  .section-9 {
    grid-template-columns: 70px 250px;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    max-width: 250px;
    display: flex;
  }

  .testimonial-column-dark-copy {
    min-width: 700px;
    max-width: 900px;
    padding-top: 60px;
  }

  .testimonial-grid-3 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 100%;
  }

  .text1-copy-copy {
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .div-block-17-copy {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .heading-8-copy {
    margin-bottom: 40px;
  }

  .text-block-16-copy {
    width: 90%;
    margin-left: 30px;
    margin-right: 30px;
  }

  .text1-copy-copy-copy {
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .link-block-2-copy {
    min-width: 50px;
    max-width: 50px;
    margin-right: 10px;
  }

  .nav-button-wrapper-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
  }

  .nav-menu {
    flex-direction: column;
    margin-left: 200px;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .container-regular {
    min-width: 100%;
    max-width: 100%;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-no-shadow-copy {
    width: 100%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .quick-stack {
    margin-top: 140px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .button-2._2 {
    width: 250px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }

  .heading-copy {
    width: 480px;
    min-width: 90%;
    margin-left: 10px;
    font-size: 35px;
    line-height: 40px;
  }

  .section {
    min-width: 480px;
    max-width: 750px;
  }

  .div-block {
    padding-bottom: 0;
  }

  .div-block-4 {
    background-color: #00000063;
    min-width: 100%;
    max-width: 100%;
  }

  .container-9 {
    min-width: 480px;
    max-width: 780px;
  }

  .text-10 {
    width: 100%;
    min-width: 80%;
    max-width: 90%;
    margin: 10px 20px 60px 10px;
    font-size: 20px;
  }

  .heading {
    width: 91%;
    min-width: 90%;
    max-width: 90%;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 300px;
    font-size: 45px;
  }

  .text-block-2 {
    font-size: 40px;
  }

  .text-block-3 {
    margin-top: 10px;
    font-size: 18px;
  }

  .h1 {
    font-size: 27px;
  }

  .container-3 {
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-circles-copy {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px 60px;
  }

  .text1-copy {
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .team-grid,
  .services-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .h2 {
    width: 100%;
    font-size: 28px;
  }

  .team-circles-2 {
    padding: 20px 15px 60px;
  }

  .text-2 {
    font-size: 16px;
  }

  .team-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .team-member-image-2 {
    width: 220px;
    min-width: 90%;
    max-width: 90%;
    height: 200px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .team-member-position-3-copy {
    max-width: 200px;
  }

  .team-member-position-3 {
    flex: 0 auto;
    min-height: 50%;
    max-height: 50%;
    font-family: Montserrat, sans-serif;
  }

  .team-grid-6-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    display: grid;
  }

  .h3 {
    font-size: 28px;
  }

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

  .team-grid-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-width: 480px;
    max-width: 780px;
    display: none;
  }

  .team-member-image-3 {
    flex: 1;
    order: 0;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    min-height: 120px;
    max-height: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-grid-5-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    width: 100%;
    min-width: 480px;
    max-width: 780px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .team-grid-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    display: none;
  }

  .text3 {
    font-size: 16px;
  }

  .team-grid-6-copy-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    display: grid;
  }

  .team-card-3 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }

  .team-circles-3, .hero-stack {
    padding: 20px 15px 60px;
  }

  .heading-3 {
    font-size: 28px;
  }

  .margin-bottom-24px, .text1 {
    font-size: 16px;
  }

  .testimonial-grid-copy {
    width: 100%;
    min-width: 95%;
    max-width: 95%;
    margin-top: 10px;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .testimonial-column-dark {
    width: 100%;
    min-width: 480px;
    max-width: 780px;
    padding: 20px 15px 60px;
  }

  .testimonial-column-dark .testimonial-grid .testimonial-block-main {
    justify-self: center;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-column-dark .testimonial-grid .testimonial-block:last-of-type,
  .testimonial-column-dark .testimonial-grid #w-node-b061ecd6-89ed-904f-16ba-3d6a5724c8ae-833aa773 {
    justify-self: center;
    width: min(100%, 480px);
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    place-self: center;
  }

  .testimonial-block-main {
    width: 80%;
    min-width: 400px;
    max-width: 700px;
  }

  .centered-heading {
    font-size: 28px;
  }

  .comparison-row-main-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    min-width: 400px;
    max-width: 700px;
    display: grid;
  }

  .text-block-11 {
    font-size: 16px;
    line-height: 20px;
  }

  .centered-subheading {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .comparison-row-main-4 {
    width: 90%;
    min-width: 400px;
    max-width: 700px;
    display: none;
  }

  .centered-heading-3 {
    font-size: 28px;
  }

  .features-table {
    padding: 20px 15px 60px;
  }

  .icon-2 {
    inset: 0% auto 0% 0%;
  }

  .dropdown-toggle {
    width: 95%;
  }

  .icon-3 {
    inset: 0% 0% 0% auto;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .text-block-14 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .image-10 {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-block-copy {
    align-items: center;
    margin-top: 0;
  }

  .container-15 {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-left: 0;
    display: flex;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
    display: flex;
  }

  .link-block-2 {
    align-self: center;
    min-width: 35px;
    max-width: 35px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-20 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-5 {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-brand {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block {
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-subscribe-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-8 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-subscribe-mob {
    justify-content: center;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .container-16 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer-legal-link-2-copy, .footer-legal-link-2-copy-2 {
    font-size: 16px;
    line-height: 20px;
    display: flex;
  }

  .heading-8 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 40px;
  }

  .text-block-16 {
    width: 90%;
    margin-left: 25px;
    margin-right: 25px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
  }

  .text-span {
    font-size: 40px;
  }

  .heading-copy {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: 20px;
    padding-top: 20px;
    font-size: 50px;
  }

  .nav-link-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .text-block-2-copy {
    font-size: 40px;
  }

  .text-block-3-copy {
    margin-top: 10px;
    font-size: 18px;
  }

  .h1-copy {
    margin-top: 100px;
    font-size: 27px;
  }

  .h2-copy {
    width: 100%;
    font-size: 28px;
  }

  .text-2-copy {
    font-size: 16px;
  }

  .team-member-name-2-copy {
    text-align: right;
    font-size: 25px;
  }

  .h3-copy {
    font-size: 28px;
  }

  .text3-copy {
    font-size: 16px;
  }

  .text-block-17 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 90%;
    min-width: 60%;
    max-width: 60%;
    margin-left: auto;
    margin-right: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .team-member-position-3-copy {
    font-family: Montserrat, sans-serif;
  }

  .centered-heading-copy {
    font-size: 28px;
  }

  .text-block-8-copy {
    font-size: 16px;
  }

  .heading-3-copy, .centered-heading-3-copy {
    font-size: 28px;
  }

  .centered-subheading-copy {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .text-block-14-copy {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .footer-block-copy {
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .comparison-row-main-4-copy {
    width: 90%;
    min-width: 400px;
    max-width: 700px;
    display: none;
  }

  .dropdown-toggle-copy {
    width: 95%;
  }

  .text-block-11-copy {
    font-size: 16px;
    line-height: 20px;
  }

  .team-member-position-3-copy {
    flex: 0 auto;
    font-family: Montserrat, sans-serif;
  }

  .team-card-3-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-copy-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .footer-dark-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-5-copy {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7-copy {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-left: 0;
    display: flex;
  }

  .footer-brand-copy-copy {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
  }

  .footer-wrapper-copy-copy {
    flex-direction: column;
    align-items: center;
  }

  .link-block-10 {
    min-width: 35px;
    max-width: 35px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer-dark-copy {
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .footer-content-copy {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .footer-dark-copy-copy {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .team-grid-2-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .bold-text-15 {
    font-size: 25px;
  }

  .section-8 {
    grid-template-columns: 278px 70px;
  }

  .section-9 {
    flex-flow: row;
    grid-template-columns: 41px 250px;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    display: flex;
  }

  .testimonial-column-dark-copy {
    width: 100%;
    min-width: 480px;
    max-width: 780px;
    padding: 20px 15px 60px;
  }

  .testimonial-column-dark-copy .testimonial-grid-3 .testimonial-block-main {
    order: -1;
    justify-self: center;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .text1-copy-copy {
    min-width: 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .heading-8-copy {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 40px;
  }

  .text-block-16-copy {
    width: 90%;
    margin-left: 25px;
    margin-right: 25px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
  }

  .text1-copy-copy-copy {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    font-size: 16px;
  }

  .text1-copy-copy-copy._10 {
    min-width: 75%;
    max-width: 75%;
  }

  .link-block-2-copy {
    align-self: center;
    min-width: 35px;
    max-width: 35px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 13px;
    line-height: 20px;
  }

  a {
    float: none;
    width: auto;
    padding-left: 1px;
    padding-right: 1px;
    display: inline-block;
    position: static;
  }

  .image-23 {
    flex: 0 auto;
    width: 70%;
    min-width: 70%;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-button-wrapper {
    justify-content: center;
    align-items: flex-end;
    width: auto;
    margin-right: 0;
    display: flex;
  }

  .nav-menu {
    flex-direction: column;
    margin-left: 0;
  }

  .container-regular {
    width: 90%;
    min-width: 90%;
    max-width: 91%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    display: block;
  }

  .navbar-wrapper {
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-16 {
    width: 100px;
  }

  .menu-button-2 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .menu-button-2.w--open {
    width: 100%;
    min-width: 40px;
    padding: 5px;
  }

  .navbar-no-shadow-container {
    min-width: 100%;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-2 {
    align-self: flex-end;
    margin-right: 20px;
  }

  .navbar-no-shadow-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-8 {
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    margin-left: 0;
    margin-right: 10px;
    display: flex;
  }

  .list-item, .list-item-4 {
    align-self: flex-end;
    margin-right: 20px;
  }

  .image-14-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .link {
    align-self: flex-end;
    margin-left: 40px;
    font-size: 16px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .quick-stack {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-2._2 {
    width: 220px;
    padding: 15px 10px;
    font-size: 14px;
  }

  .heading-copy {
    width: 100%;
    min-width: 200px;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 18px;
  }

  .section {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .div-block {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .div-block-4 {
    min-width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-9 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .text-10 {
    width: 100%;
    min-width: 200px;
    max-width: 70%;
    margin: 0 10px;
    font-size: 14px;
    line-height: 14px;
  }

  .heading {
    width: 100%;
    min-width: 200px;
    max-width: 400px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 180px;
    font-size: 22px;
    line-height: 30px;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .text-block-3 {
    width: 100%;
    margin-top: 0;
    font-size: 9px;
    line-height: 9px;
  }

  .cell {
    padding-left: 0;
  }

  .h1 {
    margin-bottom: 5px;
    font-size: 19px;
    line-height: 20px;
  }

  .container-3 {
    min-width: 100%;
    max-width: none;
  }

  .team-circles-copy {
    min-width: 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text1-copy {
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 14px;
  }

  .team-member-position,
  .service-description {
    min-width: 100%;
    min-height: 20%;
    padding-top: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .team-member-name,
  .service-title {
    font-size: 18px;
  }

  .team-grid,
  .services-grid {
    grid-template-columns: 1fr;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-top: 30px;
  }

  .team-card,
  .service-card {
    width: 100%;
    padding-bottom: 20px;
  }

  .team-member-image,
  .service-icon {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }

  .heading-5 {
    font-size: 19px;
    line-height: 19px;
  }

  .h2 {
    margin-bottom: 24px;
    font-size: 19px;
    line-height: 19px;
  }

  .team-circles-2 {
    padding-bottom: 20px;
  }

  .team-card-2 {
    width: 80%;
    min-width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-2 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .container-4 {
    max-width: none;
  }

  .team-member-name-2 {
    font-size: 18px;
  }

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

  .team-member-image-2 {
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-5 {
    max-width: none;
  }

  .team-member-name-3 {
    flex: 0 auto;
    align-self: auto;
    font-size: 18px;
  }

  .team-member-position-3-copy {
    flex: 1;
    align-self: stretch;
    min-width: 100%;
    max-width: 100%;
    min-height: 50%;
    max-height: 50%;
    margin-bottom: 10px;
    padding-top: 0;
    font-family: Montserrat, sans-serif;
  }

  .team-member-position-3 {
    flex: 1;
    align-self: stretch;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .team-grid-6-copy {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .h3 {
    margin-bottom: 10px;
    font-size: 19px;
  }

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

  .team-member-image-3 {
    flex: 1;
    align-self: center;
    width: 100%;
    min-width: 90%;
    max-width: 90px;
    height: 50%;
    min-height: 120px;
    max-height: 120px;
    margin: 10px;
  }

  .team-grid-5-copy {
    grid-template-columns: 1fr;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    min-height: 100%;
  }

  .team-grid-6 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .text3 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .team-grid-6-copy-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: minmax(200px, 1fr);
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    margin-top: 20px;
  }

  .team-card-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-right: 10px;
  }

  .team-circles-3 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
  }

  .hero-stack {
    padding-bottom: 20px;
  }

  .container-6 {
    max-width: none;
  }

  .heading-3 {
    font-size: 19px;
  }

  .margin-bottom-24px {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 14px;
  }

  .youtube {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .text-block-7 {
    font-size: 18px;
  }

  .video-2 {
    width: 100%;
  }

  .testimonial-video-wrap {
    width: 100%;
  }

  .container-12 {
    max-width: none;
  }

  .text-block-6 {
    width: 100%;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .text-block-5 {
    width: 100%;
  }

  .text1 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .testimonial-grid-copy {
    grid-template-columns: 1fr;
    place-content: stretch;
    width: 80%;
    min-width: 80%;
    max-width: 8%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-3 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .testimonial-author-name {
    font-size: 18px;
  }

  .text-block-8 {
    font-size: 14px;
    line-height: 14px;
  }

  .testimonial-column-dark {
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .testimonial-column-dark .testimonial-grid .testimonial-block-main {
    justify-self: center;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-column-dark .testimonial-grid .testimonial-block:last-of-type,
  .testimonial-column-dark .testimonial-grid #w-node-b061ecd6-89ed-904f-16ba-3d6a5724c8ae-833aa773 {
    justify-self: center;
    width: min(100%, 480px);
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    place-self: center;
  }

  .image-21 {
    max-width: 50%;
  }

  .testimonial-block-main {
    flex-direction: column;
    min-width: 100%;
    max-width: 100%;
  }

  .centered-heading {
    margin-bottom: 0;
    font-size: 19px;
  }

  .comparison-row-main-copy {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center start;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 0 0 20px 10px;
    display: grid;
  }

  .container-13 {
    max-width: none;
  }

  .text-block-11 {
    font-weight: 500;
  }

  .centered-subheading {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .comparison-row-main-4 {
    grid-column-gap: 20px;
  }

  .centered-heading-3 {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .features-table {
    padding-bottom: 20px;
  }

  .comparison-table {
    margin-top: 20px;
  }

  .dropdown-list {
    width: 100%;
  }

  .dropdown {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .dropdown-toggle {
    min-width: 95%;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 0;
    padding-right: 0;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
    padding-top: 0;
  }

  .hero-without-image {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .container-14 {
    max-width: none;
  }

  .faq {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 22px;
  }

  .text-block-14 {
    margin-top: 10px;
    font-size: 14px;
  }

  .image-10 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-15 {
    max-width: none;
  }

  .div-block-7 {
    min-width: 100%;
    max-width: 100%;
    min-height: 50px;
    max-height: 50px;
  }

  .footer-link {
    font-size: 14px;
    line-height: 14px;
  }

  .footer-legal-link-2 {
    text-align: center;
    margin-left: 15px;
  }

  .image-26 {
    margin-left: 0;
    margin-right: 0;
  }

  .title-small {
    font-size: 18px;
  }

  .section-5 {
    min-width: 50%;
    max-width: 50%;
    margin-top: 0;
    padding-left: 0;
  }

  .text {
    margin-bottom: 0;
    font-size: 16px;
  }

  .footer-brand {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-dark {
    padding-top: 20px;
  }

  .image-27 {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-subscribe-2 {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .container-8 {
    max-width: none;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright-2 {
    width: 100%;
    padding-bottom: 20px;
  }

  .footer-subscribe-mob {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .container-16 {
    max-width: none;
  }

  .footer-legal-link-2-copy {
    text-align: center;
    margin-left: 15px;
    font-size: 14px;
  }

  .footer-legal-link-2-copy-2 {
    text-align: center;
    margin-left: 15px;
  }

  .container-17 {
    max-width: none;
  }

  .image-32 {
    width: 100px;
  }

  .div-block-15 {
    width: 10%;
  }

  .div-block-17 {
    padding-top: 0;
  }

  .heading-8 {
    margin-bottom: 20px;
    font-family: Oswald, sans-serif;
    font-size: 23px;
    line-height: 23px;
  }

  .text-block-16 {
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .text-span {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-copy {
    width: 100%;
    min-width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    font-size: 35px;
    line-height: 30px;
  }

  .nav-link-copy {
    font-size: 16px;
    font-weight: 500;
  }

  .text-block-2-copy {
    font-size: 20px;
  }

  .text-block-3-copy {
    width: 100%;
    margin-top: 0;
    font-size: 10px;
    line-height: 9px;
  }

  .h1-copy {
    margin-top: 60px;
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 20px;
  }

  .h2-copy {
    margin-bottom: 24px;
    font-size: 25px;
    line-height: 20px;
  }

  .text-2-copy {
    min-width: 90%;
    max-width: 90%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 14px;
  }

  .team-member-name-2-copy {
    text-align: right;
    font-size: 18px;
  }

  .h3-copy {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .text3-copy {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-17 {
    min-width: 70%;
    max-width: 70%;
    margin-top: -20px;
    margin-left: auto;
    margin-right: 10px;
    font-size: 20px;
    line-height: 14px;
  }

  .team-member-name-3-copy {
    font-size: 18px;
  }

  .centered-heading-copy {
    margin-bottom: 0;
    font-size: 19px;
  }

  .text-block-7-copy {
    font-size: 18px;
  }

  .text-block-8-copy {
    font-size: 14px;
    line-height: 14px;
  }

  .heading-3-copy {
    font-size: 19px;
  }

  .centered-heading-3-copy {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .centered-subheading-copy {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .dropdown-copy {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .faq-copy {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 22px;
  }

  .text-block-14-copy {
    margin-top: 10px;
    font-size: 14px;
  }

  .comparison-row-main-4-copy {
    grid-column-gap: 20px;
  }

  .dropdown-toggle-copy {
    min-width: 95%;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 0;
    padding-right: 0;
  }

  .text-block-11-copy {
    font-weight: 500;
  }

  .link-block-6 {
    display: flex;
  }

  .team-member-position-3-copy {
    min-height: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .bold-text-13 {
    font-size: 16px;
  }

  .bold-text-5-copy {
    text-align: right;
  }

  .team-member-position-3-copy {
    flex: 1;
    align-self: center;
    min-height: 50%;
    max-height: 50%;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .team-card-3-copy {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
  }

  .team-member-position-3-copy {
    flex: 1;
    align-self: stretch;
    min-height: auto;
    max-height: none;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .team-card-3-copy {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-right: 10px;
  }

  .team-member-name-3-copy {
    flex: 1;
    align-self: stretch;
    font-size: 18px;
  }

  .nav-link-copy-copy {
    font-size: 16px;
    font-weight: 500;
  }

  .container-17-copy {
    max-width: none;
  }

  .section-5-copy {
    min-width: 50%;
    max-width: 50%;
  }

  .div-block-7-copy {
    min-width: 100%;
    max-width: 100%;
    min-height: 20%;
    max-height: 20%;
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-7 {
    min-width: 26%;
    max-width: 255%;
    margin-right: 10px;
    padding-right: 0;
  }

  .link-block-8 {
    min-width: 25%;
    max-width: 25%;
    margin-right: 10px;
    padding-right: 0;
  }

  .link-block-9 {
    min-width: 25%;
    max-width: 25%;
  }

  .footer-brand-copy-copy {
    padding-left: 0;
  }

  .footer-dark-copy {
    padding-top: 20px;
  }

  .container-15-copy {
    max-width: none;
  }

  .footer-dark-copy-copy {
    padding-top: 20px;
  }

  .link-block-12, .link-block-13 {
    padding-right: 10px;
  }

  .container-4-copy {
    max-width: none;
  }

  .team-grid-2-copy {
    grid-template-columns: 1fr;
  }

  .text-block-18 {
    font-size: 14px;
  }

  .heading-6 {
    font-family: Merriweather, serif;
  }

  .heading-7 {
    font-family: Oswald, sans-serif;
  }

  .text-block-15 {
    font-family: Montserrat, sans-serif;
  }

  .section-8 {
    grid-template-columns: 236px 44px;
    justify-content: center;
    place-items: center;
    min-width: 100%;
    max-width: 100%;
  }

  .section-9 {
    grid-template-columns: 70px 163px;
    min-width: 90%;
    max-width: 90%;
    padding-right: 0;
  }

  .link-block-2-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-column-dark-copy {
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

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

  .testimonial-column-dark-copy .testimonial-grid-3 .testimonial-block-main {
    order: -1;
    justify-self: center;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .text1-copy-copy {
    min-width: 90%;
    max-width: 90%;
    margin: 10px auto 20px;
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-17-copy {
    padding-top: 0;
  }

  .heading-8-copy {
    margin-bottom: 20px;
    font-family: Oswald, sans-serif;
    font-size: 23px;
    line-height: 23px;
  }

  .text-block-16-copy {
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .text1-copy-copy-copy {
    min-width: 80%;
    max-width: 80%;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .nav-button-wrapper-copy {
    justify-content: center;
    align-items: flex-end;
    width: auto;
    margin-right: 0;
    display: flex;
  }
}

#w-node-_2a192c0c-dbf4-4adb-6a8e-73162c5b5db0-833aa773 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.services-grid .service-card, #w-node-_6d7efb3b-e1cb-5e53-43e4-2ef99adba60c-833aa773, #w-node-_6d7efb3b-e1cb-5e53-43e4-2ef99adba612-833aa773, #w-node-_6d7efb3b-e1cb-5e53-43e4-2ef99adba619-833aa773, #w-node-_6d7efb3b-e1cb-5e53-43e4-2ef99adba620-833aa773, #w-node-_6d7efb3b-e1cb-5e53-43e4-2ef99adba627-833aa773, #w-node-_6d7efb3b-e1cb-5e53-43e4-2ef99adba62e-833aa773, #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd8940-833aa773, #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd8946-833aa773, #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd894c-833aa773, #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd8952-833aa773, #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd8958-833aa773, #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd895f-833aa773, #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd8965-833aa773, #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd896b-833aa773, #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd8972-833aa773, #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd8978-833aa773, #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd8986-833aa773, #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd898e-833aa773, #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd8994-833aa773, #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd899c-833aa773 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b061ecd6-89ed-904f-16ba-3d6a5724c892-833aa773 {
  grid-area: Area;
  place-self: start;
}

#w-node-b061ecd6-89ed-904f-16ba-3d6a5724c89c-833aa773, #w-node-b061ecd6-89ed-904f-16ba-3d6a5724c8a5-833aa773, #w-node-b061ecd6-89ed-904f-16ba-3d6a5724c8ae-833aa773 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b061ecd6-89ed-904f-16ba-3d6a5724c8b8-833aa773 {
  grid-area: Area;
  place-self: auto;
}

#w-node-b061ecd6-89ed-904f-16ba-3d6a5724c8c2-833aa773, #w-node-b061ecd6-89ed-904f-16ba-3d6a5724c8cb-833aa773, #w-node-b061ecd6-89ed-904f-16ba-3d6a5724c8d5-833aa773, #w-node-_5aa0ba55-7bd7-416e-aa4a-0b061e7be27d-833aa773, .footer-nav {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5aa0ba55-7bd7-416e-aa4a-0b061e7be298-833aa773 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c1c74bf4-cd77-1486-94b9-9f8b0e511547-833aa7b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.services-grid .service-card:first-child {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

.services-grid .service-card, #w-node-_2587b225-a451-bce7-6317-d32a39e283db-833aa7b9, #w-node-_2587b225-a451-bce7-6317-d32a39e283ce-833aa7b9, #w-node-_2587b225-a451-bce7-6317-d32a39e283d4-833aa7b9, #w-node-_2587b225-a451-bce7-6317-d32a39e283f0-833aa7b9, #w-node-_2587b225-a451-bce7-6317-d32a39e283e9-833aa7b9, #w-node-_2587b225-a451-bce7-6317-d32a39e283e2-833aa7b9, #w-node-_8430a891-cdc9-3397-5f96-0f14d63ad5d7-833aa7b9, #w-node-_8430a891-cdc9-3397-5f96-0f14d63ad5d0-833aa7b9, #w-node-_8430a891-cdc9-3397-5f96-0f14d63ad5c9-833aa7b9, #w-node-_8430a891-cdc9-3397-5f96-0f14d63ad5ec-833aa7b9, #w-node-_8430a891-cdc9-3397-5f96-0f14d63ad5e5-833aa7b9, #w-node-_8430a891-cdc9-3397-5f96-0f14d63ad5de-833aa7b9, #w-node-f6a6f264-ca8a-f5e3-843e-2f110282bd93-833aa7b9, #w-node-f6a6f264-ca8a-f5e3-843e-2f110282bd9a-833aa7b9, #w-node-f6a6f264-ca8a-f5e3-843e-2f110282bda1-833aa7b9, #w-node-f6a6f264-ca8a-f5e3-843e-2f110282bda8-833aa7b9, #w-node-f6a6f264-ca8a-f5e3-843e-2f110282bdaf-833aa7b9, #w-node-f6a6f264-ca8a-f5e3-843e-2f110282bdb6-833aa7b9, #w-node-_318871c4-730f-d283-4eac-f662fd051167-833aa7b9, #w-node-_318871c4-730f-d283-4eac-f662fd051161-833aa7b9, #w-node-_318871c4-730f-d283-4eac-f662fd05115b-833aa7b9, #w-node-_318871c4-730f-d283-4eac-f662fd051155-833aa7b9, #w-node-_318871c4-730f-d283-4eac-f662fd05114f-833aa7b9, #w-node-_318871c4-730f-d283-4eac-f662fd05117a-833aa7b9, #w-node-_318871c4-730f-d283-4eac-f662fd051174-833aa7b9, #w-node-_318871c4-730f-d283-4eac-f662fd05116e-833aa7b9, #w-node-_318871c4-730f-d283-4eac-f662fd051187-833aa7b9, #w-node-_318871c4-730f-d283-4eac-f662fd051181-833aa7b9, #w-node-_318871c4-730f-d283-4eac-f662fd051195-833aa7b9, #w-node-_318871c4-730f-d283-4eac-f662fd0511a3-833aa7b9, #w-node-_318871c4-730f-d283-4eac-f662fd05119d-833aa7b9, #w-node-_318871c4-730f-d283-4eac-f662fd0511ab-833aa7b9, #w-node-b0a91664-24f2-92ff-56cf-523e8c7a05ce-833aa7b9, #w-node-b0a91664-24f2-92ff-56cf-523e8c7a05d7-833aa7b9, #w-node-b0a91664-24f2-92ff-56cf-523e8c7a05c5-833aa7b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0a91664-24f2-92ff-56cf-523e8c7a05bb-833aa7b9 {
  grid-area: Area;
  place-self: start;
}

#w-node-b0a91664-24f2-92ff-56cf-523e8c7a05e1-833aa7b9 {
  grid-area: Area;
  place-self: auto;
}

#w-node-b0a91664-24f2-92ff-56cf-523e8c7a05eb-833aa7b9, #w-node-b0a91664-24f2-92ff-56cf-523e8c7a05f4-833aa7b9, #w-node-b0a91664-24f2-92ff-56cf-523e8c7a05fe-833aa7b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e805012a-1a14-20c7-1dbc-e5836ccf0532-833aa7b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e805012a-1a14-20c7-1dbc-e5836ccf0526-833aa7b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e805012a-1a14-20c7-1dbc-e5836ccf0517-833aa7b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_6670ebcc-cd1d-e758-96f5-1c41fb70a27e-833aa7b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6670ebcc-cd1d-e758-96f5-1c41fb70a28f-833aa7b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_6670ebcc-cd1d-e758-96f5-1c41fb70a283-833aa7b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58a20b7c-13bc-dc81-ce47-f0f010d247f7-833aa7c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_58a20b7c-13bc-dc81-ce47-f0f010d247f8-833aa7c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_58a20b7c-13bc-dc81-ce47-f0f010d2480b-833aa7c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6bf3d0-44f7-c369-8596-1ab8d276831f-833aa7c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1d6bf3d0-44f7-c369-8596-1ab8d2768324-833aa7c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d6bf3d0-44f7-c369-8596-1ab8d2768330-833aa7c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_4ea1fd7c-19bb-323d-5ed5-877369e09a54-833aa7c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4ea1fd7c-19bb-323d-5ed5-877369e09a59-833aa7c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ea1fd7c-19bb-323d-5ed5-877369e09a65-833aa7c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_1b2f2a0b-cd9d-bc0c-3d48-bbeda058af5c-833aa7c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1b2f2a0b-cd9d-bc0c-3d48-bbeda058af5d-833aa7c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_1b2f2a0b-cd9d-bc0c-3d48-bbeda058af70-833aa7c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f7aa602-b5cf-1772-363d-12256b02759d-833aa7c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6f7aa602-b5cf-1772-363d-12256b0275a2-833aa7c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f7aa602-b5cf-1772-363d-12256b0275ae-833aa7c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_488669ea-661f-afa5-d6b0-8848ced80007-833aa7c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_488669ea-661f-afa5-d6b0-8848ced80008-833aa7c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_488669ea-661f-afa5-d6b0-8848ced8001b-833aa7c3, #w-node-_6e7c8a51-361d-a361-be0c-d96c8665f28f-833aa7cb, #w-node-_6e7c8a51-361d-a361-be0c-d96c8665f29e-833aa7cb, #w-node-_6e7c8a51-361d-a361-be0c-d96c8665f2aa-833aa7cb, #w-node-_49c2b7a0-a13d-c55a-fb3b-582fc0fb8e0a-833aa7cc, #w-node-_49c2b7a0-a13d-c55a-fb3b-582fc0fb8e19-833aa7cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49c2b7a0-a13d-c55a-fb3b-582fc0fb8e25-833aa7cc, #w-node-b4aead09-127e-c947-e0b9-ce621bedc31a-9ca9736e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b4aead09-127e-c947-e0b9-ce621bedc31f-9ca9736e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4aead09-127e-c947-e0b9-ce621bedc32b-9ca9736e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_680fd59d-3f4d-b6cc-4657-57490b8030f1-9ca9736e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_680fd59d-3f4d-b6cc-4657-57490b8030f2-9ca9736e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_680fd59d-3f4d-b6cc-4657-57490b803105-9ca9736e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  .services-grid .service-card:nth-child(1) {
    place-self: auto;
  }

  .services-grid .service-card:nth-child(2) {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  .services-grid .service-card:nth-child(3), .services-grid .service-card:nth-child(4) {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6d7efb3b-e1cb-5e53-43e4-2ef99adba60c-833aa773 {
    place-self: stretch;
  }

  #w-node-_6d7efb3b-e1cb-5e53-43e4-2ef99adba612-833aa773 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_6d7efb3b-e1cb-5e53-43e4-2ef99adba619-833aa773 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_6d7efb3b-e1cb-5e53-43e4-2ef99adba620-833aa773, #w-node-_6d7efb3b-e1cb-5e53-43e4-2ef99adba62e-833aa773 {
    align-self: stretch;
  }

  #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd8946-833aa773, #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd894c-833aa773, #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd8965-833aa773, #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd896b-833aa773, #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd8978-833aa773, #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd8994-833aa773, #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd899c-833aa773 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5aa0ba55-7bd7-416e-aa4a-0b061e7be298-833aa773 {
    align-self: start;
  }

  #w-node-_86ebf6eb-9452-ef15-ac26-556f6bf142d9-833aa7b9 {
    justify-self: auto;
  }

  .services-grid .service-card:nth-child(1) {
    place-self: auto;
  }

  .services-grid .service-card:nth-child(2) {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  .services-grid .service-card:nth-child(3), .services-grid .service-card:nth-child(4) {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  .services-grid .service-card:nth-child(8) {
    justify-self: stretch;
  }

  #w-node-_2587b225-a451-bce7-6317-d32a39e283db-833aa7b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_2587b225-a451-bce7-6317-d32a39e283ce-833aa7b9 {
    place-self: stretch;
  }

  #w-node-_2587b225-a451-bce7-6317-d32a39e283d4-833aa7b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_2587b225-a451-bce7-6317-d32a39e283f0-833aa7b9, #w-node-_2587b225-a451-bce7-6317-d32a39e283e2-833aa7b9 {
    align-self: stretch;
  }

  #w-node-_8430a891-cdc9-3397-5f96-0f14d63ad5d7-833aa7b9 {
    place-self: stretch;
  }

  #w-node-_8430a891-cdc9-3397-5f96-0f14d63ad5d0-833aa7b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_8430a891-cdc9-3397-5f96-0f14d63ad5c9-833aa7b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_8430a891-cdc9-3397-5f96-0f14d63ad5ec-833aa7b9, #w-node-_8430a891-cdc9-3397-5f96-0f14d63ad5de-833aa7b9 {
    align-self: stretch;
  }

  #w-node-f6a6f264-ca8a-f5e3-843e-2f110282bd93-833aa7b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-f6a6f264-ca8a-f5e3-843e-2f110282bd9a-833aa7b9 {
    place-self: stretch;
  }

  #w-node-f6a6f264-ca8a-f5e3-843e-2f110282bda1-833aa7b9 {
    align-self: stretch;
  }

  #w-node-f6a6f264-ca8a-f5e3-843e-2f110282bda8-833aa7b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-f6a6f264-ca8a-f5e3-843e-2f110282bdaf-833aa7b9 {
    align-self: stretch;
  }

  #w-node-_318871c4-730f-d283-4eac-f662fd05115b-833aa7b9, #w-node-_318871c4-730f-d283-4eac-f662fd051155-833aa7b9, #w-node-_318871c4-730f-d283-4eac-f662fd05117a-833aa7b9, #w-node-_318871c4-730f-d283-4eac-f662fd051174-833aa7b9, #w-node-_318871c4-730f-d283-4eac-f662fd051187-833aa7b9, #w-node-_318871c4-730f-d283-4eac-f662fd0511a3-833aa7b9, #w-node-_318871c4-730f-d283-4eac-f662fd0511ab-833aa7b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97396d8a-7bdd-13c6-0f99-c1c573fd9563-833aa7b9 {
    justify-self: auto;
  }

  #w-node-e805012a-1a14-20c7-1dbc-e5836ccf0532-833aa7b9 {
    align-self: start;
  }

  #w-node-e805012a-1a14-20c7-1dbc-e5836ccf0517-833aa7b9 {
    place-self: auto end;
  }

  #w-node-_56551f27-3d8d-bcf8-6171-d47c8400ab34-833aa7b9 {
    place-self: stretch center;
  }

  #w-node-e805012a-1a14-20c7-1dbc-e5836ccf0514-833aa7b9 {
    place-self: center stretch;
  }

  #w-node-_6670ebcc-cd1d-e758-96f5-1c41fb70a27e-833aa7b9 {
    align-self: start;
  }

  #w-node-_6670ebcc-cd1d-e758-96f5-1c41fb70a28f-833aa7b9 {
    place-self: auto end;
  }

  #w-node-_58a20b7c-13bc-dc81-ce47-f0f010d247f7-833aa7c1 {
    align-self: start;
  }

  #w-node-_58a20b7c-13bc-dc81-ce47-f0f010d247f8-833aa7c1 {
    place-self: auto end;
  }

  #w-node-_1d6bf3d0-44f7-c369-8596-1ab8d276831f-833aa7c1 {
    align-self: start;
  }

  #w-node-_1d6bf3d0-44f7-c369-8596-1ab8d2768330-833aa7c1 {
    place-self: auto end;
  }

  #w-node-_4ea1fd7c-19bb-323d-5ed5-877369e09a54-833aa7c2 {
    align-self: start;
  }

  #w-node-_4ea1fd7c-19bb-323d-5ed5-877369e09a65-833aa7c2 {
    place-self: auto end;
  }

  #w-node-_1b2f2a0b-cd9d-bc0c-3d48-bbeda058af5c-833aa7c2 {
    align-self: start;
  }

  #w-node-_1b2f2a0b-cd9d-bc0c-3d48-bbeda058af5d-833aa7c2 {
    place-self: auto end;
  }

  #w-node-_6f7aa602-b5cf-1772-363d-12256b02759d-833aa7c3 {
    align-self: start;
  }

  #w-node-_6f7aa602-b5cf-1772-363d-12256b0275ae-833aa7c3 {
    place-self: auto end;
  }

  #w-node-_488669ea-661f-afa5-d6b0-8848ced80007-833aa7c3 {
    align-self: start;
  }

  #w-node-_488669ea-661f-afa5-d6b0-8848ced80008-833aa7c3 {
    place-self: auto end;
  }

  #w-node-_49c2b7a0-a13d-c55a-fb3b-582fc0fb8e25-833aa7cc, #w-node-b4aead09-127e-c947-e0b9-ce621bedc31a-9ca9736e {
    align-self: start;
  }

  #w-node-b4aead09-127e-c947-e0b9-ce621bedc32b-9ca9736e {
    place-self: auto end;
  }

  #w-node-_680fd59d-3f4d-b6cc-4657-57490b8030f1-9ca9736e {
    align-self: start;
  }

  #w-node-_680fd59d-3f4d-b6cc-4657-57490b8030f2-9ca9736e {
    place-self: auto end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2a192c0c-dbf4-4adb-6a8e-73162c5b5db0-833aa773 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr .5fr;
  }

  #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd8952-833aa773 {
    align-self: center;
  }

  #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd8958-833aa773 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd895f-833aa773 {
    place-self: stretch;
  }

  #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd8986-833aa773, #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd898e-833aa773 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-b061ecd6-89ed-904f-16ba-3d6a5724c892-833aa773, #w-node-b061ecd6-89ed-904f-16ba-3d6a5724c8b8-833aa773 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c1c74bf4-cd77-1486-94b9-9f8b0e511547-833aa7b9 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr .5fr;
  }

  #w-node-_318871c4-730f-d283-4eac-f662fd051167-833aa7b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_318871c4-730f-d283-4eac-f662fd051161-833aa7b9 {
    align-self: center;
  }

  #w-node-_318871c4-730f-d283-4eac-f662fd051195-833aa7b9, #w-node-_318871c4-730f-d283-4eac-f662fd05119d-833aa7b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-b0a91664-24f2-92ff-56cf-523e8c7a05bb-833aa7b9, #w-node-b0a91664-24f2-92ff-56cf-523e8c7a05e1-833aa7b9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e805012a-1a14-20c7-1dbc-e5836ccf0526-833aa7b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e805012a-1a14-20c7-1dbc-e5836ccf0517-833aa7b9, #w-node-_6670ebcc-cd1d-e758-96f5-1c41fb70a28f-833aa7b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto end;
  }

  #w-node-_6670ebcc-cd1d-e758-96f5-1c41fb70a283-833aa7b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58a20b7c-13bc-dc81-ce47-f0f010d247f8-833aa7c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto end;
  }

  #w-node-_58a20b7c-13bc-dc81-ce47-f0f010d2480b-833aa7c1, #w-node-_1d6bf3d0-44f7-c369-8596-1ab8d2768324-833aa7c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1d6bf3d0-44f7-c369-8596-1ab8d2768330-833aa7c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto end;
  }

  #w-node-_4ea1fd7c-19bb-323d-5ed5-877369e09a59-833aa7c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4ea1fd7c-19bb-323d-5ed5-877369e09a65-833aa7c2, #w-node-_1b2f2a0b-cd9d-bc0c-3d48-bbeda058af5d-833aa7c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto end;
  }

  #w-node-_1b2f2a0b-cd9d-bc0c-3d48-bbeda058af70-833aa7c2, #w-node-_6f7aa602-b5cf-1772-363d-12256b0275a2-833aa7c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6f7aa602-b5cf-1772-363d-12256b0275ae-833aa7c3, #w-node-_488669ea-661f-afa5-d6b0-8848ced80008-833aa7c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto end;
  }

  #w-node-_488669ea-661f-afa5-d6b0-8848ced8001b-833aa7c3, #w-node-b4aead09-127e-c947-e0b9-ce621bedc31f-9ca9736e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b4aead09-127e-c947-e0b9-ce621bedc32b-9ca9736e, #w-node-_680fd59d-3f4d-b6cc-4657-57490b8030f2-9ca9736e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto end;
  }

  #w-node-_680fd59d-3f4d-b6cc-4657-57490b803105-9ca9736e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd8972-833aa773 {
    align-self: stretch;
  }

  #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd898e-833aa773 {
    justify-self: center;
  }

  #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd8994-833aa773 {
    place-self: stretch center;
  }

  #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd899c-833aa773 {
    align-self: center;
  }

  .services-grid .service-card:nth-child(8) {
    place-self: auto;
  }

  #w-node-_318871c4-730f-d283-4eac-f662fd051181-833aa7b9 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dfaf8cd9-1cd8-f92b-da55-015fcaf9942a-833aa773 {
    justify-self: center;
  }

  #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd8972-833aa773 {
    place-self: stretch center;
  }

  #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd898e-833aa773 {
    align-self: stretch;
  }

  #w-node-_7c4a6f02-4eb4-9b79-8fa3-038fd3dd8994-833aa773 {
    place-self: stretch center;
  }

  #w-node-b061ecd6-89ed-904f-16ba-3d6a5724c892-833aa773, #w-node-b061ecd6-89ed-904f-16ba-3d6a5724c8b8-833aa773 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_28eccc4f-6b9f-30ff-3445-1edeb6bf9864-833aa773 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto;
  }

  #w-node-_318871c4-730f-d283-4eac-f662fd051181-833aa7b9 {
    place-self: start stretch;
  }

  #w-node-_318871c4-730f-d283-4eac-f662fd05119d-833aa7b9 {
    place-self: center stretch;
  }

  #w-node-b0a91664-24f2-92ff-56cf-523e8c7a05bb-833aa7b9, #w-node-b0a91664-24f2-92ff-56cf-523e8c7a05e1-833aa7b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97396d8a-7bdd-13c6-0f99-c1c573fd95de-833aa7b9 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto;
  }

  #w-node-_675d52ed-e55a-0eb5-ba25-5527b79779ff-833aa7b9 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto;
  }

  #w-node-_4cb9ff55-06e9-aeeb-fa49-e5e1992d4c4d-833aa7b9 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: auto;
  }

  #w-node-cf33be90-8394-9dc4-fde4-6a1572979b8a-833aa7b9 {
    grid-area: 4 / 1 / 5 / 2;
    place-self: auto;
  }

  #w-node-_86b5d5c0-3a05-0db0-e1a2-7149ec9fe443-833aa7b9 {
    grid-area: 5 / 1 / 6 / 2;
    place-self: auto;
  }

  #w-node-_96c66410-9f66-3775-4542-5b723c6ab70b-833aa7b9 {
    grid-area: 6 / 1 / 7 / 2;
    place-self: auto;
  }

  #w-node-_6ee34af5-5c66-d38d-0f89-ba77cd14b41c-833aa7b9 {
    grid-area: 7 / 1 / 8 / 2;
    place-self: auto;
  }

  #w-node-_09939bb0-5448-76db-3633-9ee58b686e71-833aa7b9 {
    grid-area: 8 / 1 / 9 / 2;
    place-self: auto;
  }

  #w-node-_226f027c-fb87-67f2-6722-0767776c9cde-833aa7b9 {
    grid-area: 9 / 1 / 10 / 2;
    place-self: auto;
  }

  #w-node-d754e66b-f9e8-bf47-43ff-f1a222dfa677-833aa7b9 {
    grid-area: 10 / 1 / 11 / 2;
    place-self: auto;
  }

  #w-node-_9c9be485-e471-000f-4d40-9020c98bda73-833aa7b9 {
    grid-area: 11 / 1 / 12 / 2;
    place-self: auto;
  }

  #w-node-a02e6129-810d-7ec0-9032-2d603682f3dc-833aa7b9 {
    grid-area: 12 / 1 / 13 / 2;
    place-self: auto;
  }
}

/* Page: ru/terms-of-service — overrides */
.w-webflow-badge { display: none !important; }

/* RU footer: LTR, equal gaps, О компании 10px closer to logo */
.footer-dark { direction: ltr; }
.footer-dark .footer-wrapper {
  display: grid;
  grid-template-columns: auto 1fr 1fr 1fr;
  gap: 36px;
  align-items: start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
.footer-dark .footer-content-copy {
  grid-column: 2 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
  margin-left: -10px;
  margin-right: 0;
}
.footer-dark .footer-block,
.footer-dark .footer-block-copy { direction: ltr; text-align: left; align-items: flex-start; }
.footer-dark .footer-legal-link-2,
.footer-dark .footer-legal-link-2-copy,
.footer-dark .footer-legal-link-2-copy-2 { direction: ltr; justify-content: flex-start; text-align: left; }
.footer-subscribe-2,
.footer-subscribe-mob { direction: ltr; }
.footer-subscribe-2 .footer-copyright-2,
.footer-subscribe-mob .footer-bottom-2,
.footer-subscribe-mob .footer-legal-link-2-copy,
.footer-subscribe-mob .footer-legal-link-2-copy-2 { direction: ltr; text-align: left; justify-content: flex-start; }
@media (max-width: 767px) {
  .footer-dark .footer-wrapper { display: flex; flex-direction: column; align-items: center; gap: 26px; }
  .footer-dark .footer-content-copy { grid-column: auto; grid-template-columns: 1fr; margin-left: 0; }
}

/* Убрать чёрную полосу под верхним меню */
.navbar-no-shadow-copy,
.navbar-no-shadow-container,
.navbar-logo-left,
.navbar-logo-left-container.shadow-three {
  box-shadow: none !important;
  border-bottom: none !important;
}
.navbar-logo-left {
  padding-bottom: 0 !important;
}
.navbar-logo-left .w-nav,
.navbar-no-shadow-copy .w-nav {
  background-color: #0f162c;
}

/* Подвал: без горизонтального скролла */
.footer-dark,
.footer-subscribe-2,
.footer-subscribe-mob {
  max-width: 100%;
  overflow-x: hidden;
}
.footer-dark .container-15,
.footer-wrapper,
.footer-content-copy {
  max-width: 100%;
}

/* Иконки соцсетей в футере: круг-контейнеры, единый размер */
.social {
  display: flex;
  gap: 14px;
  align-items: center;
}

.social-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #16264a;
  transition: transform 0.15s ease, background 0.15s ease;
}

.social-btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.social-btn:hover {
  transform: scale(1.1);
  background: #1f3570;
}

/* Footer terms-of-service: 4 columns RTL, logo right, equal height & gap */
.footer-terms .footer-terms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
  gap: 48px;
  align-items: stretch;
  direction: rtl;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}
.footer-terms .footer-terms-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 240px;
}
.footer-terms .footer-terms-whatsapp {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 0;
}
.footer-terms .footer-terms-whatsapp-btn {
  display: block;
  line-height: 0;
  transition: transform 0.15s ease;
}
.footer-terms .footer-terms-whatsapp-btn:hover {
  transform: scale(1.08);
}
.footer-terms .footer-terms-whatsapp-btn img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.footer-terms .footer-terms-logo {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 24px;
}
.footer-terms .footer-terms-logo-link {
  display: block;
  width: 100%;
  max-width: 260px;
  transform: translateX(-5px);
}
.footer-terms .footer-terms-logo-img {
  width: 100%;
  height: auto;
  display: block;
}
.footer-terms .footer-terms-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.footer-terms .footer-terms-nav .footer-link {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.3;
}
.footer-terms .footer-terms-contact .footer-terms-text {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.footer-terms .footer-terms-contact .footer-terms-text:hover {
  color: #1a1b1fbf;
}
.footer-terms .footer-terms-social {
  margin-top: 12px;
}
.footer-terms .footer-terms-desc {
  color: #fff;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}
.footer-terms .footer-terms-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.2);
  direction: rtl;
  font-size: 13px;
}
.footer-terms .footer-terms-legal .footer-legal-link-2 {
  font-size: 13px;
}
@media (max-width: 991px) {
  .footer-terms .footer-terms-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .footer-terms .footer-terms-col {
    min-height: 180px;
  }
  .footer-terms .footer-terms-whatsapp {
    min-height: 0;
  }
}
@media (max-width: 567px) {
  .footer-terms .footer-terms-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    direction: rtl;
  }
  .footer-terms .footer-terms-col {
    min-height: auto;
  }
  .footer-terms .footer-terms-logo {
    order: -1;
  }
  .footer-terms .footer-terms-whatsapp {
    order: -2;
    align-self: flex-start;
  }
}

/* На страницах terms/privacy ссылки уже в основном футере — в мобильном блоке не дублировать */
body.page-footer-legal-in-main .footer-subscribe-mob .footer-legal-link-2-copy,
body.page-footer-legal-in-main .footer-subscribe-mob .footer-legal-link-2-copy-2 {
  display: none;
}

/* Шапка ru/terms: гамбургер слева, лого по центру, кнопка справа. he-terms: то же зеркально (RTL) */
.navbar-ru-terms .navbar-ru-terms-bar,
.navbar-he-terms .navbar-ru-terms-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
}
.navbar-ru-terms .navbar-ru-hamburger,
.navbar-he-terms .navbar-ru-hamburger {
  order: 0;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
}
.navbar-ru-terms .navbar-ru-hamburger .w-nav-button,
.navbar-he-terms .navbar-ru-hamburger .w-nav-button {
  padding: 10px;
  cursor: pointer;
}
.navbar-ru-terms .navbar-ru-logo,
.navbar-he-terms .navbar-ru-logo {
  order: 1;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-ru-terms .navbar-ru-logo .image-16,
.navbar-ru-terms .navbar-ru-logo .image-32,
.navbar-he-terms .navbar-ru-logo .image-16,
.navbar-he-terms .navbar-ru-logo .image-32 {
  width: auto;
  height: auto;
}
.navbar-ru-terms .navbar-ru-actions,
.navbar-he-terms .navbar-ru-actions {
  order: 2;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.navbar-ru-terms .nav-menu-lang,
.navbar-he-terms .nav-menu-lang {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.2);
  list-style: none;
}
.navbar-ru-terms .nav-menu-lang .nav-lang,
.navbar-he-terms .nav-menu-lang .nav-lang {
  margin-left: 0;
}
.navbar-ru-terms .nav-menu-lang .nav-link,
.navbar-he-terms .nav-menu-lang .nav-link {
  color: #fff;
}
.navbar-ru-terms .nav-lang-desktop-only,
.navbar-he-terms .nav-lang-desktop-only {
  display: none;
}
.navbar-ru-terms .nav-menu-wrapper,
.navbar-he-terms .nav-menu-wrapper {
  order: 3;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  float: none;
  justify-content: flex-start;
  align-items: stretch;
}
.navbar-ru-terms .nav-menu-wrapper {
  direction: ltr;
  text-align: left;
}
.navbar-he-terms .nav-menu-wrapper {
  direction: rtl;
  text-align: right;
}
.navbar-ru-terms .w-nav[data-nav-menu-open="true"] .nav-menu-wrapper,
.navbar-ru-terms .w-nav[data-nav-menu-open="true"] .nav-menu-wrapper-3-copy,
.navbar-he-terms .w-nav[data-nav-menu-open="true"] .nav-menu-wrapper,
.navbar-he-terms .w-nav[data-nav-menu-open="true"] .nav-menu-wrapper-3-copy {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.navbar-ru-terms .w-nav[data-nav-menu-open="true"] .nav-menu,
.navbar-ru-terms .w-nav[data-nav-menu-open="true"] .nav-menu-two {
  direction: ltr;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.navbar-he-terms .w-nav[data-nav-menu-open="true"] .nav-menu,
.navbar-he-terms .w-nav[data-nav-menu-open="true"] .nav-menu-two {
  direction: rtl;
  text-align: right;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.navbar-ru-terms .w-nav[data-nav-menu-open="true"] .nav-menu .list-item,
.navbar-ru-terms .w-nav[data-nav-menu-open="true"] .nav-menu .list-item-2,
.navbar-ru-terms .w-nav[data-nav-menu-open="true"] .nav-menu-two .list-item-8,
.navbar-ru-terms .w-nav[data-nav-menu-open="true"] .nav-menu-lang {
  text-align: left;
  width: 100%;
}
.navbar-he-terms .w-nav[data-nav-menu-open="true"] .nav-menu .list-item,
.navbar-he-terms .w-nav[data-nav-menu-open="true"] .nav-menu .list-item-2,
.navbar-he-terms .w-nav[data-nav-menu-open="true"] .nav-menu-two .list-item-8,
.navbar-he-terms .w-nav[data-nav-menu-open="true"] .nav-menu-lang {
  text-align: right;
  width: 100%;
}
.navbar-ru-terms .w-nav[data-nav-menu-open="true"] .nav-menu-two .list-item-8 {
  flex-direction: column;
  align-items: flex-start;
}
.navbar-he-terms .w-nav[data-nav-menu-open="true"] .nav-menu-two .list-item-8 {
  flex-direction: column;
  align-items: flex-end;
}
.navbar-ru-terms .w-nav[data-nav-menu-open="true"] .nav-menu a,
.navbar-ru-terms .w-nav[data-nav-menu-open="true"] .nav-menu-lang .nav-lang {
  text-align: left;
}
.navbar-he-terms .w-nav[data-nav-menu-open="true"] .nav-menu a,
.navbar-he-terms .w-nav[data-nav-menu-open="true"] .nav-menu-lang .nav-lang {
  text-align: right;
}
.navbar-ru-terms .navbar-ru-actions .button-3,
.navbar-ru-terms .navbar-ru-actions .button-6 {
  white-space: nowrap;
  padding: 10px 18px;
  font-size: 14px;
  margin-left: 38px;
}
.navbar-he-terms .navbar-ru-actions .button-3,
.navbar-he-terms .navbar-ru-actions .button-6 {
  white-space: nowrap;
  padding: 10px 18px;
  font-size: 14px;
  margin-right: 38px;
}
@media screen and (max-width: 991px) {
  .navbar-ru-terms .navbar-ru-terms-bar {
    gap: 0;
  }
  .navbar-he-terms .navbar-ru-terms-bar {
    gap: 0;
  }
  .navbar-ru-terms .navbar-ru-logo {
    margin-left: 11px;
    justify-content: flex-start;
  }
  .navbar-he-terms .navbar-ru-logo {
    margin-right: 11px;
    margin-left: 0;
    justify-content: flex-end;
  }
  .navbar-ru-terms .navbar-ru-logo .image-16,
  .navbar-ru-terms .navbar-ru-logo .image-32,
  .navbar-he-terms .navbar-ru-logo .image-16,
  .navbar-he-terms .navbar-ru-logo .image-32 {
    max-height: 72px;
  }
  .navbar-ru-terms .navbar-ru-hamburger .w-nav-button,
  .navbar-he-terms .navbar-ru-hamburger .w-nav-button {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .navbar-ru-terms .navbar-ru-hamburger .image-23,
  .navbar-ru-terms .navbar-ru-hamburger .w-icon-nav-menu,
  .navbar-he-terms .navbar-ru-hamburger .image-23,
  .navbar-he-terms .navbar-ru-hamburger .w-icon-nav-menu {
    width: 48px;
    height: 48px;
    max-height: 48px;
  }
  .navbar-ru-terms .navbar-ru-actions .button-3,
  .navbar-ru-terms .navbar-ru-actions .button-6,
  .navbar-he-terms .navbar-ru-actions .button-3,
  .navbar-he-terms .navbar-ru-actions .button-6 {
    height: 40px;
    min-height: 40px;
    padding: 0 16px;
    line-height: 40px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-ru-terms .navbar-ru-actions {
    padding-right: 4px;
    justify-content: flex-end;
  }
  .navbar-he-terms .navbar-ru-actions {
    padding-left: 4px;
    justify-content: flex-start;
  }
  .navbar-ru-terms .nav-lang-desktop,
  .navbar-he-terms .nav-lang-desktop {
    display: none !important;
  }
  .navbar-ru-terms .nav-lang-desktop-only,
  .navbar-he-terms .nav-lang-desktop-only {
    display: list-item;
  }
}
@media screen and (min-width: 992px) {
  .navbar-ru-terms .nav-lang-desktop-only,
  .navbar-he-terms .nav-lang-desktop-only {
    display: none;
  }
  .navbar-ru-terms .navbar-ru-logo .image-32,
  .navbar-he-terms .navbar-ru-logo .image-32 {
    max-height: 88px;
  }

  /* Единая шапка: десктоп — меню в ряд, не выносить из потока */
  .navbar-single.navbar-he-terms .navbar-ru-hamburger {
    display: none;
  }
  /* На десктопе отключаем выпадающий режим: контейнер в потоке */
  .navbar-single.navbar-he-terms .w-nav[data-nav-menu-open="true"] {
    position: relative !important;
  }
  .navbar-single.navbar-he-terms .nav-menu-wrapper,
  .navbar-single.navbar-he-terms .w-nav[data-nav-menu-open="true"] .nav-menu-wrapper {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    order: 1;
    display: flex !important;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
    flex-direction: row !important;
  }
  .navbar-single.navbar-he-terms .nav-menu,
  .navbar-single.navbar-he-terms .w-nav .w-nav-menu {
    position: static !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    width: auto;
    max-width: none;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }
  .navbar-single.navbar-he-terms .nav-menu .list-item,
  .navbar-single.navbar-he-terms .nav-menu .list-item-2 {
    margin: 0;
    padding: 0 6px;
    align-self: center;
  }
  .navbar-single.navbar-he-terms .nav-menu-lang.nav-lang-mobile {
    display: none;
  }
  .navbar-single.navbar-he-terms .navbar-ru-actions .nav-lang-desktop {
    display: inline-flex !important;
  }
  .navbar-single.navbar-he-terms .navbar-ru-terms-bar {
    flex-wrap: nowrap;
    padding-left: 30px;
    padding-right: 30px;
  }
  .navbar-single.navbar-he-terms .navbar-ru-logo {
    order: 0;
  }
  .navbar-single.navbar-he-terms .navbar-ru-actions {
    order: 2;
  }

  /* HE шапка — та же Grid-раскладка, что и RU (лого | меню | кнопка+язык) */
  .navbar-single.navbar-he-terms .container-regular.navbar-single-container {
    max-width: 1600px;
  }
  .navbar-single.navbar-he-terms .navbar-ru-terms-bar {
    display: grid !important;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "he-logo he-menu he-actions";
    align-items: center;
    gap: 12px 18px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
  }
  .navbar-single.navbar-he-terms .navbar-ru-logo {
    grid-area: he-logo;
    justify-self: start;
    flex: 0 0 auto;
  }
  .navbar-single.navbar-he-terms .nav-menu-wrapper,
  .navbar-single.navbar-he-terms .w-nav[data-nav-menu-open="true"] .nav-menu-wrapper {
    grid-area: he-menu;
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    float: none !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    min-width: 0;
    width: 100%;
  }
  .navbar-single.navbar-he-terms .navbar-ru-actions {
    grid-area: he-actions;
    justify-self: end;
    flex: none;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .navbar-single.navbar-he-terms .navbar-ru-actions .nav-lang-desktop {
    margin: 0 !important;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
  }

  /* Русская шапка (ru/index.html) — Grid, лого норм, без наложений */
  /* На широких экранах даём шапке больше полезной ширины (RU меню длиннее, чем HE) */
  .navbar-single.navbar-ru-terms .container-regular.navbar-single-container {
    max-width: 1600px;
  }
  .navbar-single.navbar-ru-terms .navbar-ru-hamburger {
    display: none;
  }
  .navbar-single.navbar-ru-terms .navbar-ru-terms-bar {
    display: grid !important;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "ru-logo ru-menu ru-actions";
    align-items: center;
    gap: 12px 18px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
  }
  .navbar-single.navbar-ru-terms .navbar-ru-logo {
    grid-area: ru-logo;
    justify-self: start;
    flex: 0 0 auto;
  }
  /* Лого RU = эталон иврита (image-32 max-height: 88px) */
  .navbar-single.navbar-ru-terms .navbar-ru-logo .image-16 {
    /* На RU длинное меню — делаем лого компактнее, чтобы всё помещалось */
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
  }
  .navbar-single.navbar-ru-terms .nav-menu-wrapper,
  .navbar-single.navbar-ru-terms .w-nav[data-nav-menu-open="true"] .nav-menu-wrapper {
    grid-area: ru-menu;
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    float: none !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 0;
  }
  .navbar-single.navbar-ru-terms .nav-menu,
  .navbar-single.navbar-ru-terms .w-nav .w-nav-menu {
    position: static !important;
    float: none !important;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0 14px;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    background: none;
    width: auto;
    max-width: 100%;
  }
  .navbar-single.navbar-ru-terms .nav-menu .list-item,
  .navbar-single.navbar-ru-terms .nav-menu .list-item-2 {
    margin: 0;
    padding: 0;
    align-self: center;
    white-space: nowrap;
  }
  /* Размер пунктов меню RU = эталон иврита (16px) */
  .navbar-single.navbar-ru-terms .nav-menu .nav-link {
    padding: 6px 8px;
    font-size: 16px;
  }
  .navbar-single.navbar-ru-terms .nav-menu-lang.nav-lang-mobile {
    display: none;
  }
  .navbar-single.navbar-ru-terms .navbar-ru-actions {
    grid-area: ru-actions;
    justify-self: end;
    flex: none;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .navbar-single.navbar-ru-terms .navbar-ru-actions .nav-lang-desktop {
    display: inline-flex !important;
    margin: 0 !important;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
  }
  /* Кнопка шапки RU = эталон иврита (14px в navbar-ru-actions) */
  .navbar-single.navbar-ru-terms .navbar-ru-actions .button-3 {
    width: auto;
    min-width: 0;
    padding: 6px 10px;
    font-size: 13px;
    margin-left: 0 !important;
  }

  .navbar-logo-left.navbar-ru-terms .navbar-ru-terms-bar,
  .navbar-logo-left.navbar-he-terms .navbar-ru-terms-bar {
    flex-wrap: nowrap;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .navbar-logo-left.navbar-ru-terms .navbar-ru-hamburger,
  .navbar-logo-left.navbar-he-terms .navbar-ru-hamburger {
    display: none;
  }
  .navbar-logo-left.navbar-ru-terms .nav-menu-wrapper-3-copy,
  .navbar-logo-left.navbar-he-terms .nav-menu-wrapper-3-copy {
    position: static;
    order: 1;
    display: flex !important;
    flex: 1 1 auto;
    justify-content: center;
  }
  .navbar-logo-left.navbar-ru-terms .navbar-ru-logo,
  .navbar-logo-left.navbar-he-terms .navbar-ru-logo {
    order: 0;
  }
  .navbar-logo-left.navbar-ru-terms .navbar-ru-actions,
  .navbar-logo-left.navbar-he-terms .navbar-ru-actions {
    order: 2;
  }
  .navbar-logo-left.navbar-ru-terms .navbar-ru-actions .nav-lang-desktop,
  .navbar-logo-left.navbar-he-terms .navbar-ru-actions .nav-lang-desktop {
    margin-right: 0;
  }
}

/* Переключатель языков в шапке: עברית | Русский */
.nav-lang {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 12px;
  font-size: 14px;
  color: rgba(255,255,255,0.9);
}
.nav-lang .link {
  color: #fff;
  text-decoration: none;
}
.nav-lang .link:hover {
  text-decoration: underline;
}
.nav-lang-current {
  color: rgba(255,255,255,0.85);
  font-weight: 500;
}

/* Футер RU terms: зеркальное LTR — слева лого, правее О компании, Контакты, Кто мы, справа Ватсап */
.footer-terms-ltr .footer-terms-grid {
  direction: ltr;
}
.footer-terms-ltr .footer-terms-logo {
  padding-left: 0;
  padding-right: 24px;
}
.footer-terms-ltr .footer-terms-logo-link {
  transform: none;
}
.footer-terms-ltr .footer-terms-legal {
  direction: ltr;
}
@media (max-width: 567px) {
  .footer-terms-ltr .footer-terms-grid {
    direction: ltr;
  }
  .footer-terms-ltr .footer-terms-logo {
    order: -1;
  }
  .footer-terms-ltr .footer-terms-whatsapp {
    order: -2;
  }
}

/* ru/index.html — принудительный LTR для всех секций (русский язык) */
html[lang="ru"] .team-circles-copy .services-grid .service-title,
html[lang="ru"] .team-circles-copy .services-grid .service-description {
  direction: ltr;
  text-align: left;
}
html[lang="ru"] .team-circles-2 {
  direction: ltr;
}
html[lang="ru"] .team-circles-2 .team-card-2 {
  text-align: left;
  align-items: flex-start;
}
html[lang="ru"] .team-circles-2 .team-member-image-2 {
  align-self: flex-start;
  margin-left: 0;
  margin-right: auto;
}
html[lang="ru"] .team-circles-2 .team-member-name-2,
html[lang="ru"] .team-circles-2 .team-member-name-2-copy,
html[lang="ru"] .team-circles-2 .team-member-position-2,
html[lang="ru"] .team-circles-2 .team-member-position-2-copy,
html[lang="ru"] .team-circles-2 .text-8,
html[lang="ru"] .team-circles-2 .text-block-18 {
  direction: ltr;
  text-align: left;
  justify-content: flex-start;
  align-self: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}
html[lang="ru"] .team-circles-2 .team-member-name-2-copy strong,
html[lang="ru"] .team-circles-2 .text-8 strong {
  text-align: left;
}
html[lang="ru"] .team-circles-2 .heading-5,
html[lang="ru"] .team-circles-2 .text-2,
html[lang="ru"] .team-circles-2 .text-2-copy {
  direction: ltr;
  text-align: center;
}
html[lang="ru"] .team-circles-3 .h3,
html[lang="ru"] .team-circles-3 .text3 {
  direction: ltr;
  text-align: center;
}
html[lang="ru"] .team-member-name-2 {
  direction: ltr;
  text-align: left;
}
html[lang="ru"] h3.team-member-name-2,
html[lang="ru"] h3.team-member-name-3,
html[lang="ru"] h3.text-block-5,
html[lang="ru"] h3.testimonial-author-name {
  margin-top: 0;
}
html[lang="ru"] .testimonial-column-dark .text1 {
  direction: ltr;
  text-align: center;
}
html[lang="ru"] .features-table .centered-heading-3,
html[lang="ru"] .features-table .centered-subheading {
  direction: ltr;
  text-align: center;
}
html[lang="ru"] .features-table .text-block-11,
html[lang="ru"] .features-table .text-block-12 {
  direction: ltr;
  text-align: left;
}
html[lang="ru"] .features-table .dropdown-toggle {
  justify-content: flex-start;
  text-align: left;
}
html[lang="ru"] .hero-stack .heading-3,
html[lang="ru"] .hero-stack .margin-bottom-24px {
  direction: ltr;
  text-align: center;
}
html[lang="ru"] .hero-without-image .faq,
html[lang="ru"] .hero-without-image .text-block-14 {
  direction: ltr;
  text-align: center;
}

.video-section{
    text-align:center;
    padding:80px 20px;
}

.video-title{
    font-size:42px;
    font-weight:700;
    color:#ffffff;
    margin-bottom:15px;
}

.video-subtitle{
    font-size:18px;
    color:#d6e2f1;
    max-width:700px;
    margin:0 auto 40px auto;
}

.video-wrapper{
    max-width:950px;
    margin:0 auto 35px auto;
    padding:10px;
    border-radius:16px;

    background:linear-gradient(145deg,#1c4b78,#0d274a);

    box-shadow:
        0 25px 60px rgba(0,0,0,0.6),
        inset 0 0 0 2px rgba(90,170,255,0.35);
}

.video-wrapper video{
    width:100%;
    height:auto;
    display:block;
    border-radius:12px;
}

.video-button{
    display:inline-block;
    padding:14px 40px;
    border-radius:40px;

    background:linear-gradient(90deg,#4ea8ff,#2c79d7);
    color:#ffffff;

    font-size:18px;
    text-decoration:none;
    font-weight:600;

    transition:all .3s ease;
}

.video-button:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(0,0,0,0.35);
}
