/*
Theme Name: featherwood
Version: 99.0
Description: Custom theme by OWDT
Author: OWDT
Author URI: https://owdt.com
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* line 12, style.scss */
table, textarea { width: 100%; }

/* line 12, style.scss */
hr, img { border: 0; }

/* line 12, style.scss */
pre, textarea { overflow: auto; }

/* line 12, style.scss */
b, dt, optgroup, strong { font-weight: 700; }

/* line 12, style.scss */
#content[tabindex="-1"]:focus, a:active, a:focus, a:hover { outline: 0; }

/* line 12, style.scss */
.clear:after, .comment-content:after, .entry-content:after, .site-content:after, .site-footer:after, .site-header:after, h1, h2, .vc_tta-title-text, .slideup .slidecontent .left > p:nth-child(1), h3, h4, h5, h6 { clear: both; }

/* line 12, style.scss */
.clear:after, .clear:before, .comment-content:after, .comment-content:before, .entry-content:after, .entry-content:before, .site-content:after, .site-content:before, .site-footer:after, .site-footer:before, .site-header:after, .site-header:before { content: ""; display: table; table-layout: fixed; }

/* line 12, style.scss */
.widget select, embed, iframe, img, object, pre { max-width: 100%; }

/* line 12, style.scss */
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; box-sizing: border-box; }

/* line 12, style.scss */
body { margin: 0; background: #fff; }

/* line 12, style.scss */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }

/* line 12, style.scss */
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; max-width: 100%; }

/* line 12, style.scss */
audio:not([controls]) { display: none; height: 0; }

/* line 12, style.scss */
[hidden], template { display: none; }

/* line 12, style.scss */
a { background-color: transparent; }

/* line 12, style.scss */
cite, dfn, em, i { font-style: italic; }

/* line 12, style.scss */
mark { color: #000; }

/* line 12, style.scss */
small { font-size: 80%; }

/* line 12, style.scss */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

/* line 12, style.scss */
sup { top: -.5em; }

/* line 12, style.scss */
sub { bottom: -.25em; }

/* line 12, style.scss */
img { height: auto; }

/* line 12, style.scss */
svg:not(:root) { overflow: hidden; }

/* line 12, style.scss */
hr { box-sizing: content-box; background-color: #ccc; height: 1px; margin-bottom: 1.5em; }

/* line 12, style.scss */
code, kbd, pre, samp { font-family: monospace,monospace; font-size: 1em; }

/* line 12, style.scss */
button { overflow: visible; }

/* line 12, style.scss */
button, select { text-transform: none; }

/* line 12, style.scss */
button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer; }

/* line 12, style.scss */
button[disabled], html input[disabled] { cursor: default; }

/* line 12, style.scss */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* line 12, style.scss */
input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0; }

/* line 12, style.scss */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: auto; }

/* line 12, style.scss */
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none; }

