/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}
:root {
  --text-paragraphs: #647078;
  --green-2: #b4d7d9;
  --titles-lines: #5d7a7c;
  --background: #acd8d9;
  --links: #8bb9bb;
  --green-5: #a2cfd0;
  --green-1: #98b8ba;
  --green-3: #86b3b7;
  --green-6: #a7d2d3;
  --green-4: #95cfd1;
  --green-7: #a1cdce;
  --black: black;
  --white: white;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--text-paragraphs);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  color: var(--text-paragraphs);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 45px;
}

h2 {
  color: var(--text-paragraphs);
  letter-spacing: -1px;
  margin-top: 8px;
  margin-bottom: 5px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

h3 {
  color: var(--text-paragraphs);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
}

h4 {
  color: var(--text-paragraphs);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
}

h5 {
  color: var(--text-paragraphs);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
}

h6 {
  color: var(--text-paragraphs);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--text-paragraphs);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: var(--text-paragraphs);
  cursor: pointer;
}

blockquote {
  border-left: 5px solid var(--green-2);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
  line-height: 14px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #b4d7d9;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  min-width: 125px;
  min-height: 38px;
  padding-top: 14px;
  font-family: Roboto, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  transition: background-color .2s;
}

.button:hover {
  background-color: #a0cacc;
}

.paragraph.medium {
  font-size: 15px;
  line-height: 23px;
}

.top-border {
  margin-top: 20px;
}

.top-border.medium {
  margin-top: 30px;
}

.top-border.custom-2 {
  margin-top: 85px;
}

.top-border.mini {
  margin-top: 5px;
}

.top-border.custom-3 {
  margin-top: 10px;
}

.style-box {
  margin-bottom: 60px;
}

.bottom-border {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}

.bottom-border.small {
  width: 100%;
  margin-bottom: 10px;
}

.bottom-border.large {
  margin-bottom: 50px;
}

