@charset "UTF-8";
/*!
Theme Name: im4udma theme
Author: RezaK81
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain:
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
almco is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;500;800&display=swap");:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0))}body{font-family:var(--bs-font-sans-serif)}code,kbd,pre,samp{font-family:var(--bs-font-monospace)}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"\2014\00A0"}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0,0,0,.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0,0,0,.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0,0,0,.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control,.wpcf7 .wpcf7-validation-errors,.wpcf7 input[type=color],.wpcf7 input[type=date],.wpcf7 input[type=datetime-local],.wpcf7 input[type=datetime],.wpcf7 input[type=email],.wpcf7 input[type=file],.wpcf7 input[type=month],.wpcf7 input[type=number],.wpcf7 input[type=range],.wpcf7 input[type=search],.wpcf7 input[type=submit],.wpcf7 input[type=tel],.wpcf7 input[type=text],.wpcf7 input[type=time],.wpcf7 input[type=url],.wpcf7 input[type=week],.wpcf7 select,.wpcf7 textarea,.wpcf7-mail-sent-ok{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control,.wpcf7 .wpcf7-validation-errors,.wpcf7 input[type=color],.wpcf7 input[type=date],.wpcf7 input[type=datetime-local],.wpcf7 input[type=datetime],.wpcf7 input[type=email],.wpcf7 input[type=file],.wpcf7 input[type=month],.wpcf7 input[type=number],.wpcf7 input[type=range],.wpcf7 input[type=search],.wpcf7 input[type=submit],.wpcf7 input[type=tel],.wpcf7 input[type=text],.wpcf7 input[type=time],.wpcf7 input[type=url],.wpcf7 input[type=week],.wpcf7 select,.wpcf7 textarea,.wpcf7-mail-sent-ok{transition:none}}.form-control[type=file],.wpcf7 .wpcf7-validation-errors[type=file],.wpcf7 input[type=file][type=color],.wpcf7 input[type=file][type=date],.wpcf7 input[type=file][type=datetime-local],.wpcf7 input[type=file][type=datetime],.wpcf7 input[type=file][type=email],.wpcf7 input[type=file][type=file],.wpcf7 input[type=file][type=month],.wpcf7 input[type=file][type=number],.wpcf7 input[type=file][type=range],.wpcf7 input[type=file][type=search],.wpcf7 input[type=file][type=submit],.wpcf7 input[type=file][type=tel],.wpcf7 input[type=file][type=text],.wpcf7 input[type=file][type=time],.wpcf7 input[type=file][type=url],.wpcf7 input[type=file][type=week],.wpcf7 select[type=file],.wpcf7 textarea[type=file],.wpcf7-mail-sent-ok[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]),.wpcf7 .wpcf7-validation-errors[type=file]:not(:disabled):not([readonly]),.wpcf7 input[type=file]:not(:disabled):not([readonly])[type=color],.wpcf7 input[type=file]:not(:disabled):not([readonly])[type=date],.wpcf7 input[type=file]:not(:disabled):not([readonly])[type=datetime-local],.wpcf7 input[type=file]:not(:disabled):not([readonly])[type=datetime],.wpcf7 input[type=file]:not(:disabled):not([readonly])[type=email],.wpcf7 input[type=file]:not(:disabled):not([readonly])[type=file],.wpcf7 input[type=file]:not(:disabled):not([readonly])[type=month],.wpcf7 input[type=file]:not(:disabled):not([readonly])[type=number],.wpcf7 input[type=file]:not(:disabled):not([readonly])[type=range],.wpcf7 input[type=file]:not(:disabled):not([readonly])[type=search],.wpcf7 input[type=file]:not(:disabled):not([readonly])[type=submit],.wpcf7 input[type=file]:not(:disabled):not([readonly])[type=tel],.wpcf7 input[type=file]:not(:disabled):not([readonly])[type=text],.wpcf7 input[type=file]:not(:disabled):not([readonly])[type=time],.wpcf7 input[type=file]:not(:disabled):not([readonly])[type=url],.wpcf7 input[type=file]:not(:disabled):not([readonly])[type=week],.wpcf7 select[type=file]:not(:disabled):not([readonly]),.wpcf7 textarea[type=file]:not(:disabled):not([readonly]),.wpcf7-mail-sent-ok[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus,.wpcf7 .wpcf7-validation-errors:focus,.wpcf7 input:focus[type=color],.wpcf7 input:focus[type=date],.wpcf7 input:focus[type=datetime-local],.wpcf7 input:focus[type=datetime],.wpcf7 input:focus[type=email],.wpcf7 input:focus[type=file],.wpcf7 input:focus[type=month],.wpcf7 input:focus[type=number],.wpcf7 input:focus[type=range],.wpcf7 input:focus[type=search],.wpcf7 input:focus[type=submit],.wpcf7 input:focus[type=tel],.wpcf7 input:focus[type=text],.wpcf7 input:focus[type=time],.wpcf7 input:focus[type=url],.wpcf7 input:focus[type=week],.wpcf7 select:focus,.wpcf7 textarea:focus,.wpcf7-mail-sent-ok:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value,.wpcf7 .wpcf7-validation-errors::-webkit-date-and-time-value,.wpcf7 input[type=color]::-webkit-date-and-time-value,.wpcf7 input[type=date]::-webkit-date-and-time-value,.wpcf7 input[type=datetime-local]::-webkit-date-and-time-value,.wpcf7 input[type=datetime]::-webkit-date-and-time-value,.wpcf7 input[type=email]::-webkit-date-and-time-value,.wpcf7 input[type=file]::-webkit-date-and-time-value,.wpcf7 input[type=month]::-webkit-date-and-time-value,.wpcf7 input[type=number]::-webkit-date-and-time-value,.wpcf7 input[type=range]::-webkit-date-and-time-value,.wpcf7 input[type=search]::-webkit-date-and-time-value,.wpcf7 input[type=submit]::-webkit-date-and-time-value,.wpcf7 input[type=tel]::-webkit-date-and-time-value,.wpcf7 input[type=text]::-webkit-date-and-time-value,.wpcf7 input[type=time]::-webkit-date-and-time-value,.wpcf7 input[type=url]::-webkit-date-and-time-value,.wpcf7 input[type=week]::-webkit-date-and-time-value,.wpcf7 select::-webkit-date-and-time-value,.wpcf7 textarea::-webkit-date-and-time-value,.wpcf7-mail-sent-ok::-webkit-date-and-time-value{height:1.5em}.form-control::-webkit-input-placeholder,.wpcf7 .wpcf7-validation-errors::-webkit-input-placeholder,.wpcf7 input[type=color]::-webkit-input-placeholder,.wpcf7 input[type=date]::-webkit-input-placeholder,.wpcf7 input[type=datetime-local]::-webkit-input-placeholder,.wpcf7 input[type=datetime]::-webkit-input-placeholder,.wpcf7 input[type=email]::-webkit-input-placeholder,.wpcf7 input[type=file]::-webkit-input-placeholder,.wpcf7 input[type=month]::-webkit-input-placeholder,.wpcf7 input[type=number]::-webkit-input-placeholder,.wpcf7 input[type=range]::-webkit-input-placeholder,.wpcf7 input[type=search]::-webkit-input-placeholder,.wpcf7 input[type=submit]::-webkit-input-placeholder,.wpcf7 input[type=tel]::-webkit-input-placeholder,.wpcf7 input[type=text]::-webkit-input-placeholder,.wpcf7 input[type=time]::-webkit-input-placeholder,.wpcf7 input[type=url]::-webkit-input-placeholder,.wpcf7 input[type=week]::-webkit-input-placeholder,.wpcf7 select::-webkit-input-placeholder,.wpcf7 textarea::-webkit-input-placeholder,.wpcf7-mail-sent-ok::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder,.form-control::-ms-input-placeholder,.wpcf7 .wpcf7-validation-errors:-ms-input-placeholder,.wpcf7 .wpcf7-validation-errors::-ms-input-placeholder,.wpcf7 input[type=color]:-ms-input-placeholder,.wpcf7 input[type=color]::-ms-input-placeholder,.wpcf7 input[type=date]:-ms-input-placeholder,.wpcf7 input[type=date]::-ms-input-placeholder,.wpcf7 input[type=datetime-local]:-ms-input-placeholder,.wpcf7 input[type=datetime-local]::-ms-input-placeholder,.wpcf7 input[type=datetime]:-ms-input-placeholder,.wpcf7 input[type=datetime]::-ms-input-placeholder,.wpcf7 input[type=email]:-ms-input-placeholder,.wpcf7 input[type=email]::-ms-input-placeholder,.wpcf7 input[type=file]:-ms-input-placeholder,.wpcf7 input[type=file]::-ms-input-placeholder,.wpcf7 input[type=month]:-ms-input-placeholder,.wpcf7 input[type=month]::-ms-input-placeholder,.wpcf7 input[type=number]:-ms-input-placeholder,.wpcf7 input[type=number]::-ms-input-placeholder,.wpcf7 input[type=range]:-ms-input-placeholder,.wpcf7 input[type=range]::-ms-input-placeholder,.wpcf7 input[type=search]:-ms-input-placeholder,.wpcf7 input[type=search]::-ms-input-placeholder,.wpcf7 input[type=submit]:-ms-input-placeholder,.wpcf7 input[type=submit]::-ms-input-placeholder,.wpcf7 input[type=tel]:-ms-input-placeholder,.wpcf7 input[type=tel]::-ms-input-placeholder,.wpcf7 input[type=text]:-ms-input-placeholder,.wpcf7 input[type=text]::-ms-input-placeholder,.wpcf7 input[type=time]:-ms-input-placeholder,.wpcf7 input[type=time]::-ms-input-placeholder,.wpcf7 input[type=url]:-ms-input-placeholder,.wpcf7 input[type=url]::-ms-input-placeholder,.wpcf7 input[type=week]:-ms-input-placeholder,.wpcf7 input[type=week]::-ms-input-placeholder,.wpcf7 select:-ms-input-placeholder,.wpcf7 select::-ms-input-placeholder,.wpcf7 textarea:-ms-input-placeholder,.wpcf7 textarea::-ms-input-placeholder,.wpcf7-mail-sent-ok:-ms-input-placeholder,.wpcf7-mail-sent-ok::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder,.wpcf7 .wpcf7-validation-errors::placeholder,.wpcf7 input[type=color]::placeholder,.wpcf7 input[type=date]::placeholder,.wpcf7 input[type=datetime-local]::placeholder,.wpcf7 input[type=datetime]::placeholder,.wpcf7 input[type=email]::placeholder,.wpcf7 input[type=file]::placeholder,.wpcf7 input[type=month]::placeholder,.wpcf7 input[type=number]::placeholder,.wpcf7 input[type=range]::placeholder,.wpcf7 input[type=search]::placeholder,.wpcf7 input[type=submit]::placeholder,.wpcf7 input[type=tel]::placeholder,.wpcf7 input[type=text]::placeholder,.wpcf7 input[type=time]::placeholder,.wpcf7 input[type=url]::placeholder,.wpcf7 input[type=week]::placeholder,.wpcf7 select::placeholder,.wpcf7 textarea::placeholder,.wpcf7-mail-sent-ok::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly],.wpcf7 .wpcf7-validation-errors:disabled,.wpcf7 .wpcf7-validation-errors[readonly],.wpcf7 input:disabled[type=color],.wpcf7 input:disabled[type=date],.wpcf7 input:disabled[type=datetime-local],.wpcf7 input:disabled[type=datetime],.wpcf7 input:disabled[type=email],.wpcf7 input:disabled[type=file],.wpcf7 input:disabled[type=month],.wpcf7 input:disabled[type=number],.wpcf7 input:disabled[type=range],.wpcf7 input:disabled[type=search],.wpcf7 input:disabled[type=submit],.wpcf7 input:disabled[type=tel],.wpcf7 input:disabled[type=text],.wpcf7 input:disabled[type=time],.wpcf7 input:disabled[type=url],.wpcf7 input:disabled[type=week],.wpcf7 input[readonly][type=color],.wpcf7 input[readonly][type=date],.wpcf7 input[readonly][type=datetime-local],.wpcf7 input[readonly][type=datetime],.wpcf7 input[readonly][type=email],.wpcf7 input[readonly][type=file],.wpcf7 input[readonly][type=month],.wpcf7 input[readonly][type=number],.wpcf7 input[readonly][type=range],.wpcf7 input[readonly][type=search],.wpcf7 input[readonly][type=submit],.wpcf7 input[readonly][type=tel],.wpcf7 input[readonly][type=text],.wpcf7 input[readonly][type=time],.wpcf7 input[readonly][type=url],.wpcf7 input[readonly][type=week],.wpcf7 select:disabled,.wpcf7 select[readonly],.wpcf7 textarea:disabled,.wpcf7 textarea[readonly],.wpcf7-mail-sent-ok:disabled,.wpcf7-mail-sent-ok[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button,.wpcf7 .wpcf7-validation-errors::file-selector-button,.wpcf7 input[type=color]::file-selector-button,.wpcf7 input[type=date]::file-selector-button,.wpcf7 input[type=datetime-local]::file-selector-button,.wpcf7 input[type=datetime]::file-selector-button,.wpcf7 input[type=email]::file-selector-button,.wpcf7 input[type=file]::file-selector-button,.wpcf7 input[type=month]::file-selector-button,.wpcf7 input[type=number]::file-selector-button,.wpcf7 input[type=range]::file-selector-button,.wpcf7 input[type=search]::file-selector-button,.wpcf7 input[type=submit]::file-selector-button,.wpcf7 input[type=tel]::file-selector-button,.wpcf7 input[type=text]::file-selector-button,.wpcf7 input[type=time]::file-selector-button,.wpcf7 input[type=url]::file-selector-button,.wpcf7 input[type=week]::file-selector-button,.wpcf7 select::file-selector-button,.wpcf7 textarea::file-selector-button,.wpcf7-mail-sent-ok::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button,.wpcf7 .wpcf7-validation-errors::file-selector-button,.wpcf7 input[type=color]::file-selector-button,.wpcf7 input[type=date]::file-selector-button,.wpcf7 input[type=datetime-local]::file-selector-button,.wpcf7 input[type=datetime]::file-selector-button,.wpcf7 input[type=email]::file-selector-button,.wpcf7 input[type=file]::file-selector-button,.wpcf7 input[type=month]::file-selector-button,.wpcf7 input[type=number]::file-selector-button,.wpcf7 input[type=range]::file-selector-button,.wpcf7 input[type=search]::file-selector-button,.wpcf7 input[type=submit]::file-selector-button,.wpcf7 input[type=tel]::file-selector-button,.wpcf7 input[type=text]::file-selector-button,.wpcf7 input[type=time]::file-selector-button,.wpcf7 input[type=url]::file-selector-button,.wpcf7 input[type=week]::file-selector-button,.wpcf7 select::file-selector-button,.wpcf7 textarea::file-selector-button,.wpcf7-mail-sent-ok::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button,.wpcf7 .wpcf7-validation-errors:hover:not(:disabled):not([readonly])::file-selector-button,.wpcf7 input[type=color]:hover:not(:disabled):not([readonly])::file-selector-button,.wpcf7 input[type=date]:hover:not(:disabled):not([readonly])::file-selector-button,.wpcf7 input[type=datetime-local]:hover:not(:disabled):not([readonly])::file-selector-button,.wpcf7 input[type=datetime]:hover:not(:disabled):not([readonly])::file-selector-button,.wpcf7 input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,.wpcf7 input[type=file]:hover:not(:disabled):not([readonly])::file-selector-button,.wpcf7 input[type=month]:hover:not(:disabled):not([readonly])::file-selector-button,.wpcf7 input[type=number]:hover:not(:disabled):not([readonly])::file-selector-button,.wpcf7 input[type=range]:hover:not(:disabled):not([readonly])::file-selector-button,.wpcf7 input[type=search]:hover:not(:disabled):not([readonly])::file-selector-button,.wpcf7 input[type=submit]:hover:not(:disabled):not([readonly])::file-selector-button,.wpcf7 input[type=tel]:hover:not(:disabled):not([readonly])::file-selector-button,.wpcf7 input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,.wpcf7 input[type=time]:hover:not(:disabled):not([readonly])::file-selector-button,.wpcf7 input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button,.wpcf7 input[type=week]:hover:not(:disabled):not([readonly])::file-selector-button,.wpcf7 select:hover:not(:disabled):not([readonly])::file-selector-button,.wpcf7 textarea:hover:not(:disabled):not([readonly])::file-selector-button,.wpcf7-mail-sent-ok:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button,.wpcf7 .wpcf7-validation-errors::-webkit-file-upload-button,.wpcf7 input[type=color]::-webkit-file-upload-button,.wpcf7 input[type=date]::-webkit-file-upload-button,.wpcf7 input[type=datetime-local]::-webkit-file-upload-button,.wpcf7 input[type=datetime]::-webkit-file-upload-button,.wpcf7 input[type=email]::-webkit-file-upload-button,.wpcf7 input[type=file]::-webkit-file-upload-button,.wpcf7 input[type=month]::-webkit-file-upload-button,.wpcf7 input[type=number]::-webkit-file-upload-button,.wpcf7 input[type=range]::-webkit-file-upload-button,.wpcf7 input[type=search]::-webkit-file-upload-button,.wpcf7 input[type=submit]::-webkit-file-upload-button,.wpcf7 input[type=tel]::-webkit-file-upload-button,.wpcf7 input[type=text]::-webkit-file-upload-button,.wpcf7 input[type=time]::-webkit-file-upload-button,.wpcf7 input[type=url]::-webkit-file-upload-button,.wpcf7 input[type=week]::-webkit-file-upload-button,.wpcf7 select::-webkit-file-upload-button,.wpcf7 textarea::-webkit-file-upload-button,.wpcf7-mail-sent-ok::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button,.wpcf7 .wpcf7-validation-errors::-webkit-file-upload-button,.wpcf7 input[type=color]::-webkit-file-upload-button,.wpcf7 input[type=date]::-webkit-file-upload-button,.wpcf7 input[type=datetime-local]::-webkit-file-upload-button,.wpcf7 input[type=datetime]::-webkit-file-upload-button,.wpcf7 input[type=email]::-webkit-file-upload-button,.wpcf7 input[type=file]::-webkit-file-upload-button,.wpcf7 input[type=month]::-webkit-file-upload-button,.wpcf7 input[type=number]::-webkit-file-upload-button,.wpcf7 input[type=range]::-webkit-file-upload-button,.wpcf7 input[type=search]::-webkit-file-upload-button,.wpcf7 input[type=submit]::-webkit-file-upload-button,.wpcf7 input[type=tel]::-webkit-file-upload-button,.wpcf7 input[type=text]::-webkit-file-upload-button,.wpcf7 input[type=time]::-webkit-file-upload-button,.wpcf7 input[type=url]::-webkit-file-upload-button,.wpcf7 input[type=week]::-webkit-file-upload-button,.wpcf7 select::-webkit-file-upload-button,.wpcf7 textarea::-webkit-file-upload-button,.wpcf7-mail-sent-ok::-webkit-file-upload-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.wpcf7 .wpcf7-validation-errors:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.wpcf7 input[type=color]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.wpcf7 input[type=date]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.wpcf7 input[type=datetime-local]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.wpcf7 input[type=datetime]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.wpcf7 input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.wpcf7 input[type=file]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.wpcf7 input[type=month]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.wpcf7 input[type=number]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.wpcf7 input[type=range]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.wpcf7 input[type=search]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.wpcf7 input[type=submit]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.wpcf7 input[type=tel]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.wpcf7 input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.wpcf7 input[type=time]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.wpcf7 input[type=url]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.wpcf7 input[type=week]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.wpcf7 select:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.wpcf7 textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.wpcf7-mail-sent-ok:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + (.5rem + 2px));padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + (1rem + 2px));padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.wpcf7 textarea,.wpcf7 textarea.wpcf7-validation-errors,textarea.form-control,textarea.wpcf7-mail-sent-ok{min-height:calc(1.5em + (.75rem + 2px))}textarea.form-control-sm{min-height:calc(1.5em + (.5rem + 2px))}textarea.form-control-lg{min-height:calc(1.5em + (1rem + 2px))}.form-control-color{max-width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{-webkit-filter:brightness(90%);filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")}.form-check-input:disabled{pointer-events:none;-webkit-filter:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-position:0;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{background-position:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;-webkit-filter:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select,.form-floating>.wpcf7-mail-sent-ok,.wpcf7 .form-floating>.wpcf7-validation-errors,.wpcf7 .form-floating>input[type=color],.wpcf7 .form-floating>input[type=date],.wpcf7 .form-floating>input[type=datetime-local],.wpcf7 .form-floating>input[type=datetime],.wpcf7 .form-floating>input[type=email],.wpcf7 .form-floating>input[type=file],.wpcf7 .form-floating>input[type=month],.wpcf7 .form-floating>input[type=number],.wpcf7 .form-floating>input[type=range],.wpcf7 .form-floating>input[type=search],.wpcf7 .form-floating>input[type=submit],.wpcf7 .form-floating>input[type=tel],.wpcf7 .form-floating>input[type=text],.wpcf7 .form-floating>input[type=time],.wpcf7 .form-floating>input[type=url],.wpcf7 .form-floating>input[type=week],.wpcf7 .form-floating>select,.wpcf7 .form-floating>textarea{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.wpcf7-mail-sent-ok,.wpcf7 .form-floating>.wpcf7-validation-errors,.wpcf7 .form-floating>input[type=color],.wpcf7 .form-floating>input[type=date],.wpcf7 .form-floating>input[type=datetime-local],.wpcf7 .form-floating>input[type=datetime],.wpcf7 .form-floating>input[type=email],.wpcf7 .form-floating>input[type=file],.wpcf7 .form-floating>input[type=month],.wpcf7 .form-floating>input[type=number],.wpcf7 .form-floating>input[type=range],.wpcf7 .form-floating>input[type=search],.wpcf7 .form-floating>input[type=submit],.wpcf7 .form-floating>input[type=tel],.wpcf7 .form-floating>input[type=text],.wpcf7 .form-floating>input[type=time],.wpcf7 .form-floating>input[type=url],.wpcf7 .form-floating>input[type=week],.wpcf7 .form-floating>select,.wpcf7 .form-floating>textarea{padding:1rem .75rem}.form-floating>.form-control::-webkit-input-placeholder,.form-floating>.wpcf7-mail-sent-ok::-webkit-input-placeholder,.wpcf7 .form-floating>.wpcf7-validation-errors::-webkit-input-placeholder,.wpcf7 .form-floating>input[type=color]::-webkit-input-placeholder,.wpcf7 .form-floating>input[type=date]::-webkit-input-placeholder,.wpcf7 .form-floating>input[type=datetime-local]::-webkit-input-placeholder,.wpcf7 .form-floating>input[type=datetime]::-webkit-input-placeholder,.wpcf7 .form-floating>input[type=email]::-webkit-input-placeholder,.wpcf7 .form-floating>input[type=file]::-webkit-input-placeholder,.wpcf7 .form-floating>input[type=month]::-webkit-input-placeholder,.wpcf7 .form-floating>input[type=number]::-webkit-input-placeholder,.wpcf7 .form-floating>input[type=range]::-webkit-input-placeholder,.wpcf7 .form-floating>input[type=search]::-webkit-input-placeholder,.wpcf7 .form-floating>input[type=submit]::-webkit-input-placeholder,.wpcf7 .form-floating>input[type=tel]::-webkit-input-placeholder,.wpcf7 .form-floating>input[type=text]::-webkit-input-placeholder,.wpcf7 .form-floating>input[type=time]::-webkit-input-placeholder,.wpcf7 .form-floating>input[type=url]::-webkit-input-placeholder,.wpcf7 .form-floating>input[type=week]::-webkit-input-placeholder,.wpcf7 .form-floating>select::-webkit-input-placeholder,.wpcf7 .form-floating>textarea::-webkit-input-placeholder{color:transparent}.form-floating>.form-control:-ms-input-placeholder,.form-floating>.form-control::-ms-input-placeholder,.form-floating>.wpcf7-mail-sent-ok:-ms-input-placeholder,.form-floating>.wpcf7-mail-sent-ok::-ms-input-placeholder,.wpcf7 .form-floating>.wpcf7-validation-errors:-ms-input-placeholder,.wpcf7 .form-floating>.wpcf7-validation-errors::-ms-input-placeholder,.wpcf7 .form-floating>input[type=color]:-ms-input-placeholder,.wpcf7 .form-floating>input[type=color]::-ms-input-placeholder,.wpcf7 .form-floating>input[type=date]:-ms-input-placeholder,.wpcf7 .form-floating>input[type=date]::-ms-input-placeholder,.wpcf7 .form-floating>input[type=datetime-local]:-ms-input-placeholder,.wpcf7 .form-floating>input[type=datetime-local]::-ms-input-placeholder,.wpcf7 .form-floating>input[type=datetime]:-ms-input-placeholder,.wpcf7 .form-floating>input[type=datetime]::-ms-input-placeholder,.wpcf7 .form-floating>input[type=email]:-ms-input-placeholder,.wpcf7 .form-floating>input[type=email]::-ms-input-placeholder,.wpcf7 .form-floating>input[type=file]:-ms-input-placeholder,.wpcf7 .form-floating>input[type=file]::-ms-input-placeholder,.wpcf7 .form-floating>input[type=month]:-ms-input-placeholder,.wpcf7 .form-floating>input[type=month]::-ms-input-placeholder,.wpcf7 .form-floating>input[type=number]:-ms-input-placeholder,.wpcf7 .form-floating>input[type=number]::-ms-input-placeholder,.wpcf7 .form-floating>input[type=range]:-ms-input-placeholder,.wpcf7 .form-floating>input[type=range]::-ms-input-placeholder,.wpcf7 .form-floating>input[type=search]:-ms-input-placeholder,.wpcf7 .form-floating>input[type=search]::-ms-input-placeholder,.wpcf7 .form-floating>input[type=submit]:-ms-input-placeholder,.wpcf7 .form-floating>input[type=submit]::-ms-input-placeholder,.wpcf7 .form-floating>input[type=tel]:-ms-input-placeholder,.wpcf7 .form-floating>input[type=tel]::-ms-input-placeholder,.wpcf7 .form-floating>input[type=text]:-ms-input-placeholder,.wpcf7 .form-floating>input[type=text]::-ms-input-placeholder,.wpcf7 .form-floating>input[type=time]:-ms-input-placeholder,.wpcf7 .form-floating>input[type=time]::-ms-input-placeholder,.wpcf7 .form-floating>input[type=url]:-ms-input-placeholder,.wpcf7 .form-floating>input[type=url]::-ms-input-placeholder,.wpcf7 .form-floating>input[type=week]:-ms-input-placeholder,.wpcf7 .form-floating>input[type=week]::-ms-input-placeholder,.wpcf7 .form-floating>select:-ms-input-placeholder,.wpcf7 .form-floating>select::-ms-input-placeholder,.wpcf7 .form-floating>textarea:-ms-input-placeholder,.wpcf7 .form-floating>textarea::-ms-input-placeholder{color:transparent}.form-floating>.form-control::placeholder,.form-floating>.wpcf7-mail-sent-ok::placeholder,.wpcf7 .form-floating>.wpcf7-validation-errors::placeholder,.wpcf7 .form-floating>input[type=color]::placeholder,.wpcf7 .form-floating>input[type=date]::placeholder,.wpcf7 .form-floating>input[type=datetime-local]::placeholder,.wpcf7 .form-floating>input[type=datetime]::placeholder,.wpcf7 .form-floating>input[type=email]::placeholder,.wpcf7 .form-floating>input[type=file]::placeholder,.wpcf7 .form-floating>input[type=month]::placeholder,.wpcf7 .form-floating>input[type=number]::placeholder,.wpcf7 .form-floating>input[type=range]::placeholder,.wpcf7 .form-floating>input[type=search]::placeholder,.wpcf7 .form-floating>input[type=submit]::placeholder,.wpcf7 .form-floating>input[type=tel]::placeholder,.wpcf7 .form-floating>input[type=text]::placeholder,.wpcf7 .form-floating>input[type=time]::placeholder,.wpcf7 .form-floating>input[type=url]::placeholder,.wpcf7 .form-floating>input[type=week]::placeholder,.wpcf7 .form-floating>select::placeholder,.wpcf7 .form-floating>textarea::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.wpcf7-mail-sent-ok:focus,.form-floating>.wpcf7-mail-sent-ok:not(:placeholder-shown),.wpcf7 .form-floating>.wpcf7-validation-errors:focus,.wpcf7 .form-floating>.wpcf7-validation-errors:not(:placeholder-shown),.wpcf7 .form-floating>input:focus[type=color],.wpcf7 .form-floating>input:focus[type=date],.wpcf7 .form-floating>input:focus[type=datetime-local],.wpcf7 .form-floating>input:focus[type=datetime],.wpcf7 .form-floating>input:focus[type=email],.wpcf7 .form-floating>input:focus[type=file],.wpcf7 .form-floating>input:focus[type=month],.wpcf7 .form-floating>input:focus[type=number],.wpcf7 .form-floating>input:focus[type=range],.wpcf7 .form-floating>input:focus[type=search],.wpcf7 .form-floating>input:focus[type=submit],.wpcf7 .form-floating>input:focus[type=tel],.wpcf7 .form-floating>input:focus[type=text],.wpcf7 .form-floating>input:focus[type=time],.wpcf7 .form-floating>input:focus[type=url],.wpcf7 .form-floating>input:focus[type=week],.wpcf7 .form-floating>input:not(:placeholder-shown)[type=color],.wpcf7 .form-floating>input:not(:placeholder-shown)[type=date],.wpcf7 .form-floating>input:not(:placeholder-shown)[type=datetime-local],.wpcf7 .form-floating>input:not(:placeholder-shown)[type=datetime],.wpcf7 .form-floating>input:not(:placeholder-shown)[type=email],.wpcf7 .form-floating>input:not(:placeholder-shown)[type=file],.wpcf7 .form-floating>input:not(:placeholder-shown)[type=month],.wpcf7 .form-floating>input:not(:placeholder-shown)[type=number],.wpcf7 .form-floating>input:not(:placeholder-shown)[type=range],.wpcf7 .form-floating>input:not(:placeholder-shown)[type=search],.wpcf7 .form-floating>input:not(:placeholder-shown)[type=submit],.wpcf7 .form-floating>input:not(:placeholder-shown)[type=tel],.wpcf7 .form-floating>input:not(:placeholder-shown)[type=text],.wpcf7 .form-floating>input:not(:placeholder-shown)[type=time],.wpcf7 .form-floating>input:not(:placeholder-shown)[type=url],.wpcf7 .form-floating>input:not(:placeholder-shown)[type=week],.wpcf7 .form-floating>select:focus,.wpcf7 .form-floating>select:not(:placeholder-shown),.wpcf7 .form-floating>textarea:focus,.wpcf7 .form-floating>textarea:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.wpcf7-mail-sent-ok:-webkit-autofill,.wpcf7 .form-floating>.wpcf7-validation-errors:-webkit-autofill,.wpcf7 .form-floating>input:-webkit-autofill[type=color],.wpcf7 .form-floating>input:-webkit-autofill[type=date],.wpcf7 .form-floating>input:-webkit-autofill[type=datetime-local],.wpcf7 .form-floating>input:-webkit-autofill[type=datetime],.wpcf7 .form-floating>input:-webkit-autofill[type=email],.wpcf7 .form-floating>input:-webkit-autofill[type=file],.wpcf7 .form-floating>input:-webkit-autofill[type=month],.wpcf7 .form-floating>input:-webkit-autofill[type=number],.wpcf7 .form-floating>input:-webkit-autofill[type=range],.wpcf7 .form-floating>input:-webkit-autofill[type=search],.wpcf7 .form-floating>input:-webkit-autofill[type=submit],.wpcf7 .form-floating>input:-webkit-autofill[type=tel],.wpcf7 .form-floating>input:-webkit-autofill[type=text],.wpcf7 .form-floating>input:-webkit-autofill[type=time],.wpcf7 .form-floating>input:-webkit-autofill[type=url],.wpcf7 .form-floating>input:-webkit-autofill[type=week],.wpcf7 .form-floating>select:-webkit-autofill,.wpcf7 .form-floating>textarea:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label,.form-floating>.wpcf7-mail-sent-ok:focus~label,.form-floating>.wpcf7-mail-sent-ok:not(:placeholder-shown)~label,.wpcf7 .form-floating>.wpcf7-validation-errors:focus~label,.wpcf7 .form-floating>.wpcf7-validation-errors:not(:placeholder-shown)~label,.wpcf7 .form-floating>input:focus[type=color]~label,.wpcf7 .form-floating>input:focus[type=date]~label,.wpcf7 .form-floating>input:focus[type=datetime-local]~label,.wpcf7 .form-floating>input:focus[type=datetime]~label,.wpcf7 .form-floating>input:focus[type=email]~label,.wpcf7 .form-floating>input:focus[type=file]~label,.wpcf7 .form-floating>input:focus[type=month]~label,.wpcf7 .form-floating>input:focus[type=number]~label,.wpcf7 .form-floating>input:focus[type=range]~label,.wpcf7 .form-floating>input:focus[type=search]~label,.wpcf7 .form-floating>input:focus[type=submit]~label,.wpcf7 .form-floating>input:focus[type=tel]~label,.wpcf7 .form-floating>input:focus[type=text]~label,.wpcf7 .form-floating>input:focus[type=time]~label,.wpcf7 .form-floating>input:focus[type=url]~label,.wpcf7 .form-floating>input:focus[type=week]~label,.wpcf7 .form-floating>input:not(:placeholder-shown)[type=color]~label,.wpcf7 .form-floating>input:not(:placeholder-shown)[type=date]~label,.wpcf7 .form-floating>input:not(:placeholder-shown)[type=datetime-local]~label,.wpcf7 .form-floating>input:not(:placeholder-shown)[type=datetime]~label,.wpcf7 .form-floating>input:not(:placeholder-shown)[type=email]~label,.wpcf7 .form-floating>input:not(:placeholder-shown)[type=file]~label,.wpcf7 .form-floating>input:not(:placeholder-shown)[type=month]~label,.wpcf7 .form-floating>input:not(:placeholder-shown)[type=number]~label,.wpcf7 .form-floating>input:not(:placeholder-shown)[type=range]~label,.wpcf7 .form-floating>input:not(:placeholder-shown)[type=search]~label,.wpcf7 .form-floating>input:not(:placeholder-shown)[type=submit]~label,.wpcf7 .form-floating>input:not(:placeholder-shown)[type=tel]~label,.wpcf7 .form-floating>input:not(:placeholder-shown)[type=text]~label,.wpcf7 .form-floating>input:not(:placeholder-shown)[type=time]~label,.wpcf7 .form-floating>input:not(:placeholder-shown)[type=url]~label,.wpcf7 .form-floating>input:not(:placeholder-shown)[type=week]~label,.wpcf7 .form-floating>select:focus~label,.wpcf7 .form-floating>select:not(:placeholder-shown)~label,.wpcf7 .form-floating>textarea:focus~label,.wpcf7 .form-floating>textarea:not(:placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label,.form-floating>.wpcf7-mail-sent-ok:-webkit-autofill~label,.wpcf7 .form-floating>.wpcf7-validation-errors:-webkit-autofill~label,.wpcf7 .form-floating>input:-webkit-autofill[type=color]~label,.wpcf7 .form-floating>input:-webkit-autofill[type=date]~label,.wpcf7 .form-floating>input:-webkit-autofill[type=datetime-local]~label,.wpcf7 .form-floating>input:-webkit-autofill[type=datetime]~label,.wpcf7 .form-floating>input:-webkit-autofill[type=email]~label,.wpcf7 .form-floating>input:-webkit-autofill[type=file]~label,.wpcf7 .form-floating>input:-webkit-autofill[type=month]~label,.wpcf7 .form-floating>input:-webkit-autofill[type=number]~label,.wpcf7 .form-floating>input:-webkit-autofill[type=range]~label,.wpcf7 .form-floating>input:-webkit-autofill[type=search]~label,.wpcf7 .form-floating>input:-webkit-autofill[type=submit]~label,.wpcf7 .form-floating>input:-webkit-autofill[type=tel]~label,.wpcf7 .form-floating>input:-webkit-autofill[type=text]~label,.wpcf7 .form-floating>input:-webkit-autofill[type=time]~label,.wpcf7 .form-floating>input:-webkit-autofill[type=url]~label,.wpcf7 .form-floating>input:-webkit-autofill[type=week]~label,.wpcf7 .form-floating>select:-webkit-autofill~label,.wpcf7 .form-floating>textarea:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.wpcf7-mail-sent-ok,.wpcf7 .input-group>.wpcf7-validation-errors,.wpcf7 .input-group>input[type=color],.wpcf7 .input-group>input[type=date],.wpcf7 .input-group>input[type=datetime-local],.wpcf7 .input-group>input[type=datetime],.wpcf7 .input-group>input[type=email],.wpcf7 .input-group>input[type=file],.wpcf7 .input-group>input[type=month],.wpcf7 .input-group>input[type=number],.wpcf7 .input-group>input[type=range],.wpcf7 .input-group>input[type=search],.wpcf7 .input-group>input[type=submit],.wpcf7 .input-group>input[type=tel],.wpcf7 .input-group>input[type=text],.wpcf7 .input-group>input[type=time],.wpcf7 .input-group>input[type=url],.wpcf7 .input-group>input[type=week],.wpcf7 .input-group>select,.wpcf7 .input-group>textarea{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.wpcf7-mail-sent-ok:focus,.wpcf7 .input-group>.wpcf7-validation-errors:focus,.wpcf7 .input-group>input:focus[type=color],.wpcf7 .input-group>input:focus[type=date],.wpcf7 .input-group>input:focus[type=datetime-local],.wpcf7 .input-group>input:focus[type=datetime],.wpcf7 .input-group>input:focus[type=email],.wpcf7 .input-group>input:focus[type=file],.wpcf7 .input-group>input:focus[type=month],.wpcf7 .input-group>input:focus[type=number],.wpcf7 .input-group>input:focus[type=range],.wpcf7 .input-group>input:focus[type=search],.wpcf7 .input-group>input:focus[type=submit],.wpcf7 .input-group>input:focus[type=tel],.wpcf7 .input-group>input:focus[type=text],.wpcf7 .input-group>input:focus[type=time],.wpcf7 .input-group>input:focus[type=url],.wpcf7 .input-group>input:focus[type=week],.wpcf7 .input-group>select:focus,.wpcf7 .input-group>textarea:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.wpcf7-mail-sent-ok,.wpcf7 .input-group-lg>.wpcf7-validation-errors,.wpcf7 .input-group-lg>input[type=color],.wpcf7 .input-group-lg>input[type=date],.wpcf7 .input-group-lg>input[type=datetime-local],.wpcf7 .input-group-lg>input[type=datetime],.wpcf7 .input-group-lg>input[type=email],.wpcf7 .input-group-lg>input[type=file],.wpcf7 .input-group-lg>input[type=month],.wpcf7 .input-group-lg>input[type=number],.wpcf7 .input-group-lg>input[type=range],.wpcf7 .input-group-lg>input[type=search],.wpcf7 .input-group-lg>input[type=submit],.wpcf7 .input-group-lg>input[type=tel],.wpcf7 .input-group-lg>input[type=text],.wpcf7 .input-group-lg>input[type=time],.wpcf7 .input-group-lg>input[type=url],.wpcf7 .input-group-lg>input[type=week],.wpcf7 .input-group-lg>select,.wpcf7 .input-group-lg>textarea{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.wpcf7-mail-sent-ok,.wpcf7 .input-group-sm>.wpcf7-validation-errors,.wpcf7 .input-group-sm>input[type=color],.wpcf7 .input-group-sm>input[type=date],.wpcf7 .input-group-sm>input[type=datetime-local],.wpcf7 .input-group-sm>input[type=datetime],.wpcf7 .input-group-sm>input[type=email],.wpcf7 .input-group-sm>input[type=file],.wpcf7 .input-group-sm>input[type=month],.wpcf7 .input-group-sm>input[type=number],.wpcf7 .input-group-sm>input[type=range],.wpcf7 .input-group-sm>input[type=search],.wpcf7 .input-group-sm>input[type=submit],.wpcf7 .input-group-sm>input[type=tel],.wpcf7 .input-group-sm>input[type=text],.wpcf7 .input-group-sm>input[type=time],.wpcf7 .input-group-sm>input[type=url],.wpcf7 .input-group-sm>input[type=week],.wpcf7 .input-group-sm>select,.wpcf7 .input-group-sm>textarea{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.is-valid.wpcf7-mail-sent-ok,.was-validated .form-control:valid,.was-validated .wpcf7 .wpcf7-validation-errors:valid,.was-validated .wpcf7 input:valid[type=color],.was-validated .wpcf7 input:valid[type=date],.was-validated .wpcf7 input:valid[type=datetime-local],.was-validated .wpcf7 input:valid[type=datetime],.was-validated .wpcf7 input:valid[type=email],.was-validated .wpcf7 input:valid[type=file],.was-validated .wpcf7 input:valid[type=month],.was-validated .wpcf7 input:valid[type=number],.was-validated .wpcf7 input:valid[type=range],.was-validated .wpcf7 input:valid[type=search],.was-validated .wpcf7 input:valid[type=submit],.was-validated .wpcf7 input:valid[type=tel],.was-validated .wpcf7 input:valid[type=text],.was-validated .wpcf7 input:valid[type=time],.was-validated .wpcf7 input:valid[type=url],.was-validated .wpcf7 input:valid[type=week],.was-validated .wpcf7 select:valid,.was-validated .wpcf7 textarea:valid,.was-validated .wpcf7-mail-sent-ok:valid,.wpcf7 .is-valid.wpcf7-validation-errors,.wpcf7 .was-validated .wpcf7-validation-errors:valid,.wpcf7 .was-validated input:valid[type=color],.wpcf7 .was-validated input:valid[type=date],.wpcf7 .was-validated input:valid[type=datetime-local],.wpcf7 .was-validated input:valid[type=datetime],.wpcf7 .was-validated input:valid[type=email],.wpcf7 .was-validated input:valid[type=file],.wpcf7 .was-validated input:valid[type=month],.wpcf7 .was-validated input:valid[type=number],.wpcf7 .was-validated input:valid[type=range],.wpcf7 .was-validated input:valid[type=search],.wpcf7 .was-validated input:valid[type=submit],.wpcf7 .was-validated input:valid[type=tel],.wpcf7 .was-validated input:valid[type=text],.wpcf7 .was-validated input:valid[type=time],.wpcf7 .was-validated input:valid[type=url],.wpcf7 .was-validated input:valid[type=week],.wpcf7 .was-validated select:valid,.wpcf7 .was-validated textarea:valid,.wpcf7 input.is-valid[type=color],.wpcf7 input.is-valid[type=date],.wpcf7 input.is-valid[type=datetime-local],.wpcf7 input.is-valid[type=datetime],.wpcf7 input.is-valid[type=email],.wpcf7 input.is-valid[type=file],.wpcf7 input.is-valid[type=month],.wpcf7 input.is-valid[type=number],.wpcf7 input.is-valid[type=range],.wpcf7 input.is-valid[type=search],.wpcf7 input.is-valid[type=submit],.wpcf7 input.is-valid[type=tel],.wpcf7 input.is-valid[type=text],.wpcf7 input.is-valid[type=time],.wpcf7 input.is-valid[type=url],.wpcf7 input.is-valid[type=week],.wpcf7 select.is-valid,.wpcf7 textarea.is-valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.is-valid.wpcf7-mail-sent-ok:focus,.was-validated .form-control:valid:focus,.was-validated .wpcf7 .wpcf7-validation-errors:valid:focus,.was-validated .wpcf7 input:valid:focus[type=color],.was-validated .wpcf7 input:valid:focus[type=date],.was-validated .wpcf7 input:valid:focus[type=datetime-local],.was-validated .wpcf7 input:valid:focus[type=datetime],.was-validated .wpcf7 input:valid:focus[type=email],.was-validated .wpcf7 input:valid:focus[type=file],.was-validated .wpcf7 input:valid:focus[type=month],.was-validated .wpcf7 input:valid:focus[type=number],.was-validated .wpcf7 input:valid:focus[type=range],.was-validated .wpcf7 input:valid:focus[type=search],.was-validated .wpcf7 input:valid:focus[type=submit],.was-validated .wpcf7 input:valid:focus[type=tel],.was-validated .wpcf7 input:valid:focus[type=text],.was-validated .wpcf7 input:valid:focus[type=time],.was-validated .wpcf7 input:valid:focus[type=url],.was-validated .wpcf7 input:valid:focus[type=week],.was-validated .wpcf7 select:valid:focus,.was-validated .wpcf7 textarea:valid:focus,.was-validated .wpcf7-mail-sent-ok:valid:focus,.wpcf7 .is-valid.wpcf7-validation-errors:focus,.wpcf7 .was-validated .wpcf7-validation-errors:valid:focus,.wpcf7 .was-validated input:valid:focus[type=color],.wpcf7 .was-validated input:valid:focus[type=date],.wpcf7 .was-validated input:valid:focus[type=datetime-local],.wpcf7 .was-validated input:valid:focus[type=datetime],.wpcf7 .was-validated input:valid:focus[type=email],.wpcf7 .was-validated input:valid:focus[type=file],.wpcf7 .was-validated input:valid:focus[type=month],.wpcf7 .was-validated input:valid:focus[type=number],.wpcf7 .was-validated input:valid:focus[type=range],.wpcf7 .was-validated input:valid:focus[type=search],.wpcf7 .was-validated input:valid:focus[type=submit],.wpcf7 .was-validated input:valid:focus[type=tel],.wpcf7 .was-validated input:valid:focus[type=text],.wpcf7 .was-validated input:valid:focus[type=time],.wpcf7 .was-validated input:valid:focus[type=url],.wpcf7 .was-validated input:valid:focus[type=week],.wpcf7 .was-validated select:valid:focus,.wpcf7 .was-validated textarea:valid:focus,.wpcf7 input.is-valid:focus[type=color],.wpcf7 input.is-valid:focus[type=date],.wpcf7 input.is-valid:focus[type=datetime-local],.wpcf7 input.is-valid:focus[type=datetime],.wpcf7 input.is-valid:focus[type=email],.wpcf7 input.is-valid:focus[type=file],.wpcf7 input.is-valid:focus[type=month],.wpcf7 input.is-valid:focus[type=number],.wpcf7 input.is-valid:focus[type=range],.wpcf7 input.is-valid:focus[type=search],.wpcf7 input.is-valid:focus[type=submit],.wpcf7 input.is-valid:focus[type=tel],.wpcf7 input.is-valid:focus[type=text],.wpcf7 input.is-valid:focus[type=time],.wpcf7 input.is-valid:focus[type=url],.wpcf7 input.is-valid:focus[type=week],.wpcf7 select.is-valid:focus,.wpcf7 textarea.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated .wpcf7 textarea:valid,.was-validated textarea.form-control:valid,.was-validated textarea.wpcf7-mail-sent-ok:valid,.wpcf7 .was-validated textarea:valid,.wpcf7 textarea.is-valid,textarea.form-control.is-valid,textarea.is-valid.wpcf7-mail-sent-ok{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.input-group .is-valid.wpcf7-mail-sent-ok,.input-group .wpcf7 .is-valid.wpcf7-validation-errors,.input-group .wpcf7 input.is-valid[type=color],.input-group .wpcf7 input.is-valid[type=date],.input-group .wpcf7 input.is-valid[type=datetime-local],.input-group .wpcf7 input.is-valid[type=datetime],.input-group .wpcf7 input.is-valid[type=email],.input-group .wpcf7 input.is-valid[type=file],.input-group .wpcf7 input.is-valid[type=month],.input-group .wpcf7 input.is-valid[type=number],.input-group .wpcf7 input.is-valid[type=range],.input-group .wpcf7 input.is-valid[type=search],.input-group .wpcf7 input.is-valid[type=submit],.input-group .wpcf7 input.is-valid[type=tel],.input-group .wpcf7 input.is-valid[type=text],.input-group .wpcf7 input.is-valid[type=time],.input-group .wpcf7 input.is-valid[type=url],.input-group .wpcf7 input.is-valid[type=week],.input-group .wpcf7 select.is-valid,.input-group .wpcf7 textarea.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid,.was-validated .input-group .wpcf7 .wpcf7-validation-errors:valid,.was-validated .input-group .wpcf7 input:valid[type=color],.was-validated .input-group .wpcf7 input:valid[type=date],.was-validated .input-group .wpcf7 input:valid[type=datetime-local],.was-validated .input-group .wpcf7 input:valid[type=datetime],.was-validated .input-group .wpcf7 input:valid[type=email],.was-validated .input-group .wpcf7 input:valid[type=file],.was-validated .input-group .wpcf7 input:valid[type=month],.was-validated .input-group .wpcf7 input:valid[type=number],.was-validated .input-group .wpcf7 input:valid[type=range],.was-validated .input-group .wpcf7 input:valid[type=search],.was-validated .input-group .wpcf7 input:valid[type=submit],.was-validated .input-group .wpcf7 input:valid[type=tel],.was-validated .input-group .wpcf7 input:valid[type=text],.was-validated .input-group .wpcf7 input:valid[type=time],.was-validated .input-group .wpcf7 input:valid[type=url],.was-validated .input-group .wpcf7 input:valid[type=week],.was-validated .input-group .wpcf7 select:valid,.was-validated .input-group .wpcf7 textarea:valid,.was-validated .input-group .wpcf7-mail-sent-ok:valid,.wpcf7 .input-group .is-valid.wpcf7-validation-errors,.wpcf7 .input-group input.is-valid[type=color],.wpcf7 .input-group input.is-valid[type=date],.wpcf7 .input-group input.is-valid[type=datetime-local],.wpcf7 .input-group input.is-valid[type=datetime],.wpcf7 .input-group input.is-valid[type=email],.wpcf7 .input-group input.is-valid[type=file],.wpcf7 .input-group input.is-valid[type=month],.wpcf7 .input-group input.is-valid[type=number],.wpcf7 .input-group input.is-valid[type=range],.wpcf7 .input-group input.is-valid[type=search],.wpcf7 .input-group input.is-valid[type=submit],.wpcf7 .input-group input.is-valid[type=tel],.wpcf7 .input-group input.is-valid[type=text],.wpcf7 .input-group input.is-valid[type=time],.wpcf7 .input-group input.is-valid[type=url],.wpcf7 .input-group input.is-valid[type=week],.wpcf7 .input-group select.is-valid,.wpcf7 .input-group textarea.is-valid,.wpcf7 .was-validated .input-group .wpcf7-validation-errors:valid,.wpcf7 .was-validated .input-group input:valid[type=color],.wpcf7 .was-validated .input-group input:valid[type=date],.wpcf7 .was-validated .input-group input:valid[type=datetime-local],.wpcf7 .was-validated .input-group input:valid[type=datetime],.wpcf7 .was-validated .input-group input:valid[type=email],.wpcf7 .was-validated .input-group input:valid[type=file],.wpcf7 .was-validated .input-group input:valid[type=month],.wpcf7 .was-validated .input-group input:valid[type=number],.wpcf7 .was-validated .input-group input:valid[type=range],.wpcf7 .was-validated .input-group input:valid[type=search],.wpcf7 .was-validated .input-group input:valid[type=submit],.wpcf7 .was-validated .input-group input:valid[type=tel],.wpcf7 .was-validated .input-group input:valid[type=text],.wpcf7 .was-validated .input-group input:valid[type=time],.wpcf7 .was-validated .input-group input:valid[type=url],.wpcf7 .was-validated .input-group input:valid[type=week],.wpcf7 .was-validated .input-group select:valid,.wpcf7 .was-validated .input-group textarea:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.input-group .is-valid.wpcf7-mail-sent-ok:focus,.input-group .wpcf7 .is-valid.wpcf7-validation-errors:focus,.input-group .wpcf7 input.is-valid:focus[type=color],.input-group .wpcf7 input.is-valid:focus[type=date],.input-group .wpcf7 input.is-valid:focus[type=datetime-local],.input-group .wpcf7 input.is-valid:focus[type=datetime],.input-group .wpcf7 input.is-valid:focus[type=email],.input-group .wpcf7 input.is-valid:focus[type=file],.input-group .wpcf7 input.is-valid:focus[type=month],.input-group .wpcf7 input.is-valid:focus[type=number],.input-group .wpcf7 input.is-valid:focus[type=range],.input-group .wpcf7 input.is-valid:focus[type=search],.input-group .wpcf7 input.is-valid:focus[type=submit],.input-group .wpcf7 input.is-valid:focus[type=tel],.input-group .wpcf7 input.is-valid:focus[type=text],.input-group .wpcf7 input.is-valid:focus[type=time],.input-group .wpcf7 input.is-valid:focus[type=url],.input-group .wpcf7 input.is-valid:focus[type=week],.input-group .wpcf7 select.is-valid:focus,.input-group .wpcf7 textarea.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus,.was-validated .input-group .wpcf7 .wpcf7-validation-errors:valid:focus,.was-validated .input-group .wpcf7 input:valid:focus[type=color],.was-validated .input-group .wpcf7 input:valid:focus[type=date],.was-validated .input-group .wpcf7 input:valid:focus[type=datetime-local],.was-validated .input-group .wpcf7 input:valid:focus[type=datetime],.was-validated .input-group .wpcf7 input:valid:focus[type=email],.was-validated .input-group .wpcf7 input:valid:focus[type=file],.was-validated .input-group .wpcf7 input:valid:focus[type=month],.was-validated .input-group .wpcf7 input:valid:focus[type=number],.was-validated .input-group .wpcf7 input:valid:focus[type=range],.was-validated .input-group .wpcf7 input:valid:focus[type=search],.was-validated .input-group .wpcf7 input:valid:focus[type=submit],.was-validated .input-group .wpcf7 input:valid:focus[type=tel],.was-validated .input-group .wpcf7 input:valid:focus[type=text],.was-validated .input-group .wpcf7 input:valid:focus[type=time],.was-validated .input-group .wpcf7 input:valid:focus[type=url],.was-validated .input-group .wpcf7 input:valid:focus[type=week],.was-validated .input-group .wpcf7 select:valid:focus,.was-validated .input-group .wpcf7 textarea:valid:focus,.was-validated .input-group .wpcf7-mail-sent-ok:valid:focus,.wpcf7 .input-group .is-valid.wpcf7-validation-errors:focus,.wpcf7 .input-group input.is-valid:focus[type=color],.wpcf7 .input-group input.is-valid:focus[type=date],.wpcf7 .input-group input.is-valid:focus[type=datetime-local],.wpcf7 .input-group input.is-valid:focus[type=datetime],.wpcf7 .input-group input.is-valid:focus[type=email],.wpcf7 .input-group input.is-valid:focus[type=file],.wpcf7 .input-group input.is-valid:focus[type=month],.wpcf7 .input-group input.is-valid:focus[type=number],.wpcf7 .input-group input.is-valid:focus[type=range],.wpcf7 .input-group input.is-valid:focus[type=search],.wpcf7 .input-group input.is-valid:focus[type=submit],.wpcf7 .input-group input.is-valid:focus[type=tel],.wpcf7 .input-group input.is-valid:focus[type=text],.wpcf7 .input-group input.is-valid:focus[type=time],.wpcf7 .input-group input.is-valid:focus[type=url],.wpcf7 .input-group input.is-valid:focus[type=week],.wpcf7 .input-group select.is-valid:focus,.wpcf7 .input-group textarea.is-valid:focus,.wpcf7 .was-validated .input-group .wpcf7-validation-errors:valid:focus,.wpcf7 .was-validated .input-group input:valid:focus[type=color],.wpcf7 .was-validated .input-group input:valid:focus[type=date],.wpcf7 .was-validated .input-group input:valid:focus[type=datetime-local],.wpcf7 .was-validated .input-group input:valid:focus[type=datetime],.wpcf7 .was-validated .input-group input:valid:focus[type=email],.wpcf7 .was-validated .input-group input:valid:focus[type=file],.wpcf7 .was-validated .input-group input:valid:focus[type=month],.wpcf7 .was-validated .input-group input:valid:focus[type=number],.wpcf7 .was-validated .input-group input:valid:focus[type=range],.wpcf7 .was-validated .input-group input:valid:focus[type=search],.wpcf7 .was-validated .input-group input:valid:focus[type=submit],.wpcf7 .was-validated .input-group input:valid:focus[type=tel],.wpcf7 .was-validated .input-group input:valid:focus[type=text],.wpcf7 .was-validated .input-group input:valid:focus[type=time],.wpcf7 .was-validated .input-group input:valid:focus[type=url],.wpcf7 .was-validated .input-group input:valid:focus[type=week],.wpcf7 .was-validated .input-group select:valid:focus,.wpcf7 .was-validated .input-group textarea:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.is-invalid.wpcf7-mail-sent-ok,.was-validated .form-control:invalid,.was-validated .wpcf7 .wpcf7-validation-errors:invalid,.was-validated .wpcf7 input:invalid[type=color],.was-validated .wpcf7 input:invalid[type=date],.was-validated .wpcf7 input:invalid[type=datetime-local],.was-validated .wpcf7 input:invalid[type=datetime],.was-validated .wpcf7 input:invalid[type=email],.was-validated .wpcf7 input:invalid[type=file],.was-validated .wpcf7 input:invalid[type=month],.was-validated .wpcf7 input:invalid[type=number],.was-validated .wpcf7 input:invalid[type=range],.was-validated .wpcf7 input:invalid[type=search],.was-validated .wpcf7 input:invalid[type=submit],.was-validated .wpcf7 input:invalid[type=tel],.was-validated .wpcf7 input:invalid[type=text],.was-validated .wpcf7 input:invalid[type=time],.was-validated .wpcf7 input:invalid[type=url],.was-validated .wpcf7 input:invalid[type=week],.was-validated .wpcf7 select:invalid,.was-validated .wpcf7 textarea:invalid,.was-validated .wpcf7-mail-sent-ok:invalid,.wpcf7 .is-invalid.wpcf7-validation-errors,.wpcf7 .was-validated .wpcf7-validation-errors:invalid,.wpcf7 .was-validated input:invalid[type=color],.wpcf7 .was-validated input:invalid[type=date],.wpcf7 .was-validated input:invalid[type=datetime-local],.wpcf7 .was-validated input:invalid[type=datetime],.wpcf7 .was-validated input:invalid[type=email],.wpcf7 .was-validated input:invalid[type=file],.wpcf7 .was-validated input:invalid[type=month],.wpcf7 .was-validated input:invalid[type=number],.wpcf7 .was-validated input:invalid[type=range],.wpcf7 .was-validated input:invalid[type=search],.wpcf7 .was-validated input:invalid[type=submit],.wpcf7 .was-validated input:invalid[type=tel],.wpcf7 .was-validated input:invalid[type=text],.wpcf7 .was-validated input:invalid[type=time],.wpcf7 .was-validated input:invalid[type=url],.wpcf7 .was-validated input:invalid[type=week],.wpcf7 .was-validated select:invalid,.wpcf7 .was-validated textarea:invalid,.wpcf7 input.is-invalid[type=color],.wpcf7 input.is-invalid[type=date],.wpcf7 input.is-invalid[type=datetime-local],.wpcf7 input.is-invalid[type=datetime],.wpcf7 input.is-invalid[type=email],.wpcf7 input.is-invalid[type=file],.wpcf7 input.is-invalid[type=month],.wpcf7 input.is-invalid[type=number],.wpcf7 input.is-invalid[type=range],.wpcf7 input.is-invalid[type=search],.wpcf7 input.is-invalid[type=submit],.wpcf7 input.is-invalid[type=tel],.wpcf7 input.is-invalid[type=text],.wpcf7 input.is-invalid[type=time],.wpcf7 input.is-invalid[type=url],.wpcf7 input.is-invalid[type=week],.wpcf7 select.is-invalid,.wpcf7 textarea.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.is-invalid.wpcf7-mail-sent-ok:focus,.was-validated .form-control:invalid:focus,.was-validated .wpcf7 .wpcf7-validation-errors:invalid:focus,.was-validated .wpcf7 input:invalid:focus[type=color],.was-validated .wpcf7 input:invalid:focus[type=date],.was-validated .wpcf7 input:invalid:focus[type=datetime-local],.was-validated .wpcf7 input:invalid:focus[type=datetime],.was-validated .wpcf7 input:invalid:focus[type=email],.was-validated .wpcf7 input:invalid:focus[type=file],.was-validated .wpcf7 input:invalid:focus[type=month],.was-validated .wpcf7 input:invalid:focus[type=number],.was-validated .wpcf7 input:invalid:focus[type=range],.was-validated .wpcf7 input:invalid:focus[type=search],.was-validated .wpcf7 input:invalid:focus[type=submit],.was-validated .wpcf7 input:invalid:focus[type=tel],.was-validated .wpcf7 input:invalid:focus[type=text],.was-validated .wpcf7 input:invalid:focus[type=time],.was-validated .wpcf7 input:invalid:focus[type=url],.was-validated .wpcf7 input:invalid:focus[type=week],.was-validated .wpcf7 select:invalid:focus,.was-validated .wpcf7 textarea:invalid:focus,.was-validated .wpcf7-mail-sent-ok:invalid:focus,.wpcf7 .is-invalid.wpcf7-validation-errors:focus,.wpcf7 .was-validated .wpcf7-validation-errors:invalid:focus,.wpcf7 .was-validated input:invalid:focus[type=color],.wpcf7 .was-validated input:invalid:focus[type=date],.wpcf7 .was-validated input:invalid:focus[type=datetime-local],.wpcf7 .was-validated input:invalid:focus[type=datetime],.wpcf7 .was-validated input:invalid:focus[type=email],.wpcf7 .was-validated input:invalid:focus[type=file],.wpcf7 .was-validated input:invalid:focus[type=month],.wpcf7 .was-validated input:invalid:focus[type=number],.wpcf7 .was-validated input:invalid:focus[type=range],.wpcf7 .was-validated input:invalid:focus[type=search],.wpcf7 .was-validated input:invalid:focus[type=submit],.wpcf7 .was-validated input:invalid:focus[type=tel],.wpcf7 .was-validated input:invalid:focus[type=text],.wpcf7 .was-validated input:invalid:focus[type=time],.wpcf7 .was-validated input:invalid:focus[type=url],.wpcf7 .was-validated input:invalid:focus[type=week],.wpcf7 .was-validated select:invalid:focus,.wpcf7 .was-validated textarea:invalid:focus,.wpcf7 input.is-invalid:focus[type=color],.wpcf7 input.is-invalid:focus[type=date],.wpcf7 input.is-invalid:focus[type=datetime-local],.wpcf7 input.is-invalid:focus[type=datetime],.wpcf7 input.is-invalid:focus[type=email],.wpcf7 input.is-invalid:focus[type=file],.wpcf7 input.is-invalid:focus[type=month],.wpcf7 input.is-invalid:focus[type=number],.wpcf7 input.is-invalid:focus[type=range],.wpcf7 input.is-invalid:focus[type=search],.wpcf7 input.is-invalid:focus[type=submit],.wpcf7 input.is-invalid:focus[type=tel],.wpcf7 input.is-invalid:focus[type=text],.wpcf7 input.is-invalid:focus[type=time],.wpcf7 input.is-invalid:focus[type=url],.wpcf7 input.is-invalid:focus[type=week],.wpcf7 select.is-invalid:focus,.wpcf7 textarea.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated .wpcf7 textarea:invalid,.was-validated textarea.form-control:invalid,.was-validated textarea.wpcf7-mail-sent-ok:invalid,.wpcf7 .was-validated textarea:invalid,.wpcf7 textarea.is-invalid,textarea.form-control.is-invalid,textarea.is-invalid.wpcf7-mail-sent-ok{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.input-group .is-invalid.wpcf7-mail-sent-ok,.input-group .wpcf7 .is-invalid.wpcf7-validation-errors,.input-group .wpcf7 input.is-invalid[type=color],.input-group .wpcf7 input.is-invalid[type=date],.input-group .wpcf7 input.is-invalid[type=datetime-local],.input-group .wpcf7 input.is-invalid[type=datetime],.input-group .wpcf7 input.is-invalid[type=email],.input-group .wpcf7 input.is-invalid[type=file],.input-group .wpcf7 input.is-invalid[type=month],.input-group .wpcf7 input.is-invalid[type=number],.input-group .wpcf7 input.is-invalid[type=range],.input-group .wpcf7 input.is-invalid[type=search],.input-group .wpcf7 input.is-invalid[type=submit],.input-group .wpcf7 input.is-invalid[type=tel],.input-group .wpcf7 input.is-invalid[type=text],.input-group .wpcf7 input.is-invalid[type=time],.input-group .wpcf7 input.is-invalid[type=url],.input-group .wpcf7 input.is-invalid[type=week],.input-group .wpcf7 select.is-invalid,.input-group .wpcf7 textarea.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid,.was-validated .input-group .wpcf7 .wpcf7-validation-errors:invalid,.was-validated .input-group .wpcf7 input:invalid[type=color],.was-validated .input-group .wpcf7 input:invalid[type=date],.was-validated .input-group .wpcf7 input:invalid[type=datetime-local],.was-validated .input-group .wpcf7 input:invalid[type=datetime],.was-validated .input-group .wpcf7 input:invalid[type=email],.was-validated .input-group .wpcf7 input:invalid[type=file],.was-validated .input-group .wpcf7 input:invalid[type=month],.was-validated .input-group .wpcf7 input:invalid[type=number],.was-validated .input-group .wpcf7 input:invalid[type=range],.was-validated .input-group .wpcf7 input:invalid[type=search],.was-validated .input-group .wpcf7 input:invalid[type=submit],.was-validated .input-group .wpcf7 input:invalid[type=tel],.was-validated .input-group .wpcf7 input:invalid[type=text],.was-validated .input-group .wpcf7 input:invalid[type=time],.was-validated .input-group .wpcf7 input:invalid[type=url],.was-validated .input-group .wpcf7 input:invalid[type=week],.was-validated .input-group .wpcf7 select:invalid,.was-validated .input-group .wpcf7 textarea:invalid,.was-validated .input-group .wpcf7-mail-sent-ok:invalid,.wpcf7 .input-group .is-invalid.wpcf7-validation-errors,.wpcf7 .input-group input.is-invalid[type=color],.wpcf7 .input-group input.is-invalid[type=date],.wpcf7 .input-group input.is-invalid[type=datetime-local],.wpcf7 .input-group input.is-invalid[type=datetime],.wpcf7 .input-group input.is-invalid[type=email],.wpcf7 .input-group input.is-invalid[type=file],.wpcf7 .input-group input.is-invalid[type=month],.wpcf7 .input-group input.is-invalid[type=number],.wpcf7 .input-group input.is-invalid[type=range],.wpcf7 .input-group input.is-invalid[type=search],.wpcf7 .input-group input.is-invalid[type=submit],.wpcf7 .input-group input.is-invalid[type=tel],.wpcf7 .input-group input.is-invalid[type=text],.wpcf7 .input-group input.is-invalid[type=time],.wpcf7 .input-group input.is-invalid[type=url],.wpcf7 .input-group input.is-invalid[type=week],.wpcf7 .input-group select.is-invalid,.wpcf7 .input-group textarea.is-invalid,.wpcf7 .was-validated .input-group .wpcf7-validation-errors:invalid,.wpcf7 .was-validated .input-group input:invalid[type=color],.wpcf7 .was-validated .input-group input:invalid[type=date],.wpcf7 .was-validated .input-group input:invalid[type=datetime-local],.wpcf7 .was-validated .input-group input:invalid[type=datetime],.wpcf7 .was-validated .input-group input:invalid[type=email],.wpcf7 .was-validated .input-group input:invalid[type=file],.wpcf7 .was-validated .input-group input:invalid[type=month],.wpcf7 .was-validated .input-group input:invalid[type=number],.wpcf7 .was-validated .input-group input:invalid[type=range],.wpcf7 .was-validated .input-group input:invalid[type=search],.wpcf7 .was-validated .input-group input:invalid[type=submit],.wpcf7 .was-validated .input-group input:invalid[type=tel],.wpcf7 .was-validated .input-group input:invalid[type=text],.wpcf7 .was-validated .input-group input:invalid[type=time],.wpcf7 .was-validated .input-group input:invalid[type=url],.wpcf7 .was-validated .input-group input:invalid[type=week],.wpcf7 .was-validated .input-group select:invalid,.wpcf7 .was-validated .input-group textarea:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.input-group .is-invalid.wpcf7-mail-sent-ok:focus,.input-group .wpcf7 .is-invalid.wpcf7-validation-errors:focus,.input-group .wpcf7 input.is-invalid:focus[type=color],.input-group .wpcf7 input.is-invalid:focus[type=date],.input-group .wpcf7 input.is-invalid:focus[type=datetime-local],.input-group .wpcf7 input.is-invalid:focus[type=datetime],.input-group .wpcf7 input.is-invalid:focus[type=email],.input-group .wpcf7 input.is-invalid:focus[type=file],.input-group .wpcf7 input.is-invalid:focus[type=month],.input-group .wpcf7 input.is-invalid:focus[type=number],.input-group .wpcf7 input.is-invalid:focus[type=range],.input-group .wpcf7 input.is-invalid:focus[type=search],.input-group .wpcf7 input.is-invalid:focus[type=submit],.input-group .wpcf7 input.is-invalid:focus[type=tel],.input-group .wpcf7 input.is-invalid:focus[type=text],.input-group .wpcf7 input.is-invalid:focus[type=time],.input-group .wpcf7 input.is-invalid:focus[type=url],.input-group .wpcf7 input.is-invalid:focus[type=week],.input-group .wpcf7 select.is-invalid:focus,.input-group .wpcf7 textarea.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus,.was-validated .input-group .wpcf7 .wpcf7-validation-errors:invalid:focus,.was-validated .input-group .wpcf7 input:invalid:focus[type=color],.was-validated .input-group .wpcf7 input:invalid:focus[type=date],.was-validated .input-group .wpcf7 input:invalid:focus[type=datetime-local],.was-validated .input-group .wpcf7 input:invalid:focus[type=datetime],.was-validated .input-group .wpcf7 input:invalid:focus[type=email],.was-validated .input-group .wpcf7 input:invalid:focus[type=file],.was-validated .input-group .wpcf7 input:invalid:focus[type=month],.was-validated .input-group .wpcf7 input:invalid:focus[type=number],.was-validated .input-group .wpcf7 input:invalid:focus[type=range],.was-validated .input-group .wpcf7 input:invalid:focus[type=search],.was-validated .input-group .wpcf7 input:invalid:focus[type=submit],.was-validated .input-group .wpcf7 input:invalid:focus[type=tel],.was-validated .input-group .wpcf7 input:invalid:focus[type=text],.was-validated .input-group .wpcf7 input:invalid:focus[type=time],.was-validated .input-group .wpcf7 input:invalid:focus[type=url],.was-validated .input-group .wpcf7 input:invalid:focus[type=week],.was-validated .input-group .wpcf7 select:invalid:focus,.was-validated .input-group .wpcf7 textarea:invalid:focus,.was-validated .input-group .wpcf7-mail-sent-ok:invalid:focus,.wpcf7 .input-group .is-invalid.wpcf7-validation-errors:focus,.wpcf7 .input-group input.is-invalid:focus[type=color],.wpcf7 .input-group input.is-invalid:focus[type=date],.wpcf7 .input-group input.is-invalid:focus[type=datetime-local],.wpcf7 .input-group input.is-invalid:focus[type=datetime],.wpcf7 .input-group input.is-invalid:focus[type=email],.wpcf7 .input-group input.is-invalid:focus[type=file],.wpcf7 .input-group input.is-invalid:focus[type=month],.wpcf7 .input-group input.is-invalid:focus[type=number],.wpcf7 .input-group input.is-invalid:focus[type=range],.wpcf7 .input-group input.is-invalid:focus[type=search],.wpcf7 .input-group input.is-invalid:focus[type=submit],.wpcf7 .input-group input.is-invalid:focus[type=tel],.wpcf7 .input-group input.is-invalid:focus[type=text],.wpcf7 .input-group input.is-invalid:focus[type=time],.wpcf7 .input-group input.is-invalid:focus[type=url],.wpcf7 .input-group input.is-invalid:focus[type=week],.wpcf7 .input-group select.is-invalid:focus,.wpcf7 .input-group textarea.is-invalid:focus,.wpcf7 .was-validated .input-group .wpcf7-validation-errors:invalid:focus,.wpcf7 .was-validated .input-group input:invalid:focus[type=color],.wpcf7 .was-validated .input-group input:invalid:focus[type=date],.wpcf7 .was-validated .input-group input:invalid:focus[type=datetime-local],.wpcf7 .was-validated .input-group input:invalid:focus[type=datetime],.wpcf7 .was-validated .input-group input:invalid:focus[type=email],.wpcf7 .was-validated .input-group input:invalid:focus[type=file],.wpcf7 .was-validated .input-group input:invalid:focus[type=month],.wpcf7 .was-validated .input-group input:invalid:focus[type=number],.wpcf7 .was-validated .input-group input:invalid:focus[type=range],.wpcf7 .was-validated .input-group input:invalid:focus[type=search],.wpcf7 .was-validated .input-group input:invalid:focus[type=submit],.wpcf7 .was-validated .input-group input:invalid:focus[type=tel],.wpcf7 .was-validated .input-group input:invalid:focus[type=text],.wpcf7 .was-validated .input-group input:invalid:focus[type=time],.wpcf7 .was-validated .input-group input:invalid:focus[type=url],.wpcf7 .was-validated .input-group input:invalid:focus[type=week],.wpcf7 .was-validated .input-group select:invalid:focus,.wpcf7 .was-validated .input-group textarea:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-secondary,.btn-secondary:focus,.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{box-shadow:0 0 0 .25rem hsla(208,6%,54%,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(208,6%,54%,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-success,.btn-success:focus,.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-info,.btn-info:focus,.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-warning,.btn-warning:focus,.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-danger,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-light,.btn-light:focus,.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{box-shadow:0 0 0 .25rem hsla(210,2%,83%,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(210,2%,83%,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{background-color:#212529;border-color:#212529}.btn-check:focus+.btn-dark,.btn-dark:focus,.btn-dark:hover{background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem hsla(208,7%,46%,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem hsla(208,7%,46%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:hsla(0,0%,100%,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:none;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:-ms-flexbox;display:flex;-ms-flex-wrap:inherit;flex-wrap:inherit;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:50%;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1400px){.navbar-expand-xxl{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.55);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.5rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");transform:rotate(-180deg)}.accordion-button:after{-ms-flex-negative:0;flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider,"/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;border-color:#dee2e6}.page-link:focus,.page-link:hover{color:#0a58ca;background-color:#e9ecef}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@keyframes a{0%{background-position-x:1rem}}.progress{height:1rem;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress,.progress-bar{display:-ms-flexbox;display:flex;overflow:hidden}.progress-bar{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:1s linear infinite a}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:a}.list-group-numbered>li:before{content:counters(a,".") ". ";counter-increment:a}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em;color:#000;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 11.414 0 NaN NaNlNaN NaN NaN NaNa1 1 0 111.414 1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 1-1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 1-1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 10-1.414 NaN NaNz'/%3E%3C/svg%3E") 50%/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.25}.btn-close-white{-webkit-filter:invert(1) grayscale(100%) brightness(200%);filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast:not(.showing):not(.show){opacity:0}.toast.hide{display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow:after,.popover .popover-arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{-webkit-filter:invert(1) grayscale(100);filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@keyframes b{to{transform:rotate(1turn)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;animation:.75s linear infinite b}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes c{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;animation:.75s linear infinite c}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1050;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:1rem}.offcanvas-header .btn-close{padding:.5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{-ms-flex-positive:1;flex-grow:1;padding:1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom,.offcanvas-top{right:0;left:0;height:30vh;max-height:100%}.offcanvas-bottom{border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.clearfix:after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.85714%}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{color:#0d6efd!important}.text-secondary{color:#6c757d!important}.text-success{color:#198754!important}.text-info{color:#0dcaf0!important}.text-warning{color:#ffc107!important}.text-danger{color:#dc3545!important}.text-light{color:#f8f9fa!important}.text-dark{color:#212529!important}.text-white{color:#fff!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-reset{color:inherit!important}.bg-primary{background-color:#0d6efd!important}.bg-secondary{background-color:#6c757d!important}.bg-success{background-color:#198754!important}.bg-info{background-color:#0dcaf0!important}.bg-warning{background-color:#ffc107!important}.bg-danger{background-color:#dc3545!important}.bg-light{background-color:#f8f9fa!important}.bg-dark{background-color:#212529!important}.bg-body,.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-end,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:.25rem!important}.rounded-start{border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-sm-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-sm-first{-ms-flex-order:-1!important;order:-1!important}.order-sm-0{-ms-flex-order:0!important;order:0!important}.order-sm-1{-ms-flex-order:1!important;order:1!important}.order-sm-2{-ms-flex-order:2!important;order:2!important}.order-sm-3{-ms-flex-order:3!important;order:3!important}.order-sm-4{-ms-flex-order:4!important;order:4!important}.order-sm-5{-ms-flex-order:5!important;order:5!important}.order-sm-last{-ms-flex-order:6!important;order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-md-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-md-first{-ms-flex-order:-1!important;order:-1!important}.order-md-0{-ms-flex-order:0!important;order:0!important}.order-md-1{-ms-flex-order:1!important;order:1!important}.order-md-2{-ms-flex-order:2!important;order:2!important}.order-md-3{-ms-flex-order:3!important;order:3!important}.order-md-4{-ms-flex-order:4!important;order:4!important}.order-md-5{-ms-flex-order:5!important;order:5!important}.order-md-last{-ms-flex-order:6!important;order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-lg-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-lg-first{-ms-flex-order:-1!important;order:-1!important}.order-lg-0{-ms-flex-order:0!important;order:0!important}.order-lg-1{-ms-flex-order:1!important;order:1!important}.order-lg-2{-ms-flex-order:2!important;order:2!important}.order-lg-3{-ms-flex-order:3!important;order:3!important}.order-lg-4{-ms-flex-order:4!important;order:4!important}.order-lg-5{-ms-flex-order:5!important;order:5!important}.order-lg-last{-ms-flex-order:6!important;order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xl-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-xl-first{-ms-flex-order:-1!important;order:-1!important}.order-xl-0{-ms-flex-order:0!important;order:0!important}.order-xl-1{-ms-flex-order:1!important;order:1!important}.order-xl-2{-ms-flex-order:2!important;order:2!important}.order-xl-3{-ms-flex-order:3!important;order:3!important}.order-xl-4{-ms-flex-order:4!important;order:4!important}.order-xl-5{-ms-flex-order:5!important;order:5!important}.order-xl-last{-ms-flex-order:6!important;order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xxl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xxl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xxl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xxl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xxl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xxl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xxl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xxl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xxl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xxl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xxl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xxl-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xxl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xxl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xxl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xxl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xxl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xxl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xxl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xxl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xxl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xxl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xxl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xxl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xxl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xxl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xxl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xxl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xxl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-xxl-first{-ms-flex-order:-1!important;order:-1!important}.order-xxl-0{-ms-flex-order:0!important;order:0!important}.order-xxl-1{-ms-flex-order:1!important;order:1!important}.order-xxl-2{-ms-flex-order:2!important;order:2!important}.order-xxl-3{-ms-flex-order:3!important;order:3!important}.order-xxl-4{-ms-flex-order:4!important;order:4!important}.order-xxl-5{-ms-flex-order:5!important;order:5!important}.order-xxl-last{-ms-flex-order:6!important;order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}.slick-slider{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(ajax-loader.gif) 50% no-repeat}@font-face{font-family:slick;src:url(fonts/slick.eot);src:url(fonts/slick.eot?#iefix) format("embedded-opentype"),url(fonts/slick.woff) format("woff"),url(fonts/slick.ttf) format("truetype"),url(fonts/slick.svg#slick) format("svg");font-weight:400;font-style:normal}.slick-next,.slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;top:50%;transform:translateY(-50%);padding:0;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{height:20px;width:20px;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;outline:none;line-height:0;font-size:0;color:transparent;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.btn,.navbar a,a{transition:all .3s ease-out}a:hover{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);-webkit-clip-path:polygon(0 0,0 0,0 0,0 0);clip-path:polygon(0 0,0 0,0 0,0 0);position:absolute!important;white-space:nowrap;height:1px;width:1px;overflow:hidden}body{background-color:#18181a}.jumbotron{background:transparent;margin:0;position:relative}button:focus{outline:none}html{font-size:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/*!
 * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,:after,:before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}

/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}.row>*{box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-auto>*{width:auto}.row-cols-1>*,.row-cols-auto>*{-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-1>*{width:100%}.row-cols-2>*{width:50%}.row-cols-2>*,.row-cols-3>*{-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-3>*{width:33.33333%}.row-cols-4>*{width:25%}.row-cols-4>*,.row-cols-5>*{-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-5>*{width:20%}.row-cols-6>*{-ms-flex:0 0 auto;flex:0 0 auto;width:16.66667%}@media (min-width:576px){.col-sm{-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-sm-auto>*{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-sm-1>*{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-sm-2>*{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-sm-3>*{-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333%}.row-cols-sm-4>*{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-sm-5>*{-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-sm-6>*{-ms-flex:0 0 auto;flex:0 0 auto;width:16.66667%}}@media (min-width:768px){.col-md{-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-md-auto>*{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-md-1>*{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-md-2>*{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-md-3>*{-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333%}.row-cols-md-4>*{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-md-5>*{-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-md-6>*{-ms-flex:0 0 auto;flex:0 0 auto;width:16.66667%}}@media (min-width:992px){.col-lg{-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-lg-auto>*{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-lg-1>*{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-lg-2>*{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-lg-3>*{-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333%}.row-cols-lg-4>*{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-lg-5>*{-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-lg-6>*{-ms-flex:0 0 auto;flex:0 0 auto;width:16.66667%}}@media (min-width:1200px){.col-xl{-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xl-auto>*{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xl-1>*{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xl-2>*{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xl-3>*{-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333%}.row-cols-xl-4>*{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xl-5>*{-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xl-6>*{-ms-flex:0 0 auto;flex:0 0 auto;width:16.66667%}}@media (min-width:1400px){.col-xxl{-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xxl-auto>*{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xxl-1>*{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xxl-2>*{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xxl-3>*{-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333%}.row-cols-xxl-4>*{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xxl-5>*{-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xxl-6>*{-ms-flex:0 0 auto;flex:0 0 auto;width:16.66667%}}.col-auto{width:auto}.col-1,.col-auto{-ms-flex:0 0 auto;flex:0 0 auto}.col-1{width:8.33333%}.col-2{width:16.66667%}.col-2,.col-3{-ms-flex:0 0 auto;flex:0 0 auto}.col-3{width:25%}.col-4{width:33.33333%}.col-4,.col-5{-ms-flex:0 0 auto;flex:0 0 auto}.col-5{width:41.66667%}.col-6{width:50%}.col-6,.col-7{-ms-flex:0 0 auto;flex:0 0 auto}.col-7{width:58.33333%}.col-8{width:66.66667%}.col-8,.col-9{-ms-flex:0 0 auto;flex:0 0 auto}.col-9{width:75%}.col-10{width:83.33333%}.col-10,.col-11{-ms-flex:0 0 auto;flex:0 0 auto}.col-11{width:91.66667%}.col-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm-auto{width:auto}.col-sm-1,.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-1{width:8.33333%}.col-sm-2{width:16.66667%}.col-sm-2,.col-sm-3{-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-3{width:25%}.col-sm-4{width:33.33333%}.col-sm-4,.col-sm-5{-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-5{width:41.66667%}.col-sm-6{width:50%}.col-sm-6,.col-sm-7{-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-7{width:58.33333%}.col-sm-8{width:66.66667%}.col-sm-8,.col-sm-9{-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-9{width:75%}.col-sm-10{width:83.33333%}.col-sm-10,.col-sm-11{-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-11{width:91.66667%}.col-sm-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md-auto{width:auto}.col-md-1,.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto}.col-md-1{width:8.33333%}.col-md-2{width:16.66667%}.col-md-2,.col-md-3{-ms-flex:0 0 auto;flex:0 0 auto}.col-md-3{width:25%}.col-md-4{width:33.33333%}.col-md-4,.col-md-5{-ms-flex:0 0 auto;flex:0 0 auto}.col-md-5{width:41.66667%}.col-md-6{width:50%}.col-md-6,.col-md-7{-ms-flex:0 0 auto;flex:0 0 auto}.col-md-7{width:58.33333%}.col-md-8{width:66.66667%}.col-md-8,.col-md-9{-ms-flex:0 0 auto;flex:0 0 auto}.col-md-9{width:75%}.col-md-10{width:83.33333%}.col-md-10,.col-md-11{-ms-flex:0 0 auto;flex:0 0 auto}.col-md-11{width:91.66667%}.col-md-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg-auto{width:auto}.col-lg-1,.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-1{width:8.33333%}.col-lg-2{width:16.66667%}.col-lg-2,.col-lg-3{-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-3{width:25%}.col-lg-4{width:33.33333%}.col-lg-4,.col-lg-5{-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-5{width:41.66667%}.col-lg-6{width:50%}.col-lg-6,.col-lg-7{-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-7{width:58.33333%}.col-lg-8{width:66.66667%}.col-lg-8,.col-lg-9{-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-9{width:75%}.col-lg-10{width:83.33333%}.col-lg-10,.col-lg-11{-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-11{width:91.66667%}.col-lg-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl-auto{width:auto}.col-xl-1,.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-1{width:8.33333%}.col-xl-2{width:16.66667%}.col-xl-2,.col-xl-3{-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-3{width:25%}.col-xl-4{width:33.33333%}.col-xl-4,.col-xl-5{-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-5{width:41.66667%}.col-xl-6{width:50%}.col-xl-6,.col-xl-7{-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-7{width:58.33333%}.col-xl-8{width:66.66667%}.col-xl-8,.col-xl-9{-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-9{width:75%}.col-xl-10{width:83.33333%}.col-xl-10,.col-xl-11{-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-11{width:91.66667%}.col-xl-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl-auto{width:auto}.col-xxl-1,.col-xxl-auto{-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-1{width:8.33333%}.col-xxl-2{width:16.66667%}.col-xxl-2,.col-xxl-3{-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-3{width:25%}.col-xxl-4{width:33.33333%}.col-xxl-4,.col-xxl-5{-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-5{width:41.66667%}.col-xxl-6{width:50%}.col-xxl-6,.col-xxl-7{-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-7{width:58.33333%}.col-xxl-8{width:66.66667%}.col-xxl-8,.col-xxl-9{-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-9{width:75%}.col-xxl-10{width:83.33333%}.col-xxl-10,.col-xxl-11{-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-11{width:91.66667%}.col-xxl-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333%}.offset-xxl-2{margin-left:16.66667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333%}.offset-xxl-5{margin-left:41.66667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333%}.offset-xxl-8{margin-left:66.66667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333%}.offset-xxl-11{margin-left:91.66667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-none{display:none!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-first{-ms-flex-order:-1!important;order:-1!important}.order-0{-ms-flex-order:0!important;order:0!important}.order-1{-ms-flex-order:1!important;order:1!important}.order-2{-ms-flex-order:2!important;order:2!important}.order-3{-ms-flex-order:3!important;order:3!important}.order-4{-ms-flex-order:4!important;order:4!important}.order-5{-ms-flex-order:5!important;order:5!important}.order-last{-ms-flex-order:6!important;order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-sm-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-sm-first{-ms-flex-order:-1!important;order:-1!important}.order-sm-0{-ms-flex-order:0!important;order:0!important}.order-sm-1{-ms-flex-order:1!important;order:1!important}.order-sm-2{-ms-flex-order:2!important;order:2!important}.order-sm-3{-ms-flex-order:3!important;order:3!important}.order-sm-4{-ms-flex-order:4!important;order:4!important}.order-sm-5{-ms-flex-order:5!important;order:5!important}.order-sm-last{-ms-flex-order:6!important;order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-md-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-md-first{-ms-flex-order:-1!important;order:-1!important}.order-md-0{-ms-flex-order:0!important;order:0!important}.order-md-1{-ms-flex-order:1!important;order:1!important}.order-md-2{-ms-flex-order:2!important;order:2!important}.order-md-3{-ms-flex-order:3!important;order:3!important}.order-md-4{-ms-flex-order:4!important;order:4!important}.order-md-5{-ms-flex-order:5!important;order:5!important}.order-md-last{-ms-flex-order:6!important;order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-lg-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-lg-first{-ms-flex-order:-1!important;order:-1!important}.order-lg-0{-ms-flex-order:0!important;order:0!important}.order-lg-1{-ms-flex-order:1!important;order:1!important}.order-lg-2{-ms-flex-order:2!important;order:2!important}.order-lg-3{-ms-flex-order:3!important;order:3!important}.order-lg-4{-ms-flex-order:4!important;order:4!important}.order-lg-5{-ms-flex-order:5!important;order:5!important}.order-lg-last{-ms-flex-order:6!important;order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xl-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-xl-first{-ms-flex-order:-1!important;order:-1!important}.order-xl-0{-ms-flex-order:0!important;order:0!important}.order-xl-1{-ms-flex-order:1!important;order:1!important}.order-xl-2{-ms-flex-order:2!important;order:2!important}.order-xl-3{-ms-flex-order:3!important;order:3!important}.order-xl-4{-ms-flex-order:4!important;order:4!important}.order-xl-5{-ms-flex-order:5!important;order:5!important}.order-xl-last{-ms-flex-order:6!important;order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xxl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xxl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xxl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xxl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xxl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xxl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xxl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xxl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xxl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xxl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xxl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xxl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xxl-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xxl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xxl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xxl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xxl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xxl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xxl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xxl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xxl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xxl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xxl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xxl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xxl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xxl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xxl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xxl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xxl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xxl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-xxl-first{-ms-flex-order:-1!important;order:-1!important}.order-xxl-0{-ms-flex-order:0!important;order:0!important}.order-xxl-1{-ms-flex-order:1!important;order:1!important}.order-xxl-2{-ms-flex-order:2!important;order:2!important}.order-xxl-3{-ms-flex-order:3!important;order:3!important}.order-xxl-4{-ms-flex-order:4!important;order:4!important}.order-xxl-5{-ms-flex-order:5!important;order:5!important}.order-xxl-last{-ms-flex-order:6!important;order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-print-none{display:none!important}}::-webkit-input-placeholder{color:#666}:-ms-input-placeholder,::-ms-input-placeholder{color:#666}::placeholder{color:#666}::-moz-selection{background-color:#67c1e8;color:#fff}::selection{background-color:#67c1e8;color:#fff}*,ul{padding:0;margin:0}ul{list-style:none}p{margin:0}a{text-decoration:none;color:#fff}a:hover{color:#67c1e8}body{font-family:Noto Sans,sans-serif;font-size:16px;line-height:1.65;color:#fff;min-width:320px;position:relative;overflow-x:hidden;background:#1e1e20}@media (max-width:1199px){body{font-size:14px}}@media (max-width:1199px){.container{padding:0 75px}}@media (max-width:991px){.container{padding:0 12px}}._over-hidden{overflow:hidden}@media (max-width:1199px){.main.cases .row{padding:0 55px}}@media (max-width:991px){.main.cases .row{padding:0 10px}}.main.cases .row>*{padding-left:20px;padding-right:20px}.gap-11{gap:11px}.gap-20{gap:20px}.mb-30{margin-bottom:30px}.mb-40{margin-bottom:40px}.mb-50{margin-bottom:50px}@media (max-width:767px){.mb-50{margin-bottom:20px}}.mb-60{margin-bottom:60px}.mb-80{margin-bottom:80px}@media (min-width:992px){.mb-95{margin-bottom:95px}}.mb-340{margin-bottom:340px}@media (max-width:767px){.mb-340{margin-bottom:100px}}.mt-30{margin-top:30px}.mt-50{margin-top:50px}.mr-24{margin-right:24px}.aim{padding:11.11vw 0 2.08vw}.aim__text{position:relative;margin:0 auto;padding:5.17vw 2.78vw;border:1px solid #3b4c55;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (min-width:992px){.aim__text{margin-bottom:-70px}}@media (min-width:1200px){.aim__text{margin-bottom:-75px}}@media (min-width:1440px){.aim__text{margin-bottom:-80px}}.aim__text span{position:absolute;top:-35px;left:2px;font-weight:700;font-size:48px;letter-spacing:1.25px;text-transform:uppercase;color:#1e1e20;-webkit-text-stroke:1px #67c1e8;text-stroke:1px #67c1e8;line-height:100%}@media (min-width:992px){.aim__text span{font-size:70px;top:-45px}}@media (min-width:1440px){.aim__text span{font-size:144px;top:-105px;left:-120px}}.aim__text p{max-width:32.01vw;width:100%;font-weight:500;font-size:1.39vw;line-height:160%}@media (max-width:991px){.aim__text p{font-size:2vw}}@media (max-width:575px){.aim__text p{font-size:12px;max-width:215px}}.blog{z-index:2;position:relative}.blog__card{cursor:pointer;background:#000;box-shadow:0 1px 4px rgba(36,99,117,.1);width:calc(33.333% - 20px)}.blog__card-img{overflow:hidden;position:relative}.blog__card-img:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:.3s}.blog__card-img img{height:279px;width:100%;-o-object-fit:cover;object-fit:cover}.blog__card-img a{min-width:180px;padding:14px 16px;position:absolute;left:50%;top:100%;transform:translate(-50%);color:#fff;transition:.2s linear}.blog__card-img a:hover{color:#fff}.blog__card-info{padding:14px 24px 24px}.blog__card-info>div{line-height:150%;color:#ccd1da;margin-bottom:12px}@media (max-width:575px){.blog__card-info>div{font-size:12px}}.blog__card-info>div img{margin-right:12px}.blog__card-info .h3,.blog__card-info h3{margin-bottom:12px;font-weight:700;font-size:20px;line-height:120%;letter-spacing:1.25px;text-transform:uppercase}@media (max-width:575px){.blog__card-info .h3,.blog__card-info h3{font-size:16px}}.blog__card-info p{margin:0;display:-webkit-box;-webkit-line-clamp:3;overflow:hidden;line-height:150%}@media (max-width:575px){.blog__card-info p{font-size:12px}}.blog__card:hover .blog__card-img:before{background:rgba(0,0,0,.4)}.blog__card:hover .blog__card-img a{top:calc(83% - 16px)}.case-template__container>div{margin:70px 0 0}@media (max-width:575px){.case-template__container>div{margin:40px 0 0}}.case-template__nav{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:250px;width:100%;border-right:1px solid #67c1e8;padding:0 20px}@media (max-width:991px){.case-template__nav{max-width:none;border:none}}@media (min-width:992px){.case-template__nav li{margin-bottom:20px}}@media (max-width:991px){.case-template__nav li{display:none}}.case-template__nav li a{display:block;font-weight:700;font-size:20px;line-height:120%;letter-spacing:1.25px;text-transform:uppercase;background:radial-gradient(50% 90241.69% at 50% 100%,rgba(103,193,232,.5) 0,rgba(59,76,85,.5) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}@media (max-width:991px){.case-template__nav li.active{display:block}}.case-template__nav li.active a{color:#80c8e8;text-fill-color:#80C8E8FF;-webkit-text-fill-color:#80C8E8FF}@media (max-width:991px){.case-template__nav li.active a{font-size:35px;line-height:150%;color:transparent;-webkit-text-stroke:1px #67c1e8;text-stroke:1px #67c1e8;text-fill-color:transparent;-webkit-text-fill-color:transparent;background:none}}@media (max-width:575px){.case-template__nav li.active a{font-size:24px;font-weight:300}}.case-template__nav li:not(:last-of-type){margin-bottom:20px}.case-template__advantages{padding:0 20px 0 70px;max-width:800px;width:100%;position:relative}@media (max-width:991px){.case-template__advantages{max-width:none;padding:0 20px}}.case-template__advantages-item:not(:last-of-type){margin-bottom:70px}@media (max-width:575px){.case-template__advantages-item:not(:last-of-type){margin-bottom:20px}}.case-template__advantages-item>span{position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;font-weight:700;font-size:24px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;margin-bottom:12px}@media (max-width:575px){.case-template__advantages-item>span{font-size:12px;font-weight:300}}.case-template__advantages-item>span:before{content:"";display:block;margin-right:22px;width:10px;height:10px;background:linear-gradient(90deg,#08a9d8,#231c4e 80%,#220e3f);box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:1px}.case-template__advantages-item>p{font-weight:500;font-size:20px;line-height:160%}@media (max-width:575px){.case-template__advantages-item>p{font-size:12px;font-weight:500}}.case-template__advantages-item .list-numbers{margin:0 -10px}.case-template__advantages-item .list-numbers li{width:calc(33.3333% - 20px);padding:0 10px;margin-bottom:30px}@media (max-width:1440px){.case-template__advantages-item .list-numbers li{width:calc(50% - 20px)}}.case-template__advantages-item .list-numbers li span{font-weight:700;font-size:72px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:transparent;-webkit-text-stroke:1px #67c1e8;text-stroke:1px #67c1e8}@media (max-width:575px){.case-template__advantages-item .list-numbers li span{font-size:64px}}.case-template__advantages-item .list-numbers li p{font-weight:500;font-size:12px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase}.case-template__advantages-item .list-tags{margin:0 -12px}.case-template__advantages-item .list-tags li{margin:12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:#404143;padding:5px;font-weight:500;font-size:20px}@media (max-width:575px){.case-template__advantages-item .list-tags li{font-size:14px}}.case-template__container{padding-bottom:10px}@media (min-width:992px){.case-template__container{padding-bottom:50px}}.case-template__name{position:absolute;top:50%;right:0;transform:translateY(-50%);height:100%;max-height:100%;text-align:center;font-weight:500;font-size:144px;line-height:94%;letter-spacing:-.75px;text-transform:uppercase;color:transparent;-webkit-text-stroke:1px #67c1e8;text-stroke:1px #67c1e8;-ms-writing-mode:tb-rl;writing-mode:vertical-rl}@media (max-width:1199px){.case-template__name{font-size:106px}}@media (max-width:991px){.case-template__name{display:none}}.case-template__name span{display:block;background:linear-gradient(180deg,#08a9d8,#231c4e 80%,#220e3f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;text-stroke:0 transparent;-webkit-text-stroke:0 transparent}.case-template__services{padding-bottom:20px}@media (min-width:992px){.case-template__services{padding-bottom:70px}}.case-template__services-banner{position:relative;width:100%;padding:58px 20px;margin:0 auto}@media (max-width:575px){.case-template__services-banner{padding:20px}}.case-template__services-banner>img{position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover}.case-template__services-banner>span{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;font-weight:700;font-size:24px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;z-index:1;position:relative;max-width:577px;width:100%}@media (max-width:991px){.case-template__services-banner>span{font-size:20px}}@media (max-width:575px){.case-template__services-banner>span{font-size:14px;font-weight:500}}.case-template__services-banner>span:before{content:"";margin-right:22px;display:block;width:10px;min-width:10px;height:10px;min-height:10px;background:linear-gradient(90deg,#08a9d8,#231c4e 80%,#220e3f);box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:1px}.case-template__services-banner>span:not(:last-of-type){margin-bottom:70px}@media (max-width:991px){.case-template__services-banner>span:not(:last-of-type){margin-bottom:50px}}@media (max-width:575px){.case-template__services-banner>span:not(:last-of-type){margin-bottom:20px}}.case-template__content{display:-ms-flexbox;display:flex;position:relative;-ms-flex-direction:column;flex-direction:column;margin-top:25px}@media (min-width:992px){.case-template__content{-ms-flex-direction:row;flex-direction:row;max-width:72%}}@media (max-width:991px){.cases #casesDesk{display:none!important}}@media (min-width:992px){.cases #slickCasesMob{display:none!important}}.cases__container{gap:40px}.cases__card{z-index:2;cursor:pointer;padding:40px;position:relative;width:calc(50% - 20px);height:480px;overflow:hidden}.cases__card:hover .cases__card-picture:before{background:transparent}.cases__card:hover .cases__card-title p{font-size:16px;line-height:150%}@media (max-width:767px){.cases__card:hover .cases__card-title p{font-size:11px}}.cases__card:hover .cases__card-nav{left:0;opacity:1;visibility:visible}.cases__card-picture{position:absolute;width:100%;height:100%;top:0;left:0}.cases__card-picture:before{content:"";background:rgba(0,0,0,.7);position:absolute;width:100%;height:100%;display:block;transition:.4s}.cases__card-picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cases__card-nav{position:relative;z-index:2;gap:10px;left:-115%;opacity:0;visibility:hidden;transition:.4s linear}.cases__card-nav li{line-height:150%;letter-spacing:1.25px}@media (max-width:767px){.cases__card-nav li{font-size:11px}}.cases__card-title{position:absolute;bottom:0;z-index:2}.cases__card-title span{font-weight:800;font-size:26px;line-height:36px;text-transform:uppercase}@media (max-width:767px){.cases__card-title span{font-size:16px}}.cases__card-title p{margin:0;font-weight:500;font-size:20px;line-height:160%;text-align:left;transition:.4s linear}@media (max-width:767px){.cases__card-title p{font-size:12px}}@media (max-width:991px){.cases__card{width:100%}}@media (max-width:767px){.cases__card{height:380px;padding:20px}}@media (max-width:575px){.cases__card{height:280px}}@media (max-width:991px){.cases__card:not(:last-of-type){margin-bottom:15px}}.cases__button{margin-top:65px}@media (min-width:992px){.cases__button{display:none!important}}@media (max-width:767px){.cases{margin-bottom:0}}.clients__container>div{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.clients__container>div a img{width:100%;max-width:495px;-o-object-fit:cover;object-fit:cover}@media (max-width:767px){.clients__container>div{gap:45px}}.dropdown:hover:before{width:100%}.dropdown:hover>a{color:#67c1e8}.dropdown:hover>a:after{background:#67c1e8}.dropdown>a:after{position:relative;content:"";margin-left:4px;width:12px;height:7px;-webkit-mask:url(images/dist/icons/down-arrow.svg) no-repeat 50% 50%;mask:url(images/dist/icons/down-arrow.svg) no-repeat 50% 50%;-webkit-mask-size:cover;display:inline-block;background:#fff;transition:.2s linear}.dropdown>a.show{color:#67c1e8}.dropdown>a.show:before{width:100%}.dropdown>a.show:after{transform:rotate(-180deg);background:#67c1e8}.dropdown-menu{margin-top:26px!important;border-radius:0;background:#1e1e20;padding:25px 0 0;position:relative;min-width:300px}@media (max-width:991px){.dropdown-menu{background:transparent}}@media (max-width:991px){.dropdown-menu li{text-align:center}}@media (min-width:992px){.dropdown-menu{position:absolute;padding:24px 32px}}.dropdown-menu.small{min-width:auto;transform:translate(-30px,28px)!important}.dropdown-menu li:not(:last-of-type){margin-bottom:12px}@media (min-width:992px){.dropdown-menu li:not(:last-of-type){margin-bottom:20px}}.dropdown-item{color:#fff;padding:0;font-weight:500;line-height:22px;text-align:center;text-transform:uppercase;transition:.2s linear}.dropdown-item:focus,.dropdown-item:hover{background:none;color:#67c1e8}.footer{padding:30px 0}@media (max-width:991px){.footer__container{-ms-flex-direction:column!important;flex-direction:column!important;-ms-flex-align:center;align-items:center}.footer__container>div b{text-align:center}.footer__container>div ul li{text-align:center}.footer__container>div ul li,.footer__container>div ul li a{-ms-flex-pack:center;justify-content:center}.footer__container>div:not(:last-of-type) b{position:relative}.footer__container>div:not(:last-of-type) b:before{content:"";display:block;position:absolute;bottom:-10px;left:50%;width:12px;height:7px;transform:translate(-50%);background:url(images/dist/icons/down-arrow.svg);transition:.2s linear}.footer__container>div:not(:last-of-type) ul{display:none!important}.footer__container>div.active b:before{transform:translate(-50%) rotate(-180deg)}.footer__container>div.active ul{display:-ms-flexbox!important;display:flex!important}}@media (max-width:991px) and (max-width:991px){.footer__container>div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}}.footer__logo{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:-15px;margin-left:-20px}@media (max-width:991px){.footer__logo{margin:0 auto}}@media (max-width:991px){.footer__logo img{max-width:138px;width:100%}}.footer__title{display:inline-block;margin-bottom:22px;font-weight:700;font-size:20px;line-height:120%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8}@media (max-width:575px){.footer__title{font-size:16px}}.footer ul{gap:12px}.footer ul li a i{margin-right:6px}@media (max-width:991px){.footer ul li{margin-bottom:12px}}@media (max-width:991px){.footer ul{gap:unset}}.gallery__container>div:first-of-type img{max-width:320px;width:100%}@media (max-width:991px){.gallery__container>div:first-of-type{display:none}}.gallery__container>div:nth-of-type(2) img{max-width:300px;width:100%;height:230px}@media (max-width:991px){.gallery__container>div:nth-of-type(2) img{margin:0 10px;height:auto}}@media (max-width:767px){.gallery__container>div:nth-of-type(2) img{height:210px;max-width:250px}}@media (max-width:575px){.gallery__container>div:nth-of-type(2) img{height:160px;max-width:180px}}@media (max-width:420px){.gallery__container>div:nth-of-type(2) img{height:100px;max-width:130px}}@media (max-width:991px){.gallery__container>div:nth-of-type(2){-ms-flex-direction:row!important;flex-direction:row!important;-ms-flex-pack:center!important;justify-content:center!important;width:100%}}.gallery__container>div:last-of-type img{max-width:434px;width:100%}@media (max-width:991px){.gallery__container>div:last-of-type{display:none}}.gallery__container>div img{-o-object-fit:cover;object-fit:cover;height:480px}@media (max-width:767px){.gallery{margin-bottom:15px}}.header.top{padding:0 120px}@media (max-width:1199px){.header.top .container{padding:0 64px}}@media (max-width:1199px){.header.top{padding:0 12px}}.header__nav{gap:11px}.header__nav li a span{text-transform:uppercase}@media (max-width:991px){.header__nav .dropdown-menu.show{display:contents}}@media (max-width:991px){.header{background:#1e1e20;transform:translate(0);top:0;left:0}}.history__text{margin-bottom:44px;max-width:580px;font-weight:500;font-size:20px;line-height:160%;text-align:center}@media (max-width:767px){.history__text{font-size:16px}}@media (max-width:420px){.history__text{font-size:12px;margin-bottom:15px}}@media (max-width:767px){.history .main-title{margin-bottom:15px}}.main{margin:0 auto;position:relative}.main:before{content:"";position:absolute;left:60px;top:0;height:100%;width:1px;background:#67c1e8;z-index:4}@media (max-width:991px){.main:before{display:none}}.main:after{content:"";position:absolute;right:60px;top:0;height:100%;width:1px;background:#67c1e8;z-index:4}@media (max-width:991px){.main:after{display:none}}.main-nav{padding:70px 60px;background:#18181a;z-index:6;width:100%;position:fixed;min-height:100vh;height:100vh;overflow:auto;opacity:0;visibility:hidden;transition:.4s}.main-nav.active{opacity:1;visibility:visible}@media (max-width:575px){.main-nav{padding:50px 40px}}.main-nav__block{max-width:260px;width:100%;margin:0 60px 100px 0}@media (max-width:750px){.main-nav__block{max-width:none;margin:0 60px 60px 0}}.main-nav__block span{margin:0 0 35px;display:inline-block;font-weight:500;font-size:16px;text-transform:uppercase;color:#67c1e8}.main-nav__block ul li:not(:last-of-type){margin:0 0 18px}.main-nav__block ul li a{font-weight:500;font-size:12px;letter-spacing:1.25px;text-transform:uppercase;transition:.2s linear;position:relative}.main-nav__block ul li a:before{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:#67c1e8;transition:.2s linear}.main-nav__block ul li a:hover{color:#67c1e8}.main-nav__block ul li a:hover:before{width:100%}.main-nav__close{cursor:pointer;position:fixed;right:30px;top:30px}.main-nav__close img{width:40px;height:40px}@media (max-width:575px){.main-nav__close img{width:30px;height:30px}}.main-title{font-weight:500;font-size:46px;line-height:150%;text-align:center;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8}@media (max-width:991px){.main-title{font-size:38px}}@media (max-width:767px){.main-title{font-size:30px}}@media (max-width:575px){.main-title{font-size:25px}}@media (max-width:420px){.main-title{font-size:20px}}.main-video{margin:0 60px;position:relative;height:calc(100vh - 60px)}.main-video:before{content:"";position:absolute;background:rgba(0,0,0,.4);height:100%;left:0;top:0;width:100%;z-index:1}.main-video video{-o-object-fit:cover;object-fit:cover;height:calc(100vh - 60px);max-width:100vw;width:100%;vertical-align:middle}@media (max-width:991px){.main-video video{height:calc(100vh + 58px)}}.main-video__container{padding:0}@media (max-width:767px){.main-video__container .btn-alternative,.main-video__container .btn-general,.main-video__container .wpcf7 input[type=submit],.wpcf7 .main-video__container input[type=submit]{min-height:46px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}@media (max-width:991px){.main-video__container{padding:0 40px}}.main-video__info{z-index:2;position:absolute;top:50%;width:100%;left:0;transform:translateY(-50%)}.main-video__info .h1,.main-video__info h1{width:100%;max-width:790px;font-family:Noto Sans,sans-serif;font-style:normal;font-weight:500;font-size:46px;line-height:150%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;letter-spacing:1.25px;text-transform:uppercase}@media (max-width:991px){.main-video__info .h1,.main-video__info h1{font-size:33px}}@media (max-width:767px){.main-video__info .h1,.main-video__info h1{font-size:25px}}@media (max-width:576px){.main-video__info .h1,.main-video__info h1{font-size:18px}}.main-video__info .h2,.main-video__info h2{margin-bottom:40px;font-family:Noto Sans,sans-serif;font-weight:400;font-size:26px}@media (max-width:991px){.main-video__info .h2,.main-video__info h2{font-size:22px;text-align:center;margin-bottom:0}}@media (max-width:767px){.main-video__info .h2,.main-video__info h2{font-size:20px;margin-top:15px}}@media (max-width:576px){.main-video__info .h2,.main-video__info h2{font-size:16px}}@media (max-width:991px){.main-video{margin:0;height:calc(100vh + 58px)}}.results__title{font-weight:700;font-size:144px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;margin-bottom:70px;display:block}@media (max-width:1199px){.results__title{padding:0 30px;font-size:110px;text-align:center}}@media (max-width:991px){.results__title{margin-bottom:2.78vw;font-size:7.64vw}}@media (max-width:575px){.results__title{font-size:36px}}.results__digit{background:linear-gradient(90deg,#08a9d8,#231c4e 80%,#220e3f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.results p{padding-bottom:0}@media (max-width:1199px){.results ul{padding:0 30px}}@media (max-width:991px){.results ul{padding:0}}.results ul li{margin-bottom:100px;border:1px solid #67C1E8FF;padding:10px 30px}@media (max-width:1199px){.results ul li{margin-bottom:4.17vw}}.results ul li span{font-weight:700;font-size:350px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase}@media (max-width:1199px){.results ul li span{line-height:120%;font-size:250px}}@media (max-width:991px){.results ul li span{font-size:12.5vw}}@media (max-width:575px){.results ul li span{font-size:64px}}.results ul li p{font-weight:500;font-size:40px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase}@media (max-width:1199px){.results ul li p{font-size:25px}}@media (max-width:991px){.results ul li p{font-size:1.74vw}}@media (max-width:575px){.results ul li p{font-size:12px}}.results ul li p b{color:#67C1E8FF}.reviews .container{padding-bottom:4.86vw}.reviews__author{margin-top:27px;color:#67c1e8}@media (max-width:991px){.reviews__author{margin-top:12px}}.reviews__author b{font-weight:700;font-size:24px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase}@media (max-width:575px){.reviews__author b{font-size:18px}}.reviews__author span{font-size:20px}@media (max-width:575px){.reviews__author span{font-size:12px}}.scroll-top{cursor:pointer;position:fixed;right:20px;bottom:48px;z-index:10}@media (max-width:992px){.scroll-top{display:none}}.section{padding:30px 0;position:relative}.section:before{content:"";display:block;width:100%;height:1px;background:#67c1e8;top:0;left:0}@media (max-width:991px){.section:before{display:none}}.section:after{content:"";display:block;width:100%;height:1px;background:#67c1e8;bottom:0;left:0}@media (max-width:991px){.section:after{display:none}}.section.exclusion{z-index:auto}.section .padding-top{padding-top:135px!important}@media (max-width:1199px){.section .padding-top{padding-top:115px!important}}@media (max-width:991px){.section .padding-top{padding-top:55px!important}}.section__container{padding:0}.section__container>div{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section__counter{position:absolute;top:50%;transform:translateY(-50%);left:28px;z-index:-1}.section__counter span{font-family:Oswald,sans-serif;font-size:16px;line-height:24px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section__counter span:first-of-type{color:#67c1e8}.section__counter b{height:2px;background:#fff;width:16px}@media (max-width:991px){.section__counter{display:none}}.section.black{background:#000;z-index:1}@media (max-width:991px){.section{padding:0}}.socials{z-index:2;position:fixed;top:50%;right:28px;transform:translate(50%,-50%)}.socials ul{gap:40px}.socials ul li,.socials ul li a{width:16px;height:16px}.socials ul li a{display:inline-block}.socials.active{display:block}@media (max-width:991px){.socials{display:none;z-index:3;top:180px}}.background.bottom{position:absolute;z-index:-1;bottom:31px;left:50%;transform:translate(-50%);width:100%;height:725px}.background.bottom img{position:absolute;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;top:0;left:0}@media (max-width:991px){.background.bottom{bottom:-280px}}@media (max-width:767px){.background.bottom{height:300px;bottom:-70px}}@media (max-width:575px){.background.bottom{height:230px}}@media (max-width:575px){.background .desktop{display:none}}@media (min-width:576px){.background .mobile{display:none}}.text-stroke{-webkit-text-stroke:1px #67c1e8;text-stroke:1px #67c1e8;color:transparent}.icon-telephone:before{-webkit-mask:url(images/dist/icons/telephone.svg) no-repeat 50% 50%;mask:url(images/dist/icons/telephone.svg) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover}.icon-mail:before,.icon-telephone:before{content:"";width:16px;height:16px;display:inline-block;background:#fff}.icon-mail:before{-webkit-mask:url(images/dist/icons/mail.svg) no-repeat 50% 50%;mask:url(images/dist/icons/mail.svg) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover}.icon-top:before{content:"";width:16px;height:16px;display:inline-block;-webkit-mask:url(images/dist/icons/arrow-up.svg) no-repeat 50% 50%;mask:url(images/dist/icons/arrow-up.svg) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;background:#67c1e8}.clients__image img{-webkit-filter:grayscale(100%) brightness(100%);filter:grayscale(100%) brightness(100%);cursor:pointer;transition:-webkit-filter .5s;transition:filter .5s;transition:filter .5s,-webkit-filter .5s;max-height:42px}@media (min-width:425px){.clients__image img{max-height:50px}}@media (min-width:992px){.clients__image img{max-height:120px}}.clients__image img:hover{-webkit-filter:unset;filter:unset;transition:-webkit-filter .5s;transition:filter .5s;transition:filter .5s,-webkit-filter .5s}.link-main{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:500;font-size:12px;line-height:150%;text-align:center;letter-spacing:1.25px;text-transform:uppercase;border:1px solid #67c1e8;padding:14px 16px}.link-main,.link-main:hover{color:#67c1e8}.link-main:after{content:"";display:block;width:18px;height:18px;margin-left:10px;background:url(images/dist/icons/right-arrow.svg)}.link-secondary{background:#67c1e8;box-shadow:0 1px 4px rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.04),0 2px 2px rgba(0,0,0,.05);font-size:12px}.link-alt,.link-secondary{font-weight:500;line-height:150%;text-align:center;letter-spacing:1.25px;text-transform:uppercase}.link-alt{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;font-size:16px}.link-alt,.link-alt:hover{color:#67c1e8}.link-alt:after{content:"";display:block;width:18px;height:18px;margin-left:10px;background:url(images/dist/icons/right-arrow.svg)}body,button,input,select,textarea{font-family:Noto Sans,sans-serif;font-weight:400}.h2,h2{font-size:2rem}@media (min-width:1200px){.h2,h2{font-size:3rem}}.h3,h3{font-size:1rem}@media (min-width:1200px){.h3,h3{font-size:1.5rem}}section{padding:50px 0 10px}@media (min-width:1024px){section{padding:100px 0 10px}}figure{margin:0}@media (min-width:992px){.no-padding{padding:0!important}}.header-section{font-family:Noto Sans,sans-serif;font-style:normal;font-weight:500;font-size:20px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8}@media (min-width:768px){.header-section{font-size:30px}}@media (min-width:1200px){.header-section{font-size:46px}}.header-section-small{font-family:Noto Sans,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8}@media (max-width:576px){.header-section-small{font-size:14px}}.header_line_left:after{content:"";margin:10px 0;display:block;width:125px;height:3px;background:#67c1e8}.secondary-header{font-family:Noto Sans,sans-serif;font-size:22px;font-weight:500}@media (min-width:992px){.secondary-header{font-size:30px}}.header-footer{font-family:Noto Sans,sans-serif;text-align:center;font-size:16px;color:#fff;margin:15px 0}.header-footer,.header-form{font-weight:700;text-transform:uppercase}.header-form{font-size:28px;color:#003d86}@media (min-width:992px){.header-form{font-size:40px}}.vertical-border{position:relative}.vertical-border:after{right:0}.vertical-border:after,.vertical-border:before{content:"";position:absolute;background:radial-gradient(50% 90241.69% at 50% 100%,#67c1e8 0,#3b4c55 100%);width:1px;top:0;bottom:0}.vertical-border:before{left:0}.horizontal-border{position:relative}.horizontal-border:before{content:"";position:absolute;background:#67c1e8;height:1px;left:0;right:0;top:0}@media (min-width:1200px){.container{max-width:1060px}}@media (min-width:1440px){.container{max-width:1280px}}@media (min-width:1500px){.container{max-width:1320px}}@media (max-width:991px){.px-20{padding-left:20px;padding-right:20px}}#breadcrumbs{font-weight:400;font-size:12px;line-height:150%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;text-align:center;color:#fff}.cases #breadcrumbs{margin-top:20px;margin-left:20px}.mobile-line{height:1px;width:100%;background:radial-gradient(50% 90241.69% at 50% 100%,#67c1e8 0,#3b4c55 100%);position:absolute;top:0}@media (min-width:992px){.mobile-line{display:none}}.sticky{display:block}.hentry{margin:0 0 1.5em}.byline,.updated:not(.published){display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:1.5em 0 0}.page-links{clear:both;margin:0 0 1.5em}.custom-pagination{color:#666262;font:600 18px/18px Noto Sans,sans-serif;padding:25px 0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.custom-pagination a,.custom-pagination span{display:inline-block;width:40px;line-height:40px;text-align:center;margin-right:5px;color:#222;background-color:#e2e2e2;opacity:.84}.custom-pagination a{text-decoration:none}.custom-pagination .current,.custom-pagination a:active,.custom-pagination a:focus,.custom-pagination a:hover{color:#fff;background-color:#222;opacity:.84}.custom-pagination .next,.custom-pagination .prev{display:none}.privacy-policy-page{padding:75px 0 40px;background:linear-gradient(180deg,rgba(64,65,67,.5),rgba(30,30,32,.5) 76.99%);font-weight:400;font-size:16px;line-height:150%;color:#fff}@media (min-width:992px){.privacy-policy-page{padding:100px 0 30px}}.privacy-policy-page .title{text-transform:uppercase;color:#67c1e8;margin-top:20px}.not-found{padding:60px 0 35px;min-height:calc(100vh - 404px);-ms-flex-pack:center;justify-content:center;background:linear-gradient(180deg,rgba(64,65,67,.5),rgba(8,8,9,.5) 76.99%)}.not-found,.not-found_header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.not-found_header{font-style:normal;font-weight:500;font-size:40px;line-height:150%;-ms-flex-pack:start;justify-content:start;letter-spacing:1.25px;text-transform:uppercase;color:#fff;margin-bottom:40px}@media (max-width:991px){.not-found_header{margin-top:30px;font-size:14px;-ms-flex-pack:center;justify-content:center}}.not-found_text{font-style:normal;font-weight:500;font-size:20px;line-height:160%;color:#fff}@media (max-width:991px){.not-found_text{margin-top:20px;font-size:12px;text-align:center}}.not-found_link{color:#fff;font-family:Noto Sans,sans-serif;font-size:20px;font-weight:400;text-decoration:underline}.not-found_link:hover{color:#338ac5;text-decoration:none}.not-found_btn-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;color:#fff}@media (min-width:992px){.not-found_btn-wrap{-ms-flex-pack:start;justify-content:start}}.widget{margin:0 0 1.5em}.widget select{max-width:100%}.widget_media_image{text-align:center}.widget-title{display:block;text-align:left;font-size:20px;color:#242424;font-weight:600;line-height:1.2em;text-transform:capitalize;font-family:Noto Sans,sans-serif}.wpp-list-with-thumbnails{margin:20px 0}.wpp-list-with-thumbnails li{position:relative;font-size:14px;color:#666;padding:0 0 0 90px;min-height:90px;margin-bottom:20px;border-bottom:1px solid #e1e1e1}.wpp-list-with-thumbnails .wpp-thumbnail{position:absolute;left:0;top:0;width:72px}.wpp-list-with-thumbnails .wpp-post-title{position:relative;top:-4px;font-size:16px;padding:5px 0 3px;font-weight:700;color:#242424;line-height:22px;text-transform:capitalize}.wpp-list-with-thumbnails .wpp-date{font-size:14px;color:#999;font-weight:600}#wp-calendar{width:100%;max-width:37.5rem;background:#f5f5f5;margin-left:auto;margin-right:auto}#wp-calendar caption{background:#338ac5;color:#fff;padding:.25rem;text-align:center}#wp-calendar thead tr{border-right:1px solid #f5f5f5}#wp-calendar thead th{font-size:90%;font-weight:700;padding:.25rem;background:#f5f5f5;text-transform:uppercase;text-align:center}#wp-calendar tbody td{position:relative;padding:.125rem;text-align:center;border:1px solid #f5f5f5;background:#fff}#wp-calendar tbody td.pad{opacity:.7}#wp-calendar tbody td#today{font-weight:700}#wp-calendar tbody td#today#today:after{content:"";position:absolute;top:0;right:0;width:0;height:0;border-top:10px solid red;border-left:10px solid transparent}#wp-calendar tbody td a{display:block;background:#338ac5}#wp-calendar tbody td a:hover{background:#338ac5;color:#fff}#wp-calendar tfoot tr{background:hsla(0,0%,100%,.7);border:1px solid #f5f5f5}#wp-calendar tfoot tr td{border:0;padding:0}#wp-calendar tfoot tr a{display:block;padding:.25rem .75rem}#wp-calendar tfoot tr a:hover{background:#fff}#wp-calendar tfoot tr #prev{text-align:left}#wp-calendar tfoot tr #next{text-align:right}.widget_categories ul li{position:relative;margin-bottom:15px}.widget_categories ul li a{position:relative;font-size:16px;font-weight:600;display:block;padding-bottom:15px;color:#848484;border-bottom:1px solid #eee;transition:all .5s ease;font-family:Noto Sans,sans-serif}.widget_categories ul li a:after{position:absolute;content:"\f105";right:0;top:0;font-family:Font Awesome\ 5 Free;font-weight:900}.widget_categories ul li a:hover{color:#67c1e8}.cases__card-nav li{word-spacing:10px}.cases__card-nav li a{display:block;text-align:left;word-spacing:10px}@media (max-width:991px){.main-video__container{min-height:70vh;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}}.hero-block .h2,.hero-block h2{max-width:500px;width:100%;font-size:18px;font-weight:500}@media (max-width:1200px){.hero-block .h2,.hero-block h2{font-size:16px}}@media (max-width:992px){.hero-block .h2,.hero-block h2{font-size:14px}}@media (max-width:576px){.hero-block .h2,.hero-block h2{font-size:12px}}@media (max-width:991px){.main-video__info{width:100%}.main-video__info .hero-title{-ms-flex-pack:center;justify-content:center}}.mobile-history{margin-bottom:10px}@media (min-width:992px){.mobile-history{display:none}}@media (max-width:991px){.desktop-history{display:none!important}}.img_href{max-width:100%;margin:auto;padding:0;border:0}.service{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:992px){.service{-ms-flex-direction:column;flex-direction:column}}.service__show-more{font-weight:500;font-size:12px;line-height:160%;color:#67c1e8;text-decoration:underline;display:inline-block;margin-top:7px}.service_description{width:60%;margin-left:60px}@media (max-width:992px){.service_description{width:100%;margin:60px 0 0}}.service_description p{font-weight:500;font-size:16px;line-height:150%}@media (max-width:1200px){.service_description p{font-size:14px}}@media (max-width:756px){.service_description p{font-size:12px}}.service_description p:not(:first-of-type){margin-top:20px}.service_description a{text-decoration:underline;transition:all .4s ease}.service_description a:hover{color:#67c1e8}.service_description-btn{color:#fff;padding:14px 16px;background:#67c1e8;border:1px solid #67c1e8;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;margin-top:43px;transition:all .4s ease;text-decoration:none!important}.service_description-btn svg{opacity:0;transition:all .4s ease}.service_description-btn:hover{background:transparent;color:#67c1e8;opacity:1}.service_description-btn:hover svg{opacity:1;margin-left:14px}.service:not(:first-of-type){margin-top:90px}.service .service_item{width:380px;height:305px;display:-ms-flexbox;display:flex}@media (max-width:992px){.service .service_item{width:90%;height:auto;-ms-flex-direction:column;flex-direction:column;margin:0 auto}}.service .service_item .service-image-wrap{position:relative;-ms-flex:80;flex:80}@media (max-width:992px){.service .service_item .service-image-wrap{-ms-flex:auto;flex:auto;width:90%;margin:0 auto}}.service .service_item .service-image-wrap img{width:100%}@media (max-width:992px){.service .service_item .service-image-wrap img{width:90%}}.service .service_item .service-image-wrap:after{content:"";position:absolute;height:100%;width:100%;top:10%;left:25%;border:1px solid #67c1e8;z-index:-1}@media (max-width:992px){.service .service_item .service-image-wrap:after{width:90%;top:20%;left:15%}}.service .service_item .service-name-wrap{position:relative;-ms-flex:20;flex:20}@media (max-width:992px){.service .service_item .service-name-wrap{-ms-flex:auto;flex:auto}}.service .service_item .service-name-wrap .service-name{transform:rotate(-90deg);height:-webkit-min-content;height:-moz-min-content;height:min-content;font-style:normal;font-weight:500;font-size:30px;line-height:120%;text-transform:uppercase;color:#67c1e8;position:absolute;left:0;right:0;bottom:40px}@media (max-width:1200px){.service .service_item .service-name-wrap .service-name{font-size:23px}}@media (max-width:992px){.service .service_item .service-name-wrap .service-name{transform:rotate(0deg);position:relative;left:auto;right:auto;bottom:auto;padding-top:2%;padding-left:20%}}@media (max-width:768px){.service .service_item .service-name-wrap .service-name{font-size:16px;padding-top:4%}}.cases__card-nav li{word-spacing:normal;font-weight:500;font-size:12px;line-height:16px;text-transform:uppercase;color:#fff}.cases__card-nav li a{word-spacing:normal}.cases__card-nav li:not(:last-of-type){margin-right:35px}@media (max-width:1200px){.cases__card-nav li{font-size:12px;line-height:18px}.cases__card-nav li:not(:last-of-type){margin-right:10px}}.cases p:first-of-type{margin-bottom:0}.cases__card-title span{font-size:36px;font-weight:500}@media (max-width:1200px){.cases__card-title span{font-size:26px}}.description_card{display:block;font-weight:700;font-size:20px!important;line-height:120%!important;letter-spacing:1.25px;color:#80c8e8;margin-bottom:15px;text-transform:none!important;word-spacing:normal!important;padding-right:40px!important}@media (max-width:1200px){.description_card{font-size:16px!important}}.section_meaningful{background:linear-gradient(178.31deg,rgba(38,38,38,.5) 8.77%,rgba(0,0,0,.5) 94.95%)}@media (max-width:992px){.section_meaningful{padding:60px 0}}.section_meaningful .h6,.section_meaningful h6{max-width:640px;margin:60px auto}@media (max-width:992px){.section_meaningful .h6,.section_meaningful h6{margin:0 auto 30px}}.section_meaningful .hero-btn-wrap{-ms-flex-pack:center;justify-content:center;margin-bottom:140px}@media (max-width:992px){.section_meaningful .hero-btn-wrap{margin-bottom:0}}.cases-front__description,.clients-front__description{max-width:940px;width:100%;font-weight:500;font-size:18px;line-height:150%;text-align:center;margin:20px auto 60px}@media (max-width:1200px){.cases-front__description,.clients-front__description{font-size:15px}}@media (max-width:576px){.cases-front__description,.clients-front__description{font-size:12px;margin:15px auto 40px}}.sale_partners{text-align:center;margin-top:10px;color:#67c1e8;text-decoration:underline;cursor:pointer}.block_sale{width:280px;border:solid #67c1e8;display:none;position:relative;background:#1e1e20;border-bottom:none}.block_sale p{text-align:center;border-bottom:solid #67c1e8;padding-bottom:7px;cursor:auto;font-size:14px}.block_sale p:hover{background:#67C1E833}.partners_items:hover .block_sale{display:block;position:absolute;z-index:9999}#copy-text{color:#67c1e8;cursor:pointer}.sale-alert{display:none}.copy-icon{position:absolute;margin-left:10px;margin-top:3px}.copy-icon img{-webkit-filter:none;filter:none;cursor:auto}@media (max-width:765px){.d-flex>figure:nth-of-type(7){-ms-flex-order:9;order:9}.block_sale{display:block}.partners_items:hover .block_sale{position:relative}.partners_items img{max-height:73px;max-width:250px!important}}@media (max-width:425px){.partners_items img{margin:auto;max-width:150px!important}}.img_href{max-width:100%!important;margin:auto!important;padding:0!important;border:0!important}.aboutus-page .aboutus-page-padding{padding-top:75px;height:100%}@media (min-width:992px){.aboutus-page .aboutus-page-padding{padding-top:100px}}.aboutus-page .hero-benefits{background:radial-gradient(96.92% 174932.34% at 3.08% 100%,rgba(123,149,163,.5) 0,rgba(103,193,232,.5) 83.49%);padding:20px 40px;margin:0 -20px}@media (min-width:992px){.aboutus-page .hero-benefits{padding:28px 116px;margin:0}}.aboutus-page .hero-benefits__item-title{font-style:normal;font-weight:500;font-size:20px;line-height:150%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin:12px 0}.aboutus-page .hero-benefits__item-description{font-style:normal;font-weight:500;font-size:16px;line-height:22px;color:#fff}@media (min-width:992px){.aboutus-page .hero-benefits__item-description{text-transform:uppercase}}.aboutus-page .benefits{margin-top:20px}@media (min-width:992px){.aboutus-page .benefits{margin-top:40px}}.aboutus-page .benefits-wrap{position:relative}.aboutus-page .benefits__image{margin:0;max-width:60%}@media (min-width:992px){.aboutus-page .benefits__image{position:absolute;left:65px;bottom:0;z-index:-1;max-width:25%}}@media (min-width:1400px){.aboutus-page .benefits__image{position:absolute;left:0;bottom:0;z-index:-1;max-width:100%}}.aboutus-page .benefits-title{font-style:normal;font-weight:500;font-size:96px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;-webkit-text-stroke:2px #67c1e8;margin-bottom:40px;color:transparent;text-align:center}@media (max-width:991px){.aboutus-page .benefits-title{text-align:left;margin-left:20px;margin-bottom:12px;font-size:24px;-webkit-text-stroke:1px #67c1e8}}.aboutus-page .info-block{padding:0 20px}@media (min-width:992px){.aboutus-page .info-block{padding:unset}}.aboutus-page .info-block__title{font-style:normal;font-weight:700;font-size:20px;line-height:120%;letter-spacing:1.25px;text-transform:uppercase;color:#fff;margin-bottom:12px}@media (min-width:992px){.aboutus-page .info-block__title{margin-bottom:22px}}.aboutus-page .info-block__content{font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#9fa0a1;margin-bottom:30px}@media (min-width:992px){.aboutus-page .info-block__content{margin-bottom:80px}}@media (min-width:992px){.aboutus-page .owner{margin-top:120px}}.aboutus-page .owner-container{position:relative}.aboutus-page .owner-quote-wrap{padding:60px 40px 20px;background:linear-gradient(90deg,rgba(8,169,216,.2),rgba(35,28,78,.2) 80%,rgba(34,14,63,.2));position:relative;margin-left:-20px;margin-right:-20px}@media (min-width:992px){.aboutus-page .owner-quote-wrap{margin:20px 0 0;padding:60px 50px}}.aboutus-page .owner-quote-content{font-style:normal;font-weight:500;font-size:12px;line-height:160%;color:#fff}@media (min-width:1200px){.aboutus-page .owner-quote-content{font-size:17px}}@media (min-width:1400px){.aboutus-page .owner-quote-content{font-size:20px}}.aboutus-page .owner-quote-title{font-style:normal;font-weight:500;font-size:16px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#fff;margin-top:12px;margin-bottom:0}@media (min-width:992px){.aboutus-page .owner-quote-title{font-size:24px;text-align:right}}@media (min-width:1200px){.aboutus-page .owner-quote-title{font-size:32px}}@media (min-width:1400px){.aboutus-page .owner-quote-title{font-size:40px}}.aboutus-page .owner-quote-office{font-style:normal;font-weight:500;font-size:12px;line-height:160%;color:#67c1e8}@media (min-width:992px){.aboutus-page .owner-quote-office{text-align:right}}@media (min-width:1200px){.aboutus-page .owner-quote-office{font-size:16px;text-align:right}}.aboutus-page .owner .owner-bg{background:linear-gradient(90deg,rgba(8,169,216,.2),rgba(35,28,78,.2) 80%,rgba(34,14,63,.2))}@media (min-width:992px){.aboutus-page .owner .owner-bg{background:transparent;padding:0;margin:0}}.aboutus-page .owner-image{height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:20px 20px 0}@media (min-width:992px){.aboutus-page .owner-image{padding:0}}.aboutus-page .owner .icon-quotes{position:absolute;top:-20px;right:20%}@media (min-width:992px){.aboutus-page .owner .icon-quotes{top:-60px;right:5%}}.aboutus-page .principles{padding:20px}@media (min-width:992px){.aboutus-page .principles{padding:70px 50px}}@media (min-width:992px){.aboutus-page .principles .header-section{margin-bottom:40px;margin-left:30px}}.aboutus-page .principles__item{padding:18px;border:2px solid #67c1e8;-webkit-filter:drop-shadow(0 2px 8px hsla(0,0%,59%,.25));filter:drop-shadow(0 2px 8px rgba(151,151,151,.25));height:100%;min-height:200px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;max-width:350px;margin:auto}.aboutus-page .principles__item-title{font-style:normal;font-weight:700;font-size:20px;line-height:120%;text-align:center;letter-spacing:1.25px;text-transform:uppercase;color:#fff;margin-bottom:19px}.aboutus-page .principles__item-content{font-style:normal;font-weight:400;font-size:12px;line-height:150%;text-align:center;color:#9fa0a1}@media (min-width:992px){.aboutus-page .principles__item-content{font-size:16px}}.aboutus-page .rewards{padding-top:20px;padding-bottom:20px}@media (min-width:992px){.aboutus-page .rewards{padding-top:33px;padding-bottom:33px}}.aboutus-page .rewards .header-section{text-align:center;margin-bottom:30px}@media (min-width:992px){.aboutus-page .rewards .header-section{margin-bottom:40px}}.aboutus-page .rewards__item{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;height:100%}.aboutus-page .rewards__item,.aboutus-page .rewards__item-image{display:-ms-flexbox;display:flex}@media (min-width:992px){.aboutus-page .rewards__item-image{min-height:400px;max-height:400px}}.aboutus-page .rewards__item-image img{-o-object-fit:contain;object-fit:contain}.aboutus-page .rewards__item-content p{font-style:normal;font-weight:500;font-size:12px;line-height:22px;text-align:center;text-transform:uppercase;color:#fff}@media (min-width:992px){.aboutus-page .rewards__item-content p{font-size:16px}}.aboutus-page .history{padding:20px 40px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}@media (min-width:992px){.aboutus-page .history{padding:40px 50px}}.aboutus-page .history-wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}@media (min-width:992px){.aboutus-page .history-wrap{max-width:900px}}.aboutus-page .history .header-section{text-align:center;margin-bottom:40px}.aboutus-page .history__item{display:-ms-flexbox;display:flex;position:relative}@media (min-width:992px){.aboutus-page .history__item-wrap{max-width:510px;margin:20px 0}}.aboutus-page .history__item:before{content:"";display:-ms-inline-flexbox;display:inline-flex;min-width:30px;min-height:100%;border-left:1px solid #67c1e8}@media (min-width:992px){.aboutus-page .history__item:before{border-left:2px solid #67c1e8;min-width:100px}}@media (min-width:1200px){.aboutus-page .history__item:before{min-width:200px}}.aboutus-page .history__item-date{font-style:normal;font-weight:700;font-size:20px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;position:absolute;left:-130px;top:-28px;margin:20px 0 12px}@media (min-width:992px){.aboutus-page .history__item-date{font-size:48px}}@media (max-width:992px){.aboutus-page .history__item-date{position:relative;left:auto;top:auto}}.aboutus-page .history__item-date:before{content:"";display:-ms-inline-flexbox;display:inline-flex;min-width:30px;min-height:1px;border-top:1px solid #67c1e8;position:absolute;top:50%;left:-30px}@media (min-width:992px){.aboutus-page .history__item-date:before{border-top:2px solid #67c1e8;min-width:90px;left:130px}}@media (min-width:1200px){.aboutus-page .history__item-date:before{min-width:190px;left:130px}}.aboutus-page .history__item-date:after{content:"";display:-ms-inline-flexbox;display:inline-flex;min-width:10px;min-height:10px;position:absolute;top:50%;left:-30px;background:linear-gradient(90deg,#08a9d8,#231c4e 80%,#220e3f);box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:1px;transform:translate(-30%,-50%)}@media (min-width:992px){.aboutus-page .history__item-date:after{left:130px;min-width:20px;min-height:20px}}@media (min-width:1200px){.aboutus-page .history__item-date:after{left:130px}}.aboutus-page .history__item-content,.aboutus-page .history__item-title{font-style:normal;font-weight:500;font-size:12px;line-height:22px;color:#fff}@media (min-width:992px){.aboutus-page .history__item-content,.aboutus-page .history__item-title{font-size:16px;text-transform:uppercase}}.aboutus-page .history__item-content{margin-top:16px}@media (min-width:992px){.aboutus-page .history__item-content{margin-top:25px}}.aboutus-page .history__item-footer{font-style:normal;font-weight:400;font-size:12px;line-height:22px;color:#67c1e8;margin-top:8px}@media (min-width:992px){.aboutus-page .history__item-footer{font-size:16px}}.contact-page{padding:75px 0 40px;background-color:#282828;min-height:calc(100vh - 404px);height:100%}@media (min-width:992px){.contact-page{padding:100px 60px 0}}.contact-page .wpcf7 input[type=submit]{background:#67c1e8;color:#fff;transition:all .4s ease}.contact-page .wpcf7 input[type=submit]:hover{background:transparent;color:#67c1e8}.contact-page .header-section,.contact-page .header-section-small{max-width:412px;width:100%;margin-bottom:55px}@media (max-width:1200px){.contact-page .header-section,.contact-page .header-section-small{margin-bottom:30px}}@media (max-width:992px){.contact-page .header-section,.contact-page .header-section-small{max-width:none;text-align:center}}@media (max-width:576px){.contact-page .header-section,.contact-page .header-section-small{margin-bottom:13px;text-align:center}}.contact-page .contact-list{margin-top:20px}.contact-page .contact-list li{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:12px;margin-bottom:12px}@media (min-width:992px){.contact-page .contact-list li{margin-bottom:32px;gap:30px}}.contact-page .icon-mail:before{display:none}.contact-page .map-responsive{padding-bottom:361px}@media (min-width:992px){.contact-page .map-responsive{padding-bottom:507px}}.contact-page .services-description{margin:100px 0}@media (max-width:1200px){.contact-page .services-description{margin:60px 0}}@media (max-width:576px){.contact-page .services-description{margin:30px 0}}.contact-page .services-description__title{font-weight:500;font-size:36px;line-height:122%;color:#67c1e8;text-align:center;margin-bottom:40px}@media (max-width:1200px){.contact-page .services-description__title{font-size:30px;margin-bottom:30px}}@media (max-width:576px){.contact-page .services-description__title{font-size:20px;margin-bottom:15px}}.contact-page .services-description__text{font-weight:400;line-height:150%;max-width:932px;width:100%;margin:0 auto;text-align:center}.contact-page .services-description__text:not(:last-of-type){margin-bottom:20px}.services-page{padding-top:75px;padding-bottom:20px}@media (min-width:992px){.services-page{padding:100px 0 30px}}.services-page .header-section{margin-bottom:20px}@media (min-width:992px){.services-page .header-section{margin-bottom:40px}}.services-page .service-description{margin-top:20px}@media (max-width:768px){.services-page .service-description{margin-top:30px}}@media (max-width:440px){.services-page .service-description{margin-top:10px}}.services-page .service-description p{font-weight:400;font-size:16px;line-height:150%}.services-page .service-description p:not(:last-of-type){margin-bottom:20px}@media (max-width:1200px){.services-page .service-description p{font-size:14px}}@media (max-width:992px){.services-page .service-description p{margin-bottom:20px}}@media (max-width:576px){.services-page .service-description p{font-size:12px}}.services-page .service-image{display:-ms-flexbox;display:flex;padding-bottom:40px}@media (max-width:992px){.services-page .service-image{-ms-flex-direction:column;flex-direction:column}}@media (min-width:768px){.services-page .service-image{margin-bottom:60px}}@media (min-width:1024px){.services-page .service-image{margin-bottom:0}}.services-page .service-image-wrap{-ms-flex:80;flex:80;position:relative}@media (max-width:992px){.services-page .service-image-wrap{-ms-flex:none;flex:none}}.services-page .service-image-wrap img{width:100%}@media (max-width:992px){.services-page .service-image-wrap img{max-width:90%}}.services-page .service-image-wrap:after{content:"";position:absolute;height:100%;width:100%;top:10%;left:25%;border:1px solid #67c1e8;z-index:-1}@media (max-width:992px){.services-page .service-image-wrap:after{left:10%;top:15%;width:90%}}@media (max-width:576px){.services-page .service-image-wrap:after{top:20%}}.services-page .service-image-right .service-image-wrap:after{left:-25%}@media (max-width:992px){.services-page .service-image-right .service-image-wrap:after{left:10%}}.services-page .service-name{transform:rotate(-90deg);height:-webkit-min-content;height:-moz-min-content;height:min-content;font-style:normal;font-weight:700;font-size:24px;line-height:150%;text-transform:uppercase;color:#67c1e8;position:absolute;bottom:38%;width:300%}@media (max-width:1600px){.services-page .service-name{font-size:20px}}@media (max-width:1200px){.services-page .service-name{font-size:18px}}@media (max-width:992px){.services-page .service-name{position:relative;top:auto;left:auto;width:88%;transform:rotate(0deg);margin-left:12%;margin-top:5px}}@media (max-width:768px){.services-page .service-name{font-size:16px}}@media (max-width:460px){.services-page .service-name{font-size:14px}}.services-page .service-name-wrap{position:relative;-ms-flex:20;flex:20;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}@media (max-width:992px){.services-page .service-name-wrap{-ms-flex-pack:initial;justify-content:initial}}.services-page .service-list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;row-gap:10px;height:100%}@media (min-width:992px){.services-page .service-list{margin-top:30px;row-gap:30px}}.services-page .service-list .service-item{position:relative}.services-page .service-list .service-item:after{content:"";height:1px;position:absolute;bottom:-5px;left:0;right:0;background:radial-gradient(50% 90241.69% at 50% 100%,#67c1e8 0,#3b4c55 100%)}@media (min-width:992px){.services-page .service-list .service-item:after{bottom:-10px}}.services-page .service-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.services-page .service-title{-ms-flex:80;flex:80}.services-page .service-price{-ms-flex:20;flex:20;font-style:normal;font-weight:500;font-size:16px;line-height:160%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;color:#67c1e8}@media (min-width:992px){.services-page .service-price{font-size:20px}}.services-page .service-price-prefix{font-size:12px;margin-right:5px}@media (min-width:992px){.services-page .service-price-prefix{font-size:16px}}.services-page .li-modal{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}@media (min-width:992px){.services-page .li-modal{-ms-flex-pack:start;justify-content:flex-start}}@media (max-width:992px){.services-page>div:nth-child(odd) .service-image{-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.page-in-progress{padding-top:75px;background:linear-gradient(0deg,rgba(64,65,67,.5),rgba(8,8,9,.5) 76.99%);min-height:80vh;display:-ms-flexbox;display:flex}@media (min-width:992px){.page-in-progress{padding-top:100px}}.page-in-progress__content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;min-height:100%;gap:40px;z-index:2;position:relative}.page-in-progress__content .btn-alternative,.page-in-progress__content .wpcf7 input[type=submit],.wpcf7 .page-in-progress__content input[type=submit]{max-width:200px}.page-in-progress__content .title{font-style:normal;font-weight:500;font-size:40px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#fff}.page-in-progress__content .description{font-style:normal;font-weight:500;font-size:20px;line-height:160%;color:#fff}.page-in-progress__image{position:absolute;right:0;bottom:25px}.landing-page-creation,.marketing-strategy,.marketing-support,.social-media-marketing,.youtube-promotion{background:linear-gradient(180deg,rgba(64,65,67,.5),rgba(30,30,32,.5) 76.99%)}.marketing-strategy .list-numbers li,.website-redesign .list-numbers li{width:50%}.case-template__advantages-picture{max-width:100%;margin-top:20px}@media (min-width:992px){.case-template__advantages-picture{max-width:75%}}@media (min-width:992px){.case-template__advantages-picture.picture3{margin-top:-90px}}@media (min-width:992px){.case-template__advantages-picture.picture4{margin-top:-80px}}@media (min-width:992px){.case-template__advantages-picture.picture8{margin-top:-23px}}@media (min-width:992px){.case-livs .marketing-strategy .case-template__container.container{margin-bottom:125px}}@media (min-width:992px){.case-livs .marketing-strategy .list-numbers li{width:33%}}.case-livs .marketing-strategy .list-numbers li b{font-weight:500;color:#67c1e8;text-transform:uppercase}.case-livs .marketing-strategy .list-numbers li p{text-transform:none}@media (min-width:992px){.case-livs .website-redesign .list-numbers li{width:33%}}.case-livs .website-redesign .list-numbers li b{font-weight:500;color:#67c1e8;text-transform:uppercase}.case-livs .reviews__author b{text-transform:none;font-size:20px;font-weight:500}@media (min-width:992px){.case-livs .case-template__advantages-item .list-numbers li{width:30%}}.cases.case-deck-toronto .marketing-strategy .case-template__container{padding-bottom:0}.cases.case-deck-toronto .marketing-strategy .case-template__personal>.container{padding:0}@media (min-width:992px){.cases.case-deck-toronto .marketing-strategy .case-template__personal{margin-top:65px;max-width:80%}}.cases.case-deck-toronto .marketing-strategy .case-template__personal-image{padding:0}@media (min-width:992px){.cases.case-deck-toronto .marketing-strategy .case-template__personal-image{padding:0 30px}}.cases.case-deck-toronto .marketing-strategy .case-template__personal-item{-ms-flex-direction:row;flex-direction:row;margin-bottom:10px;max-width:100%}@media (min-width:1200px){.cases.case-deck-toronto .marketing-strategy .case-template__personal-item{-ms-flex-direction:column;flex-direction:column}}.cases.case-deck-toronto .marketing-strategy .case-template__personal-desc{text-align:center}@media (min-width:992px){.cases.case-deck-toronto .marketing-strategy .case-template__personal-desc{margin-top:25px}}.cases.case-deck-toronto .marketing-strategy .case-template__personal-desc span{text-align:center;text-transform:uppercase}@media (min-width:650px){.cases.case-deck-toronto .marketing-strategy .case-template__personal-desc span{font-size:24px;font-weight:700}}.cases.case-almco .marketing-strategy .case-template__container{padding-bottom:0}.cases.case-almco .marketing-strategy .case-template__personal>.container{padding:0}@media (min-width:992px){.cases.case-almco .marketing-strategy .case-template__personal{margin-top:65px;max-width:80%}}.cases.case-almco .marketing-strategy .case-template__personal-image{padding:0}@media (min-width:992px){.cases.case-almco .marketing-strategy .case-template__personal-image{padding:0 30px}}.cases.case-almco .marketing-strategy .case-template__personal-item{-ms-flex-direction:row;flex-direction:row;margin-bottom:10px;max-width:100%}@media (min-width:1200px){.cases.case-almco .marketing-strategy .case-template__personal-item{-ms-flex-direction:column;flex-direction:column}}.cases.case-almco .marketing-strategy .case-template__personal-desc{text-align:center}@media (min-width:992px){.cases.case-almco .marketing-strategy .case-template__personal-desc{margin-top:25px}}.cases.case-almco .marketing-strategy .case-template__personal-desc span{text-align:center;text-transform:uppercase}@media (min-width:650px){.cases.case-almco .marketing-strategy .case-template__personal-desc span{font-size:24px;font-weight:700}}@media (min-width:992px){.cases.case-almco .case-template__advantages-item .list-numbers li{width:50%}.cases.case-almco .reputation-marketing .case-template__advantages-item .list-numbers li,.cases.case-almco .social-media-marketing .case-template__advantages-item .list-numbers li,.cases.case-almco .youtube-promotion .case-template__advantages-item .list-numbers li{width:30%}}.case-stanko .marketing-strategy .case-template__personal-item .row{padding:0;margin:0}@media (min-width:992px){.case-stanko .case-template__advantages-item .list-numbers li{width:30%}}.case-family .marketing-strategy .case-template__personal-item .row{padding:0;margin:0}@media (min-width:992px){.case-family .case-template__advantages-item .list-numbers li{width:50%}}@media (min-width:992px){.case-family .reputation-marketing .case-template__advantages-item .list-numbers li,.case-family .website-redesign .case-template__advantages-item .list-numbers li{width:30%}}.blog_block{padding-top:100px;height:100%}@media (max-width:992px){.blog_block{padding-top:50px}}@media (max-width:576px){.blog_block{padding-top:100px}}.blog_block .h1,.blog_block h1{font-family:Noto Sans,sans-serif;text-align:center;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin:30px 0}@media (max-width:768px){.blog_block .h1,.blog_block h1{display:none}}.blog_block .main_block_of_articles{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}@media (max-width:768px){.blog_block .main_block_of_articles{-ms-flex-direction:column;flex-direction:column}}.blog_block .main_block_of_articles .articles_links{max-width:250px;width:100%}@media (max-width:1200px){.blog_block .main_block_of_articles .articles_links{max-width:180px}}@media (max-width:768px){.blog_block .main_block_of_articles .articles_links{max-width:100%}}@media (max-width:576px){.blog_block .main_block_of_articles .articles_links{position:fixed;background:#000;top:6.7%;left:0;right:0;z-index:5;padding:10px 12px}}@media (max-width:768px){.blog_block .main_block_of_articles .articles_links ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.blog_block .main_block_of_articles .articles_links li{padding:10px 0;position:relative}@media (max-width:768px){.blog_block .main_block_of_articles .articles_links li{padding:2.5px 5px}}@media (max-width:576px){.blog_block .main_block_of_articles .articles_links li{line-height:normal}.blog_block .main_block_of_articles .articles_links li:after{content:"";display:inline-block;top:45%;position:absolute;right:-3px;width:5px;height:5px;background:linear-gradient(90deg,#08a9d8,#231c4e 80%,#220e3f);box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:50%}}.blog_block .main_block_of_articles .articles_links li:hover{cursor:pointer}.blog_block .main_block_of_articles .articles_links li a{font-weight:700;font-size:20px;line-height:120%;letter-spacing:1.25px;text-transform:uppercase;background:radial-gradient(50% 90241.69% at 50% 100%,rgba(103,193,232,.5) 0,rgba(59,76,85,.5) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;transition:all .4s ease}@media (max-width:1200px){.blog_block .main_block_of_articles .articles_links li a{font-size:18px}}@media (max-width:768px){.blog_block .main_block_of_articles .articles_links li a{font-size:14px}}@media (max-width:576px){.blog_block .main_block_of_articles .articles_links li a{font-size:12px;color:#fff;-webkit-text-fill-color:initial;font-weight:400}}.blog_block .main_block_of_articles .articles_links li.active a,.blog_block .main_block_of_articles .articles_links li a:hover{color:#80c8e8;text-fill-color:#80C8E8FF;-webkit-text-fill-color:#80C8E8FF}.blog_block .main_block_of_articles .articles_links li.active a{font-size:22px;line-height:150%}@media (max-width:1200px){.blog_block .main_block_of_articles .articles_links li.active a{font-size:20px}}@media (max-width:768px){.blog_block .main_block_of_articles .articles_links li.active a{font-size:14px}}@media (max-width:576px){.blog_block .main_block_of_articles .articles_links li.active a{font-size:12px}}.blog_block .main_block_of_articles .posts_block{max-width:750px;width:100%}@media (max-width:1200px){.blog_block .main_block_of_articles .posts_block{max-width:500px}}@media (max-width:768px){.blog_block .main_block_of_articles .posts_block{max-width:100%}}.blog_block .main_block_of_articles .posts_block .post_tab{display:none;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.blog_block .main_block_of_articles .posts_block .post_tab.tab_active{display:-ms-flexbox;display:flex;opacity:0;animation:d 2s ease;animation-fill-mode:forwards}.blog_block .main_block_of_articles .posts_block .post_tab .post{max-width:350px;width:100%;margin:20px 0;position:relative}.blog_block .main_block_of_articles .posts_block .post_tab .post .image_block{position:relative}.blog_block .main_block_of_articles .posts_block .post_tab .post .image_block img{width:100%}.blog_block .main_block_of_articles .posts_block .post_tab .post .image_block .read_more_btn{position:absolute;z-index:4;bottom:30px;right:35%;padding:15px;font-weight:500;font-size:12px;line-height:150%;text-transform:uppercase;color:#fff;opacity:0;background:#67c1e8;border:1px solid #67c1e8;transition:all .4s ease}.blog_block .main_block_of_articles .posts_block .post_tab .post .image_block .read_more_btn:hover{background:transparent;color:#67c1e8}.blog_block .main_block_of_articles .posts_block .post_tab .post .image_block:hover{cursor:pointer}.blog_block .main_block_of_articles .posts_block .post_tab .post .image_block:hover .read_more_btn{opacity:1}@media (max-width:1200px){.blog_block .main_block_of_articles .posts_block .post_tab .post{max-width:230px}}@media (max-width:768px){.blog_block .main_block_of_articles .posts_block .post_tab .post{max-width:45%}}.blog_block .main_block_of_articles .posts_block .post_tab .post .info_post{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.blog_block .main_block_of_articles .posts_block .post_tab .post:nth-child(3n+1){max-width:100%}.blog_block .main_block_of_articles .posts_block .post_tab .post:nth-child(3n+1) .read_more_btn{right:44%}.blog_block .main_block_of_articles .posts_block .post_tab .post:nth-child(3n+1) .info_post{-ms-flex-direction:column;flex-direction:column}.blog_block .main_block_of_articles .posts_block .post_tab .post:nth-child(3n+1) .info_post .title_of_post{margin-top:0}.blog_block .main_block_of_articles .posts_block .post_tab .post .post_category{position:absolute;top:5%;left:5%;font-family:Noto Sans,sans-serif;font-weight:500;font-size:12px;line-height:150%;text-transform:uppercase;color:#9ad0e7}@media (max-width:576px){.blog_block .main_block_of_articles .posts_block .post_tab .post .post_category{top:1.5%;left:2%}}.blog_block .main_block_of_articles .posts_block .post_tab .post .title_of_post{display:inline-block;font-weight:700;font-size:20px;line-height:120%;text-transform:uppercase;color:#fff;margin:20px 0;transition:all .4s ease;position:relative}.blog_block .main_block_of_articles .posts_block .post_tab .post .title_of_post:hover{color:#67c1e8}.blog_block .main_block_of_articles .posts_block .post_tab .post .title_of_post:hover:before{width:100%}.blog_block .main_block_of_articles .posts_block .post_tab .post .title_of_post:before{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:#67c1e8;transition:.2s linear}@media (max-width:1200px){.blog_block .main_block_of_articles .posts_block .post_tab .post .title_of_post{font-size:18px}}.blog_block .main_block_of_articles .posts_block .post_tab .post .date_of_post{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin:20px 0;max-width:190px;width:100%}.blog_block .main_block_of_articles .posts_block .post_tab .post .date_of_post span{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-weight:400;font-size:16px;line-height:150%;color:#75777d}@media (max-width:576px){.blog_block .main_block_of_articles .posts_block .post_tab .post .date_of_post span{font-size:14px;font-weight:700}}.blog_block .main_block_of_articles .posts_block .post_tab .post .date_of_post span svg{margin-right:13px}@keyframes d{0%{opacity:0}to{opacity:1}}.article{padding-top:130px}.article ul{list-style:initial!important}.article ul li{font-size:18px;margin:10px 0}.article a{text-decoration:underline}@media (max-width:992px){.article{padding-top:50px}}@media (max-width:767px){.article{max-width:375px;margin:auto}}@media (max-width:576px){.article{padding-top:100px}}.article .custom-line{padding-left:20px;border-left:2px solid #67c1e8;padding-top:15px;padding-bottom:15px}.article .custom-line__title{margin-bottom:25px}@media (max-width:1200px){.article .custom-line__title{margin-bottom:15px}}.article .custom-line ol li,.article .custom-line ul li{position:relative;margin:5px 0;font-size:18px}@media (max-width:1200px){.article .custom-line ol li,.article .custom-line ul li{font-size:14px}}@media (max-width:576px){.article .custom-line ol li,.article .custom-line ul li{font-size:12px}}.article .h1,.article h1{font-weight:500;font-size:46px;line-height:150%;text-transform:uppercase;color:#67c1e8;margin-bottom:30px;letter-spacing:1.25px;max-width:1000px}@media (max-width:1200px){.article .h1,.article h1{font-size:32px}}@media (max-width:768px){.article .h1,.article h1{font-size:26px}}.article img{width:100%}.article p{margin-bottom:40px;font-weight:500;font-size:18px;line-height:160%}@media (max-width:992px){.article p{margin-bottom:20px}}.article .h2,.article h2{font-weight:500;font-size:32px;line-height:150%;text-transform:uppercase;color:#67c1e8;margin-bottom:30px;letter-spacing:1.25px;max-width:1000px}@media (max-width:1200px){.article .h2,.article h2{font-size:26px}}@media (max-width:768px){.article .h2,.article h2{font-size:22px}}.article .h3,.article .h4,.article .h5,.article .h6,.article h3,.article h4,.article h5,.article h6{font-weight:700;font-size:20px;line-height:150%;color:#67c1e8;margin-bottom:40px}@media (max-width:992px){.article .h3,.article .h4,.article .h5,.article .h6,.article h3,.article h4,.article h5,.article h6{margin-bottom:15px;font-size:18px}}.article a{transition:all .4s ease}.article a:hover{cursor:pointer;color:#67c1e8}.article ol,.article ul{padding-left:20px}.article .date_and_views{margin:15px 0}.article .date_and_views,.article .date_and_views div{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.article .date_and_views div{margin-right:25px;font-weight:400;font-size:16px;line-height:150%;color:#75777d}.article .date_and_views div svg{display:block;margin-right:12px}.article .share_post p{font-weight:400;font-size:16px;line-height:150%;margin-bottom:12px}.article .share_post .share_links{max-width:120px;width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.article .share_post .share_links #copy{position:relative}.article .share_post .share_links #copy .tooltip{visibility:hidden;width:140px;background:#000;color:#fff;text-align:center;border-radius:6px;padding:5px;position:absolute;z-index:1;bottom:150%;left:80%;margin-left:-75px;opacity:0;transition:opacity .3s}.article .share_post .share_links #copy .tooltip:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#000 transparent transparent}.article .share_post .share_links #copy:hover .tooltip{visibility:visible;opacity:1}.article .author_name{font-weight:400;font-size:16px;line-height:150%;color:#75777d;margin:15px 0 20px}.article .posts_slider_block{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.article .slick-slide{height:auto}.article .slick-track{display:-ms-flexbox;display:flex}.article .all_posts{margin:30px 0}.article .all_posts .post_item{background:#000;min-height:500px;margin:0 20px}@media (max-width:992px){.article .all_posts .post_item{margin:0 10px;min-height:430px}}@media (max-width:768px){.article .all_posts .post_item{margin:0}}.article .all_posts .post_item .block_image{position:relative}.article .all_posts .post_item .block_image .read_more{font-weight:500;font-size:12px;line-height:150%;color:#fff;padding:14px 16px;background:#67c1e8;box-shadow:0 1px 4px rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.04),0 2px 2px rgba(0,0,0,.05);border:1px solid #67c1e8;transition:all .4s ease;opacity:0;display:block;position:absolute;left:calc(50% - 47.5px);bottom:25px}@media (max-width:576px){.article .all_posts .post_item .block_image .read_more{padding:7px 13px}}.article .all_posts .post_item .block_image .read_more:hover{background:transparent;color:#67c1e8}.article .all_posts .post_item .block_image:hover{cursor:pointer}.article .all_posts .post_item .block_image:hover .read_more{opacity:1}.article .all_posts .post_item img{max-height:250px}@media (max-width:1439px){.article .all_posts .post_item img{min-height:auto}}@media (max-width:992px){.article .all_posts .post_item img{min-height:200px;max-height:200px}}.article .all_posts .post_item .info_post{padding:14px 24px 24px}@media (max-width:425px){.article .all_posts .post_item .info_post{padding-bottom:0}}.article .all_posts .post_item .info_post .date_of_post{display:-ms-flexbox;display:flex;margin:15px 0}@media (max-width:425px){.article .all_posts .post_item .info_post .date_of_post{margin:10px 0}}.article .all_posts .post_item .info_post .date_of_post span{display:-ms-flexbox;display:flex;font-weight:400;font-size:16px;line-height:150%;color:#75777d}.article .all_posts .post_item .info_post .date_of_post span:first-of-type{margin-right:15px}.article .all_posts .post_item .info_post .date_of_post span svg{display:block;margin-right:10px}.article .all_posts .post_item .info_post .post_title{font-weight:700;font-size:20px;line-height:150%;margin-bottom:0;color:#fff;min-height:60px;overflow:hidden;text-transform:uppercase}@media (max-width:1440px){.article .all_posts .post_item .info_post .post_title{font-size:16px}}@media (max-width:425px){.article .all_posts .post_item .info_post .post_title{min-height:45px}}.article .all_posts .post_item .info_post .short_description{margin-bottom:0;margin-top:15px}@media (max-width:1440px){.article .all_posts .post_item .info_post .short_description{font-size:14px}}.article .hint{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-bottom:20px}.article .next{position:absolute;bottom:-12%;right:46%;z-index:10}@media (max-width:1200px){.article .next{right:40%}}@media (max-width:992px){.article .next{bottom:-13%}}@media (max-width:460px){.article .next{right:35%}}.article .prev{position:absolute;bottom:-12%;left:46.2%;z-index:10}@media (max-width:1200px){.article .prev{left:40.2%}}@media (max-width:992px){.article .prev{bottom:-13%}}@media (max-width:460px){.article .prev{left:35.2%}}.article .next svg path,.article .prev svg path{transition:all .4s ease}.article .next:hover,.article .prev:hover{cursor:pointer}.article .next:hover svg path,.article .prev:hover svg path{stroke:#67c1e8}.marketing_head{position:relative;padding:150px 0 10px}@media (max-width:1200px){.marketing_head{padding:130px 0 10px}}@media (max-width:992px){.marketing_head{padding:60px 0 10px}}.marketing_head .h1,.marketing_head h1{font-weight:500;font-size:46px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin-bottom:20px}@media (max-width:1200px){.marketing_head .h1,.marketing_head h1{font-size:30px}}@media (max-width:576px){.marketing_head .h1,.marketing_head h1{font-size:20px;text-align:center}}.marketing_head .text-description{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.marketing_head .text-description p{max-width:900px;width:100%;font-weight:400;font-size:16px;line-height:150%;color:#fff}@media (max-width:992px){.marketing_head .text-description p{font-size:14px;margin:10px 0}}@media (max-width:576px){.marketing_head .text-description p{font-size:12px}}.marketing_head .text-description p:not(:last-of-type){margin-bottom:20px}@media (max-width:992px){.marketing_head .text-description p:not(:last-of-type){margin-bottom:0}}.marketing_head .marketing_links{margin:35px 0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.marketing_head .marketing_links a{font-weight:700;font-size:12px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#fff;padding:14px 16px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;transition:all .4s ease}@media (max-width:576px){.marketing_head .marketing_links a{padding:12px}}@media (max-width:420px){.marketing_head .marketing_links a{font-size:12px}}.marketing_head .marketing_links a:not(:last-of-type){margin-right:35px}@media (max-width:576px){.marketing_head .marketing_links a:not(:last-of-type){margin-right:15px}}.marketing_head .marketing_links a:first-of-type{background:#67c1e8;border:1px solid #67c1e8}.marketing_head .marketing_links a:first-of-type:hover{cursor:pointer;color:#000}.marketing_head .marketing_links a:last-of-type{border:1px solid #67c1e8;color:#67c1e8}.marketing_head .marketing_links a:last-of-type:hover{cursor:pointer;background:#67c1e8;color:#000}.marketing_head img{width:100%}.strategy_needs_section{position:relative;padding-bottom:0}.strategy_needs_section .container{position:relative;z-index:2}.strategy_needs_section .h2,.strategy_needs_section h2{font-weight:500;font-size:36px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin-bottom:80px}@media (max-width:1200px){.strategy_needs_section .h2,.strategy_needs_section h2{font-size:26px}}@media (max-width:768px){.strategy_needs_section .h2,.strategy_needs_section h2{text-align:center;margin-bottom:30px}}@media (max-width:576px){.strategy_needs_section .h2,.strategy_needs_section h2{font-size:20px}}.strategy_needs_section .needs_block{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:80px}@media (max-width:576px){.strategy_needs_section .needs_block{padding:0 20px 30px}}.strategy_needs_section .needs_block .needs_item{width:345px;position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border-left:1px solid #08a9d8;border-top:1px solid #08a9d8;padding:0 40px;min-height:185px}.strategy_needs_section .needs_block .needs_item:nth-child(-n+3){min-height:145px}@media (max-width:576px){.strategy_needs_section .needs_block .needs_item{min-height:auto;padding:20px 10px}}@media (max-width:1200px){.strategy_needs_section .needs_block .needs_item{width:50%}.strategy_needs_section .needs_block .needs_item:nth-child(9),.strategy_needs_section .needs_block .needs_item:nth-child(11){display:none}}@media (max-width:768px){.strategy_needs_section .needs_block .needs_item{border:1px solid #08a9d8}}.strategy_needs_section .needs_block .needs_item:after{content:url(images/circle-for-advantage-items.svg);position:absolute;top:0;left:-20px;top:-20px;width:20px;height:20px}@media (max-width:768px){.strategy_needs_section .needs_block .needs_item:after{content:none}}.strategy_needs_section .needs_block .needs_item p{width:265px;font-weight:500;font-size:16px;line-height:22px;text-transform:uppercase;color:#fff}@media (max-width:1200px){.strategy_needs_section .needs_block .needs_item p{width:90%;font-size:14px}}@media (max-width:576px){.strategy_needs_section .needs_block .needs_item p{font-size:12px}}.strategy_needs_section .image_background{position:absolute;width:100%;height:100%;right:0;bottom:0;z-index:3}@media (max-width:1439px){.strategy_needs_section .image_background{height:80%}}@media (max-width:1200px){.strategy_needs_section .image_background{height:50%}}@media (max-width:576px){.strategy_needs_section .image_background{height:auto}}.calendar_chart{padding:0!important;position:relative}.calendar_chart .leave_apply{margin-top:60px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}@media (max-width:992px){.calendar_chart .leave_apply{margin-top:30px}}.calendar_chart .leave_apply a{cursor:pointer}.calendar_chart .left_side{width:57%}@media (max-width:768px){.calendar_chart .left_side{width:50%}}.calendar_chart .right_side{width:43%}@media (max-width:768px){.calendar_chart .right_side{width:50%}}.calendar_chart .block_chart{margin-bottom:50px}.calendar_chart .body_chart .chart_item{display:-ms-flexbox;display:flex;position:relative}.calendar_chart .body_chart .chart_item:after{top:0}.calendar_chart .body_chart .chart_item:after,.calendar_chart .body_chart .chart_item:last-of-type:before{content:"";display:block;position:absolute;left:0;width:100%;height:1px;background:radial-gradient(50% 90241.69% at 50% 100%,#67c1e8 0,#3b4c55 100%)}.calendar_chart .body_chart .chart_item:last-of-type:before{bottom:0}.calendar_chart .body_chart .chart_item .left_side{padding:25px 15px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative}@media (max-width:1200px){.calendar_chart .body_chart .chart_item .left_side{padding:15px}}@media (max-width:992px){.calendar_chart .body_chart .chart_item .left_side{padding:10px}}.calendar_chart .body_chart .chart_item .left_side .chart_description .small_description{font-weight:400;font-size:12px;line-height:100%;color:#9fa0a1}@media (max-width:576px){.calendar_chart .body_chart .chart_item .left_side .chart_description .small_description{font-size:12px}}@media (max-width:420px){.calendar_chart .body_chart .chart_item .left_side .chart_description .small_description{font-size:12px}}.calendar_chart .body_chart .chart_item .left_side .number{width:40px;font-weight:600;font-size:32px;line-height:160%;color:transparent;-webkit-text-stroke:1px #67c1e8;text-stroke:1px #67c1e8;margin-right:20px}@media (max-width:1200px){.calendar_chart .body_chart .chart_item .left_side .number{font-size:26px}}@media (max-width:992px){.calendar_chart .body_chart .chart_item .left_side .number{font-size:20px;margin-right:10px;width:25px}}@media (max-width:576px){.calendar_chart .body_chart .chart_item .left_side .number{font-size:15px;width:20px}}.calendar_chart .body_chart .chart_item .left_side p{font-weight:500;font-size:18px;line-height:160%;color:#fff}@media (max-width:1200px){.calendar_chart .body_chart .chart_item .left_side p{font-size:16px}}@media (max-width:992px){.calendar_chart .body_chart .chart_item .left_side p{font-size:14px}}@media (max-width:768px){.calendar_chart .body_chart .chart_item .left_side p{font-size:12px}}@media (max-width:576px){.calendar_chart .body_chart .chart_item .left_side p{font-size:12px}}.calendar_chart .body_chart .chart_item .left_side:after{content:"";display:block;position:absolute;right:0;height:100%;width:1px;background:radial-gradient(20% 90241.69% at 50% 80%,#67c1e8 0,#3b4c55 100%)}.calendar_chart .body_chart .chart_item .right_side{padding:25px 20px;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width:1200px){.calendar_chart .body_chart .chart_item .right_side{padding:15px}}@media (max-width:992px){.calendar_chart .body_chart .chart_item .right_side{padding:10px}}.calendar_chart .body_chart .chart_item .right_side:after{content:"";display:block;position:absolute;right:0;top:0;height:100%;width:1px;background:radial-gradient(10% 90241.69% at 34% 100%,#67c1e8 0,#3b4c55 100%)}.calendar_chart .header_chart{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:15px}@media (max-width:576px){.calendar_chart .header_chart{margin-bottom:5px}}.calendar_chart .header_chart .left_side p{font-weight:500;font-size:18px;line-height:160%;color:#67c1e8}@media (max-width:1200px){.calendar_chart .header_chart .left_side p{font-size:16px}}@media (max-width:992px){.calendar_chart .header_chart .left_side p{font-size:12px}}@media (max-width:576px){.calendar_chart .header_chart .left_side p{font-size:12px}}.calendar_chart .header_chart .left_side span{display:block;font-weight:400;font-size:12px;line-height:150%;color:#67c1e8}@media (max-width:576px){.calendar_chart .header_chart .left_side span{font-size:12px}}@media (max-width:420px){.calendar_chart .header_chart .left_side span{font-size:12px}}.calendar_chart .header_chart .right_side ul{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.calendar_chart .header_chart .right_side ul li{font-weight:400;font-size:16px;line-height:150%;color:#67c1e8}@media (max-width:1200px){.calendar_chart .header_chart .right_side ul li{font-size:16px}}@media (max-width:992px){.calendar_chart .header_chart .right_side ul li{font-size:14px}}@media (max-width:768px){.calendar_chart .header_chart .right_side ul li{font-size:12px}}@media (max-width:576px){.calendar_chart .header_chart .right_side ul li{font-size:12px}}.calendar_chart .h2,.calendar_chart h2{font-weight:500;font-size:36px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin:50px 0 80px}@media (max-width:1200px){.calendar_chart .h2,.calendar_chart h2{font-size:26px}}@media (max-width:768px){.calendar_chart .h2,.calendar_chart h2{text-align:center;margin:30px 0}}@media (max-width:576px){.calendar_chart .h2,.calendar_chart h2{font-size:20px}}.for_what_need{padding:0;margin-top:60px;position:relative}@media (max-width:992px){.for_what_need{margin-top:30px}}.for_what_need .h2,.for_what_need h2{font-weight:500;font-size:36px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8}@media (max-width:1200px){.for_what_need .h2,.for_what_need h2{font-size:26px}}@media (max-width:768px){.for_what_need .h2,.for_what_need h2{text-align:center}}@media (max-width:576px){.for_what_need .h2,.for_what_need h2{font-size:20px}}.for_what_need .block_for_need{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:768px){.for_what_need .block_for_need{-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}}.for_what_need .block_for_need ul li{padding-left:20px;font-weight:500;font-size:16px;line-height:22px;text-transform:uppercase;color:#fff;position:relative;margin:24px 0}.for_what_need .block_for_need ul li:before{content:"";position:absolute;width:10px;height:10px;display:block;background:linear-gradient(90deg,#08a9d8,#231c4e 80%,#220e3f);top:calc(50% - 5px);left:0}@media (max-width:992px){.for_what_need .block_for_need ul li{margin:12px 0;font-size:14px}}@media (max-width:768px){.for_what_need .block_for_need ul li{font-size:12px}}@media (max-width:440px){.for_what_need .block_for_need ul li{font-size:12px}}.for_what_need .block_for_need .text_block{max-width:265px;width:100%;font-weight:500;font-size:16px;line-height:22px;text-transform:uppercase;color:#fff;padding:0 15px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.for_what_need .block_for_need .text_block .icon-swipe-hand{display:none!important}@media (max-width:1440px){.for_what_need .block_for_need .text_block{max-width:50%}}@media (max-width:1200px){.for_what_need .block_for_need .text_block{font-size:14px;max-width:180px;padding:0 10px;height:auto}}@media (max-width:992px){.for_what_need .block_for_need .text_block{margin:10px 0;font-size:12px;max-width:160px}}@media (max-width:768px){.for_what_need .block_for_need .text_block{max-width:none;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.for_what_need .block_for_need .text_block .icon-swipe-hand{display:block!important}}.how_it_works{position:relative}.how_it_works .h3,.how_it_works h3{font-weight:500;font-size:36px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;text-align:center;margin:60px 0 45px}@media (max-width:1200px){.how_it_works .h3,.how_it_works h3{font-size:26px;margin:30px 0}}@media (max-width:576px){.how_it_works .h3,.how_it_works h3{font-size:20px}}.how_it_works .container span{font-weight:500;font-size:22px;line-height:160%;color:#67c1e8}@media (max-width:1200px){.how_it_works .container span{font-size:18px}}@media (max-width:576px){.how_it_works .container span{font-size:12px}}.how_it_works .h6,.how_it_works h6{color:#9fa0a1;font-weight:400;font-size:16px;line-height:150%}@media (max-width:1200px){.how_it_works .h6,.how_it_works h6{font-size:13px}}@media (max-width:576px){.how_it_works .h6,.how_it_works h6{font-size:12px}}.how_it_works .block_of_stages{margin:45px 0 60px}@media (max-width:1200px){.how_it_works .block_of_stages{margin:30px 0}}.how_it_works .block_of_stages .item{display:-ms-flexbox;display:flex;width:100%;margin:10px 0;-ms-flex-direction:column;flex-direction:column}.how_it_works .block_of_stages .item .stages-decsription{font-weight:400;font-size:15px;line-height:120%;text-align:right;color:#9fa0a1;width:48%;padding-right:110px;margin-top:10px}@media (max-width:1200px){.how_it_works .block_of_stages .item .stages-decsription{padding-right:85px}}@media (max-width:992px){.how_it_works .block_of_stages .item .stages-decsription{padding-right:45px;font-size:12px}}@media (max-width:576px){.how_it_works .block_of_stages .item .stages-decsription{font-size:12px}}@media (max-width:440px){.how_it_works .block_of_stages .item .stages-decsription{width:67%}}.how_it_works .block_of_stages .item .item_block{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:48%;-ms-flex-pack:end;justify-content:flex-end;position:relative;height:105px}@media (max-width:992px){.how_it_works .block_of_stages .item .item_block{height:80px}}@media (max-width:576px){.how_it_works .block_of_stages .item .item_block{height:90px}}@media (max-width:440px){.how_it_works .block_of_stages .item .item_block{width:67%}}.how_it_works .block_of_stages .item .item_block p{font-weight:500;font-size:18px;line-height:160%;color:#fff;max-width:560px;width:100%;text-align:end;padding-right:110px}@media (max-width:1200px){.how_it_works .block_of_stages .item .item_block p{font-size:16px;padding-right:85px}}@media (max-width:992px){.how_it_works .block_of_stages .item .item_block p{padding-right:45px;font-size:14px}}@media (max-width:768px){.how_it_works .block_of_stages .item .item_block p{font-size:12px}}@media (max-width:576px){.how_it_works .block_of_stages .item .item_block p{font-size:12px;text-transform:uppercase;text-align:center}}.how_it_works .block_of_stages .item .item_block img{position:absolute;right:-42px}@media (max-width:992px){.how_it_works .block_of_stages .item .item_block img{height:80px}}@media (max-width:576px){.how_it_works .block_of_stages .item .item_block img{height:60px;right:-20px}}.how_it_works .block_of_stages .item .item_block:after{content:"";position:absolute;bottom:0;display:block;width:96%;left:0;height:1px;background:radial-gradient(50.01% 13312800.21% at 50% 50.01%,#67c1e8 0,#3b4c55 99.79%)}@media (max-width:992px){.how_it_works .block_of_stages .item .item_block:after{width:98%}}@media (max-width:576px){.how_it_works .block_of_stages .item .item_block:after{width:100%}}.how_it_works .block_of_stages .item:nth-child(2n) .stages-decsription{text-align:left;-ms-flex-item-align:end;align-self:end;padding-right:0;padding-left:110px}@media (max-width:1200px){.how_it_works .block_of_stages .item:nth-child(2n) .stages-decsription{padding-left:85px}}@media (max-width:992px){.how_it_works .block_of_stages .item:nth-child(2n) .stages-decsription{padding-left:45px}}.how_it_works .block_of_stages .item:nth-child(2n) .item_block{-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-item-align:end;align-self:end}.how_it_works .block_of_stages .item:nth-child(2n) .item_block:after{left:auto;right:0}.how_it_works .block_of_stages .item:nth-child(2n) .item_block p{text-align:start;padding-right:0;padding-left:110px}@media (max-width:1200px){.how_it_works .block_of_stages .item:nth-child(2n) .item_block p{padding-left:85px}}@media (max-width:992px){.how_it_works .block_of_stages .item:nth-child(2n) .item_block p{padding-left:45px}}@media (max-width:576px){.how_it_works .block_of_stages .item:nth-child(2n) .item_block p{text-align:center}}.how_it_works .block_of_stages .item:nth-child(2n) .item_block img{right:auto;left:-42px}@media (max-width:576px){.how_it_works .block_of_stages .item:nth-child(2n) .item_block img{left:-20px}}.how_it_works .marketing_consulting_price{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.how_it_works .marketing_consulting_price .h4,.how_it_works .marketing_consulting_price h4{font-weight:500;font-size:36px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin-bottom:25px;text-align:center}@media (max-width:1200px){.how_it_works .marketing_consulting_price .h4,.how_it_works .marketing_consulting_price h4{font-size:26px}}@media (max-width:576px){.how_it_works .marketing_consulting_price .h4,.how_it_works .marketing_consulting_price h4{font-size:20px}}.how_it_works .marketing_consulting_price span{font-weight:400;font-size:12px;line-height:150%;color:#fff;display:block;text-align:center}.how_it_works .marketing_consulting_price p{font-weight:700;font-size:20px;line-height:120%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;text-align:center}@media (max-width:1200px){.how_it_works .marketing_consulting_price p{font-size:18px}}.how_it_works .marketing_consulting_price p span{font-weight:500;font-size:46px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;display:inline-block}@media (max-width:1200px){.how_it_works .marketing_consulting_price p span{font-size:30px}}.how_it_works .marketing_consulting_price a{display:block;max-width:200px;padding:14px 30px;font-weight:700;font-size:12px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#fff;background:#67c1e8;transition:all .4s ease;margin:45px 0 60px}@media (max-width:1200px){.how_it_works .marketing_consulting_price a{margin:30px 0}}.how_it_works .marketing_consulting_price a:hover{color:#000;cursor:pointer}.our_projects{position:relative;padding-top:0!important}@media (max-width:992px){.our_projects .cases{margin-top:30px}}.our_projects:before{display:none!important}.our_projects #casesDesk,.our_projects #slickCasesMob{margin-bottom:60px}.our_projects .h5,.our_projects h5{font-weight:500;font-size:46px;line-height:150%;text-align:center;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin-top:30px}@media (max-width:1200px){.our_projects .h5,.our_projects h5{font-size:30px}}@media (max-width:576px){.our_projects .h5,.our_projects h5{font-size:20px}}.service_blog{position:relative}@media (max-width:992px){.service_blog{margin-top:300px}}@media (max-width:768px){.service_blog{margin-top:100px}}.service_blog .article{padding-top:0}.service_blog:before{display:none!important}.service_blog .h6,.service_blog h6{font-weight:500;font-size:46px;line-height:150%;text-align:center;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8}@media (max-width:1200px){.service_blog .h6,.service_blog h6{font-size:30px}}@media (max-width:576px){.service_blog .h6,.service_blog h6{font-size:20px}}.service_blog a{display:-ms-flexbox;display:flex;max-width:160px;-ms-flex-align:center;align-items:center;font-weight:700;font-size:12px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin:30px auto;padding:14px 16px;border:1px solid #67c1e8;transition:all .4s ease}.service_blog a svg{display:block;margin-left:15px}.service_blog a svg path{transition:all .4s ease}.service_blog a:hover{color:#000;background:#67c1e8;cursor:pointer}.service_blog a:hover svg path{fill:#000}.reasons_block{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-top:30px}@media (max-width:1200px){.reasons_block{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px}}.reasons_block .reason{max-width:230px;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:start}@media (max-width:1200px){.reasons_block .reason{max-width:35%}}@media (max-width:440px){.reasons_block .reason{max-width:40%;margin:10px 0}}.reasons_block .reason p{font-weight:500;font-size:16px;line-height:22px;text-transform:uppercase;color:#fff}@media (max-width:992px){.reasons_block .reason p{font-size:14px}}@media (max-width:576px){.reasons_block .reason p{font-size:12px}}.types_of_audit{background-image:url(images/bg_image.png);background-size:contain;background-position:100%;background-repeat:no-repeat}@media (max-width:576px){.types_of_audit{background-size:50%;background-position:100% 100%}}.types_of_audit .h3,.types_of_audit h3{font-weight:500;font-size:36px;line-height:150%;text-align:center;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin-bottom:60px}@media (max-width:1200px){.types_of_audit .h3,.types_of_audit h3{font-size:30px;margin-bottom:30px}}@media (max-width:576px){.types_of_audit .h3,.types_of_audit h3{font-size:20px}}.types_of_audit ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:576px){.types_of_audit ul{display:initial}}.types_of_audit ul li{font-weight:500;font-size:16px;line-height:22px;text-transform:uppercase;color:#fff;margin:15px 0;width:45%;padding-left:20px;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.types_of_audit ul li:before{content:"";position:absolute;width:10px;height:10px;background:linear-gradient(90deg,#08a9d8,#231c4e 80%,#220e3f);top:calc(50% - 5px);left:0}@media (max-width:992px){.types_of_audit ul li{font-size:14px}}@media (max-width:576px){.types_of_audit ul li{font-size:12px;margin:5px 0;width:100%}}.what_is_included .included-block{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:768px){.what_is_included .included-block{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}}.what_is_included .included-block .included_item{width:30%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative}@media (max-width:768px){.what_is_included .included-block .included_item{width:100%;-ms-flex-pack:center;justify-content:center}}.what_is_included .included-block .included_item p{font-weight:700;font-size:20px;line-height:120%;letter-spacing:1.25px;text-transform:uppercase;color:#fff;max-width:220px;width:100%;position:absolute;left:30%}@media (max-width:1440px){.what_is_included .included-block .included_item p{left:45%}}@media (max-width:1200px){.what_is_included .included-block .included_item p{font-size:16px;left:40%}}@media (max-width:992px){.what_is_included .included-block .included_item p{font-size:14px;left:35%}}@media (max-width:768px){.what_is_included .included-block .included_item p{position:static}}@media (max-width:576px){.what_is_included .included-block .included_item p{font-size:12px;max-width:130px}}.what_is_included .included-block .included_item span{font-weight:500;font-size:300px;line-height:120%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;text-transform:uppercase;color:transparent;background:linear-gradient(90deg,rgba(8,169,216,.2),rgba(35,28,78,.2) 80%,rgba(34,14,63,.2));-webkit-background-clip:text;-webkit-text-stroke:2px #08a9d8}@media (max-width:1200px){.what_is_included .included-block .included_item span{font-size:220px}}@media (max-width:992px){.what_is_included .included-block .included_item span{font-size:160px}}@media (max-width:768px){.what_is_included .included-block .included_item span{font-size:150px}}@media (max-width:450px){.under_info_stages .item{margin:50px 0!important}.under_info_stages .item:first-of-type{margin-top:0!important}}.types_of_references{padding-bottom:0!important}.types_of_references:after{display:none!important}.types_of_references .h2,.types_of_references h2{font-weight:500;font-size:36px;line-height:150%;text-align:center;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin-bottom:20px;margin-top:30px}@media (max-width:1200px){.types_of_references .h2,.types_of_references h2{font-size:26px}}@media (max-width:576px){.types_of_references .h2,.types_of_references h2{font-size:20px}}.types_of_references .all_type_of_references{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.types_of_references .all_type_of_references .item_types{padding:20px 40px;max-width:390px;width:100%;box-shadow:0 2px 8px hsla(0,0%,59%,.25);border:2px solid #67c1e8;margin:7.5px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media (max-width:992px){.types_of_references .all_type_of_references .item_types{padding:20px;max-width:300px}}@media (max-width:768px){.types_of_references .all_type_of_references .item_types{max-width:100%}}.types_of_references .all_type_of_references .item_types p{font-weight:700;font-size:20px;line-height:120%;text-align:center;letter-spacing:1.25px;text-transform:uppercase;color:#fff;margin-bottom:25px}@media (max-width:1200px){.types_of_references .all_type_of_references .item_types p{font-size:18px}}@media (max-width:992px){.types_of_references .all_type_of_references .item_types p{font-size:16px;margin-bottom:15px}}.types_of_references .all_type_of_references .item_types span{display:block;font-weight:400;font-size:12px;line-height:150%;text-align:center;color:#9fa0a1}.middle_block_how_it_works{position:relative;padding-top:0}.middle_block_how_it_works:before{display:none!important}.middle_block_how_it_works .h4,.middle_block_how_it_works h4{font-weight:500;font-size:36px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin:65px 0 45px;text-align:center}.middle_block_how_it_works .stages_it_project{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-direction:column;flex-direction:column;padding:100px 0}@media (max-width:768px){.middle_block_how_it_works .stages_it_project{position:inherit;padding:0}.middle_block_how_it_works .stages_it_project img{display:none}}.middle_block_how_it_works .stages_it_project:after{content:"";position:absolute;display:block;top:0;height:3px;width:100%;background:radial-gradient(50413.14% 15951317.41% at .66% .33%,#3b4c55 0,#67c1e8 51.17%,#3b4c55 100%)}@media (max-width:768px){.middle_block_how_it_works .stages_it_project:after{display:none}}.middle_block_how_it_works .stages_it_project .top_right{position:absolute;top:0;right:0;z-index:-1}.middle_block_how_it_works .stages_it_project .bottom_left{position:absolute;bottom:0;left:0;z-index:-1}.middle_block_how_it_works .stages_it_project .first_block,.middle_block_how_it_works .stages_it_project .last_block,.middle_block_how_it_works .stages_it_project .middle_block{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background:linear-gradient(90deg,rgba(8,169,216,.1),rgba(35,28,78,.1) 80%,rgba(34,14,63,.1));padding:40px}@media (max-width:1200px){.middle_block_how_it_works .stages_it_project .first_block,.middle_block_how_it_works .stages_it_project .last_block,.middle_block_how_it_works .stages_it_project .middle_block{padding:20px}}.middle_block_how_it_works .stages_it_project .first_block{max-width:505px;width:100%;-ms-flex-item-align:start;align-self:flex-start;margin-top:20px}@media (max-width:1200px){.middle_block_how_it_works .stages_it_project .first_block{max-width:45%}}@media (max-width:768px){.middle_block_how_it_works .stages_it_project .first_block{max-width:80%;-ms-flex-item-align:center;align-self:center;margin-top:70px;position:relative;margin-bottom:40px}}.middle_block_how_it_works .stages_it_project .first_block:after{content:"";position:absolute;top:0;display:block;left:5%;width:4px;height:4%;border-radius:30px;background:radial-gradient(50% 90241.69% at 50% 100%,#67c1e8 0,#3b4c55 100%)}@media (max-width:768px){.middle_block_how_it_works .stages_it_project .first_block:after{left:50%;top:-15%;height:10%}}.middle_block_how_it_works .stages_it_project .first_block:before{content:"";position:absolute;z-index:10;top:-10px;left:4.2%;width:20px;height:20px;border-radius:1px;background:linear-gradient(90deg,#08a9d8,#231c4e 80%,#220e3f)}@media (max-width:768px){.middle_block_how_it_works .stages_it_project .first_block:before{width:100%;height:4px;border-radius:30px;background:radial-gradient(50% 90241.69% at 50% 100%,#67c1e8 0,#3b4c55 100%);left:0;top:-15%}}.middle_block_how_it_works .stages_it_project .middle_block{max-width:600px;width:100%;-ms-flex-item-align:center;align-self:center;margin-top:20px}@media (max-width:1200px){.middle_block_how_it_works .stages_it_project .middle_block{max-width:45%}}@media (max-width:768px){.middle_block_how_it_works .stages_it_project .middle_block{max-width:80%;-ms-flex-item-align:center;align-self:center;margin-top:70px;position:relative;margin-bottom:40px}}.middle_block_how_it_works .stages_it_project .middle_block:after{content:"";position:absolute;top:0;display:block;left:50%;width:4px;height:30%;border-radius:30px;background:radial-gradient(50% 90241.69% at 50% 100%,#67c1e8 0,#3b4c55 100%)}@media (max-width:768px){.middle_block_how_it_works .stages_it_project .middle_block:after{left:50%;top:-15%;height:10%}}.middle_block_how_it_works .stages_it_project .middle_block:before{content:"";position:absolute;z-index:10;top:-10px;left:49.35%;width:20px;height:20px;border-radius:1px;background:linear-gradient(90deg,#08a9d8,#231c4e 80%,#220e3f)}@media (max-width:768px){.middle_block_how_it_works .stages_it_project .middle_block:before{width:100%;height:4px;border-radius:30px;background:radial-gradient(50% 90241.69% at 50% 100%,#67c1e8 0,#3b4c55 100%);left:0;top:-15%}}.middle_block_how_it_works .stages_it_project .last_block{-ms-flex-item-align:end;align-self:flex-end;max-width:585px;width:100%;margin-top:20px}@media (max-width:1200px){.middle_block_how_it_works .stages_it_project .last_block{max-width:45%}}@media (max-width:768px){.middle_block_how_it_works .stages_it_project .last_block{max-width:80%;-ms-flex-item-align:center;align-self:center;margin-top:70px;position:relative}}.middle_block_how_it_works .stages_it_project .last_block:after{content:"";position:absolute;top:0;display:block;right:5%;width:4px;height:60%;border-radius:30px;background:radial-gradient(50% 90241.69% at 50% 100%,#67c1e8 0,#3b4c55 100%)}@media (max-width:768px){.middle_block_how_it_works .stages_it_project .last_block:after{left:50%;top:-15%;height:10%}}.middle_block_how_it_works .stages_it_project .last_block:before{content:"";position:absolute;z-index:10;top:-10px;right:4.2%;width:20px;height:20px;border-radius:1px;background:linear-gradient(90deg,#08a9d8,#231c4e 80%,#220e3f)}@media (max-width:768px){.middle_block_how_it_works .stages_it_project .last_block:before{width:100%;height:4px;border-radius:30px;background:radial-gradient(50% 90241.69% at 50% 100%,#67c1e8 0,#3b4c55 100%);left:0;top:-15%}}.middle_block_how_it_works .stages_it_project .item_stage{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.middle_block_how_it_works .stages_it_project .item_stage:not(:last-of-type){margin-bottom:60px}@media (max-width:768px){.middle_block_how_it_works .stages_it_project .item_stage:not(:last-of-type){margin-bottom:30px}}.middle_block_how_it_works .stages_it_project .item_stage .number{min-width:40px;margin-right:30px;font-size:32px;line-height:120%;letter-spacing:1.25px;text-transform:uppercase;color:transparent;-webkit-text-stroke:1px #67c1e8}@media (max-width:1200px){.middle_block_how_it_works .stages_it_project .item_stage .number{font-size:26px;margin-right:20px;min-width:25px}}@media (max-width:576px){.middle_block_how_it_works .stages_it_project .item_stage .number{font-size:22px;margin-right:10px}}@media (max-width:520px){.middle_block_how_it_works .stages_it_project .item_stage .number{font-size:18px}}.middle_block_how_it_works .stages_it_project .item_stage .h6,.middle_block_how_it_works .stages_it_project .item_stage h6{font-weight:600;font-size:18px;line-height:120%;color:#fff;margin-bottom:0}@media (max-width:1200px){.middle_block_how_it_works .stages_it_project .item_stage .h6,.middle_block_how_it_works .stages_it_project .item_stage h6{font-size:14px}}@media (max-width:576px){.middle_block_how_it_works .stages_it_project .item_stage .h6,.middle_block_how_it_works .stages_it_project .item_stage h6{font-size:12px}}@media (max-width:520px){.middle_block_how_it_works .stages_it_project .item_stage .h6,.middle_block_how_it_works .stages_it_project .item_stage h6{font-size:12px}}.middle_block_how_it_works .stages_it_project .item_stage p{font-weight:400;font-size:16px;line-height:130%;color:#9fa0a1}@media (max-width:1200px){.middle_block_how_it_works .stages_it_project .item_stage p{font-size:14px}}@media (max-width:576px){.middle_block_how_it_works .stages_it_project .item_stage p{font-size:12px}}@media (max-width:520px){.middle_block_how_it_works .stages_it_project .item_stage p{font-size:12px}}.section-for-need-google .container{position:relative;z-index:2;height:700px}@media (max-width:768px){.section-for-need-google .container{height:auto}}.section-for-need-google .bg-image-google{position:absolute;bottom:0;z-index:1}@media (max-width:768px){.section-for-need-google .bg-image-google{position:relative;margin-top:15px}}.section-for-need-google .h2,.section-for-need-google h2{font-weight:500;font-size:36px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin-bottom:20px;margin-top:30px}@media (max-width:1200px){.section-for-need-google .h2,.section-for-need-google h2{font-size:26px}}@media (max-width:576px){.section-for-need-google .h2,.section-for-need-google h2{font-size:20px}}.section-for-need-google .block-advantages{position:relative;z-index:100;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.section-for-need-google .block-advantages .advantage-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:relative;border-bottom:1px solid #67c1e8;min-height:105px;width:350px}.section-for-need-google .block-advantages .advantage-item:after{content:"";position:absolute;bottom:-50%;left:0;height:100%;width:1px;background:#67c1e8}@media (max-width:992px){.section-for-need-google .block-advantages .advantage-item{width:50%;border:1px solid #67c1e8}.section-for-need-google .block-advantages .advantage-item:after{content:none}}.section-for-need-google .block-advantages .advantage-item p{max-width:240px;width:100%;font-weight:500;font-size:16px;line-height:22px;text-transform:uppercase;color:#fff}@media (max-width:992px){.section-for-need-google .block-advantages .advantage-item p{font-size:14px;max-width:80%}}@media (max-width:576px){.section-for-need-google .block-advantages .advantage-item p{font-size:12px}}.section-for-need-google .block-advantages .advantage-item p:after{content:url(images/circle-for-advantage-items.svg);display:block;position:absolute;left:-19.5px;top:calc(50% - 20px)}@media (max-width:992px){.section-for-need-google .block-advantages .advantage-item p:after{content:none}}.for_what_branding{position:relative}.for_what_branding .h3,.for_what_branding h3{font-weight:500;font-size:36px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin-bottom:20px;margin-top:60px}@media (max-width:1200px){.for_what_branding .h3,.for_what_branding h3{font-size:26px;margin-top:30px}}@media (max-width:576px){.for_what_branding .h3,.for_what_branding h3{font-size:20px;text-align:center}}.for_what_branding .h2,.for_what_branding h2{font-weight:500;font-size:36px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin:30px auto 60px;max-width:740px}@media (max-width:1200px){.for_what_branding .h2,.for_what_branding h2{font-size:26px;margin-bottom:30px}}@media (max-width:576px){.for_what_branding .h2,.for_what_branding h2{font-size:20px}}.for_what_branding ul{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:576px){.for_what_branding ul{padding-left:30px}}.for_what_branding ul li{max-width:210px;width:100%;font-weight:500;font-size:16px;line-height:22px;color:#fff;position:relative;text-transform:uppercase}@media (max-width:1200px){.for_what_branding ul li{max-width:300px;margin:10px 0}}@media (max-width:768px){.for_what_branding ul li{max-width:100%}}@media (max-width:576px){.for_what_branding ul li{max-width:100%;font-size:14px}}.for_what_branding ul li:after{content:"";display:block;position:absolute;top:0;left:-22px;width:10px;height:10px;background:linear-gradient(90deg,#08a9d8,#231c4e 80%,#220e3f);border-radius:1px}.for_what_branding img{width:100%}.included_bg_image{position:relative}.included_bg_image .container{margin-bottom:60px}@media (max-width:992px){.included_bg_image .container{margin-bottom:30px}}.included_bg_image .h4,.included_bg_image h4{font-weight:500;font-size:36px;line-height:150%;text-align:center;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin-bottom:60px}@media (max-width:1200px){.included_bg_image .h4,.included_bg_image h4{font-size:30px;margin-bottom:30px}}@media (max-width:576px){.included_bg_image .h4,.included_bg_image h4{font-size:20px}}.included_bg_image .items_list{width:100%;background-repeat:no-repeat;padding:160px 0;background-size:contain;background-position:50%}@media (max-width:576px){.included_bg_image .items_list{padding:0;background-image:none!important}}.included_bg_image .items_list .list{-ms-flex-item-align:center;align-self:center;display:-ms-flexbox;display:flex;width:520px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:992px){.included_bg_image .items_list .list{width:480px}}@media (max-width:768px){.included_bg_image .items_list .list{width:320px}}@media (max-width:576px){.included_bg_image .items_list .list{width:100%;-ms-flex-pack:center;justify-content:center}}.included_bg_image .items_list .list .items{width:180px;font-weight:500;font-size:18px;line-height:160%;color:#ededed;margin:80px 40px}@media (max-width:992px){.included_bg_image .items_list .list .items{margin:50px 30px;font-size:16px}}@media (max-width:768px){.included_bg_image .items_list .list .items{width:140px;margin:30px 10px}}@media (max-width:576px){.included_bg_image .items_list .list .items{max-width:300px;width:100%;margin:10px 0;position:relative;padding-left:15px}.included_bg_image .items_list .list .items:after{content:"";display:block;position:absolute;top:0;left:0;width:10px;height:10px;background:linear-gradient(90deg,#08a9d8,#231c4e 80%,#220e3f);border-radius:1px}}.included_bg_image img{display:none}@media (max-width:576px){.included_bg_image img{display:block}}.complex_internet_marketing{position:relative;margin-bottom:60px}@media (max-width:992px){.complex_internet_marketing{margin-bottom:30px}}.complex_internet_marketing .h2,.complex_internet_marketing h2{font-weight:500;font-size:36px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin-bottom:80px}@media (max-width:1200px){.complex_internet_marketing .h2,.complex_internet_marketing h2{font-size:26px}}@media (max-width:768px){.complex_internet_marketing .h2,.complex_internet_marketing h2{text-align:center;margin-bottom:30px}}@media (max-width:576px){.complex_internet_marketing .h2,.complex_internet_marketing h2{font-size:20px}}.complex_internet_marketing .mobile_image{display:none}@media (max-width:576px){.complex_internet_marketing .mobile_image{display:block;margin:0 auto;width:100%}}.complex_internet_marketing .desktop_image{display:block;margin:0 auto}@media (max-width:576px){.complex_internet_marketing .desktop_image{display:none}}.what_is_include{position:relative}.what_is_include:before{display:none!important}.what_is_include .h3,.what_is_include h3{font-weight:500;font-size:36px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin-bottom:50px;text-align:center}@media (max-width:1200px){.what_is_include .h3,.what_is_include h3{font-size:26px}}@media (max-width:768px){.what_is_include .h3,.what_is_include h3{margin-bottom:30px}}@media (max-width:576px){.what_is_include .h3,.what_is_include h3{font-size:20px}}.what_is_include .included_list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;max-width:900px;margin:0 auto;margin-bottom:60px}@media (max-width:992px){.what_is_include .included_list{margin-bottom:30px}}.what_is_include .included_list .items{max-width:390px;width:100%;height:190px;padding:32px;border:2px solid #67c1e8;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-align:center;align-items:center;margin:20px 0}@media (max-width:992px){.what_is_include .included_list .items{max-width:250px}}@media (max-width:576px){.what_is_include .included_list .items{max-width:100%;margin:10px 0}}.what_is_include .included_list .items .h4,.what_is_include .included_list .items h4{font-weight:700;font-size:20px;line-height:120%;text-align:center;letter-spacing:1.25px;text-transform:uppercase;color:#fff}@media (max-width:1200px){.what_is_include .included_list .items .h4,.what_is_include .included_list .items h4{font-size:16px}}@media (max-width:992px){.what_is_include .included_list .items .h4,.what_is_include .included_list .items h4{font-size:14px}}.what_is_include .included_list .items p{font-weight:400;font-size:16px;line-height:150%;text-align:center;color:#9fa0a1}@media (max-width:1200px){.what_is_include .included_list .items p{font-size:14px}}@media (max-width:992px){.what_is_include .included_list .items p{font-size:12px}}@media (max-width:576px){.what_is_include .included_list .items p{font-size:12px}}.for_what_need_smm{padding:60px 0;position:relative}@media (max-width:992px){.for_what_need_smm{padding:30px 0}}.for_what_need_smm .h3,.for_what_need_smm h3{font-weight:500;font-size:36px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin-bottom:50px;text-align:center}@media (max-width:1200px){.for_what_need_smm .h3,.for_what_need_smm h3{font-size:26px}}@media (max-width:768px){.for_what_need_smm .h3,.for_what_need_smm h3{margin-bottom:30px}}@media (max-width:576px){.for_what_need_smm .h3,.for_what_need_smm h3{font-size:20px}}.for_what_need_smm .list_needs{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:930px;width:100%;margin:0 auto;margin-bottom:60px}@media (max-width:992px){.for_what_need_smm .list_needs{margin-bottom:30px}}@media (max-width:576px){.for_what_need_smm .list_needs{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}}.for_what_need_smm .list_needs .items{max-width:235px;width:100%;margin:15px 0}@media (max-width:768px){.for_what_need_smm .list_needs .items{margin:10px 0}}@media (max-width:576px){.for_what_need_smm .list_needs .items{max-width:80%}}.for_what_need_smm .list_needs .items p{font-weight:500;font-size:16px;line-height:22px;text-transform:uppercase;color:#fff}@media (max-width:992px){.for_what_need_smm .list_needs .items p{font-size:14px}}@media (max-width:576px){.for_what_need_smm .list_needs .items p{font-size:12px;line-height:120%}}.for_what_need_smm img{width:100%}.what_is_included_smm{position:relative;padding:60px 0}@media (max-width:992px){.what_is_included_smm{padding:30px 0}}.what_is_included_smm .h4,.what_is_included_smm h4{font-weight:500;font-size:36px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin-bottom:50px;text-align:center}@media (max-width:1200px){.what_is_included_smm .h4,.what_is_included_smm h4{font-size:26px}}@media (max-width:768px){.what_is_included_smm .h4,.what_is_included_smm h4{margin-bottom:30px}}@media (max-width:576px){.what_is_included_smm .h4,.what_is_included_smm h4{font-size:20px}}.what_is_included_smm .desktop_image{display:block;margin:0 auto}@media (max-width:576px){.what_is_included_smm .desktop_image{display:none}}.what_is_included_smm .mobile_box{display:none}@media (max-width:576px){.what_is_included_smm .mobile_box{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}}.what_is_included_smm .mobile_box p{max-width:70%;width:100%;position:relative;font-weight:700;font-size:12px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#fff;padding-left:30px;margin-bottom:12px}.what_is_included_smm .mobile_box p:after{content:"";display:block;width:6px;height:6px;background:linear-gradient(90deg,#08a9d8,#231c4e 80%,#220e3f);position:absolute;top:25%;left:0}.what_is_included_smm .mobile_box img{display:block;margin:0 auto}@media (max-width:576px){.integrated_youtube img{width:100%!important}}.for_what_need_ecommerce{position:relative}.for_what_need_ecommerce .h2,.for_what_need_ecommerce h2{font-weight:500;font-size:36px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin-bottom:50px;max-width:650px;width:100%}@media (max-width:1200px){.for_what_need_ecommerce .h2,.for_what_need_ecommerce h2{font-size:26px}}@media (max-width:768px){.for_what_need_ecommerce .h2,.for_what_need_ecommerce h2{margin-bottom:30px}}@media (max-width:576px){.for_what_need_ecommerce .h2,.for_what_need_ecommerce h2{font-size:20px}}.for_what_need_ecommerce .ecommerce_block{background-repeat:no-repeat;background-size:contain;background-position:100% 100%;padding-bottom:380px}.for_what_need_ecommerce .ecommerce_block .ecommerce_block_inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:90%}@media (max-width:992px){.for_what_need_ecommerce .ecommerce_block .ecommerce_block_inner{width:100%;-ms-flex-pack:center;justify-content:center}}.for_what_need_ecommerce .ecommerce_block .ecommerce_block_inner .ecommerce_items{position:relative;width:350px;height:150px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px solid #67c1e8}@media (max-width:992px){.for_what_need_ecommerce .ecommerce_block .ecommerce_block_inner .ecommerce_items{width:300px;height:120px;border:1px solid #67c1e8}}@media (max-width:768px){.for_what_need_ecommerce .ecommerce_block .ecommerce_block_inner .ecommerce_items{width:50%;height:150px}}.for_what_need_ecommerce .ecommerce_block .ecommerce_block_inner .ecommerce_items:after{content:url(images/circle-for-advantage-items.svg);display:block;position:absolute;top:calc(50% - 19px);left:-19px;width:38px;height:38px}@media (max-width:992px){.for_what_need_ecommerce .ecommerce_block .ecommerce_block_inner .ecommerce_items:after{content:none}}.for_what_need_ecommerce .ecommerce_block .ecommerce_block_inner .ecommerce_items:before{content:"";display:block;position:absolute;top:50%;left:0;width:1px;height:100%;background:#67c1e8}@media (max-width:992px){.for_what_need_ecommerce .ecommerce_block .ecommerce_block_inner .ecommerce_items:before{content:none}}.for_what_need_ecommerce .ecommerce_block .ecommerce_block_inner .ecommerce_items:nth-last-child(-n+2){border-bottom:none}@media (max-width:992px){.for_what_need_ecommerce .ecommerce_block .ecommerce_block_inner .ecommerce_items:nth-last-child(-n+2){border-bottom:1px solid #67c1e8}}.for_what_need_ecommerce .ecommerce_block .ecommerce_block_inner .ecommerce_items:nth-last-child(-n+2):before{height:50%}.for_what_need_ecommerce .ecommerce_block .ecommerce_block_inner .ecommerce_items p{font-weight:500;font-size:16px;line-height:22px;color:#fff;text-transform:uppercase;max-width:265px}@media (max-width:992px){.for_what_need_ecommerce .ecommerce_block .ecommerce_block_inner .ecommerce_items p{font-size:14px}}@media (max-width:768px){.for_what_need_ecommerce .ecommerce_block .ecommerce_block_inner .ecommerce_items p{max-width:90%}}@media (max-width:576px){.for_what_need_ecommerce .ecommerce_block .ecommerce_block_inner .ecommerce_items p{font-size:12px}}@media (max-width:420px){.for_what_need_ecommerce .ecommerce_block .ecommerce_block_inner .ecommerce_items p{font-size:12px}}.prices_ecommerce_website{position:relative}.prices_ecommerce_website .h3,.prices_ecommerce_website h3{font-weight:500;font-size:36px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin-bottom:50px;text-align:center}@media (max-width:1200px){.prices_ecommerce_website .h3,.prices_ecommerce_website h3{font-size:26px}}@media (max-width:768px){.prices_ecommerce_website .h3,.prices_ecommerce_website h3{margin-bottom:30px}}@media (max-width:576px){.prices_ecommerce_website .h3,.prices_ecommerce_website h3{font-size:20px}}.prices_ecommerce_website .aboutus-page .history__item-date{font-size:34px;left:-250px!important;font-weight:500}@media (max-width:1400px){.prices_ecommerce_website .aboutus-page .history__item-date{font-size:26px;left:-170px!important}}@media (max-width:1100px){.prices_ecommerce_website .aboutus-page .history__item-date{font-size:16px;left:-110px!important}}@media (max-width:992px){.prices_ecommerce_website .aboutus-page .history__item-date{position:relative;left:auto!important;top:auto!important}}.prices_ecommerce_website .aboutus-page .history__item-date:after{left:250px!important}@media (max-width:1400px){.prices_ecommerce_website .aboutus-page .history__item-date:after{left:170px!important}}@media (max-width:1100px){.prices_ecommerce_website .aboutus-page .history__item-date:after{left:110px!important}}@media (max-width:992px){.prices_ecommerce_website .aboutus-page .history__item-date:after{left:-30px!important}}.prices_ecommerce_website .aboutus-page .history__item-date:before{left:250px!important}@media (max-width:1400px){.prices_ecommerce_website .aboutus-page .history__item-date:before{left:170px!important}}@media (max-width:1100px){.prices_ecommerce_website .aboutus-page .history__item-date:before{left:110px!important}}@media (max-width:992px){.prices_ecommerce_website .aboutus-page .history__item-date:before{left:-30px!important}}.need_seo_promotion .h2,.need_seo_promotion h2{position:relative;z-index:10}.need_seo_promotion .seo_desktop{position:absolute;top:5%;right:15%;z-index:1;max-width:500px}@media (max-width:992px){.need_seo_promotion .seo_desktop{position:inherit}}.need_seo_promotion .block_for_need{height:500px}@media (max-width:992px){.need_seo_promotion .block_for_need{height:auto}}.need_seo_promotion .text_block{position:relative}.need_seo_promotion .text_block:after{position:absolute;content:"";display:block;left:-10px;top:calc(50% - 5px);width:10px;height:10px;background:linear-gradient(90deg,#08a9d8,#231c4e 80%,#220e3f)}@media (max-width:768px){.need_seo_promotion .text_block:after{content:none}}.process-block .container{max-width:1172px}.process-block__title{text-align:center;font-weight:500;font-size:36px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin-bottom:35px;margin-top:120px}@media (max-width:1200px){.process-block__title{font-size:26px;margin-top:60px}}@media (max-width:768px){.process-block__title{margin:25px 0}}@media (max-width:576px){.process-block__title{font-size:20px}}.process-block__stage{font-weight:500;font-size:22px;line-height:160%;color:#67c1e8}@media (max-width:1200px){.process-block__stage{font-size:18px}}@media (max-width:576px){.process-block__stage{font-size:12px}}.process-block__description{font-weight:400;font-size:16px;line-height:150%;color:#9fa0a1;margin-bottom:40px}@media (max-width:1200px){.process-block__description{font-size:13px;margin-bottom:20px}}@media (max-width:576px){.process-block__description{font-size:12px;margin-bottom:15px}}.stages-block{position:relative;width:100%;margin-bottom:120px}@media (max-width:1200px){.stages-block{margin-bottom:60px}}@media (max-width:576px){.stages-block{margin-bottom:30px}}.stages-block:after{left:0;background:radial-gradient(20% 90241.69% at 10% 80%,#67c1e8 0,#3b4c55 100%)}.stages-block:after,.stages-block:before{content:"";display:block;position:absolute;top:0;width:1px;height:100%}.stages-block:before{right:0;background:radial-gradient(20% 90241.69% at 30% 80%,#67c1e8 0,#3b4c55 100%)}.stages-block__item{display:-ms-flexbox;display:flex;position:relative}@media (max-width:768px){.stages-block__item{-ms-flex-direction:column;flex-direction:column}}.stages-block__item:after{top:0}.stages-block__item:after,.stages-block__item:last-of-type:before{content:"";display:block;position:absolute;right:0;left:0;width:100%;height:1px;background:radial-gradient(50% 90241.69% at 50% 100%,#67c1e8 0,#3b4c55 100%)}.stages-block__item:last-of-type:before{bottom:0}.stages-block__week{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:193px;position:relative}@media (max-width:768px){.stages-block__week{width:100%;padding:15px 0}}.stages-block__week:after{content:"";display:block;width:1px;position:absolute;top:0;right:0;height:100%;background:radial-gradient(20% 90241.69% at 30% 80%,#67c1e8 0,#3b4c55 100%)}@media (max-width:768px){.stages-block__week:after{top:auto;bottom:0;left:0;right:0;height:1px;width:100%;background:radial-gradient(50% 90241.69% at 50% 100%,#67c1e8 0,#3b4c55 100%)}}.stages-block__week span{text-transform:uppercase;text-align:center;max-width:60%;width:100%;font-weight:500;font-size:20px;line-height:130%;color:#67c1e8}@media (max-width:1200px){.stages-block__week span{font-size:18px}}@media (max-width:576px){.stages-block__week span{font-size:16px}}.stages-block__list{width:100%}.stages-block__stage{display:-ms-flexbox;display:flex;position:relative;width:100%}.stages-block__stage:after{content:"";display:block;position:absolute;bottom:0;left:0;right:0;width:100%;height:1px;background:radial-gradient(50% 90241.69% at 50% 100%,#67c1e8 0,#3b4c55 100%)}.stages-block__num{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:10%;position:relative}.stages-block__num:after{content:"";display:block;width:1px;height:100%;position:absolute;top:0;right:0;background:radial-gradient(20% 90241.69% at 30% 80%,#67c1e8 0,#3b4c55 100%)}.stages-block__num span{font-weight:600;font-size:32px;line-height:160%;color:transparent;-webkit-text-stroke:1px #67c1e8;text-stroke:1px #67c1e8}@media (max-width:1200px){.stages-block__num span{font-size:26px}}@media (max-width:576px){.stages-block__num span{font-size:20px}}.stages-block__descr{padding:20px 40px;width:90%}@media (max-width:768px){.stages-block__descr{width:95%;padding:10px}}.stages-block__descr .h3,.stages-block__descr h3{font-weight:500;font-size:22px;line-height:22px;color:#fff}@media (max-width:1200px){.stages-block__descr .h3,.stages-block__descr h3{font-size:18px}}@media (max-width:768px){.stages-block__descr .h3,.stages-block__descr h3{margin-bottom:0}}@media (max-width:576px){.stages-block__descr .h3,.stages-block__descr h3{font-size:14px}}.stages-block__descr p{font-weight:400;font-size:16px;line-height:22px;color:#9fa0a1}@media (max-width:1200px){.stages-block__descr p{font-size:13px}}@media (max-width:576px){.stages-block__descr p{font-size:12px}}.implementation-block{max-width:650px;width:100%;margin:0 auto 60px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media (max-width:576px){.implementation-block{margin:0 auto 30px}}.implementation-block__title{font-weight:500;font-size:36px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;text-align:center;color:#67c1e8;margin:0}@media (max-width:1200px){.implementation-block__title{font-size:26px}}@media (max-width:576px){.implementation-block__title{font-size:20px}}@media (max-width:460px){.implementation-block__title{font-size:18px}}.implementation-block__description{font-weight:400;font-size:16px;line-height:150%;color:#fff;text-align:center;margin:30px 0}@media (max-width:1200px){.implementation-block__description{font-size:14px}}@media (max-width:576px){.implementation-block__description{font-size:12px}}.faq-block{position:relative;padding:0}.faq-block:before{content:none}.faq-block__title{text-align:center;font-weight:500;font-size:36px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;margin:30px 0 60px}@media (max-width:1200px){.faq-block__title{font-size:26px}}@media (max-width:576px){.faq-block__title{font-size:20px;margin:30px 0 15px}}.faq-block__sub-title{font-weight:700;font-size:24px;line-height:150%;text-transform:uppercase;color:#67c1e8;margin-bottom:25px}@media (max-width:1200px){.faq-block__sub-title{font-size:20px}}@media (max-width:576px){.faq-block__sub-title{font-size:16px;margin-bottom:15px}}#accordion{margin-bottom:120px}@media (max-width:1200px){#accordion{margin-bottom:60px}}@media (max-width:576px){#accordion{margin-bottom:30px}}#accordion>div{position:relative;margin-bottom:30px}#accordion>div .acc-head{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;position:relative;cursor:pointer}#accordion>div .acc-head:after{content:"";display:block;position:absolute;bottom:0;left:0;right:0;width:100%;height:1px;background:radial-gradient(50% 90241.69% at 50% 100%,#67c1e8 0,#3b4c55 100%);transition:all .4s ease}#accordion>div .acc-head .h3,#accordion>div .acc-head h3{font-weight:500;font-size:22px;line-height:22px;color:#fff;margin-bottom:15px;transition:all .4s ease}@media (max-width:1200px){#accordion>div .acc-head .h3,#accordion>div .acc-head h3{font-size:18px}}@media (max-width:576px){#accordion>div .acc-head .h3,#accordion>div .acc-head h3{font-size:14px;margin-bottom:0}}#accordion>div .acc-head .icon{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}#accordion>div .acc-head .icon span{display:block;width:15px;height:2px;border-radius:2px;background:#fff;transition:all .4s ease}#accordion>div .acc-head .icon span:last-of-type{transform:rotate(90deg);position:absolute;left:0}#accordion>div .acc-body{display:none}#accordion>div .acc-body p{margin:10px 0;font-weight:400;font-size:18px;line-height:122%;color:#9fa0a1}@media (max-width:1200px){#accordion>div .acc-body p{font-size:15px}}@media (max-width:576px){#accordion>div .acc-body p{font-size:12px}}#accordion>div.active .acc-head .h3,#accordion>div.active .acc-head h3{color:#67c1e8}#accordion>div.active .acc-head:after{height:0}#accordion>div.active .acc-head .icon span{transform:rotate(45deg);background:#67c1e8}#accordion>div.active .acc-head .icon span:last-of-type{transform:rotate(135deg)}.cases-page{padding-top:100px;padding-bottom:60px}@media (max-width:992px){.cases-page{padding:50px 0}}.btn-submit{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:14px 32px;width:224px;min-height:49px;background:#b7c3d2;border-radius:4px;margin:10px 0;font-weight:700;text-transform:uppercase;font-size:14px}.btn-submit,.btn-submit:hover{color:#fff;border:1px solid transparent}.btn-submit:hover{background:#d2dce9}.btn-main{display:inline-block;padding:15px;color:#fff;font-size:30px;font-family:Noto Sans,sans-serif;font-weight:300;box-shadow:-3px -1px 31px 1px rgba(0,0,0,.22);border:2px solid transparent}.btn-accent{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;font-size:36px;font-weight:700;color:#fff;border:2px solid #67c1e8;background-color:#67c1e8}.btn-accent:hover{color:#67c1e8;background-color:#fff;border:2px solid #67c1e8}.product-slider-btn{font-weight:600;font-size:12px;background-color:#fff;border-radius:4px;color:#67c1e8;position:absolute;display:inline-block;min-width:240px;padding:10px 24px;z-index:50;top:26px;right:26px;text-align:center;text-transform:uppercase;line-height:150%}.product-slider-btn .fa-arrow-right{display:inline-block;margin-left:15px}.product-slider-btn:hover{background-color:#c1a686;color:#fff}.btn-dark{font-weight:600;font-size:12px;background-color:#67c1e8;color:#fff;border-radius:4px;padding:10px 24px;display:inline-block;min-width:186px;text-align:center;text-transform:uppercase;line-height:150%}.btn-dark .fa-arrow-right{display:inline-block;margin-left:15px}.btn-dark:hover{background-color:#c1a686;color:#fff}.btn-general{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:#67c1e8;font-size:12px;line-height:1;text-align:center;letter-spacing:1.25px;text-transform:uppercase;color:#fff;border:none;min-width:180px;min-height:46px;padding:0 15px}.btn-general:hover{color:#000}.btn-cases{background:transparent;border:1px solid #67c1e8;color:#67c1e8}.btn-cases:hover{background:#67c1e8!important}.btn-alternative,.wpcf7 input[type=submit]{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:transparent;font-size:12px;line-height:1;text-align:center;letter-spacing:1.25px;text-transform:uppercase;color:#67c1e8;border:1px solid #67c1e8;min-width:180px;min-height:46px;padding:0 15px}.btn-alternative:hover,.wpcf7 input:hover[type=submit]{color:#67c1e8}.rewards-slider{overflow:hidden}.icon-swipe-hand{cursor:-webkit-grab;cursor:grab;margin:auto}@media (min-width:1200px){.icon-swipe-hand{display:none}}.swiper-container{overflow:hidden}#slickCasesMob .cases__card{margin:0}@keyframes e{0%{transform:translateY(100%)}to{transform:translateY(0)}}.hidden-modal{display:none!important}.show-modal .modal-wrap{animation:e .5s}.custom__modal{position:fixed;top:0;left:0;bottom:0;right:0;height:100%;width:100%;background:rgba(0,0,0,.25);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;z-index:100}.custom__modal-wrapper{overflow-y:auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:65%;max-width:90%;max-height:90%;position:relative}@media (min-width:992px){.custom__modal-wrapper{min-width:65%;max-width:75%}}@media (min-width:1400px){.custom__modal-wrapper{min-width:65%;max-width:945px}}.custom__modal-wrapper .header-section{font-size:32px}.custom__modal .btn-close{position:absolute;top:24px;right:24px;z-index:100}.no-svg .social-links a{height:auto;width:auto}.no-svg .social-links li a .screen-reader-text{clip:auto;font-size:16px;font-weight:400;height:auto;position:relative!important;width:auto}ul.social-icons{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}ul.social-icons li{margin:0 0 0 .5rem}.social-icons a{-ms-flex-align:center;align-items:center;background:#fff;color:#338ac5;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:0;text-decoration:none;transition:transform .15s ease-in-out}.social-icons a:focus,.social-icons a:hover{transform:scale(1.1);text-decoration:none}.svg-icon{fill:currentColor;width:24px;height:24px}embed,img,object,svg{display:block;height:auto;max-width:100%}.icon-map{height:12px;width:12px;background:url(images/icon/map.svg) 50%/50% no-repeat;background-size:contain;color:#67c1e8}@media (min-width:992px){.icon-map{height:24px;width:24px}}.icon-tel{height:12px;width:12px;background:url(images/icon/tel.svg) 50%/50% no-repeat;background-size:contain;color:#67c1e8}@media (min-width:992px){.icon-tel{height:24px;width:24px}}.icon-mail{height:12px;width:12px;background:url(images/icon/mail.svg) 50%/50% no-repeat;background-size:contain;color:#67c1e8}@media (min-width:992px){.icon-mail{height:24px;width:24px}}.icon-quotes{height:63px;width:73px;background:url(images/icon/quotes2.svg) 50%/50% no-repeat;background-size:contain;color:#67c1e8}@media (min-width:992px){.icon-quotes{height:119px;width:138px;background:url(images/icon/quotes1.svg) 50%/50% no-repeat}}.icon-swipe-hand{height:28px;width:37px;background:url(images/icon/hand-pointer.svg) 50%/50% no-repeat;background-size:contain}.wpcf7 input[type=submit]{height:auto;width:unset;min-width:260px;border-radius:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:28px auto 0}@media (min-width:992px){.wpcf7 input[type=submit]{margin:50px auto 0}}.wpcf7 .wpcf7-form{position:relative}.wpcf7 .wpcf7-form label{padding:0;margin:0;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}.wpcf7 .wpcf7-not-valid-tip{color:red}.wpcf7 .wpcf7-validation-errors{margin:15px 0;color:#67c1e8;border:1px solid red;height:auto}.wpcf7 .wpcf7-not-valid-tip{line-height:25px}.wpcf7-mail-sent-ok{margin:15px 0;color:#67c1e8;border:1px solid green}.wpcf7-spinner{display:none}.form-contact .form-title{font-style:normal;font-weight:700;font-size:20px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#fff;max-width:240px;text-align:center;margin:0 auto 20px}@media (min-width:992px){.form-contact .form-title{margin:0 0 36px;text-align:left;font-size:24px;max-width:100%}}.form-contact .input-wrap label{border-bottom:1px solid;border-image-slice:1;border-image-source:linear-gradient(90deg,#3b4c55,#67c1e8,#3b4c55);margin-bottom:24px;padding-bottom:4px;font-style:normal;font-weight:500;font-size:12px;line-height:160%;color:#fff;width:100%;white-space:nowrap;position:relative}@media (min-width:992px){.form-contact .input-wrap label{font-size:20px;padding-bottom:8px}}.form-contact .input-wrap label.hidden-label{display:none}.form-contact .input-wrap input{background-color:transparent;border-radius:0;border:none;font-style:normal;font-weight:500;font-size:12px;line-height:160%;color:#fff}@media (min-width:992px){.form-contact .input-wrap input{font-size:20px}}.form-contact .input-wrap input:focus{background-color:#303030;border-radius:4px;border:none;outline:none;box-shadow:none;font-style:normal;font-weight:500;font-size:12px;line-height:160%;color:#fff}@media (min-width:992px){.form-contact .input-wrap input:focus{font-size:20px}}.form-contact .input-wrap .wpcf7-form-control-wrap{position:static;margin-left:15px}.form-contact .input-wrap .wpcf7-not-valid-tip{position:absolute;bottom:-22px;left:50%;font-size:14px;transform:translateX(-50%)}.header{z-index:5;top:30px;transform:translate(-50%);transition:top,background .4s linear}.header,.header.top{position:fixed;width:100%;left:50%}.header.top{padding:0 10px;background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),#1e1e20;top:0;transform:translateX(-50%)}@media (min-width:992px){.header.top{padding:0 60px}}.header.top .container{padding:0}@media (max-width:991px){.header.top .container{padding:0}}@media (max-width:991px){.header.top{width:100%;left:0;transform:translate(0)}}@media (max-width:991px){.header__container>div{gap:unset;-ms-flex-align:center;align-items:center}}.header__logo{margin-left:-19px}@media (max-width:1199px){.header__logo img{max-width:150px;width:100%}}@media (max-width:991px){.header__logo img{max-width:100px;width:100%}}.header__nav{gap:50px}.header__nav li{z-index:1}.header__nav li a{text-transform:uppercase;color:#fff}.header__nav li a img{margin-left:6px}@media (max-width:991px){.header__nav li{font-size:16px}}@media (max-width:991px){.header__nav li#lang{display:none}}@media (max-width:991px){.header__nav>li{margin-bottom:20px}}.header__nav-link{text-transform:uppercase;transition:.2s linear;position:relative}.header__nav-link:before{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:#67c1e8;transition:.2s linear}.header__nav-link:hover{color:#67c1e8}.header__nav-link:hover:before{width:100%}@media (max-width:991px){.header__nav-link.show{margin-bottom:10px}}@media (max-width:991px){.header__nav-link{-ms-flex-pack:center;justify-content:center}}@media (max-width:991px){.header__nav .dropdown-menu.show{display:block;margin:0;padding:0;transform:translateZ(0)!important}}.header__nav.active{left:0}@media (max-width:991px){.header__nav{padding-top:30px;-ms-flex-direction:column;flex-direction:column;position:absolute;left:100%;top:58px;width:100%;min-height:100vh;height:100%;z-index:1;overflow:auto;transition:.3s linear}}.header__tel{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-left:50px}@media (max-width:991px){.header__tel-desktop,.header__tel>img{display:none}}.header__tel-mob{display:inline-block}.header__tel-mob img{width:18px;height:18px}@media (min-width:992px){.header__tel-mob{display:none}}@media (max-width:991px){.header__tel{margin-right:23px}}.header__language .dropdown-menu{transform:translate3d(-13px,25px,0)!important;padding:10px 0;min-width:4rem}.header__language .header__nav-link{margin-bottom:0}@media (min-width:992px){.header__language{display:none}}@media (max-width:991px){.header__language{margin-right:23px}}.header__burger{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:26px;z-index:1}.header__burger span{width:100%;height:2px;background:#fff;transition:.4s}.header__burger span:not(:last-of-type){margin-bottom:6.5px}@media (min-width:992px){.header__burger{display:none}}.header__burger.cross{position:relative;top:3px}.header__burger.cross span:first-of-type{position:absolute;transform:rotate(-45deg)}.header__burger.cross span:nth-of-type(2){opacity:0;visibility:hidden}.header__burger.cross span:last-of-type{position:absolute;transform:rotate(45deg)}@media (max-width:991px){.header{transform:translate(0);top:0;left:0}}#main-menu .menu-item{display:-ms-flexbox;display:flex}@media (max-width:991px){#main-menu .menu-item{-ms-flex-direction:column;flex-direction:column}}#main-menu .nav-link{text-transform:uppercase;transition:.2s linear;position:relative;padding:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width:991px){#main-menu .nav-link{-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column}}#main-menu .nav-link:before{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:#67c1e8;transition:.2s linear}#main-menu .nav-link:focus{color:#fff}#main-menu .nav-link:hover{color:#67c1e8}#main-menu .nav-link:hover:before{width:100%}@media (max-width:991px){#main-menu .nav-link.show{margin-bottom:10px}}@media (max-width:991px){#main-menu .nav-link{-ms-flex-pack:center;justify-content:center}}@media (min-width:992px){.header__container{min-height:106px}}@media (min-width:1199px){.custom-logo-link{max-width:188px;width:100%}}@media (max-width:991px){.custom-logo-link{max-width:100px;width:100%}}.custom-logo-link img{max-width:100px;height:auto}@media (min-width:1200px){.custom-logo-link img{max-width:188px;width:100%}}#main-menu.active{background:#000;z-index:100}.header__tel-desktop{margin-left:6px}@media (max-width:991px){.dropdown-menu{position:relative!important}}.dropdown-item.active,.dropdown-item:active{color:#67c1e8;text-decoration:none;background-color:transparent}@media (max-width:1439px){.header__nav{gap:30px}.header__tel{margin-left:20px}}.footer-nav .nav-link{color:#fff;padding:0}.footer-nav .nav-link:hover{color:#67c1e8}#hid_value{display:none}.social-bottom{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.social-bottom li{gap:10px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.socials-inline ul{gap:44px;display:-ms-flexbox;display:flex}.social-links{position:fixed;bottom:4%;right:4%;z-index:100}.social-links,.social-links .social_links_item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.social-links .social_links_item{background:#67c1e8;border-radius:160px;margin-bottom:25px;transition:all .4s ease;opacity:0;padding:10px 15px}@media (max-width:768px){.social-links .social_links_item{margin-bottom:15px;border-radius:100px}}.social-links .social_messange{padding:19px;background:#67c1e8;border-radius:50%;transition:all .4s ease;position:relative;box-shadow:0 0 0 #67c1e8;animation:f 2s infinite}@media (max-width:576px){.social-links .social_messange{padding:12px}}.social-links .social_messange:hover{animation:none;background:url(images/icon/hover_social_links.svg);background-size:contain;background-position:50%;background-color:transparent;border-radius:0;background-repeat:no-repeat}.social-links:hover .social_links_item{opacity:1}@keyframes f{0%{box-shadow:0 0 0 0 rgba(103,194,233,.4)}70%{box-shadow:0 0 0 30px rgba(103,194,233,0)}to{box-shadow:0 0 0 0 rgba(103,194,233,0)}}.social-links .social_links_item .items{background:#fff;border-radius:50%;width:35px;height:35px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.social-links .social_links_item .items:hover{cursor:pointer;background:#67c1e8}.social-links .social_links_item .items:not(:last-of-type){margin-bottom:15px}@media (max-width:768px){.social-links .social_links_item .items:not(:last-of-type){margin-bottom:10px}}.footer{padding-bottom:0}@media (max-width:768px){.footer{padding-bottom:30px}}.map_link span{max-width:262px}@media (max-width:768px){.map_link span{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}}.badge{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-top:60px;padding:0;max-width:858px;margin-bottom:20px}@media (max-width:768px){.badge{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;margin-top:30px;margin-bottom:0}.badge a{margin:15px 0}}.hero{min-height:250px;background-size:cover;background-position:50%;background-repeat:no-repeat;padding-top:10px;position:relative}@media (min-width:768px){.hero{min-height:350px}}@media (min-width:992px){.hero{min-height:475px}}@media (min-width:1200px){.hero{min-height:670px}}.hero figure{margin:0 -20px}@media (min-width:992px){.hero figure{margin:0}}.hero-content{width:100%;font-style:normal;font-weight:500;font-size:12px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;color:#fff;margin:auto;padding:25px 20px}@media (min-width:992px){.hero-content{max-width:80%}}@media (min-width:1024px){.hero-content{padding:unset;position:absolute;right:0;bottom:4%;max-width:388px}}@media (min-width:1200px){.hero-content{right:7%;bottom:11%}}@media (min-width:1400px){.hero-content{right:13%;bottom:15%}}.hero video{width:100%}.hero .header-section{margin-left:20px}@media (min-width:1024px){.hero .header-section{margin-left:unset;position:absolute;top:10%;left:10%}}.hero .header-section-small{margin-left:20px}@media (min-width:1024px){.hero .header-section-small{margin-left:unset;position:absolute;top:18%;left:10%}}.request-form{background-color:#f5faff;background-image:url(images/impress_form-background.png);background-size:cover;background-position:50%;background-repeat:no-repeat}@media (min-width:768px){.request-form{padding:25px 0}}@media (min-width:992px){.request-form{padding:65px 0}}.hero-btn-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:24px;-ms-flex-direction:column;flex-direction:column}@media (min-width:992px){.hero-btn-wrap{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start}}.hero-title{text-align:center}@media (min-width:992px){.hero-title{text-align:left}}.hero-image{height:100%}.hero-image img{height:100%;width:auto;min-width:100%;-o-object-fit:cover;object-fit:cover}.main-benefits{padding:50px 0;background:#f9f8f5}@media (min-width:992px){.main-benefits{padding:100px 0 110px}}.map{padding:25px 0;background:linear-gradient(24deg,#cad6df,#cad6df 50%,#fff 0,#fff 0,#fff)}@media (min-width:768px){.map{padding:50px 0}}@media (min-width:1200px){.map{padding:100px 0}}.map-responsive{overflow:hidden;padding-bottom:325px;position:relative;height:0}@media (min-width:992px){.map-responsive{padding-bottom:450px}}.map-responsive iframe{left:0;top:0;height:100%;width:100%;position:absolute}.wrap-request-form{padding:15px;margin:auto;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.04),0 2px 2px rgba(0,0,0,.05);border-radius:12px;max-width:768px}@media (min-width:768px){.wrap-request-form{padding:60px}}.footer-request-form{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.footer-request-form br{display:none}@media (min-width:992px){.footer-request-form{-ms-flex-pack:justify;justify-content:space-between}}.custom-upload-field{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important;position:relative}@media (min-width:768px){.custom-upload-field{margin-right:10px}}.custom-upload-field p{width:100%}.custom-upload-field input:focus[type=text]{background:#f4f4f4}.custom-upload-field #fileuploadfield{display:none}.custom-upload-field #uploadtextfield{max-width:350px;padding:5px 5px 5px 40px;margin:0;width:100%;outline:none;box-shadow:none;border-radius:0;border:none;background:transparent}.custom-upload-field .input-group{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.custom-upload-field .input-group-append:before{content:"\1F4CE";position:absolute;z-index:1;top:50%;transform:translateY(-50%);left:17px}.custom-upload-field .fa-file-upload{position:absolute;top:50%;left:50%;transform:translate(-50%);line-height:0;color:#67c1e8}.custom-upload-field #uploadbrowsebutton:focus{outline:transparent}.custom-upload-field #uploadbrowsebutton{height:40px;width:40px;color:transparent;border:none;background:transparent;z-index:5}.contact-modal .custom__modal-wrapper{background:rgba(24,24,26,.95);box-shadow:0 4px 4px rgba(0,0,0,.25);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:10px 40px;min-height:90%;max-width:100%}@media (max-width:480px){.contact-modal .custom__modal-wrapper{max-width:100%;padding:10px}}.contact-modal__content{max-width:450px}.cases{margin-top:75px;font-style:normal;font-weight:500;font-size:12px;line-height:160%;color:#fff}@media (min-width:992px){.cases{font-size:20px}}.cases P{margin-bottom:12px}@media (min-width:992px){.cases P{margin-bottom:24px}}.cases-section-header{font-style:normal;font-weight:500;font-size:20px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;background:radial-gradient(50% 90241.69% at 50% 100%,#67c1e8 0,#3b4c55 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}@media (min-width:992px){.cases-section-header{font-size:32px}}@media (min-width:1440px){.cases-section-header{font-size:46px}}.cases .target img{width:100%;-o-object-fit:cover;object-fit:cover}.cases .section{padding-bottom:0}.cases .section:before{display:none}.cases .case-template__advantages-picture.picture1 img{-o-object-fit:contain;object-fit:contain}.cases .case-template__advantages-picture{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.cases .case-template__personal-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}@media (min-width:992px){.cases .case-template__personal-item{max-width:50%}}.cases .case-template__personal-desc,.cases .case-template__personal-image{-ms-flex:45;flex:45}.cases .case-template__personal-desc span{font-weight:500;font-size:12px;line-height:160%;color:#67c1e8}@media (min-width:992px){.cases .case-template__personal-desc span{font-weight:700;font-size:24px}}.cases .case-template__personal-desc p{font-weight:400;font-size:12px;line-height:150%;color:#fff}@media (min-width:992px){.cases .case-template__personal-desc p{font-size:16px}}.dot-title{position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;font-weight:700;font-size:24px;line-height:150%;letter-spacing:1.25px;text-transform:uppercase;margin-bottom:12px}@media (max-width:575px){.dot-title{font-size:12px;font-weight:300;margin-top:15px}}.dot-title:before{content:"";display:block;margin-right:22px;width:10px;min-width:10px;height:10px;min-height:10px;background:linear-gradient(90deg,#08a9d8,#231c4e 80%,#220e3f);box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:1px}@media (max-width:575px){.cases .case-template__advantages-picture{margin-bottom:50px}}@media (max-width:575px){.results .results__title{padding-top:30px;text-align:left}}.reviews .main-title{margin-top:0;margin-bottom:20px}@media (min-width:992px){.reviews .main-title{margin-top:45px;margin-bottom:70px}}.reviews__author{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-flow:column nowrap;flex-flow:column nowrap}@media (min-width:992px){.reviews__author{-ms-flex-align:start;align-items:flex-start}}.reviews__info{padding:0 20px}@media (min-width:992px){.reviews__info{padding:0}}.reviews__info p{font-style:normal;font-weight:500;font-size:12px;line-height:160%;text-align:center;color:#fff}@media (min-width:992px){.reviews__info p{font-size:20px;text-align:left}}.reviews__info-wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}@media (max-width:991px){.reviews__info-wrap{margin:20px -20px}}.reviews__picture{display:-ms-flexbox;display:flex;height:100%}.reviews__picture img{-o-object-fit:cover;object-fit:cover}@media (max-width:991px){.reviews__picture{margin:0 -20px}}
/*# sourceMappingURL=style.css.map */