/* line 12, style.scss */
pre { background: #eee; font-family: "Courier 10 Pitch",Courier,monospace; font-size: 15px; font-size: .9375rem; }

/* line 12, style.scss */
code, kbd, tt, var { font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace; font-size: 15px; font-size: .9375rem; }

/* line 12, style.scss */
*, :after, :before { box-sizing: inherit; }

/* line 12, style.scss */
table { border-collapse: collapse; border-spacing: 0; margin: 0 0 1.5em; }

/* line 12, style.scss */
.screen-reader-text { display: none; }

/* General styling and layout */
/* medium blue */
/* light blue */
/* text color */
/* electric blue */
/* in some places the normal cobalt looks too light */
/* side tabs */
/* hover outlines */
@font-face { font-family: 'PPNeueMontreal'; src: url("fonts/PPNeueMontreal-Medium.woff2") format("woff2"); font-display: swap; }
/* line 60, style.scss */
.maxwidth, .f_wrap_3 { max-width: 1810px; margin: 0 auto !important; }
@media all and (max-width: 1910px) { /* line 60, style.scss */
  .maxwidth, .f_wrap_3 { max-width: calc(100% - 100px); } }
@media all and (max-width: 767px) { /* line 60, style.scss */
  .maxwidth, .f_wrap_3 { max-width: calc(100% - 60px); } }

@keyframes showsearch { 0% { height: 0; opacity: 0; }
  1% { height: 100%; opacity: 0; }
  100% { height: 100%; opacity: 1; } }
@keyframes showsearch2 { 0% { opacity: 0; }
  50% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes hidesearch { 0% { height: 100%; opacity: 1; }
  50% { height: 100%; opacity: 1; }
  99% { height: 100%; opacity: 0; }
  100% { height: 0; opacity: 0; } }
@keyframes hidesearch2 { 0% { opacity: 1; }
  100% { opacity: 0; } }
@keyframes fadeout { 0% { opacity: 1; }
  100% { opacity: 0; } }
@keyframes showthis99 { 0% { z-index: 10000; opacity: 0; }
  100% { z-index: 10000; opacity: 1; } }
/* z-index necessary because of testimonials rotator */
@keyframes showthis100 { 0% { z-index: 10001; opacity: 0; }
  100% { z-index: 10001; opacity: 1; } }
@keyframes showthis101 { 0% { z-index: 10002; opacity: 0; }
  100% { z-index: 10002; opacity: 1; } }
/* line 75, style.scss */
body { font-family: "PPNeueMontreal", Arial, "sans-serif"; font-weight: 300; font-size: 20px; line-height: 1.35; color: #00001C; }
@media all and (max-width: 767px) { /* line 75, style.scss */
  body { font-size: 16px; } }

/* line 78, style.scss */
.noscroll { position: fixed !important; overflow-y: scroll; }

/* line 82, style.scss */
.smalltext { font-size: 16px; line-height: 1.56; }
@media all and (max-width: 767px) { /* line 82, style.scss */
  .smalltext { font-size: 14px; } }

/* line 86, style.scss */
h1, h2, .vc_tta-title-text, .slideup .slidecontent .left > p:nth-child(1), h3, h4, h5, h6 { margin-top: 0; font-weight: 300; -webkit-font-smoothing: antialiased; }

/* line 91, style.scss */
p { margin: 0 0 15px; }

/* line 92, style.scss */
h1 { font-size: 95px; line-height: 1; }
@media all and (max-width: 1679px) { /* line 92, style.scss */
  h1 { font-size: 65px; } }
@media all and (max-width: 1279px) { /* line 92, style.scss */
  h1 { font-size: 50px; max-width: 560px; margin: 0 auto; } }
@media all and (max-width: 767px) { /* line 92, style.scss */
  h1 { font-size: 40px; max-width: calc(100% - 80px); } }

/* line 106, style.scss */
h2, .vc_tta-title-text, .slideup .slidecontent .left > p:nth-child(1) { font-size: 62px; line-height: 1.15; }
/* line 109, style.scss */
h2 span, .vc_tta-title-text span, .slideup .slidecontent .left > p:nth-child(1) span { color: #143CFE; }
@media all and (max-width: 1279px) { /* line 106, style.scss */
  h2, .vc_tta-title-text, .slideup .slidecontent .left > p:nth-child(1) { font-size: 40px; } }
@media all and (max-width: 767px) { /* line 106, style.scss */
  h2, .vc_tta-title-text, .slideup .slidecontent .left > p:nth-child(1) { font-size: 35px; } }

/* line 113, style.scss */
h3 { font-size: 24px; line-height: 1.33; }

/* line 117, style.scss */
p + h2, p + .vc_tta-title-text, .slideup .slidecontent .left > p + p:nth-child(1), p + h3, p + h4, p + h5, p + h6, ul + h2, ul + .vc_tta-title-text, .slideup .slidecontent .left > ul + p:nth-child(1), ul + h3, ul + h4, ul + h5, ul + h6, ol + h2, ol + .vc_tta-title-text, .slideup .slidecontent .left > ol + p:nth-child(1), ol + h3, ol + h4, ol + h5, ol + h6 { margin-top: 85px; }
@media all and (max-width: 1023px) { /* line 117, style.scss */
  p + h2, p + .vc_tta-title-text, .slideup .slidecontent .left > p + p:nth-child(1), p + h3, p + h4, p + h5, p + h6, ul + h2, ul + .vc_tta-title-text, .slideup .slidecontent .left > ul + p:nth-child(1), ul + h3, ul + h4, ul + h5, ul + h6, ol + h2, ol + .vc_tta-title-text, .slideup .slidecontent .left > ol + p:nth-child(1), ol + h3, ol + h4, ol + h5, ol + h6 { margin-top: 35px; } }

/* line 121, style.scss */
a { color: #1486F6; text-decoration: none; }
/* line 122, style.scss */
a:hover { color: #1486F6; text-decoration: underline; }

/* line 124, style.scss */
.roboto_300 { font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; }

/* line 125, style.scss */
.hideme, #for-search-robots-only { display: none !important; }

/* line 126, style.scss */
.centeredtext { text-align: center; }

/* line 127, style.scss */
.text_white { color: white; }
/* line 129, style.scss */
.text_white p, .text_white a, .text_white h1, .text_white h2, .text_white .vc_tta-title-text, .text_white .slideup .slidecontent .left > p:nth-child(1), .slideup .slidecontent .text_white .left > p:nth-child(1), .text_white h3, .text_white h4, .text_white h5, .text_white h6 { color: white; }

/* line 131, style.scss */
.with_link, .external_link { cursor: pointer; }

/* line 132, style.scss */
.nolink { cursor: default; pointer-events: none; }

/* line 134, style.scss */
.wpb_wrapper ul { margin: 0 0 25px; padding: 0; }
/* line 137, style.scss */
.wpb_wrapper ul li { list-style-type: none; padding-left: 25px; margin-bottom: 12px; position: relative; }
/* line 142, style.scss */
.wpb_wrapper ul li:before { content: ""; display: block; position: absolute; top: 9px; left: 0; width: 8px; height: 8px; background: #143CFE; border-radius: 50%; }

/* line 158, style.scss */
.maxwidth > .vc_column_container > .vc_column-inner, .f_wrap_3 > .vc_column_container > .vc_column-inner { /* maxwidth already includes side padding since below 1490 */ }
@media all and (max-width: 767px) { /* line 158, style.scss */
  .maxwidth > .vc_column_container > .vc_column-inner, .f_wrap_3 > .vc_column_container > .vc_column-inner { padding-left: 0; padding-right: 0; } }

/* line 162, style.scss */
.vc_maxwidth { padding-left: calc((100% - 1490px) / 2); padding-right: calc((100% - 1490px) / 2); }
/* line 163, style.scss */
.vc_maxwidth .vc_column_container .vc_column_container > .vc_column-inner { padding-left: 0; padding-right: 0; }

/* line 165, style.scss */
.entry-content > .vc_row, .entry-content .wpb-content-wrapper > .vc_row { margin-left: 0; margin-right: 0; }

/* line 166, style.scss */
.fullwidth { margin-left: 0; margin-right: 0; }
/* line 167, style.scss */
.fullwidth > .vc_column_container > .vc_column-inner { padding: 0; }

/* line 169, style.scss */
#masthead { padding: 50px 50px 0; position: fixed; top: 0; left: 0; width: 100%; z-index: 9999; }
@media all and (max-width: 767px) { /* line 169, style.scss */
  #masthead { padding: 70px 33px 0 40px; } }
@media all and (orientation: landscape) and (max-width: 991px) { /* line 169, style.scss */
  #masthead { padding: 50px 25px 0; } }

/* line 173, style.scss */
.site-branding { float: left; }
@media all and (max-width: 767px) { /* line 173, style.scss */
  .site-branding { overflow: hidden; width: 60px; } }
/* line 179, style.scss */
.site-branding svg { width: 318px; height: 60px; display: block; }

/* line 185, style.scss */
.dot { display: flex; align-items: center; cursor: pointer; float: right; }
/* line 190, style.scss */
.dot .text { color: white; padding-right: 25px; font-size: 20px; }
@media all and (max-width: 767px) { /* line 190, style.scss */
  .dot .text { font-size: 16px; padding-right: 10px; position: relative; top: 5px; } }
/* line 201, style.scss */
.dot span { position: relative; width: 60px; height: 60px; display: block; border-radius: 50%; transition-duration: 0.3s; transition-timing-function: ease-in-out; }
@media all and (max-width: 767px) { /* line 201, style.scss */
  .dot span { width: 50px; height: 50px; top: 5px; } }
/* line 216, style.scss */
.dot.hamburger span:before { content: ""; width: 9px; height: 9px; position: absolute; top: 25.5px; left: 17.5px; background: white; border-radius: 50%; z-index: 1; }
@media all and (max-width: 767px) { /* line 216, style.scss */
  .dot.hamburger span:before { top: 20.5px; left: 12.5px; } }
/* line 222, style.scss */
.dot.hamburger span:after { content: ""; width: 9px; height: 9px; position: absolute; top: 25.5px; left: 33.5px; background: white; border-radius: 50%; }
@media all and (max-width: 767px) { /* line 222, style.scss */
  .dot.hamburger span:after { top: 20.5px; left: 28.5px; } }
@media all and (max-width: 767px) { /* line 231, style.scss */
  .dot.arrow span { width: 40px; height: 40px; top: 0; } }
/* line 237, style.scss */
.dot.arrow span:before { content: ""; display: block; width: 23.3px; height: 18px; position: absolute; left: -24px; top: 21px; opacity: 0; background-image: url("images/arrow.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; z-index: 1; transition-duration: 0.5s; transition-timing-function: ease-in-out; }
@media all and (max-width: 767px) { /* line 237, style.scss */
  .dot.arrow span:before { top: 11px; left: 8.4px; } }
/* line 257, style.scss */
.dot.arrow span:after { content: ""; width: 23.4px; height: 18px; position: absolute; top: 21px; left: 18.3px; background-image: url("images/arrow.svg"); background-position: center; background-repeat: no-repeat; background-size: contain; transition-duration: 0.5s; transition-timing-function: ease-in-out; }
@media all and (max-width: 767px) { /* line 257, style.scss */
  .dot.arrow span:after { top: 11px; left: 8.4px; } }
@media all and (max-width: 767px) { /* line 277, style.scss */
  .dot.x span { width: 40px; height: 40px; top: 0; } }
/* line 283, style.scss */
.dot.x span:after { content: ""; position: absolute; right: 20.5px; top: 20.5px; width: 19.5px; height: 19.5px; background-image: url(images/x.svg); background-size: contain; background-position: center; background-repeat: no-repeat; transition-duration: 0.5s; transition-timing-function: ease-in-out; }
/* line 299, style.scss */
.dot:hover span { background-color: rgba(0, 0, 0, 0.3); }
/* line 301, style.scss */
.dot:hover.arrow:before { left: 16px; opacity: 1; }
/* line 305, style.scss */
.dot:hover.arrow:after { left: 56px; opacity: 0; }

/* overrides to new VC defaults */
/* line 314, style.scss */
.vc_section { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
/* line 319, style.scss */
.vc_section > .vc_row { margin-left: 0; margin-right: 0; }

/* line 324, style.scss */
.vc_column_container > .vc_column-inner { padding-left: 10px; padding-right: 10px; }

/* other styles */
/* line 331, style.scss */
.p-relative { position: relative; }

/* line 332, style.scss */
.z-overmenu { z-index: 9999; }

/* line 333, style.scss */
.m_0 { margin: 0 !important; }

/* line 334, style.scss */
.p_0 { padding: 0 !important; }

/* line 336, style.scss */
.p_inner_0 > .vc_column_container > .vc_column-inner { padding-left: 0; padding-right: 0; }

/* line 338, style.scss */
.mb_0 { margin-bottom: 0 !important; }

/* line 339, style.scss */
.mb_10 { margin-bottom: 10px !important; }

/* line 340, style.scss */
.mb_50 { margin-bottom: 50px !important; }

/* line 341, style.scss */
.mb_65 { margin-bottom: 65px !important; }
@media all and (max-width: 767px) { /* line 341, style.scss */
  .mb_65 { margin-bottom: 50px !important; } }

/* line 342, style.scss */
.mb_85 { margin-bottom: 85px !important; }
@media all and (max-width: 767px) { /* line 342, style.scss */
  .mb_85 { margin-bottom: 55px !important; } }

/* line 343, style.scss */
.mb_125 { margin-bottom: 125px !important; }
@media all and (max-width: 1279px) { /* line 343, style.scss */
  .mb_125 { margin-bottom: 80px !important; } }
@media all and (max-width: 1023px) { /* line 343, style.scss */
  .mb_125 { margin-bottom: 55px !important; } }
/* line 347, style.scss */
.mb_125.mb_125_adj { /* styles removed for consolidation */ }

/* line 351, style.scss */
.mb_150 { margin-bottom: 150px !important; }
@media all and (max-width: 1279px) { /* line 351, style.scss */
  .mb_150 { margin-bottom: 80px !important; } }
@media all and (max-width: 767px) { /* line 351, style.scss */
  .mb_150 { margin-bottom: 35px !important; } }

/* line 355, style.scss */
.mb_200 { margin-bottom: 200px !important; }
@media all and (max-width: 767px) { /* line 355, style.scss */
  .mb_200 { margin-bottom: 50px !important; } }

/* line 358, style.scss */
.mb_225 { margin-bottom: 225px !important; }
@media all and (max-width: 1279px) { /* line 358, style.scss */
  .mb_225 { margin-bottom: 80px !important; } }
@media all and (max-width: 480px) { /* line 359, style.scss */
  .mb_225.mb_225_sm { margin-bottom: 45px !important; } }

/* line 363, style.scss */
.pt_25 { padding-top: 25px !important; }

/* line 364, style.scss */
.pt_100 { padding-top: 100px !important; }
@media all and (max-width: 767px) { /* line 364, style.scss */
  .pt_100 { padding-top: 50px !important; } }

/* line 365, style.scss */
.pt_155 { padding-top: 155px !important; }
@media all and (max-width: 1279px) { /* line 365, style.scss */
  .pt_155 { padding-top: 80px !important; } }
@media all and (max-width: 767px) { /* line 365, style.scss */
  .pt_155 { padding-top: 50px !important; } }

/* line 369, style.scss */
.pb_25 { padding-bottom: 25px !important; }
@media all and (max-width: 767px) { /* line 369, style.scss */
  .pb_25 { padding-bottom: 20px !important; } }

/* line 370, style.scss */
.pb_30 { padding-bottom: 30px !important; }

/* line 371, style.scss */
.pb_125 { padding-bottom: 125px !important; }
@media all and (max-width: 1439px) { /* line 373, style.scss */
  .pb_125.pb_125_adj { padding-bottom: 35px !important; } }

/* line 377, style.scss */
.pb_150 { padding-bottom: 150px !important; }
@media all and (max-width: 1279px) { /* line 377, style.scss */
  .pb_150 { padding-bottom: 100px !important; } }

/* line 378, style.scss */
.lh_1_5 { line-height: 1.5; }

/* line 379, style.scss */
.bg_white { background-color: white; }

/* line 380, style.scss */
.underline { border-bottom: 1px solid #050170; }

/* line 381, style.scss */
.underline_white { border-bottom: 1px solid white; }

/* line 382, style.scss */
.homehero { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; min-height: 600px; max-height: 980px; overflow: hidden; }
/* line 391, style.scss */
.homehero .content { position: absolute; top: 50%; left: 50%; width: 100%; margin-top: 20px; transform: translate(-50%, -50%); }
/* line 398, style.scss */
.homehero .content p { margin: 0; }
@media all and (max-width: 1279px) { /* line 391, style.scss */
  .homehero .content { margin-top: 50px; } }
@media all and (max-width: 767px) { /* line 391, style.scss */
  .homehero .content { margin-top: 85px; } }
@media all and (max-width: 767px) { /* line 402, style.scss */
  .homehero .cta { padding: 0 25px; } }
@media all and (max-width: 1279px) { /* line 382, style.scss */
  .homehero { max-height: calc(100vh - 100px); } }
@media all and (orientation: landscape) { /* line 405, style.scss */
  .homehero .wpb_single_image { height: 100vh; min-height: 600px; max-height: 980px; min-width: 100%; background-image: url("/wp-content/uploads/img-houston-commercial-real-estate.webp"); background-size: cover; background-position: center; background-repeat: no-repeat; }
  /* line 414, style.scss */
  .homehero .wpb_single_image img { display: none; } }

/* line 418, style.scss */
.hero_placeholder { height: 100vh; min-height: 600px; max-height: 980px; }

/* line 423, style.scss */
.hero2 { /* for inner pages, too many differences to use base/modifier */ position: fixed; top: 0; left: 0; width: 100%; height: 700px; overflow: hidden; }
@media all and (max-width: 1279px) { /* line 431, style.scss */
  .hero2 h1 { max-width: none; margin: 0; } }
/* line 436, style.scss */
.hero2 .content { position: absolute; left: 50%; width: 100%; margin-top: 20px; transform: translateX(-50%); bottom: 100px; }
/* line 443, style.scss */
.hero2 .content p { margin: 0; }
@media all and (max-width: 767px) { /* line 443, style.scss */
  .hero2 .content p { font-size: 16px; line-height: 1.5; } }
/* line 450, style.scss */
.hero2 h1 { font-size: 62px; margin-bottom: 50px !important; }
@media all and (max-width: 767px) { /* line 450, style.scss */
  .hero2 h1 { font-size: 45px; margin-bottom: 25px !important; } }

/* line 459, style.scss */
.herotext2 { font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; font-size: 24px; line-height: 1.33; border-top: 1px solid rgba(255, 255, 255, 0.5); padding-top: 70px; display: flex; justify-content: flex-end; margin-bottom: 0; padding-left: 50%; }
@media all and (max-width: 1023px) { /* line 459, style.scss */
  .herotext2 { padding-left: 0; } }
@media all and (max-width: 767px) { /* line 459, style.scss */
  .herotext2 { padding-top: 25px; } }
/* line 471, style.scss */
.herotext2 > .wpb_wrapper { max-width: 855px; }

/* line 473, style.scss */
.hero2_placeholder { height: 700px; }

/* line 477, style.scss */
.cover .vc_figure, .cover .vc_single_image-wrapper { width: 100%; }
/* line 480, style.scss */
.cover img { height: 100vh; min-height: 600px; max-height: 980px; min-width: 100%; object-fit: cover; }
@media all and (max-width: 1279px) { /* line 480, style.scss */
  .cover img { max-height: calc(100vh - 100px); } }

/* line 489, style.scss */
.hero2 .cover img { height: 700px; }

/* line 490, style.scss */
.maxwidth_580 { margin: auto; max-width: 580px; }
@media all and (max-width: 767px) { /* line 490, style.scss */
  .maxwidth_580 { max-width: 82%; } }

/* line 495, style.scss */
.maxwidth_740 { margin: auto; max-width: 740px; }
@media all and (max-width: 767px) { /* line 495, style.scss */
  .maxwidth_740 { max-width: 90%; } }
/* line 499, style.scss */
.maxwidth_740 > .vc_column_container > .vc_column-inner { padding-left: 0; padding-right: 0; }

/* line 504, style.scss */
.maxwidth_740_regular { max-width: 740px; }

/* line 505, style.scss */
.maxwidth_895 { margin: auto; max-width: 895px; }
@media all and (max-width: 767px) { /* line 505, style.scss */
  .maxwidth_895 { max-width: 90%; } }
/* line 509, style.scss */
.maxwidth_895 > .vc_column_container > .vc_column-inner { padding-left: 0; padding-right: 0; }

/* line 514, style.scss */
.paragraph { margin: auto !important; max-width: 900px; }
@media all and (max-width: 1023px) { /* line 514, style.scss */
  .paragraph { max-width: calc(100% - 100px); } }
@media all and (max-width: 767px) { /* line 514, style.scss */
  .paragraph { max-width: calc(100% - 60px); } }

/* line 524, style.scss */
.line_top_sm { padding-top: 35px; position: relative; }
@media all and (max-width: 767px) { /* line 524, style.scss */
  .line_top_sm { padding-top: 25px; } }
/* line 528, style.scss */
.line_top_sm:before { content: ""; display: block; position: absolute; width: 64px; height: 2px; background: white; top: 0; left: 50%; transform: translateX(-50%); }

/* line 540, style.scss */
.cta { cursor: pointer; color: white; display: inline-block; margin: 0; }
/* line 545, style.scss */
.cta a { color: white; text-decoration: none; }
@media all and (max-width: 480px) { /* line 540, style.scss */
  .cta { display: block; } }
/* line 547, style.scss */
.cta .wpb_wrapper { display: flex; }
/* line 549, style.scss */
.cta .wpb_wrapper p:first-child { padding: 17px 35px 0; background: #143CFE; border-radius: 27.5px; line-height: 1; margin: 0; transition-duration: 0.3s; transition-timing-function: ease-in-out; }
@media all and (max-width: 767px) { /* line 549, style.scss */
  .cta .wpb_wrapper p:first-child { font-size: 18px; } }
@media all and (max-width: 480px) { /* line 549, style.scss */
  .cta .wpb_wrapper p:first-child { width: calc(100% - 55px); text-align: center; } }
@media all and (max-width: 389px) { /* line 549, style.scss */
  .cta .wpb_wrapper p:first-child { padding: 18px 25px 0; font-size: 16px; } }
/* line 568, style.scss */
.cta .wpb_wrapper p:last-child { position: relative; text-indent: 3000px; width: 55px; height: 55px; margin: 0; background: #143CFE; border-radius: 50%; overflow: hidden; transition-duration: 0.3s; transition-timing-function: ease-in-out; }
/* line 578, style.scss */
.cta .wpb_wrapper p:last-child:before { content: ""; display: block; width: 23.3px; height: 18px; position: absolute; left: -24px; top: 18.5px; opacity: 0; background-image: url("images/arrow.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; transition-duration: 0.5s; transition-timing-function: ease-in-out; }
/* line 593, style.scss */
.cta .wpb_wrapper p:last-child:after { content: ""; display: block; width: 23.3px; height: 18px; position: absolute; left: 16px; top: 18.5px; background-image: url("images/arrow.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; transition-duration: 0.5s; transition-timing-function: ease-in-out; }
/* line 607, style.scss */
.cta .wpb_wrapper p:last-child a { display: block; height: 100%; }
/* line 611, style.scss */
.cta:hover p:first-child { background: #1486F6; }
/* line 612, style.scss */
.cta:hover p:last-child { background: #1486F6; }
/* line 613, style.scss */
.cta:hover p:last-child:before { left: 16px; opacity: 1; }
/* line 617, style.scss */
.cta:hover p:last-child:after { left: 56px; opacity: 0; }

/* line 624, style.scss */
.uppercase { text-transform: uppercase; }

/* line 625, style.scss */
.divided_2col { border-top: 1px solid #050170; }
/* line 627, style.scss */
.divided_2col > .vc_col-sm-6:first-child { padding-top: 70px; }
@media all and (max-width: 767px) { /* line 627, style.scss */
  .divided_2col > .vc_col-sm-6:first-child { padding-top: 45px; } }
/* line 630, style.scss */
.divided_2col > .vc_col-sm-6:first-child > .vc_column-inner { padding-left: 0; padding-right: 50px; }
@media all and (max-width: 767px) { /* line 630, style.scss */
  .divided_2col > .vc_col-sm-6:first-child > .vc_column-inner { padding-right: 0; } }
/* line 636, style.scss */
.divided_2col > .vc_col-sm-6:last-child { padding-top: 75px; font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; }
@media all and (max-width: 767px) { /* line 636, style.scss */
  .divided_2col > .vc_col-sm-6:last-child { padding-top: 0; } }
/* line 640, style.scss */
.divided_2col > .vc_col-sm-6:last-child > .vc_column-inner { padding-left: 50px; padding-right: 0; }
@media all and (max-width: 767px) { /* line 640, style.scss */
  .divided_2col > .vc_col-sm-6:last-child > .vc_column-inner { padding-left: 0; } }
/* line 647, style.scss */
.divided_2col.divided_2col_left > .vc_col-sm-6:first-child { border-right: 1px solid #050170; }
@media all and (max-width: 767px) { /* line 647, style.scss */
  .divided_2col.divided_2col_left > .vc_col-sm-6:first-child { border-right: none; } }
/* line 653, style.scss */
.divided_2col.divided_2col_right > .vc_col-sm-6:last-child { border-left: 1px solid #050170; }
@media all and (max-width: 767px) { /* line 653, style.scss */
  .divided_2col.divided_2col_right > .vc_col-sm-6:last-child { border-left: none; } }

@media all and (max-width: 767px) { /* line 659, style.scss */
  .labeled_heading { margin-top: 35px; margin-bottom: 35px !important; } }
/* line 664, style.scss */
.labeled_heading p:first-child { font-size: 16px; line-height: 1.5; color: #65656D; margin: 0 0 3px; font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; }
@media all and (max-width: 767px) { /* line 664, style.scss */
  .labeled_heading p:first-child { font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100; font-size: 14px; } }
/* line 674, style.scss */
.labeled_heading p:last-child { font-size: 70px; margin: 0; }
@media all and (max-width: 1279px) { /* line 674, style.scss */
  .labeled_heading p:last-child { font-size: 40px; } }

/* line 680, style.scss */
.bg_bluegradient { background: linear-gradient(to bottom, #050170 0%, #0927ae 100%); overflow: hidden; }
/* line 683, style.scss */
.bg_bluegradient:before { content: ""; display: block; width: 47.5%; height: 100%; position: absolute; left: 0; bottom: 0; background-image: url("images/dots.png"); background-size: contain; background-position: left bottom; background-repeat: no-repeat; }
/* line 696, style.scss */
.bg_bluegradient:after { content: ""; display: block; width: 47.5%; height: 100%; position: absolute; right: 0; bottom: 0; background-image: url("images/dots.png"); background-size: contain; background-position: right bottom; background-repeat: no-repeat; transform: scaleX(-1); z-index: -1; }

/* line 713, style.scss */
.card .vc_single_image-wrapper { overflow: hidden; position: relative; border-radius: 5px; }
/* line 717, style.scss */
.card .vc_single_image-wrapper:after { content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border-radius: 2px; box-shadow: 0 0 0 2px #D9D9D9; transition-duration: 0.3s; transition-timing-function: ease-in-out; opacity: 0; }
/* line 731, style.scss */
.card img { transition-duration: 0.3s; transition-timing-function: ease-in-out; }
/* line 732, style.scss */
.card .wpb_content_element { margin-bottom: 0; }
/* line 733, style.scss */
.card .wpb_single_image { margin-bottom: 25px; }
/* line 734, style.scss */
.card p:first-child { margin-bottom: 30px; font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; }
/* line 738, style.scss */
.card a { font-size: 18px; line-height: 1; }
@media all and (max-width: 767px) { /* line 738, style.scss */
  .card a { font-size: 14px; } }
/* line 742, style.scss */
.card a:after { content: ""; display: inline-block; width: 18.15px; height: 14px; margin-left: 10px; position: relative; top: 1px; background-image: url("images/arrow.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; }
/* line 755, style.scss */
.card a:hover { text-decoration: none; }
/* line 759, style.scss */
.card:hover .vc_single_image-wrapper:after { width: calc(100% - 30px); height: calc(100% - 30px); left: 15px; top: 15px; opacity: 1; }
/* line 767, style.scss */
.card:hover img { transform: scale(1.07); }
@media all and (max-width: 767px) { /* line 769, style.scss */
  .card + .card { margin-top: 45px; } }
@media all and (max-width: 480px) { /* line 771, style.scss */
  .card .vc_figure { display: block; }
  /* line 772, style.scss */
  .card .vc_single_image-wrapper { height: 66vw; width: 100%; }
  /* line 773, style.scss */
  .card .vc_single_image-wrapper img { width: 100%; height: 100%; object-fit: cover; } }

/* line 778, style.scss */
.staff .vc_single_image-wrapper { overflow: hidden; position: relative; border-radius: 5px; }
/* line 782, style.scss */
.staff .vc_single_image-wrapper:after { content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border-radius: 2px; box-shadow: 0 0 0 2px #D9D9D9; transition-duration: 0.3s; transition-timing-function: ease-in-out; opacity: 0; }
/* line 796, style.scss */
.staff .wpb_content_element { margin-bottom: 0; }
/* line 797, style.scss */
.staff .wpb_single_image { margin-bottom: 25px; }
/* line 798, style.scss */
.staff .vc_figure { display: block; }
/* line 799, style.scss */
.staff .vc_single_image-wrapper { height: 500px; width: 100%; }
@media all and (max-width: 1879px) { /* line 799, style.scss */
  .staff .vc_single_image-wrapper { height: 24vw; } }
@media all and (max-width: 1023px) { /* line 799, style.scss */
  .staff .vc_single_image-wrapper { height: 45vw; } }
@media all and (max-width: 767px) { /* line 799, style.scss */
  .staff .vc_single_image-wrapper { height: 93vw; } }
/* line 805, style.scss */
.staff .vc_single_image-wrapper img { width: 100%; height: 100%; object-fit: cover; }
@media all and (max-width: 1023px) { /* line 807, style.scss */
  .staff .vc_column_container { width: 50%; padding-bottom: 100px; } }
@media all and (max-width: 767px) { /* line 807, style.scss */
  .staff .vc_column_container { width: 100%; padding-bottom: 0; } }
@media all and (max-width: 767px) { /* line 817, style.scss */
  .staff .vc_column_container:last-child .vcard .wpb_wrapper > p:nth-child(2) { padding-bottom: 0; margin-bottom: 0; } }

/* line 827, style.scss */
.vcard .wpb_wrapper { position: relative; }
/* line 829, style.scss */
.vcard .wpb_wrapper > p:nth-child(1) { font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100; font-size: 24px; margin-bottom: 2px; }
/* line 834, style.scss */
.vcard .wpb_wrapper > p:nth-child(2) { font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; font-size: 14px; text-transform: uppercase; color: rgba(255, 255, 255, 0.6); }
/* line 840, style.scss */
.vcard .wpb_wrapper > p:nth-child(3), .vcard .wpb_wrapper > p:nth-child(4), .vcard .wpb_wrapper > p:nth-child(5) { position: absolute; width: 50px; height: 50px; }
@media all and (max-width: 767px) { /* line 840, style.scss */
  .vcard .wpb_wrapper > p:nth-child(3), .vcard .wpb_wrapper > p:nth-child(4), .vcard .wpb_wrapper > p:nth-child(5) { width: 40px; height: 40px; } }
/* line 848, style.scss */
.vcard .wpb_wrapper > p:nth-child(3) a, .vcard .wpb_wrapper > p:nth-child(4) a, .vcard .wpb_wrapper > p:nth-child(5) a { display: block; position: relative; text-indent: 3000px; overflow: hidden; height: 100%; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.6); backdrop-filter: blur(50px); }
/* line 857, style.scss */
.vcard .wpb_wrapper > p:nth-child(3) a:after, .vcard .wpb_wrapper > p:nth-child(4) a:after, .vcard .wpb_wrapper > p:nth-child(5) a:after { content: ""; display: block; position: absolute; top: 50%; left: 50%; width: 22px; height: 22px; transform: translate(-50%, -50%); background-size: contain; background-position: center; background-repeat: no-repeat; filter: saturate(0) brightness(2); }
@media all and (max-width: 767px) { /* line 857, style.scss */
  .vcard .wpb_wrapper > p:nth-child(3) a:after, .vcard .wpb_wrapper > p:nth-child(4) a:after, .vcard .wpb_wrapper > p:nth-child(5) a:after { width: 17.6px; height: 17.6px; } }
/* line 875, style.scss */
.vcard .wpb_wrapper > p:nth-child(3) a:hover, .vcard .wpb_wrapper > p:nth-child(4) a:hover, .vcard .wpb_wrapper > p:nth-child(5) a:hover { background: white; }
/* line 877, style.scss */
.vcard .wpb_wrapper > p:nth-child(3) a:hover:after, .vcard .wpb_wrapper > p:nth-child(4) a:hover:after, .vcard .wpb_wrapper > p:nth-child(5) a:hover:after { filter: none; }
/* line 881, style.scss */
.vcard .wpb_wrapper > p:nth-child(3) { top: 0; right: 130px; }
/* line 884, style.scss */
.vcard .wpb_wrapper > p:nth-child(3) a:after { background-image: url("/wp-content/themes/featherwood/images/icon-phone.svg"); }
/* line 886, style.scss */
.vcard .wpb_wrapper > p:nth-child(4) { top: 0; right: 65px; }
/* line 889, style.scss */
.vcard .wpb_wrapper > p:nth-child(4) a:after { background-image: url("/wp-content/themes/featherwood/images/icon-email.svg"); }
/* line 891, style.scss */
.vcard .wpb_wrapper > p:nth-child(5) { top: 0; right: 0; }
/* line 894, style.scss */
.vcard .wpb_wrapper > p:nth-child(5) a:after { background-image: url("/wp-content/themes/featherwood/images/icon-linkedin2.svg"); }
@media all and (max-width: 1879px) { /* line 897, style.scss */
  .vcard .wpb_wrapper > p:nth-child(2) { padding-bottom: 15px; }
  /* line 900, style.scss */
  .vcard .wpb_wrapper > p:nth-child(3) { top: 75px; right: auto; left: 0; }
  /* line 905, style.scss */
  .vcard .wpb_wrapper > p:nth-child(4) { top: 75px; right: auto; left: 65px; }
  /* line 910, style.scss */
  .vcard .wpb_wrapper > p:nth-child(5) { top: 75px; right: auto; left: 130px; } }
@media all and (max-width: 767px) { /* line 917, style.scss */
  .vcard .wpb_wrapper > p:nth-child(2) { padding-bottom: 35px; font-size: 12px; }
  /* line 921, style.scss */
  .vcard .wpb_wrapper > p:nth-child(3) { top: 0; right: 90px; left: auto; }
  /* line 926, style.scss */
  .vcard .wpb_wrapper > p:nth-child(4) { top: 0; right: 45px; left: auto; }
  /* line 931, style.scss */
  .vcard .wpb_wrapper > p:nth-child(5) { top: 0; right: 0; left: auto; } }

/* line 945, style.scss */
.featurebox { background: linear-gradient(to bottom, #050170 0%, #0C35E9 100%); border-radius: 5px; padding: 50px 55px; margin-bottom: 0; position: relative; overflow: hidden; }
@media all and (max-width: 1439px) { /* line 945, style.scss */
  .featurebox { padding: 30px 25px; } }
/* line 953, style.scss */
.featurebox h3 { font-size: 32px; line-height: 1.125; margin-bottom: 65px; }
@media all and (max-width: 1439px) { /* line 953, style.scss */
  .featurebox h3 { font-size: 25px; margin-bottom: 30px; } }
@media all and (max-width: 767px) { /* line 953, style.scss */
  .featurebox h3 { font-size: 18px; } }
/* line 963, style.scss */
.featurebox p { font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; line-height: 1.4; font-size: 18px; }
@media all and (max-width: 1439px) { /* line 963, style.scss */
  .featurebox p { font-size: 16px; } }
@media all and (max-width: 767px) { /* line 963, style.scss */
  .featurebox p { font-size: 14px; } }
/* line 970, style.scss */
.featurebox:before { content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-image: url("images/dots2.png"); background-size: contain; background-position: left top; background-repeat: no-repeat; }
/* line 984, style.scss */
.featurebox.featurebox2:before { transform: rotate(-90deg); left: -40px; top: -45px; }
@media all and (max-width: 1879px) { /* line 984, style.scss */
  .featurebox.featurebox2:before { left: -20px; top: 0; } }
@media all and (max-width: 1679px) { /* line 984, style.scss */
  .featurebox.featurebox2:before { left: 0; top: 50px; } }
@media all and (max-width: 1279px) { /* line 984, style.scss */
  .featurebox.featurebox2:before { left: 40px; } }
@media all and (max-width: 1023px) { /* line 984, style.scss */
  .featurebox.featurebox2:before { left: -110px; top: -100px; } }
@media all and (max-width: 991px) { /* line 984, style.scss */
  .featurebox.featurebox2:before { left: -40px; top: -40px; } }
@media all and (max-width: 767px) { /* line 984, style.scss */
  .featurebox.featurebox2:before { left: -20px; top: -10px; } }
/* line 1012, style.scss */
.featurebox.featurebox3:before { transform: rotate(180deg); }
/* line 1015, style.scss */
.featurebox.featurebox4:before { transform: rotate(-270deg); left: 40px; }
@media all and (max-width: 1679px) { /* line 1015, style.scss */
  .featurebox.featurebox4:before { left: -60px; top: -55px; } }
@media all and (max-width: 1439px) { /* line 1015, style.scss */
  .featurebox.featurebox4:before { left: 0; top: 0; } }
@media all and (max-width: 1279px) { /* line 1015, style.scss */
  .featurebox.featurebox4:before { left: -45px; top: -40px; } }
@media all and (max-width: 1023px) { /* line 1015, style.scss */
  .featurebox.featurebox4:before { left: 110px; top: 100px; } }
@media all and (max-width: 991px) { /* line 1015, style.scss */
  .featurebox.featurebox4:before { left: 40px; top: 40px; } }
@media all and (max-width: 767px) { /* line 1015, style.scss */
  .featurebox.featurebox4:before { left: 10px; top: 10px; } }

/* line 1045, style.scss */
.owl-carousel .testimonial_author { display: flex; align-items: center; }
/* line 1048, style.scss */
.owl-carousel .testimonial_author img { width: 56px; margin-right: 10px; border-radius: 50%; display: none; }
/* line 1054, style.scss */
.owl-carousel .testimonial_author p { font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100; margin: 0; line-height: 1.3; }
/* line 1058, style.scss */
.owl-carousel .testimonial_author p span { color: #898992; font-size: 16px; display: block; }
/* line 1065, style.scss */
.owl-carousel .owl-item { padding-top: 40px; position: relative; }
@media all and (max-width: 767px) { /* line 1065, style.scss */
  .owl-carousel .owl-item { padding-top: 60px; } }
/* line 1069, style.scss */
.owl-carousel .owl-item:before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 28px; height: 21px; background-image: url("images/quotes.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; }

/* line 1084, style.scss */
.owl-dots { display: none; }

/* line 1086, style.scss */
.testimonial_content > p { font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; font-size: 24px; line-height: 1.33; margin-bottom: 120px; }
@media all and (max-width: 1279px) { /* line 1086, style.scss */
  .testimonial_content > p { font-size: 18px; margin-bottom: 80px; } }
@media all and (max-width: 767px) { /* line 1086, style.scss */
  .testimonial_content > p { font-size: 16px; margin-bottom: 40px; } }

/* line 1101, style.scss */
.custom-nav-wrapper { display: flex; gap: 7px; }
/* line 1104, style.scss */
.custom-nav-wrapper .owl-prev, .custom-nav-wrapper .owl-next { cursor: pointer; user-select: none; position: relative; border: 1px solid #D9D9D9; border-radius: 50%; width: 56px; height: 56px; text-indent: 3000px; overflow: hidden; background: white; }
/* line 1115, style.scss */
.custom-nav-wrapper .owl-prev span, .custom-nav-wrapper .owl-next span { position: absolute; opacity: 0; }
/* line 1119, style.scss */
.custom-nav-wrapper .owl-prev:after, .custom-nav-wrapper .owl-next:after { content: ""; display: block; width: 23.3px; height: 18px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(180deg); background-image: url("images/arrow2.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; }
/* line 1134, style.scss */
.custom-nav-wrapper .owl-prev:hover:after, .custom-nav-wrapper .owl-next:hover:after { filter: saturate(2) hue-rotate(320deg) brightness(1.5); }
/* line 1138, style.scss */
.custom-nav-wrapper .owl-next:after { transform: translate(-50%, -50%) rotate(0deg); }
@media all and (max-width: 767px) { /* line 1142, style.scss */
  .custom-nav-wrapper.display_mobile { padding-top: 20px; text-align: center; }
  /* line 1146, style.scss */
  .custom-nav-wrapper.display_mobile button { margin: 0 7px !important; } }

@media all and (max-width: 767px) { /* line 1150, style.scss */
  .testimonial_box { padding-bottom: 0 !important; }
  /* line 1153, style.scss */
  .testimonial_box .owl-carousel { border: 1px solid #050170; padding: 25px; } }

/* line 1159, style.scss */
.bodyhero { height: 100vh; min-height: 600px; max-height: 900px; overflow: hidden; }
@media all and (max-width: 1279px) { /* line 1159, style.scss */
  .bodyhero { max-height: 650px; } }
/* line 1165, style.scss */
.bodyhero .content { position: absolute; margin-top: -40px; top: 50%; left: 50%; width: 100%; transform: translate(-50%, -50%); }
@media all and (max-width: 1279px) { /* line 1165, style.scss */
  .bodyhero .content { margin-top: 0; } }
/* line 1173, style.scss */
.bodyhero .content p { margin: 0; }
/* line 1175, style.scss */
.bodyhero h2, .bodyhero .vc_tta-title-text, .bodyhero .slideup .slidecontent .left > p:nth-child(1), .slideup .slidecontent .bodyhero .left > p:nth-child(1) { line-height: 1; }
/* line 1178, style.scss */
.bodyhero .cover img { min-height: 600px; max-height: 900px; }
@media all and (max-width: 1279px) { /* line 1178, style.scss */
  .bodyhero .cover img { max-height: 650px; } }

/* line 1187, style.scss */
.f_wrap_1 { display: flex; }
@media all and (max-width: 767px) { /* line 1187, style.scss */
  .f_wrap_1 { display: block; } }
/* line 1190, style.scss */
.f_wrap_1 .left { flex-basis: 25%; }
@media all and (max-width: 767px) { /* line 1190, style.scss */
  .f_wrap_1 .left { display: flex; justify-content: space-between; margin-bottom: 50px; } }
/* line 1196, style.scss */
.f_wrap_1 .left div:last-child { display: none; }
@media all and (max-width: 767px) { /* line 1196, style.scss */
  .f_wrap_1 .left div:last-child { display: block; }
  /* line 1199, style.scss */
  .f_wrap_1 .left div:last-child a:first-child { margin-bottom: 10px; } }
/* line 1202, style.scss */
.f_wrap_1 .left img { max-width: 245px; }
@media all and (max-width: 1679px) { /* line 1202, style.scss */
  .f_wrap_1 .left img { max-width: 185px; } }
@media all and (max-width: 767px) { /* line 1202, style.scss */
  .f_wrap_1 .left img { max-width: 106px; } }
@media all and (max-width: 1023px) { /* line 1190, style.scss */
  .f_wrap_1 .left { flex-basis: 40%; } }
/* line 1209, style.scss */
.f_wrap_1 .right { flex-basis: 75%; }
/* line 1210, style.scss */
.f_wrap_1 .right .f_wrap_1a { margin-bottom: 55px; }
@media all and (max-width: 767px) { /* line 1210, style.scss */
  .f_wrap_1 .right .f_wrap_1a { margin-bottom: 35px; } }
/* line 1213, style.scss */
.f_wrap_1 .right .f_wrap_1a p { font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-weight: 200; font-style: normal; font-variation-settings: "wdth" 100; font-size: 40px; max-width: 560px; }
@media all and (max-width: 1279px) { /* line 1213, style.scss */
  .f_wrap_1 .right .f_wrap_1a p { font-size: 30px; } }
@media all and (max-width: 767px) { /* line 1213, style.scss */
  .f_wrap_1 .right .f_wrap_1a p { font-size: 25px; line-height: 1.6; } }
/* line 1222, style.scss */
.f_wrap_1 .right .f_wrap_1a p span { font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100; display: block; }
@media all and (max-width: 1279px) { /* line 1222, style.scss */
  .f_wrap_1 .right .f_wrap_1a p span { display: inline-block; } }
@media all and (max-width: 767px) { /* line 1222, style.scss */
  .f_wrap_1 .right .f_wrap_1a p span { display: inline; } }
@media all and (max-width: 1023px) { /* line 1209, style.scss */
  .f_wrap_1 .right { flex-basis: 60%; } }

/* line 1233, style.scss */
.f_wrap_1b { display: flex; justify-content: space-between; margin-bottom: 110px; }
@media all and (max-width: 767px) { /* line 1233, style.scss */
  .f_wrap_1b { margin-bottom: 45px; display: block; } }
/* line 1238, style.scss */
.f_wrap_1b > div:last-child { display: flex; gap: 15px; }
@media all and (max-width: 767px) { /* line 1238, style.scss */
  .f_wrap_1b > div:last-child { display: none; } }

/* line 1244, style.scss */
.social { cursor: pointer; user-select: none; position: relative; display: block; border: 1px solid #D9D9D9; border-radius: 50%; width: 56px; height: 56px; text-indent: 3000px; overflow: hidden; background: white; }
@media all and (max-width: 767px) { /* line 1244, style.scss */
  .social { width: 44px; height: 44px; } }
/* line 1260, style.scss */
.social:after { content: ""; display: block; width: 25.5px; height: 25.5px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background-size: contain; background-position: center; background-repeat: no-repeat; }
/* line 1273, style.scss */
.social.instagram:after { background-image: url("images/icon-instagram.svg"); }
/* line 1276, style.scss */
.social.linkedin:after { background-image: url("images/icon-linkedin.svg"); }
/* line 1280, style.scss */
.social:hover:after { filter: saturate(2) hue-rotate(320deg) brightness(1.5); }

/* line 1283, style.scss */
.f_wrap_2 { display: flex; padding-bottom: 85px; border-bottom: 1px solid #D9D9D9; }
@media all and (max-width: 767px) { /* line 1283, style.scss */
  .f_wrap_2 { padding-bottom: 40px; border-bottom: none; } }
/* line 1291, style.scss */
.f_wrap_2 .left { flex-basis: 25%; }
@media all and (max-width: 1023px) { /* line 1291, style.scss */
  .f_wrap_2 .left { display: none; } }
/* line 1294, style.scss */
.f_wrap_2 .right { flex-basis: 75%; }
@media all and (max-width: 1023px) { /* line 1294, style.scss */
  .f_wrap_2 .right { flex-basis: 100%; } }
@media all and (max-width: 767px) { /* line 1294, style.scss */
  .f_wrap_2 .right { padding-left: 3px; } }
/* line 1298, style.scss */
.f_wrap_2 .f_wrap_2b { display: flex; }
@media all and (max-width: 480px) { /* line 1298, style.scss */
  .f_wrap_2 .f_wrap_2b { display: block; } }
/* line 1301, style.scss */
.f_wrap_2 .f_wrap_2b div { flex-basis: 33.333%; }
@media all and (max-width: 480px) { /* line 1303, style.scss */
  .f_wrap_2 .f_wrap_2b div:nth-child(1), .f_wrap_2 .f_wrap_2b div:nth-child(2) { margin-bottom: 30px; } }
/* line 1307, style.scss */
.f_wrap_2 .f_wrap_2b ul { margin: 0; padding: 0; }
/* line 1310, style.scss */
.f_wrap_2 .f_wrap_2b ul li { list-style-type: none; margin-bottom: 5px; }
/* line 1312, style.scss */
.f_wrap_2 .f_wrap_2b ul li.address1 { margin-bottom: 0; }
/* line 1313, style.scss */
.f_wrap_2 .f_wrap_2b ul li a { font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100; font-size: 16px; color: #00001C; }
/* line 1318, style.scss */
.f_wrap_2 .f_wrap_2b ul li:first-child { margin-bottom: 15px; }
/* line 1320, style.scss */
.f_wrap_2 .f_wrap_2b ul li:first-child a { font-size: 14px; color: #898992; }

/* line 1329, style.scss */
.f_wrap_3 { display: flex; justify-content: space-between; padding-top: 25px; padding-bottom: 12px; font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; }
@media all and (max-width: 767px) { /* line 1329, style.scss */
  .f_wrap_3 { max-width: none; border-top: 1px solid #050170; } }
/* line 1340, style.scss */
.f_wrap_3 .left { display: flex; font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100; }
@media all and (max-width: 767px) { /* line 1340, style.scss */
  .f_wrap_3 .left { padding-left: 25px; } }
/* line 1346, style.scss */
.f_wrap_3 .left p:first-child { text-transform: uppercase; font-size: 10px; letter-spacing: 2px; padding-right: 12px; margin-right: 12px; border-right: 1px solid #898992; }
@media all and (max-width: 1023px) { /* line 1346, style.scss */
  .f_wrap_3 .left p:first-child { border-right: none; } }
@media all and (max-width: 767px) { /* line 1346, style.scss */
  .f_wrap_3 .left p:first-child { font-size: 8px; letter-spacing: 0.5px; } }
/* line 1359, style.scss */
.f_wrap_3 .left p:last-child { font-size: 11px; }
/* line 1361, style.scss */
.f_wrap_3 .left p:last-child a { color: #00001C; margin-right: 20px; }
@media all and (max-width: 1023px) { /* line 1359, style.scss */
  .f_wrap_3 .left p:last-child { display: none; } }
/* line 1368, style.scss */
.f_wrap_3 .right { display: flex; }
@media all and (max-width: 767px) { /* line 1368, style.scss */
  .f_wrap_3 .right { padding-right: 25px; } }
/* line 1372, style.scss */
.f_wrap_3 .right a { font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100; font-size: 10px; letter-spacing: 2px; color: #00001C; text-transform: uppercase; }
@media all and (max-width: 767px) { /* line 1372, style.scss */
  .f_wrap_3 .right a { font-size: 8px; letter-spacing: 0.5px; } }

/* line 1386, style.scss */
body.hamburger_toggled .megamenu { opacity: 1; visibility: visible; transition-duration: 0.5s; transition-timing-function: ease-in-out; }
/* line 1391, style.scss */
body.hamburger_toggled .overlay { opacity: 1; z-index: 99999; }

/* line 1396, style.scss */
.megamenu { position: fixed; top: 20px; right: 25px; width: 925px; padding: 30px 25px 35px 35px; background: white; z-index: 99999; border-radius: 5px; visibility: hidden; opacity: 0; }
@media all and (max-width: 991px) { /* line 1396, style.scss */
  .megamenu { top: 0; right: 0; width: 100%; padding: 70px 28px 0 35px; } }
@media all and (orientation: landscape) and (max-width: 991px) { /* line 1396, style.scss */
  .megamenu { padding-top: 50px; } }
/* line 1414, style.scss */
.megamenu ul { margin: 0; padding: 0; }
/* line 1417, style.scss */
.megamenu ul li { list-style-type: none; margin-bottom: 23px; }
@media all and (orientation: landscape) and (max-width: 991px) { /* line 1417, style.scss */
  .megamenu ul li { display: inline; margin-right: 20px; } }
/* line 1423, style.scss */
.megamenu ul li a { color: #00001C; font-size: 32px; }
@media all and (orientation: landscape) and (max-width: 991px) { /* line 1423, style.scss */
  .megamenu ul li a { font-size: 24px; } }
/* line 1427, style.scss */
.megamenu ul li a:hover { text-decoration: none; color: #1486F6; }
/* line 1434, style.scss */
.megamenu .megarow2 a { color: #00001C; }

/* line 1436, style.scss */
.overlay, .overlay2 { width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; background: rgba(0, 0, 0, 0.5); opacity: 0; z-index: -1; transition-duration: 0.5s; transition-timing-function: ease-in-out; }

/* line 1447, style.scss */
.megarow1 { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 200px; }
@media all and (orientation: landscape) and (max-width: 1439px) { /* line 1447, style.scss */
  .megarow1 { margin-bottom: 100px; } }
@media all and (max-width: 1279px) { /* line 1447, style.scss */
  .megarow1 { margin-bottom: 35px; } }
@media all and (orientation: landscape) and (max-width: 991px) { /* line 1447, style.scss */
  .megarow1 { margin-bottom: 5px; } }
@media all and (max-width: 767px) { /* line 1455, style.scss */
  .megarow1 .left { margin-top: 10px; } }

/* line 1459, style.scss */
.megarow2 { display: flex; margin-bottom: 30px; }
@media all and (max-width: 767px) { /* line 1459, style.scss */
  .megarow2 { margin-bottom: 75px; flex-wrap: wrap; } }
@media all and (max-height: 899px) { /* line 1459, style.scss */
  .megarow2 { flex-wrap: nowrap; margin-bottom: 25px; } }
/* line 1470, style.scss */
.megarow2 > div:nth-child(1) { flex-basis: 32%; }
@media all and (max-width: 767px) { /* line 1470, style.scss */
  .megarow2 > div:nth-child(1) { flex-basis: 100%; margin-bottom: 15px; } }
@media all and (max-height: 899px) { /* line 1470, style.scss */
  .megarow2 > div:nth-child(1) { flex-basis: 50%; } }
/* line 1475, style.scss */
.megarow2 > div:nth-child(2) { flex-basis: 34%; }
@media all and (max-width: 767px) { /* line 1475, style.scss */
  .megarow2 > div:nth-child(2) { flex-basis: 100%; } }
@media all and (max-height: 899px) { /* line 1475, style.scss */
  .megarow2 > div:nth-child(2) { flex-basis: 50%; } }
/* line 1479, style.scss */
.megarow2 > div:nth-child(3) { flex-basis: 34%; }
@media all and (max-width: 767px) { /* line 1479, style.scss */
  .megarow2 > div:nth-child(3) { display: none; } }
/* line 1483, style.scss */
.megarow2 p { font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100; font-size: 14px; }
/* line 1487, style.scss */
.megarow2 p:first-child { color: #65656D; font-size: 12px; margin-bottom: 15px; }

/* line 1493, style.scss */
.close-area { display: flex; align-items: center; cursor: pointer; }
/* line 1497, style.scss */
.close-area svg { fill: none; margin-left: 30px; transition-duration: 0.3s; transition-timing-function: ease-in-out; }
/* line 1503, style.scss */
.close-area:hover svg { transform: rotate(90deg); }

/* line 1506, style.scss */
.megasocial { margin-top: 25px; display: flex; justify-content: flex-end; gap: 15px; }
/* line 1511, style.scss */
.megasocial .social { background: #F7F7F7; }
/* line 1513, style.scss */
.megasocial .social:after { filter: brightness(0) saturate(0); }
/* line 1516, style.scss */
.megasocial .social:hover:after { filter: saturate(2) hue-rotate(320deg) brightness(1.5); }
@media all and (max-width: 1279px) { /* line 1506, style.scss */
  .megasocial { display: none; } }

/* line 1524, style.scss */
.megahero { position: relative; padding-top: 200px; color: white; border-radius: 5px; display: flex; justify-content: space-between; padding: 215px 20px 20px; align-items: baseline; cursor: pointer; overflow: hidden; }
@media all and (orientation: landscape) and (max-width: 1279px) { /* line 1524, style.scss */
  .megahero { padding: 100px 20px 20px; } }
@media all and (max-width: 991px) { /* line 1524, style.scss */
  .megahero { padding: 25px 20px; margin-left: -35px; margin-right: -28px; align-items: center; } }
/* line 1542, style.scss */
.megahero p { font-size: 32px; margin: 0; }
@media all and (max-width: 767px) { /* line 1542, style.scss */
  .megahero p { font-size: 25px; } }
/* line 1547, style.scss */
.megahero .dot { position: relative; top: 7px; }
@media all and (max-width: 767px) { /* line 1547, style.scss */
  .megahero .dot { top: 0; }
  /* line 1552, style.scss */
  .megahero .dot .liquid_glass__wrapper { width: 40px; height: 40px; } }
/* line 1558, style.scss */
.megahero .dot span:before { left: -24px; }
/* line 1561, style.scss */
.megahero .dot span:after { /*left: 8.4px;*/ }
/* line 1568, style.scss */
.megahero:hover .dot span:before { left: 18.3px; opacity: 1; }
@media all and (max-width: 767px) { /* line 1568, style.scss */
  .megahero:hover .dot span:before { left: 8.4px; } }
/* line 1575, style.scss */
.megahero:hover .dot span:after { left: 61px; opacity: 0; }
@media all and (max-width: 767px) { /* line 1575, style.scss */
  .megahero:hover .dot span:after { left: 41px; } }
/* line 1584, style.scss */
.megahero .megabg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
/* line 1591, style.scss */
.megahero .megabg img { object-fit: cover; width: 100%; height: 100%; transition-duration: 0.5s; transition-timing-function: ease-in-out; }
/* line 1600, style.scss */
.megahero:hover .megabg img { transform: scale(1.1); }

@media all and (max-width: 1279px) { /* line 1604, style.scss */
  .adj_width_350 { max-width: 350px; } }

@media all and (max-width: 1279px) { /* line 1607, style.scss */
  .adj_width_400 { max-width: 400px; } }

/* line 1611, style.scss */
.br_md br { display: none; }
@media all and (max-width: 1279px) { /* line 1611, style.scss */
  .br_md br { display: block; } }
@media all and (max-width: 1023px) { /* line 1611, style.scss */
  .br_md br { display: none; } }

@media all and (max-width: 1023px) { /* line 1619, style.scss */
  .resp_columns .vc_col-sm-3 { width: 50%; margin-bottom: 20px; } }

@media all and (max-width: 767px) { /* line 1625, style.scss */
  .belowh1 { margin-bottom: 25px; } }

@media all and (max-width: 767px) { /* line 1630, style.scss */
  .herotext { font-size: 16px; } }

@media all and (max-width: 767px) { /* line 1635, style.scss */
  .display_desktop { display: none; } }

/* line 1640, style.scss */
.display_mobile { display: none; }
@media all and (max-width: 767px) { /* line 1640, style.scss */
  .display_mobile { display: block; } }

/* line 1646, style.scss */
.divided_2col_b { border-top: 1px solid #050170; display: none; }
@media all and (max-width: 767px) { /* line 1646, style.scss */
  .divided_2col_b { display: flex; } }
/* line 1650, style.scss */
.divided_2col_b > .vc_col-sm-6:first-child { flex-basis: 50%; border-right: 1px solid #050170; }
/* line 1654, style.scss */
.divided_2col_b > .vc_col-sm-6:last-child { flex-basis: 50%; padding-left: 30px; }

@media all and (max-width: 767px) { /* line 1660, style.scss */
  .horizontal_scroll > .vc_column_container > .vc_column-inner { padding-right: 0; } }
@media all and (max-width: 767px) { /* line 1663, style.scss */
  .horizontal_scroll > .vc_column_container > .vc_column-inner > .wpb_wrapper { overflow-x: auto; } }
@media all and (max-width: 767px) { /* line 1665, style.scss */
  .horizontal_scroll > .vc_column_container > .vc_column-inner > .wpb_wrapper > .resp_columns { width: 1050px; max-width: none; } }
@media all and (max-width: 767px) { /* line 1670, style.scss */
  .horizontal_scroll > .vc_column_container > .vc_column-inner > .wpb_wrapper > .resp_columns .vc_col-sm-3 { width: calc((100% - 40px) / 4); margin-bottom: 0; float: left; margin-right: 10px; } }

/* line 1681, style.scss */
.iconlinks { margin-bottom: 30px; }
/* line 1683, style.scss */
.iconlinks a { font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; font-size: 18px; display: block; position: relative; color: #00001C; padding-left: 65px; padding-top: 15px; }
@media all and (max-width: 767px) { /* line 1683, style.scss */
  .iconlinks a { padding-top: 0; } }
/* line 1692, style.scss */
.iconlinks a:before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 55px; height: 55px; border: 1px solid #D9D9D9; border-radius: 50%; }
@media all and (max-width: 767px) { /* line 1692, style.scss */
  .iconlinks a:before { width: 45px; height: 45px; } }
/* line 1707, style.scss */
.iconlinks a:after { content: ""; display: block; position: absolute; top: 14.75px; left: 14.75px; width: 25.5px; height: 25.5px; background-size: contain; background-position: center; background-repeat: no-repeat; }
@media all and (max-width: 767px) { /* line 1707, style.scss */
  .iconlinks a:after { width: 20px; height: 20px; top: 12.5px; left: 12.5px; } }
/* line 1725, style.scss */
.iconlinks a:hover { text-decoration: none; }
/* line 1727, style.scss */
.iconlinks a:hover:before { background: #050170; }
/* line 1728, style.scss */
.iconlinks a:hover:after { filter: saturate(0) brightness(2) invert(1); }
/* line 1731, style.scss */
.iconlinks.iconlinks_pin a:after { background-image: url("/wp-content/themes/featherwood/images/iconlinks-pin.svg"); }
/* line 1732, style.scss */
.iconlinks.iconlinks_linkedin a:after { background-image: url("/wp-content/themes/featherwood/images/iconlinks-linkedin.svg"); }
/* line 1733, style.scss */
.iconlinks.iconlinks_phone a:after { background-image: url("/wp-content/themes/featherwood/images/icon-phone.svg"); }

@media all and (max-width: 1023px) { /* line 1736, style.scss */
  .vc_tta-controls-align-left { display: block !important; } }

/* line 1739, style.scss */
.vc_tta-tabs-container, .vc_tta-panels-container { width: 50%; padding-top: 70px; }
@media all and (max-width: 1023px) { /* line 1739, style.scss */
  .vc_tta-tabs-container, .vc_tta-panels-container { width: 100%; } }
@media all and (max-width: 767px) { /* line 1739, style.scss */
  .vc_tta-tabs-container, .vc_tta-panels-container { padding-top: 45px; } }

/* line 1749, style.scss */
.vc_tta-tabs-container { padding-right: 50px; }
@media all and (max-width: 1023px) { /* line 1749, style.scss */
  .vc_tta-tabs-container { padding-right: 0; } }

/* line 1753, style.scss */
.vc_tta-panels-container { border-left: 1px solid #00001C; }
@media all and (max-width: 1023px) { /* line 1753, style.scss */
  .vc_tta-panels-container { border-left: none; padding-top: 25px; }
  /* line 1758, style.scss */
  .vc_tta-panels-container .vc_tta-panel-body { padding: 0 0 100px !important; } }
/* line 1760, style.scss */
.vc_tta-panels-container .vc_tta-panel-body { border: none !important; }
/* line 1761, style.scss */
.vc_tta-panels-container h2, .vc_tta-panels-container .vc_tta-title-text, .vc_tta-panels-container .slideup .slidecontent .left > p:nth-child(1), .slideup .slidecontent .vc_tta-panels-container .left > p:nth-child(1), .vc_tta-panels-container h3, .vc_tta-panels-container h4, .vc_tta-panels-container h5, .vc_tta-panels-container h6 { font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100; }
/* line 1762, style.scss */
.vc_tta-panels-container p, .vc_tta-panels-container li { font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; }

/* line 1764, style.scss */
.vc_tta-title-text { font-family: "PPNeueMontreal", Arial, "sans-serif"; font-weight: 300; }

/* line 1768, style.scss */
.vc_tta-tab > a { padding: 0 !important; background-color: white !important; border: none !important; margin-bottom: 25px; color: #B2B2B2 !important; width: calc(100% - 1px); }

/* line 1776, style.scss */
.vc_tta-tab.vc_active > a { color: #00001C !important; }

/* line 1779, style.scss */
.vc_tta-panel-body { background-color: white !important; padding-left: 50px !important; padding-bottom: 150px !important; }

/* line 1784, style.scss */
.vc_tta-container { margin-bottom: 0 !important; }

/* line 1785, style.scss */
.faq { background: #F7F7F7; padding: 45px 40px; border-radius: 10px; }

/* line 1790, style.scss */
.vc_do_toggle { margin-bottom: 35px !important; padding-bottom: 35px; border-bottom: 1px solid #65656D; }
/* line 1794, style.scss */
.vc_do_toggle .vc_toggle_content { margin-bottom: 0; padding-left: 0 !important; }
/* line 1797, style.scss */
.vc_do_toggle .vc_toggle_content p { margin-bottom: 0; padding-right: 50px; }
/* line 1800, style.scss */
.vc_do_toggle .vc_toggle_content p + p { margin-top: 25px; }
/* line 1803, style.scss */
.vc_do_toggle:last-child { border-bottom: none; margin-bottom: 0 !important; padding-bottom: 15px; }

/* line 1809, style.scss */
.vc_toggle_title { padding-left: 0 !important; padding-right: 50px; }
/* line 1812, style.scss */
.vc_toggle_title .vc_toggle_icon { left: auto !important; right: 0; background: transparent !important; border: none !important; }
/* line 1817, style.scss */
.vc_toggle_title .vc_toggle_icon:before { width: 2px !important; height: 19px !important; background: #00001C; border: 0; }
/* line 1823, style.scss */
.vc_toggle_title .vc_toggle_icon:after { width: 19px !important; height: 2px !important; background: #00001C; border: 0; }

/* line 1831, style.scss */
.vc_toggle_active .vc_toggle_icon:after { visibility: visible !important; }

/* line 1835, style.scss */
.vc_tta-tabs-position-top { /* tour with top tabs */ }
/* line 1836, style.scss */
.vc_tta-tabs-position-top .vc_tta-panel-heading { background-color: transparent !important; border: none !important; }
/* line 1840, style.scss */
.vc_tta-tabs-position-top .vc_tta-panel-title > a { color: #00001C !important; padding: 0 !important; }
/* line 1844, style.scss */
.vc_tta-tabs-position-top .vc_tta-title-text { font-family: "PPNeueMontreal", Arial, "sans-serif"; font-weight: 300; font-size: 20px !important; position: relative; display: block; }
/* line 1849, style.scss */
.vc_tta-tabs-position-top .vc_tta-title-text:before { content: ""; position: absolute; top: 9px; right: 11px; width: 16px; height: 2px; background: #050170; border-radius: 1px; transform: rotate(45deg); }
/* line 1860, style.scss */
.vc_tta-tabs-position-top .vc_tta-title-text:after { content: ""; position: absolute; top: 9px; right: 0; width: 16px; height: 2px; background: #050170; border-radius: 1px; transform: rotate(135deg); }
/* line 1874, style.scss */
.vc_tta-tabs-position-top .vc_active .vc_tta-title-text:before { right: 0; }
/* line 1877, style.scss */
.vc_tta-tabs-position-top .vc_active .vc_tta-title-text:after { right: 11px; }
/* line 1882, style.scss */
.vc_tta-tabs-position-top .vc_tta-panel { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #050170; }
/* line 1886, style.scss */
.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-body { margin-top: 25px; padding: 15px !important; background: #F7F7F7 !important; max-height: 275px; overflow-y: scroll !important; }
/* line 1892, style.scss */
.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-body h3 { font-size: 20px; }
@media all and (max-width: 480px) { /* line 1894, style.scss */
  .vc_tta-tabs-position-top .vc_tta-panel .cta .wpb_wrapper p:first-child { padding: 17px 0 0; } }
/* line 1900, style.scss */
.vc_tta-tabs-position-top .vc_tta-panel-body::-webkit-scrollbar { width: 5px; height: 5px; }
/* line 1904, style.scss */
.vc_tta-tabs-position-top .vc_tta-panel-body::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 2.5px; }
/* line 1908, style.scss */
.vc_tta-tabs-position-top .vc_tta-panel-body::-webkit-scrollbar-thumb { background: #65656D; border-radius: 2.5px; }

/* line 1914, style.scss */
.slideup { transition-duration: 0.5s; transition-timing-function: ease-in-out; position: fixed; top: 105vh; left: 0; width: 100%; height: 0; overflow-y: hidden; z-index: 999999; color: white; background: #050170; padding: 50px; }
/* line 1926, style.scss */
.slideup .handle { margin: 20px auto; width: 80px; height: 10px; background: rgba(255, 255, 255, 0.2); border-radius: 5px; margin-bottom: 50px; margin-top: -20px; display: none; }
@media all and (max-width: 767px) { /* line 1926, style.scss */
  .slideup .handle { display: block; } }
/* line 1937, style.scss */
.slideup .slidenav { display: flex; justify-content: space-between; margin-bottom: 150px; }
@media all and (max-width: 767px) { /* line 1937, style.scss */
  .slideup .slidenav { display: none; } }
/* line 1942, style.scss */
.slideup .slidenav a svg { width: 318px; height: 60px; filter: saturate(0) brightness(2); }
/* line 1947, style.scss */
.slideup .slidenav .slideclose { position: relative; }
/* line 1949, style.scss */
.slideup .slideante { padding-bottom: 20px; margin-bottom: 70px; border-bottom: 1px solid white; font-size: 16px; }
@media all and (max-width: 767px) { /* line 1949, style.scss */
  .slideup .slideante { margin-bottom: 50px; } }
/* line 1956, style.scss */
.slideup .slidecontent { display: flex; }
@media all and (max-width: 1279px) { /* line 1956, style.scss */
  .slideup .slidecontent { display: block; } }
/* line 1959, style.scss */
.slideup .slidecontent .left { width: 50%; position: relative; }
@media all and (max-width: 1279px) { /* line 1959, style.scss */
  .slideup .slidecontent .left { width: 100%; } }
@media all and (max-width: 767px) { /* line 1959, style.scss */
  .slideup .slidecontent .left { margin-bottom: 25px; } }
/* line 1964, style.scss */
.slideup .slidecontent .left > p:nth-child(1) { margin-bottom: 50px; }
@media all and (max-width: 767px) { /* line 1964, style.scss */
  .slideup .slidecontent .left > p:nth-child(1) { margin-bottom: 35px; } }
/* line 1971, style.scss */
.slideup .slidecontent .left > p:nth-child(2) { margin-bottom: 200px; font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; font-size: 24px; }
@media all and (max-width: 1439px) { /* line 1971, style.scss */
  .slideup .slidecontent .left > p:nth-child(2) { font-size: 18px; margin-bottom: 80px; } }
@media all and (max-width: 1279px) { /* line 1971, style.scss */
  .slideup .slidecontent .left > p:nth-child(2) { max-width: 50%; margin-bottom: 150px; } }
@media all and (max-width: 767px) { /* line 1971, style.scss */
  .slideup .slidecontent .left > p:nth-child(2) { margin-bottom: 50px; max-width: 100%; } }
/* line 1989, style.scss */
.slideup .slidecontent .right { width: 50%; padding-left: 50px; }
@media all and (max-width: 1279px) { /* line 1989, style.scss */
  .slideup .slidecontent .right { width: 100%; padding-left: 0; } }
@media all and (max-width: 767px) { /* line 1989, style.scss */
  .slideup .slidecontent .right { padding-top: 25px; } }
/* line 2000, style.scss */
.slideup .slidecontent .slideform { max-width: 700px; }
/* line 2003, style.scss */
.slideup .iconlinks a { font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100; font-size: 18px; color: white; }
@media all and (max-width: 1279px) { /* line 2003, style.scss */
  .slideup .iconlinks a { font-size: 16px; } }
@media all and (max-width: 767px) { /* line 2003, style.scss */
  .slideup .iconlinks a { font-size: 14px; } }
/* line 2009, style.scss */
.slideup .iconlinks a:before { background-image: url("images/glassbutton.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; border: none; }
/* line 2016, style.scss */
.slideup .iconlinks a:after { left: 14.75px; top: 14.75px; }
@media all and (max-width: 767px) { /* line 2016, style.scss */
  .slideup .iconlinks a:after { left: 12.5px; top: 12.5px; } }
/* line 2026, style.scss */
.slideup .iconlinks.iconlinks_pin a:after { filter: saturate(0) brightness(2) invert(1); }
@media all and (max-width: 1279px) { /* line 2025, style.scss */
  .slideup .iconlinks.iconlinks_pin { position: absolute; top: 0; right: 0; width: 350px; } }
@media all and (max-width: 1023px) { /* line 2025, style.scss */
  .slideup .iconlinks.iconlinks_pin { width: 300px; } }
@media all and (max-width: 767px) { /* line 2025, style.scss */
  .slideup .iconlinks.iconlinks_pin { position: relative; width: auto; } }
/* line 2040, style.scss */
.slideup .iconlinks.iconlinks_phone a:after { filter: saturate(0) brightness(2); }
@media all and (max-width: 1279px) { /* line 2039, style.scss */
  .slideup .iconlinks.iconlinks_phone { position: absolute; top: 70px; right: 0; width: 350px; } }
@media all and (max-width: 1023px) { /* line 2039, style.scss */
  .slideup .iconlinks.iconlinks_phone { width: 300px; } }
@media all and (max-width: 767px) { /* line 2039, style.scss */
  .slideup .iconlinks.iconlinks_phone { position: relative; width: auto; top: 0; line-height: 45px; } }

/* line 2058, style.scss */
body.slideactive .slideup { top: 0; height: 100vh; overflow-y: auto; }
@media all and (max-width: 767px) { /* line 2058, style.scss */
  body.slideactive .slideup { top: 30vh; height: 70vh; border-top-left-radius: 50px; border-top-right-radius: 50px; box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.4); } }
@media all and (max-width: 767px) { /* line 2071, style.scss */
  body.slideactive .overlay2 { opacity: 1; z-index: 999999; /* yes, 6, it needs to be higher than menu */ } }

/* line 2078, style.scss */
.featherform .gform_heading { display: none; }
/* line 2079, style.scss */
.featherform label { display: none !important; }
/* line 2080, style.scss */
.featherform input, .featherform select, .featherform textarea { font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; font-size: 18px !important; color: white !important; line-height: 60px; height: 60px; background: transparent; border: none; padding: 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
/* line 2090, style.scss */
.featherform input:focus, .featherform input:active, .featherform select:focus, .featherform select:active, .featherform textarea:focus, .featherform textarea:active { outline: none; }
@media all and (max-width: 767px) { /* line 2080, style.scss */
  .featherform input, .featherform select, .featherform textarea { font-size: 16px; } }
/* line 2093, style.scss */
.featherform .gform_fields { grid-column-gap: 20px !important; }
/* line 2095, style.scss */
.featherform .gform_fields .gfield { margin-bottom: 15px; }
@media all and (max-width: 767px) { /* line 2095, style.scss */
  .featherform .gform_fields .gfield { margin-bottom: 6px; } }
/* line 2099, style.scss */
.featherform .gform_fields .gfield:nth-child(1) { grid-column: 1 / 7; }
@media all and (max-width: 1023px) { /* line 2099, style.scss */
  .featherform .gform_fields .gfield:nth-child(1) { grid-column: 1 / 13; } }
/* line 2103, style.scss */
.featherform .gform_fields .gfield:nth-child(2) { grid-column: 7 / 13; }
@media all and (max-width: 1023px) { /* line 2103, style.scss */
  .featherform .gform_fields .gfield:nth-child(2) { grid-column: 1 / 13; } }
/* line 2107, style.scss */
.featherform .gform_fields .gfield:nth-child(3) { grid-column: 1 / 7; }
@media all and (max-width: 1023px) { /* line 2107, style.scss */
  .featherform .gform_fields .gfield:nth-child(3) { grid-column: 1 / 13; } }
/* line 2111, style.scss */
.featherform .gform_fields .gfield:nth-child(4) { grid-column: 7 / 13; }
@media all and (max-width: 1023px) { /* line 2111, style.scss */
  .featherform .gform_fields .gfield:nth-child(4) { grid-column: 1 / 13; } }
/* line 2116, style.scss */
.featherform .gform-body { margin-bottom: 130px; }
@media all and (max-width: 1279px) { /* line 2116, style.scss */
  .featherform .gform-body { margin-bottom: 50px; } }
@media all and (max-width: 1279px) { /* line 2120, style.scss */
  .featherform .gform_footer { flex-direction: row-reverse; } }
/* line 2121, style.scss */
.featherform .gform_button { width: 266px !important; height: 55px !important; }
/* line 2124, style.scss */
.featherform .gform_button:hover { filter: saturate(1.5); }
/* line 2126, style.scss */
.featherform ::-webkit-input-placeholder { color: white; font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; }
/* line 2127, style.scss */
.featherform ::-moz-placeholder { color: white; font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; }
/* line 2128, style.scss */
.featherform :-ms-input-placeholder { color: white; font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; }
/* line 2129, style.scss */
.featherform :-moz-placeholder { color: white; font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; }
/* line 2130, style.scss */
.featherform input:focus::placeholder, .featherform textarea:focus::placeholder { color: transparent; }
@media all and (max-width: 767px) { /* line 2132, style.scss */
  .featherform ::-webkit-input-placeholder { font-size: 16px; }
  /* line 2133, style.scss */
  .featherform ::-moz-placeholder { font-size: 16px; }
  /* line 2134, style.scss */
  .featherform :-ms-input-placeholder { font-size: 16px; }
  /* line 2135, style.scss */
  .featherform :-moz-placeholder { font-size: 16px; } }
/* line 2138, style.scss */
.featherform.pageform input, .featherform.pageform select, .featherform.pageform textarea { font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100; color: #00001C !important; border-bottom: 1px solid #898992; }
/* line 2143, style.scss */
.featherform.pageform .gform-body { margin-bottom: 50px; }
/* line 2144, style.scss */
.featherform.pageform .gform_button { filter: hue-rotate(-30deg) saturate(2.5); }
/* line 2146, style.scss */
.featherform.pageform .gform_button:hover { filter: hue-rotate(-30deg) saturate(4); }
/* line 2150, style.scss */
.featherform.pageform ::-webkit-input-placeholder { color: #00001C; font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100; }
/* line 2151, style.scss */
.featherform.pageform ::-moz-placeholder { color: #00001C; font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100; }
/* line 2152, style.scss */
.featherform.pageform :-ms-input-placeholder { color: #00001C; font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100; }
/* line 2153, style.scss */
.featherform.pageform :-moz-placeholder { color: #00001C; font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100; }

/* line 2157, style.scss */
.gform_validation_errors { background: transparent !important; border: none !important; box-shadow: none !important; }

/* line 2162, style.scss */
.gfield_validation_message { background: transparent !important; border: none !important; margin-block-start: 0 !important; padding: 0 !important; }

/* line 2170, style.scss */
.featherform .gform_validation_errors h2, .featherform .gform_validation_errors .vc_tta-title-text, .featherform .gform_validation_errors .slideup .slidecontent .left > p:nth-child(1), .slideup .slidecontent .featherform .gform_validation_errors .left > p:nth-child(1) { color: #ff7575 !important; }
/* line 2172, style.scss */
.featherform .gfield_validation_message { color: #ff7575 !important; padding-top: 5px !important; }

/* line 2178, style.scss */
.thanks { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100vh; min-height: 780px; overflow-y: auto; z-index: 99999; color: white; background: #050170; padding: 50px; }
@media all and (max-width: 767px) { /* line 2178, style.scss */
  .thanks { padding: 50px 40px; } }
/* line 2194, style.scss */
.thanks .slidenav { display: flex; justify-content: space-between; margin-bottom: 150px; }
/* line 2199, style.scss */
.thanks .slidenav a svg { width: 318px; height: 60px; filter: saturate(0) brightness(2); }
@media all and (max-width: 767px) { /* line 2198, style.scss */
  .thanks .slidenav a { overflow: hidden; width: 60px; } }
/* line 2209, style.scss */
.thanks .slidenav .thanksclose { cursor: pointer; padding-right: 85px; line-height: 60px; height: 60px; position: relative; background-image: url("images/glassbutton.svg"); background-size: contain; background-position: right top; background-repeat: no-repeat; }
@media all and (max-width: 767px) { /* line 2209, style.scss */
  .thanks .slidenav .thanksclose { line-height: 50px; height: 50px; padding-right: 60px; } }
/* line 2224, style.scss */
.thanks .slidenav .thanksclose:after { content: ""; position: absolute; right: 20.5px; top: 20.5px; width: 19.5px; height: 19.5px; background-image: url("images/x.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; }
@media all and (max-width: 767px) { /* line 2224, style.scss */
  .thanks .slidenav .thanksclose:after { right: 15px; top: 15px; } }
/* line 2242, style.scss */
.thanks .thankscontent { width: 80vw; max-width: 700px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
/* line 2249, style.scss */
.thanks .thankscontent h1 { text-align: center; margin-bottom: 35px; }
/* line 2253, style.scss */
.thanks .thankscontent p { text-align: center; font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100; font-size: 18px; }
@media all and (max-width: 767px) { /* line 2253, style.scss */
  .thanks .thankscontent p { font-size: 16px; } }
/* line 2262, style.scss */
.thanks .thankslinks { border-top: 2px solid white; margin-top: 100px; }
/* line 2265, style.scss */
.thanks .thankslinks a { display: block; position: relative; color: white; font-size: 24px; padding: 20px 0; padding-right: 80px; line-height: 60px; border-bottom: 2px solid white; }
@media all and (max-width: 767px) { /* line 2265, style.scss */
  .thanks .thankslinks a { font-size: 20px; padding: 15px 0; line-height: 50px; } }
/* line 2279, style.scss */
.thanks .thankslinks a:before { content: ""; position: absolute; top: 20px; right: 0; width: 60px; height: 60px; background-image: url("images/glassbutton.svg"); background-size: contain; background-position: right top; background-repeat: no-repeat; }
@media all and (max-width: 767px) { /* line 2279, style.scss */
  .thanks .thankslinks a:before { top: 15px; width: 50px; height: 50px; } }
/* line 2296, style.scss */
.thanks .thankslinks a:after { content: ""; position: absolute; width: 23.3px; height: 18px; right: 18.3px; top: 41px; background-image: url("images/arrow.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; }
@media all and (max-width: 767px) { /* line 2296, style.scss */
  .thanks .thankslinks a:after { right: 13px; top: 31px; } }
/* line 2312, style.scss */
.thanks .thankslinks a:hover { text-decoration: none; }
/* line 2318, style.scss */
.thanks .iconlinks a { font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100; font-size: 18px; color: white; }
/* line 2322, style.scss */
.thanks .iconlinks a:before { background-image: url("images/glassbutton.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; border: none; }
/* line 2329, style.scss */
.thanks .iconlinks a:after { left: 14.75px; top: 14.75px; }
/* line 2335, style.scss */
.thanks .iconlinks.iconlinks_arrow a:after { filter: saturate(0) brightness(2) invert(1); }

/* line 2341, style.scss */
.page-template-page-thanks .thanks { display: block; }

/* 404 page */
/* line 2347, style.scss */
.error-404 { background: #143CFE; }
/* line 2349, style.scss */
.error-404 h2, .error-404 .vc_tta-title-text, .error-404 .slideup .slidecontent .left > p:nth-child(1), .slideup .slidecontent .error-404 .left > p:nth-child(1), .error-404 p, .error-404 li, .error-404 a { color: white !important; }

/* line 2351, style.scss */
.wrap404 { max-width: 600px; margin: 0 auto 35px; padding-top: 150px; }
/* line 2352, style.scss */
.wrap404 .search-form { padding-top: 25px; clear: both; }
/* line 2353, style.scss */
.wrap404 .search-field { width: calc(100% - 106px); height: 40px; border: 1px solid white; border-radius: 5px; color: white; }
/* line 2357, style.scss */
.wrap404 .search-field:hover { background-color: rgba(0, 0, 0, 0.2); }
/* line 2358, style.scss */
.wrap404 .search-field ::-webkit-input-placeholder { color: white; font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; }
/* line 2359, style.scss */
.wrap404 .search-field ::-moz-placeholder { color: white; font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; }
/* line 2360, style.scss */
.wrap404 .search-field :-ms-input-placeholder { color: white; font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; }
/* line 2361, style.scss */
.wrap404 .search-field :-moz-placeholder { color: white; font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; }
/* line 2363, style.scss */
.wrap404 input { font-size: 14px; padding: 10px 20px; display: inline-block; border: 1px solid white; border-radius: 5px; }
/* line 2370, style.scss */
.wrap404 input[type="submit"] { width: 100px; height: 40px; }
@media all and (max-width: 767px) { /* line 2351, style.scss */
  .wrap404 { max-width: calc(100% - 50px); } }

/* line 2373, style.scss */
.left404 { padding-top: 70px; padding-right: 25px; float: left; width: 50%; }
/* line 2374, style.scss */
.left404 svg { width: 275px; height: 110px; max-width: 100%; fill: #143CFE; filter: invert(1) saturate(0) brightness(2); }

/* line 2377, style.scss */
.right404 { padding-top: 35px; padding-left: 25px; float: left; width: 50%; border-left: 1px solid white; }
/* line 2378, style.scss */
.right404 a { padding: 3px 22px 5px; color: white; display: inline-block; background: #143CFE; font-size: 16px; border-radius: 3px; }
/* line 2379, style.scss */
.right404 a:hover { background: #1486F6; }
@media all and (max-width: 480px) { /* line 2377, style.scss */
  .right404 { float: none; width: 100%; padding-left: 0; border-left: none; }
  /* line 2382, style.scss */
  .right404 a { display: block; } }

/* line 2385, style.scss */
.toppages { max-width: 600px; margin: auto; padding: 100px 0; }
/* line 2386, style.scss */
.toppages h2, .toppages .vc_tta-title-text, .toppages .slideup .slidecontent .left > p:nth-child(1), .slideup .slidecontent .toppages .left > p:nth-child(1) { text-align: center; }
/* line 2387, style.scss */
.toppages a { display: block; color: white; text-decoration: none; line-height: 3; }
/* line 2388, style.scss */
.toppages span { font-size: 32px; position: relative; top: 4px; padding-right: 10px; }
/* line 2389, style.scss */
.toppages img { float: right; margin-right: 10px; color: white; }
/* line 2390, style.scss */
.toppages span.mycaret { float: right; font-size: 24px; }
/* line 2391, style.scss */
.toppages div { border-top: 1px solid white; padding: 0 10px; }
/* line 2392, style.scss */
.toppages div:last-of-type { border-bottom: 1px solid white; }
/* line 2393, style.scss */
.toppages div:hover { background-color: #1486F6; border-color: #1486F6; }
/* line 2394, style.scss */
.toppages div:hover img { margin-right: 5px; }
/* line 2395, style.scss */
.toppages div:hover a { color: white; }
/* line 2396, style.scss */
.toppages div:hover span.mycaret { animation: bouncy 2s infinite; }
/* line 2398, style.scss */
.toppages div:hover + div { border-color: #1486F6; }
/* line 2399, style.scss */
.toppages div:hover + div:last-child { border-bottom-color: white; }
@media all and (max-width: 767px) { /* line 2385, style.scss */
  .toppages { max-width: calc(100% - 50px); } }

/* Liquid glass effect */
/* line 2404, style.scss */
body { --c-glass: #bbbbbc; --c-light: #fff; --glass-reflex-light: 1; --saturation: 120%; }

/* line 2410, style.scss */
.liquid_glass { --glass-filter: blur(4px) saturate(var(--saturation)) url(#liquidglass); backdrop-filter: var(--glass-filter); background-color: color-mix(in srgb, var(--c-glass) 12%, transparent); -webkit-backdrop-filter: blur(8px) saturate(var(--saturation)); }

/* line 2416, style.scss */
.liquid_glass__shadow { box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent), inset 1.8px 3px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), transparent), inset -2px -2px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 80%), transparent), inset -3px -8px 1px -6px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent), inset -0.3px -1px 4px 0px; }

/* line 2424, style.scss */
.liquid_glass__wrapper { position: absolute; top: 0; left: 0; width: 60px; height: 60px; border-radius: 50%; overflow: hidden; }
@media all and (max-width: 767px) { /* line 2424, style.scss */
  .liquid_glass__wrapper { width: 50px; height: 50px; } }

/* line 2437, style.scss */
.liquid_glass__filter { position: absolute; width: 0; height: 0; z-index: -1; }

/* line 2445, style.scss */
.iconlinks_glass { display: flex; cursor: pointer; gap: 10px; align-items: center; margin-bottom: 15px; }
/* line 2451, style.scss */
.iconlinks_glass p { color: white; padding-right: 25px; font-size: 20px; margin: 0; }
@media all and (max-width: 1279px) { /* line 2451, style.scss */
  .iconlinks_glass p { padding-right: 0; width: calc(100% - 65px); } }
@media all and (max-width: 767px) { /* line 2451, style.scss */
  .iconlinks_glass p { font-size: 16px; padding-right: 10px; } }
/* line 2465, style.scss */
.iconlinks_glass a { color: white; font-family: "Roboto", sans-serif !important; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; font-size: 18px; }
@media all and (max-width: 1279px) { /* line 2465, style.scss */
  .iconlinks_glass a { font-size: 16px; display: block; max-width: 270px; } }
@media all and (max-width: 767px) { /* line 2465, style.scss */
  .iconlinks_glass a { font-size: 14px; max-width: 240px; } }
/* line 2478, style.scss */
.iconlinks_glass a:hover { text-decoration: none; }
/* line 2480, style.scss */
.iconlinks_glass span { position: relative; width: 55px; height: 55px; display: block; border-radius: 50%; transition-duration: 0.3s; transition-timing-function: ease-in-out; }
@media all and (max-width: 767px) { /* line 2480, style.scss */
  .iconlinks_glass span { width: 45px; height: 45px; } }
/* line 2491, style.scss */
.iconlinks_glass span:after { content: ""; width: 25.5px; height: 25.5px; position: absolute; top: 14.75px; left: 14.75px; background-position: center; background-repeat: no-repeat; background-size: contain; transition-duration: 0.5s; transition-timing-function: ease-in-out; }
@media all and (max-width: 767px) { /* line 2491, style.scss */
  .iconlinks_glass span:after { top: 11.75px; left: 11.75px; width: 21.5px; height: 21.5px; } }
/* line 2509, style.scss */
.iconlinks_glass span .liquid_glass__wrapper { width: 55px; height: 55px; }
@media all and (max-width: 767px) { /* line 2509, style.scss */
  .iconlinks_glass span .liquid_glass__wrapper { width: 45px; height: 45px; } }
/* line 2520, style.scss */
.iconlinks_glass.iconlinks_glass_pin span:after { background-image: url("images/iconlinks-pin.svg"); filter: brightness(2) saturate(0) invert(1); }
@media all and (max-width: 1279px) { /* line 2518, style.scss */
  .iconlinks_glass.iconlinks_glass_pin { position: absolute; top: 0; right: 0; width: 100%; max-width: 350px; } }
@media all and (max-width: 1279px) and (max-width: 767px) { /* line 2518, style.scss */
  .iconlinks_glass.iconlinks_glass_pin { position: relative; } }

/* line 2538, style.scss */
.iconlinks_glass.iconlinks_glass_phone span:after { background-image: url("images/icon-phone.svg"); filter: brightness(2) saturate(0); }
@media all and (max-width: 1279px) { /* line 2536, style.scss */
  .iconlinks_glass.iconlinks_glass_phone { position: absolute; top: 70px; right: 0; width: 100%; max-width: 350px; } }
@media all and (max-width: 1279px) and (max-width: 767px) { /* line 2536, style.scss */
  .iconlinks_glass.iconlinks_glass_phone { position: relative; top: 5px; } }

/* line 2556, style.scss */
.iconlinks_glass:hover span { background-color: rgba(0, 0, 0, 0.3); }

/* line 2564, style.scss */
.callout li span { display: block; color: #898992; font-size: smaller; }
@media all and (max-width: 1279px) { /* line 2563, style.scss */
  .callout li { width: 50%; float: left; } }
@media all and (max-width: 767px) { /* line 2563, style.scss */
  .callout li { width: 100%; float: none; } }

/*# sourceMappingURL=style.css.map */