.content-section {
  padding-top: 16px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.content-section.inner-pages {
  padding-top: 40px;
}

.title {
  color: var(--titles-lines);
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 17px;
}

.title.white {
  color: #fff;
}

.content-wrapper {
  max-width: 1150px;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.content-wrapper._100 {
  height: 100%;
}

.inner-hero-text {
  margin-bottom: 90px;
}

.inner-hero {
  background-color: var(--background);
  width: 100%;
  padding-top: 160px;
  overflow: hidden;
}

.scroll-down {
  z-index: 10;
  background-color: var(--links);
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20width='512px'%20height='512px'%20viewBox='0%200%20284.929%20284.929'%20style='enable-background:new%200%200%20284.929%20284.929;'%20xml:space='preserve'%3e%3cg%3e%3cpath%20d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441%20L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082%20c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647%20c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z'%20fill='%23FFFFFF'/%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 32.6px;
  height: 30px;
  margin-right: 20px;
  transition: background-color .2s;
  position: absolute;
  bottom: 0;
  right: 0;
}

.scroll-down:hover {
  background-color: #88b4b6;
}

.body {
  color: var(--text-paragraphs);
}

.title-2 {
  color: var(--titles-lines);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
}

.text-link {
  color: var(--text-paragraphs);
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.text-link.mini {
  font-size: 14px;
}

.center-box {
  text-align: center;
  margin: 45px auto;
  display: block;
}

.center-box.no-border {
  margin-bottom: 0;
}

.center-box.less-border {
  margin-bottom: 20px;
}

.subtitle-box {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.subtitule {
  color: var(--text-paragraphs);
  font-size: 16px;
  line-height: 25px;
}

.subtitule.white {
  color: #fff;
}

.underline {
  background-color: var(--titles-lines);
  width: 25%;
  max-width: 144px;
  height: 1px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.underline.white {
  background-color: #fff;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.feature-box-2 {
  width: 30%;
  max-width: 310px;
  margin-bottom: 40px;
}

.feature-box-2._3, .feature-box-2._4, .feature-box-2._5 {
  margin-bottom: 0;
}

.top-intro-box {
  border-bottom: 1px solid var(--titles-lines);
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.top-intro-box.no-line {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.icon-circular {
  background-color: #bfdfe1;
  background-image: url('/ext/msd/assets/spa-1-Cogd0PF4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 41px;
  border-radius: 50%;
  width: 75px;
  height: 75px;
}

.icon-circular._2 {
  background-image: url('/ext/msd/assets/spa-2-DuE0-DJq.svg');
  background-size: 41px;
}

.icon-circular._3 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20511.673%20511.673'%20style='enable-background:new%200%200%20511.673%20511.673;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cpath%20d='M456.815,375.374l32.184-173.658c1.311-7.824-0.889-15.791-6.018-21.845c-5.129-6.054-12.629-9.53-20.561-9.53H264.863%20v-27.718c14.874-2.635,27.836-12.216,35.13-26.18c8.201-15.71,8.084-34.124-0.386-49.368l-35.93-62.877%20c-3.189-5.596-12.405-5.596-15.594,0L212.1,67.173c-8.417,15.144-8.533,33.558-0.332,49.269%20c7.295,13.964,20.257,23.545,35.13,26.173v27.726H49.236c-7.932,0-15.432,3.476-20.561,9.53%20c-5.129,6.054-7.321,14.022-5.991,22.007l32.13,173.343c4.548,27.274,19.839,50.273,41.125,65.016%20c-31.291,3.58-55.689,30.214-55.689,62.454c0,4.958,4.024,8.982,8.982,8.982h413.193c4.958,0,8.982-4.024,8.982-8.982%20c0-32.236-24.385-58.868-55.677-62.453C437.005,425.511,452.283,402.554,456.815,375.374z%20M263.759,120.629%20c-0.665,1.285-2.668,4.33-6.764,4.743c-0.737,0.072-1.491,0.072-2.228,0c-4.096-0.413-6.099-3.458-6.764-4.743%20c-1.482-2.838-1.473-6.108-0.036-8.65l7.914-13.599l7.86,13.501C265.232,114.521,265.241,117.791,263.759,120.629z%20M227.748,75.985l28.133-49.224l28.079,49.134c5.461,9.845,5.506,21.89,0.108,32.229c-0.538,1.03-1.127,2.012-1.747,2.961%20c-0.549-2.814-1.546-5.562-3.005-8.142l-15.674-26.947c-3.207-5.524-12.315-5.524-15.522,0l-15.737,27.046%20c-1.43,2.533-2.412,5.243-2.954,8.026c-0.615-0.944-1.2-1.919-1.735-2.943C222.296,97.785,222.34,85.74,227.748,75.985z%20M408.531,457.779c21.684,0,39.837,15.459,44.005,35.93H59.122c4.168-20.471,22.321-35.93,44.005-35.93h49.147h207.109H408.531z%20M359.382,439.814H152.274c-39.675,0-73.216-28.411-79.764-67.71l-32.13-173.343c-0.44-2.641,0.269-5.228,2.003-7.276%20c1.734-2.057,4.168-3.18,6.854-3.18h197.663v17.965H70.842c-2.668,0-5.201,1.186-6.908,3.234%20c-1.707,2.057-2.416,4.761-1.931,7.384l28.25,152.414c5.075,30.451,31.16,52.547,62.024,52.547h207.1%20c30.864,0,56.994-22.366,62.105-53.023l16.478-88.879c0.002-0.008,0.003-0.016,0.004-0.024l11.687-63.035%20c0.485-2.623-0.216-5.327-1.922-7.384c-1.707-2.048-4.24-3.234-6.907-3.234H264.863v-17.965H462.42c2.686,0,5.12,1.123,6.854,3.18%20c1.734,2.048,2.443,4.635,2.03,7.114l-32.184,173.658C432.598,411.402,399.058,439.814,359.382,439.814z%20M166.003,269.147%20c-4.958,0-8.982,4.024-8.982,8.982s4.024,8.982,8.982,8.982H300.74c4.958,0,8.982-4.024,8.982-8.982s-4.024-8.982-8.982-8.982%20h-35.877v-44.912h165.151l-8.324,44.912h-67.057c-4.958,0-8.982,4.024-8.982,8.982s4.024,8.982,8.982,8.982h63.727l-14.567,78.596%20c-3.692,22.124-22.366,38.175-44.418,38.175h-207.1c-22.043,0-40.682-15.782-44.328-37.69l-14.656-79.082h18.816%20c4.958,0,8.982-4.024,8.982-8.982s-4.024-8.982-8.982-8.982H89.963l-8.324-44.912h165.259v44.912H166.003z'%20fill='%23FFFFFF'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-size: 36px;
}

.icon-circular._4 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Layer_1'%20x='0px'%20y='0px'%20viewBox='0%200%20496%20496'%20style='enable-background:new%200%200%20496%20496;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20d='M375.996,0c-66.176,0-120,53.824-119.992,120.344l11.824,272.104C270.364,450.512,317.868,496,375.996,496%20s105.632-45.488,108.16-103.56L495.996,120C495.996,53.824,442.164,0,375.996,0z%20M375.996,16c23.04,0,44.28,7.624,61.536,20.328%20C427.78,40.664,406.764,48,375.996,48c-27.312,0-50.024-5.784-63.448-10.216C330.132,24.184,352.1,16,375.996,16z%20M468.172,391.736C466.02,441.232,425.524,480,375.996,480s-90.024-38.768-92.184-88.248l-4.968-114.264%20c3.272-1.592,9.216-4.296,17.408-7.288l4.968,114.2c1.744,40.152,34.592,71.6,74.776,71.6c40.176,0,73.032-31.448,74.776-71.592%20l3.136-72.064l-15.984-0.688l-3.136,72.064c-1.376,31.552-27.2,56.28-58.792,56.28c-31.592,0-57.416-24.728-58.792-56.28%20l-5.16-118.64c16.952-4.84,38.92-9.08,63.952-9.08c24.976,0,46.96,4.256,63.944,9.112l-1.328,30.544l15.984,0.688l1.136-26.112%20c8.184,2.984,14.136,5.672,17.408,7.264L468.172,391.736z%20M473.892,260.2c-16.52-7.272-52.264-20.2-97.896-20.2%20c-45.632,0-81.376,12.928-97.904,20.2L271.996,120c0-26.944,10.392-51.456,27.264-69.952C311.604,54.848,339.876,64,375.996,64%20c42.328,0,68.112-12.656,74.648-16.288c18.128,18.688,29.352,44.056,29.36,71.944L473.892,260.2z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M407.996,152h-64c-17.648,0-32,14.352-32,32s14.352,32,32,32h48v-16h-48c-8.824,0-16-7.176-16-16c0-8.824,7.176-16,16-16%20h64c8.816,0,16,7.176,16,16c0,8.824-7.184,16-16,16v16c17.648,0,32-14.352,32-32S425.644,152,407.996,152z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M119.996,0C53.82,0-0.004,53.824,0.004,120.344l11.824,272.104C14.364,450.512,61.868,496,119.996,496%20s105.632-45.488,108.16-103.56L239.996,120C239.996,53.824,186.164,0,119.996,0z%20M119.996,16c23.04,0,44.28,7.624,61.536,20.328%20C171.78,40.664,150.764,48,119.996,48c-27.312,0-50.024-5.784-63.448-10.216C74.132,24.184,96.1,16,119.996,16z%20M212.172,391.736%20C210.02,441.232,169.524,480,119.996,480s-90.024-38.768-92.184-88.248l-4.968-114.264c3.272-1.592,9.216-4.296,17.408-7.288%20l4.968,114.2c1.744,40.152,34.592,71.6,74.776,71.6c40.176,0,73.032-31.448,74.776-71.592l3.136-72.064l-15.984-0.688%20l-3.136,72.064c-1.376,31.552-27.2,56.28-58.792,56.28s-57.416-24.728-58.792-56.28l-5.16-118.64%20c16.952-4.84,38.92-9.08,63.952-9.08c24.976,0,46.96,4.256,63.944,9.112l-1.328,30.544l15.984,0.688l1.136-26.112%20c8.184,2.984,14.136,5.672,17.408,7.264L212.172,391.736z%20M217.892,260.2c-16.52-7.272-52.264-20.2-97.896-20.2%20s-81.376,12.928-97.904,20.2L15.996,120c0-26.944,10.392-51.456,27.264-69.952C55.604,54.848,83.876,64,119.996,64%20c42.328,0,68.112-12.656,74.648-16.288c18.128,18.688,29.352,44.056,29.36,71.944L217.892,260.2z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M151.996,152h-64c-17.648,0-32,14.352-32,32s14.352,32,32,32h48v-16h-48c-8.824,0-16-7.176-16-16c0-8.824,7.176-16,16-16%20h64c8.816,0,16,7.176,16,16c0,8.824-7.184,16-16,16v16c17.648,0,32-14.352,32-32S169.644,152,151.996,152z'%20fill='%23FFFFFF'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-size: 36px;
}

.icon-circular._5 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20512%20512'%20style='enable-background:new%200%200%20512%20512;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20d='M281.6,166.4c4.71,0,8.533-3.823,8.533-8.533c0-4.71-3.823-8.533-8.533-8.533c-60.382,0-98.33-18.97-109.107-31.71%20c-3.038-3.601-8.422-4.045-12.023-1.007c-3.601,3.038-4.045,8.422-1.007,12.023C174.839,146.825,219.614,166.4,281.6,166.4z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M238.933,302.933c4.71,0,8.533-3.823,8.533-8.533c0-4.71-3.823-8.533-8.533-8.533%20c-79.616,0-143.121-31.761-152.491-61.423c-1.417-4.497-6.238-6.989-10.709-5.572c-4.489,1.425-6.98,6.212-5.564,10.709%20C81.562,265.634,147.797,302.933,238.933,302.933z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M256,430.933c-118.485,0-189.867-42.061-202.709-71.927c-1.869-4.326-6.886-6.34-11.213-4.463%20c-4.326,1.86-6.332,6.878-4.463,11.204C54.758,405.623,137.131,448,256,448c4.71,0,8.533-3.823,8.533-8.533%20S260.71,430.933,256,430.933z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M434.16,254.447c6.219-11.563,9.574-23.933,9.574-36.847c0-20.058-8.358-39.552-24.286-56.869%20c15.433-13.101,24.286-28.671,24.286-45.531c0-47.846-71.219-85.333-162.133-85.333S119.467,67.354,119.467,115.2%20c0,1.685,0.098,3.356,0.272,5.014c-53.747,22.275-85.606,58.315-85.606,97.386c0,18.384,6.787,35.669,18.989,51.082%20C18.781,291.642,0,320.184,0,349.867c0,74.163,112.452,132.267,256,132.267s256-58.103,256-132.267%20C512,313.544,483.767,279.123,434.16,254.447z%20M281.6,46.933c78.635,0,145.067,31.266,145.067,68.267%20c0,37-66.432,68.267-145.067,68.267S136.533,152.201,136.533,115.2C136.533,78.199,202.965,46.933,281.6,46.933z%20M124.472,136.735c17.697,37.096,80.398,63.798,157.128,63.798c50.192,0,94.373-11.429,123.889-29.716%20c13.866,14.509,21.177,30.567,21.177,46.783c0,56.465-84.215,102.4-187.733,102.4S51.2,274.065,51.2,217.6%20C51.2,186.094,78.414,156.265,124.472,136.735z%20M256,465.067c-129.519,0-238.933-52.753-238.933-115.2%20c0-24.386,16.907-48.527,47.782-68.481c35.833,33.686,99.738,55.681,174.084,55.681c83.251,0,153.412-27.578,185.72-68.27%20c44.759,21.738,70.28,51.039,70.28,81.07C494.933,412.314,385.519,465.067,256,465.067z'%20fill='%23FFFFFF'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-size: 36px;
}

.icon-circular._6 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20512%20512'%20style='enable-background:new%200%200%20512%20512;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cpath%20d='M469.333,0H128c-11.32-0.012-22.179,4.479-30.183,12.483c-8.004,8.004-12.495,18.864-12.483,30.183V128%20c0.015,14.132,11.468,25.585,25.6,25.6c14.111-0.066,25.534-11.489,25.6-25.6c-0.005-2.302,0.942-4.504,2.617-6.083%20c1.613-1.57,3.784-2.435,6.035-2.404c2.251,0.031,4.397,0.956,5.965,2.57c1.586,1.558,2.471,3.694,2.45,5.917v51.2%20c0.015,14.132,11.468,25.585,25.6,25.6c14.111-0.066,25.534-11.489,25.6-25.6V128c0.003-4.711,3.822-8.53,8.533-8.533%20c2.302-0.005,4.503,0.942,6.083,2.617c1.586,1.558,2.471,3.694,2.45,5.917v111.016c-2.848-0.031-5.675-0.083-8.533-0.083%20C107.317,238.933,0,259.45,0,298.667C0,416.487,95.513,512,213.333,512s213.333-95.513,213.333-213.333%20c0-33.923-77.886-51.792-153.6-57.528V96c0.029-3.565,0.257-7.127,0.683-10.667h195.583c23.564,0,42.667-19.102,42.667-42.667%20S492.898,0,469.333,0z%20M213.333,494.933c-98.236-0.133-181.285-72.786-194.475-170.133%20C54.224,346.944,134.131,358.4,213.333,358.4c13.317,0,25.425-0.283,36.992-0.858c59.251-2.641,125.706-12.708,157.456-32.525%20C394.494,422.267,311.488,494.802,213.333,494.933z%20M409.6,298.667c0,14.175-56.992,37.225-160.083,41.825%20c-11.317,0.567-23.158,0.842-36.183,0.842c-119.808,0-196.267-25.267-196.267-42.667S93.525,256,213.333,256%20c2.85,0,5.7,0.025,8.533,0.05v17.017c0.015,14.132,11.468,25.585,25.6,25.6c14.111-0.066,25.534-11.489,25.6-25.6V258.25%20C362.217,265.15,409.6,285.833,409.6,298.667z%20M271.092,41.558C260.951,57.886,255.712,76.782,256,96v177.067%20c0.005,2.302-0.942,4.504-2.617,6.083c-1.558,1.586-3.694,2.471-5.917,2.45c-4.711-0.003-8.53-3.822-8.533-8.533V128%20c-0.066-14.111-11.489-25.534-25.6-25.6c-14.132,0.015-25.585,11.468-25.6,25.6v51.2c0.005,2.302-0.942,4.504-2.617,6.083%20c-1.558,1.586-3.694,2.471-5.917,2.45c-4.711-0.003-8.53-3.822-8.533-8.533V128c0.055-6.756-2.633-13.245-7.45-17.983%20c-10.06-9.713-25.984-9.786-36.133-0.167c-4.905,4.76-7.656,11.315-7.617,18.15c0.005,2.302-0.942,4.504-2.617,6.083%20c-1.558,1.586-3.694,2.471-5.917,2.45c-4.712-0.003-8.53-3.822-8.533-8.533V42.667c-0.013-6.794,2.679-13.313,7.483-18.117%20s11.323-7.497,18.117-7.483l159.964,0c-2.597,5.989-6.211,11.484-10.681,16.242C274.96,35.853,272.886,38.616,271.092,41.558z%20M469.333,68.267H277.466c1.93-6.208,4.649-12.143,8.092-17.658c1.261-2.083,2.724-4.036,4.367-5.833%20c7.479-7.812,12.953-17.319,15.955-27.708h163.453c14.138,0,25.6,11.462,25.6,25.6S483.472,68.267,469.333,68.267z'%20fill='%23FFFFFF'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-size: 35px;
}

.intro-text-box {
  text-align: center;
  padding: 25px 25px 15px;
}

.link-block {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.link-block-2 {
  color: var(--text-paragraphs);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  display: inline-block;
}

.mini-arrow {
  color: var(--text-paragraphs);
  font-size: 9px;
  line-height: 9px;
  display: inline-block;
}

.inner-wrapper {
  padding-left: 33px;
  padding-right: 33px;
}

.msd-flex {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

._50-column {
  width: 50%;
  position: relative;
}

._50-column.center-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

._50-column.flex-mobile {
  justify-content: center;
  display: flex;
}

._50-column.mobile-padding {
  padding-bottom: 40px;
}

.subtitle-box-2 {
  display: block;
}

.title-3 {
  border: 1px solid var(--titles-lines);
  color: var(--titles-lines);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 45px;
  margin-bottom: 10px;
  padding: 9px 15px 7px;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  text-decoration: none;
  display: inline-block;
}

.underline-2 {
  background-color: var(--titles-lines);
  width: 33%;
  max-width: 175px;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 25px;
  display: block;
}

.underline-2.less-border {
  margin-top: 5px;
  margin-bottom: 15px;
}

.feature-box {
  border: 1px solid var(--titles-lines);
  border-radius: 5px 5px 25px;
  flex-wrap: wrap;
  width: 88%;
  max-width: 450px;
  margin-bottom: 22px;
  display: flex;
}

.feature-icon-box {
  border-right: 1px solid var(--titles-lines);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 22%;
  min-width: 80px;
  max-width: 95px;
  min-height: 100px;
  display: flex;
}

.feature-text-box {
  flex: 1;
  width: 78%;
  padding: 23px 20px 8px;
}

.image-item {
  background-image: url('/ext/msd/assets/White-Molecules-BJzwz7Rx.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 25px;
  width: 95%;
  max-width: 490px;
  height: 100%;
  min-height: 400px;
}

.bottom-line {
  border-bottom: 1px solid var(--titles-lines);
  padding-bottom: 40px;
}

.image-item-2 {
  background-image: url('/ext/msd/assets/makeup-application-for-natural-look-jA4rcbF0.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 25px;
  width: 95%;
  max-width: 540px;
  height: 100%;
  min-height: 370px;
}

._55-column {
  width: 55%;
}

._45-column {
  width: 45%;
}

._45-column.center-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bottom-line-2 {
  border-bottom: 1px solid var(--titles-lines);
  padding-top: 40px;
  padding-bottom: 40px;
}

.left-text-box {
  height: 100%;
  padding-left: 20px;
}

.left-text-box.top {
  padding-top: 20px;
}

.service-item {
  border-bottom-right-radius: 25px;
  width: 30%;
  max-width: 310px;
  margin-bottom: 45px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  transition: box-shadow .3s, transform .3s;
  overflow: hidden;
}

.service-item:hover {
  transform: translate(0, -5px);
  box-shadow: 16px 16px 35px -7px #5d7a7c73;
}

.service-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 295px;
  display: block;
}

.service-text-box {
  background-color: var(--background);
  text-align: center;
  padding: 22px 22px 20px;
}

.heading-link-box {
  color: var(--text-paragraphs);
  text-decoration: none;
}

.content-section-2 {
  background-color: var(--background);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.line-box {
  border-bottom: 1px solid var(--titles-lines);
  margin-bottom: 20px;
}

.tabs-menu {
  width: 45%;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 42px;
}

.tabs {
  border-bottom: 1px solid var(--titles-lines);
  flex-wrap: wrap;
  padding-bottom: 20px;
  display: flex;
}

.tabs-content {
  border-left: 1px solid var(--titles-lines);
  flex: 1;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 42px;
}

.tab-link {
  background-color: #0000;
  width: 100%;
  margin-bottom: 20px;
  padding: 25px 26px 20px;
  display: flex;
}

.tab-link:hover {
  background-color: var(--green-5);
}

.tab-link.w--current {
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-color: var(--links);
  background-color: var(--green-5);
  flex-wrap: wrap;
  padding-top: 24px;
  padding-bottom: 19px;
  padding-left: 22px;
  display: flex;
}

.tab-link.no-border {
  margin-bottom: 0;
}

.tab-icon-box {
  margin-right: 25px;
}

.expand {
  flex: 1;
}

.expand.flex-center {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-pane {
  height: 100%;
}

.lightbox-link {
  border-style: solid;
  border-width: 6px;
  border-color: var(--green-1) var(--green-1) var(--green-1) var(--links);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 380px;
  margin-bottom: 17px;
  display: flex;
}

.lightbox-link._2 {
  background-image: url('/ext/msd/assets/massage-1929064-C0nmhBUw.jpg');
}

.lightbox-link._3 {
  background-image: url('/ext/msd/assets/beautiful-bouquet-bridal-247295-D-977gfo.jpg');
}

.lightbox-link._1 {
  background-image: url('/ext/msd/assets/wellness-589770-C9shJvs1.jpg');
}

.play-button {
  background-color: #59787ab3;
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20width='512px'%20height='512px'%20viewBox='0%200%20357%20357'%20style='enable-background:new%200%200%20357%20357;'%20xml:space='preserve'%3e%3cg%3e%3cg%20id='play-arrow'%3e%3cpolygon%20points='38.25,0%2038.25,357%20318.75,178.5%20'%20fill='%23FFFFFF'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 115px;
  height: 70px;
  transition: background-color .2s, transform .2s;
}

.play-button:hover {
  background-color: #688789ed;
  transform: scale(1.08);
}

.padding-block {
  background-color: var(--green-5);
  padding: 10px 20px 20px;
}

.empty-state {
  background-color: #0000;
  padding-left: 0;
}

.team-member {
  border-bottom-right-radius: 25px;
  width: 30%;
  max-width: 345px;
  margin-bottom: 45px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  transition: box-shadow .3s, transform .3s;
  overflow: hidden;
}

.team-member:hover {
  transform: translate(0, -5px);
  box-shadow: 16px 16px 35px -7px #5d7a7c73;
}

.team-image-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 290px;
  display: block;
}

.team-text-box {
  background-color: var(--background);
  padding: 25px 35px 20px;
}

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

.mini-title {
  color: var(--titles-lines);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}

.mini-title.border {
  margin-top: 6px;
  position: relative;
  bottom: -3px;
}

.content-section-3 {
  background-color: var(--background);
  background-image: url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAoHBwkHBgoJCAkLCwoMDxkQDw4ODx4WFxIZJCAmJSMgIyIoLTkwKCo2KyIjMkQyNjs9QEBAJjBGS0U+Sjk/QD3/2wBDAQsLCw8NDx0QEB09KSMpPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT3/wgARCAAKAAoDAREAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIQAxAAAACzAA//xAAUEAEAAAAAAAAAAAAAAAAAAAAg/9oACAEBAAE/AB//xAAUEQEAAAAAAAAAAAAAAAAAAAAg/9oACAECAQE/AB//xAAUEQEAAAAAAAAAAAAAAAAAAAAg/9oACAEDAQE/AB//2Q==');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 55px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.mini-feature-box {
  border: 1px solid #fff;
  border-bottom-right-radius: 10px;
  width: 26%;
  max-width: 110px;
  margin-bottom: 20px;
  margin-right: 30px;
  text-decoration: none;
}

.mini-feature-icon {
  border-bottom: 1px solid #5d7a7cb3;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
}

.mini-feature-icon._1 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Layer_1'%20x='0px'%20y='0px'%20viewBox='0%200%20496%20496'%20style='enable-background:new%200%200%20496%20496;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20d='M375.996,0c-66.176,0-120,53.824-119.992,120.344l11.824,272.104C270.364,450.512,317.868,496,375.996,496%20s105.632-45.488,108.16-103.56L495.996,120C495.996,53.824,442.164,0,375.996,0z%20M375.996,16c23.04,0,44.28,7.624,61.536,20.328%20C427.78,40.664,406.764,48,375.996,48c-27.312,0-50.024-5.784-63.448-10.216C330.132,24.184,352.1,16,375.996,16z%20M468.172,391.736C466.02,441.232,425.524,480,375.996,480s-90.024-38.768-92.184-88.248l-4.968-114.264%20c3.272-1.592,9.216-4.296,17.408-7.288l4.968,114.2c1.744,40.152,34.592,71.6,74.776,71.6c40.176,0,73.032-31.448,74.776-71.592%20l3.136-72.064l-15.984-0.688l-3.136,72.064c-1.376,31.552-27.2,56.28-58.792,56.28c-31.592,0-57.416-24.728-58.792-56.28%20l-5.16-118.64c16.952-4.84,38.92-9.08,63.952-9.08c24.976,0,46.96,4.256,63.944,9.112l-1.328,30.544l15.984,0.688l1.136-26.112%20c8.184,2.984,14.136,5.672,17.408,7.264L468.172,391.736z%20M473.892,260.2c-16.52-7.272-52.264-20.2-97.896-20.2%20c-45.632,0-81.376,12.928-97.904,20.2L271.996,120c0-26.944,10.392-51.456,27.264-69.952C311.604,54.848,339.876,64,375.996,64%20c42.328,0,68.112-12.656,74.648-16.288c18.128,18.688,29.352,44.056,29.36,71.944L473.892,260.2z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M407.996,152h-64c-17.648,0-32,14.352-32,32s14.352,32,32,32h48v-16h-48c-8.824,0-16-7.176-16-16c0-8.824,7.176-16,16-16%20h64c8.816,0,16,7.176,16,16c0,8.824-7.184,16-16,16v16c17.648,0,32-14.352,32-32S425.644,152,407.996,152z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M119.996,0C53.82,0-0.004,53.824,0.004,120.344l11.824,272.104C14.364,450.512,61.868,496,119.996,496%20s105.632-45.488,108.16-103.56L239.996,120C239.996,53.824,186.164,0,119.996,0z%20M119.996,16c23.04,0,44.28,7.624,61.536,20.328%20C171.78,40.664,150.764,48,119.996,48c-27.312,0-50.024-5.784-63.448-10.216C74.132,24.184,96.1,16,119.996,16z%20M212.172,391.736%20C210.02,441.232,169.524,480,119.996,480s-90.024-38.768-92.184-88.248l-4.968-114.264c3.272-1.592,9.216-4.296,17.408-7.288%20l4.968,114.2c1.744,40.152,34.592,71.6,74.776,71.6c40.176,0,73.032-31.448,74.776-71.592l3.136-72.064l-15.984-0.688%20l-3.136,72.064c-1.376,31.552-27.2,56.28-58.792,56.28s-57.416-24.728-58.792-56.28l-5.16-118.64%20c16.952-4.84,38.92-9.08,63.952-9.08c24.976,0,46.96,4.256,63.944,9.112l-1.328,30.544l15.984,0.688l1.136-26.112%20c8.184,2.984,14.136,5.672,17.408,7.264L212.172,391.736z%20M217.892,260.2c-16.52-7.272-52.264-20.2-97.896-20.2%20s-81.376,12.928-97.904,20.2L15.996,120c0-26.944,10.392-51.456,27.264-69.952C55.604,54.848,83.876,64,119.996,64%20c42.328,0,68.112-12.656,74.648-16.288c18.128,18.688,29.352,44.056,29.36,71.944L217.892,260.2z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M151.996,152h-64c-17.648,0-32,14.352-32,32s14.352,32,32,32h48v-16h-48c-8.824,0-16-7.176-16-16c0-8.824,7.176-16,16-16%20h64c8.816,0,16,7.176,16,16c0,8.824-7.184,16-16,16v16c17.648,0,32-14.352,32-32S169.644,152,151.996,152z'%20fill='%23FFFFFF'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.mini-feature-icon._2 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20512%20512'%20style='enable-background:new%200%200%20512%20512;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cpath%20d='M460.8,149.333H196.243c5.369-7.136,8.557-16.002,8.557-25.6c0-23.526-19.14-42.667-42.667-42.667H76.8%20c-23.526,0-42.667,19.14-42.667,42.667c0,9.886,3.389,18.989,9.053,26.231C18.745,153.822,0,175.023,0,200.533%20c0,28.237,22.963,51.2,51.2,51.2h16.219l-6.443,67.655c-0.006,0.062-0.013,0.123-0.018,0.184l-9.716,102.016%20c-0.452,4.693,2.987,8.858,7.68,9.31c0.282,0.026,0.555,0.034,0.819,0.034c4.352,0,8.064-3.311,8.482-7.723l9.363-98.307%20l104.309-73.17h148.209l104.309,73.17l9.363,98.307c0.418,4.412,4.13,7.723,8.482,7.723c0.265,0,0.538-0.009,0.819-0.034%20c4.693-0.452,8.132-4.617,7.68-9.31l-9.716-102.016c-0.004-0.062-0.012-0.123-0.018-0.184l-6.443-67.655H460.8%20c28.237,0,51.2-22.963,51.2-51.2S489.037,149.333,460.8,149.333z%20M76.8,98.133h85.333c11.123,0,20.608,7.135,24.132,17.067%20h-24.132c-4.719,0-8.533,3.823-8.533,8.533c0,4.71,3.814,8.533,8.533,8.533h24.132c-3.523,9.931-13.009,17.067-24.132,17.067H76.8%20c-11.123,0-20.608-7.135-24.132-17.067H76.8c4.719,0,8.533-3.823,8.533-8.533c0-4.71-3.814-8.533-8.533-8.533H52.668%20C56.192,105.269,65.677,98.133,76.8,98.133z%20M79.714,302.562l4.841-50.829h67.621L79.714,302.562z%20M432.286,302.562%20l-72.462-50.829h67.621L432.286,302.562z%20M460.8,234.667h-25.398c-0.092-0.002-0.185-0.001-0.278,0H76.851%20c-0.075-0.001-0.149-0.001-0.223,0H51.2c-15.879,0-29.256-10.893-33.054-25.6h75.72c4.719,0,8.533-3.823,8.533-8.533%20S98.586,192,93.867,192h-75.72c3.798-14.707,17.175-25.6,33.054-25.6h25.6h85.333H460.8c15.879,0,29.256,10.893,33.054,25.6%20h-75.72c-4.719,0-8.533,3.823-8.533,8.533s3.814,8.533,8.533,8.533h75.72C490.056,223.774,476.679,234.667,460.8,234.667z'%20fill='%23FFFFFF'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.mini-feature-icon._3 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Layer_1'%20x='0px'%20y='0px'%20viewBox='0%200%20496%20496'%20style='enable-background:new%200%200%20496%20496;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cpath%20d='M348.328,41.272L274.072,0h-52.144l-74.256,41.272l-118.96,76.48L110.304,235.6L144,208.648V496h208V208.648%20l33.696,26.952l81.592-117.848L348.328,41.272z%20M260,16l-11.768,28.24L236.128,16H260z%20M220.144,19.296l19.512,45.536%20l-10.528,25.264l-26.304-61.184L220.144,19.296z%20M113.704,212.4l-62.416-90.152l20.176-12.976l61,88.112L113.704,212.4z%20M84.928,100.624l70.952-45.632l32.88-18.264l31.792,73.944L184,198.4V224h-24v-48.648l-15.016,12.016L84.928,100.624z%20M224,480%20h-24v-96h-16v96h-24V240h24v128h16V240h24V480z%20M224,224h-24v-22.4l75.944-182.264l20.016,11.12L224,198.36V224z%20M336,480h-96V240%20h40v88h16v-88h40V480z%20M351.016,187.368L336,175.352V224h-96v-22.36l70.016-163.368l29.872,16.6l71.176,45.752L351.016,187.368z%20M382.304,212.4l-18.768-15.016l61-88.104l20.176,12.968L382.304,212.4z'%20fill='%23FFFFFF'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.mini-feature-text {
  text-align: center;
  padding: 12px 12px 5px;
}

.z-index {
  z-index: 10;
  position: relative;
}

.content-section-4 {
  background-image: linear-gradient(#2e4142d9, #2e4142d9), url('/ext/msd/assets/Doctor-on-a-Computer-BD3E2p5D.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.h2 {
  text-align: left;
  margin-bottom: 0;
  text-decoration: none;
}

.h2.white {
  color: #fff;
}

.h2._404 {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.package-bg {
  background-color: var(--background);
  border-bottom-right-radius: 25px;
  width: 83%;
  max-width: 450px;
  padding: 50px 40px;
  position: relative;
}

.frame-1 {
  border: 1px solid var(--titles-lines);
  padding: 6% 5% 2%;
  position: relative;
  inset: 0;
}

.frame-2 {
  z-index: 0;
  border: 1px solid var(--titles-lines);
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px 15px;
  position: absolute;
  inset: -10px 0;
}

.frame-container {
  position: relative;
  inset: 0;
}

.price {
  color: var(--text-paragraphs);
  font-family: Libre Baskerville, sans-serif;
  font-size: 38px;
  line-height: 38px;
  display: inline-block;
}

.price.small {
  font-size: 25px;
  line-height: 25px;
}

.dollar-sign {
  color: var(--text-paragraphs);
  font-family: Libre Baskerville, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  top: -11px;
}

.dollar-sign.small {
  font-size: 14px;
  top: -5px;
}

.less-top-border {
  margin-top: 5px;
}

.text-block-5 {
  color: var(--text-paragraphs);
  font-family: Libre Baskerville, sans-serif;
  font-size: 15px;
  font-style: italic;
}

.intro-box {
  border: 1px solid var(--titles-lines);
  border-radius: 5px 5px 25px;
  width: 30%;
  max-width: 310px;
}

.intro-text-box-2 {
  text-align: center;
  padding: 25px 25px 15px;
}

.list-box {
  border-top: 1px solid var(--titles-lines);
  border-bottom: 1px solid var(--titles-lines);
  margin-top: 20px;
  padding: 20px 10px 15px;
}

.list-item {
  margin-bottom: 5px;
  display: flex;
}

.checkbox {
  width: 15px;
  margin-right: 12px;
}

.slide-nav {
  margin-top: 30px;
  display: block;
  position: relative;
}

.center-box-3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.pricing-box {
  border: 1px solid var(--titles-lines);
  border-radius: 5px 5px 20px;
  width: 30%;
  max-width: 330px;
}

.pricing-title-box {
  border-bottom: 1px solid var(--titles-lines);
  text-align: center;
  padding: 55px 40px 20px;
  position: relative;
}

.pricing-detail {
  border-bottom: 1px solid var(--titles-lines);
  padding: 20px 20px 10px;
}

.pricing-icon {
  border-style: solid;
  border-width: 1px;
  border-color: var(--text-paragraphs) var(--text-paragraphs) var(--titles-lines);
  background-color: #fff;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -39px;
  left: 0;
  right: 0;
}

.pricing-icon._2 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20512.043%20512.043'%20style='enable-background:new%200%200%20512.043%20512.043;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%20transform='translate(-1%20-1)'%3e%3cg%3e%3cg%3e%3cpath%20d='M511.392,151.827C482.954,84.597,429.446,31.089,362.217,2.648c-5.2-2.207-11.075-2.197-16.267,0.029%20c-5.146,2.19-9.172,6.39-11.142,11.625l-7.33,19.707l-0.07,0.101c-0.027,0.065-0.015,0.133-0.042,0.197l-44.804,120.458%20L10.834,450.64c-13.513,14.678-13.042,37.402,1.066,51.509c14.109,14.106,36.833,14.573,51.509,1.058L359.29,231.479%20l120.627-44.871c0.046-0.02,0.096-0.01,0.142-0.031l0.065-0.046l19.702-7.329c5.205-1.976,9.375-5.996,11.542-11.125%20C513.592,162.891,513.601,157.02,511.392,151.827z%20M51.859,490.64c-7.938,7.316-20.238,7.055-27.858-0.592v-0.004%20c-7.651-7.619-7.916-19.921-0.6-27.863l158.163-172.217l40.42,44.438L51.859,490.64z%20M234.557,322.854l-41.399-45.515%20l72.282-78.705l49.969,49.969L234.557,322.854z%20M327.988,237.049l-50.995-50.995l13.249-14.426l52.175,52.171L327.988,237.049z%20M356.908,214.152l-12.58-12.58l27.456-13.728c4.2-2.117,5.896-7.232,3.792-11.438c-2.103-4.206-7.213-5.919-11.426-3.829%20l-32.546,16.273l-6.41-6.41l16.273-32.546c1.375-2.729,1.187-5.984-0.494-8.536c-1.681-2.552-4.598-4.01-7.647-3.824%20c-3.05,0.186-5.767,1.989-7.125,4.726l-13.729,27.458l-12.579-12.578L340.09,49.06c27.269,12.778,52.104,30.207,73.394,51.505%20c21.186,21.372,38.566,46.204,51.393,73.427L356.908,214.152z%20M495.676,161.377c-0.349,0.85-1.029,1.521-1.883,1.858%20l-12.864,4.785c-13.726-29.508-32.463-56.413-55.378-79.522c-23.022-23.032-49.936-41.81-79.498-55.468l4.723-12.699%20c0.331-0.885,1.012-1.593,1.883-1.958c0.948-0.392,2.015-0.386,2.958,0.017c63.112,26.696,113.343,76.926,140.042,140.037%20C496.065,159.368,496.071,160.433,495.676,161.377z'%20fill='%23b5d7d9'/%3e%3cpath%20d='M256.351,262.298c-0.189-0.542-0.446-1.057-0.767-1.533c-0.341-0.429-0.683-0.854-1.025-1.279%20c-2.456-2.416-6.121-3.124-9.3-1.796c-1.045,0.413-2.001,1.023-2.817,1.796c-0.368,0.405-0.71,0.832-1.025,1.279%20c-0.324,0.474-0.582,0.99-0.767,1.533c-0.246,0.485-0.42,1.003-0.517,1.538c-0.097,0.565-0.152,1.136-0.166,1.709%20c0.03,2.26,0.914,4.424,2.475,6.059c0.817,0.771,1.773,1.379,2.817,1.792c1.026,0.437,2.127,0.669,3.242,0.683%20c2.27,0.022,4.453-0.87,6.058-2.475c1.605-1.605,2.497-3.788,2.475-6.058c-0.013-0.573-0.071-1.144-0.175-1.708%20C256.769,263.3,256.598,262.781,256.351,262.298z'%20fill='%23b5d7d9'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34px;
}

.pricing-icon._1 {
  background-image: url('/ext/msd/assets/spa-3-Updcd3GU.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
}

.pricing-icon._3 {
  background-image: url('/ext/msd/assets/tijeras-1-C6n3zkA_.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 33px;
}

.pricing-button-box {
  padding: 20px 25px;
}

.button-2 {
  background-color: var(--links);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
  min-width: 125px;
  min-height: 38px;
  padding-top: 14px;
  font-family: Roboto, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: var(--green-3);
}

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

.answer-box {
  margin-top: 8px;
  display: flex;
}

.faq-box {
  width: 50%;
  padding: 30px 30px 15px;
}

.faq-box._3 {
  border-right: 1px solid var(--titles-lines);
  border-bottom: 1px solid var(--titles-lines);
}

.faq-box._4, .faq-box._2 {
  border-bottom: 1px solid var(--titles-lines);
}

.faq-box._5 {
  border-right: 1px solid var(--titles-lines);
}

.faq-box._1 {
  border-right: 1px solid var(--titles-lines);
  border-bottom: 1px solid var(--titles-lines);
}

.question-tag {
  color: var(--text-paragraphs);
  margin-right: 9px;
  font-size: 18px;
  font-weight: 500;
  display: inline;
}

.question {
  color: var(--text-paragraphs);
  margin-right: 9px;
  font-size: 17px;
  font-weight: 500;
  display: inline;
}

.question-box {
  display: flex;
}

.ansewer-tag {
  color: #9fcacd;
  margin-right: 9px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.testimonial-header {
  margin-bottom: 15px;
  display: flex;
}

.testimonial {
  background-color: #fff;
  border-radius: 5px 5px 25px;
  width: 31.3%;
  height: auto;
  margin-right: 2.5%;
  box-shadow: 15px 30px 37px -22px #6775824d;
}

.testimonial.last {
  margin-right: 5%;
}

.testimonial-name {
  color: var(--text-paragraphs);
  margin-bottom: 3px;
  line-height: 20px;
}

.mask {
  width: 100%;
  padding: 30px 3%;
}

.company {
  font-size: 13px;
  line-height: 16px;
}

.text-small {
  font-size: 15px;
  line-height: 22px;
}

.slider-2 {
  background-color: #0000;
  height: auto;
  overflow: hidden;
}

.flex-testimonial {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 22px 23px 38px;
  display: flex;
  position: relative;
}

.slide-nav-2 {
  margin-top: 25px;
  position: relative;
}

.testimonial-pic {
  background-color: #f7f8fa;
  border: 3px solid #b5d7d9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.testimonial-pic._6 {
  background-image: url('/ext/msd/assets/Pic-6_1Pic-6-r3GTh5sw.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-pic._5 {
  background-image: url('/ext/msd/assets/Pic-5_1Pic-5-CWIqEkfu.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 52px;
}

.testimonial-pic._4 {
  background-image: url('/ext/msd/assets/Pic-4_1Pic-4-fTK-pBdl.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-pic._1 {
  background-image: url('/ext/msd/assets/Pic-1_1Pic-1-COUr-cW1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-pic._2 {
  background-image: url('/ext/msd/assets/Pic-2_1Pic-2-BEHXtxXR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-pic._3 {
  background-image: url('/ext/msd/assets/Pic-3_1Pic-3-CS-xtLQg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 52px;
}

.testimonial-person-info {
  flex: 1;
}

.display-none {
  display: none;
}

.star-rating {
  background-color: #e0eeef;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 5px;
  align-items: center;
  padding: 7px 23px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.star {
  margin-right: 4.5px;
}

.rating-text {
  font-size: 11px;
  line-height: 12px;
  position: relative;
  top: 2px;
}

.div-block-2 {
  margin-right: 5px;
}

.gallery-image {
  border: 6px solid var(--background);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  margin-bottom: 17px;
  display: flex;
  position: relative;
}

.gallery-image._2 {
  background-image: url('/ext/msd/assets/head-spa-1741846-D4DShgE0.jpg');
}

.gallery-image._3 {
  background-image: url('/ext/msd/assets/massage-2717431-BZzK2Yn4.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery-image._1 {
  background-image: url('/ext/msd/assets/photo-1493923216191-a9df49886a9f-CcD9qoWj.jpeg');
  position: relative;
}

.gallery-item {
  width: 31.3%;
}

.split-section {
  flex-wrap: wrap;
  display: flex;
}

.split-image {
  background-image: url('/ext/msd/assets/charisse-kenion-513755-unsplash-3zkSqIc-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 620px;
}

.split-image._2 {
  background-image: url('/ext/msd/assets/thomas-hafeneth-251850-copia-CklKYu5o.jpg');
}

.split-image._3 {
  background-image: url('/ext/msd/assets/toa-heftiba-578099-unsplash-zkuOmNQP.jpg');
}

.split-image._4 {
  background-image: url('/ext/msd/assets/thomas-hafeneth-244903-unsplash-1-vvPuYw5e.jpg');
}

.split-image._5 {
  background-image: url('/ext/msd/assets/sharon-mccutcheon-519786-unsplash_1-BJNc3hG-.jpg');
}

.split-text {
  background-color: var(--background);
  width: 50%;
  padding: 100px 55px;
}

.split-text-box {
  background-image: url('/ext/msd/assets/Logo-big-B2TU1pOi.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 251px;
  max-width: 468px;
}

.split-text-box._2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.signature {
  margin-bottom: 15px;
}

.collection-item {
  width: 49%;
}

.collection-item.bottom-border {
  margin-bottom: 45px;
}

.preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 335px;
  margin-bottom: 5px;
  transition: opacity .2s;
}

.preview-image:hover {
  opacity: .9;
}

.preview-image.small {
  width: 36%;
  min-height: 92px;
  position: relative;
  overflow: hidden;
}

.preview-image.blog {
  min-height: 415px;
}

.preview-image.medium {
  width: 42%;
  min-height: 172px;
}

.preview-image.mini {
  width: 32%;
  max-width: 135px;
  min-height: 80px;
  margin-right: 20px;
}

.post-title-link {
  color: var(--text-paragraphs);
  letter-spacing: -1px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

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

.text-inline-block.right-border {
  margin-right: 3px;
}

.text-inline-block.both-borders {
  margin-left: 3px;
  margin-right: 3px;
}

.text-inline-block.right-border-2 {
  margin-right: 10px;
}

.link-mini {
  color: var(--text-paragraphs);
  text-decoration: none;
}

.right-text-box {
  padding-right: 20px;
}

.right-text-box.large {
  padding-right: 11%;
}

.footer {
  background-color: var(--background);
  width: 100%;
  padding-top: 75px;
}

.contact-details-block {
  border-right: 1px solid #6d989b;
  width: 33.33%;
  padding: 20px;
}

.contact-details-block._2 {
  padding-left: 45px;
}

.contact-details-block._3 {
  text-align: right;
  border-right-style: none;
  padding-left: 45px;
}

.phone {
  color: var(--text-paragraphs);
  margin-right: 9px;
  font-weight: 500;
  display: inline;
}

.phone-number {
  color: var(--text-paragraphs);
  margin-right: 9px;
  font-size: 14.5px;
  font-weight: 400;
  display: inline;
}

.contact-details-item {
  margin-bottom: 5px;
  display: flex;
}

.social-icons {
  margin-top: 10px;
}

.social-icon {
  border: 2px solid var(--text-paragraphs);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  transition: background-color .2s;
}

.social-icon:hover {
  background-color: var(--text-paragraphs);
}

.social-icon.facebook {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20width='512px'%20height='512px'%20viewBox='0%200%2096.124%2096.123'%20style='enable-background:new%200%200%2096.124%2096.123;'%20xml:space='preserve'%3e%3cg%3e%3cpath%20d='M72.089,0.02L59.624,0C45.62,0,36.57,9.285,36.57,23.656v10.907H24.037c-1.083,0-1.96,0.878-1.96,1.961v15.803%20c0,1.083,0.878,1.96,1.96,1.96h12.533v39.876c0,1.083,0.877,1.96,1.96,1.96h16.352c1.083,0,1.96-0.878,1.96-1.96V54.287h14.654%20c1.083,0,1.96-0.877,1.96-1.96l0.006-15.803c0-0.52-0.207-1.018-0.574-1.386c-0.367-0.368-0.867-0.575-1.387-0.575H56.842v-9.246%20c0-4.444,1.059-6.7,6.848-6.7l8.397-0.003c1.082,0,1.959-0.878,1.959-1.96V1.98C74.046,0.899,73.17,0.022,72.089,0.02z'%20fill='%2359787a'/%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.facebook:hover {
  background-color: #5d7a7c;
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20width='512px'%20height='512px'%20viewBox='0%200%2096.124%2096.123'%20style='enable-background:new%200%200%2096.124%2096.123;'%20xml:space='preserve'%3e%3cg%3e%3cpath%20d='M72.089,0.02L59.624,0C45.62,0,36.57,9.285,36.57,23.656v10.907H24.037c-1.083,0-1.96,0.878-1.96,1.961v15.803%20c0,1.083,0.878,1.96,1.96,1.96h12.533v39.876c0,1.083,0.877,1.96,1.96,1.96h16.352c1.083,0,1.96-0.878,1.96-1.96V54.287h14.654%20c1.083,0,1.96-0.877,1.96-1.96l0.006-15.803c0-0.52-0.207-1.018-0.574-1.386c-0.367-0.368-0.867-0.575-1.387-0.575H56.842v-9.246%20c0-4.444,1.059-6.7,6.848-6.7l8.397-0.003c1.082,0,1.959-0.878,1.959-1.96V1.98C74.046,0.899,73.17,0.022,72.089,0.02z'%20fill='%23bfdfe1'/%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-size: 13px;
}

.social-icon.twitter {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2018.1.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20612%20612'%20style='enable-background:new%200%200%20612%20612;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cpath%20d='M612,116.258c-22.525,9.981-46.694,16.75-72.088,19.772c25.929-15.527,45.777-40.155,55.184-69.411%20c-24.322,14.379-51.169,24.82-79.775,30.48c-22.907-24.437-55.49-39.658-91.63-39.658c-69.334,0-125.551,56.217-125.551,125.513%20c0,9.828,1.109,19.427,3.251,28.606C197.065,206.32,104.556,156.337,42.641,80.386c-10.823,18.51-16.98,40.078-16.98,63.101%20c0,43.559,22.181,81.993,55.835,104.479c-20.575-0.688-39.926-6.348-56.867-15.756v1.568c0,60.806,43.291,111.554,100.693,123.104%20c-10.517,2.83-21.607,4.398-33.08,4.398c-8.107,0-15.947-0.803-23.634-2.333c15.985,49.907,62.336,86.199,117.253,87.194%20c-42.947,33.654-97.099,53.655-155.916,53.655c-10.134,0-20.116-0.612-29.944-1.721c55.567,35.681,121.536,56.485,192.438,56.485%20c230.948,0,357.188-191.291,357.188-357.188l-0.421-16.253C573.872,163.526,595.211,141.422,612,116.258z'%20fill='%2359787a'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.twitter:hover {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2018.1.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20612%20612'%20style='enable-background:new%200%200%20612%20612;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cpath%20d='M612,116.258c-22.525,9.981-46.694,16.75-72.088,19.772c25.929-15.527,45.777-40.155,55.184-69.411%20c-24.322,14.379-51.169,24.82-79.775,30.48c-22.907-24.437-55.49-39.658-91.63-39.658c-69.334,0-125.551,56.217-125.551,125.513%20c0,9.828,1.109,19.427,3.251,28.606C197.065,206.32,104.556,156.337,42.641,80.386c-10.823,18.51-16.98,40.078-16.98,63.101%20c0,43.559,22.181,81.993,55.835,104.479c-20.575-0.688-39.926-6.348-56.867-15.756v1.568c0,60.806,43.291,111.554,100.693,123.104%20c-10.517,2.83-21.607,4.398-33.08,4.398c-8.107,0-15.947-0.803-23.634-2.333c15.985,49.907,62.336,86.199,117.253,87.194%20c-42.947,33.654-97.099,53.655-155.916,53.655c-10.134,0-20.116-0.612-29.944-1.721c55.567,35.681,121.536,56.485,192.438,56.485%20c230.948,0,357.188-191.291,357.188-357.188l-0.421-16.253C573.872,163.526,595.211,141.422,612,116.258z'%20fill='%23bfdfe1'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-size: 13px;
}

.social-icon.instagram {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20512%20512'%20style='enable-background:new%200%200%20512%20512;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cpath%20d='M352,0H160C71.648,0,0,71.648,0,160v192c0,88.352,71.648,160,160,160h192c88.352,0,160-71.648,160-160V160%20C512,71.648,440.352,0,352,0z%20M464,352c0,61.76-50.24,112-112,112H160c-61.76,0-112-50.24-112-112V160C48,98.24,98.24,48,160,48%20h192c61.76,0,112,50.24,112,112V352z'%20fill='%2359787a'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M256,128c-70.688,0-128,57.312-128,128s57.312,128,128,128s128-57.312,128-128S326.688,128,256,128z%20M256,336%20c-44.096,0-80-35.904-80-80c0-44.128,35.904-80,80-80s80,35.872,80,80C336,300.096,300.096,336,256,336z'%20fill='%2359787a'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3ccircle%20cx='393.6'%20cy='118.4'%20r='17.056'%20fill='%2359787a'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.instagram:hover {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20512%20512'%20style='enable-background:new%200%200%20512%20512;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cpath%20d='M352,0H160C71.648,0,0,71.648,0,160v192c0,88.352,71.648,160,160,160h192c88.352,0,160-71.648,160-160V160%20C512,71.648,440.352,0,352,0z%20M464,352c0,61.76-50.24,112-112,112H160c-61.76,0-112-50.24-112-112V160C48,98.24,98.24,48,160,48%20h192c61.76,0,112,50.24,112,112V352z'%20fill='%23bfdfe1'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M256,128c-70.688,0-128,57.312-128,128s57.312,128,128,128s128-57.312,128-128S326.688,128,256,128z%20M256,336%20c-44.096,0-80-35.904-80-80c0-44.128,35.904-80,80-80s80,35.872,80,80C336,300.096,300.096,336,256,336z'%20fill='%23bfdfe1'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3ccircle%20cx='393.6'%20cy='118.4'%20r='17.056'%20fill='%23bfdfe1'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-size: 13px;
}

.social-icon.twitter-2 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2018.1.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20612%20612'%20style='enable-background:new%200%200%20612%20612;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cpath%20d='M612,116.258c-22.525,9.981-46.694,16.75-72.088,19.772c25.929-15.527,45.777-40.155,55.184-69.411%20c-24.322,14.379-51.169,24.82-79.775,30.48c-22.907-24.437-55.49-39.658-91.63-39.658c-69.334,0-125.551,56.217-125.551,125.513%20c0,9.828,1.109,19.427,3.251,28.606C197.065,206.32,104.556,156.337,42.641,80.386c-10.823,18.51-16.98,40.078-16.98,63.101%20c0,43.559,22.181,81.993,55.835,104.479c-20.575-0.688-39.926-6.348-56.867-15.756v1.568c0,60.806,43.291,111.554,100.693,123.104%20c-10.517,2.83-21.607,4.398-33.08,4.398c-8.107,0-15.947-0.803-23.634-2.333c15.985,49.907,62.336,86.199,117.253,87.194%20c-42.947,33.654-97.099,53.655-155.916,53.655c-10.134,0-20.116-0.612-29.944-1.721c55.567,35.681,121.536,56.485,192.438,56.485%20c230.948,0,357.188-191.291,357.188-357.188l-0.421-16.253C573.872,163.526,595.211,141.422,612,116.258z'%20fill='%2359787a'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.twitter-2:hover {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20612%20612'%20style='enable-background:new%200%200%20612%20612;'%20xml:space='preserve'%20width='512px'%20height='512px'%20class=''%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20d='M612,116.258c-22.525,9.981-46.694,16.75-72.088,19.772c25.929-15.527,45.777-40.155,55.184-69.411%20c-24.322,14.379-51.169,24.82-79.775,30.48c-22.907-24.437-55.49-39.658-91.63-39.658c-69.334,0-125.551,56.217-125.551,125.513%20c0,9.828,1.109,19.427,3.251,28.606C197.065,206.32,104.556,156.337,42.641,80.386c-10.823,18.51-16.98,40.078-16.98,63.101%20c0,43.559,22.181,81.993,55.835,104.479c-20.575-0.688-39.926-6.348-56.867-15.756v1.568c0,60.806,43.291,111.554,100.693,123.104%20c-10.517,2.83-21.607,4.398-33.08,4.398c-8.107,0-15.947-0.803-23.634-2.333c15.985,49.907,62.336,86.199,117.253,87.194%20c-42.947,33.654-97.099,53.655-155.916,53.655c-10.134,0-20.116-0.612-29.944-1.721c55.567,35.681,121.536,56.485,192.438,56.485%20c230.948,0,357.188-191.291,357.188-357.188l-0.421-16.253C573.872,163.526,595.211,141.422,612,116.258z'%20fill='%23ffffff'%20data-original='%23bfdfe1'%20class='active-path'%20data-old_color='%23ffffff'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: 13px;
}

.social-icon.instagram-2 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20512%20512'%20style='enable-background:new%200%200%20512%20512;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cpath%20d='M352,0H160C71.648,0,0,71.648,0,160v192c0,88.352,71.648,160,160,160h192c88.352,0,160-71.648,160-160V160%20C512,71.648,440.352,0,352,0z%20M464,352c0,61.76-50.24,112-112,112H160c-61.76,0-112-50.24-112-112V160C48,98.24,98.24,48,160,48%20h192c61.76,0,112,50.24,112,112V352z'%20fill='%2359787a'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M256,128c-70.688,0-128,57.312-128,128s57.312,128,128,128s128-57.312,128-128S326.688,128,256,128z%20M256,336%20c-44.096,0-80-35.904-80-80c0-44.128,35.904-80,80-80s80,35.872,80,80C336,300.096,300.096,336,256,336z'%20fill='%2359787a'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3ccircle%20cx='393.6'%20cy='118.4'%20r='17.056'%20fill='%2359787a'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.instagram-2:hover {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20512%20512'%20style='enable-background:new%200%200%20512%20512;'%20xml:space='preserve'%20width='512px'%20height='512px'%20class=''%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20d='M352,0H160C71.648,0,0,71.648,0,160v192c0,88.352,71.648,160,160,160h192c88.352,0,160-71.648,160-160V160%20C512,71.648,440.352,0,352,0z%20M464,352c0,61.76-50.24,112-112,112H160c-61.76,0-112-50.24-112-112V160C48,98.24,98.24,48,160,48%20h192c61.76,0,112,50.24,112,112V352z'%20fill='%23FBFCFC'%20data-original='%23bfdfe1'%20class='active-path'%20data-old_color='%23F7F8F8'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20d='M256,128c-70.688,0-128,57.312-128,128s57.312,128,128,128s128-57.312,128-128S326.688,128,256,128z%20M256,336%20c-44.096,0-80-35.904-80-80c0-44.128,35.904-80,80-80s80,35.872,80,80C336,300.096,300.096,336,256,336z'%20fill='%23FBFCFC'%20data-original='%23bfdfe1'%20class='active-path'%20data-old_color='%23F7F8F8'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3ccircle%20cx='393.6'%20cy='118.4'%20r='17.056'%20fill='%23FBFCFC'%20data-original='%23bfdfe1'%20class='active-path'%20data-old_color='%23F7F8F8'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: 13px;
}

.social-icon.facebook-2 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20width='512px'%20height='512px'%20viewBox='0%200%2096.124%2096.123'%20style='enable-background:new%200%200%2096.124%2096.123;'%20xml:space='preserve'%3e%3cg%3e%3cpath%20d='M72.089,0.02L59.624,0C45.62,0,36.57,9.285,36.57,23.656v10.907H24.037c-1.083,0-1.96,0.878-1.96,1.961v15.803%20c0,1.083,0.878,1.96,1.96,1.96h12.533v39.876c0,1.083,0.877,1.96,1.96,1.96h16.352c1.083,0,1.96-0.878,1.96-1.96V54.287h14.654%20c1.083,0,1.96-0.877,1.96-1.96l0.006-15.803c0-0.52-0.207-1.018-0.574-1.386c-0.367-0.368-0.867-0.575-1.387-0.575H56.842v-9.246%20c0-4.444,1.059-6.7,6.848-6.7l8.397-0.003c1.082,0,1.959-0.878,1.959-1.96V1.98C74.046,0.899,73.17,0.022,72.089,0.02z'%20fill='%235d7a7c'/%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.facebook-2:hover {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADfsAAA37AQt3NZsAAAAHdElNRQfiBgcSNRFS7EhqAAAA2klEQVRIx2NgIAD+e/2f+v/Q//f/YaCAkA5kzaL/V/5HBytQ1bDg0c7PcJ5BmpAlTHjk2ghrx2PAfz2GDOwSxLrADofcE2LDQAuFd4RhEcMZhv8MDAxXCHsL4tL9KGGvSXIYMAgisb8yXifdAGTwB7cUcQbgAWiB+F+BIQHKlEAS5vjfAGX9Y5jP+Bhf0C35TwiU4fcCnqSNXQfFYTD4DLhEQP1/9KTMiKFCAMo4zKADF/zEIA9l/WX8jKoeI9QZP0AN+otsKkyUDmEwasCoAYPNgNNI7BO4DQAAx0t3bCszz+wAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTgtMDYtMDdUMTg6NTM6MTcrMDI6MDBdd1loAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE4LTA2LTA3VDE4OjUzOjE3KzAyOjAwLCrh1AAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=');
  background-size: 13px;
}

.mini-link-block {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 85px;
  transition: opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .8;
}

.navbar {
  border-top: 5px solid #fff;
  border-bottom: 2px solid var(--links);
  background-color: var(--background);
  height: 92px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  color: var(--text-paragraphs);
  height: 86px;
  padding-top: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 14px;
}

.nav-link:hover {
  border-bottom: 3px solid var(--links);
}

.nav-link.w--current {
  color: var(--text-paragraphs);
}

.nav-menu {
  z-index: 0;
}

.top-mini-menu {
  z-index: 10;
  color: var(--titles-lines);
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: auto;
  margin-right: 25px;
  padding: 6px 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.text-block-6 {
  font-size: 11px;
  line-height: 11px;
}

.mini-top-link {
  color: var(--text-paragraphs);
  text-decoration: none;
}

.divider {
  color: var(--text-paragraphs);
  margin-left: 2px;
  margin-right: 2px;
}

.dropdown-arrow {
  color: var(--text-paragraphs);
  margin-top: 46px;
  font-size: 12px;
  line-height: 12px;
}

.dropdown-toggle {
  color: var(--text-paragraphs);
  height: 85px;
  margin-top: -1px;
  padding-top: 44px;
  font-size: 14px;
  line-height: 14px;
}

.dropdown-toggle.w--open {
  height: 86px;
}

.hero-section {
  background-color: var(--background);
  padding-top: 143px;
  overflow: hidden;
}

.hero-flex {
  align-items: center;
  height: 100%;
  padding-bottom: 60px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.scroll-down-arrow {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA6CAMAAAD1PuvPAAAAS1BMVEUAAABVe31Ve31Ve31Ve31Ve31Ve31Ve31Ve31Ve31Ve31Ve31Ve31Ve31Ve31Ve31Ve31Ve31Ve31Ve31Ve31Ve31Ve31Ve31Ve31TlxcLAAAAGHRSTlMAtAPf2h2knKCqIOl5GgXxWIl9D9DNhmdRDj1BAAAAq0lEQVRIx+3KWw6DIBRF0SuKaKH11QfzH2k1hVybnagDYH+cj5MlbPY+8GWfuDZegNUG+6uwKrDAAgsscHTzcgyX4EaRsN7N/QjaZj2C+PgnCW29HV6GmCWhujjIFLMkVBcnefQqCW/JtUZU2j2kg0wQDjJDdZ2RlFGZIRxlhntHWdsE6bJss/xBOMrXts+9o0QOjpKOko6S7lw6Ocp0cCeSjlLdiXwPPvD+Ap3ULE/6TO+yAAAAAElFTkSuQmCC');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 50px;
  height: 65px;
  margin-top: 32px;
  position: absolute;
  inset: auto auto 0% 4%;
}

.frame {
  border: 27px solid #ffffffe6;
  border-bottom-right-radius: 50px;
  width: 95%;
  max-width: 525px;
  min-height: 630px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.hero-girl {
  z-index: 10;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-girl.about {
  padding-bottom: 0;
}

.dropdown-link {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--links);
  background-color: var(--background);
  color: var(--text-paragraphs);
  padding: 14px 24px;
  font-size: 14px;
  transition: background-color .2s;
}

.dropdown-link:hover {
  background-color: var(--green-6);
}

.dropdown-link.w--current {
  background-color: var(--green-6);
  color: var(--text-paragraphs);
}

.service-intro-box {
  border-top: 1px solid var(--text-paragraphs);
  border-bottom: 1px solid var(--text-paragraphs);
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding: 35px 3%;
  display: flex;
}

._53-column {
  width: 53%;
}

._47-column {
  align-items: flex-start;
  width: 47%;
  padding-left: 40px;
  display: flex;
}

._47-column.center {
  align-items: center;
}

.service-image-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 25px;
  width: 100%;
  height: 100%;
  min-height: 365px;
  display: block;
}

.service-image-2.link {
  transition: opacity .2s;
}

.service-image-2.link:hover {
  opacity: .9;
}

.breadcrum-arrow {
  color: var(--links);
  margin-right: 2px;
  font-size: 7px;
  font-weight: 700;
  display: inline-block;
}

.breadcrumb-link {
  color: var(--text-paragraphs);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  text-decoration: none;
  display: inline-block;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-box {
  padding-bottom: 30px;
  padding-left: 32.5px;
  padding-right: 32.5px;
}

.breadcrumb-text {
  color: var(--text-paragraphs);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  text-decoration: underline;
  display: inline-block;
}

.breadcrumb-text:hover {
  text-decoration: underline;
}

.dropdown-list {
  margin-top: -1px;
}

.dropdown-list.w--open {
  border-bottom: 1px solid var(--links);
  margin-top: 1px;
}

.service-pricing-title {
  border-bottom: 1px solid var(--titles-lines);
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-description-item {
  border-bottom: 1px solid var(--titles-lines);
  flex-wrap: wrap;
  padding: 26px 16px 20px;
  display: flex;
}

._26-column {
  width: 26%;
}

._49-column-2 {
  width: 49%;
}

._25-column {
  text-align: right;
  width: 25%;
}

.footer-container {
  border-top: 1px solid #6d989b;
  border-bottom: 1px #6d989b;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 45px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

._18-column {
  width: 18%;
  padding-left: 20px;
  padding-right: 20px;
}

._15-column {
  width: 15%;
}

.footer-link {
  color: var(--text-paragraphs);
  margin-bottom: 12px;
  font-size: 14.5px;
  text-decoration: none;
  display: block;
}

.footer-link.w--current {
  text-decoration: underline;
}

._37-column {
  width: 37%;
}

.link {
  color: var(--text-paragraphs);
  text-decoration: none;
}

.small-link {
  color: var(--text-paragraphs);
  font-size: 14px;
  text-decoration: none;
}

.small-link:hover {
  text-decoration: underline;
}

.flex-copy {
  border-bottom: 1px solid #6d989b;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

._3-text-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--text-paragraphs) var(--text-paragraphs) var(--titles-lines);
  flex: 1;
  width: 47%;
  height: 42px;
  margin-bottom: 15px;
  padding-top: 4px;
  padding-bottom: 0;
  line-height: 16px;
  display: inline-block;
}

._3-text-field::placeholder {
  color: var(--text-paragraphs);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

._3-text-field.border {
  margin-right: 3%;
}

.side-column-item {
  margin-bottom: 40px;
}

.side-column-item.no-border {
  margin-bottom: 0;
}

.right-column {
  width: 34%;
  padding-top: 18px;
}

.paragraph-2 {
  font-family: Roboto, sans-serif;
}

.paragraph-2.medium {
  font-size: 16px;
  line-height: 24.5px;
}

._3-form {
  border-radius: 5px;
  flex-flow: wrap;
  align-items: flex-end;
  max-width: 395px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

._3-success-message {
  background-color: #0000;
}

.title-box {
  border-bottom: 1px solid var(--titles-lines);
  margin-bottom: 25px;
}

.title-box.medium {
  margin-bottom: 20px;
}

.title-box.large {
  margin-bottom: 25px;
}

.left-column {
  width: 62%;
}

.empty-state-2 {
  background-color: #0000;
}

.latest-news {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 13px;
  display: flex;
}

.flex-space-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.submit-button {
  background-color: var(--green-2);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
  min-width: 125px;
  min-height: 42px;
  padding-top: 14px;
  font-family: Roboto, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #a0cacc;
}

.right-text-preview {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 4%;
  display: flex;
}

.side-menu-link {
  color: var(--text-paragraphs);
  margin-bottom: 15px;
  text-decoration: none;
  display: inline-block;
}

.side-menu-link:hover {
  text-decoration: underline;
}

.side-menu-link.small {
  margin-bottom: 5px;
}

.post-title {
  color: var(--text-paragraphs);
  letter-spacing: -1px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}

.post-title.small {
  font-size: 15px;
  line-height: 21px;
}

.post-title.medium {
  font-size: 17px;
  line-height: 25px;
}

.flex-left {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 11px;
  display: flex;
}

.author-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.author-pic.small {
  width: 30px;
  height: 30px;
}

.text-block {
  margin-right: 3px;
  display: inline-block;
}

.text-block.white {
  color: #fff;
}

.inline-block-link {
  color: var(--text-paragraphs);
  margin-right: 3px;
  text-decoration: none;
}

.inline-block-link:hover {
  text-decoration: underline;
}

.footer-notice {
  border-top: 1px solid #6d989b;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 15px;
  display: flex;
  position: relative;
}

.footer-container-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
  display: flex;
}

.footer-notice-text {
  font-size: 12px;
}

.go-up {
  background-color: var(--links);
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20width='512px'%20height='512px'%20viewBox='0%200%20284.929%20284.929'%20style='enable-background:new%200%200%20284.929%20284.929;'%20xml:space='preserve'%3e%3cg%3e%3cpath%20d='M282.082,195.285L149.028,62.24c-1.901-1.903-4.088-2.856-6.562-2.856s-4.665,0.953-6.567,2.856L2.856,195.285%20C0.95,197.191,0,199.378,0,201.853c0,2.474,0.953,4.664,2.856,6.566l14.272,14.271c1.903,1.903,4.093,2.854,6.567,2.854%20c2.474,0,4.664-0.951,6.567-2.854l112.204-112.202l112.208,112.209c1.902,1.903,4.093,2.848,6.563,2.848%20c2.478,0,4.668-0.951,6.57-2.848l14.274-14.277c1.902-1.902,2.847-4.093,2.847-6.566%20C284.929,199.378,283.984,197.188,282.082,195.285z'%20fill='%23FFFFFF'/%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 32.6px;
  height: 30px;
  transition: background-color .2s;
}

.go-up:hover {
  background-color: #88b4b6;
}

.underline-3 {
  background-color: var(--titles-lines);
  width: 33%;
  max-width: 175px;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 15px;
  display: block;
}

.cta-box {
  border: 1px solid var(--titles-lines);
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 40%;
  padding: 37px 7%;
}

.cta-box._2 {
  border-left-style: none;
  border-radius: 0 5px 5px 0;
}

.icon {
  border: 1px solid var(--titles-lines);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon._2 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20483.3%20483.3'%20style='enable-background:new%200%200%20483.3%20483.3;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cpath%20d='M424.3,57.75H59.1c-32.6,0-59.1,26.5-59.1,59.1v249.6c0,32.6,26.5,59.1,59.1,59.1h365.1c32.6,0,59.1-26.5,59.1-59.1%20v-249.5C483.4,84.35,456.9,57.75,424.3,57.75z%20M456.4,366.45c0,17.7-14.4,32.1-32.1,32.1H59.1c-17.7,0-32.1-14.4-32.1-32.1v-249.5%20c0-17.7,14.4-32.1,32.1-32.1h365.1c17.7,0,32.1,14.4,32.1,32.1v249.5H456.4z'%20fill='%23b5d7d9'/%3e%3cpath%20d='M304.8,238.55l118.2-106c5.5-5,6-13.5,1-19.1c-5-5.5-13.5-6-19.1-1l-163,146.3l-31.8-28.4c-0.1-0.1-0.2-0.2-0.2-0.3%20c-0.7-0.7-1.4-1.3-2.2-1.9L78.3,112.35c-5.6-5-14.1-4.5-19.1,1.1c-5,5.6-4.5,14.1,1.1,19.1l119.6,106.9L60.8,350.95%20c-5.4,5.1-5.7,13.6-0.6,19.1c2.7,2.8,6.3,4.3,9.9,4.3c3.3,0,6.6-1.2,9.2-3.6l120.9-113.1l32.8,29.3c2.6,2.3,5.8,3.4,9,3.4%20c3.2,0,6.5-1.2,9-3.5l33.7-30.2l120.2,114.2c2.6,2.5,6,3.7,9.3,3.7c3.6,0,7.1-1.4,9.8-4.2c5.1-5.4,4.9-14-0.5-19.1L304.8,238.55z'%20fill='%23b5d7d9'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.icon._1 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20473.806%20473.806'%20style='enable-background:new%200%200%20473.806%20473.806;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cpath%20d='M374.456,293.506c-9.7-10.1-21.4-15.5-33.8-15.5c-12.3,0-24.1,5.3-34.2,15.4l-31.6,31.5c-2.6-1.4-5.2-2.7-7.7-4%20c-3.6-1.8-7-3.5-9.9-5.3c-29.6-18.8-56.5-43.3-82.3-75c-12.5-15.8-20.9-29.1-27-42.6c8.2-7.5,15.8-15.3,23.2-22.8%20c2.8-2.8,5.6-5.7,8.4-8.5c21-21,21-48.2,0-69.2l-27.3-27.3c-3.1-3.1-6.3-6.3-9.3-9.5c-6-6.2-12.3-12.6-18.8-18.6%20c-9.7-9.6-21.3-14.7-33.5-14.7s-24,5.1-34,14.7c-0.1,0.1-0.1,0.1-0.2,0.2l-34,34.3c-12.8,12.8-20.1,28.4-21.7,46.5%20c-2.4,29.2,6.2,56.4,12.8,74.2c16.2,43.7,40.4,84.2,76.5,127.6c43.8,52.3,96.5,93.6,156.7,122.7c23,10.9,53.7,23.8,88,26%20c2.1,0.1,4.3,0.2,6.3,0.2c23.1,0,42.5-8.3,57.7-24.8c0.1-0.2,0.3-0.3,0.4-0.5c5.2-6.3,11.2-12,17.5-18.1c4.3-4.1,8.7-8.4,13-12.9%20c9.9-10.3,15.1-22.3,15.1-34.6c0-12.4-5.3-24.3-15.4-34.3L374.456,293.506z%20M410.256,398.806%20C410.156,398.806,410.156,398.906,410.256,398.806c-3.9,4.2-7.9,8-12.2,12.2c-6.5,6.2-13.1,12.7-19.3,20%20c-10.1,10.8-22,15.9-37.6,15.9c-1.5,0-3.1,0-4.6-0.1c-29.7-1.9-57.3-13.5-78-23.4c-56.6-27.4-106.3-66.3-147.6-115.6%20c-34.1-41.1-56.9-79.1-72-119.9c-9.3-24.9-12.7-44.3-11.2-62.6c1-11.7,5.5-21.4,13.8-29.7l34.1-34.1c4.9-4.6,10.1-7.1,15.2-7.1%20c6.3,0,11.4,3.8,14.6,7c0.1,0.1,0.2,0.2,0.3,0.3c6.1,5.7,11.9,11.6,18,17.9c3.1,3.2,6.3,6.4,9.5,9.7l27.3,27.3%20c10.6,10.6,10.6,20.4,0,31c-2.9,2.9-5.7,5.8-8.6,8.6c-8.4,8.6-16.4,16.6-25.1,24.4c-0.2,0.2-0.4,0.3-0.5,0.5%20c-8.6,8.6-7,17-5.2,22.7c0.1,0.3,0.2,0.6,0.3,0.9c7.1,17.2,17.1,33.4,32.3,52.7l0.1,0.1c27.6,34,56.7,60.5,88.8,80.8%20c4.1,2.6,8.3,4.7,12.3,6.7c3.6,1.8,7,3.5,9.9,5.3c0.4,0.2,0.8,0.5,1.2,0.7c3.4,1.7,6.6,2.5,9.9,2.5c8.3,0,13.5-5.2,15.2-6.9%20l34.2-34.2c3.4-3.4,8.8-7.5,15.1-7.5c6.2,0,11.3,3.9,14.4,7.3c0.1,0.1,0.1,0.1,0.2,0.2l55.1,55.1%20C420.456,377.706,420.456,388.206,410.256,398.806z'%20fill='%238fb3b5'/%3e%3cpath%20d='M256.056,112.706c26.2,4.4,50,16.8,69,35.8s31.3,42.8,35.8,69c1.1,6.6,6.8,11.2,13.3,11.2c0.8,0,1.5-0.1,2.3-0.2%20c7.4-1.2,12.3-8.2,11.1-15.6c-5.4-31.7-20.4-60.6-43.3-83.5s-51.8-37.9-83.5-43.3c-7.4-1.2-14.3,3.7-15.6,11%20S248.656,111.506,256.056,112.706z'%20fill='%238fb3b5'/%3e%3cpath%20d='M473.256,209.006c-8.9-52.2-33.5-99.7-71.3-137.5s-85.3-62.4-137.5-71.3c-7.3-1.3-14.2,3.7-15.5,11%20c-1.2,7.4,3.7,14.3,11.1,15.6c46.6,7.9,89.1,30,122.9,63.7c33.8,33.8,55.8,76.3,63.7,122.9c1.1,6.6,6.8,11.2,13.3,11.2%20c0.8,0,1.5-0.1,2.3-0.2C469.556,223.306,474.556,216.306,473.256,209.006z'%20fill='%238fb3b5'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.icon._3 {
  background-image: url('/ext/msd/assets/face-ftOr1e6r.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px;
}

.icon._4 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20511.673%20511.673'%20style='enable-background:new%200%200%20511.673%20511.673;'%20xml:space='preserve'%20width='512px'%20height='512px'%20class=''%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20d='M456.815,375.374l32.184-173.658c1.311-7.824-0.889-15.791-6.018-21.845c-5.129-6.054-12.629-9.53-20.561-9.53H264.863%20v-27.718c14.874-2.635,27.836-12.216,35.13-26.18c8.201-15.71,8.084-34.124-0.386-49.368l-35.93-62.877%20c-3.189-5.596-12.405-5.596-15.594,0L212.1,67.173c-8.417,15.144-8.533,33.558-0.332,49.269%20c7.295,13.964,20.257,23.545,35.13,26.173v27.726H49.236c-7.932,0-15.432,3.476-20.561,9.53%20c-5.129,6.054-7.321,14.022-5.991,22.007l32.13,173.343c4.548,27.274,19.839,50.273,41.125,65.016%20c-31.291,3.58-55.689,30.214-55.689,62.454c0,4.958,4.024,8.982,8.982,8.982h413.193c4.958,0,8.982-4.024,8.982-8.982%20c0-32.236-24.385-58.868-55.677-62.453C437.005,425.511,452.283,402.554,456.815,375.374z%20M263.759,120.629%20c-0.665,1.285-2.668,4.33-6.764,4.743c-0.737,0.072-1.491,0.072-2.228,0c-4.096-0.413-6.099-3.458-6.764-4.743%20c-1.482-2.838-1.473-6.108-0.036-8.65l7.914-13.599l7.86,13.501C265.232,114.521,265.241,117.791,263.759,120.629z%20M227.748,75.985l28.133-49.224l28.079,49.134c5.461,9.845,5.506,21.89,0.108,32.229c-0.538,1.03-1.127,2.012-1.747,2.961%20c-0.549-2.814-1.546-5.562-3.005-8.142l-15.674-26.947c-3.207-5.524-12.315-5.524-15.522,0l-15.737,27.046%20c-1.43,2.533-2.412,5.243-2.954,8.026c-0.615-0.944-1.2-1.919-1.735-2.943C222.296,97.785,222.34,85.74,227.748,75.985z%20M408.531,457.779c21.684,0,39.837,15.459,44.005,35.93H59.122c4.168-20.471,22.321-35.93,44.005-35.93h49.147h207.109H408.531z%20M359.382,439.814H152.274c-39.675,0-73.216-28.411-79.764-67.71l-32.13-173.343c-0.44-2.641,0.269-5.228,2.003-7.276%20c1.734-2.057,4.168-3.18,6.854-3.18h197.663v17.965H70.842c-2.668,0-5.201,1.186-6.908,3.234%20c-1.707,2.057-2.416,4.761-1.931,7.384l28.25,152.414c5.075,30.451,31.16,52.547,62.024,52.547h207.1%20c30.864,0,56.994-22.366,62.105-53.023l16.478-88.879c0.002-0.008,0.003-0.016,0.004-0.024l11.687-63.035%20c0.485-2.623-0.216-5.327-1.922-7.384c-1.707-2.048-4.24-3.234-6.907-3.234H264.863v-17.965H462.42c2.686,0,5.12,1.123,6.854,3.18%20c1.734,2.048,2.443,4.635,2.03,7.114l-32.184,173.658C432.598,411.402,399.058,439.814,359.382,439.814z%20M166.003,269.147%20c-4.958,0-8.982,4.024-8.982,8.982s4.024,8.982,8.982,8.982H300.74c4.958,0,8.982-4.024,8.982-8.982s-4.024-8.982-8.982-8.982%20h-35.877v-44.912h165.151l-8.324,44.912h-67.057c-4.958,0-8.982,4.024-8.982,8.982s4.024,8.982,8.982,8.982h63.727l-14.567,78.596%20c-3.692,22.124-22.366,38.175-44.418,38.175h-207.1c-22.043,0-40.682-15.782-44.328-37.69l-14.656-79.082h18.816%20c4.958,0,8.982-4.024,8.982-8.982s-4.024-8.982-8.982-8.982H89.963l-8.324-44.912h165.259v44.912H166.003z'%20data-original='%23000000'%20class='active-path'%20data-old_color='%23000000'%20fill='%23628484'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.icon._5 {
  background-image: url('/ext/msd/assets/tijeras-B_f-dwZq.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.icon._1-white {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20473.806%20473.806'%20style='enable-background:new%200%200%20473.806%20473.806;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cpath%20d='M374.456,293.506c-9.7-10.1-21.4-15.5-33.8-15.5c-12.3,0-24.1,5.3-34.2,15.4l-31.6,31.5c-2.6-1.4-5.2-2.7-7.7-4%20c-3.6-1.8-7-3.5-9.9-5.3c-29.6-18.8-56.5-43.3-82.3-75c-12.5-15.8-20.9-29.1-27-42.6c8.2-7.5,15.8-15.3,23.2-22.8%20c2.8-2.8,5.6-5.7,8.4-8.5c21-21,21-48.2,0-69.2l-27.3-27.3c-3.1-3.1-6.3-6.3-9.3-9.5c-6-6.2-12.3-12.6-18.8-18.6%20c-9.7-9.6-21.3-14.7-33.5-14.7s-24,5.1-34,14.7c-0.1,0.1-0.1,0.1-0.2,0.2l-34,34.3c-12.8,12.8-20.1,28.4-21.7,46.5%20c-2.4,29.2,6.2,56.4,12.8,74.2c16.2,43.7,40.4,84.2,76.5,127.6c43.8,52.3,96.5,93.6,156.7,122.7c23,10.9,53.7,23.8,88,26%20c2.1,0.1,4.3,0.2,6.3,0.2c23.1,0,42.5-8.3,57.7-24.8c0.1-0.2,0.3-0.3,0.4-0.5c5.2-6.3,11.2-12,17.5-18.1c4.3-4.1,8.7-8.4,13-12.9%20c9.9-10.3,15.1-22.3,15.1-34.6c0-12.4-5.3-24.3-15.4-34.3L374.456,293.506z%20M410.256,398.806%20C410.156,398.806,410.156,398.906,410.256,398.806c-3.9,4.2-7.9,8-12.2,12.2c-6.5,6.2-13.1,12.7-19.3,20%20c-10.1,10.8-22,15.9-37.6,15.9c-1.5,0-3.1,0-4.6-0.1c-29.7-1.9-57.3-13.5-78-23.4c-56.6-27.4-106.3-66.3-147.6-115.6%20c-34.1-41.1-56.9-79.1-72-119.9c-9.3-24.9-12.7-44.3-11.2-62.6c1-11.7,5.5-21.4,13.8-29.7l34.1-34.1c4.9-4.6,10.1-7.1,15.2-7.1%20c6.3,0,11.4,3.8,14.6,7c0.1,0.1,0.2,0.2,0.3,0.3c6.1,5.7,11.9,11.6,18,17.9c3.1,3.2,6.3,6.4,9.5,9.7l27.3,27.3%20c10.6,10.6,10.6,20.4,0,31c-2.9,2.9-5.7,5.8-8.6,8.6c-8.4,8.6-16.4,16.6-25.1,24.4c-0.2,0.2-0.4,0.3-0.5,0.5%20c-8.6,8.6-7,17-5.2,22.7c0.1,0.3,0.2,0.6,0.3,0.9c7.1,17.2,17.1,33.4,32.3,52.7l0.1,0.1c27.6,34,56.7,60.5,88.8,80.8%20c4.1,2.6,8.3,4.7,12.3,6.7c3.6,1.8,7,3.5,9.9,5.3c0.4,0.2,0.8,0.5,1.2,0.7c3.4,1.7,6.6,2.5,9.9,2.5c8.3,0,13.5-5.2,15.2-6.9%20l34.2-34.2c3.4-3.4,8.8-7.5,15.1-7.5c6.2,0,11.3,3.9,14.4,7.3c0.1,0.1,0.1,0.1,0.2,0.2l55.1,55.1%20C420.456,377.706,420.456,388.206,410.256,398.806z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M256.056,112.706c26.2,4.4,50,16.8,69,35.8s31.3,42.8,35.8,69c1.1,6.6,6.8,11.2,13.3,11.2c0.8,0,1.5-0.1,2.3-0.2%20c7.4-1.2,12.3-8.2,11.1-15.6c-5.4-31.7-20.4-60.6-43.3-83.5s-51.8-37.9-83.5-43.3c-7.4-1.2-14.3,3.7-15.6,11%20S248.656,111.506,256.056,112.706z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M473.256,209.006c-8.9-52.2-33.5-99.7-71.3-137.5s-85.3-62.4-137.5-71.3c-7.3-1.3-14.2,3.7-15.5,11%20c-1.2,7.4,3.7,14.3,11.1,15.6c46.6,7.9,89.1,30,122.9,63.7c33.8,33.8,55.8,76.3,63.7,122.9c1.1,6.6,6.8,11.2,13.3,11.2%20c0.8,0,1.5-0.1,2.3-0.2C469.556,223.306,474.556,216.306,473.256,209.006z'%20fill='%23FFFFFF'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.contact-box {
  border-top: 1px solid var(--titles-lines);
  border-bottom: 1px solid var(--titles-lines);
  margin-top: 15px;
  padding: 14px 15px;
}

.contact-text {
  font-size: 19px;
}

.contact-text.regular {
  font-size: 15px;
}

.flex-center {
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  display: flex;
  position: relative;
}

.flex-center.center {
  align-items: center;
}

.post-hero-text {
  text-align: center;
  width: 65%;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.underline-4 {
  background-color: var(--titles-lines);
  width: 33%;
  max-width: 175px;
  height: 1px;
  margin: 12px auto 15px;
  display: block;
}

.final-dots {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}

.tags {
  border-top: 1px solid var(--titles-lines);
  border-bottom: 1px solid var(--titles-lines);
  margin-bottom: 50px;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.tag-link {
  margin-right: 13px;
  text-decoration: none;
  display: inline-block;
}

.tag-link:hover {
  text-decoration: underline;
}

.left-justified {
  text-align: right;
  margin-top: 25px;
}

.collection-list {
  border-bottom: 1px none var(--links);
}

.hero-frame {
  z-index: 10;
  border: 27px solid #ffffffe6;
  border-bottom-right-radius: 50px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: auto;
  margin-bottom: 60px;
  padding: 55px 20px 70px 45px;
  display: flex;
  position: relative;
  inset: 0;
}

.hero-girl-2 {
  z-index: 10;
  margin-right: 12%;
  display: block;
  position: absolute;
  inset: 13% 0% auto auto;
}

.intro-box-2 {
  width: 33%;
  max-width: 310px;
}

.content-section-5 {
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.item-intro {
  border-bottom: 1px solid var(--titles-lines);
  flex-wrap: wrap;
  margin-left: 100px;
  margin-right: 100px;
  padding: 35px 3.3% 35px 3.2%;
  display: flex;
}

.clients-logo {
  text-align: center;
  width: 25%;
  margin-bottom: 25px;
  margin-right: 30px;
}

.clients-logos {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mini-title-box {
  border-bottom: 1px solid var(--titles-lines);
  width: auto;
  padding-bottom: 3px;
  padding-left: 19px;
  padding-right: 19px;
  display: inline-block;
}

.large-feature-box {
  border: 1px solid var(--titles-lines);
  border-bottom-right-radius: 10px;
  width: 90%;
  max-width: 134px;
  margin-bottom: 30px;
  text-decoration: none;
}

.large-feature-box._2 {
  margin-right: 0;
}

.large-feature-box._4 {
  margin-bottom: 0;
  margin-right: 0;
}

.large-feature-box._3 {
  margin-bottom: 0;
}

.large-feature-icon {
  border-bottom: 1px solid var(--titles-lines);
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.large-feature-icon._1 {
  background-image: url('/ext/msd/assets/aceite-esencial-Ceb3RnvI.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.large-feature-icon._2 {
  background-image: url('/ext/msd/assets/maquillar-1-BH7P9dZc.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.large-feature-icon._3 {
  background-image: url('/ext/msd/assets/face-ftOr1e6r.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45px;
}

.large-feature-icon._4 {
  background-image: url('/ext/msd/assets/flor-Cij1jQQW.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 44px;
}

.large-feature-text {
  text-align: center;
  padding: 17px 12px 10px;
}

.flex-center-copy {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.mini-text {
  color: var(--titles-lines);
  font-size: 11px;
  line-height: 11px;
  position: absolute;
  bottom: 53px;
  left: -92px;
  transform: rotate(-90deg);
}

.border-line-box {
  border-bottom: 1px solid var(--titles-lines);
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.circle {
  border-style: solid;
  border-width: 1px;
  border-color: var(--text-paragraphs) var(--text-paragraphs) var(--titles-lines);
  text-align: center;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 295px;
  height: 295px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.mini-title-box-2 {
  border-top: 1px solid var(--titles-lines);
  border-bottom: 1px solid var(--titles-lines);
  width: auto;
  margin-top: 20px;
  padding: 10px 19px 3px;
  display: inline-block;
}

.box {
  border: 1px solid var(--titles-lines);
  text-align: center;
  border-radius: 5px 5px 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 295px;
  height: 295px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.align-start {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 100px;
  padding-bottom: 60px;
  padding-left: 80px;
  display: flex;
}

.align-end {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

.set {
  margin-bottom: 50px;
}

.back-top {
  letter-spacing: 1.8px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAATCAMAAACX3symAAAAOVBMVEUAAABkdoRkdoRkdoRkdoRkdoRkdoRkdoRkdoRkdoRkdoRkdoRkdoRkdoRkdoRkdoRkdoRkdoRkdoToC1m9AAAAEnRSTlMAtODUIOfNKRbaEQ08GsS9mJenYrIMAAAAUUlEQVQY083MCQ7AIAgEwAXxtpf/f2wRa9/ghkAmAWAp51XxJ4XeQ1k6nHdaaUoyC1HkLEM2iSDMohpbSruJ8Ppj0D4yWsUiatP20bIX72fOF1lQAbAlC+GNAAAAAElFTkSuQmCC');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 7px;
  padding-right: 9px;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 10.5px;
  text-decoration: none;
}

.faq-box-item {
  border-bottom: 1px solid var(--titles-lines);
  width: 100%;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-right: 20px;
}

.flex-2 {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.answer-box-2 {
  display: flex;
}

.move-right {
  text-align: right;
  margin-top: 25px;
}

._25-column-2 {
  width: 25%;
}

.question-box-2 {
  margin-bottom: 8px;
  display: flex;
}

.about-box {
  justify-content: center;
  align-items: center;
  height: 180px;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: opacity .2s;
  display: flex;
}

.about-box:hover {
  opacity: .9;
}

.about-box._1 {
  background-image: url('/ext/msd/assets/Office-B4yyAXZp.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-box._2 {
  background-image: url('/ext/msd/assets/sharon-mccutcheon-519786-unsplash-DmeX0UIe.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-box._3 {
  background-image: url('/ext/msd/assets/Instru-D_kI-hkm.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-text-box {
  background-color: var(--background);
  text-align: left;
  border-bottom-right-radius: 25px;
  padding: 22px 22px 20px;
}

.about-us-box {
  border-radius: 5px 5px 25px;
  width: 31%;
  max-width: 325px;
}

.bottom-line-3 {
  border-bottom: 1px solid var(--links);
  margin-bottom: 12px;
  padding-bottom: 5px;
}

.image-item-3 {
  background-image: url('/ext/msd/assets/Dr.-Lucia-Green-BTa9bsKT.png');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  width: 92%;
  max-width: 445px;
  height: 100%;
  min-height: 400px;
}

.image-box {
  border-left: 1px solid var(--titles-lines);
  justify-content: flex-end;
  width: 44%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-box {
  width: 56%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 30px;
}

.section-border {
  margin-bottom: 80px;
}

.quote-box {
  text-align: center;
  width: 67%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  display: block;
  position: relative;
}

.quote-box.dr {
  padding-top: 0;
  padding-bottom: 0;
}

.text-quote {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 22.5px;
  line-height: 37.5px;
}

.quote-line {
  background-color: var(--titles-lines);
  width: 70%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.quote-line.top {
  border-bottom: 1px solid var(--green-1);
  background-color: var(--titles-lines);
  inset: 0 0 auto;
}

.content-section-6 {
  background-color: var(--green-6);
  padding-top: 40px;
  padding-bottom: 40px;
}

.brand-logo {
  justify-content: center;
  align-items: center;
  width: 16.6%;
  height: 50px;
  display: flex;
}

.text-box-2 {
  width: 56%;
  padding: 20px 40px;
}

.image-block {
  background-image: url('/ext/msd/assets/relaxation-UR-7JOkj.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 25px;
  width: 75%;
  height: 243px;
  margin-bottom: 40px;
  margin-right: 19%;
}

.image-block._2 {
  background-image: url('/ext/msd/assets/young-woman-applying-cream-on-her-belly-D-Gsghvq.jpg');
  margin-bottom: 0;
  margin-right: 10%;
}

.image-box-2 {
  border-right: 1px solid var(--titles-lines);
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-end;
  width: 44%;
  padding: 40px 20px;
  display: flex;
}

.owner-pic {
  border: 3px solid var(--background);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.align-center {
  align-items: center;
  display: flex;
}

.tab-link-2 {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--titles-lines);
  background-color: var(--background);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 50.5px;
  margin-right: 17px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  bottom: -2px;
}

.tab-link-2.w--current {
  z-index: 10;
  border-bottom: 2px solid var(--background);
  background-color: var(--background);
  height: 50.5px;
  bottom: -2px;
}

.div-block-4 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.left-border {
  margin-right: 16px;
}

.tabs-menu-2 {
  border-top: 1px #000;
  padding-left: 30px;
  padding-right: 30px;
}

.tabs-content-2 {
  border: 1px solid var(--titles-lines);
  border-radius: 3px;
}

.collection-item-2 {
  border-bottom: 1px solid var(--titles-lines);
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

._68-column {
  border-left: 1px solid var(--titles-lines);
  flex: 1;
  width: 68%;
  padding: 20px 20px 20px 30px;
}

._32-column {
  width: 32%;
  padding-right: 30px;
}

.individual-service-link {
  border: 3px solid var(--links);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 25px;
  width: 100%;
  height: 180px;
  transition: opacity .2s;
}

.individual-service-link:hover {
  opacity: .9;
}

.individual-title {
  letter-spacing: -1px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.individual-title.white {
  color: #fff;
}

.contact-text-2 {
  letter-spacing: -1px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
}

.tab-pane-padding {
  background-color: var(--background);
  padding: 40px 30px 30px;
}

.feature-box-3 {
  align-items: flex-start;
  width: 32%;
  max-width: 350px;
  margin-bottom: 40px;
  display: flex;
}

.feature-box-3._4, .feature-box-3._5, .feature-box-3._6 {
  margin-bottom: 0;
}

.icon-circular-small {
  background-color: #bfdfe1;
  background-image: url('/ext/msd/assets/spa-1-Cogd0PF4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}

.icon-circular-small._2 {
  background-image: url('/ext/msd/assets/spa-2-DuE0-DJq.svg');
  background-size: 28px;
}

.icon-circular-small._3 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20511.673%20511.673'%20style='enable-background:new%200%200%20511.673%20511.673;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cpath%20d='M456.815,375.374l32.184-173.658c1.311-7.824-0.889-15.791-6.018-21.845c-5.129-6.054-12.629-9.53-20.561-9.53H264.863%20v-27.718c14.874-2.635,27.836-12.216,35.13-26.18c8.201-15.71,8.084-34.124-0.386-49.368l-35.93-62.877%20c-3.189-5.596-12.405-5.596-15.594,0L212.1,67.173c-8.417,15.144-8.533,33.558-0.332,49.269%20c7.295,13.964,20.257,23.545,35.13,26.173v27.726H49.236c-7.932,0-15.432,3.476-20.561,9.53%20c-5.129,6.054-7.321,14.022-5.991,22.007l32.13,173.343c4.548,27.274,19.839,50.273,41.125,65.016%20c-31.291,3.58-55.689,30.214-55.689,62.454c0,4.958,4.024,8.982,8.982,8.982h413.193c4.958,0,8.982-4.024,8.982-8.982%20c0-32.236-24.385-58.868-55.677-62.453C437.005,425.511,452.283,402.554,456.815,375.374z%20M263.759,120.629%20c-0.665,1.285-2.668,4.33-6.764,4.743c-0.737,0.072-1.491,0.072-2.228,0c-4.096-0.413-6.099-3.458-6.764-4.743%20c-1.482-2.838-1.473-6.108-0.036-8.65l7.914-13.599l7.86,13.501C265.232,114.521,265.241,117.791,263.759,120.629z%20M227.748,75.985l28.133-49.224l28.079,49.134c5.461,9.845,5.506,21.89,0.108,32.229c-0.538,1.03-1.127,2.012-1.747,2.961%20c-0.549-2.814-1.546-5.562-3.005-8.142l-15.674-26.947c-3.207-5.524-12.315-5.524-15.522,0l-15.737,27.046%20c-1.43,2.533-2.412,5.243-2.954,8.026c-0.615-0.944-1.2-1.919-1.735-2.943C222.296,97.785,222.34,85.74,227.748,75.985z%20M408.531,457.779c21.684,0,39.837,15.459,44.005,35.93H59.122c4.168-20.471,22.321-35.93,44.005-35.93h49.147h207.109H408.531z%20M359.382,439.814H152.274c-39.675,0-73.216-28.411-79.764-67.71l-32.13-173.343c-0.44-2.641,0.269-5.228,2.003-7.276%20c1.734-2.057,4.168-3.18,6.854-3.18h197.663v17.965H70.842c-2.668,0-5.201,1.186-6.908,3.234%20c-1.707,2.057-2.416,4.761-1.931,7.384l28.25,152.414c5.075,30.451,31.16,52.547,62.024,52.547h207.1%20c30.864,0,56.994-22.366,62.105-53.023l16.478-88.879c0.002-0.008,0.003-0.016,0.004-0.024l11.687-63.035%20c0.485-2.623-0.216-5.327-1.922-7.384c-1.707-2.048-4.24-3.234-6.907-3.234H264.863v-17.965H462.42c2.686,0,5.12,1.123,6.854,3.18%20c1.734,2.048,2.443,4.635,2.03,7.114l-32.184,173.658C432.598,411.402,399.058,439.814,359.382,439.814z%20M166.003,269.147%20c-4.958,0-8.982,4.024-8.982,8.982s4.024,8.982,8.982,8.982H300.74c4.958,0,8.982-4.024,8.982-8.982s-4.024-8.982-8.982-8.982%20h-35.877v-44.912h165.151l-8.324,44.912h-67.057c-4.958,0-8.982,4.024-8.982,8.982s4.024,8.982,8.982,8.982h63.727l-14.567,78.596%20c-3.692,22.124-22.366,38.175-44.418,38.175h-207.1c-22.043,0-40.682-15.782-44.328-37.69l-14.656-79.082h18.816%20c4.958,0,8.982-4.024,8.982-8.982s-4.024-8.982-8.982-8.982H89.963l-8.324-44.912h165.259v44.912H166.003z'%20fill='%23FFFFFF'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-size: 26px;
}

.icon-circular-small._4 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Layer_1'%20x='0px'%20y='0px'%20viewBox='0%200%20496%20496'%20style='enable-background:new%200%200%20496%20496;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20d='M375.996,0c-66.176,0-120,53.824-119.992,120.344l11.824,272.104C270.364,450.512,317.868,496,375.996,496%20s105.632-45.488,108.16-103.56L495.996,120C495.996,53.824,442.164,0,375.996,0z%20M375.996,16c23.04,0,44.28,7.624,61.536,20.328%20C427.78,40.664,406.764,48,375.996,48c-27.312,0-50.024-5.784-63.448-10.216C330.132,24.184,352.1,16,375.996,16z%20M468.172,391.736C466.02,441.232,425.524,480,375.996,480s-90.024-38.768-92.184-88.248l-4.968-114.264%20c3.272-1.592,9.216-4.296,17.408-7.288l4.968,114.2c1.744,40.152,34.592,71.6,74.776,71.6c40.176,0,73.032-31.448,74.776-71.592%20l3.136-72.064l-15.984-0.688l-3.136,72.064c-1.376,31.552-27.2,56.28-58.792,56.28c-31.592,0-57.416-24.728-58.792-56.28%20l-5.16-118.64c16.952-4.84,38.92-9.08,63.952-9.08c24.976,0,46.96,4.256,63.944,9.112l-1.328,30.544l15.984,0.688l1.136-26.112%20c8.184,2.984,14.136,5.672,17.408,7.264L468.172,391.736z%20M473.892,260.2c-16.52-7.272-52.264-20.2-97.896-20.2%20c-45.632,0-81.376,12.928-97.904,20.2L271.996,120c0-26.944,10.392-51.456,27.264-69.952C311.604,54.848,339.876,64,375.996,64%20c42.328,0,68.112-12.656,74.648-16.288c18.128,18.688,29.352,44.056,29.36,71.944L473.892,260.2z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M407.996,152h-64c-17.648,0-32,14.352-32,32s14.352,32,32,32h48v-16h-48c-8.824,0-16-7.176-16-16c0-8.824,7.176-16,16-16%20h64c8.816,0,16,7.176,16,16c0,8.824-7.184,16-16,16v16c17.648,0,32-14.352,32-32S425.644,152,407.996,152z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M119.996,0C53.82,0-0.004,53.824,0.004,120.344l11.824,272.104C14.364,450.512,61.868,496,119.996,496%20s105.632-45.488,108.16-103.56L239.996,120C239.996,53.824,186.164,0,119.996,0z%20M119.996,16c23.04,0,44.28,7.624,61.536,20.328%20C171.78,40.664,150.764,48,119.996,48c-27.312,0-50.024-5.784-63.448-10.216C74.132,24.184,96.1,16,119.996,16z%20M212.172,391.736%20C210.02,441.232,169.524,480,119.996,480s-90.024-38.768-92.184-88.248l-4.968-114.264c3.272-1.592,9.216-4.296,17.408-7.288%20l4.968,114.2c1.744,40.152,34.592,71.6,74.776,71.6c40.176,0,73.032-31.448,74.776-71.592l3.136-72.064l-15.984-0.688%20l-3.136,72.064c-1.376,31.552-27.2,56.28-58.792,56.28s-57.416-24.728-58.792-56.28l-5.16-118.64%20c16.952-4.84,38.92-9.08,63.952-9.08c24.976,0,46.96,4.256,63.944,9.112l-1.328,30.544l15.984,0.688l1.136-26.112%20c8.184,2.984,14.136,5.672,17.408,7.264L212.172,391.736z%20M217.892,260.2c-16.52-7.272-52.264-20.2-97.896-20.2%20s-81.376,12.928-97.904,20.2L15.996,120c0-26.944,10.392-51.456,27.264-69.952C55.604,54.848,83.876,64,119.996,64%20c42.328,0,68.112-12.656,74.648-16.288c18.128,18.688,29.352,44.056,29.36,71.944L217.892,260.2z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M151.996,152h-64c-17.648,0-32,14.352-32,32s14.352,32,32,32h48v-16h-48c-8.824,0-16-7.176-16-16c0-8.824,7.176-16,16-16%20h64c8.816,0,16,7.176,16,16c0,8.824-7.184,16-16,16v16c17.648,0,32-14.352,32-32S169.644,152,151.996,152z'%20fill='%23FFFFFF'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-size: 26px;
}

.icon-circular-small._5 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20512%20512'%20style='enable-background:new%200%200%20512%20512;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20d='M281.6,166.4c4.71,0,8.533-3.823,8.533-8.533c0-4.71-3.823-8.533-8.533-8.533c-60.382,0-98.33-18.97-109.107-31.71%20c-3.038-3.601-8.422-4.045-12.023-1.007c-3.601,3.038-4.045,8.422-1.007,12.023C174.839,146.825,219.614,166.4,281.6,166.4z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M238.933,302.933c4.71,0,8.533-3.823,8.533-8.533c0-4.71-3.823-8.533-8.533-8.533%20c-79.616,0-143.121-31.761-152.491-61.423c-1.417-4.497-6.238-6.989-10.709-5.572c-4.489,1.425-6.98,6.212-5.564,10.709%20C81.562,265.634,147.797,302.933,238.933,302.933z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M256,430.933c-118.485,0-189.867-42.061-202.709-71.927c-1.869-4.326-6.886-6.34-11.213-4.463%20c-4.326,1.86-6.332,6.878-4.463,11.204C54.758,405.623,137.131,448,256,448c4.71,0,8.533-3.823,8.533-8.533%20S260.71,430.933,256,430.933z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M434.16,254.447c6.219-11.563,9.574-23.933,9.574-36.847c0-20.058-8.358-39.552-24.286-56.869%20c15.433-13.101,24.286-28.671,24.286-45.531c0-47.846-71.219-85.333-162.133-85.333S119.467,67.354,119.467,115.2%20c0,1.685,0.098,3.356,0.272,5.014c-53.747,22.275-85.606,58.315-85.606,97.386c0,18.384,6.787,35.669,18.989,51.082%20C18.781,291.642,0,320.184,0,349.867c0,74.163,112.452,132.267,256,132.267s256-58.103,256-132.267%20C512,313.544,483.767,279.123,434.16,254.447z%20M281.6,46.933c78.635,0,145.067,31.266,145.067,68.267%20c0,37-66.432,68.267-145.067,68.267S136.533,152.201,136.533,115.2C136.533,78.199,202.965,46.933,281.6,46.933z%20M124.472,136.735c17.697,37.096,80.398,63.798,157.128,63.798c50.192,0,94.373-11.429,123.889-29.716%20c13.866,14.509,21.177,30.567,21.177,46.783c0,56.465-84.215,102.4-187.733,102.4S51.2,274.065,51.2,217.6%20C51.2,186.094,78.414,156.265,124.472,136.735z%20M256,465.067c-129.519,0-238.933-52.753-238.933-115.2%20c0-24.386,16.907-48.527,47.782-68.481c35.833,33.686,99.738,55.681,174.084,55.681c83.251,0,153.412-27.578,185.72-68.27%20c44.759,21.738,70.28,51.039,70.28,81.07C494.933,412.314,385.519,465.067,256,465.067z'%20fill='%23FFFFFF'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-size: 25px;
}

.icon-circular-small._6 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20512%20512'%20style='enable-background:new%200%200%20512%20512;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cpath%20d='M469.333,0H128c-11.32-0.012-22.179,4.479-30.183,12.483c-8.004,8.004-12.495,18.864-12.483,30.183V128%20c0.015,14.132,11.468,25.585,25.6,25.6c14.111-0.066,25.534-11.489,25.6-25.6c-0.005-2.302,0.942-4.504,2.617-6.083%20c1.613-1.57,3.784-2.435,6.035-2.404c2.251,0.031,4.397,0.956,5.965,2.57c1.586,1.558,2.471,3.694,2.45,5.917v51.2%20c0.015,14.132,11.468,25.585,25.6,25.6c14.111-0.066,25.534-11.489,25.6-25.6V128c0.003-4.711,3.822-8.53,8.533-8.533%20c2.302-0.005,4.503,0.942,6.083,2.617c1.586,1.558,2.471,3.694,2.45,5.917v111.016c-2.848-0.031-5.675-0.083-8.533-0.083%20C107.317,238.933,0,259.45,0,298.667C0,416.487,95.513,512,213.333,512s213.333-95.513,213.333-213.333%20c0-33.923-77.886-51.792-153.6-57.528V96c0.029-3.565,0.257-7.127,0.683-10.667h195.583c23.564,0,42.667-19.102,42.667-42.667%20S492.898,0,469.333,0z%20M213.333,494.933c-98.236-0.133-181.285-72.786-194.475-170.133%20C54.224,346.944,134.131,358.4,213.333,358.4c13.317,0,25.425-0.283,36.992-0.858c59.251-2.641,125.706-12.708,157.456-32.525%20C394.494,422.267,311.488,494.802,213.333,494.933z%20M409.6,298.667c0,14.175-56.992,37.225-160.083,41.825%20c-11.317,0.567-23.158,0.842-36.183,0.842c-119.808,0-196.267-25.267-196.267-42.667S93.525,256,213.333,256%20c2.85,0,5.7,0.025,8.533,0.05v17.017c0.015,14.132,11.468,25.585,25.6,25.6c14.111-0.066,25.534-11.489,25.6-25.6V258.25%20C362.217,265.15,409.6,285.833,409.6,298.667z%20M271.092,41.558C260.951,57.886,255.712,76.782,256,96v177.067%20c0.005,2.302-0.942,4.504-2.617,6.083c-1.558,1.586-3.694,2.471-5.917,2.45c-4.711-0.003-8.53-3.822-8.533-8.533V128%20c-0.066-14.111-11.489-25.534-25.6-25.6c-14.132,0.015-25.585,11.468-25.6,25.6v51.2c0.005,2.302-0.942,4.504-2.617,6.083%20c-1.558,1.586-3.694,2.471-5.917,2.45c-4.711-0.003-8.53-3.822-8.533-8.533V128c0.055-6.756-2.633-13.245-7.45-17.983%20c-10.06-9.713-25.984-9.786-36.133-0.167c-4.905,4.76-7.656,11.315-7.617,18.15c0.005,2.302-0.942,4.504-2.617,6.083%20c-1.558,1.586-3.694,2.471-5.917,2.45c-4.712-0.003-8.53-3.822-8.533-8.533V42.667c-0.013-6.794,2.679-13.313,7.483-18.117%20s11.323-7.497,18.117-7.483l159.964,0c-2.597,5.989-6.211,11.484-10.681,16.242C274.96,35.853,272.886,38.616,271.092,41.558z%20M469.333,68.267H277.466c1.93-6.208,4.649-12.143,8.092-17.658c1.261-2.083,2.724-4.036,4.367-5.833%20c7.479-7.812,12.953-17.319,15.955-27.708h163.453c14.138,0,25.6,11.462,25.6,25.6S483.472,68.267,469.333,68.267z'%20fill='%23FFFFFF'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-size: 25px;
}

.feature-text {
  text-align: left;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.button-3 {
  background-color: var(--links);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  min-width: 125px;
  min-height: 38px;
  padding-top: 14px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  transition: background-color .2s;
}

.button-3:hover {
  background-color: var(--green-3);
}

.bottom-line-4 {
  border-bottom: 1px solid var(--titles-lines);
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.text-field {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--text-paragraphs);
  margin-bottom: 35px;
}

.text-field::placeholder {
  color: var(--text-paragraphs);
  font-size: 14px;
}

.select-field {
  margin-bottom: 35px;
}

.textarea {
  border: 1px solid var(--titles-lines);
  margin-bottom: 35px;
  padding-top: 15px;
  padding-bottom: 60px;
}

.textarea::placeholder {
  color: var(--text-paragraphs);
  font-size: 14px;
}

.success-message {
  background-color: #0000;
}

.form-wrapper {
  border: 1px solid var(--titles-lines);
  border-bottom-right-radius: 25px;
  width: 90%;
  max-width: 495px;
  padding: 30px 30px 20px;
  display: block;
}

.form-title-box {
  border-top: 1px solid var(--titles-lines);
  border-right: 1px solid var(--titles-lines);
  border-left: 1px solid var(--titles-lines);
  width: 90%;
  max-width: 495px;
  padding: 13px 30px 5px;
  display: block;
}

.separation-box {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.row-licensing {
  border-bottom: 1px solid var(--titles-lines);
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 25px;
}

.row-licensing.first {
  padding-bottom: 10px;
}

.text-bold {
  font-weight: 700;
}

.nav-menu-2 {
  float: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link-2 {
  color: var(--text-paragraphs);
  height: 120px;
  margin-left: 0;
  margin-right: 15px;
  padding-top: 63px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 14px;
  transition: background-color .2s;
}

.nav-link-2:hover {
  border-bottom: 4px solid var(--links);
}

.navbar-2 {
  border-top: 5px solid var(--links);
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.hero-slider {
  min-height: 840px;
  padding-top: 120px;
}

.hero-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide._1 {
  background-image: url('/ext/msd/assets/5b102efb38d17778f3b9988c_woman-3288365-DDUs6edD.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide._2 {
  background-image: url('/ext/msd/assets/5b12e7c57f519f5be0f061f3_hair-salon-529917-DGEBY3Bi.jpg');
}

.hero-slide._3 {
  background-image: url('/ext/msd/assets/massage-2717431_1-NNOr3kI7.jpg');
}

.hero-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-text-container {
  background-color: #acd8d9f2;
  border-bottom-right-radius: 25px;
  width: 56%;
  max-width: 615px;
  padding: 50px 40px;
  position: relative;
}

.hero-text-box {
  border: 1px solid var(--titles-lines);
  text-align: center;
  padding: 6% 7% 7%;
  position: relative;
  inset: 0;
}

.slide-arrow {
  opacity: .8;
  transition: opacity .2s;
}

.slide-arrow:hover {
  opacity: 1;
}

.icon-circular-2 {
  border: 1px solid var(--titles-lines);
  background-image: url('/ext/msd/assets/spa-4-BzBkw3q4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 41px;
  border-radius: 50%;
  width: 75px;
  height: 75px;
}

.icon-circular-2._3 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20511.673%20511.673'%20style='enable-background:new%200%200%20511.673%20511.673;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cpath%20d='M456.815,375.374l32.184-173.658c1.311-7.824-0.889-15.791-6.018-21.845c-5.129-6.054-12.629-9.53-20.561-9.53H264.863%20v-27.718c14.874-2.635,27.836-12.216,35.13-26.18c8.201-15.71,8.084-34.124-0.386-49.368l-35.93-62.877%20c-3.189-5.596-12.405-5.596-15.594,0L212.1,67.173c-8.417,15.144-8.533,33.558-0.332,49.269%20c7.295,13.964,20.257,23.545,35.13,26.173v27.726H49.236c-7.932,0-15.432,3.476-20.561,9.53%20c-5.129,6.054-7.321,14.022-5.991,22.007l32.13,173.343c4.548,27.274,19.839,50.273,41.125,65.016%20c-31.291,3.58-55.689,30.214-55.689,62.454c0,4.958,4.024,8.982,8.982,8.982h413.193c4.958,0,8.982-4.024,8.982-8.982%20c0-32.236-24.385-58.868-55.677-62.453C437.005,425.511,452.283,402.554,456.815,375.374z%20M263.759,120.629%20c-0.665,1.285-2.668,4.33-6.764,4.743c-0.737,0.072-1.491,0.072-2.228,0c-4.096-0.413-6.099-3.458-6.764-4.743%20c-1.482-2.838-1.473-6.108-0.036-8.65l7.914-13.599l7.86,13.501C265.232,114.521,265.241,117.791,263.759,120.629z%20M227.748,75.985l28.133-49.224l28.079,49.134c5.461,9.845,5.506,21.89,0.108,32.229c-0.538,1.03-1.127,2.012-1.747,2.961%20c-0.549-2.814-1.546-5.562-3.005-8.142l-15.674-26.947c-3.207-5.524-12.315-5.524-15.522,0l-15.737,27.046%20c-1.43,2.533-2.412,5.243-2.954,8.026c-0.615-0.944-1.2-1.919-1.735-2.943C222.296,97.785,222.34,85.74,227.748,75.985z%20M408.531,457.779c21.684,0,39.837,15.459,44.005,35.93H59.122c4.168-20.471,22.321-35.93,44.005-35.93h49.147h207.109H408.531z%20M359.382,439.814H152.274c-39.675,0-73.216-28.411-79.764-67.71l-32.13-173.343c-0.44-2.641,0.269-5.228,2.003-7.276%20c1.734-2.057,4.168-3.18,6.854-3.18h197.663v17.965H70.842c-2.668,0-5.201,1.186-6.908,3.234%20c-1.707,2.057-2.416,4.761-1.931,7.384l28.25,152.414c5.075,30.451,31.16,52.547,62.024,52.547h207.1%20c30.864,0,56.994-22.366,62.105-53.023l16.478-88.879c0.002-0.008,0.003-0.016,0.004-0.024l11.687-63.035%20c0.485-2.623-0.216-5.327-1.922-7.384c-1.707-2.048-4.24-3.234-6.907-3.234H264.863v-17.965H462.42c2.686,0,5.12,1.123,6.854,3.18%20c1.734,2.048,2.443,4.635,2.03,7.114l-32.184,173.658C432.598,411.402,399.058,439.814,359.382,439.814z%20M166.003,269.147%20c-4.958,0-8.982,4.024-8.982,8.982s4.024,8.982,8.982,8.982H300.74c4.958,0,8.982-4.024,8.982-8.982s-4.024-8.982-8.982-8.982%20h-35.877v-44.912h165.151l-8.324,44.912h-67.057c-4.958,0-8.982,4.024-8.982,8.982s4.024,8.982,8.982,8.982h63.727l-14.567,78.596%20c-3.692,22.124-22.366,38.175-44.418,38.175h-207.1c-22.043,0-40.682-15.782-44.328-37.69l-14.656-79.082h18.816%20c4.958,0,8.982-4.024,8.982-8.982s-4.024-8.982-8.982-8.982H89.963l-8.324-44.912h165.259v44.912H166.003z'%20fill='%23b5d7d9'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-size: 36px;
}

.button-4 {
  border: 1px solid var(--titles-lines);
  color: var(--text-paragraphs);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
  min-width: 125px;
  min-height: 38px;
  padding-top: 11px;
  font-family: Roboto, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  transition: background-color .2s;
}

.button-4:hover {
  background-color: var(--background);
  color: #fff;
}

.intro-text-box-3 {
  text-align: center;
  padding: 25px;
}

.big-feature-box {
  border: 1px solid var(--titles-lines);
  border-bottom-right-radius: 10px;
  min-width: 144px;
  margin-bottom: 40px;
  text-decoration: none;
}

.big-feature-box._6, .big-feature-box._7 {
  margin-bottom: 0;
}

.big-feature-box._8 {
  margin-bottom: 0;
  margin-right: 0;
}

.big-feature-box._4 {
  margin-right: 0;
}

.big-feature-icon {
  border-bottom: 1px solid var(--titles-lines);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
  justify-content: center;
  align-items: center;
  height: 110px;
  display: flex;
}

.big-feature-icon._1 {
  background-image: url('/ext/msd/assets/aceite-esencial-3-y_K_503W.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.big-feature-icon._2 {
  background-image: url('/ext/msd/assets/maquillar-3-yvmxuJSy.svg');
  background-size: 47px;
}

.big-feature-icon._3 {
  background-image: url('/ext/msd/assets/flor-1-CwTipx46.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.big-feature-icon._4 {
  background-image: url('/ext/msd/assets/tijeras-1-C6n3zkA_.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.big-feature-icon._5 {
  background-image: url('/ext/msd/assets/spa-3-Updcd3GU.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.big-feature-icon._6 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20512%20512'%20style='enable-background:new%200%200%20512%20512;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20d='M183.236,317.315c17.724,23.33,44.245,36.71,72.764,36.71c4.719,0,8.533-3.823,8.533-8.533%20c0-4.71-3.814-8.533-8.533-8.533c-23.134,0-44.706-10.923-59.179-29.961l-1.024-1.348c-2.842-3.755-8.192-4.506-11.947-1.655%20c-3.763,2.842-4.497,8.192-1.647,11.955L183.236,317.315z'%20fill='%23b5d7d9'/%3e%3cpath%20d='M371.431,198.773c-3.882-8.255-8.653-16.185-14.319-23.641L262.963,41.9c-3.2-4.523-10.726-4.523-13.926,0%20l-93.969,132.992c-5.724,7.532-10.536,15.539-14.449,23.866C53.765,223.387,0,272.841,0,328.425%20c0,79.992,114.842,145.067,256,145.067s256-65.075,256-145.067C512,272.852,458.256,223.405,371.431,198.773z%20M256,61.612%20l87.347,123.605c5.571,7.331,10.137,15.182,13.742,23.357c0.182,0.548,0.417,1.076,0.704,1.574%20c16.014,37.829,11.2,82.443-14.437,116.176l-0.998,1.314c-20.983,27.614-52.454,43.452-86.357,43.452%20c-33.903,0-65.374-15.838-86.366-43.469l-0.981-1.289c-25.735-33.858-30.487-78.667-14.178-116.706%20c0.077-0.159,0.149-0.319,0.217-0.482c3.671-8.456,8.371-16.577,14.132-24.158L256,61.612z%20M256,456.425%20c-131.746,0-238.933-57.421-238.933-128c0-44.395,44.99-86.378,116.007-109.529c-11.308,39.675-3.977,83.589,22.002,117.78%20l0.981,1.289c24.235,31.898,60.655,50.193,99.942,50.193s75.708-18.295,99.934-50.185l0.998-1.314%20c25.989-34.2,33.312-78.143,22.041-117.748c70.989,23.155,115.96,65.129,115.96,109.514%20C494.933,399.004,387.746,456.425,256,456.425z'%20fill='%23b5d7d9'/%3e%3cpath%20d='M139.307,404.265c-43.733-14.967-75.597-38.127-85.231-61.952c-1.766-4.369-6.733-6.468-11.11-4.71%20c-4.369,1.766-6.477,6.741-4.71,11.11c11.639,28.774,46.455,54.903,95.522,71.706c0.913,0.307,1.852,0.461,2.765,0.461%20c3.55,0,6.861-2.227,8.073-5.777C146.142,410.648,143.77,405.792,139.307,404.265z'%20fill='%23b5d7d9'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.big-feature-icon._7 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20511.673%20511.673'%20style='enable-background:new%200%200%20511.673%20511.673;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cpath%20d='M456.815,375.374l32.184-173.658c1.311-7.824-0.889-15.791-6.018-21.845c-5.129-6.054-12.629-9.53-20.561-9.53H264.863%20v-27.718c14.874-2.635,27.836-12.216,35.13-26.18c8.201-15.71,8.084-34.124-0.386-49.368l-35.93-62.877%20c-3.189-5.596-12.405-5.596-15.594,0L212.1,67.173c-8.417,15.144-8.533,33.558-0.332,49.269%20c7.295,13.964,20.257,23.545,35.13,26.173v27.726H49.236c-7.932,0-15.432,3.476-20.561,9.53%20c-5.129,6.054-7.321,14.022-5.991,22.007l32.13,173.343c4.548,27.274,19.839,50.273,41.125,65.016%20c-31.291,3.58-55.689,30.214-55.689,62.454c0,4.958,4.024,8.982,8.982,8.982h413.193c4.958,0,8.982-4.024,8.982-8.982%20c0-32.236-24.385-58.868-55.677-62.453C437.005,425.511,452.283,402.554,456.815,375.374z%20M263.759,120.629%20c-0.665,1.285-2.668,4.33-6.764,4.743c-0.737,0.072-1.491,0.072-2.228,0c-4.096-0.413-6.099-3.458-6.764-4.743%20c-1.482-2.838-1.473-6.108-0.036-8.65l7.914-13.599l7.86,13.501C265.232,114.521,265.241,117.791,263.759,120.629z%20M227.748,75.985l28.133-49.224l28.079,49.134c5.461,9.845,5.506,21.89,0.108,32.229c-0.538,1.03-1.127,2.012-1.747,2.961%20c-0.549-2.814-1.546-5.562-3.005-8.142l-15.674-26.947c-3.207-5.524-12.315-5.524-15.522,0l-15.737,27.046%20c-1.43,2.533-2.412,5.243-2.954,8.026c-0.615-0.944-1.2-1.919-1.735-2.943C222.296,97.785,222.34,85.74,227.748,75.985z%20M408.531,457.779c21.684,0,39.837,15.459,44.005,35.93H59.122c4.168-20.471,22.321-35.93,44.005-35.93h49.147h207.109H408.531z%20M359.382,439.814H152.274c-39.675,0-73.216-28.411-79.764-67.71l-32.13-173.343c-0.44-2.641,0.269-5.228,2.003-7.276%20c1.734-2.057,4.168-3.18,6.854-3.18h197.663v17.965H70.842c-2.668,0-5.201,1.186-6.908,3.234%20c-1.707,2.057-2.416,4.761-1.931,7.384l28.25,152.414c5.075,30.451,31.16,52.547,62.024,52.547h207.1%20c30.864,0,56.994-22.366,62.105-53.023l16.478-88.879c0.002-0.008,0.003-0.016,0.004-0.024l11.687-63.035%20c0.485-2.623-0.216-5.327-1.922-7.384c-1.707-2.048-4.24-3.234-6.907-3.234H264.863v-17.965H462.42c2.686,0,5.12,1.123,6.854,3.18%20c1.734,2.048,2.443,4.635,2.03,7.114l-32.184,173.658C432.598,411.402,399.058,439.814,359.382,439.814z%20M166.003,269.147%20c-4.958,0-8.982,4.024-8.982,8.982s4.024,8.982,8.982,8.982H300.74c4.958,0,8.982-4.024,8.982-8.982s-4.024-8.982-8.982-8.982%20h-35.877v-44.912h165.151l-8.324,44.912h-67.057c-4.958,0-8.982,4.024-8.982,8.982s4.024,8.982,8.982,8.982h63.727l-14.567,78.596%20c-3.692,22.124-22.366,38.175-44.418,38.175h-207.1c-22.043,0-40.682-15.782-44.328-37.69l-14.656-79.082h18.816%20c4.958,0,8.982-4.024,8.982-8.982s-4.024-8.982-8.982-8.982H89.963l-8.324-44.912h165.259v44.912H166.003z'%20fill='%23b5d7d9'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.big-feature-icon._8 {
  background-image: url('/ext/msd/assets/jabon-1-D1AzJk-m.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.big-feature-text {
  text-align: center;
  padding: 25px 12px 15px;
}

.inner-wrapper-2 {
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

.mini-text-2 {
  font-size: 11px;
  line-height: 11px;
  position: absolute;
  bottom: 91px;
  left: -30px;
  transform: rotate(-90deg);
}

.side-feature-box {
  border: 1px solid #fff;
  border-radius: 5px 5px 25px;
  width: 100%;
  max-width: 440px;
  margin-bottom: 22px;
  display: flex;
}

.side-icon-box {
  border-right: 1px solid #5d7a7cb3;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 112px;
  min-height: 110px;
  display: flex;
}

.icon-circular-3 {
  border: 1px solid var(--titles-lines);
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20511.673%20511.673'%20style='enable-background:new%200%200%20511.673%20511.673;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cpath%20d='M456.815,375.374l32.184-173.658c1.311-7.824-0.889-15.791-6.018-21.845c-5.129-6.054-12.629-9.53-20.561-9.53H264.863%20v-27.718c14.874-2.635,27.836-12.216,35.13-26.18c8.201-15.71,8.084-34.124-0.386-49.368l-35.93-62.877%20c-3.189-5.596-12.405-5.596-15.594,0L212.1,67.173c-8.417,15.144-8.533,33.558-0.332,49.269%20c7.295,13.964,20.257,23.545,35.13,26.173v27.726H49.236c-7.932,0-15.432,3.476-20.561,9.53%20c-5.129,6.054-7.321,14.022-5.991,22.007l32.13,173.343c4.548,27.274,19.839,50.273,41.125,65.016%20c-31.291,3.58-55.689,30.214-55.689,62.454c0,4.958,4.024,8.982,8.982,8.982h413.193c4.958,0,8.982-4.024,8.982-8.982%20c0-32.236-24.385-58.868-55.677-62.453C437.005,425.511,452.283,402.554,456.815,375.374z%20M263.759,120.629%20c-0.665,1.285-2.668,4.33-6.764,4.743c-0.737,0.072-1.491,0.072-2.228,0c-4.096-0.413-6.099-3.458-6.764-4.743%20c-1.482-2.838-1.473-6.108-0.036-8.65l7.914-13.599l7.86,13.501C265.232,114.521,265.241,117.791,263.759,120.629z%20M227.748,75.985l28.133-49.224l28.079,49.134c5.461,9.845,5.506,21.89,0.108,32.229c-0.538,1.03-1.127,2.012-1.747,2.961%20c-0.549-2.814-1.546-5.562-3.005-8.142l-15.674-26.947c-3.207-5.524-12.315-5.524-15.522,0l-15.737,27.046%20c-1.43,2.533-2.412,5.243-2.954,8.026c-0.615-0.944-1.2-1.919-1.735-2.943C222.296,97.785,222.34,85.74,227.748,75.985z%20M408.531,457.779c21.684,0,39.837,15.459,44.005,35.93H59.122c4.168-20.471,22.321-35.93,44.005-35.93h49.147h207.109H408.531z%20M359.382,439.814H152.274c-39.675,0-73.216-28.411-79.764-67.71l-32.13-173.343c-0.44-2.641,0.269-5.228,2.003-7.276%20c1.734-2.057,4.168-3.18,6.854-3.18h197.663v17.965H70.842c-2.668,0-5.201,1.186-6.908,3.234%20c-1.707,2.057-2.416,4.761-1.931,7.384l28.25,152.414c5.075,30.451,31.16,52.547,62.024,52.547h207.1%20c30.864,0,56.994-22.366,62.105-53.023l16.478-88.879c0.002-0.008,0.003-0.016,0.004-0.024l11.687-63.035%20c0.485-2.623-0.216-5.327-1.922-7.384c-1.707-2.048-4.24-3.234-6.907-3.234H264.863v-17.965H462.42c2.686,0,5.12,1.123,6.854,3.18%20c1.734,2.048,2.443,4.635,2.03,7.114l-32.184,173.658C432.598,411.402,399.058,439.814,359.382,439.814z%20M166.003,269.147%20c-4.958,0-8.982,4.024-8.982,8.982s4.024,8.982,8.982,8.982H300.74c4.958,0,8.982-4.024,8.982-8.982s-4.024-8.982-8.982-8.982%20h-35.877v-44.912h165.151l-8.324,44.912h-67.057c-4.958,0-8.982,4.024-8.982,8.982s4.024,8.982,8.982,8.982h63.727l-14.567,78.596%20c-3.692,22.124-22.366,38.175-44.418,38.175h-207.1c-22.043,0-40.682-15.782-44.328-37.69l-14.656-79.082h18.816%20c4.958,0,8.982-4.024,8.982-8.982s-4.024-8.982-8.982-8.982H89.963l-8.324-44.912h165.259v44.912H166.003z'%20fill='%23FFFFFF'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px;
  border-radius: 50%;
  width: 65px;
  height: 65px;
}

.icon-circular-3._2 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20512%20512'%20style='enable-background:new%200%200%20512%20512;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20d='M281.6,166.4c4.71,0,8.533-3.823,8.533-8.533c0-4.71-3.823-8.533-8.533-8.533c-60.382,0-98.33-18.97-109.107-31.71%20c-3.038-3.601-8.422-4.045-12.023-1.007c-3.601,3.038-4.045,8.422-1.007,12.023C174.839,146.825,219.614,166.4,281.6,166.4z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M238.933,302.933c4.71,0,8.533-3.823,8.533-8.533c0-4.71-3.823-8.533-8.533-8.533%20c-79.616,0-143.121-31.761-152.491-61.423c-1.417-4.497-6.238-6.989-10.709-5.572c-4.489,1.425-6.98,6.212-5.564,10.709%20C81.562,265.634,147.797,302.933,238.933,302.933z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M256,430.933c-118.485,0-189.867-42.061-202.709-71.927c-1.869-4.326-6.886-6.34-11.213-4.463%20c-4.326,1.86-6.332,6.878-4.463,11.204C54.758,405.623,137.131,448,256,448c4.71,0,8.533-3.823,8.533-8.533%20S260.71,430.933,256,430.933z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M434.16,254.447c6.219-11.563,9.574-23.933,9.574-36.847c0-20.058-8.358-39.552-24.286-56.869%20c15.433-13.101,24.286-28.671,24.286-45.531c0-47.846-71.219-85.333-162.133-85.333S119.467,67.354,119.467,115.2%20c0,1.685,0.098,3.356,0.272,5.014c-53.747,22.275-85.606,58.315-85.606,97.386c0,18.384,6.787,35.669,18.989,51.082%20C18.781,291.642,0,320.184,0,349.867c0,74.163,112.452,132.267,256,132.267s256-58.103,256-132.267%20C512,313.544,483.767,279.123,434.16,254.447z%20M281.6,46.933c78.635,0,145.067,31.266,145.067,68.267%20c0,37-66.432,68.267-145.067,68.267S136.533,152.201,136.533,115.2C136.533,78.199,202.965,46.933,281.6,46.933z%20M124.472,136.735c17.697,37.096,80.398,63.798,157.128,63.798c50.192,0,94.373-11.429,123.889-29.716%20c13.866,14.509,21.177,30.567,21.177,46.783c0,56.465-84.215,102.4-187.733,102.4S51.2,274.065,51.2,217.6%20C51.2,186.094,78.414,156.265,124.472,136.735z%20M256,465.067c-129.519,0-238.933-52.753-238.933-115.2%20c0-24.386,16.907-48.527,47.782-68.481c35.833,33.686,99.738,55.681,174.084,55.681c83.251,0,153.412-27.578,185.72-68.27%20c44.759,21.738,70.28,51.039,70.28,81.07C494.933,412.314,385.519,465.067,256,465.067z'%20fill='%23FFFFFF'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-size: 27px;
}

.content-section-7 {
  background-image: linear-gradient(#0000004d, #0000004d), url('/ext/msd/assets/mickael-gresset-621409-unsplash-2-13.14.53-swMNNoJm.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.cta-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.cta-text-box {
  text-align: center;
  width: 65%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 35px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
  inset: 0;
}

.outline-icon-small {
  border: 1px solid var(--titles-lines);
  background-image: url('/ext/msd/assets/spa-4-BzBkw3q4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}

.outline-icon-small._2 {
  background-image: url('/ext/msd/assets/spa-3-Updcd3GU.svg');
  background-size: 28px;
}

.outline-icon-small._3 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20511.673%20511.673'%20style='enable-background:new%200%200%20511.673%20511.673;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cpath%20d='M456.815,375.374l32.184-173.658c1.311-7.824-0.889-15.791-6.018-21.845c-5.129-6.054-12.629-9.53-20.561-9.53H264.863%20v-27.718c14.874-2.635,27.836-12.216,35.13-26.18c8.201-15.71,8.084-34.124-0.386-49.368l-35.93-62.877%20c-3.189-5.596-12.405-5.596-15.594,0L212.1,67.173c-8.417,15.144-8.533,33.558-0.332,49.269%20c7.295,13.964,20.257,23.545,35.13,26.173v27.726H49.236c-7.932,0-15.432,3.476-20.561,9.53%20c-5.129,6.054-7.321,14.022-5.991,22.007l32.13,173.343c4.548,27.274,19.839,50.273,41.125,65.016%20c-31.291,3.58-55.689,30.214-55.689,62.454c0,4.958,4.024,8.982,8.982,8.982h413.193c4.958,0,8.982-4.024,8.982-8.982%20c0-32.236-24.385-58.868-55.677-62.453C437.005,425.511,452.283,402.554,456.815,375.374z%20M263.759,120.629%20c-0.665,1.285-2.668,4.33-6.764,4.743c-0.737,0.072-1.491,0.072-2.228,0c-4.096-0.413-6.099-3.458-6.764-4.743%20c-1.482-2.838-1.473-6.108-0.036-8.65l7.914-13.599l7.86,13.501C265.232,114.521,265.241,117.791,263.759,120.629z%20M227.748,75.985l28.133-49.224l28.079,49.134c5.461,9.845,5.506,21.89,0.108,32.229c-0.538,1.03-1.127,2.012-1.747,2.961%20c-0.549-2.814-1.546-5.562-3.005-8.142l-15.674-26.947c-3.207-5.524-12.315-5.524-15.522,0l-15.737,27.046%20c-1.43,2.533-2.412,5.243-2.954,8.026c-0.615-0.944-1.2-1.919-1.735-2.943C222.296,97.785,222.34,85.74,227.748,75.985z%20M408.531,457.779c21.684,0,39.837,15.459,44.005,35.93H59.122c4.168-20.471,22.321-35.93,44.005-35.93h49.147h207.109H408.531z%20M359.382,439.814H152.274c-39.675,0-73.216-28.411-79.764-67.71l-32.13-173.343c-0.44-2.641,0.269-5.228,2.003-7.276%20c1.734-2.057,4.168-3.18,6.854-3.18h197.663v17.965H70.842c-2.668,0-5.201,1.186-6.908,3.234%20c-1.707,2.057-2.416,4.761-1.931,7.384l28.25,152.414c5.075,30.451,31.16,52.547,62.024,52.547h207.1%20c30.864,0,56.994-22.366,62.105-53.023l16.478-88.879c0.002-0.008,0.003-0.016,0.004-0.024l11.687-63.035%20c0.485-2.623-0.216-5.327-1.922-7.384c-1.707-2.048-4.24-3.234-6.907-3.234H264.863v-17.965H462.42c2.686,0,5.12,1.123,6.854,3.18%20c1.734,2.048,2.443,4.635,2.03,7.114l-32.184,173.658C432.598,411.402,399.058,439.814,359.382,439.814z%20M166.003,269.147%20c-4.958,0-8.982,4.024-8.982,8.982s4.024,8.982,8.982,8.982H300.74c4.958,0,8.982-4.024,8.982-8.982s-4.024-8.982-8.982-8.982%20h-35.877v-44.912h165.151l-8.324,44.912h-67.057c-4.958,0-8.982,4.024-8.982,8.982s4.024,8.982,8.982,8.982h63.727l-14.567,78.596%20c-3.692,22.124-22.366,38.175-44.418,38.175h-207.1c-22.043,0-40.682-15.782-44.328-37.69l-14.656-79.082h18.816%20c4.958,0,8.982-4.024,8.982-8.982s-4.024-8.982-8.982-8.982H89.963l-8.324-44.912h165.259v44.912H166.003z'%20fill='%23b5d7d9'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-size: 26px;
}

.outline-icon-small._4 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Layer_1'%20x='0px'%20y='0px'%20viewBox='0%200%20496%20496'%20style='enable-background:new%200%200%20496%20496;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20d='M375.996,0c-66.176,0-120,53.824-119.992,120.344l11.824,272.104C270.364,450.512,317.868,496,375.996,496%20s105.632-45.488,108.16-103.56L495.996,120C495.996,53.824,442.164,0,375.996,0z%20M375.996,16c23.04,0,44.28,7.624,61.536,20.328%20C427.78,40.664,406.764,48,375.996,48c-27.312,0-50.024-5.784-63.448-10.216C330.132,24.184,352.1,16,375.996,16z%20M468.172,391.736C466.02,441.232,425.524,480,375.996,480s-90.024-38.768-92.184-88.248l-4.968-114.264%20c3.272-1.592,9.216-4.296,17.408-7.288l4.968,114.2c1.744,40.152,34.592,71.6,74.776,71.6c40.176,0,73.032-31.448,74.776-71.592%20l3.136-72.064l-15.984-0.688l-3.136,72.064c-1.376,31.552-27.2,56.28-58.792,56.28c-31.592,0-57.416-24.728-58.792-56.28%20l-5.16-118.64c16.952-4.84,38.92-9.08,63.952-9.08c24.976,0,46.96,4.256,63.944,9.112l-1.328,30.544l15.984,0.688l1.136-26.112%20c8.184,2.984,14.136,5.672,17.408,7.264L468.172,391.736z%20M473.892,260.2c-16.52-7.272-52.264-20.2-97.896-20.2%20c-45.632,0-81.376,12.928-97.904,20.2L271.996,120c0-26.944,10.392-51.456,27.264-69.952C311.604,54.848,339.876,64,375.996,64%20c42.328,0,68.112-12.656,74.648-16.288c18.128,18.688,29.352,44.056,29.36,71.944L473.892,260.2z'%20fill='%23b5d7d9'/%3e%3cpath%20d='M407.996,152h-64c-17.648,0-32,14.352-32,32s14.352,32,32,32h48v-16h-48c-8.824,0-16-7.176-16-16c0-8.824,7.176-16,16-16%20h64c8.816,0,16,7.176,16,16c0,8.824-7.184,16-16,16v16c17.648,0,32-14.352,32-32S425.644,152,407.996,152z'%20fill='%23b5d7d9'/%3e%3cpath%20d='M119.996,0C53.82,0-0.004,53.824,0.004,120.344l11.824,272.104C14.364,450.512,61.868,496,119.996,496%20s105.632-45.488,108.16-103.56L239.996,120C239.996,53.824,186.164,0,119.996,0z%20M119.996,16c23.04,0,44.28,7.624,61.536,20.328%20C171.78,40.664,150.764,48,119.996,48c-27.312,0-50.024-5.784-63.448-10.216C74.132,24.184,96.1,16,119.996,16z%20M212.172,391.736%20C210.02,441.232,169.524,480,119.996,480s-90.024-38.768-92.184-88.248l-4.968-114.264c3.272-1.592,9.216-4.296,17.408-7.288%20l4.968,114.2c1.744,40.152,34.592,71.6,74.776,71.6c40.176,0,73.032-31.448,74.776-71.592l3.136-72.064l-15.984-0.688%20l-3.136,72.064c-1.376,31.552-27.2,56.28-58.792,56.28s-57.416-24.728-58.792-56.28l-5.16-118.64%20c16.952-4.84,38.92-9.08,63.952-9.08c24.976,0,46.96,4.256,63.944,9.112l-1.328,30.544l15.984,0.688l1.136-26.112%20c8.184,2.984,14.136,5.672,17.408,7.264L212.172,391.736z%20M217.892,260.2c-16.52-7.272-52.264-20.2-97.896-20.2%20s-81.376,12.928-97.904,20.2L15.996,120c0-26.944,10.392-51.456,27.264-69.952C55.604,54.848,83.876,64,119.996,64%20c42.328,0,68.112-12.656,74.648-16.288c18.128,18.688,29.352,44.056,29.36,71.944L217.892,260.2z'%20fill='%23b5d7d9'/%3e%3cpath%20d='M151.996,152h-64c-17.648,0-32,14.352-32,32s14.352,32,32,32h48v-16h-48c-8.824,0-16-7.176-16-16c0-8.824,7.176-16,16-16%20h64c8.816,0,16,7.176,16,16c0,8.824-7.184,16-16,16v16c17.648,0,32-14.352,32-32S169.644,152,151.996,152z'%20fill='%23b5d7d9'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-size: 26px;
}

.outline-icon-small._5 {
  background-image: url('/ext/msd/assets/flor-1-CwTipx46.svg');
  background-size: 27px;
}

.outline-icon-small._6 {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20512%20512'%20style='enable-background:new%200%200%20512%20512;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20d='M183.236,317.315c17.724,23.33,44.245,36.71,72.764,36.71c4.719,0,8.533-3.823,8.533-8.533%20c0-4.71-3.814-8.533-8.533-8.533c-23.134,0-44.706-10.923-59.179-29.961l-1.024-1.348c-2.842-3.755-8.192-4.506-11.947-1.655%20c-3.763,2.842-4.497,8.192-1.647,11.955L183.236,317.315z'%20fill='%23b5d7d9'/%3e%3cpath%20d='M371.431,198.773c-3.882-8.255-8.653-16.185-14.319-23.641L262.963,41.9c-3.2-4.523-10.726-4.523-13.926,0%20l-93.969,132.992c-5.724,7.532-10.536,15.539-14.449,23.866C53.765,223.387,0,272.841,0,328.425%20c0,79.992,114.842,145.067,256,145.067s256-65.075,256-145.067C512,272.852,458.256,223.405,371.431,198.773z%20M256,61.612%20l87.347,123.605c5.571,7.331,10.137,15.182,13.742,23.357c0.182,0.548,0.417,1.076,0.704,1.574%20c16.014,37.829,11.2,82.443-14.437,116.176l-0.998,1.314c-20.983,27.614-52.454,43.452-86.357,43.452%20c-33.903,0-65.374-15.838-86.366-43.469l-0.981-1.289c-25.735-33.858-30.487-78.667-14.178-116.706%20c0.077-0.159,0.149-0.319,0.217-0.482c3.671-8.456,8.371-16.577,14.132-24.158L256,61.612z%20M256,456.425%20c-131.746,0-238.933-57.421-238.933-128c0-44.395,44.99-86.378,116.007-109.529c-11.308,39.675-3.977,83.589,22.002,117.78%20l0.981,1.289c24.235,31.898,60.655,50.193,99.942,50.193s75.708-18.295,99.934-50.185l0.998-1.314%20c25.989-34.2,33.312-78.143,22.041-117.748c70.989,23.155,115.96,65.129,115.96,109.514%20C494.933,399.004,387.746,456.425,256,456.425z'%20fill='%23b5d7d9'/%3e%3cpath%20d='M139.307,404.265c-43.733-14.967-75.597-38.127-85.231-61.952c-1.766-4.369-6.733-6.468-11.11-4.71%20c-4.369,1.766-6.477,6.741-4.71,11.11c11.639,28.774,46.455,54.903,95.522,71.706c0.913,0.307,1.852,0.461,2.765,0.461%20c3.55,0,6.861-2.227,8.073-5.777C146.142,410.648,143.77,405.792,139.307,404.265z'%20fill='%23b5d7d9'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-size: 27px;
}

.split-text-2 {
  background-color: var(--background);
  justify-content: flex-end;
  width: 50%;
  padding: 100px 55px;
  display: flex;
}

.footer-2 {
  background-color: #0000;
}

._37-column-2 {
  width: 33%;
}

.text-field-2 {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--text-paragraphs);
  margin-bottom: 20px;
}

.text-field-2::placeholder {
  color: var(--text-paragraphs);
  font-size: 14px;
}

.newsletter-frame {
  border: 1px solid var(--text-paragraphs);
  padding: 10px 25px;
  position: relative;
  inset: 0;
}

.dropdown-2 {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-arrow-2 {
  color: var(--text-paragraphs);
  margin-top: 64px;
  font-size: 12px;
  line-height: 12px;
}

.dropdown-list-2 {
  margin-top: -1px;
}

.dropdown-list-2.w--open {
  border-bottom: 1px solid var(--links);
  margin-top: 0;
}

.dropdown-link-2 {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--links);
  color: var(--text-paragraphs);
  background-color: #fff;
  padding: 14px 24px;
  font-size: 14px;
  transition: background-color .2s;
}

.dropdown-link-2:hover {
  background-color: var(--green-2);
}

.dropdown-link-2.w--current {
  background-color: var(--green-2);
  color: var(--text-paragraphs);
}

.dropdown-toggle-2 {
  color: var(--text-paragraphs);
  height: 120px;
  padding-top: 63px;
  font-size: 14px;
  line-height: 14px;
}

.bg-circle {
  background-color: var(--green-7);
  border-radius: 50%;
  width: 505px;
  height: 505px;
  position: absolute;
  bottom: -61px;
}

.mobile-top-border {
  margin-left: auto;
  margin-right: auto;
}

.brand-2-top {
  justify-content: center;
  align-items: center;
  height: 92px;
  transition: opacity .2s;
  display: flex;
}

.brand-2-top:hover {
  opacity: .8;
}

.brand-2-top.w--current {
  display: none;
}

.cta-text-container {
  background-color: #acd8d9f2;
  border-bottom-right-radius: 25px;
  width: 56%;
  max-width: 615px;
  padding: 5% 4%;
  position: relative;
}

.subtitle-box-3 {
  display: block;
}

._25-column-flex {
  text-align: right;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.hero-frame-container, .newsletter-container {
  position: relative;
  inset: 0;
}

.frame-3 {
  border: 27px solid #ffffffe6;
  border-bottom-right-radius: 50px;
  width: 95%;
  max-width: 525px;
  min-height: 630px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.flex-50 {
  justify-content: center;
  width: 50%;
  display: flex;
}

.checkmark {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2018.1.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20id='Capa_1'%20x='0px'%20y='0px'%20viewBox='0%200%20497.5%20497.5'%20style='enable-background:new%200%200%20497.5%20497.5;'%20xml:space='preserve'%20width='512px'%20height='512px'%3e%3cg%3e%3cpath%20d='M487.75,78.125c-13-13-33-13-46,0l-272,272l-114-113c-13-13-33-13-46,0s-13,33,0,46l137,136%20c6,6,15,10,23,10s17-4,23-10l295-294C500.75,112.125,500.75,91.125,487.75,78.125z'%20fill='%235d7a7c'/%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  margin-right: 10px;
}

.flex-start {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.slide {
  width: 50%;
}

.slide.right {
  padding-left: 20px;
}

.slide.left {
  padding-right: 20px;
}

.center-box-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-end {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

._32-column-2 {
  width: 32%;
}

.package-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 25px;
  width: 100%;
  min-height: 215px;
  display: block;
}

._45-column-2 {
  align-items: flex-start;
  width: 45%;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.padding {
  padding-left: 20px;
  padding-right: 20px;
}

._23-column {
  width: 23%;
}

.title-link {
  letter-spacing: -1px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
  text-decoration: none;
  display: inline-block;
}

.small-link-2 {
  color: var(--text-paragraphs);
  letter-spacing: -1px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.small-link-2:hover {
  text-decoration: underline;
}

.small-link-2.white {
  color: #fff;
}

.overlay {
  background-image: linear-gradient(#8bb9bb59, #8bb9bb59);
  display: block;
  position: absolute;
  inset: 0;
}

.text-block-7 {
  color: #5d7a7c;
}

.plus {
  z-index: 10;
  position: relative;
}

.mini-arrow-3 {
  color: var(--text-paragraphs);
  font-size: 9px;
  line-height: 9px;
  display: inline-block;
}

.utility-page-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
}

.utility-page-404 {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('/ext/msd/assets/Doctor-on-a-Computer-BD3E2p5D.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
}

.layouts {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.layout-box {
  width: 46%;
  margin-bottom: 80px;
}

.layout-preview {
  width: 100%;
  height: 640px;
  margin-bottom: 15px;
  overflow: scroll;
  box-shadow: 31px 31px 44px -22px #5d7a7c4d;
}

.logo-footer {
  margin-bottom: 20px;
}

.right-text-preview-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 4%;
  display: flex;
}

.team-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.flex-align-start {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.utility-bg {
  background-image: url('/ext/msd/assets/5b12e7c57f519f5be0f061f3_hair-salon-529917-DGEBY3Bi.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.contact-link {
  font-size: 19px;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

.h4.white, .h3.white, .h5.white {
  color: #fff;
}

.h4-border {
  margin-top: 0;
  margin-bottom: 0;
}

.h4-border.white {
  color: #fff;
}

.paragraph-medium {
  color: var(--text-paragraphs);
}

.h6.white, .h1 {
  color: #fff;
}

.form {
  width: 50%;
}

.rich-text-block-2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.image {
  text-align: right;
  width: 50%;
  position: relative;
}

.image-2 {
  padding-top: 20px;
}

.container {
  min-height: 90vh;
  margin-top: 102px;
}

.list-item-2 {
  list-style-type: disc;
}

.container-2 {
  min-height: 90vh;
  margin-top: 140px;
}

.section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.div-block-6 {
  justify-content: space-between;
  display: flex;
}

.checkbox-field {
  margin-top: 10px;
}

.text-field-3 {
  flex: 0 auto;
  width: 100px;
}

.rich-text-block-3 {
  flex: 0 auto;
}

.button-5 {
  background-color: #537a7c;
  margin-left: 0;
}

.button-5.single {
  text-align: center;
  width: 20%;
  min-width: 50px;
}

.button-6 {
  background-color: #537a7c;
  margin-left: 0;
}

.button-7 {
  background-color: #c6d7af;
  margin-left: 0;
}

.rich-text-block-4 {
  color: #2ec862;
}

.body-2 {
  color: #dfe0e1;
}

.button-8 {
  background-color: #c6d7af;
}

.button-9 {
  background-color: #d2adac;
}

.html-embed {
  height: 50vh;
  margin-bottom: 40px;
}

.section-2 {
  min-height: 30vh;
}

.form-2 {
  align-items: center;
  display: flex;
}

.field-label {
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 16px;
}

.text-field-4 {
  flex: 1;
  margin-top: 15px;
}

.submit-button-2 {
  margin-left: 10px;
}

.tabs-menu-3 {
  border-bottom: 1px solid #000;
}

.grid {
  grid-template-columns: .5fr 1fr 1fr 1fr 1fr 1fr 1fr 2fr;
  grid-template-areas: ". Area . ."
                       "Area-2 Area-3 Area-4 Area-5";
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14 {
  text-align: left;
}

.smartcontent {
  border: 2px dashed #4cff00;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.textblock {
  color: #000;
}

.textblock.small {
  text-align: center;
  font-size: 12px;
}

.textblock.sidebar {
  padding-left: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}

.textblock.boxpadding {
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
}

.textblock.boxpadding.notoppadding {
  padding-top: 0;
}

.quick-stack {
  grid-row-gap: 20px;
}

.div-block-7 {
  align-self: stretch;
}

.text-block-15 {
  color: #000;
}

.columns {
  align-self: stretch;
}

.div-block-8 {
  border: 1px solid #000;
  border-bottom-right-radius: 25px;
  align-self: stretch;
  padding: 0 10px 10px;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  margin-top: -12px;
  display: flex;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11 {
  flex: 1;
  align-self: auto;
  display: flex;
}

.grid-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  place-items: center;
  max-width: 120px;
  display: grid;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.div-block-13 {
  align-self: stretch;
}

.quick-stack-2 {
  grid-row-gap: 20px;
}

.div-block-14 {
  align-self: stretch;
}

.cell {
  border: 1px solid #000;
  border-bottom-right-radius: 25px;
  padding: 10px;
}

.cell-2 {
  border: 1px solid #000;
  border-bottom-right-radius: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 10px 10px 16px;
}

.msdcolumn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-3 {
  max-width: 75%;
}

.cell-3 {
  border: 1px solid #000;
  flex-flow: row;
  padding: 10px 10px 10px 16px;
}

.div-block-15 {
  border: 1px solid #000;
  border-bottom-right-radius: 25px;
  flex: 1;
  margin-bottom: 5px;
}

.heading {
  white-space: normal;
  word-break: normal;
  margin-right: 0;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-bottom-right-radius: 25px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
  padding: 10px 10px 10px 0;
}

.cell-4, .cell-5, .cell-6 {
  border: 1px solid #000;
  padding: 10px 10px 10px 16px;
}

.cell-7 {
  border: 1px solid #000;
  border-bottom-right-radius: 25px;
  padding: 10px;
}

.cell-8 {
  border: 1px solid #000;
  padding: 10px 10px 10px 16px;
}

.cell-11 {
  border: 1px solid #000;
  border-bottom-right-radius: 25px;
}

.quick-stack-3 {
  grid-row-gap: 5px;
  padding-left: 0;
  padding-right: 10px;
}

.formulary-item {
  border: 1px solid #000;
  border-bottom-right-radius: 25px;
  flex: 0 auto;
  align-self: stretch;
  margin-bottom: 5px;
}

.formulary-item.selected {
  background-color: var(--green-2);
  flex: 0 auto;
  display: block;
}

.textarea-2 {
  background-color: #fff0;
  min-height: auto;
}

.formulary-form {
  border: 1px solid #000;
  border-bottom-right-radius: 25px;
  flex: 0 auto;
  align-self: stretch;
  margin-bottom: 5px;
}

.form-error {
  color: #f67062;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.heading-2 {
  text-align: center;
}

.job-title {
  font-weight: 700;
}

.container-3 {
  max-width: 800px;
}

.div-block-17 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-18 {
  border-bottom: 2px solid #000;
  width: 20%;
}

.rich-text-block-5 {
  padding-top: 20px;
}

.list-item-3, .list-item-4 {
  padding-bottom: 5px;
  font-family: Libre Baskerville, sans-serif;
}

.heading-3, .heading-4 {
  text-decoration: underline;
}

.list-item-5 {
  padding-bottom: 5px;
  font-family: Libre Baskerville, sans-serif;
}

.rich-text-block-6 {
  font-size: 14px;
}

.rich-text-block-7 {
  font-family: Libre Baskerville, sans-serif;
  font-size: 13px;
}

.list-item-6, .list-item-7, .list-item-8 {
  padding-bottom: 0;
  font-size: 13px;
}

.div-block-19 {
  text-align: center;
  border-bottom: 2px solid #ccc;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  padding-top: 0;
  display: block;
}

.div-block-20 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-item-join {
  background-image: url('/ext/msd/assets/Doc-iPad-Ct8DFzBV.jpg');
  background-position: 0%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  width: 92%;
  max-width: 445px;
  height: 100%;
  min-height: 400px;
}

@media screen and (min-width: 1440px) {
  .form-error {
    margin-top: -15px;
  }
}

@media screen and (max-width: 991px) {
  .content-section {
    padding-top: 1px;
  }

  .content-wrapper.flex {
    padding-right: 0;
  }

  .subtitle-box {
    width: 64%;
  }

  .msd-flex.tablet-center {
    justify-content: center;
  }

  ._50-column {
    margin-top: -3px;
  }

  .feature-box {
    width: 98%;
  }

  .mini-feature-box {
    width: 36%;
    margin-bottom: 20px;
  }

  .mini-feature-box.no-border {
    margin-right: 0;
  }

  .brand {
    float: left;
  }

  .nav-link {
    width: 100%;
    height: 56px;
    padding-top: 20px;
  }

  .nav-link:hover {
    background-color: var(--green-6);
    border-bottom-style: none;
  }

  .nav-menu {
    background-color: var(--background);
    height: 100vh;
    overflow: auto;
  }

  .dropdown-arrow {
    margin-top: 20px;
  }

  .dropdown-toggle {
    height: 56px;
    padding-top: 20px;
  }

  .dropdown-toggle.w--open {
    height: 56px;
  }

  .hero-flex {
    padding-bottom: 65px;
  }

  .frame {
    min-height: 500px;
  }

  .hero-girl {
    max-width: 88%;
    padding-bottom: 0;
  }

  .hero-girl.about {
    padding-bottom: 20px;
  }

  .hero-girl.doctor {
    max-width: 76%;
  }

  .post-hero-text {
    width: 75%;
  }

  .menu-button {
    height: 87px;
    padding-top: 37px;
  }

  .menu-button.w--open {
    background-color: var(--background);
    height: 85px;
  }

  .collection-list {
    border-bottom-style: none;
  }

  .hero-girl-2 {
    width: 300px;
    margin-right: 5%;
  }

  .flex-center-copy {
    width: 100%;
  }

  .mini-text {
    left: -80px;
  }

  .image-item-3 {
    -webkit-text-fill-color: inherit;
    background-image: url('/ext/msd/assets/Dr.-Lucia-Green-BTa9bsKT.png');
    background-position: 50%;
    background-size: auto;
    background-clip: border-box;
    border-radius: 0 0 25px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
    padding-left: 0;
    display: block;
  }

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

  .brand-logo {
    width: 25%;
  }

  .image-block {
    width: 95%;
    margin-right: 10%;
  }

  .image-block._2 {
    width: 85%;
    margin-right: 5%;
  }

  .tab-link-2 {
    bottom: -2px;
  }

  .tab-link-2.w--current {
    border-bottom-style: solid;
    border-bottom-color: var(--background);
    bottom: -2px;
  }

  ._32-column {
    width: 42%;
  }

  .nav-menu-2 {
    background-color: var(--background);
    height: 100vh;
    overflow: auto;
  }

  .nav-link-2 {
    height: 56px;
    margin-right: 0;
    padding-top: 20px;
  }

  .nav-link-2:hover {
    background-color: var(--green-4);
  }

  .brand-2.w--current {
    display: none;
  }

  .hero-slider {
    padding-top: 113px;
  }

  .hero-text-container {
    width: 66%;
  }

  .big-feature-box {
    min-width: 125px;
  }

  .cta-text-box {
    width: 100%;
  }

  .dropdown-2 {
    border-bottom: 1px solid var(--links);
  }

  .dropdown-arrow-2 {
    margin-top: 20px;
  }

  .dropdown-toggle-2 {
    height: 56px;
    padding-top: 20px;
    padding-left: 10px;
  }

  .menu-button-2 {
    height: 110px;
    padding-top: 45px;
  }

  .menu-button-2.w--open {
    background-color: var(--background);
  }

  .brand-2-top {
    float: left;
    height: 110px;
  }

  .brand-2-top.w--current {
    display: flex;
  }

  .navmenu-2 {
    justify-content: center;
    width: 89%;
    height: 100%;
    display: flex;
  }

  .frame-3 {
    min-height: 500px;
    margin-bottom: 9px;
    padding-top: 0;
  }

  .form {
    width: 80%;
  }

  .textblock.sidebar {
    padding-left: 0;
  }

  .textblock.boxpadding.notoppadding {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading {
    display: block;
  }

  .grid-4 {
    grid-row-gap: 8px;
    flex: 1;
    grid-template-rows: 37px;
    grid-template-columns: 1.5fr;
    grid-auto-flow: row;
    justify-content: space-around;
    align-self: auto;
  }

  .div-block-16 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .quick-stack-3 {
    align-self: stretch;
  }

  .container-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-3, .heading-4 {
    padding-left: 5px;
  }

  .div-block-20 {
    display: flex;
  }

  .list, .list-2 {
    padding-right: 5px;
  }

  .image-item-join {
    -webkit-text-fill-color: inherit;
    background-image: url('/ext/msd/assets/Dr.-Lucia-Green-BTa9bsKT.png');
    background-position: 50%;
    background-size: auto;
    background-clip: border-box;
    border-radius: 0 0 25px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
    padding-left: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .top-border.medium {
    display: none;
  }

  .subtitle-box {
    width: 78%;
  }

  .flex-space.mobile-left {
    justify-content: flex-start;
  }

  .feature-box-2 {
    width: 50%;
  }

  ._50-column {
    width: 100%;
  }

  ._50-column.flex-mobile {
    justify-content: flex-start;
  }

  .subtitle-box-2 {
    width: 78%;
  }

  .feature-text-box {
    width: 100%;
  }

  .image-item {
    min-height: 200px;
  }

  ._55-column, ._45-column.center-flex {
    width: 100%;
  }

  .left-text-box {
    padding-left: 0;
  }

  .service-item {
    width: 47%;
  }

  .tabs-menu {
    width: 100%;
    padding-right: 0;
  }

  .tabs-content {
    border-top: 1px solid var(--text-paragraphs);
    border-left-style: none;
    padding-top: 40px;
    padding-left: 1px;
  }

  .team-member {
    width: 47%;
  }

  .mini-feature-box.mobile-no-border {
    margin-bottom: 0;
  }

  .intro-box {
    width: 47%;
    margin-bottom: 40px;
  }

  .intro-box.mobile-no-border {
    margin-bottom: 0;
  }

  .pricing-box {
    width: 47%;
    margin-bottom: 80px;
  }

  .pricing-box.no-border, .pricing-box.mobile-no-border {
    margin-bottom: 0;
  }

  .testimonial {
    width: 46.8%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .testimonial.mobile-last {
    margin-right: 4%;
  }

  .gallery-item {
    width: 48%;
    margin-bottom: 40px;
  }

  .gallery-item.no-border {
    margin-bottom: 0;
  }

  .right-text-box.large {
    padding-right: 0%;
  }

  .contact-details-block {
    width: 50%;
  }

  .contact-details-block._2 {
    border-right-style: none;
  }

  .contact-details-block._3 {
    padding-left: 20px;
  }

  .hero-flex {
    padding-bottom: 10px;
    padding-right: 0;
  }

  .scroll-down-arrow {
    display: none;
  }

  .frame {
    margin-top: 40px;
  }

  .hero-girl.about {
    padding-bottom: 35px;
    display: none;
  }

  .footer-container {
    padding-bottom: 10px;
  }

  ._18-column, ._15-column {
    width: 25%;
  }

  ._37-column {
    width: 100%;
  }

  .right-column {
    width: 101%;
  }

  .left-column {
    width: 100%;
    margin-bottom: 45px;
  }

  .go-up {
    margin-top: 15px;
  }

  .cta-box {
    width: 45%;
  }

  .post-hero-text {
    width: 85%;
  }

  .hero-girl-2 {
    display: none;
  }

  .intro-box-2 {
    width: 47%;
    margin-bottom: 40px;
  }

  .clients-logos {
    width: 100%;
  }

  .circle {
    margin-top: 20px;
  }

  .align-start {
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
  }

  .align-end {
    width: 100%;
    overflow: hidden;
  }

  .flex-2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._25-column-2 {
    width: 100%;
    margin-bottom: 25px;
  }

  .about-us-box {
    width: 47%;
    margin-bottom: 40px;
  }

  .about-us-box.mobile-no-border {
    margin-bottom: 0;
  }

  .image-item-3 {
    height: 80%;
    min-height: 100px;
  }

  .quote-box {
    width: 80%;
  }

  .brand-logo {
    width: 33.33%;
  }

  .tab-link-2 {
    border-style: solid;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
  }

  .tab-link-2.w--current {
    border-width: 1px;
    border-color: var(--text-paragraphs);
    background-color: var(--green-4);
    border-bottom-style: solid;
  }

  .tabs-content-2 {
    margin-top: 3px;
  }

  .feature-box-3 {
    width: 50%;
  }

  .hero-text-container {
    width: 85%;
  }

  .big-feature-box._6 {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .inner-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .mini-text-2 {
    left: -64px;
  }

  .side-feature-box {
    flex-direction: column;
  }

  .side-icon-box {
    border-bottom: 1px solid var(--text-paragraphs);
    border-right-style: none;
    width: 100%;
    max-width: 100%;
  }

  .split-text-2 {
    justify-content: flex-start;
  }

  ._37-column-2 {
    width: 100%;
  }

  .mobile-bottom {
    margin-bottom: 40px;
  }

  .mobile-top-border {
    margin-top: 10px;
  }

  .mobile-top-border.large {
    margin-top: 0;
  }

  .mobile-top-border.big {
    margin-top: 40px;
  }

  .cta-text-container {
    width: 76%;
  }

  ._25-column-flex {
    width: 33%;
  }

  .newsletter-container {
    max-width: 345px;
  }

  .navmenu-2 {
    flex-flow: column wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 88%;
  }

  .frame-3 {
    display: none;
    overflow: visible;
  }

  .flex-start {
    justify-content: center;
  }

  .slide {
    width: 100%;
  }

  .slide.right {
    padding-left: 0;
  }

  .slide.left {
    padding-right: 0;
  }

  .flex-end {
    justify-content: center;
  }

  .layouts {
    flex-wrap: wrap;
  }

  .flex-align-start {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .textblock.sidebar {
    font-weight: 400;
  }

  .div-block-8 {
    order: 0;
  }

  .cell, .cell-7 {
    padding-left: 16px;
  }

  .icon-2, .icon-3 {
    color: var(--black);
  }

  .image-item-join {
    height: 80%;
    min-height: 100px;
  }
}

@media screen and (max-width: 479px) {
  .content-section {
    object-fit: fill;
  }

  .subtitle-box {
    width: 100%;
  }

  .flex-space.mobile-center {
    justify-content: center;
  }

  .feature-box-2 {
    width: 100%;
  }

  .feature-box-2._3, .feature-box-2._4 {
    margin-bottom: 40px;
  }

  .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .msd-flex {
    flex-flow: wrap;
    display: flex;
  }

  .msd-flex.mobile-center, .msd-flex.tablet-center {
    justify-content: center;
  }

  .msd-flex._2 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  ._50-column.mobile-padding {
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .subtitle-box-2 {
    width: 100%;
  }

  .title-3 {
    white-space: nowrap;
  }

  .feature-icon-box {
    flex: 0 auto;
  }

  .image-item {
    background-image: url('/ext/msd/assets/White-Molecules-BJzwz7Rx.jpg');
    background-size: cover;
    min-height: 100px;
  }

  .service-item {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .team-member {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .mini-feature-box {
    width: 61%;
    margin-right: 15px;
  }

  .package-bg, .intro-box, .pricing-box, .faq-box {
    width: 100%;
  }

  .faq-box._3 {
    border-right-style: none;
  }

  .faq-box._5 {
    border-bottom: 1px solid #c4cbd5;
    border-right-style: none;
  }

  .faq-box._1 {
    border-right-style: none;
  }

  .testimonial {
    width: 98%;
  }

  .gallery-item, .split-image, .split-text {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .preview-image.medium {
    width: 100%;
  }

  .right-text-box.large {
    padding-right: 20px;
  }

  .right-text-box.mobile-no-border {
    padding-right: 0;
  }

  .contact-details-block {
    border-right-style: none;
    width: 100%;
  }

  .contact-details-block._2 {
    border-top: 1px solid var(--text-paragraphs);
    border-bottom: 1px solid var(--text-paragraphs);
    padding-left: 20px;
  }

  .contact-details-block._3 {
    padding-bottom: 0;
  }

  .frame {
    min-height: 300px;
  }

  .hero-girl {
    object-position: 50% 100%;
    max-width: 245px;
    max-height: 400px;
    inset: auto 0% 0%;
    overflow: visible;
  }

  ._53-column {
    width: 100%;
  }

  ._47-column {
    width: 100%;
    padding-left: 0;
  }

  ._26-column, ._49-column-2 {
    width: 100%;
  }

  ._25-column {
    text-align: left;
    width: 100%;
  }

  .footer-container {
    padding-top: 0;
    padding-bottom: 20px;
  }

  ._18-column {
    width: 50%;
  }

  ._18-column.mobile-border {
    margin-bottom: 20px;
  }

  ._15-column {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-box {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .cta-box._2 {
    border-top-style: none;
    border-left-style: solid;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
  }

  .contact-box.mobile-border {
    margin-left: 16px;
    margin-right: 16px;
  }

  .post-hero-text {
    width: 100%;
  }

  .left-justified {
    margin-top: 0;
  }

  .menu-button {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .hero-frame {
    padding-left: 20px;
  }

  .intro-box-2 {
    width: 100%;
  }

  .intro-box-2.mobile-no-border {
    margin-bottom: 0;
  }

  .clients-logo {
    width: 100%;
    margin-right: 0;
  }

  .mini-text {
    left: -74px;
  }

  .circle, .box {
    width: 275px;
    height: 275px;
  }

  .about-us-box {
    width: 100%;
  }

  .image-item-3 {
    width: 95%;
    height: 100%;
    min-height: 400px;
  }

  .image-box {
    border-top: 1px solid var(--text-paragraphs);
    border-left-style: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-box {
    width: 100%;
  }

  .quote-box {
    width: 85%;
  }

  .brand-logo {
    width: 47%;
    margin-bottom: 10px;
  }

  .text-box-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-box-2 {
    border-bottom: 1px solid var(--text-paragraphs);
    border-right-style: none;
    width: 100%;
    margin-bottom: 40px;
  }

  .collection-item-2 {
    padding-bottom: 0;
  }

  ._68-column {
    border-left-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  ._32-column {
    width: 100%;
    padding-right: 0;
  }

  .feature-box-3 {
    width: 100%;
  }

  .feature-box-3._4, .feature-box-3._5 {
    margin-bottom: 40px;
  }

  .form-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .form-title-box {
    width: 100%;
  }

  .hero-slider {
    min-height: 940px;
  }

  .hero-text-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-arrow {
    display: none;
  }

  .big-feature-box {
    min-width: 165px;
  }

  .big-feature-box._7 {
    margin-bottom: 40px;
  }

  .mini-text-2 {
    left: -46px;
  }

  .side-feature-box {
    max-width: 300px;
  }

  .cta-text-box {
    padding-left: 0;
    padding-right: 0;
  }

  .split-text-2 {
    width: 100%;
  }

  .bg-circle {
    display: none;
  }

  .mobile-top-border.large {
    margin-top: 30px;
  }

  .cta-text-container {
    width: 100%;
    padding: 10% 8%;
  }

  .subtitle-box-3 {
    width: 100%;
  }

  ._25-column-flex {
    text-align: left;
    width: 100%;
  }

  .frame-3 {
    min-height: 370px;
  }

  ._32-column-2 {
    width: 100%;
  }

  ._45-column-2 {
    width: 100%;
    padding-left: 0;
  }

  .padding {
    padding-left: 0;
  }

  ._23-column {
    width: 100%;
    margin-top: 30px;
  }

  .utility-page-wrap {
    flex-direction: column;
  }

  .utility-page-content, .utility-page-404, .layout-box {
    width: 100%;
  }

  .right-text-preview-2 {
    margin-top: 20px;
    margin-left: 0%;
  }

  .utility-bg {
    width: 100%;
  }

  .h1 {
    font-size: 20px;
  }

  .collection-list-2 {
    object-fit: fill;
  }

  .rich-text-block-2 {
    padding-top: 40px;
  }

  .container-2 {
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
    overflow: visible;
  }

  .button-5.single {
    width: 120%;
  }

  .body-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .textblock {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .textblock.sidebar {
    font-weight: 400;
  }

  .quick-stack {
    align-self: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-8 {
    align-self: auto;
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .quick-stack-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .cell-2 {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 10px;
    display: flex;
  }

  .msdcolumn {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .grid-4 {
    order: 9;
  }

  .cell-9 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .column-2 {
    padding-left: 0;
    display: block;
  }

  .cell-10 {
    align-items: stretch;
  }

  .image-item-join {
    width: 95%;
    height: 100%;
    min-height: 400px;
  }
}

#w-node-_26e2930c-9efd-e5a6-1395-d5916a0fc6a6-70cc1f5d {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 2.25fr 1fr;
}

#demographics.w-node-eac20a1b-a248-a9a6-1743-9b05dd455fc1-70cc1f5d {
  grid-row: span 2 / span 2;
}

#w-node-_3615b991-cc00-f776-58c2-a728a0fba1a9-70cc1f5d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3615b991-cc00-f776-58c2-a728a0fba1b2-70cc1f5d {
  grid-row: span 3 / span 3;
}

#w-node-_386e78ce-0a79-c496-dda8-cccd5f8cff86-70cc1f5d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_386e78ce-0a79-c496-dda8-cccd5f8cff87-70cc1f5d, #w-node-_386e78ce-0a79-c496-dda8-cccd5f8cff89-70cc1f5d, #w-node-_386e78ce-0a79-c496-dda8-cccd5f8cff8b-70cc1f5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_386e78ce-0a79-c496-dda8-cccd5f8cff8c-70cc1f5d {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_386e78ce-0a79-c496-dda8-cccd5f8cff8d-70cc1f5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bbdf8d21-dc38-5a20-e2b8-38fbe2e0f88a-70cc1f5d {
  grid-row: span 4 / span 4;
}

#w-node-ac89964c-c77f-76bf-e862-f8a027eb66dc-70cc1f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e14065f7-c25e-060e-8341-a25682b27d9d-70cc1f5d {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-f090ead3-8875-7709-eaf6-56a066246bce-70cc1f5d {
  grid-row: span 2 / span 2;
}

#formulary.w-node-_993bee43-3117-30d9-0b03-cb9d32541bb9-70cc1f5d {
  grid-row: span 6 / span 6;
}

#w-node-_1817664f-14e2-687e-1460-429ef0a62ab3-70cc1f5d {
  grid-row: span 5 / span 5;
}

@media screen and (max-width: 991px) {
  #w-node-_379443d5-680d-b245-b53b-70b2f9209264-70cc1f5d, #w-node-a9641a71-b768-107f-2209-4491bf21ed0a-70cc1f5d {
    justify-self: stretch;
  }

  #w-node-e14065f7-c25e-060e-8341-a25682b27d9d-70cc1f5d {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-f090ead3-8875-7709-eaf6-56a066246bce-70cc1f5d {
    grid-row: span 2 / span 2;
  }

  #w-node-_0da67717-1889-523b-76e4-26dc769da19f-70cc1f5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_26e2930c-9efd-e5a6-1395-d5916a0fc6a6-70cc1f5d {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 2.25fr;
  }

  #demographics.w-node-eac20a1b-a248-a9a6-1743-9b05dd455fc1-70cc1f5d {
    grid-row: span 2 / span 2;
  }

  #w-node-eaef93e0-275c-ff2c-39b3-0cc9b81495f3-70cc1f5d {
    order: -9999;
  }

  #w-node-bbdf8d21-dc38-5a20-e2b8-38fbe2e0f88a-70cc1f5d {
    grid-row: span 4 / span 4;
  }

  #formulary.w-node-_993bee43-3117-30d9-0b03-cb9d32541bb9-70cc1f5d {
    order: 9999;
    grid-row: span 6 / span 6;
  }

  #w-node-_1817664f-14e2-687e-1460-429ef0a62ab3-70cc1f5d {
    grid-row: span 5 / span 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_26e2930c-9efd-e5a6-1395-d5916a0fc6a6-70cc1f5d {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1.75fr;
    display: grid;
  }

  #demographics.w-node-eac20a1b-a248-a9a6-1743-9b05dd455fc1-70cc1f5d {
    order: 2;
    grid-row: span 2 / span 2;
  }

  #w-node-_3615b991-cc00-f776-58c2-a728a0fba1a9-70cc1f5d {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_3615b991-cc00-f776-58c2-a728a0fba1aa-70cc1f5d {
    order: 1;
  }

  #w-node-_3615b991-cc00-f776-58c2-a728a0fba1ae-70cc1f5d {
    order: 4;
  }

  #w-node-_3615b991-cc00-f776-58c2-a728a0fba1bc-70cc1f5d {
    order: 3;
  }

  #w-node-_3615b991-cc00-f776-58c2-a728a0fba1c0-70cc1f5d {
    order: 5;
  }

  #w-node-_3615b991-cc00-f776-58c2-a728a0fba1c4-70cc1f5d {
    order: 2;
  }

  #w-node-_3615b991-cc00-f776-58c2-a728a0fba1c8-70cc1f5d {
    order: 6;
  }

  #w-node-_3615b991-cc00-f776-58c2-a728a0fba1b2-70cc1f5d {
    order: 9999;
    grid-row: span 3 / span 3;
  }

  #w-node-bbdf8d21-dc38-5a20-e2b8-38fbe2e0f88a-70cc1f5d {
    order: 3;
    grid-row: span 4 / span 4;
  }

  #w-node-_456be6ed-9fc4-5e1e-909a-f5f2164d6498-70cc1f5d {
    order: 4;
  }

  #w-node-_4b7383d7-9725-37cd-1d15-d6292436eb85-70cc1f5d {
    order: 5;
  }

  #w-node-_1b9979d1-0ea7-a11c-09e5-b2bc4a9a3c1d-70cc1f5d {
    order: 6;
  }

  #w-node-f55c4197-553d-142d-be0f-1364e3d5ce27-70cc1f5d {
    order: 7;
  }

  #formulary.w-node-_993bee43-3117-30d9-0b03-cb9d32541bb9-70cc1f5d {
    order: 10;
  }

  #w-node-_1817664f-14e2-687e-1460-429ef0a62ab3-70cc1f5d {
    order: 8;
    grid-row: span 5 / span 5;
  }
}


