/*
Theme Name: aibdr
Version: 1.0
Tested up to: 7.0
Requires at least: 6
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aibdr
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h3{
  font-weight: 400;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:hover,
a:focus,
a:active {
  color: #0A1F2F;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

/* End normalize */

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(assets/fonts/poppins/woff2/pxiAyp8kv8JHgFVrJJLmE0tCMPI.woff2) format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(assets/fonts/poppins/woff2/pxiDyp8kv8JHgFVrJJLmv1pVF9eO.woff2) format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/poppins/woff2/pxiDyp8kv8JHgFVrJJLm21lVF9eO.woff2) format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/poppins/woff2/pxiGyp8kv8JHgFVrJJLucHtA.woff2) format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/poppins/woff2/pxiDyp8kv8JHgFVrJJLmg1hVF9eO.woff2) format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/poppins/woff2/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2) format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/poppins/woff2/pxiDyp8kv8JHgFVrJJLmy15VF9eO.woff2) format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/poppins/woff2/pxiDyp8kv8JHgFVrJJLm111VF9eO.woff2) format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(assets/fonts/poppins/woff2/pxiDyp8kv8JHgFVrJJLm81xVF9eO.woff2) format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(assets/fonts/poppins/woff2/pxiGyp8kv8JHgFVrLPTucHtA.woff2) format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(assets/fonts/poppins/woff2/pxiByp8kv8JHgFVrLFj_Z1xlFQ.woff2) format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/poppins/woff2/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/poppins/woff2/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/poppins/woff2/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/poppins/woff2/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/poppins/woff2/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/poppins/woff2/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(assets/fonts/poppins/woff2/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format('woff2');
}

:root {
  --section-padding-h: 70px;
  --section-padding-2h: 170px;
  --section-padding-v: 80px;
  --section-padding-2v: 160px;
  --header-height: 64px;
  --primary-color: #0A1F2F;
  --accent-color: #625BF6;
}

@media (max-width: 1200px) {
  :root {
    --section-padding-h: 40px;
    --section-padding-2h: 70px;
    --section-padding-v: 50px;
    --section-padding-2v: 100px;
  }
}

@media (max-width: 999px) {
  :root {
    --section-padding-h: 30px;
    --section-padding-2h: 60px;
    --section-padding-v: 30px;
    --section-padding-2v: 60px;
    --header-height: 55px;
  }
}

@media (max-width: 759px) {
  :root {
    --section-padding-h: 20px;
    --section-padding-2h: 20px;
    --section-padding-v: 20px;
    --section-padding-2v: 20px;
  }
}

a {
  text-decoration: none;
}

a:hover {
  color: #625BF6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 20px;
}

p {
  margin: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--primary-color);
}

