@charset "UTF-8";
/*----------  Variables  ----------*/
/*----------  Vendor Variables  ----------*/
/*----------  Plugins  ----------*/
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}


footer,
header,
section {
  display: block;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}


strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  
  a[href^="javascript:"]:after {
    content: "";
  }
  
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h3 {
    orphans: 3;
    widows: 3;
  }
  
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon-alert:before {
  content: "\e209";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

h1, h3, h5, h6,
.h1, .h3, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1,
h3, .h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}


h5, .h5,
h6, .h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}

h1, .h1 {
  font-size: 33px;
}

h3, .h3 {
  font-size: 23px;
}

h5, .h5 {
  font-size: 13px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 9px;
}

.text-right {
  text-align: right;
}

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

dl {
  margin-top: 0;
  margin-bottom: 18px;
}

address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  padding-right: 8px;
  padding-left: 7px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 735px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 955px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1155px;
  }
}

.row {
  margin-right: -8px;
  margin-left: -7px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

 .col-sm-4, .col-md-4, .col-xs-6, .col-sm-6, .col-md-6, .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 8px;
}

 .col-xs-6, .col-xs-12 {
  float: left;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
   .col-sm-4, .col-sm-6 {
    float: left;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 992px) {
   .col-md-4, .col-md-6 {
    float: left;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.form-group {
  margin-bottom: 15px;
}

.has-success .help-block {
  color: #3c763d;
}

.has-warning .help-block {
  color: #8a6d3b;
}

.has-error .help-block {
  color: #a94442;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media {
  overflow: hidden;
  zoom: 1;
}

.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.hidden {
  display: none !important;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/assets/components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/assets/components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/assets/components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/assets/components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/assets/components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/assets/components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

/* Deprecated as of 4.4.0 */
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */


.fa-times:before {
  content: "\f00d";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden;
}

.animated {
  animation-duration: calc( 1s );
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: calc( 1s * 2 );
}
.animated.bounceIn, .animated.bounceOut {
  animation-duration: calc( 1s * 0.75 );
}
.animated.flipOutX, .animated.flipOutY {
  animation-duration: calc( 1s * 0.75 );
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

/*! wysiwyg.css v0.0.3 | MIT License | github.com/jgthms/wysiwyg.css */
.wysiwyg {
  line-height: 1.6;
}
.wysiwyg a {
  text-decoration: none;
}
.wysiwyg a:hover {
  border-bottom: 1px solid;
}
.wysiwyg abbr {
  border-bottom: 1px dotted;
  cursor: help;
}
.wysiwyg cite {
  font-style: italic;
}
.wysiwyg hr {
  background: hsl(0, 0%, 90%);
  border: none;
  display: block;
  height: 1px;
  margin-bottom: 1.2em;
  margin-top: 1.2em;
}
.wysiwyg img {
  vertical-align: text-bottom;
}
.wysiwyg ins {
  background-color: lime;
  text-decoration: none;
}
.wysiwyg mark {
  background-color: yellow;
}
.wysiwyg small {
  font-size: 0.8em;
}
.wysiwyg strong {
  font-weight: 600;
}
.wysiwyg sub,
.wysiwyg sup {
  font-size: 0.8em;
}
.wysiwyg sub {
  vertical-align: sub;
}
.wysiwyg sup {
  vertical-align: super;
}
.wysiwyg p, .wysiwyg dl, .wysiwyg ol, .wysiwyg ul, .wysiwyg blockquote, .wysiwyg pre, .wysiwyg table {
  margin-bottom: 1.2em;
}
.wysiwyg p:last-child, .wysiwyg dl:last-child, .wysiwyg ol:last-child, .wysiwyg ul:last-child, .wysiwyg blockquote:last-child, .wysiwyg pre:last-child, .wysiwyg table:last-child {
  margin-bottom: 0;
}
.wysiwyg p:empty {
  display: none;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  font-weight: 600;
  line-height: 1.2;
}
.wysiwyg h1:first-child, .wysiwyg h2:first-child, .wysiwyg h3:first-child, .wysiwyg h4:first-child, .wysiwyg h5:first-child, .wysiwyg h6:first-child {
  margin-top: 0;
}
.wysiwyg h1 {
  font-size: 2.4em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  line-height: 1;
}
.wysiwyg h2 {
  font-size: 1.6em;
  margin-bottom: 0.75em;
  margin-top: 1.5em;
  line-height: 1.1;
}
.wysiwyg h3 {
  font-size: 1.3em;
  margin-bottom: 0.9230769231em;
  margin-top: 0.9230769231em;
}
.wysiwyg h4 {
  font-size: 1.2em;
  margin-bottom: 1em;
  margin-top: 1em;
}
.wysiwyg h5 {
  font-size: 1.1em;
  margin-bottom: 1.0909090909em;
  margin-top: 1.0909090909em;
}
.wysiwyg h6 {
  font-size: 1em;
  margin-bottom: 1.2em;
  margin-top: 1.2em;
}
.wysiwyg dd {
  margin-left: 1.2em;
}
.wysiwyg ol,
.wysiwyg ul {
  list-style-position: outside;
  margin-left: 1.2em;
}
.wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg ol ol {
  list-style-type: lower-alpha;
}
.wysiwyg ol ol ol {
  list-style-type: lower-roman;
}
.wysiwyg ol ol ol ol {
  list-style-type: lower-greek;
}
.wysiwyg ol ol ol ol ol {
  list-style-type: decimal;
}
.wysiwyg ol ol ol ol ol ol {
  list-style-type: lower-alpha;
}
.wysiwyg ul {
  list-style-type: disc;
}
.wysiwyg ul ul {
  list-style-type: circle;
}
.wysiwyg ul ul ul {
  list-style-type: square;
}
.wysiwyg ul ul ul ul {
  list-style-type: circle;
}
.wysiwyg ul ul ul ul ul {
  list-style-type: disc;
}
.wysiwyg ul ul ul ul ul ul {
  list-style-type: circle;
}
.wysiwyg blockquote {
  border-left: 4px solid hsl(0, 0%, 90%);
  padding: 0.6em 1.2em;
}
.wysiwyg blockquote p {
  margin-bottom: 0;
}
.wysiwyg code,
.wysiwyg kbd,
.wysiwyg samp,
.wysiwyg pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  background-color: hsl(0, 0%, 95%);
  color: hsl(0, 0%, 20%);
  font-size: 0.9em;
}
.wysiwyg code,
.wysiwyg kbd,
.wysiwyg samp {
  border-radius: 3px;
  line-height: 1.7777777778;
  padding: 0.1em 0.4em 0.2em;
  vertical-align: baseline;
}
.wysiwyg pre {
  overflow: auto;
  padding: 1em 1.2em;
}
.wysiwyg pre code {
  background: none;
  font-size: 1em;
  line-height: 1em;
}
.wysiwyg figure {
  margin-bottom: 2.4em;
  text-align: center;
}
.wysiwyg figure:first-child {
  margin-top: 0;
}
.wysiwyg figure:last-child {
  margin-bottom: 0;
}
.wysiwyg figcaption {
  font-size: 0.8em;
  margin-top: 0.75em;
}
.wysiwyg table {
  width: 100%;
}
.wysiwyg table pre {
  white-space: pre-wrap;
}
.wysiwyg th,
.wysiwyg td {
  font-size: 1em;
  padding: 0.6em;
  border: 1px solid hsl(0, 0%, 90%);
  line-height: 1.4;
}
.wysiwyg thead tr,
.wysiwyg tfoot tr {
  background-color: hsl(0, 0%, 96%);
}
.wysiwyg thead th,
.wysiwyg thead td,
.wysiwyg tfoot th,
.wysiwyg tfoot td {
  font-size: 0.9em;
  padding: 0.6666666667em;
}
.wysiwyg thead th code,
.wysiwyg thead td code,
.wysiwyg tfoot th code,
.wysiwyg tfoot td code {
  background-color: hsl(0, 0%, 100%);
}
.wysiwyg tbody tr {
  background-color: hsl(0, 0%, 100%);
}

/*----------  Plugins  ----------*/
/*----------  Reset  ----------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  text-rendering: optimizeLegibility;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, ul, ol, menu {
  margin: 0;
}

button, iframe {
  border: 0;
}

nav ul, nav ol, button, menu {
  padding: 0;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
  resize: vertical;
}
/*----------  Base  ----------*/
@font-face {
  font-display: swap;
  font-family: Ogg;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/Ogg-Regular_woff2.woff2) format("woff2"), url(/assets/fonts/Ogg-Regular_woff.woff) format("woff"), url(/assets/fonts/Ogg-Regular_ttf.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: ZurichSans;
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fonts/ZurichSans-Light_woff2.woff2) format("woff2"), url(/assets/fonts/ZurichSans-Light_woff.woff) format("woff"), url(/assets/fonts/ZurichSans-Light_ttf.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: ZurichSans;
  font-style: italic;
  font-weight: 300;
  src: url(/assets/fonts/ZurichSans-LightItalic_woff2.woff2) format("woff2"), url(/assets/fonts/ZurichSans-LightItalic_woff.woff) format("woff"), url(/assets/fonts/ZurichSans-LightItalic_ttf.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: ZurichSans;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/ZurichSans-Regular_woff2.woff2) format("woff2"), url(/assets/fonts/ZurichSans-Regular_woff.woff) format("woff"), url(/assets/fonts/ZurichSans-Regular_ttf.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: ZurichSans;
  font-style: italic;
  font-weight: 400;
  src: url(/assets/fonts/ZurichSans-Italic_woff2.woff2) format("woff2"), url(/assets/fonts/ZurichSans-Italic_woff.woff) format("woff"), url(/assets/fonts/ZurichSans-Italic_ttf.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: ZurichSans;
  font-style: normal;
  font-weight: 500;
  src: url(/assets/fonts/ZurichSans-Medium_woff2.woff2) format("woff2"), url(/assets/fonts/ZurichSans-Medium_woff.woff) format("woff"), url(/assets/fonts/ZurichSans-Medium_ttf.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: ZurichSans;
  font-style: italic;
  font-weight: 500;
  src: url(/assets/fonts/ZurichSans-MediumItalic_woff2.woff2) format("woff2"), url(/assets/fonts/ZurichSans-MediumItalic_woff.woff) format("woff"), url(/assets/fonts/ZurichSans-MediumItalic_ttf.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: ZurichSans;
  font-style: normal;
  font-weight: 600;
  src: url(/assets/fonts/ZurichSans-SemiBold_woff2.woff2) format("woff2"), url(/assets/fonts/ZurichSans-SemiBold_woff.woff) format("woff"), url(/assets/fonts/ZurichSans-SemiBold_ttf.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: ZurichSans;
  font-style: italic;
  font-weight: 600;
  src: url(/assets/fonts/ZurichSans-SemiBoldItalic_woff2.woff2) format("woff2"), url(/assets/fonts/ZurichSans-SemiBoldItalic_woff.woff) format("woff"), url(/assets/fonts/ZurichSans-SemiBoldItalic_ttf.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: ZurichSans;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/ZurichSans-Bold_woff2.woff2) format("woff2"), url(/assets/fonts/ZurichSans-Bold_woff.woff) format("woff"), url(/assets/fonts/ZurichSans-Bold_ttf.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: ZurichSans;
  font-style: italic;
  font-weight: 700;
  src: url(/assets/fonts/ZurichSans-BoldItalic_woff2.woff2) format("woff2"), url(/assets/fonts/ZurichSans-BoldItalic_woff.woff) format("woff"), url(/assets/fonts/ZurichSans-BoldItalic_ttf.ttf) format("truetype");
}
.font-weight-light {
  font-weight: 300;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-semi-bold {
  font-weight: 600;
}

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

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

.text-color-primary {
  color: #0171b9;
}
.text-color-primary:hover, .text-color-primary:focus, .text-color-primary:active {
  color: #0171b9;
}
.text-color-font-2 {
  color: #233670;
}
.text-color-font-2:hover, .text-color-font-2:focus, .text-color-font-2:active {
  color: #233670;
}
.text-color-font-3 {
  color: #5b6986;
}
.text-color-font-3:hover, .text-color-font-3:focus, .text-color-font-3:active {
  color: #5b6986;
}
.text-color-white {
  color: #fff;
}
.text-color-white:hover, .text-color-white:focus, .text-color-white:active {
  color: #fff;
}

h1, h3, h5, h6, .h1, .h3, .h5, .h6, .h8 {
  margin-top: 0;
  margin-bottom: 0;
}

h1, .h1 {
  font-size: 33px;
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 22px;
  }
}

h3, .h3 {
  font-size: 28px;
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 16px;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 15px;
  }
}

h6, .h6 {
  font-size: 14px;
}

.h8 {
  font-size: 12px;
}

.small-text {
  font-size: 11px;
}
@media only screen and (max-width: 415px) {
  .small-text {
    font-size: 10px;
  }
}
.line-height-1-4 {
  line-height: 1.4;
}

html {
  overflow-x: hidden;
}

body {
  font-family: ZurichSans, sans-serif;
  color: #000;
  font-weight: 500;
  position: relative;
}

body.hamburger-menu--active--header, body.hamburger-menu--active--footer {
  position: fixed;
  left: 0;
  width: 100%;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
body.hamburger-menu--active--header {
  top: 0;
}
body.hamburger-menu--active--footer {
  bottom: 0;
}
body.show-cookie-alert .cookie-alert {
  display: flex;
}
body.show-cookie-alert .scroll-to-top {
  bottom: 60px;
}
@media only screen and (max-width: 991px) {
  body.show-cookie-alert .scroll-to-top {
    bottom: 90px;
  }
}

.background-color-primary {
  background-color: #0171b9;
}
.background-color-white {
  background-color: #fff;
}
.border-radius-2 {
  border-radius: 2px;
}
.border-radius-3 {
  border-radius: 3px;
}
.border-radius-25 {
  border-radius: 25px;
}

.border-bottom-1 {
  border-bottom: 1px solid #e5e9f0;
}

.about-text {
  color: #3f3f51;
}

.scroll-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  will-change: transform;
}
.scroll-to-top--active {
  opacity: 1;
  visibility: visible;
}

.alert ul {
  padding-left: 17px;
}

.popover {
  width: 100%;
  font-family: ZurichSans, sans-serif;
  line-height: 1.3;
  border-radius: 3px;
}
.popover .popover-content {
  padding: 10px;
}
.popover.left {
  margin-left: -5px;
}

.pagination {
  font-size: 16px;
}
.pagination > li > a, .pagination > li > span {
  background-color: transparent;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 50% !important;
  border-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination > li.active > a, .pagination > li.active > span {
  background-color: #fff;
  border-color: #fff;
  color: #0171b9;
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  font-weight: 500;
  line-height: 1.3;
}

.wysiwyg--no-list-space ul, .wysiwyg--no-list-space ol {
  margin-left: -1.2em;
  margin-bottom: 5px;
}

.wysiwyg a {
  border-bottom: 1px solid;
}

/*----------  Helpers  ----------*/

.pl-xs-0 {
  padding-left: 0px;
}

.pr-xs-0 {
  padding-right: 0px;
}

.mb-xs-1 {
  margin-bottom: 1px;
}

.pr-xs-1 {
  padding-right: 1px;
}

.mt-xs-4 {
  margin-top: 4px;
}

.mt-xs-5 {
  margin-top: 5px;
}

.mb-xs-5 {
  margin-bottom: 5px;
}

.mr-xs-5 {
  margin-right: 5px;
}

.pt-xs-5 {
  padding-top: 5px;
}

.pb-xs-5 {
  padding-bottom: 5px;
}

.mt-xs-10 {
  margin-top: 10px;
}

.mb-xs-10 {
  margin-bottom: 10px;
}

.ml-xs-10 {
  margin-left: 10px;
}

.mr-xs-10 {
  margin-right: 10px;
}

.pt-xs-10 {
  padding-top: 10px;
}

.pb-xs-10 {
  padding-bottom: 10px;
}

.pl-xs-10 {
  padding-left: 10px;
}

.pr-xs-10 {
  padding-right: 10px;
}

.p-xs-10 {
  padding: 10px;
}

.w-xs-10 {
  width: 10%;
}

.pt-xs-13 {
  padding-top: 13px;
}

.pb-xs-13 {
  padding-bottom: 13px;
}

.m-xs-15 {
  margin: 15px;
}

.pb-xs-15 {
  padding-bottom: 15px;
}

.pl-xs-15 {
  padding-left: 15px;
}

.pr-xs-15 {
  padding-right: 15px;
}

.p-xs-15 {
  padding: 15px;
}

.pl-xs-18 {
  padding-left: 18px;
}

.mt-xs-20 {
  margin-top: 20px;
}

.mb-xs-20 {
  margin-bottom: 20px;
}

.pt-xs-20 {
  padding-top: 20px;
}

.pb-xs-20 {
  padding-bottom: 20px;
}

.pl-xs-20 {
  padding-left: 20px;
}

.pr-xs-20 {
  padding-right: 20px;
}

.pt-xs-25 {
  padding-top: 25px;
}

.pb-xs-25 {
  padding-bottom: 25px;
}

.pl-xs-25 {
  padding-left: 25px;
}

.pr-xs-25 {
  padding-right: 25px;
}

.mt-xs-30 {
  margin-top: 30px;
}

.mb-xs-30 {
  margin-bottom: 30px;
}

.mr-xs-30 {
  margin-right: 30px;
}

.pt-xs-30 {
  padding-top: 30px;
}

.pb-xs-30 {
  padding-bottom: 30px;
}

.pl-xs-30 {
  padding-left: 30px;
}

.pr-xs-30 {
  padding-right: 30px;
}

.w-xs-35 {
  width: 35%;
}

.pl-xs-60 {
  padding-left: 60px;
}

.pr-xs-60 {
  padding-right: 60px;
}

.w-xs-65 {
  width: 65%;
}

.pt-xs-70 {
  padding-top: 70px;
}

.pb-xs-70 {
  padding-bottom: 70px;
}

.pl-xs-70 {
  padding-left: 70px;
}

.pr-xs-70 {
  padding-right: 70px;
}

.w-xs-70 {
  width: 70%;
}

.mt-xs-80 {
  margin-top: 80px;
}

.mb-xs-80 {
  margin-bottom: 80px;
}

.mt-xs-100 {
  margin-top: 100px;
}

.w-xs-100 {
  width: 100%;
}

.h-xs-100 {
  height: 100%;
}

@media (min-width: 768px) {
  .mr-sm-10 {
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .m-sm-10 {
    margin: 10px;
  }
}

@media (min-width: 768px) {
  .pl-sm-20 {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .w-sm-25 {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .pl-sm-30 {
    padding-left: 30px;
  }
}

@media (min-width: 768px) {
  .pr-sm-30 {
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .w-sm-75 {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .ml-md--10 {
    margin-left: -10px;
  }
}

@media (min-width: 992px) {
  .mr-md--10 {
    margin-right: -10px;
  }
}

@media (min-width: 992px) {
  .mb-md-0 {
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .mr-md-0 {
    margin-right: 0px;
  }
}

@media (min-width: 992px) {
  .pb-md-0 {
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .pl-md-0 {
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .pr-md-0 {
    padding-right: 0px;
  }
}

@media (min-width: 992px) {
  .pt-md-5 {
    padding-top: 5px;
  }
}

@media (min-width: 992px) {
  .pl-md-7 {
    padding-left: 7px;
  }
}

@media (min-width: 992px) {
  .pr-md-8 {
    padding-right: 8px;
  }
}

@media (min-width: 992px) {
  .ml-md-10 {
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .pr-md-15 {
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .w-md-15 {
    width: 15%;
  }
}

@media (min-width: 992px) {
  .pt-md-20 {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  .pb-md-20 {
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .mb-md-25 {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .mt-md-50 {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .w-md-85 {
    width: 85%;
  }
}

@media (min-width: 992px) {
  .pb-md-100 {
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .w-md-100 {
    width: 100%;
  }
}

@media (min-width: 1599px) {
  .ml-xmd-25 {
    margin-left: 25px;
  }
}

@media (min-width: 1200px) {
  .mr-lg-20 {
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .mb-lg-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .pl-lg-40 {
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .pr-lg-40 {
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .mr-lg-60 {
    margin-right: 60px;
  }
}

@media (min-width: 1200px) {
  .mt-lg-80 {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .text-md-right {
    text-align: right;
  }
}

.df-xs {
  display: flex;
}
.df-xs:before, .df-xs:after {
  display: none;
}
.df-xs-justify-content-center {
  justify-content: center;
}
.df-xs-justify-content-space-between {
  justify-content: space-between;
}
.df-xs-justify-content-flex-end {
  justify-content: flex-end;
}
.df-xs-align-items-center {
  align-items: center;
}
.df-xs-align-items-flex-start {
  align-items: flex-start;
}
.df-xs-align-items-flex-end {
  align-items: flex-end;
}
.df-xs-align-items-stretch {
  align-items: stretch;
}
.df-xs-flex-wrap-wrap {
  flex-wrap: wrap;
}
.df-xs-flex-direction-column {
  flex-direction: column;
}
.df-xs-flex-direction-column-reverse {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .df-sm {
    display: flex;
  }
  .df-sm:before, .df-sm:after {
    display: none;
  }
  .df-sm-justify-content-space-between {
    justify-content: space-between;
  }
  .df-sm-justify-content-flex-start {
    justify-content: flex-start;
  }
  .df-sm-align-items-center {
    align-items: center;
  }
  .df-sm-align-items-stretch {
    align-items: stretch;
  }
  .df-sm-flex-wrap-wrap {
    flex-wrap: wrap;
  }
  .df-sm-flex-direction-column {
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .df-md-justify-content-space-between {
    justify-content: space-between;
  }
  .df-md-justify-content-flex-start {
    justify-content: flex-start;
  }
  .df-md-justify-content-flex-end {
    justify-content: flex-end;
  }
  .df-md-align-items-stretch {
    align-items: stretch;
  }
  .df-md-flex-direction-row {
    flex-direction: row;
  }
}

/*----------  Components  ----------*/
.header {
  height: 95px;
  border-bottom: 1px solid #b2bbca;
}
@media only screen and (max-width: 991px) {
  .header {
    border-top: 8px solid #0171b9;
  }
}
.header__logo {
  width: 240px;
}
@media only screen and (max-width: 1199px) {
  .header__logo {
    width: 200px;
  }
}
.header__logo svg {
  width: 95px;
  height: 80px;
}
@media only screen and (max-width: 991px) {
  .header__logo svg {
    height: 75px;
    width: 90px;
  }
}
@media (max-width: 320px) {
  .header__logo svg {
    width: 71px;
    height: 60px;
  }
}
.header__menu {
  position: relative;
  width: calc(100% - 240px);
}
@media only screen and (max-width: 1199px) {
  .header__menu {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 991px) {
  .header__menu {
    width: calc(100% - 140px);
  }
}
@media (max-width: 320px) {
  .header__menu {
    width: calc(100% - 40px);
  }
}
.header__menu__primary {
  border-bottom-left-radius: 10px;
  background: #0171b9;
  height: 25px;
  position: relative;
}
.header__menu__primary:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #0171b9;
}
.header__menu__primary__container {
  width: calc(100% - 380px);
}
@media only screen and (max-width: 1199px) {
  .header__menu__primary__container {
    width: calc(100% - 330.6px);
  }
}
.header__menu__primary__container_2 {
  width: 380px;
  margin-right: 1px;
}
@media only screen and (max-width: 1199px) {
  .header__menu__primary__container_2 {
    width: 330.6px;
  }
}
.header__menu__primary__item {
  padding: 0 10px;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 1199px) {
  .header__menu__primary__item {
    padding: 0 7px;
    font-size: 10px;
  }
}
.header__menu__primary__item:hover {
  background-color: #017ccc;
}
.header__menu__primary__item--style-2 {
  padding: 0;
  width: 190px;
  margin-right: 0;
  background-color: #017ccc;
}
@media only screen and (max-width: 1199px) {
  .header__menu__primary__item--style-2 {
    width: 165.3px;
  }
}
.header__menu__secondary {
  height: calc(100% - 25px);
}
@media only screen and (max-width: 991px) {
  .header__menu__secondary {
    height: 70px;
    border-bottom: 1px solid rgba(1, 113, 185, 0.2);
  }
}
.header__menu__secondary__phone {
  font-size: 18px;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .header__menu__secondary__phone {
    font-size: 16px;
  }
}
.header__menu__secondary__phone svg {
  fill: #0171b9;
  width: 21px;
  height: 21px;
}
.header__menu__secondary__item {
  width: 191px;
  border-left: 1px solid #e5e9f0;
  color: #017ccc;
  background-color: #fff;
  transition: background-color 0.3s, color 0.3s;
  font-size: 12px;
}
.header__menu__secondary__item:hover, .header__menu__secondary__item:focus, .header__menu__secondary__item:active {
  background-color: rgba(221, 221, 221, 0.3);
  color: #017ccc;
}
@media only screen and (max-width: 1199px) {
  .header__menu__secondary__item {
    width: 165.3px;
  }
}
@media only screen and (max-width: 991px) {
  .header__menu__secondary__item {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 1199px) {
  .header__menu__secondary__item {
    font-size: 11px;
  }
}
@media only screen and (max-width: 415px) {
  .header__menu__secondary__item {
    font-size: 9px;
  }
}
.header__menu__secondary__item svg {
  transition: all 0.3s;
  fill: #017ccc;
}
.header__menu__secondary__item:last-child {
  border-right: 1px solid #e5e9f0;
}
.header__menu__secondary__item--time-of-damage {
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .header__menu__secondary__item--time-of-damage {
    background: #fff;
  }
}
.header__menu__secondary__item--time-of-damage svg {
  width: 23px;
}
.header__menu__secondary__item--damage-query {
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .header__menu__secondary__item--damage-query {
    background: #fff;
  }
}
.header__menu__secondary__item--damage-query svg {
  width: 23px;
}
@media only screen and (max-width: 991px) {
  .header__menu__secondary__item:first-child {
    border-left: none;
  }
  .header__menu__secondary__item:last-child {
    border-right: none;
  }
  .header__menu__secondary__item--active {
    background: #20b1e6;
    color: #fff;
  }
  .header__menu__secondary__item--active svg {
    fill: #fff;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu__secondary__item:hover, .header__menu__secondary__item:focus, .header__menu__secondary__item:active {
    background: #20b1e6;
    color: #fff;
  }
  .header__menu__secondary__item:hover svg, .header__menu__secondary__item:focus svg, .header__menu__secondary__item:active svg {
    fill: #fff;
  }
}
.header__menu__secondary__item--whatsapp {
  width: 64px;
  font-size: 30px;
  color: #b2bbca;
}
@media only screen and (max-width: 1199px) {
  .header__menu__secondary__item--whatsapp {
    width: 45px;
  }
}
.header__menu__secondary__item--whatsapp:hover, .header__menu__secondary__item--whatsapp:focus, .header__menu__secondary__item--whatsapp:active {
  background: transparent;
}
.header__menu__secondary__item--search {
  width: 64px;
  font-size: 30px;
  color: #b2bbca;
}
@media only screen and (max-width: 1199px) {
  .header__menu__secondary__item--search {
    width: 45px;
  }
}
.header__menu__secondary__item--web-branch svg {
  width: 23px;
}
.header__mobile__menu__primary__item {
  border-left: 1px solid rgba(1, 124, 204, 0.2);
}
.header__mobile__menu__primary__item:first-child {
  border: none;
}
.header__mobile__menu__primary__item a {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__mobile__menu__primary__item--search {
  margin-right: 10px;
}
.header__mobile__menu__primary__item--search svg path {
  fill: rgb(172, 181, 196);
}
.header__mobile__menu__primary__item--requests-suggestions svg {
  fill: #0171b9;
  width: 25px;
}
@media only screen and (max-width: 991px) {
  .header__mobile__menu__primary__item--requests-suggestions svg {
    fill: #aab5c7;
    width: 22px;
  }
}
.header__mobile__menu__primary__item--phone svg {
  width: 26px;
}
.header__mobile__menu__primary__item--phone svg path {
  fill: rgb(172, 181, 196);
}
@media only screen and (max-width: 991px) {
  .header__mobile__menu__primary__item--phone svg {
    fill: #aab5c7;
    width: 18px;
  }
}
.header__mobile__menu__primary__item--whatsapp {
  font-size: 26px;
  color: #23ab7d;
}
@media only screen and (max-width: 991px) {
  .header__mobile__menu__primary__item--whatsapp {
    color: #aab5c7;
    font-size: 23px;
  }
}
.header__mobile__menu__primary__item--hamburger-menu {
  cursor: pointer;
  margin-top: -2px;
}
.header__hamburger__bars, .header__hamburger__bars:after, .header__hamburger__bars:before {
  width: 29px;
  height: 4px;
}
.header__hamburger__bars {
  position: relative;
  transform: translateY(8px);
  background: #0171b9;
  transition: all 0ms 300ms;
}
.header__hamburger__bars.animate {
  background: rgba(255, 255, 255, 0);
}
.header__hamburger__bars:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  background: #0171b9;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header__hamburger__bars:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: #0171b9;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header__hamburger__bars.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header__hamburger__bars.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu {
  position: absolute;
  background-color: rgb(251, 251, 251);
  left: 0;
  width: 100%;
  z-index: 50;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.hamburger-menu--header {
  top: 165px;
  min-height: calc(100vh - (95px + 70px));
  min-height: calc(var(--vh, 1vh) * 100 - (95px + 70px));
}
.hamburger-menu--footer {
  bottom: 235px;
  min-height: calc(100vh - (90px + 65px + 80px));
  min-height: calc(var(--vh, 1vh) * 100 - (90px + 65px + 80px));
}
.hamburger-menu--active {
  opacity: 1;
  visibility: visible;
}
.hamburger-menu__item {
  color: #017ccc;
  border-bottom: 1px solid rgba(1, 124, 204, 0.15);
  height: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .hamburger-menu__item {
    max-height: 13.8vh;
  }
}
@media only screen and (max-width: 375px) {
  .hamburger-menu__item {
    max-height: 90.6px;
  }
}
@media only screen and (max-width: 320px) {
  .hamburger-menu__item {
    max-height: 64.1px;
  }
}
@media only screen and (max-width: 991px) {
  .hamburger-menu__item {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .hamburger-menu__item {
    font-size: 20px;
  }
}
@media only screen and (max-width: 415px) {
  .hamburger-menu__item {
    font-size: 16px;
  }
}
@media only screen and (max-height: 420px) {
  .hamburger-menu__item {
    font-size: 16px;
  }
}
@media only screen and (max-height: 340px) {
  .hamburger-menu__item {
    font-size: 16px;
  }
}
.hamburger-menu__item--blank {
  min-height: auto;
  max-height: auto;
}
.hamburger-menu__item--back {
  justify-content: flex-start;
  min-height: 70px;
  max-height: 120px;
}
.hamburger-menu__item--back svg {
  fill: #0171b9;
  width: 34px;
  opacity: 0.5;
}
.hamburger-menu__item--back--white svg {
  fill: #fff;
  opacity: 1;
}
.hamburger-menu__item--close {
  justify-content: flex-end;
}
.hamburger-menu__item--close svg {
  fill: #0171b9;
  width: 34px;
  opacity: 0.5;
}
.hamburger-menu__item--close--white svg {
  fill: #fff;
  opacity: 1;
}
.hamburger-menu .hamburger-menu__item--back .back-arrow {
  background: #0171b9;
  padding: 5px 10px;
  border-radius: 20px;
  color: #ffffff;
}
.hamburger-menu .hamburger-menu__item--back .back-arrow svg {
  rotate: 180deg;
  width: 10px;
}
.hamburger-menu .hamburger-menu__item--back .back-arrow svg path {
  fill: #ffffff;
}
.hamburger-menu .hamburger-menu__item--back.hamburger-menu__item--close {
  justify-content: space-between;
}
.hamburger-menu__parents {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  transform: translateX(0%);
  width: 100%;
  height: 100%;
}
.hamburger-menu__parents--close {
  transform: translateX(-100%);
}
.hamburger-menu__submenu {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  display: none;
}
.hamburger-menu__submenu--opening {
  display: flex;
}
.hamburger-menu__submenu--opened {
  transform: translateX(0%);
}

.dropdown-insurance-types {
  position: absolute;
  top: 95px;
  border-radius: 5px;
  left: 0;
  z-index: -1;
  background: #ECEEEF;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  overflow: hidden;
  height: 0;
}
@media only screen and (max-width: 1600px) {
  .dropdown-insurance-types {
    top: 105px;
  }
}
.dropdown-insurance-types--active {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  height: auto;
}
.dropdown-insurance-types__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  fill: rgba(1, 124, 204, 0.3);
  mix-blend-mode: multiply;
}
.dropdown-insurance-types__main {
  width: 320px;
}
.dropdown-insurance-types__main__item {
  visibility: hidden;
  padding: 15px 30px;
}
@media only screen and (max-width: 1600px) {
  .dropdown-insurance-types__main__item {
    padding: 9px 30px;
  }
}
.dropdown-insurance-types__main__item:hover, .dropdown-insurance-types__main__item--active, .dropdown-insurance-types__main__item--static-active {
  background: #ffffff;
}
.dropdown-insurance-types__main__item__icon {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: 20px;
}
@media only screen and (max-width: 1600px) {
  .dropdown-insurance-types__main__item__icon {
    width: 30px;
    height: 30px;
  }
}
.dropdown-insurance-types__main__item__icon svg {
  fill: #fff;
  width: 35px;
}
@media only screen and (max-width: 1600px) {
  .dropdown-insurance-types__main__item__icon svg {
    transform: scale(0.8);
  }
}
.dropdown-insurance-types__main__item__title {
  font-size: 16px;
  color: #0171b9;
  font-weight: normal;
}
.dropdown-insurance-types__sub {
  width: calc(100% - 320px);
  background: #ffffff;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
}
@media only screen and (max-width: 1600px) {
  .dropdown-insurance-types__sub {
    padding-top: 5px;
  }
}
.dropdown-insurance-types__sub__item {
  border-bottom: 1px solid rgba(1, 113, 185, 0.05);
  font-size: 15px;
  padding: 10px 10px;
  display: block;
  color: #0171b9;
  visibility: hidden;
  /*
  &:last-child {
      border: none;
  }
  */
}
.dropdown-insurance-types__sub__item:hover, .dropdown-insurance-types__sub__item--active, .dropdown-insurance-types__sub__item--static-active {
  background: #ECEEEF;
  color: #0171b9;
}
@media only screen and (max-width: 1600px) {
  .dropdown-insurance-types__sub__item {
    padding: 6.6px 5px;
  }
}
.insurance-types-mobile--active {
  top: 0;
  min-height: 100%;
  z-index: 3;
}
.insurance-types-mobile--2.insurance-types-mobile--active {
  top: initial;
  min-height: 450px;
  bottom: 0;
}
.insurance-types-mobile__item {
  background: rgb(251, 251, 251);
  color: #017ccc;
  transition: all 0.3s;
  margin-bottom: 1px;
  border-radius: 0;
  border: none;
}
.insurance-types-mobile__item__title__icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.insurance-types-mobile__item__title__icon svg {
  fill: #fff;
}
.insurance-types-mobile__item__insurance {
  position: relative;
  background: rgb(251, 251, 251);
  border-bottom: 1px solid #e9e9e9;
  display: block;
}
.insurance-types-mobile__item__insurance img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}
.insurance-types-mobile__item .insurance-subber-menu {
  display: none;
  opacity: 0;
}
 .insurance-types-mobile__item__title i {
  font-family: FontAwesome;
  font-style: normal;
}
 .insurance-types-mobile__item__title i:before {
  content: "\f077";
}
.insurance-types-mobile__title.collapsed.hide, .insurance-types-mobile__item__title.collapsed.hide {
  display: none;
}
.insurance-types-mobile__title.collapsed i:before, .insurance-types-mobile__item__title.collapsed i:before {
  content: "\f078";
}

.wrapper {
  position: relative;
  min-height: calc(100vh - (95px + 90px + 30px));
  min-height: calc(var(--vh, 1vh) * 100 - (95px + 90px + 30px));
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .wrapper {
    min-height: calc(100vh - (95px + 45px + 65px));
    min-height: calc(var(--vh, 1vh) * 100 - (95px + 45px + 65px));
  }
}
.wrapper__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../../../assets/img/page/backgrounds/1.jpg");
  background-color: #dde5e4;
}
.insurance-subtypes__overlay--active {
  opacity: 1;
  visibility: visible;
}
.insurance-subtypes__wrapper {
  position: relative;
  padding: 10px;
  display: flex;
  z-index: 9999;
  gap: 25px;
}
.insurance-subtypes__wrapper--active {
  display: inline-flex;
}
@media only screen and (max-width: 991px) {
  .insurance-subtypes__wrapper--active {
    display: none;
  }
}
.insurance-subtypes__item__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
  z-index: 3;
  color: #23366F;
  text-align: center;
  height: 45px;
}
.insurance-subtypes__item__button {
  border: 1px solid #0171b9;
  border-radius: 40px;
  padding: 15px 40px;
  text-align: center;
  display: flex;
  gap: 20px;
  width: 200px;
  align-items: center;
  justify-content: center;
  color: #0171b9;
}
.insurance-subtypes__item__button:hover {
  color: #fff;
  background: #2167AE;
}
.insurance-subtypes__item__button:hover svg path {
  fill: #fff;
}
.insurance-subtypes__item__shape {
  position: relative;
  text-align: right;
}
.insurance-subtypes__item__shape svg {
  height: 55px;
  width: 55px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.insurance-subtypes__item__shape img {
  width: 240px;
}
.insurance-types__container {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .insurance-types__container {
    display: none;
  }
}
.insurance-types__item--active {
  background: linear-gradient(0deg, #032b6d 0%, #017ccc 130%);
  color: #fff !important;
}
.insurance-types__item__icon svg {
  fill: #fff;
}
.insurance-types__item--home .insurance-types__item__icon svg {
  width: 23px;
}
.insurance-types__item--car .insurance-types__item__icon svg {
  width: 30px;
}
.insurance-types__item--virtual-security .insurance-types__item__icon svg {
  width: 25px;
}
.insurance-types__item--health .insurance-types__item__icon svg {
  width: 22px;
}
.insurance-types__item--life .insurance-types__item__icon svg {
  width: 18px;
}
.insurance-types__item--business .insurance-types__item__icon svg {
  width: 22px;
}

@media only screen and (max-width: 991px) {
  .footer {
    height: auto;
  }
}
.footer .text-end {
  text-align: end;
}
@media only screen and (max-width: 991px) {
  .footer .text-end {
    text-align: center;
    font-size: 20px;
  }
}
.footer .follow-us a {
  padding: 10px 0 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .footer .follow-us a {
    padding: 10px;
  }
  .footer .follow-us a svg {
    width: 27px;
    height: 25px;
  }
}
.footer .follow-us a svg {
  width: 17px;
  height: 15px;
}
.footer__menu {
  background: #0171b9;
  padding: 20px 0;
}
.footer__menu .menu_item a {
  display: block;
  font-weight: normal;
  padding: 5px 0;
}
.footer__menu .menu_item a::first-letter {
  text-transform: uppercase;
}
.footer__primary {
  height: 45px;
  background: #0171b9;
}
.footer__primary .container {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__primary__right {
  background: #0171b9;
  padding: 0 20px 20px 20px;
}
.footer__primary__right .container {
  background: #017ccc;
  padding: 10px 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.footer__primary__right .container a {
  font-size: 25px;
}
.footer__primary__right .container svg {
  width: 35px;
}
.footer__primary__right .container svg path {
  fill: #fff;
}
.footer__primary__legal-content--active {
  background: #fff;
  color: #0171b9;
}
.footer__primary__legal-content--active:hover, .footer__primary__legal-content--active:focus {
  color: #0171b9;
}
.footer__primary__legal-content--active i {
  background: #0171b9;
  color: #fff;
}
.footer__primary__legal-content-2 {
  font-size: 13px;
  line-height: 1;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (max-width: 1199px) {
  .footer__primary__legal-content-2 {
    font-size: 11px;
  }
}
@media only screen and (max-width: 465px) {
  .footer__primary__legal-content-2 {
    font-size: 10px;
  }
}
.footer__primary__legal-content-2 img {
  max-width: 15px;
}
@media only screen and (max-width: 767px) {
  .footer__primary__legal-content-2 img {
    max-width: 13px;
  }
}
@media only screen and (max-width: 415px) {
  .footer__primary__legal-content-2 {
    padding-left: 5.5px;
    padding-right: 5.5px;
    font-size: 9px;
  }
}
@media only screen and (max-width: 390px) {
  .footer__primary__legal-content-2 {
    padding-left: 9.5px;
    padding-right: 9.5px;
    font-size: 7px;
  }
}
@media only screen and (max-width: 375px) {
  .footer__primary__legal-content-2 {
    padding-left: 9.5px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 359px) {
  .footer__primary__legal-content-2 {
    font-size: 6px;
  }
}
.footer__primary__legal-content-3 {
  font-size: 13px;
}
@media only screen and (max-width: 1199px) {
  .footer__primary__legal-content-3 {
    font-size: 11px;
  }
}
.footer__primary__legal-content-3 a {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 1600px) {
  .footer__primary__legal-content-3 a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.footer__primary__legal-content-3 a:first-child {
  padding-left: 0;
}
.footer__primary--tertiary {
  background: #0171b9;
  font-size: 13px;
}
.footer__primary--tertiary .container {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1199px) {
  .footer__primary--tertiary {
    font-size: 11px;
  }
}
.footer__primary--quternary {
  background: #0171b9;
  height: 30px;
  font-size: 13px;
}
@media only screen and (max-width: 1199px) {
  .footer__primary--quternary {
    font-size: 11px;
    height: 80px;
  }
}
.footer__primary--kvk {
  background: #0171b9;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__secondary {
  height: 65px;
  background: #0171b9;
}

.cookie-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 49;
  background: #0171b9;
  font-size: 13px;
  display: none;
  line-height: 1.4;
  padding-top: 5px;
  padding-bottom: 5px;
  will-change: transform;
}
@media only screen and (max-width: 1600px) {
  .cookie-alert {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .cookie-alert {
    font-size: 11px;
  }
}
@media only screen and (max-width: 991px) {
  .cookie-alert {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .cookie-alert {
    padding: 8px 15px;
    line-height: 1.1;
    font-size: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .cookie-alert {
    padding-left: 0;
    padding-right: 0;
  }
}
.cookie-alert__close {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 18px;
}

.button {
  transition: all 0.3s;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.button-tertiary--fill {
  border: 1px solid #20b1e6;
  background: #20b1e6;
  color: #fff;
}
.button-tertiary--fill:hover, .button-tertiary--fill:focus {
  border: 1px solid #20b1e6;
  color: #fff;
  background: #18a2d5;
}

.button-quternary--blank {
  border: 1px solid #005baa;
  color: #005baa;
}
.button-quternary--blank:hover, .button-quternary--blank:focus {
  background: #005baa;
  color: #fff;
}

.button-quternary--fill {
  border: 1px solid #005baa;
  background: #005baa;
  color: #fff;
}
.button-quternary--fill:hover, .button-quternary--fill:focus {
  border: 1px solid #005baa;
  color: #fff;
  background: #004d91;
}
.button-style-1 svg {
  fill: #fff;
  height: 22px;
}
.button-style-2 svg {
  fill: #fff;
  height: 35px;
}
.button-style-3 svg {
  fill: #0171b9;
  height: 35px;
}
.button-style-4 svg {
  fill: #0171b9;
}
.button-style-4:hover svg, .button-style-4:focus svg {
  fill: #0171b9;
}
.button-style-4__icon--bunlarin-disinda svg {
  max-width: 45px;
}
.button-style-4__icon--konut svg {
  width: 85px;
  height: 70px;
  fill: #0171b9;
}
@media only screen and (max-width: 1600px) {
  .button-style-4__icon--konut svg {
    width: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .button-style-4__icon--konut svg {
    width: 35px;
    height: 30px;
  }
}
.button-style-4__icon--kasko svg {
  width: 85px;
  height: 70px;
  fill: #0171b9;
}
@media only screen and (max-width: 1600px) {
  .button-style-4__icon--kasko svg {
    width: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .button-style-4__icon--kasko svg {
    width: 35px;
    height: 30px;
  }
}
.button-style-4__icon--trafik svg {
  width: 85px;
  height: 70px;
  fill: #0171b9;
}
@media only screen and (max-width: 1600px) {
  .button-style-4__icon--trafik svg {
    width: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .button-style-4__icon--trafik svg {
    width: 35px;
    height: 30px;
  }
}
.button-style-4__icon--diger svg {
  width: 70px;
  height: 50px;
  fill: #0171b9;
}
@media only screen and (max-width: 1600px) {
  .button-style-4__icon--diger svg {
    width: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .button-style-4__icon--diger svg {
    width: 35px;
    height: 30px;
  }
}
.button-style-5 svg {
  fill: #fff;
  height: 22px;
}
.button-style-9 svg {
  fill: #0171b9;
  height: 35px;
}

.button-scale:hover {
  transform: scale(0.98);
}

.search {
  position: absolute;
  z-index: 6;
  top: 0;
  width: 100%;
  background: #fff;
  height: 275px;
  overflow: hidden;
  display: flex;
  display: none;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .search {
    height: 300px;
  }
}
.search.search-results--active {
  z-index: 4;
  display: block;
  opacity: 1;
}
.search.search-results--active .site-backdrop {
  visibility: visible;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: rgba(1, 113, 185, 0.3);
}
.search h1 {
  font-weight: normal;
}
.search .h1 {
  color: #233670;
  font-size: 30px;
  font-style: normal;
  font-weight: 375;
  line-height: 70px;
  padding-left: 25px;
}
.search .container {
  width: 100%;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .search .container {
    width: 100%;
  }
}
.search form {
  width: 670px;
  margin: 80px auto;
  position: relative;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 991px) {
  .search form {
    margin-top: 30px;
    width: auto;
  }
}
.search__input {
  color: black;
  width: 100%;
  height: 60px;
  background: #EFF0F2;
  border: none;
  border-radius: 50px;
  font-family: ZurichSans, sans-serif;
  font-size: 14px;
}
.search__input::-moz-placeholder {
  font-family: ZurichSans, sans-serif;
  font-size: 14px;
  color: #5B6986;
}
.search__input::placeholder {
  font-family: ZurichSans, sans-serif;
  font-size: 14px;
  color: #5B6986;
}
.search .relative {
  position: relative;
}
.search__button {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 22px;
  transition: all 0.3s;
  background: none;
  z-index: 99;
}
.search__button svg {
  width: 20px;
}
.search__button svg path {
  fill: #0070B8;
}
.search__button:hover {
  background: none;
}
.search__suggestions--active {
  display: flex;
}

.search-results {
  position: absolute;
  top: 275px;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  overflow: hidden;
  background: #f3f3f3;
  display: none;
  height: -moz-min-content;
  height: min-content;
}
@media only screen and (max-width: 991px) {
  .search-results {
    top: 190px;
    height: 100%;
  }
}
.search-results--active {
  visibility: visible;
  opacity: 1;
  z-index: 4;
  display: block;
}
@media only screen and (max-width: 767px) {
  .search-results__wrapper.search-results--has-results .scrollbar-inner > .scroll-element .scroll-bar {
    background: #017ccc;
  }
}
.search-results__header__close {
  position: absolute;
  right: 60px;
  top: 45px;
}
@media only screen and (max-width: 991px) {
  .search-results__header__close {
    right: 10px;
    top: 10px;
  }
}
.search-results__header__close svg {
  fill: #fff;
  width: 40px;
}

/*----------  Components  ----------*/
.page__container {
  padding-left: 70px;
  padding-right: 70px;
}
@media only screen and (max-width: 767px) {
  .page__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 415px) {
  .page__container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 375px) {
  .page__container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.page__header__icon svg {
  fill: #20b1e6;
  width: 100px;
}
@media only screen and (max-width: 415px) {
  .page__header__icon svg {
    transform: scale(0.8);
    margin-left: -12px;
  }
}
@media only screen and (max-width: 375px) {
  .page__header__icon svg {
    transform: scale(0.6);
    margin-left: -24px;
  }
}
.page__header__icon--benim-motosikletim svg {
  width: 125px;
}
.page__header__icon--tarim svg {
  width: 120px;
}
.page__header__icon--ferdi-kaza svg, .page__header__icon--uzun-sureli-ferdi-kaza svg {
  width: 70px;
}
.page__header__icon--otel-sigortasi svg {
  width: 110px;
}
.page__header__icon--suitcase svg {
  width: 73px;
  height: 136px;
}
.page__content__collapsable__item {
  background: transparent;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.page__content__collapsable__item__title {
  border-radius: 0;
  min-height: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(205, 204, 204, 0.5);
  border-bottom: 1px solid rgba(205, 204, 204, 0.5);
  background: #017ccc;
  color: #fff;
}
.page__content__collapsable__item__title:hover, .page__content__collapsable__item__title:focus {
  color: #fff;
}
.page__content__collapsable__item__title i {
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 50%;
  font-family: FontAwesome;
  font-style: normal;
  color: #017ccc;
  background: #fff;
  font-size: 12px;
}
.page__content__collapsable__item__title i:before {
  content: "\f077";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page__content__collapsable__item__title.collapsed {
  color: #017ccc;
  background: #fff;
}
.page__content__collapsable__item__title.collapsed:hover, .page__content__collapsable__item__title.collapsed:focus {
  color: #017ccc;
}
.page__content__collapsable__item__title.collapsed i {
  background: #017ccc;
  color: #fff;
}
.page__content__collapsable__item__title.collapsed i:before {
  content: "\f078";
}
.page__content__collapsable__item__content {
  position: relative;
  z-index: 0;
}
.page__content__collapsable__item__content__icon svg {
  fill: #0171b9;
  width: 60px;
}
@media only screen and (max-width: 991px) {
  .page__content__collapsable__item__content__icon svg {
    width: 70px;
    margin-bottom: 15px;
  }
}
.page__content__collapsable__item__content__icon--question-insurance svg {
  width: 60px;
  height: 60px;
}
.page__content__collapsable__item__content__icon--qa svg {
  width: 70px;
}
.page__content__collapsable__item__content__icon--contracted-health-institutions svg {
  width: 51px;
  height: 51px;
}
.page__content__collapsable__item__content__icon--beni-nasil-korur svg {
  width: 60px;
  height: 60px;
}
.page__content__collapsable__item__content__bg--active {
  transition: all 0.3s;
  opacity: 1;
}
.page__content__collapsable-2__item__title.collapsed i {
  color: #0171b9;
}
.page__content__collapsable-2__item__title.collapsed i:before {
  content: "\f067";
}
.page__content__collapsable-3__item__title.collapsed {
  color: #0171b9;
}
.page__content__collapsable-3__item__title.collapsed i {
  color: #0171b9;
}
.page__content__collapsable-3__item__title.collapsed i:before {
  content: "\f067";
}
.page__content__collapsable-4__item__title.collapsed i:before {
  content: "\f067";
}
.page__content__collapsable-5__item__title.collapsed {
  color: #000;
  background: #efefef;
}
@media only screen and (max-width: 991px) {
  .page__content__collapsable-5__item__title.collapsed {
    background: #fff;
    color: #0171b9;
  }
}
.page__content__collapsable-5__item__title.collapsed:hover, .page__content__collapsable-5__item__title.collapsed:focus {
  color: #000;
}
@media only screen and (max-width: 991px) {
  .page__content__collapsable-5__item__title.collapsed:hover, .page__content__collapsable-5__item__title.collapsed:focus {
    color: #0171b9;
  }
}
.page__content__collapsable-5__item__title.collapsed i {
  background: #20b1e6;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .page__content__collapsable-5__item__title.collapsed i {
    background: #fff;
    color: #0171b9;
  }
}
.page__content__collapsable-5__item__title.collapsed i:before {
  content: "\f078";
}
.page__content__collapsable-5__item__content__icon svg {
  fill: #0171b9;
  width: 80px;
}
@media only screen and (max-width: 991px) {
  .page__content__collapsable-5__item__content__icon svg {
    width: 30px;
  }
}
.page__content__collapsable-5__item__content__icon--size-2 svg {
  width: 60px;
}
@media only screen and (max-width: 991px) {
  .page__content__collapsable-5__item__content__icon--size-2 svg {
    width: 30px;
  }
}
.page__content__collapsable-5__item__content__bg--active {
  transition: all 0.3s;
  opacity: 1;
}
.page__content .insurance_content .wysiwyg h2 {
  border-bottom: 1px solid #0171b9;
  padding-bottom: 20px;
  color: #0171b9;
  font-weight: normal !important;
  font-size: 17px;
  cursor: pointer;
  position: relative;
}
.page__content .insurance_content .wysiwyg h2:first-child {
  margin-top: 20px;
}
.page__content .insurance_content .wysiwyg h2:after {
  content: " + ";
  color: #0171b9;
  font-size: 20px;
  position: absolute;
  right: 0;
}
.page__content .insurance_content .wysiwyg h2 span {
  color: #0171b9 !important;
}
.page__content .insurance_content .wysiwyg p span {
  color: #3f3f51 !important;
}
.page__content .insurance_content .wysiwyg p {
  display: none;
}
.page__content #collapsable-content-anlasmali-saglik-kurumlari .wysiwyg p {
  display: block !important;
}
.page__wrapper {
  border-radius: 3px;
  width: calc(100% - 240px);
}
@media only screen and (max-width: 1199px) {
  .page__wrapper {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 991px) {
  .page__wrapper {
    width: 100%;
  }
}
.page__sidebar {
  width: 240px;
  will-change: min-height;
}
@media only screen and (max-width: 1199px) {
  .page__sidebar {
    width: 200px;
  }
}
.page__sidebar__inner {
  position: relative;
  background: #f4f4f4;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
  border-radius: 10px;
  overflow: hidden;
}
.page__sidebar__item--active {
  background-color: #0171b9 !important;
  color: #fff !important;
}
.page__sidebar__item--active path {
  fill: #ffffff;
}
.page .page__content__collapsable-3__item__title.collapsed {
  font-weight: 400;
}
.page .page__content__collapsable-3__item__title.collapsed i:before {
  content: "\f067";
}
.page .page__content__collapsable-3__item__title.collapsed.senior-content i:before {
  content: "\f067";
}

.header {
  position: relative;
  z-index: 999;
  background: #fff;
}
.faq .wysiwyg h2,
.faq .wysiwyg h3 {
  border-bottom: 1px solid #233670;
  padding-bottom: 20px;
  color: #233670;
  font-weight: normal !important;
  font-size: 17px;
  cursor: pointer;
  position: relative;
}
.faq .wysiwyg h2:first-child,
.faq .wysiwyg h3:first-child {
  margin-top: 20px;
}
.faq .wysiwyg h2:after,
.faq .wysiwyg h3:after {
  content: " + ";
  color: #233670;
  font-size: 20px;
  position: absolute;
  right: 0;
}
.faq .wysiwyg h2 span {
  color: #233670 !important;
}
.faq .wysiwyg h3 span {
  color: #233670 !important;
}
.faq .wysiwyg p span {
  color: #5B6986 !important;
}
.faq .wysiwyg p {
  display: none;
}
.faq .contracted-health-institutions .wysiwyg p {
  display: block !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #0171b9;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #0171b9;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  margin: 20px auto;
  font-size: 16px;
}
.mfp-popup--xs {
  max-width: 500px;
}
.mfp-popup--sm {
  max-width: 700px;
}
.mfp-popup--md {
  max-width: 900px;
}
.mfp-popup--lg {
  max-width: 1100px;
}

.mfp-inline-holder, .mfp-image-holder, .mfp-ajax-holder, .mfp-iframe-holder {
  cursor: default !important;
}
.mfp-inline-holder .mfp-img, .mfp-image-holder .mfp-img, .mfp-ajax-holder .mfp-img, .mfp-iframe-holder .mfp-img {
  padding-top: 0;
  padding-bottom: 0;
}
.mfp-inline-holder .mfp-content, .mfp-image-holder .mfp-content, .mfp-ajax-holder .mfp-content, .mfp-iframe-holder .mfp-content {
  max-width: 1140px;
}
@media only screen and (max-width: 1199px) {
  .mfp-inline-holder .mfp-content, .mfp-image-holder .mfp-content, .mfp-ajax-holder .mfp-content, .mfp-iframe-holder .mfp-content {
    max-width: 940px;
  }
}
@media only screen and (max-width: 991px) {
  .mfp-inline-holder .mfp-content, .mfp-image-holder .mfp-content, .mfp-ajax-holder .mfp-content, .mfp-iframe-holder .mfp-content {
    max-width: 768px;
  }
}
.mfp-inline-holder .mfp-content > *, .mfp-image-holder .mfp-content > *, .mfp-ajax-holder .mfp-content > *, .mfp-iframe-holder .mfp-content > * {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.mfp-inline-holder .mfp-content:not(.mfp--no-sidebar-padding), .mfp-image-holder .mfp-content:not(.mfp--no-sidebar-padding), .mfp-ajax-holder .mfp-content:not(.mfp--no-sidebar-padding), .mfp-iframe-holder .mfp-content:not(.mfp--no-sidebar-padding) {
  padding-left: 240px;
  padding-right: 55px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .mfp-inline-holder .mfp-content:not(.mfp--no-sidebar-padding), .mfp-image-holder .mfp-content:not(.mfp--no-sidebar-padding), .mfp-ajax-holder .mfp-content:not(.mfp--no-sidebar-padding), .mfp-iframe-holder .mfp-content:not(.mfp--no-sidebar-padding) {
    padding-left: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .mfp-inline-holder .mfp-content:not(.mfp--no-sidebar-padding), .mfp-image-holder .mfp-content:not(.mfp--no-sidebar-padding), .mfp-ajax-holder .mfp-content:not(.mfp--no-sidebar-padding), .mfp-iframe-holder .mfp-content:not(.mfp--no-sidebar-padding) {
    padding-left: 15px;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .mfp-inline-holder .mfp-content:not(.mfp--no-sidebar-padding), .mfp-image-holder .mfp-content:not(.mfp--no-sidebar-padding), .mfp-ajax-holder .mfp-content:not(.mfp--no-sidebar-padding), .mfp-iframe-holder .mfp-content:not(.mfp--no-sidebar-padding) {
    padding-right: 15px;
  }
}
.mfp-inline-holder .mfp-figure:after, .mfp-image-holder .mfp-figure:after, .mfp-ajax-holder .mfp-figure:after, .mfp-iframe-holder .mfp-figure:after {
  display: none;
}
.mfp-inline-holder .mfp-close, .mfp-image-holder .mfp-close, .mfp-ajax-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  top: 0;
  right: -55px;
  width: 55px;
  height: 55px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  opacity: 1;
  font-size: 55px;
  line-height: 50px;
  transition: all 0.3s;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  cursor: pointer !important;
}
@media only screen and (max-width: 767px) {
  .mfp-inline-holder .mfp-close, .mfp-image-holder .mfp-close, .mfp-ajax-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    top: -44px;
    right: -7.5px;
    width: 44px;
    height: 44px;
    font-size: 44px;
    line-height: 40px;
  }
}
.mfp-inline-holder .mfp-close:hover, .mfp-image-holder .mfp-close:hover, .mfp-ajax-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover {
  background: #fff;
  color: #000;
}

.mfp-bg {
  background: #0171b9;
  opacity: 0.8;
}

.mfp-iframe-scaler {
  overflow: visible;
}

@media only screen and (max-width: 991px) {
  .mfp-wrap.mfp-read-required-popup .mfp-content {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .mfp-wrap.mfp-read-required-popup .mfp-content {
    padding-right: 0;
  }
}
.mfp-wrap.mfp-read-required-popup .mfp-content .mfp-popup {
  height: 85vh;
  height: calc(var(--vh, 1vh) * 85);
  overflow: auto;
}
.mfp-wrap.mfp-read-required-popup .mfp-popup-read-required-arrow-wrapper {
  transition: all 0.3s;
  position: absolute;
  bottom: 70px;
  height: 150px;
  background: #fff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  left: 240px;
  width: calc(100% - 240px);
}
@media only screen and (max-width: 1199px) {
  .mfp-wrap.mfp-read-required-popup .mfp-popup-read-required-arrow-wrapper {
    left: 200px;
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 991px) {
  .mfp-wrap.mfp-read-required-popup .mfp-popup-read-required-arrow-wrapper {
    left: 15px;
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 992px) {
  .mfp-wrap.mfp-read-required-popup .mfp-popup-read-required-arrow-wrapper {
    padding-right: 0;
  }
}
.mfp-wrap.mfp-read-required-popup .mfp-popup-read-required-arrow-wrapper .mfp-popup-read-required-arrow {
  width: 60px;
  fill: #0171b9;
  margin-bottom: 10px;
  animation: readRequiredArrowBounce 1s infinite alternate;
}
@keyframes readRequiredArrowBounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
.mfp-wrap.mfp-read-required-popup .mfp-popup-read-required-arrow-wrapper--hide {
  opacity: 0;
  visibility: hidden;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 3px;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #d2d2d2;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #0171b9;
  opacity: 1;
}

.scrollbar-inner > .scroll-element.scroll-y {
  width: 6px;
}

.card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.card__content {
  flex-grow: 1;
}
.card__content__title {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .card__content__title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .card__content__title {
    font-size: 20px;
  }
}
.card__content__excerpt {
  min-height: 55px;
}
/*-------  News Detail Page  -------*/
.other-news-list {
  position: relative;
  max-height: 50vh;
  overflow: hidden;
}
.other-news-button {
  border: 1px solid #c3c9d5;
  transition: all 0.3s;
}
.other-news-button:hover {
  background: rgba(195, 201, 213, 0.1);
}

.news__media__item {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  transition: opacity 0.3s;
}
@media (min-width: 992px) {
  .news__media__item {
    max-width: 300px;
  }
}
.news__media__item:hover {
  opacity: 0.8;
}

.news-pagination a {
  font-weight: 800;
  color: #0171b9;
  padding: 2px 5px;
}
.news-pagination .active-page {
  font-weight: 800;
  color: #fff;
  padding: 2px 5px;
  background-color: #0171b9;
  border-radius: 5px;
}
