@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
:root {
  --color-primary: #173e80;
  --color-secondary: #bdd8f2;
  --color-tertiary: #fcdfd5;
  --color-accent: #e35222;
  --color-dark: #1a2243;
  --color-read: #646464;
  --color-light: #aaaaaa;
}

/*
	----------------------------------------
	Fonts:
	Primary: Outfit
	----------------------------------------
*/
/*
	----------------------------------------
	Styles:
	----------------------------------------
*/
* {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background-color: var(--background);
  color: var(--text-color);
}

body {
  height: auto;
  overflow: auto;
  position: relative;
}

.grecaptcha-badge {
  position: fixed;
  right: -266px !important;
}

body,
input,
select,
textarea,
button {
  font-family: "Outfit", sans-serif;
}

/* ==================================
	Fonts
=================================== */
.f-w-100 {
  font-weight: 100;
}

.f-w-200 {
  font-weight: 200;
}

.f-w-300 {
  font-weight: 300;
}

.f-w-400 {
  font-weight: 400;
}

.f-w-500 {
  font-weight: 500;
}

.f-w-600 {
  font-weight: 600;
}

.f-w-700 {
  font-weight: 700;
}

.f-w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}

h1,
.f-s-40 {
  font-size: 48px;
}

h2,
.f-s-36 {
  font-size: 40px;
}

h3,
.f-s-32 {
  font-size: 32px;
}

h4,
.f-s-28 {
  font-size: 28px;
}

h5,
.f-s-24 {
  font-size: 24px;
}

h6,
.f-s-20 {
  font-size: 20px;
}

p,
.f-s-16 {
  font-size: 16px;
}

p strong {
  font-weight: 600;
}

.large {
  font-size: 18px;
}

.medium {
  font-size: 14px;
}

.small {
  font-size: 12px;
}