@media (max-width: 999px) {
  body {
    font-size: 14px;
  }
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 var(--section-padding-2h) 0 var(--section-padding-2h);
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.button {
  display: flex;
  justify-content: center;
  border-radius: 30px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  padding: 10px 30px;
  box-shadow: 0px 4px 4px 0px #012E7740;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
}

.button--primary {
  background: linear-gradient(90deg, #625BF6 0%, #00DA87 100%);
}

.button--primary:hover {
  color: #ffffff;
  background: #0A1F2F;
}

.button--primary:focus {
  color: #ffffff;
  background: #0A1F2F;
}

.button--primary.disabled {
  opacity: .5;
  pointer-events: none;
}

.button--secondary {
  background: #0A1F2F;
}

.button--secondary:hover {
  background: linear-gradient(90deg, #625BF6 0%, #00DA87 100%);
  color: #ffffff;
}

.button--white {
  background: #fff;
  border: 1px solid #0A1F2F;
  color: #0A1F2F;
}

.button--white:hover {
  background: #0A1F2F;
  color: #ffffff;
}

.button--green {
  background: #4EFD6E;
  color: #0A1F2F;
}

.button--green:hover {
  background: #0A1F2F;
  color: #ffffff;
}

.button--blue {
  color: #ffffff;
  background: #29A2FE;
  border-radius: 8px;
}

.button--blue:hover {
  color: #ffffff;
  background: #1388E1;
}

.button--bright-blue {
  color: #ffffff;
  background: #3875F6;
  border-radius: 8px;
}

.button--bright-blue:hover {
  color: #ffffff;
  background: #1A50C2;
}

.button--tile {
  color: #ffffff;
  background: #0A1F2F;
  border-radius: 10px;
}

.button--tile:hover {
  color: #ffffff;
  background: linear-gradient(90deg, #625BF6 0%, #00DA87 100%);
}

.button--loading {
  color: #ffffff;
  background: linear-gradient(90deg, #625BF6 0%, #00DA87 100%);
}

.button--loading:hover {
  color: #ffffff;
  background: linear-gradient(90deg, #00DA87 0%, #625BF6 100%);
}

.button__loading-inner {
  display: none;
  gap: 10px;
}

.button__loading-inner.active {
  display: flex;
}

@media (max-width: 759px) {
  .button {
    font-size: 14px;
    padding: 7px 25px;
    border-radius: 25px;
  }

  .button--blue {
    border-radius: 6px;
  }

  .button--bright-blue {
    border-radius: 6px;
  }
}

.form-field {
  border: 1px solid #CED8ED;
  padding: 10px 20px;
  border-radius: 10px;
  background: #ffffff;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
}

.form-field::placeholder {
  font-size: 16px;
  line-height: 1.5;
  color: #9ba5b3;
}

.form-field:hover {
  border: 1px solid #29A2FE;
  box-shadow: 0px 5px 10px 0px #29A2FE33;
}

.form-field:focus {
  border: 1px solid #3875F6;
}

.textarea {
  height: 138px;
}

.icon {
  display: flex;
}

.animation-rotate {
  animation: 1s linear infinite animation-rotate;
}

@keyframes animation-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 759px) {
  .form-field {
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 7px;
  }

  .form-field::placeholder {
    font-size: 14px;
  }
}

.editor {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--primary-color);
}

.editor p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 20px;
}

.editor p:last-child {
  margin-bottom: 0;
}

.editor a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #625BF6;
}

.editor a:hover {
  text-decoration: underline;
}

.editor ul,
.editor ol {
  margin: 0;
  margin-bottom: 10px;
  padding-left: 60px;
}

.editor li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 10px;
}

.editor li:last-child {
  margin-bottom: 0;
}

.editor ul li::marker {
  color: #625BF6;
}

@media (max-width: 759px) {
  .editor {
    font-size: 14px;
  }

  .editor p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .editor p:last-child {
    margin-bottom: 0;
  }

  .editor a {
    font-size: 14px;
  }

  .editor ul,
  .editor ol {
    margin-bottom: 7px;
    padding-left: 40px;
  }

  .editor li {
    font-size: 14px;
    margin-bottom: 7px;
  }
}

.hubspot-form label {
  display: none;
}

.hubspot-form .hs-error-msgs {
  display: none;
}

.hubspot-form .hs_error_rollup {
  display: none;
}

.hubspot-form .hs-form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.hubspot-form .input {
  display: flex;
  flex-direction: column;
}

.hubspot-form input {
  font-size: 16px;
  line-height: 1.5;
  color: var(--primary-color);
  background: #fff;
  outline: 0;
  width: 100%;
  border: 1px solid #CED8ED;
  padding: 11px 20px;
  border-radius: 10px;
  outline: none;
}

.hubspot-form input:hover {
  border: 1px solid #29A2FE;
  box-shadow: 0px 5px 10px 0px #29A2FE33;
}

.hubspot-form input:focus {
  color: var(--primary-color);
  border: 1px solid #3875F6;
}

.hubspot-form input::placeholder {
  font-size: 16px;
  line-height: 1.5;
  color: #9BA5B3;
}

.hubspot-form input:focus::placeholder {
  color: #ffffff;
}

.hubspot-form input.error {
  border: 1px solid red;
}

.hubspot-form textarea {
  font-size: 16px;
  line-height: 1.5;
  color: var(--primary-color);
  background: #fff;
  outline: 0;
  width: 100%;
  height: 90px;
  border: 1px solid #CED8ED;
  padding: 11px 20px;
  border-radius: 10px;
  outline: none;
}

.hubspot-form textarea:hover {
  border: 1px solid #29A2FE;
  box-shadow: 0px 5px 10px 0px #29A2FE33;
}

.hubspot-form textarea:focus {
  color: var(--primary-color);
  border: 1px solid #3875F6;
}

.hubspot-form textarea::placeholder {
  font-size: 16px;
  line-height: 1.5;
  color: #9BA5B3;
}

.hubspot-form textarea:focus::placeholder {
  color: #ffffff;
}

.hubspot-form textarea.error {
  border: 1px solid red;
}

.hubspot-form .hs-submit {
  margin-top: 30px;
}

.hubspot-form .actions {
  display: flex;
}

.hubspot-form input[type="submit"] {
  background: #0A1F2F;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px #012E7740;
  padding: 10px 30px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  width: auto;
  color: #ffffff;
  margin: auto;
  cursor: pointer;
}

.hubspot-form input[type="submit"]:hover {
  background: linear-gradient(90deg, #625BF6 0%, #00DA87 100%);
}

.hubspot-form .submitted-message {
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.hubspot-form .submitted-message span {
  font-family: 'Poppins', sans-serif !important;
}

@media (max-width: 759px) {
  .hubspot-form .hs-form-field {
    margin-bottom: 10px;
  }

  .hubspot-form input {
    font-size: 14px;
    padding: 8px 15px;
  }

  .hubspot-form input::placeholder {
    font-size: 14px;
  }

  .hubspot-form textarea {
    font-size: 14px;
    padding: 8px 15px;
  }

  .hubspot-form textarea::placeholder {
    font-size: 14px;
  }

  .hubspot-form .hs-submit {
    margin-top: 20px;
  }

  .hubspot-form input[type="submit"] {
    padding: 7px 25px;
    font-size: 14px;
  }
}

.popup {
  position: fixed;
  z-index: 20;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}

.popup.active {
  opacity: 1;
  pointer-events: all;
}

.popup-close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  height: 100%;
  width: 100%;
}

.popup__container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px;
  width: 45%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 5px 30px 0px #4967AD33;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 40;
}

.popup__top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.popup__title {
  font-size: 24px;
  font-weight: 600;
}

.popup__close-btn {
  cursor: pointer;
}

.popup__close-icon:hover path {
  fill: var(--primary-color);
}

@media (max-width: 999px) {
  .popup__container {
    width: 80%;
  }
}

@media (max-width: 759px) {
  .popup__title {
    font-size: 20px;
  }

  .popup__close-icon {
    width: 20px;
  }

  .popup__container {
    width: 90%;
    top: 0;
    padding: 20px;
    transform: translateX(-50%) translatey(20px);
  }
}

.header {
  position: relative;
  display: flex;
  align-items: center;
  height: var(--header-height);
  box-shadow: 0px 5px 30px 0px #4967AD33;
  z-index: 10;
}

.header__container {
  flex-direction: row;
  padding: 0 var(--section-padding-h);
}

.header__logo-image {
  width: 107px;
}

.header-nav {
  display: flex;
  gap: 40px;
  margin-left: auto;
  margin-right: 40px;
}

.header-nav__link {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #0a1f2f;
}

.header-nav__link:hover {
  color: #625BF6;
}

@media (max-width: 999px) {
  .header__logo-image {
    width: 90px;
  }

  .header-nav {
    display: none;
  }

  .header__button-contact {
    display: none;
  }
}

.header__burger {
  display: none;
  flex-direction: column;
  width: 24px;
  height: 24px;
  gap: 7px;
  margin-left: auto;
}

.burger__line {
  border-top: 3px solid #0a1f2f;
  width: 100%;
  transform-origin: left;
}

.header__burger.active .burger__line-2 {
  opacity: 0;
}

.header__burger.active .burger__line-1 {
  transform: rotate(45deg);
  width: 26px;
}

.header__burger.active .burger__line-3 {
  transform: rotate(-45deg);
  width: 26px;
}

@media (max-width: 999px) {
  .header__burger {
    display: flex;
  }
}

.mobile-menu {
  display: none;
  position: fixed;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
}

.mobile-menu__container {
  flex-direction: column;
  gap: 30px;
  padding: 30px 0;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mobile-nav__link {
  text-align: center;
  width: 100%;
  font-size: 16px;
  color: #0a1f2f;
  font-weight: 500;
}

@media (max-width: 999px) {
  .mobile-menu.active {
    display: flex;
    z-index: 7;
  }

}

.footer {
  display: flex;
  flex-direction: column;
}

.footer__top {
  background: #0A1F2F;
  padding: var(--section-padding-v) 0;
}

.footer__container {
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  padding: 0 var(--section-padding-h);
}

.footer__info {
  display: flex;
  flex-direction: column;
  max-width: 29%;
}

.footer__info-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.footer__logo {
  margin-bottom: 40px;
  width: 150px;
}

.footer__form {
  display: flex;
  flex-direction: column;
  background: #503CC7;
  border-radius: 10px;
  padding: 20px;
}

.footer__form-title {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer__form-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}

.footer__form-body label {
  display: none;
}

.footer__form-body .hs-error-msgs {
  display: none;
}

.footer__form-body .hs_error_rollup {
  display: none;
}

.footer__form-body .hs-form-field {
  margin-bottom: 10px;
}

.footer__form-body input {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  background: #FFFFFF33;
  padding: 11px 20px;
  outline: 0;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 5px;
}

.footer__form-body input:focus {
  color: #ffffff;
}

.footer__form-body input::placeholder {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}

.footer__form-body input.error {
  border: 1px solid red;
}

.footer__form-body .hs-submit {
  margin-top: 20px;
}

.footer__form-body input[type="submit"] {
  background: #0A1F2F;
  border-radius: 30px;
  box-shadow: 0px 4px 4px 0px #012E7740;
  padding: 10px 30px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  width: auto;
  cursor: pointer;
}

.footer__form-body input[type="submit"]:hover {
  background: linear-gradient(90deg, #625BF6 0%, #00DA87 100%);
}

.footer__socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #FFFFFF;
  padding: 20px;
  border-radius: 10px;
}

.footer__socials-title {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer__socials-email {
  font-size: 20px;
  display: flex;
  color: #ffffff;
  margin-bottom: 20px;
  gap: 5px;
}

.footer__socials-email-link {
  color: #ffffff;
}

.footer__socials-items {
  display: flex;
  gap: 20px;
}

.footer__socials-item {
  display: flex;
}

.footer__socials-item-ico {
  width: 32px;
}

.footer__socials-item-ico--active {
  display: none;
}

.footer__socials-item:hover .footer__socials-item-ico {
  display: none;
}

.footer__socials-item:hover .footer__socials-item-ico--active {
  display: flex;
}

.footer__cols {
  display: flex;
  gap: 20px;
  width: 55%;
}

.footer__col {
  flex: 1;
}

.footer__menu {
  display: flex;
  flex-direction: column;
}

.footer__menu-title {
  display: flex;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer__menu-subtitle {
  margin-bottom: 10px;
  font-weight: 600;
  color: #ffffff;
}

.footer__menu-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__menu-item {
  color: #ffffff;
}

.footer__menu-ml {
  margin-left: 20px;
}

.footer__menu-1 {
  margin-bottom: 115px;
}

.footer__menu-3-items {
  margin-bottom: 20px;
}

.footer__menu-3-items:last-child {
  margin-bottom: 0;
}

.footer__bottom {
  display: flex;
  align-items: center;
  background: #EDF0F7;
  padding: 11px 0;
}

.footer__bottom-container {
  justify-content: space-between;
}

.footer__bottom-left {
  font-size: 14px;
  font-weight: 400;
  color: #0a1f2f;
}

.footer__bottom-right {
  font-size: 14px;
  font-weight: 400;
  color: #0a1f2f;
}

.footer__container--v2 {
  align-items: stretch;
}

.footer__cols--v2 {
  justify-content: space-around;
  width: 47%;
  padding-top: 75px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer__col--v2 {
  flex: initial;
}

.footer__socials--v2 {
  justify-content: center;
  text-align: center;
  margin-top: 75px;
  height: 100%;
  padding: 20px 40px;
}

.footer__container--v2 .footer__info-top {
  margin: 0;
}

.footer__col--v2 .footer__menu {
  margin: 0;
}

@media (max-width: 999px) {
  .footer__container-top {
    flex-direction: column;
  }

  .footer__info {
    width: 100%;
    max-width: 100%;
  }

  .footer__info-top {
    width: 100%;
  }

  .footer__cols {
    width: 100%;
  }

  .footer__socials {
    margin-bottom: 20px;
  }

  .footer__cols--v2 {
    justify-content: flex-start;
  }

  .footer__col--v2 {
    min-width: 50%;
  }
}

@media (max-width: 759px) {
  .footer__logo {
    width: 120px;
    margin-bottom: 30px;
  }

  .footer__info-top {
    margin-bottom: 15px;
  }

  .footer__form {
    padding: 15px;
  }

  .footer__form-title {
    font-size: 18px;
    margin-bottom: 7px;
  }

  .footer__form-subtitle {
    margin-bottom: 15px;
  }

  .footer__form-body input {
    padding: 7px 15px;
    font-size: 14px;
  }

  .footer__form-body input::placeholder {
    font-size: 14px;
  }

  .footer__form-body .hs-submit {
    margin-top: 15px;
  }

  .footer__form-body input[type="submit"] {
    padding: 7px 25px;
    font-size: 14px;
  }

  .footer__socials {
    margin-bottom: 15px;
    padding: 15px;
  }

  .footer__socials-title {
    font-size: 24px;
    margin-bottom: 7px;
  }

  .footer__socials-email {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .footer__socials-items {
    gap: 15px;
  }

  .footer__socials-item-ico {
    width: 27px;
  }

  .footer__menu-title {
    margin-bottom: 15px;
  }

  .footer__menu-items {
    gap: 7px;
  }

  .footer__menu-3-items {
    margin-bottom: 15px;
  }

  .footer__bottom {
    padding: 9px 0;
  }

  .footer__bottom-container {
    flex-direction: column;
    gap: 15px;
  }

  .footer__bottom-left {
    width: 100%;
    font-size: 13px;
  }

  .footer__bottom-right {
    width: 100%;
    font-size: 13px;
  }

  .footer__cols--v2 {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer__socials--v2 {
    margin-top: 30px;
  }
}

@media (max-width: 500px) {
  .footer__cols {
    flex-direction: column;
  }

  .footer__menu-1 {
    margin-bottom: 15px;
  }
}

.main {
  position: relative;
  display: flex;
  flex-direction: column;
}

.section {
  display: flex;
}

.breadcrumbs {
  display: flex;
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  z-index: 5;
}

.breadcrumbs__container {
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 var(--section-padding-h) 0 var(--section-padding-h)
}

.breadcrumbs__link {
  color: #ffffff;
}

.breadcrumbs__last {
  color: #4efd6e;
  font-weight: 600;
}

.breadcrumbs__link:after {
  content: '/';
  color: #ffffff;
  padding: 0 2px;
}

.breadcrumbs__last:after {
  content: '';
}

@media (max-width: 759px) {
  .breadcrumbs {
    top: 35px;
  }
}

.comments {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.comments__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.comments__item {
  display: flex;
  flex-direction: column;
  padding-left: 50px;
}

.comments__item.depth-1 {
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px #012E7740;
  border-radius: 20px;
  padding: 20px;
}

.comments__body {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
}

.comments__body--2 {
  border-top: 1px solid #CED8ED;
  padding-top: 20px;
}

.comments__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  background: #EFEFFE;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  color: #625BF6;
  text-transform: uppercase;
}

.comments__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.comments__content-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  background: #F6F7FB;
  padding: 10px 20px;
  border-radius: 10px;
}

.comments__content-top--1 {
  background-color: transparent;
  padding: 0;
  margin-bottom: 20px;
}

.comments__bio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  height: 38px;
}

.comments__author {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #0a1f2f;
}

.comments__author-tag {
  display: flex;
  border-radius: 5px;
  background: #625BF61A;
  padding: 1.5px 10px;
  margin-left: 10px;
  font-size: 14px;
}

.comments__date {
  align-self: baseline;
  font-size: 14px;
  font-weight: 400;
  color: #9ba5b3;
  margin-left: auto;
}

.comments__text {
  font-size: 16px;
  color: #0a1f2f;
}

.comments__content-bottom {
  display: flex;
  gap: 20px;
}

.comments__like {
  display: flex;
  gap: 5px;
  cursor: pointer;
}

.comments__like .comments__like-icon path {
  stroke: var(--accent-color);
  fill: none;
  stroke-width: 1.5px;
}

.comments__like-count {
  display: flex;
  align-items: center;
  color: var(--accent-color);
  font-size: 14px;
}

.comments__like--no-likes .comments__like-count {
  color: #9BA5B3;
}

.comments__like.active .comments__like-count {
  color: var(--accent-color);
}

.comments__like--no-likes .comments__like-count {
  color: #9BA5B3;
  fill: none;
}

.comments__like--no-likes .comments__like-icon path {
  stroke: #9BA5B3;
}

.comments__like:hover .comments__like-count {
  color: var(--accent-color);
}

.comments__like:hover .comments__like-icon path {
  stroke: var(--accent-color);
}

.comments__like.active path {
  stroke: var(--accent-color);
  fill: var(--accent-color);
}

.comments__reply {
  display: flex;
  gap: 5px;
}

/*.comments__reply--3 .comment-reply-link {
  cursor: default;
  pointer-events: none;
}*/

.comments__reply path {
  stroke: #0A1F2F;
}

.comments__reply--no-comments path {
  stroke: #9BA5B3;
}

.comment-reply-link {
  display: flex;
  gap: 5px;
}

.comments__reply-count {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #0A1F2F;
}

.comments__reply--no-comments .comments__reply-count {
  color: #9BA5B3;
}

.comments__reply:hover .comments__reply-count {
  color: var(--accent-color);
}

.comments__reply:hover path {
  stroke: var(--accent-color);
}

/*.comments__reply--3:hover .comments__reply-count {
  color: #9BA5B3;
}

.comments__reply--3:hover path {
  stroke: #9BA5B3;
}*/

.comments__form-container {
  display: flex;
  flex-direction: column;
}

.comment-reply-title {
  display: none;
}

.comments__form-container-wrap {
  box-shadow: 0px 4px 4px 0px #012E7740;
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
}

.comments__form-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.comments__form-avatar-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.comments__form-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  background: #efeffe;
  border-radius: 50%;
}

.comments__form-avatar-icon {
  display: flex;
}

.comments__form-avatar-name {
  font-size: 16px;
  font-weight: 600;
}

.comments__form-title {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

.comments__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.comments__form-container-respond {
  display: none;
}

.comments__item .comments__form-container-respond {
  display: flex;
}

.comments__form-author {
  grid-area: author;
  width: 24%;
  margin-left: auto;
}

.comments__form-email {
  grid-area: email;
  width: 24%;
}

.comments__form-comment {
  display: flex;
  grid-area: comment;
  width: 100%;
}

.comments__form-submit-wrap {
  display: flex;
  justify-content: flex-end;
  grid-area: submit;
}

.comments__form-submit {
  text-transform: uppercase;
  width: 170px;
}

@media (max-width: 759px) {
  .comments {
    gap: 15px;
  }

  .comments__items {
    gap: 15px;
  }

  .comments__item {
    padding-left: 30px;
  }

  .comments__item.depth-1 {
    padding: 15px;
  }

  .comments__body {
    gap: 7px;
    padding-bottom: 15px;
  }

  .comments__avatar {
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .comments__content-top--1 {
    margin-bottom: 15px;
  }

  .comments__bio {
    margin-bottom: 7px;
    height: 30px;
  }

  .comments__author {
    font-size: 14px;
  }

  .comments__author-tag {
    padding: 1.3px 7px;
    margin-left: 7px;
    font-size: 13px;
  }

  .comments__date {
    font-size: 13px;
  }

  .comments__text {
    font-size: 14px;
  }

  .comments__content-bottom {
    gap: 15px;
  }

  .comments__like {
    gap: 4px;
  }

  .comments__like-icon {
    width: 20px;
  }

  .comments__like-count {
    font-size: 13px;
  }

  .comment-reply-link {
    gap: 4px;
  }

  .comments__reply-icon {
    width: 20px;
  }

  .comments__reply-count {
    font-size: 13px;
  }

  .comments__form-container-wrap {
    padding: 15px;
  }

  .comments__form-top {
    gap: 7px;
  }

  .comments__form-avatar-wrap {
    gap: 7px;
  }

  .comments__form-avatar {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .comments__form-avatar-icon {
    width: 20px;
  }

  .comments__form-title {
    font-size: 14px;
  }

  .comments__form {
    gap: 7px;
  }

  .comments__form-submit {
    width: 140px;
  }
}


@media (max-width: 500px) {
  .comments__form-author {
    width: calc(50% - 7px);
    margin: 0;
    margin-right: auto;
  }

  .comments__form-email {
    width: calc(50% - 7px);
  }
}

.dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
}

.dropdown__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9ba5b3;
  font-size: 16px;
  padding: 11px 20px;
  border: 1px solid #CED8ED;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.dropdown__head:hover {
  border: 1px solid #29A2FE;
  box-shadow: 0px 5px 10px 0px #29A2FE33;
}

.dropdown__head--active {
  border: 1px solid #29A2FE;
  box-shadow: 0px 5px 10px 0px #29A2FE33;
}

.dropdown__head:after {
  content: '';
  display: flex;
  background-image: url("/wp-content/themes/aibdr/assets/img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  transform: rotate(0deg);
  transition: all .5s;
}

.dropdown__head--active:after {
  transform: rotate(180deg);
}

.dropdown__head--selected {
  color: #0a1f2f;
}

.dropdown__body {
  position: absolute;
  width: 100%;
  top: 58px;
  display: none;
  flex-direction: column;
  border: 1px solid #CED8ED;
  box-shadow: 0px 5px 30px 0px #4967AD1A;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.dropdown__body--active {
  display: flex;
}

.dropdown__items {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 230px;
  overflow: auto;
}

.dropdown__items::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.dropdown__items::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* Handle */
.dropdown__items::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #625BF6;
  -webkit-box-shadow: none;
}

.dropdown__item {
  padding: 11px 20px;
  font-size: 16px;
  color: #0a1f2f;
  cursor: pointer;
}

.dropdown__item:hover {
  background: #EDF0F780;
  color: #625bf6;
  font-weight: 500;
}

.dropdown__item--last {
  border-top: 1px solid #CED8ED;
}

@media (max-width: 759px) {
  .dropdown__head {
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 6px;
    height: 38px;
    line-height: 1;
  }

  .dropdown__head:after {
    width: 20px;
    height: 20px;
  }

  .dropdown__body {
    top: 48px;
  }

  .dropdown__items {
    max-height: 150px;
  }

  .dropdown__item {
    padding: 8px 15px;
    font-size: 14px;
  }
}

.swiper.swiper-horizontal {
  padding-bottom: 40px;
}

.swiper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  bottom: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  display: flex;
  background: #EDF0F7;
  opacity: 1;
  width: 16px;
  height: 16px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #625BF6;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-button-prev, .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-prev[role="button"], .swiper-rtl .swiper-button-next[role="button"] {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
}

.swiper-button-prev[role="button"]:after {
  content: none;
}

.swiper-button-next[role="button"], .swiper-rtl .swiper-button-prev[role="button"] {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
}

.swiper-button-next[role="button"]:after {
  content: none;
}

.swiper-button-next svg, .swiper-button-prev svg {
  display: flex;
  box-shadow: 0px 4px 4px 0px #012E7740;
  border-radius: 50%;
}

.swiper-button-next path, .swiper-button-prev path {
  fill: #0A1F2F;
}

.swiper-button-next rect, .swiper-button-prev rect {
  fill: #F6F7FB;
}

.swiper-button-next:hover path, .swiper-button-prev:hover path {
  fill: #fff;
}

.swiper-button-next:hover rect, .swiper-button-prev:hover rect {
  fill: url(#paint0_linear_246_618);
}

@media (max-width: 759px) {
  .swiper.swiper-horizontal {
    padding-bottom: 30px;
  }

  .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
  }

  .swiper-button-prev {
    width: 30px;
  }

  .swiper-button-next {
    width: 30px;
  }
}