@font-face {
  font-family: "Quicksand";
  src: url(../Quicksand/static/Quicksand-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Quicksand";
  src: url(../Quicksand/static/Quicksand-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url(../Quicksand/static/Quicksand-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Quicksand";
  src: url(../Quicksand/static/Quicksand-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Quicksand";
  src: url(../Quicksand/static/Quicksand-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
form {
  /* margin: 0 0 20px; */
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Quicksand" !important;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  /* margin-bottom: 10px; */
  font-size: 14px;
  line-height: 20px;
  color: #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.8);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.8);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  *margin-top: 4px;
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#08c),
    to(#0077b3)
  );
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#08c),
    to(#0077b3)
  );
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body {
  margin: 0;
  font-family: "Quicksand" !important;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
  font-weight: 300;
}

body * {
  font-family: "Quicksand" !important;
}
a,
[data-href] {
  cursor: pointer;
  color: black;
  text-decoration: none !important;
  border: none;
  background: none;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a:hover,
[data-href]:hover {
  color: #aa0000;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
b {
  font-weight: normal;
}
html {
  height: 100%;
  min-height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
  background-color: white;
}
main {
  padding-top: 45px;
}

.auth main {
  padding-top: 0px;
  min-height: calc(100vh - 155px);
}

.auth {
  padding-top: 45px;
}

.icon-base,
.icon-home,
.icon-plans,
.icon-advantages,
.icon-features,
.icon-srv,
.icon-updates,
.icon-support,
.icon-teaching,
.icon-import,
.icon-trust,
.icon-adaptable,
.icon-ftr,
.icon-analysis,
.icon-media,
.icon-storage,
.icon-billing,
.icon-scheduling,
.icon-works,
.icon-adv,
.icon-security,
.icon-legal,
.icon-savings,
.icon-flexibility,
.icon-communication,
.icon-productivity,
.icon-advantage-1,
.icon-advantage-2,
.icon-advantage-3,
.icon-advantage-4,
.icon-advantage-5,
.icon-advantage-6,
.icon-magnify,
.icon-person,
.icon-shopping_bag {
  display: block;
  width: 128px;
  height: 128px;
  background: transparent no-repeat;
  margin: 0 auto;
}
/* .icon-adv,
.icon-security,
.icon-legal,
.icon-savings,
.icon-flexibility,
.icon-communication,
.icon-productivity {
    background-image: url(../img/frontend/index/advantages.svg);
} */
.icon-ftr,
.icon-analysis,
.icon-media,
.icon-storage,
.icon-billing,
.icon-scheduling,
.icon-works {
  background-image: url(../img/frontend/index/features.svg);
}
.icon-srv,
.icon-updates,
.icon-support,
.icon-teaching,
.icon-import,
.icon-trust,
.icon-adaptable {
  background-image: url(../img/frontend/index/services.svg);
}
.icon-home,
.icon-plans,
.icon-advantages,
.icon-features {
  background-image: url(../img/frontend/index/home.svg);
}
.icon-more,
.icon-faq,
.icon-sec-policy,
.icon-requirements {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  background: url(../img/frontend/index/more.svg) transparent no-repeat;
}
.icon-features {
  background-position: 0 top;
}
.icon-advantages {
  background-position: -128px top;
}
.icon-plans {
  background-position: -256px top;
}
.icon-magnify {
  background: url(../img/frontend/index/home/magnify.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-person {
  background: url(../img/frontend/index/home/person.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-shopping_bag {
  background: url(../img/frontend/index/home/shopping_bag.png);
  background-repeat: no-repeat;
  background-size: contain;
}
/* .icon-productivity {
    background-position: 0 center;
}
.icon-communication {
    background-position: -128px center;
}
.icon-flexibility {
    background-position: -256px center;
}
.icon-savings {
    background-position: -384px center;
}
.icon-legal {
    background-position: -512px center;
}
.icon-security {
    background-position: -640px center;
} */
.icon-advantage-1 {
  background: url(../img/frontend/index/advantage/advantage_1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-advantage-2 {
  background: url(../img/frontend/index/advantage/advantage_2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-advantage-3 {
  background: url(../img/frontend/index/advantage/advantage_3.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-advantage-4 {
  background: url(../img/frontend/index/advantage/advantage_4.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-advantage-5 {
  background: url(../img/frontend/index/advantage/advantage_5.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-advantage-6 {
  background: url(../img/frontend/index/advantage/advantage_6.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-works {
  background-position: 0 center;
}
.icon-scheduling {
  background-position: -128px center;
}
.icon-billing {
  background-position: -256px center;
}
.icon-storage {
  background-position: -384px center;
}
.icon-media {
  background-position: -512px center;
}
.icon-analysis {
  background-position: -640px center;
}
.icon-adaptable {
  background-position: 0 center;
}
.icon-trust {
  background-position: -128px center;
}
.icon-import {
  background-position: -256px center;
}
.icon-teaching {
  background-position: -384px center;
}
.icon-support {
  background-position: -512px center;
}
.icon-updates {
  background-position: -640px center;
}
.icon-list {
  list-style: none;
  margin: 50px auto;
  padding: 0;
  *zoom: 1;
}
.icon-list:before,
.icon-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.icon-list:after {
  clear: both;
}
.icon-list li {
  float: left;
  width: 25%;
  margin: 0 4% 80px 4%;
  text-align: center;
}
.icon-list li:nth-child(3n + 1) {
  clear: both;
}
.icon-list li .title {
  font-size: 130%;
  margin-bottom: 10px;
}
.icon-requirements {
  background-position: 0px bottom;
}
.icon-sec-policy {
  background-position: -96px bottom;
}
.icon-faq {
  background-position: -192px bottom;
}
@-webkit-keyframes bounce {
  0%,
  10%,
  25%,
  40%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  30% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  10%,
  25%,
  40%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  30% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-ms-keyframes bounce {
  0%,
  10%,
  25%,
  40%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  30% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  10%,
  25%,
  40%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  30% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation: bounce 4s infinite;
  -moz-animation: bounce 4s infinite;
  -ms-animation: bounce 4s infinite;
  animation: bounce 4s infinite;
}
section {
  padding-top: 40px;
}
section h1 {
  font-size: 100%;
  line-height: 55px;
}
section h2 {
  text-align: center;
  font-size: 200%;
  line-height: 30px;
}
section h3 {
  text-align: center;
  font-size: 150%;
  line-height: 25px;
}
section.home {
  width: 100%;
  padding-top: 50px;
  min-height: 820px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.home .top-menu {
  height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 1000;
  border-bottom: 1px solid #dddddd;
}
section.home .top-menu ul.country-menu {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-size: 90%;
}
section.home .top-menu ul.country-menu > li {
  float: left;
  padding: 5px 0;
  margin-left: 10px;
  margin-right: 10px;
}
section.home .top-menu ul.country-menu > li .dropdown-menu {
  max-height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: #888888 transparent;
  scrollbar-width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 0;
}
section.home .top-menu ul.country-menu > li .dropdown-menu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
section.home
  .top-menu
  ul.country-menu
  > li
  .dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}
section.home
  .top-menu
  ul.country-menu
  > li
  .dropdown-menu::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #888888;
  border-radius: 2px;
  border: 0;
}
section.home .top-menu ul.country-menu > li .dropdown-menu li a {
  padding-left: 5px;
}
section.home .top-menu ul.country-menu img {
  height: 16px;
  margin-right: 2px;
}
section.home .top-menu ul.contact-menu {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-size: 90%;
}
section.home .top-menu ul.contact-menu > li {
  float: left;
  padding: 5px 0;
  margin-right: 10px;
}
section.home .top-menu ul.contact-menu > li .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 0;
}
section.home .top-menu ul.contact-menu > li .callyou {
  background-image: url(/assets/web/callyou-d4671e92d2dfdd358fcdc27f21d2c885a6eacaf0e924269585852efe6aebe083.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  margin-left: 10px;
}
section.home .top-menu ul.social-menu {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-size: 90%;
}
section.home .top-menu ul.social-menu li {
  float: left;
  padding: 5px 0px;
  margin-right: 5px;
}
section.home .top-menu ul.social-menu li:first-child {
  margin-right: 10px;
}
section.home .top-menu ul.social-menu li a.instagram,
section.home .top-menu ul.social-menu li a.linkedin,
section.home .top-menu ul.social-menu li a.rss,
section.home .top-menu ul.social-menu li a.facebook {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/assets/web/social-46b54b2c5dc0e59caca4f37396ba5b0322cfe78e488039a59759b13f8f2764a7.svg);
  background-repeat: no-repeat;
}
section.home .top-menu ul.social-menu li a.instagram.rss,
section.home .top-menu ul.social-menu li a.linkedin.rss,
section.home .top-menu ul.social-menu li a.rss.rss,
section.home .top-menu ul.social-menu li a.facebook.rss {
  background-position: -40px bottom;
}
section.home .top-menu ul.social-menu li a.instagram.rss:hover,
section.home .top-menu ul.social-menu li a.linkedin.rss:hover,
section.home .top-menu ul.social-menu li a.rss.rss:hover,
section.home .top-menu ul.social-menu li a.facebook.rss:hover {
  background-position: -40px top;
}
section.home .top-menu ul.social-menu li a.instagram.facebook,
section.home .top-menu ul.social-menu li a.linkedin.facebook,
section.home .top-menu ul.social-menu li a.rss.facebook,
section.home .top-menu ul.social-menu li a.facebook.facebook {
  background-position: -60px bottom;
}
section.home .top-menu ul.social-menu li a.instagram.facebook:hover,
section.home .top-menu ul.social-menu li a.linkedin.facebook:hover,
section.home .top-menu ul.social-menu li a.rss.facebook:hover,
section.home .top-menu ul.social-menu li a.facebook.facebook:hover {
  background-position: -60px top;
}
section.home .top-menu ul.social-menu li a.instagram.instagram,
section.home .top-menu ul.social-menu li a.linkedin.instagram,
section.home .top-menu ul.social-menu li a.rss.instagram,
section.home .top-menu ul.social-menu li a.facebook.instagram {
  background-position: 0 bottom;
}
section.home .top-menu ul.social-menu li a.instagram.instagram:hover,
section.home .top-menu ul.social-menu li a.linkedin.instagram:hover,
section.home .top-menu ul.social-menu li a.rss.instagram:hover,
section.home .top-menu ul.social-menu li a.facebook.instagram:hover {
  background-position: 0 top;
}
section.home .top-menu ul.social-menu li a.instagram.linkedin,
section.home .top-menu ul.social-menu li a.linkedin.linkedin,
section.home .top-menu ul.social-menu li a.rss.linkedin,
section.home .top-menu ul.social-menu li a.facebook.linkedin {
  background-position: -20px bottom;
}
section.home .top-menu ul.social-menu li a.instagram.linkedin:hover,
section.home .top-menu ul.social-menu li a.linkedin.linkedin:hover,
section.home .top-menu ul.social-menu li a.rss.linkedin:hover,
section.home .top-menu ul.social-menu li a.facebook.linkedin:hover {
  background-position: -20px top;
}
section.home .vevidental {
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 800px;
  position: relative;
  top: 50%;
  margin: -350px auto auto auto;
}
section.home .vevidental .main-options {
  list-style: none;
  margin: 100px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  *zoom: 1;
}
section.home .vevidental .main-options:before,
section.home .vevidental .main-options:after {
  display: table;
  content: "";
  line-height: 0;
}
section.home .vevidental .main-options:after {
  clear: both;
}
section.home .vevidental .main-options li {
  float: left;
  width: 30%;
  /* margin: 0 1.6%; */
  /* margin: 0 10%; */
}
section.home .vevidental .main-options li a {
  display: block;
  padding: 5px 0px;
  font-size: 120%;
  color: black;
}
section.home .vevidental .main-options li a:hover {
  color: #aa0000;
}
section.home .vevidental .main-options li a:hover .icon-features {
  background-position: 0 bottom;
}
section.home .vevidental .main-options li a:hover .icon-advantages {
  background-position: -128px bottom;
}
section.home .vevidental .main-options li a:hover .icon-plans {
  background-position: -256px bottom;
}

section.home .vevidental .main-options li a .title {
  margin-top: 5px;
}
section.home .advertisement {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
section.home .advertisement h4 {
  font-size: 90%;
  text-align: center;
  color: black;
  font-weight: bold;
}
section.home .advertisement ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
section.home .advertisement ul li {
  display: inline-block;
  padding: 0;
  margin: 0 5px;
}
section.home .certified {
  position: absolute;
  left: 15px;
  top: 45px;
  height: 64px;
  background-image: url(/assets/web/certified-c589d91bc8291aa7bc044adb7d3a6e451f231975e30d2f2263bfabe0779ab2ea.svg);
  background-size: 64px 64px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 80px;
}
section.home .certified .name {
  margin: 5px 0;
  font-size: 130%;
}
section.home .certified .number {
  font-size: 90%;
}
section.home .triangle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 300px solid transparent;
  border-bottom: 200px solid #fcae30;
}
section.home .arrow {
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  /* background-image: url(/assets/web/arrow-cb3217187cae45ec01d60a7e2a0f315ff127529400c4985982a90aa81ef19853.svg); */
  background-size: contain;
}
section.text {
  min-height: 300px;
  padding: 50px 20%;
  font-size: 130%;
  line-height: 150%;
  background-color: #ff6e16;
  color: white;
  text-align: justify;
}
section.text h2 {
  font-size: 155%;
  line-height: 35px;
  margin-bottom: 40px;
}
section.text.orange {
  /* background-color: #fcae30; */
}

section.text p {
  white-space-collapse: break-spaces;
}
section.iconic {
  max-width: 900px;
  margin: 100px auto;
}
section.iconic h2 {
  color: #ff6e16;
}
section.iconic h3 {
  color: #ff6e16;
  margin-block: 17px;
}
section.iconic .description {
  text-align: justify;
}
section .iconic-section {
  max-width: 900px;
  margin: 30px auto;
}

section.more ul {
  list-style: none;
  margin: 50px auto;
  *zoom: 1;
  font-size: 120%;
  padding: 0;
}
section.more ul:before,
section.more ul:after {
  display: table;
  content: "";
  line-height: 0;
}
section.more ul:after {
  clear: both;
}
section.more ul li {
  float: left;
  width: 30%;
  margin: 0 1.5%;
  text-align: center;
}
section.more ul li a {
  display: block;
  padding: 5px 0px;
  color: #000;
}

section.more ul li a :hover {
  color: #aa0000;
}
section.more ul li a:hover .icon-requirements {
  background-position: 0px top;
}
section.more ul li a:hover .icon-faq {
  background-position: -192px top;
}
section.more ul li a:hover .icon-sec-policy {
  background-position: -96px top;
}
section.more ul li a:hover .icon-teaching {
  background-position: -288px top;
}
section.static-content {
  max-width: 1000px;
  margin: 120px auto 60px auto;
  padding: 0px 5%;
  font-size: 125%;
  line-height: 30px;
  text-align: justify;
}
section.static-content h3 {
  margin-top: 40px;
}
section.static-content ul li {
  line-height: 30px;
  margin-bottom: 20px;
}
section.static-content .iso-certificate {
  *zoom: 1;
}
section.static-content .iso-certificate:before,
section.static-content .iso-certificate:after {
  display: table;
  content: "";
  line-height: 0;
}
section.static-content .iso-certificate:after {
  clear: both;
}
section.static-content .iso-certificate .certificate {
  width: 90px;
  float: left;
  margin-right: 5px;
}
section.static-content .contact > div {
  width: 100%;
  margin: 40px 0;
  font-size: 110%;
  text-align: center;
}
section.static-content .contact .line {
  line-height: 30px;
}
section.static-content ul.requirements .details {
  font-size: 90%;
}
section.static-content .alert {
  background-color: #fcae30;
  color: white;
  padding: 5px 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.registration {
  clear: both;
  margin-top: 20px;
}
.registration .button {
  margin-top: 40px;
}
.registration .button a {
  display: block;
  width: 330px;
  height: 70px;
  margin: 0px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* padding: 5px 0px; */
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  background-color: #ff6e16;
  font-size: 200%;
  font-weight: bold;
  line-height: 70px;
}
.registration .button a:hover {
  text-decoration: none;
  background-color: #aa0000;
}
.register-bottom {
  margin: 40px auto;
}
section.register {
  max-width: 900px;
  margin: 120px auto 60px auto;
  padding: 0px 5%;
  font-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* line-height: 30px; */
}

section.register h2 {
  color: #ff6e16;
}
section.register a {
  text-decoration: underline;
}
section.register .intro {
  margin: 30px 0px 80px 0px;
  font-size: 130%;
  font-style: italic;
}
section.register .intro .conditions {
  margin-top: 5px;
  font-size: 80%;
  font-style: normal;
}
section.register form {
  max-width: 400px;
  width: 100%;
}
section.register .step {
  margin-top: 40px;
  width: 100%;
}
section.register .step .contents input,
section.register .step .contents select {
  width: 100%;
}
section.register .step .title {
  margin-bottom: 10px;
}
section.register .step .title .number {
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  color: white;
  background-color: #ff6e16;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  font-size: 150%;
  font-weight: bold;
}
section.register .step .title .description {
  display: inline;
  margin-left: 10px;
}
section.register .step .contents {
  margin-top: 20px;
}

section.register .step input,
select,
.select2-selection {
  background-color: #ff6e1661 !important;
}
section.register .step .contents > div,
section.register .step .contents .address > div {
  margin-bottom: 20px;
}
section.register .step .contents .privacy {
  margin-top: 10px;
  font-size: 90%;
}
section.register .step .contents .message {
  display: inline-block;
  vertical-align: middle;
  font-size: 90%;
}
section.register .step .contents .country {
  padding-left: 20px;
}
section.register .step .contents .country label {
  display: inline-block;
  margin-right: 10px;
}
section.register .step .contents .country .country-menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
}
section.register .step .contents .country .country-menu > a {
  text-decoration: none;
}
section.register .step .contents .country .country-menu .dropdown-menu {
  max-height: 250px;
  min-width: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: #888888 transparent;
  scrollbar-width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 0;
}
section.register
  .step
  .contents
  .country
  .country-menu
  .dropdown-menu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
section.register
  .step
  .contents
  .country
  .country-menu
  .dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}
section.register
  .step
  .contents
  .country
  .country-menu
  .dropdown-menu::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #888888;
  border-radius: 2px;
  border: 0;
}
section.register .step .contents .country .country-menu .dropdown-menu li a {
  padding-left: 5px;
  text-decoration: none;
}
section.register .step .contents .country .country-menu img {
  height: 16px;
  margin-right: 2px;
}
section.register .step .contents .nick .url {
  font-size: 110%;
  font-weight: bold;
}
section.register .step .contents .nick .text input {
  width: 200px;
}
section.register .step .contents .nick .ok {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/assets/web/ok-mini-c4516117b4ca370dc0377710afdc108526225ef757f96d14a0aada24b4b1becf.svg)
    no-repeat center bottom;
  margin: 0 auto;
}
section.register .step .contents .address .town {
  display: inline-block;
}
section.register .step .contents .address .town input {
  width: 215px;
}
section.register .step .contents .address .cp {
  margin-left: 10px;
  display: inline-block;
}
section.register .step .contents .address .cp input {
  width: 75px;
}
section.register .step .contents .agree {
  margin-top: 20px;
}
section.register .step .small {
  font-size: 90%;
}
section.register .step .plans {
  *zoom: 1;
}
section.register .step .plans:before,
section.register .step .plans:after {
  display: table;
  content: "";
  line-height: 0;
}
section.register .step .plans:after {
  clear: both;
}
section.register .step .plans .plan {
  width: 230px;
  margin: auto 0.5%;
  float: left;
}
section.register .step .plans .plan a {
  margin: 10px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 10px;
  display: block;
  width: 90%;
  min-height: 50px;
  color: black;
  text-decoration: none;
}
section.register .step .plans .plan a .price {
  padding: 5px;
  color: #666;
}
section.register .step .plans .plan a:hover {
  text-decoration: none;
}
section.register .step .plans .plan a.active {
  border: 2px solid #049cdb;
  background-image: url(/assets/icons/checked-2f64b91028fb932b34c95d235d08507dda1d9b165a42d2da76c54ec5d8509451.svg);
  background-repeat: no-repeat;
  background-position: 95% 10px;
}
section.register section {
  padding: 50px;
}
.foreign {
  clear: both;
  width: 60%;
  margin: 40px auto;
  text-align: center;
}
form {
  /* margin-bottom: 60px; */
}
form input,
form textarea {
  color: #000;
}
form .placeholder {
  color: #aaa;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 25px;
  height: 35px;
  font-size: 120%;
  width: 300px;
}
form .select2 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 25px;
  height: 35px;
  font-size: 120%;
  width: 300px;
}

form .select2-container .select2-search--inline .select2-search__field {
  height: 23px;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 25px;
  background-image: url(/assets/web/arrow-cb3217187cae45ec01d60a7e2a0f315ff127529400c4985982a90aa81ef19853.svg);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 280px center;
}
form select::-ms-expand {
  display: none;
}
form .password-strength.enough {
  color: #ffb800;
}
form .password-strength.strong {
  color: green;
}
form .password-strength.stronger {
  color: darkgreen;
}
form .error {
  color: red;
}
form .submit {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
form .submit .left {
  float: left;
}
form .submit .right {
  float: right;
}
form .submit input {
  text-align: center;
  width: 200px;
  height: 40px;
  font-size: 120%;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 0px;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  color: #ffffff;
  background-color: #ff6e16;
}
form .submit input:hover,
form .submit input:focus {
  text-decoration: none;
  background-color: #aa0000;
}
form .submit button,
form .submit a.button {
  display: inline-block;
  text-align: center;
  width: 180px;
  height: 40px;
  line-height: 30px;
  font-size: 120%;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0px;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  color: #ffffff;
  background-color: #b0b0b0;
}
form .submit button:hover,
form .submit button:focus,
form .submit a.button:hover,
form .submit a.button:focus {
  text-decoration: none;
  background-color: #4f4f4f;
}
.blog section {
  position: relative;
  margin: 40px 0;
  padding: 0;
  *zoom: 1;
}
.blog section:before,
.blog section:after {
  display: table;
  content: "";
  line-height: 0;
}
.blog section:after {
  clear: both;
}
.blog section h3 {
  text-align: left;
  margin-bottom: 10px;
}
.blog section .publish-date {
  color: #888;
  font-size: 80%;
  margin-bottom: 20px;
}
.blog section .image {
  float: right;
  margin: 0px 0px 20px 20px;
  width: 40%;
}
.blog section .image.small {
  float: left;
  width: 200px;
  margin: 0px 20px 20px 0px;
}
.blog section .image img {
  width: 100%;
}
.blog section .share-post {
  float: right;
  margin-top: 5px;
}
.blog section .more {
  float: right;
  font-size: 90%;
}
.blog > .pagination {
  clear: both;
  margin: 20px auto;
  font-size: 90%;
}
.blog > .pagination ul {
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.blog > .pagination ul:before,
.blog > .pagination ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.blog > .pagination ul:after {
  clear: both;
}
.blog > .pagination ul li {
  display: inline-block;
  margin: 0 10px;
}
.blog > .pagination ul li.active {
  font-weight: bold;
}
.blog > .pagination ul li.active a {
  color: #2170af;
}
.blog ul.share {
  list-style: none;
  margin: 0px;
  overflow: auto;
}
.blog ul.share li {
  float: left;
  margin: 2px;
}
.blog ul.share li a {
  display: block;
  height: 20px;
  width: 20px;
  background-image: url(/assets/web/share-043342724599e476ff3089f41c0a5f197a9ee0602dd545195ebe850bd3b507c0.svg);
}
.blog ul.share li a.twitter {
  background-position: 0px bottom;
}
.blog ul.share li a.twitter:hover {
  background-position: 0px top;
}
.blog ul.share li a.meneame {
  background-position: -20px bottom;
}
.blog ul.share li a.meneame:hover {
  background-position: -20px top;
}
.blog ul.share li a.facebook {
  background-position: -40px bottom;
}
.blog ul.share li a.facebook:hover {
  background-position: -40px top;
}
.blog ul.share li a.google {
  background-position: -60px bottom;
}
.blog ul.share li a.google:hover {
  background-position: -60px top;
}

ul.plan-list {
  padding: 50px 15%;
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
}

ul.plan-list > li {
  border: solid 2px #ff6e16;
  width: 30%;
  border-radius: 40px;
  padding: 30px;
  padding-top: 20px;
  position: relative;
  /* min-width: 250px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1380px) {
  ul.plan-list {
    padding: 50px 30px;
  }
}

@media (max-width: 1024px) {
  ul.plan-list {
    padding: 50px 30%;
    gap: 30px;
  }
  ul.plan-list > li {
    width: 100%;
  }
}

@media (max-width: 768px) {
  ul.plan-list {
    padding: 50px 20%;
    gap: 30px;
  }
}
@media (max-width: 550px) {
  ul.plan-list {
    padding: 50px 10px;
    gap: 30px;
    min-width: none;
  }
}

ul.plan-list > li .icon {
  position: absolute;
  background: #ff6e16;
  top: 0px;
  left: 0px;
  padding: 25px;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 35px;
}

ul.plan-list > li .name {
  margin-left: 40%;
  color: #ff6e16;
  font-size: 150%;
  font-weight: 700;
}

ul.plan-list > li .description {
  margin-top: 40px;
  font-size: 130%;
  height: 100%;
}

ul.plan-list > li .description > .title {
  font-weight: 700;
}

ul.plan-list > li .description > .functions {
  list-style: none;
  padding-left: 0px;
  margin-top: 20px;
}

ul.plan-list > li .footer {
  padding-top: 20px;
}

ul.plan-list > li .footer button {
  width: 100%;
  font-size: 130%;
  font-weight: 700;
  background-color: #ff6e16;
  color: white;
  border: none;
  border-radius: 8px;
  margin-inline: auto;
  padding: 10px 20px;
  text-align: left;
}

section#plans h3 {
  white-space-collapse: break-spaces;
  color: #ff6e16;
  font-weight: 300;
  padding: 50px 15%;
}

section#plans h2 {
  color: #ff6e16;
}

section.plans table {
  width: 90%;
  margin: 10px 5%;
  border-collapse: collapse;
}
section.plans table .note {
  vertical-align: super;
  font-size: 10px;
  font-weight: normal;
  margin-left: 2px;
}
section.plans table thead tr {
  border-bottom: 2px solid #ff6e16;
}
section.plans table thead th.plan {
  font-size: 140%;
  background-color: #ff6e16;
  color: white;
  padding: 5px;
  text-align: center;
}
section.plans table thead th.plan .price {
  font-size: 80%;
}
section.plans table tbody {
  font-size: 80%;
}
section.plans table tbody tr {
  border-bottom: 1px solid #ff6e16;
}
section.plans table tbody tr:last-child {
  border-bottom: 2px solid #ff6e16;
}
section.plans table tbody tr.title {
  font-size: 120%;
  font-weight: bold;
}
section.plans table tbody td {
  padding: 6px;
  text-align: center;
}
section.plans table tbody td:first-child {
  text-align: left;
}
section.plans table tbody td.standard {
  color: #b0b0b0;
  font-weight: bold;
}
section.plans table tbody td.premium {
  color: #ff6e16;
  font-weight: bold;
}
section.plans table tbody td.soon {
  color: #4f4f4f;
  font-weight: bold;
}
section.footnotes {
  margin-top: 40px;
  font-size: 90%;
  line-height: 25px;
}

.try {
  display: flex;
  justify-content: center;
}

.try > div {
  float: left;
  width: 45%;
  margin: 50px 2.5%;
}
.try > div a {
  display: block;
  width: 325px;
  height: 70px;
  margin: 30px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 0px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 120%;
  font-weight: bold;
  line-height: 70px;
  color: #ffffff;
  background-color: #fcae30;
}
.try > div a:hover {
  text-decoration: none;
  background-color: #aa0000;
}
.try > div p {
  text-align: center;
  font-size: 90%;
}
#cookie-warning .cookie-pad {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
#cookie-warning .cookie-content {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background-color: white;
  border-top: 1px solid #ff6e16;
  z-index: 100000;
}
#cookie-warning .cookie-content .info {
  margin-bottom: 15px;
  font-size: 105%;
}
#cookie-warning .cookie-content .small {
  float: left;
}
#cookie-warning .cookie-content .small a {
  font-size: 90%;
  color: #444444;
}
#cookie-warning .cookie-content .small a:hover {
  color: black;
}
#cookie-warning .cookie-content .ok {
  float: right;
}
#cookie-warning .cookie-content .ok form {
  margin-bottom: 0;
}
#cookie-warning .cookie-content .ok button {
  display: inline-block;
  font-size: 120%;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 16px;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  color: #ffffff;
  background-color: #ff6e16;
}
#cookie-warning .cookie-content .ok button:hover,
#cookie-warning .cookie-content .ok button:focus {
  text-decoration: none;
  background-color: #1088dd;
}

@media (max-width: 475px) {
  section h1 {
    font-size: 180%;
    line-height: 40px;
  }
  section h2 {
    text-align: center;
    font-size: 160%;
    line-height: 30px;
  }
  section h3 {
    text-align: center;
    font-size: 140%;
    line-height: 25px;
  }
  section.home .top-menu .contact-menu {
    display: none;
  }
  section.home .vevidental {
    position: relative;
    zoom: 80%;
  }
  section.home .advertisement {
    display: block;
    position: absolute;
    left: 0;
    margin: 20px auto;
  }
  section.home .advertisement ul li {
    width: auto;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 0;
    display: block;
  }
  section.home .arrow {
    display: none;
  }
  ul.plan-list li {
    float: none;
    width: 95%;
    margin: 10px 2.5%;
  }
  ul.plan-list li a .description .title {
    font-size: 100%;
  }
  .icon-list {
    zoom: 80%;
  }
  .icon-list li .description {
    display: none;
  }
}
@media (max-width: 380px) {
  section.home {
    min-height: 630px;
  }
  section.home .vevidental {
    zoom: 60%;
    top: 90px;
    margin: 20px auto auto auto;
  }
  section.home .certified {
    position: absolute;
    left: 15px;
    top: 45px;
    height: 40px;
    background-size: 40px 40px;
    padding-left: 60px;
  }
  section.home .certified .name {
    margin: 0;
    font-size: 100%;
  }
  section.home .certified .number {
    font-size: 80%;
  }
  section.more {
    zoom: 80%;
  }
  section.more ul li {
    width: 48%;
    margin: 0 1%;
  }
  .registration .button a {
    display: block;
    width: 90%;
    height: auto;
  }
  .registration .button a .description {
    font-size: 100%;
  }
  .registration .button a .title {
    font-size: 160%;
  }
  footer {
    padding: 20px 5%;
  }
  footer .contact li:last-child a {
    line-height: 24px;
  }
  footer .contact li:last-child a:after {
    content: " ";
    display: block;
  }
}
@media (max-width: 380px) and (min-height: 720px) {
  section.home .vevidental {
    top: 170px;
  }
}
.touch-device ul.plan-list li a .description .details {
  display: none;
}
.touch-device ul.plan-list li a .price {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 75px;
  background-color: #fcae30;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.touch-device ul.plan-list li a .price .amount {
  margin-top: 5px;
}
.touch-device ul.plan-list li a:hover {
  background-color: #aa0000;
  color: #aa0000;
}
.touch-device ul.plan-list li a:hover .title-detailed {
  left: 0;
}
.touch-device ul.plan-list li a:hover .price {
  left: 0;
  background-color: #aa0000;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: white;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
  display: none;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
main > .access-form {
  max-width: 500px;
  margin: 200px auto 50px auto;
}
.modal {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal .modal-body {
  padding: 10px;
  max-height: 600px;
}
.modal.big {
  width: 850px;
  margin-left: -425px;
}
.modal.big .modal-hidden {
  display: none;
}
.modal.big .modal-body {
  max-height: 700px;
}
.modal.transparent {
  background-color: rgba(120, 120, 120, 0.8);
}
.modal.bigger {
  width: 1050px;
  margin-left: -525px;
  font-size: 90%;
}
.modal.bigger .modal-hidden {
  display: none;
}
.modal.bigger .modal-body {
  max-height: 700px;
}
.modal .modal-bottom {
  clear: both;
  padding-top: 20px;
}
.modal.fullscreen {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 !important;
  width: auto;
  height: auto;
}
.modal.fullscreen .modal-body {
  height: calc(100% - 20px) !important;
  max-height: none !important;
}
@media (max-height: 767px) {
  .modal.fade.in {
    top: 20px;
  }
  .modal.big .modal-body,
  .modal.bigger .modal-body {
    max-height: 650px;
  }
}
@media (max-width: 767px) {
  .modal.big,
  .modal.bigger {
    margin-left: 0;
    width: calc(100% - 40px);
  }
}

/* header */

header {
  position: fixed;
  width: 100%;
  top: 0px;
  height: 45px;
  z-index: 999;
}

.header-container {
  position: relative;
}

.header-container .top-shadow {
  height: 80px;
}

.header-container .top-shadow {
  background-image: linear-gradient(
    #fff,
    rgba(255, 255, 255, 0.2) 70%,
    rgba(255, 255, 255, 0)
  );
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#00FFFFFF', GradientType=0);
  background-color: transparent;
}

.main-menu {
  position: absolute;
  top: 0px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  /* align-items: center; */
  list-style: none;
  margin: 0px;
  padding: 0px;
  /* padding-inline: 100px; */
  border-bottom: 1px solid #ddd;
  background-color: white;
}

.main-menu > div {
  display: flex;
  flex-wrap: nowrap;
}

.main-menu li {
  background: white;
  display: flex;
}

.main-menu a {
  color: black;
  text-decoration: none;
  padding: 10px 20px;
}

a:hover {
  cursor: pointer;
  color: #aa0000;
}

.home-link {
  background: #ff6e16 !important;
}

.home-link > a {
  color: white;
}

.home-link > a:hover {
  color: white;
  text-decoration: underline;
}

header .header-container .mobile-header {
  display: none;
}

@media (max-width: 1024px) {
  header .header-container .main-menu .left-menu li:not(.home-link) {
    display: none;
  }
}

@media (max-width: 550px) {
  header .header-container .main-menu {
    /* display: none; */
    flex-direction: column;
    top: 45px;
    left: -100%;
    transition: left 0.5s;
  }

  header .header-container .main-menu.show {
    left: 0%;
  }

  .main-menu > div {
    flex-direction: column;
  }

  header .header-container .main-menu .left-menu li:not(.home-link) {
    display: flex;
  }

  header .header-container .mobile-header {
    position: absolute;
    top: 0px;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #ddd;
    background-color: white;
  }

  header .header-container .mobile-header .mobile-header-menu {
    background-image: url(/public/img/frontend/header/mobile-menu.svg);
    height: 45px;
    width: 45px;
    background-size: 65% 65%;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: transparent;
  }
}

/* preloader */

.preloader {
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.2s linear;
  width: 100%;
  z-index: 9999;
  background: white;
}

.preloader .loader-element {
  position: relative;
}

.preloader .loader-element .loader-animated-dot {
  display: block;
  width: 9px;
  height: 9px;
  background: #ee5050;
  border-radius: 50%;
  position: absolute;
  left: 1px;
  top: 1px;
  animation: bounce1 0.6s cubic-bezier(0.6, -0.28, 0.74, 0.05) infinite;
}

.preloader img {
  height: 40px;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

@keyframes bounce1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(0);
  }
}

.avatar.avatar-ex-sm {
  height: 30px;
  width: 30px;
}

.avatar.avatar-ex-small {
  height: 36px;
  width: 36px;
}

.avatar.avatar-md-sm {
  height: 45px;
  width: 45px;
}

.avatar.avatar-small {
  height: 65px;
  width: 65px;
}

.avatar.avatar-md-md {
  height: 80px;
  width: 80px;
}

.avatar.avatar-medium {
  height: 110px;
  width: 110px;
}

.avatar.avatar-large {
  height: 140px;
  width: 140px;
}

.avatar.avatar-ex-large {
  height: 180px;
  width: 180px;
}

.avatar.avatar-client {
  max-height: 25px;
}

.margin-nagative.mt-n5 {
  margin-top: -48px;
}

.side {
  max-height: calc(100vh - 70px);
  min-height: fit-content;
  height: 100%;
  position: sticky;
  top: 45px;
}

.float-right {
  float: right;
}

section.faq {
  padding: 50px 20%;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}

section.faq .description {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}

@media (max-width: 1380px) {
  section.faq {
    padding: 50px 20px;
  }
}

@media (max-width: 768px) {
  section.faq {
    flex-direction: column;
    align-items: center;
  }
  section.faq .description {
    width: auto;
  }
}
section.faq .description h1 {
  font-size: 200%;
  text-align: center;
  background: #ff6e16;
  display: inline-block;
  padding: 0px 30px;
  color: white;
  border-radius: 15px;
}
section.faq .description p {
  font-size: 130%;
  text-align: justify;
  background: #ff6e16;
  display: inline-block;
  padding: 10px 30px;
  color: white;
  border-radius: 15px;
}

section.faq .video {
  width: 55%;
  aspect-ratio: 1.3;
}

@media (max-width: 768px) {
  section.faq .video {
    width: 100%;
    margin: 10px 20px;
  }
}

section.faq .video video {
  display: block;
}

footer {
  background: #f6f4f2;
  position: relative;
  margin-top: 100px;
}

footer .footer-content {
  max-width: 1200px;
  margin: auto;
  position: relative;
  top: -40px;
}

footer .footer-content .contact-information {
  background-color: #4f8fa3;
  border-radius: 30px;
  padding: 30px 50px;
  color: white;
  position: absolute;
  width: 80%;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}

footer .footer-content .contact-information h2 {
  font-size: 200%;
  padding-inline: 50px;
}

footer .footer-content .contact-information ul {
  list-style: none;
  padding: 0px;
}
footer .footer-content .contact-information a {
  font-size: 130%;
  color: white !important;
  display: flex;
  align-items: center;
}

.m-icon {
  width: 40px;
  height: 70px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin-right: 20px;
}

.m-icon-mail {
  background-image: url(/public/img/frontend/footer/contact/mail.png);
}
.m-icon-phone {
  background-image: url(/public/img/frontend/footer/contact/phone.png);
}
.m-icon-question {
  background-image: url(/public/img/frontend/footer/contact/question.png);
}

footer .footer-content .contact-image {
  width: 50%;
  margin-left: auto;
  z-index: 10;
  position: relative;
}

@media (max-width: 1280px) {
  footer .footer-content {
    margin-inline: 40px;
  }
}

@media (max-width: 1024px) {
  footer .footer-content .contact-information {
    position: static;
    width: auto;
    transform: none;
  }

  footer .footer-content .contact-information h2 {
    font-size: 200%;
    padding-inline: 50px;
  }

  footer .footer-content .contact-information ul {
    list-style: none;
    padding: 0px;
  }
  footer .footer-content .contact-information a {
    font-size: 130%;
    color: white !important;
    display: flex;
    align-items: center;
  }

  footer .footer-content .contact-image {
    margin-inline: 20%;
    width: auto;
  }
}

@media (max-width: 650px) {
  footer .footer-content .contact-information {
    padding: 10px 20px;
  }
  footer .footer-content .contact-information h2 {
    font-size: 150%;
  }
  footer .footer-content .contact-information a {
    font-size: 100%;
  }
  .m-icon {
    width: 30px;
    height: 50px;
  }
}

footer .small {
  background-color: #000000;
  font-size: 130%;
  display: flex;
  justify-content: space-between;
  color: white;
  padding: 20px 50px;
  align-items: center;
}

footer .small > * {
  margin: 0px;
}

footer .small .designed {
  width: 20%;
}
footer .small .designed i {
  color: #ff6e16;
  font-style: normal;
}
footer .small .content a {
  color: #ff6e16;
  font-style: normal;
}
footer .small .socials {
  width: 20%;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}

footer .small .socials a {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: 100% 100%;
}
footer .small .socials .facebook {
  background-image: url(/public/img/frontend/footer/facebook.svg);
}
footer .small .socials .instagram {
  background-image: url(/public/img/frontend/footer/instagram.svg);
}
footer .small .socials .linkedin {
  background-image: url(/public/img/frontend/footer/linkedin.svg);
}

@media (max-width: 1230px) {
  footer .small .socials {
    width: 25%;
  }
  footer .small .designed {
    width: 25%;
  }
}
@media (max-width: 1080px) {
  footer .small {
    flex-direction: column;
  }
  footer .small .socials {
    width: 100%;
    justify-content: center;
  }
  footer .small .designed {
    width: 100%;
    text-align: center;
  }
  footer .small .content {
    width: 100%;
    text-align: center;
  }
}