.tiny {
  font-size: 10px;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

/*
	Colors and Hover classes
*/
.color-primary,
.hover-color-primary:hover {
  color: var(--color-primary);
}

.color-secondary,
.hover-color-secondary:hover {
  color: var(--color-secondary);
}

.color-tertiary,
.hover-color-tertiary:hover {
  color: var(--color-tertiary);
}

.color-dark,
.hover-color-dark:hover {
  color: var(--color-dark);
}

.color-accent,
.hover-color-accent:hover {
  color: var(--color-accent);
}

.color-light,
.hover-color-light:hover {
  color: var(--color-light);
}

.color-read,
.hover-color-read:hover {
  color: var(--color-read);
}

.background-primary,
.hover-background-primary:hover {
  background-color: var(--color-primary);
}

.background-secondary,
.hover-background-secondary:hover {
  background-color: var(--color-secondary);
}

.background-tertiary,
.hover-background-tertiary:hover {
  background-color: var(--color-tertiary);
}

.background-accent,
.hover-background-accent:hover {
  background-color: var(--color-accent);
}

.background-dark,
.hover-background-dark:hover {
  background-color: var(--color-dark);
}

.background-light,
.hover-background-light:hover {
  background-color: var(--color-light);
}

.background-read,
.hover-background-read:hover {
  background-color: var(--color-read);
}

.fill-primary,
.hover-fill-primary:hover {
  fill: var(--color-primary);
}

.fill-secondary,
.hover-fill-secondary:hover {
  fill: var(--color-secondary);
}

.fill-tertiary,
.hover-fill-tertiary:hover {
  fill: var(--color-tertiary);
}

.fill-accent,
.hover-fill-accent:hover {
  fill: var(--color-accent);
}

.fill-color-dark,
.hover-fill-color-dark:hover {
  fill: var(--color-dark);
}

.fill-white,
.hover-fill-white:hover {
  fill: white;
}

.fill-light,
.hover-fill-light:hover {
  fill: var(--color-light);
}

.fill-read,
.hover-fill-read:hover {
  fill: var(--color-read);
}

/*
	Base and Default Classes
*/
.color-white,
.hover-color-white:hover {
  color: white;
}

.t-d-ul,
.hover-text-underline:hover {
  text-decoration: underline;
}

.hover-text-no-underline:hover {
  text-decoration: none;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.w-100vw {
  width: 100vw;
}

.l-h-1 {
  line-height: 1;
}

.l-h-1-1 {
  line-height: 1.1;
}

.l-h-1-2 {
  line-height: 1.2;
}

.l-h-1-3 {
  line-height: 1.3;
}

.l-h-1-4 {
  line-height: 1.4;
}

.l-h-1-5 {
  line-height: 1.5;
}

.l-h-2 {
  line-height: 2;
}

.italic {
  font-style: italic;
}

li {
  list-style: none;
}

.transition {
  transition: all 0.2s;
}

.b-r-0 {
  border-radius: 0;
}

.b-r-2 {
  border-radius: 2px;
}

.b-r-4 {
  border-radius: 4px;
}

.b-r-6 {
  border-radius: 6px;
}

.b-r-8 {
  border-radius: 8px;
}

.b-r-10 {
  border-radius: 10px;
}

.b-r-12 {
  border-radius: 12px;
}

.b-r-16 {
  border-radius: 16px;
}

.b-r-20 {
  border-radius: 20px;
}

.b-r-24 {
  border-radius: 24px;
}

.b-r-28 {
  border-radius: 28px;
}

.b-r-32 {
  border-radius: 32px;
}

.b-r-36 {
  border-radius: 36px;
}

.b-r-40 {
  border-radius: 40px;
}

.b-r-100 {
  border-radius: 100%;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.top-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.top-center {
  justify-content: center;
  align-items: flex-start;
}

.top-right {
  justify-content: right;
  align-items: flex-start;
}

.center-left {
  justify-content: flex-start;
  align-items: center;
}

.center-center {
  justify-content: center;
  align-items: center;
}

.center-right {
  justify-content: flex-end;
  align-items: center;
}

.bottom-left {
  justify-content: flex-start;
  align-items: flex-end;
}

.bottom-center {
  justify-content: center;
  align-items: flex-end;
}

.bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.vertical-align-baseline {
  vertical-align: baseline;
}

.space-between {
  justify-content: space-between;
}

.space-evenly {
  justify-content: space-evenly;
}

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

.height-100 {
  height: 100%;
}

.col-1-5 {
  width: 20%;
}

.col-1-4 {
  width: 25%;
}

.col-3-10 {
  width: 30%;
}

.col-1-3 {
  width: 33.33%;
}

.col-2-5 {
  width: 40%;
}

.col-1-2 {
  width: 50%;
}

.col-3-5 {
  width: 60%;
}

.col-2-3 {
  width: 66.66%;
}

.col-7-10 {
  width: 70%;
}

.col-3-4 {
  width: 75%;
}

.col-4-5 {
  width: 80%;
}

.col-1-1 {
  width: 100%;
}

.gap-4 {
  gap: 4px;
}

.gap-8 {
  gap: 8px;
}

.gap-12 {
  gap: 12px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.gap-28 {
  gap: 28px;
}

.gap-32 {
  gap: 32px;
}

.gap-36 {
  gap: 36px;
}

.gap-40 {
  gap: 40px;
}

.gap-60 {
  gap: 60px;
}

.gap-80 {
  gap: 80px;
}

.gap-102 {
  gap: 102px;
}

.gap-120 {
  gap: 120px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-b-4 {
  margin-bottom: 4px;
}

.m-b-6 {
  margin-bottom: 6px;
}

.m-b-8 {
  margin-bottom: 8px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-12 {
  margin-bottom: 12px;
}

.m-b-16 {
  margin-bottom: 16px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-24 {
  margin-bottom: 24px;
}

.m-b-28 {
  margin-bottom: 28px;
}

.m-b-32 {
  margin-bottom: 32px;
}

.m-b-36 {
  margin-bottom: 36px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-44 {
  margin-bottom: 44px;
}

.m-b-48 {
  margin-bottom: 48px;
}

.m-b-52 {
  margin-bottom: 52px;
}

.m-b-56 {
  margin-bottom: 56px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-t-auto {
  margin-top: auto;
}

.m-t-4 {
  margin-top: 4px;
}

.m-t-6 {
  margin-top: 6px;
}

.m-t-8 {
  margin-top: 8px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-12 {
  margin-top: 12px;
}

.m-t-16 {
  margin-top: 16px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-24 {
  margin-top: 24px;
}

.m-t-28 {
  margin-top: 28px;
}

.m-t-32 {
  margin-top: 32px;
}

.m-t-36 {
  margin-top: 36px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-44 {
  margin-top: 44px;
}

.m-t-48 {
  margin-top: 48px;
}

.m-t-52 {
  margin-top: 52px;
}

.m-t-56 {
  margin-top: 56px;
}

.m-t-60 {
  margin-top: 60px;
}

.pad-4 {
  padding: 4px;
}

.pad-8 {
  padding: 8px;
}

.pad-12 {
  padding: 12px;
}

.pad-16 {
  padding: 16px;
}

.pad-20 {
  padding: 20px;
}

.pad-24 {
  padding: 24px;
}

.pad-28 {
  padding: 28px;
}

.pad-32 {
  padding: 32px;
}

.pad-36 {
  padding: 36px;
}

.pad-40 {
  padding: 40px;
}

.pad-44 {
  padding: 44px;
}

.pad-48 {
  padding: 48px;
}

.pad-52 {
  padding: 52px;
}

.pad-56 {
  padding: 56px;
}

.pad-60 {
  padding: 60px;
}

.pad-80 {
  padding: 80px;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.pos-fixed {
  position: fixed;
}

.inset-0 {
  inset: 0;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.bottom-0 {
  bottom: 0;
}

.right-0 {
  right: 0;
}

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

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

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.of-hid {
  overflow: hidden;
}

.of-vis {
  overflow: visible;
}

.t-t-u {
  text-transform: uppercase;
}

.t-t-l {
  text-transform: lowercase;
}

.t-a-c {
  text-align: center;
}

.t-a-r {
  text-align: right;
}

.t-a-l {
  text-align: left;
}

.t-d-ul {
  text-decoration: underline;
}

.font-style-italic {
  font-style: italic;
}

.cursor-pointer {
  cursor: pointer;
}

.mar-l-a {
  margin-left: auto;
}

.mar-r-a {
  margin-right: auto;
}

.mar-t-a {
  margin-top: auto;
}

.mar-0-a {
  margin: 0 auto;
}

.width-auto {
  width: auto;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

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

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-bottom {
  vertical-align: bottom;
}

.height-auto {
  height: auto;
}

.t-w-b {
  text-wrap: balance;
}

.line-clamp-2,
.line-clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
}

.cover-img {
  background: url("/images/icons/default.jpg") no-repeat center center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.opacity-0 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

input,
select,
textarea,
button {
  border: none;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner {
  outline: none !important;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #ffffff;
}

textarea {
  -webkit-rtl-ordering: logical;
  -moz-rtl-ordering: logical;
  -o-rtl-ordering: logical;
  -ms-rtl-ordering: logical;
  rtl-ordering: logical;
  -webkit-user-select: text;
  -moz-user-select: text;
  -o-user-select: text;
  user-select: text;
}

textarea::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: #8f8f8f;
}

::-moz-placeholder {
  color: #8f8f8f;
}

::-o-placeholder {
  color: #8f8f8f;
}

:-ms-input-placeholder {
  color: #8f8f8f;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 0px #ffffff inset !important;
  -webkit-text-fill-color: #222222 !important;
  -webkit-transition: background-color 9999s ease-in-out 0s !important;
  transition: background-color 9999s ease-in-out 0s !important;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  height: 44px;
  line-height: 44px;
  font-size: 15px;
  padding: 0 24px;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 24px;
  font-weight: 400;
  color: var(--color-dark);
}
button span svg,
button span img {
  height: 16px;
  width: auto;
  display: block;
}
button:hover {
  transform: translateY(-2px);
}

button.no-hover:hover {
  transform: none;
}

button:disabled {
  background-color: #dfdfdf;
  cursor: not-allowed;
}

button.primary {
  background: var(--color-primary);
  color: white;
}
button.primary svg path {
  fill: white;
}

button.line {
  background: transparent;
  border: solid 1px;
  line-height: 42px;
}

button.primary-line {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
button.primary-line:hover {
  background-color: var(--color-primary);
  color: white;
}

button.secondary {
  background: var(--color-secondary);
  color: var(--color-primary);
}
button.secondary svg path {
  fill: var(--color-primary);
}

button.tertiary {
  background: var(--color-tertiary);
  color: var(--color-accent);
}
button.tertiary svg path {
  fill: var(--color-accent);
}

button.accent,
input[type=submit] {
  background: var(--color-accent);
  color: white;
}
button.accent svg path,
input[type=submit] svg path {
  fill: white;
}

button.accent-line {
  border-color: var(--color-accent);
  color: var(--color-accent);
}
button.accent-line:hover {
  background: var(--color-accent);
  color: white;
}

button.primary-white,
button.accent-white {
  background-color: white;
}

button.primary-white {
  color: var(--color-primary);
}

button.accent-white {
  color: var(--color-accent);
}

button.transparent {
  background-color: transparent;
}

button.button-size-small {
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  padding: 0 18px;
}
button.button-size-small span svg,
button.button-size-small span img {
  height: 13px;
}

button.primary-line.button-size-small,
button.accent-line.button-size-small {
  line-height: 34px;
}

input,
select,
textarea {
  color: var(--color-dark);
  background: #fbfbfb;
  border: solid 1px;
  border-color: #f0f0f0;
  padding: 0 12px;
  line-height: 44px;
  height: 44px;
  font-size: 14px;
  border-radius: 6px;
  width: 100%;
  display: block;
  transition: all 0.2s;
}
input:focus,
select:focus,
textarea:focus {
  border-color: var(--color-secondary);
}

input[type=submit] {
  border-color: var(--color-accent);
  cursor: pointer;
}

.error {
  color: red;
  border-color: red;
  animation: shake 1s linear;
}

.error::-webkit-input-placeholder {
  color: red;
}

.error::-moz-placeholder {
  color: red;
}

.error::-o-placeholder {
  color: red;
}

.error:-ms-input-placeholder {
  color: red;
}

select {
  padding: 0 60px 0 12px;
  background: #ffffff url("../images/icons/select.svg") right center no-repeat;
  cursor: pointer;
}

select.tight {
  padding: 0 12px 0 12px;
  background: #ffffff url("../images/icons/select-icon-tight.svg") right center no-repeat;
  cursor: pointer;
}

select[disabled] {
  background: #aaaaaa url("../images/icons/select.svg") right center no-repeat;
  cursor: not-allowed;
}

input[type=checkbox],
input[type=radio] {
  height: 20px;
  width: 20px;
  padding: 0;
  position: relative;
  cursor: pointer;
  transition: none;
  border-radius: 4px;
  background-color: #f0f0f0;
}

input[type=checkbox],
input[type=checkbox]:focus,
input[type=radio],
input[type=radio]:focus {
  border-color: #cfcfcf;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  border-color: var(--color-primary);
  background-color: #f0f0f0;
}

input[type=checkbox]:checked:before,
input[type=checkbox]:checked:after,
input[type=radio]:checked:before,
input[type=radio]:checked:after {
  position: absolute;
  content: "";
}

input[type=checkbox]:checked:before,
input[type=checkbox]:checked:after,
input[type=radio]:checked:before,
input[type=radio]:checked:after {
  transform-origin: top left;
  transform: rotate(-45deg) translateY(13px) translateX(-6px);
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
  height: 5px;
  width: 10px;
  left: -1px;
  top: -4px;
  background: var(--color-primary);
}

input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
  height: 5px;
  width: 10px;
  left: -1px;
  top: -6px;
  background-color: #f0f0f0;
}

input[type=range] {
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 5px;
  height: 2px;
  background: #f0f0f0;
  margin: 16px 0;
  padding: 0;
}
input[type=range]:hover {
  background: #cfcfcf;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: var(--color-primary);
  border-radius: 50%;
  -webkit-background: 0.2s ease;
  -moz-background: 0.2s ease;
  -ms-background: 0.2s ease;
  -o-background: 0.2s ease;
  background: 0.2s ease;
  cursor: grab;
}
input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #f0f0f0;
  border-radius: 50%;
  -webkit-background: 0.2s ease;
  -moz-background: 0.2s ease;
  -ms-background: 0.2s ease;
  -o-background: 0.2s ease;
  background: 0.2s ease;
  cursor: grab;
}
input[type=range]:active::-webkit-slider-thumb {
  background: var(--color-primary);
}
input[type=range]:active::-moz-range-thumb {
  background: var(--color-primary);
}

textarea {
  resize: none;
  padding: 12px 12px;
  height: 148px;
  line-height: 18px;
}

header {
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  padding-top: 32px;
}
header .row {
  background-color: rgba(255, 255, 255, 0.04);
  border: solid 1px #d5e5f4;
  padding: 0px 12px 0px 20px;
  border-radius: 36px;
  -ms-box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(12px);
  -moz-backdrop-filter: blur(12px);
  -o-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  gap: 32px;
}
header .logo img,
header .logo svg {
  height: 40px;
}
header nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 48px;
}
header nav ul li {
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
header nav ul li a {
  line-height: 70px;
  display: block;
  position: relative;
  color: var(--color-dark);
}
header nav ul li ul {
  position: absolute;
  border: solid 1px #d5e5f4;
  background-color: white;
  white-space: nowrap;
  width: 232px;
  top: 60px;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 4;
  transition-timing-function: ease-in;
  animation: menu-open 0.2s;
  animation-fill-mode: both;
  border-radius: 8px;
  padding: 0;
}
header nav ul li ul li {
  margin: 0;
  display: block;
  font-size: 14px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.04);
  font-weight: 300;
}
header nav ul li ul li a {
  display: block;
  line-height: 44px;
  padding: 0px 20px;
  transition: all 0.2s;
}
header nav ul li ul li:hover {
  background-color: #fafafa;
}
header nav ul li ul li:hover a {
  color: var(--color-accent);
}
header nav ul li ul li:first-child a {
  padding-top: 4px;
}
header nav ul li ul li:last-child {
  border-bottom: none;
}
header nav ul li ul li:last-child a {
  padding-bottom: 4px;
}
header nav ul li ul li.current-menu-item a {
  color: var(--color-accent);
}
header nav ul li:hover ul {
  display: block;
}
header nav ul li.menu-item-has-children {
  position: relative;
}
header nav ul li.menu-item-has-children:after {
  position: absolute;
  content: url(../images/icons/menu-arrow-icon.svg);
  height: 0px;
  width: 8px;
  top: 50%;
  margin-top: -8px;
  right: -16px;
}
header nav ul li.current_page_item a {
  color: var(--color-accent);
}
header nav ul li.current_page_item ul li a {
  color: var(--color-dark);
}
header nav ul li.current_page_item ul li a:hover {
  color: var(--color-accent);
}

header.fixed {
  padding-top: 12px;
}
header.fixed .row {
  background-color: rgba(255, 255, 255, 0.86);
}

.transparentMenuActive {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.68);
  -webkit-backdrop-filter: blur(12px);
  -moz-backdrop-filter: blur(12px);
  -o-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 991;
  display: none;
}

.pop-up {
  position: fixed;
  z-index: 99999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.68);
  -webkit-backdrop-filter: blur(12px);
  -moz-backdrop-filter: blur(12px);
  -o-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  display: none;
}
.pop-up .box {
  background-color: white;
  border: solid 1px #f0f0f0;
  padding: 36px 32px 32px 32px;
  width: 512px;
  border-radius: 20px;
  animation: pop-up-animation 0.2s;
  animation-fill-mode: both;
}
.pop-up .box form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 12px;
  grid-column-gap: 12px;
}
.pop-up .box form p {
  grid-column: span 2;
  position: relative;
}
.pop-up .box form p:nth-child(1), .pop-up .box form p:nth-child(4), .pop-up .box form p:nth-child(5), .pop-up .box form p:nth-child(9), .pop-up .box form p:nth-child(10) {
  grid-column: span 1;
}
.pop-up .box form div {
  grid-column: span 2;
}
.pop-up .box form .req {
  color: red;
}
.pop-up .box form .opt {
  color: var(--color-light);
}
.pop-up .box form .wpcf7-spinner {
  position: absolute;
  bottom: 10px;
  right: 12px;
  margin: 0;
  background-color: var(--color-tertiary);
  color: var(--color-accent);
}
.pop-up .box form label {
  font-size: 13px;
  color: var(--color-dark);
}
.pop-up .box form label input,
.pop-up .box form label select,
.pop-up .box form label textarea {
  margin-top: 4px;
}

.menu-btn {
  position: fixed;
  cursor: pointer;
  display: none;
  z-index: 99999;
  top: 26px;
  left: 26px;
  background-color: var(--color-tertiary);
}
.menu-btn ._ {
  height: 44px;
  width: 44px;
}

footer {
  background-color: #080e27;
  padding: 80px 0;
}
footer .logo svg {
  height: 52px;
}
footer .logo svg path {
  fill: var(--color-secondary);
}
footer .link {
  padding: 8px 0;
}
footer hr {
  margin: 32px 0 24px 0;
  height: 1px;
  outline: none;
  border: none;
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
}

input.wpcf7-not-valid,
select.wpcf7-not-valid {
  border-color: red;
  animation: shake 1s linear;
}

span.wpcf7-list-item {
  margin: 0;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0;
  margin: 0;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: transparent;
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  padding: 12px;
  font-size: 13px;
  color: var(--color-accent);
  background: var(--color-tertiary);
  text-align: center;
  border-radius: 6px;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #f5f5ff;
  padding: 10px !important;
  font-size: 13px;
  color: red !important;
  text-align: center;
  margin-bottom: 10px !important;
  border-color: transparent !important;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  border-radius: 100%;
}

.flex-direction-nav a {
  display: block;
  width: 32px;
  height: 32px;
  z-index: 99;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  text-shadow: none;
  color: transparent;
  outline: none;
}

.flex-direction-nav a,
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  cursor: pointer;
}

.flex-direction-nav .flex-prev {
  left: 28px;
}

.flex-direction-nav .flex-next {
  right: 28px;
}

.flex-direction-nav li {
  list-style: none;
}

.flex-direction-nav .flex-prev {
  background: var(--color-secondary) url(../images/icons/sliders/prev.svg) no-repeat 50% 50%;
}

.flex-direction-nav .flex-next {
  background: var(--color-secondary) url(../images/icons/sliders/next.svg) no-repeat 50% 50%;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  position: absolute;
  list-style: none;
  transition: all 0.2s;
}

.flex-control-nav {
  height: 12px;
  width: 200px;
  position: absolute;
  text-align: center;
  z-index: 99;
  bottom: -40px;
  overflow: hidden;
  left: 50%;
  margin-left: -100px;
}

.flex-control-nav ul {
  overflow: hidden;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  vertical-align: top;
  list-style: none;
}

.flex-control-nav li a {
  display: block;
  position: relative;
  height: 12px;
  width: 12px;
  line-height: 12px;
  background: transparent;
  border: solid 1px;
  border-color: var(--color-accent);
  color: transparent;
}

.flex-control-nav li a,
.flex-control-nav li a:after {
  border-radius: 100%;
  transition: all 0.2s;
  cursor: pointer;
}

.flex-control-nav li a:after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  top: 1px;
  left: 1px;
}

.flex-control-nav li a.flex-active:after {
  background: var(--color-accent);
}/*# sourceMappingURL=base.css.map */