/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 05 2026 | 21:52:17 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 22 2025 | 18:47:33 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  /*Add colors here*/
  --white: #ffffff;
  --navy: #010031;
  --magenta: #C4358B;
  --coral: #EC5D5A;
  --transparentBG: rgba(247, 247, 255, 0.95);
  --transparentBGMobile: rgba(247, 247, 255, 0.80);
  --gradientVert: linear-gradient(to bottom, var(--magenta), var(--coral) );
  --gradientHor: linear-gradient(to right, var(--magenta), var(--coral) );
  --neue: "helvetica-neue-lt-pro", sans-serif;
  --thin: 100;
  --extralight: 200;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --extrabold: 800;
  --black: 900;
  --italic: italic;
  --i_darkpurple: #2A034C;
  --i_purple: #451284;
  --i_green: #00CA9F;
  --i_gray: #81819E;
  --i_black: #000000;
  --i_white: #FFFFFF;
  --twitter: #00aced;
  --facebook: #3b5998;
  --googleplus: #dd4b39;
  --pinterest: #cb2027;
  --linkedin: #007bb6;
  --youtube: #bb0000;
  --vimeo: #aad450;
  --tumblr: #32506d;
  --instagram: #517fa4;
  --flickr: #ff0084;
  --dribbble: #ea4c89;
  --quora: #a82400;
  --foursquare: #0072b1;
  --forrst: #5B9A68;
  --vk: #45668e;
  --wordpress: #21759b;
  --stumbleupon: #EB4823;
  --yahoo: #7B0099;
  --blogger: #fb8f3d;
  --soundcloud: #ff3a00;
  --snapchat: #fffc00;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 20:38:52 */
html, body {
  color: var(--navy);
  font-family: var(--neue) !important;
}
.responsive #top #wrap_all .container {
  width: 100% !important;
}
.container {
  max-width: 1920px !important;
  padding: 0 104px;
}
@media only screen and (max-width: 989px) {
  .container {
    padding: 0 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 30px !important;
  }
}
p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: var(--navy);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
p + p {
  margin-top: 1.33em !important;
}
@media only screen and (max-width: 989px) {
  p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}
.gradient-text {
  color: var(--white);
  background: var(--gradientHor);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#wrap_all {
  position: relative;
}
#wrap_all:before, #wrap_all:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
#wrap_all:after {
  background-image: url("/wp-content/uploads/desktop-branch-v2.svg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  #wrap_all:after {
    background-position: top right;
    background-image: none;
  }
}
#mobile-curve {
  background-size: cover !important;
  min-height: 0px !important;
  aspect-ratio: 3.7118644068 !important;
  position: relative;
  z-index: 10;
  display: none !important;
}
@media only screen and (max-width: 767px) {
  #mobile-curve {
    display: block !important;
  }
}
#mobile-curve .content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#wrap_all {
  position: relative;
}
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  z-index: 5;
}
.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#header {
  position: relative;
  z-index: 2;
}
#main {
  position: relative;
  z-index: 50;
}
.responsive #top header#header {
  position: relative !important;
  z-index: 500;
}
@media only screen and (max-width: 767px) {
  .responsive #top header#header {
    background: var(--white) !important;
  }
}
.responsive #top header#header .container {
  width: 100% !important;
  max-width: 1920px !important;
  height: auto !important;
  line-height: 1em !important;
  padding: 74px 103px !important;
}
@media only screen and (max-width: 989px) {
  .responsive #top header#header .container {
    padding: 56px 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .responsive #top header#header .container {
    padding: 40px 30px !important;
  }
}
.responsive #top header#header .inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.responsive #top header#header .logo {
  position: relative;
  height: 84px;
}
@media only screen and (max-width: 989px) {
  .responsive #top header#header .logo {
    height: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive #top header#header .logo {
    height: 44px !important;
    display: flex !important;
    width: auto;
  }
}
@media only screen and (max-width: 400px) {
  .responsive #top header#header .logo {
    height: 32px !important;
    display: flex !important;
    width: auto;
  }
}
.responsive #top header#header .logo svg {
  height: 100% !important;
  width: auto;
}
.responsive #top header#header .main_menu {
  position: relative;
  line-height: unset;
}
@media only screen and (max-width: 767px) {
  .responsive #top header#header .main_menu {
    height: auto !important;
  }
}
.html_header_top.html_header_sticky #top #wrap_all #main {
  padding-top: 0 !important;
}
a.avia-button, .nav-button a, .footer-button, input[type="submit"] {
  border-radius: 150px !important;
  background: var(--navy) !important;
  color: var(--white) !important;
  margin: 0 !important;
  line-height: 1em !important;
  padding: 16px 32px !important;
  font-size: 27px !important;
  font-weight: 700 !important;
  border: none !important;
  height: auto !important;
  transition: 0.25s ease-out background !important;
}
a.avia-button:hover, .nav-button a:hover, .footer-button:hover, input[type="submit"]:hover {
  background: var(--magenta) !important;
}
@media only screen and (max-width: 989px) {
  a.avia-button, .nav-button a, .footer-button, input[type="submit"] {
    font-size: 22px !important;
    padding: 14px 26px !important;
  }
}
@media only screen and (max-width: 767px) {
  a.avia-button, .nav-button a, .footer-button, input[type="submit"] {
    font-size: 17px !important;
    padding: 11px 20px !important;
  }
}
@media only screen and (max-width: 400px) {
  a.avia-button, .nav-button a, .footer-button, input[type="submit"] {
    font-size: 14px !important;
    padding: 8px 16px !important;
  }
}
#redefining-treatment {
  position: relative;
  z-index: 15;
}
@media only screen and (max-width: 767px) {
  #redefining-treatment {
    background: var(--white) !important;
  }
}
#redefining-treatment .content {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #redefining-treatment .content {
    padding-top: 20px;
    padding-bottom: 0 !important;
  }
}
#redefining-treatment .flex_column {
  width: 58% !important;
}
@media only screen and (max-width: 1300px) {
  #redefining-treatment .flex_column {
    width: 55% !important;
  }
}
@media only screen and (max-width: 767px) {
  #redefining-treatment .flex_column {
    width: 100% !important;
  }
}
.redefining-treatment-upper {
  padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .redefining-treatment-upper {
    padding-bottom: 17px;
  }
}
.redefining-treatment-upper h1 {
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.65px;
  text-transform: none !important;
  color: var(--navy);
  margin-bottom: 0 !important;
  transition: 0.3s ease font-size;
}
@media only screen and (max-width: 989px) {
  .redefining-treatment-upper h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .redefining-treatment-upper h1 {
    font-size: 30px;
  }
}
.redefining-treatment-lower {
  padding-right: 5%;
}
@media only screen and (max-width: 1300px) {
  .redefining-treatment-lower {
    padding-right: 0;
  }
}
#contact-us {
  background: var(--transparentBG);
  position: relative;
  z-index: 15;
}
@media only screen and (max-width: 767px) {
  #contact-us {
    background: none;
  }
}
#contact-us .content {
  padding-top: 98px !important;
  padding-bottom: 164px !important;
}
@media only screen and (max-width: 989px) {
  #contact-us .content {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}
@media only screen and (max-width: 767px) {
  #contact-us .content {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
#contact-us h2 {
  text-transform: none !important;
  font-size: 55px;
  font-weight: 500;
  letter-spacing: -1.65px;
  max-width: 650px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 989px) {
  #contact-us h2 {
    max-width: 100%;
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #contact-us h2 {
    font-size: 30px;
    color: var(--white) !important;
  }
}
#contact-us h2 .gradient-text {
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  #contact-us h2 .gradient-text {
    background: none !important;
    background-clip: unset !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
  }
}
@media only screen and (max-width: 989px) {
  #contact-us p {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  #contact-us p {
    color: var(--white) !important;
  }
}
form {
  margin-bottom: 0 !important;
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gfield--type-textarea {
  padding-top: 20px;
}
@media only screen and (max-width: 1200px) {
  .gform_wrapper .gfield--type-textarea {
    padding-top: 0;
  }
}
.gform_wrapper input:not([type=submit]), .gform_wrapper textarea {
  border: 1px solid var(--navy) !important;
  border-radius: 22px !important;
  padding: 24px 16px !important;
  background: none !important;
  background-color: transparent !important;
  color: var(--navy) !important;
  font-size: 20px !important;
  line-height: 24px !important;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper input:not([type=submit]), .gform_wrapper textarea {
    color: var(--white) !important;
  }
}
.gform_wrapper label {
  color: var(--navy) !important;
  font-size: 18px !important;
  padding-left: 16px !important;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper label {
    color: var(--white) !important;
  }
}
.gform_wrapper .gform_validation_errors {
  border-color: var(--navy) !important;
  background: var(--navy) !important;
  margin-bottom: 20px !important;
}
.gform_wrapper .gform_validation_errors h2 {
  font-size: 22px !important;
  line-height: 1.2em !important;
  letter-spacing: unset !important;
  line-height: 1.2em !important;
  margin-bottom: 0 !important;
  color: var(--white) !important;
}
.gform_wrapper .gform_validation_errors:focus {
  outline: none !important;
}
.gform_wrapper .gfield_validation_message {
  border-radius: 16px !important;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield_validation_message {
    color: var(--white) !important;
  }
}
.gform_wrapper .gfield_required_asterisk {
  font-size: 20px !important;
  left: -3px;
  position: relative;
  color: var(--coral);
}
@media only screen and (max-width: 1200px) {
  .gform_wrapper .gfield.gfield--width-half {
    grid-column: span 12 !important;
    -ms-grid-column-span: 12 !important;
  }
}
@media only screen and (max-width: 989px) {
  .gform_wrapper .gfield.gfield--width-half {
    grid-column: span 6 !important;
    -ms-grid-column-span: 6 !important;
  }
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield.gfield--width-half {
    grid-column: span 12 !important;
    -ms-grid-column-span: 12 !important;
  }
}
.gform_confirmation_message {
  font-size: 22px;
  line-height: 1.5em;
}
@media only screen and (max-width: 989px) {
  .gform_confirmation_message {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .gform_confirmation_message {
    font-size: 14px;
  }
}
#footer {
  background: var(--navy);
  color: var(--white);
  padding: 0 !important;
}
#footer .content {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
#footer .flex_column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #footer .flex_column {
    flex-wrap: wrap;
    margin-bottom: 0 !important;
  }
}
#footer #footer-logo {
  margin-bottom: 0 !important;
  margin-left: 0;
  display: inline-flex;
  width: auto;
}
@media only screen and (max-width: 767px) {
  #footer #footer-logo {
    margin-left: auto;
    width: 100%;
    padding-bottom: 20px;
  }
}
#footer #footer-logo img {
  height: 66px;
  width: auto;
}
@media only screen and (max-width: 989px) {
  #footer #footer-logo img {
    height: 53px;
  }
}
@media only screen and (max-width: 767px) {
  #footer #footer-logo img {
    height: 40px;
  }
}
#footer #footer-link, #footer #footer-links {
  display: inline-flex;
  width: auto;
}
@media only screen and (max-width: 767px) {
  #footer #footer-link, #footer #footer-links {
    width: 100%;
    text-align: center;
    display: block;
  }
}
#footer #footer-link p, #footer #footer-links p {
  color: var(--white);
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #footer #footer-link p, #footer #footer-links p {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
}
#footer #footer-link a, #footer #footer-links a {
  text-decoration: underline !important;
  color: var(--white);
}
