﻿@charset "UTF-8";
body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  padding: 0px 0px;
  padding-top: 80px;
}
@media (max-width: 767px) {
  body {
    padding: 0;
    padding-top: 80px;
  }
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.container {
  max-width: 1080px;
}

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.site-wrapper .site-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 2.3em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

.cta-block {
  width: 100%;
  display: block;
  text-align: center;
}

.cta-btn {
  padding: 12px 30px;
  border-radius: 0px;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 1em;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  background-color: #30C480;
  margin-bottom: 30px;
  display: inline-block;
}
.cta-btn:hover {
  color: #fff;
}
.cta-btn img {
  vertical-align: unset;
}

.navbar {
  background-color: #0B2C3D !important;
  position: absolute;
  height: 80px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff !important;
}

.tag-section {
  margin-bottom: 60px;
  text-align: center;
}
.tag-section .tag {
  background-color: #FFE8D2;
  color: #F57A00;
  padding: 15px 30px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 30px;
}

.home-top-module {
  background-size: cover;
  background-position: bottom center;
  padding: 160px 0 60px;
  color: #11265A;
}
.home-top-module .white-box {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 30px 30px 30px;
  position: relative;
}
@media (max-width: 767px) {
  .home-top-module .white-box {
    margin-top: 60px;
  }
}
.home-top-module .white-box .cta-btn {
  margin-bottom: 0;
}
.home-top-module .subtitle {
  font-size: 1.5em;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
  display: block;
}
.home-top-module .site-wrapper .site-wrapper-inner {
  vertical-align: middle;
}
.home-top-module .discount-banner {
  text-transform: uppercase;
  text-align: right;
  border-radius: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 50px;
  padding-right: 20px;
  font-size: 0.8em;
  color: #fff;
  position: absolute;
  display: inline-block;
  top: -30px;
  right: -12px;
  z-index: 1;
  background-image: url(/images/forsikringsskift/IKONER/Corner-Ribbon.png);
  background-size: contain;
  height: 67px;
  width: 177px;
}
.home-top-module .item {
  position: relative;
  margin-bottom: 20px;
}
.home-top-module .item:before {
  content: "";
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  color: #0B2C3D;
  text-align: center;
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
}
.home-top-module .item:hover:before {
  border-color: #FF9F40;
}
@media (max-width: 767px) {
  .home-top-module .show-four-mobile .item {
    display: none;
  }
  .home-top-module .show-four-mobile .item:nth-child(-n+4) {
    display: inline-block;
  }
}
.home-top-module .load-type-btn {
  display: none;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .home-top-module .load-type-btn {
    display: block;
  }
}
.home-top-module .type-item {
  border-radius: 10px;
  color: #0B2C3D;
  padding: 10px 3px;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.home-top-module .type-item .icon {
  margin-right: 0px;
  height: 20px;
}
.home-top-module .type-item .type-name {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8em;
}
.home-top-module .type-item .input-wrapper {
  margin-top: 5px;
  padding-top: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
.home-top-module .type-item .input-wrapper input {
  text-align: center;
  border: none;
  width: calc(100% - 2px);
  display: block;
  color: #707070;
  margin: 0 auto;
}
.home-top-module .type-item .input-wrapper .minus-icon, .home-top-module .type-item .input-wrapper .plus-icon {
  position: absolute;
  top: 5px;
  width: 15px;
}
.home-top-module .type-item .input-wrapper .minus-icon.minus-icon, .home-top-module .type-item .input-wrapper .plus-icon.minus-icon {
  left: 15px;
}
.home-top-module .type-item .input-wrapper .minus-icon.plus-icon, .home-top-module .type-item .input-wrapper .plus-icon.plus-icon {
  top: 7.5px;
  right: 15px;
}

.navbar .navbar-brand {
  color: #0B2C3D;
  font-weight: 900;
}
.navbar .navbar-brand img {
  max-height: 60px;
}
.navbar .cta-btn {
  margin-bottom: 0px;
}
.navbar .navbar-nav {
  width: 100%;
  text-align: right;
  display: block;
}
.navbar .navbar-nav li {
  display: inline-block;
}
.navbar .navbar-nav li a {
  font-family: "Open Sans", sans-serif;
  color: #fff !important;
}
@media (max-width: 767px) {
  .navbar .navbar-nav li {
    display: block;
  }
}
.navbar .dropdown-menu li a {
  color: #0B2C3D !important;
}

.simple-pagination {
  display: block;
  width: 100%;
  text-align: center;
  margin: 60px 0px;
}
.simple-pagination li {
  display: inline-block;
}
.simple-pagination li span {
  position: relative;
  display: block;
  padding: 0.6rem 0.75rem 0.5rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0B2C3D;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.simple-pagination li a {
  padding: 0.6rem 0.75rem 0.5rem;
  color: #0B2C3D;
}
.simple-pagination li a:hover {
  color: #0B2C3D;
}
.simple-pagination li.active span {
  background-color: #0B2C3D;
  border: 1px solid #0B2C3D;
  color: #fff;
}

.article-top-section {
  padding: 60px 0px 0px;
}
.article-top-section .date {
  font-weight: bold;
  opacity: 0.5;
}
.article-top-section .time-to-read {
  border-right: 1px solid;
  border-left: 1px solid;
  padding: 0px 8px;
  margin: 0px 8px;
  opacity: 0.5;
  font-weight: bold;
}
.article-top-section img {
  margin-top: 15px;
  display: block;
}

.next-article-section {
  padding: 30px 0px 60px;
}
.next-article-section .text-link {
  position: relative;
}
.next-article-section .text-link img {
  position: absolute;
  top: -3px;
}
.next-article-section .text-link.text-left {
  padding-left: 50px;
}
.next-article-section .text-link.text-left img {
  left: 0;
}
.next-article-section .text-link.text-end {
  padding-right: 50px;
}
.next-article-section .text-link.text-end img {
  right: 0;
}
.next-article-section a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  position: relative;
}
.next-article-section a span {
  font-style: italic;
  font-size: 12px;
  opacity: 0.7;
  display: inline-block;
}

.process-section {
  padding: 60px 0 30px 0;
  text-align: center;
  background-color: #E3702B;
}
.process-section .process-number {
  color: #21262B;
  font-weight: 700;
  font-size: 5em;
  position: absolute;
  top: -45px;
  left: 45px;
  opacity: 0.2;
}
.process-section .tag-section {
  color: #fff;
}
.process-section .frame-box:after {
  content: "";
  -webkit-box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
  border-radius: 25px;
  background-color: #fff;
  z-index: 0;
}
.process-section .item {
  position: relative;
  margin-bottom: 30px;
  padding: 90px 15px;
}
.process-section .item:before {
  content: "";
  width: 149px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 100%;
  background-image: url(/images/forsikringsskift/IKONER/Group-1900.png);
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transform: translateX(-50%) translateY(-50%) scale(0.7);
  z-index: 1;
}
@media (max-width: 767px) {
  .process-section .item:before {
    display: none;
  }
}
.process-section .item:nth-last-child(2):before {
  transform: translateX(-50%) translateY(-50%) scale(0.6) rotate(180deg);
}
.process-section .item:nth-last-child(1):before {
  display: none;
}
.process-section .process-item {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  z-index: 1;
}
.process-section .process-item .process-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.process-section .process-item .process-inner .icon {
  margin-bottom: 15px;
  width: 60px;
}
.process-section h2, .process-section h3, .process-section h4, .process-section h5, .process-section h6 {
  text-align: center;
  margin: 0px 0;
}

.most-popular-section {
  padding: 30px 0;
}
.most-popular-section .box-color {
  background-color: #FFEBD6;
  padding: 60px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .most-popular-section .box-color {
    padding: 15px;
  }
}
.most-popular-section .box-color .tag {
  background-color: #FFE8D2;
  color: #F57A00;
  padding: 15px 30px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .most-popular-section .show-img {
    margin-top: 60px;
  }
}
.most-popular-section .col-md-5 {
  position: relative;
}
.most-popular-section .cta-text {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 182px;
  height: 182px;
  background-image: url(/images/forsikringsskift/BILLEDER/90-Percent-Off.png);
  z-index: 1;
}
.most-popular-section .cta-text .number {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.9em;
  font-weight: 700;
}
.most-popular-section .cta-text .cta-text-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .most-popular-section .cta-text {
    top: 30px;
  }
}
.most-popular-section ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}
.most-popular-section ul li {
  list-style: none;
  display: inline-block;
  padding: 15px 0;
  font-family: "Open Sans", sans-serif;
}
.most-popular-section ul li svg {
  max-width: 30px;
  margin-right: 15px;
}
.most-popular-section ul li svg path {
  fill: #000;
}
.most-popular-section ul li svg .cls-1 {
  fill: #0B2C3D;
}

.stats-section {
  padding: 0px 0px;
  background-color: #1D242D;
  color: #fff;
  position: relative;
}
.stats-section:before {
  content: "";
  width: 100%;
  height: 280px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .stats-section:before {
    height: 150px;
  }
}
.stats-section img {
  position: relative;
  margin-bottom: 60px;
}
.stats-section .stat-icon {
  height: 40px;
  margin-bottom: calc(0.2rem + 2px);
}
.stats-section .item {
  margin-bottom: 30px;
  text-align: center;
}
.stats-section .item h3 {
  font-size: 2.5em;
  color: #FF9F40;
}

.logo-partners {
  padding: 60px 0 60px;
  color: #fff;
  background-color: #1D242D;
  text-align: center;
}
.logo-partners h1, .logo-partners h2, .logo-partners h3 {
  margin-bottom: 30px;
}
.logo-partners .partner-item {
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 15px;
}
.logo-partners .partner-item .partner-inner {
  position: relative;
  left: 0;
  width: 100%;
}
.logo-partners .partner-item .partner-inner .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.logo-partners .partner-item .partner-inner img {
  opacity: 0.5;
  transition: all 0.3s;
}
.logo-partners .partner-item .partner-inner:hover img {
  opacity: 1;
}
@media (max-width: 767px) {
  .logo-partners .partner-item .partner-inner img {
    max-height: 50px;
  }
}
@media (max-width: 767px) {
  .logo-partners {
    background-image: none;
    padding: 60px 0px 60px;
  }
}

.text-w-image-section {
  padding: 60px 0;
  position: relative;
}
.text-w-image-section img {
  border-radius: 15px;
}
.text-w-image-section .text-box {
  height: 100%;
  padding: 0px;
  position: relative;
  color: #0B2C3D;
  margin-bottom: 30px;
}
.text-w-image-section .text-box .icon {
  margin-bottom: 15px;
}
.text-w-image-section .text-box .tag {
  background-color: #FFE8D2;
  color: #F57A00;
  padding: 15px 30px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 30px;
}
.text-w-image-section .text-box h2 {
  margin-bottom: 30px;
}
.text-w-image-section .text-box .text-box-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.text-w-image-section .text-box ul {
  margin-bottom: 50px;
}
.text-w-image-section .text-box ul li {
  list-style-image: url("/images/forsikringsskift/IKONER/Icon-check.png");
  margin-bottom: 15px;
}
.text-w-image-section .text-box ul li::marker {
  top: 10px;
}
.text-w-image-section.color-section {
  background-color: #FFE8D2;
  margin-bottom: 15px;
  padding: 60px 0px 30px 0px;
}

.text-w-image-section.color-section {
  padding-top: 120px;
}

.type-icons-section {
  padding: 60px 0 30px;
  margin-bottom: 30px;
  color: #000;
}
.type-icons-section .frame-box {
  position: relative;
  margin-bottom: 30px;
}
.type-icons-section .frame-box:before {
  content: "";
  -webkit-box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
  border-radius: 25px;
}
.type-icons-section .icon-item {
  text-align: left;
  padding: 25px;
  position: relative;
}
.type-icons-section .icon-item .cta-btn {
  margin-top: 15px;
  margin-bottom: 0px;
}
.type-icons-section .icon-item h1, .type-icons-section .icon-item h2, .type-icons-section .icon-item h3, .type-icons-section .icon-item h4, .type-icons-section .icon-item h5, .type-icons-section .icon-item h6 {
  font-size: 1.2em;
  margin-bottom: 15px;
  padding: 0;
}
.type-icons-section .icon-item p {
  margin-bottom: 0px;
  opacity: 0.7;
}
.type-icons-section .icon-item a {
  color: inherit;
  text-decoration: none;
}
.type-icons-section .icon-item a:hover {
  text-decoration: underline;
}
.type-icons-section .icon-item .icon {
  margin-bottom: 25px;
}
.type-icons-section .icon-item img {
  width: 50px;
}

.quote-section {
  border: 1px solid #EBF2FF;
  padding: 60px 30px;
  text-align: center;
  margin-bottom: 30px;
}
.quote-section p {
  position: relative;
  padding: 0px 50px;
}
.quote-section p:before {
  content: "“";
  color: #F57A00;
  font-size: 5em;
  position: absolute;
  left: -30px;
  top: -40px;
  font-family: "Open Sans", sans-serif;
}
.quote-section p:after {
  content: "“";
  color: #F57A00;
  font-size: 5em;
  position: absolute;
  right: -30px;
  bottom: -40px;
  font-family: "Open Sans", sans-serif;
}
.quote-section .cta-btn {
  margin-top: 15px;
  display: inline-block;
}

.cta-section {
  color: #0B2C3D;
  padding: 60px 0;
  background-size: 50%;
  background-position: right bottom;
  background-position-y: -50px;
  background-repeat: no-repeat;
}
.cta-section .item {
  margin-bottom: 45px;
  text-align: center;
}
.cta-section .item .cta-btn {
  margin-top: 30px;
  display: inline-block;
}
@media (max-width: 1400px) {
  .cta-section {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .cta-section {
    padding: 30px 0px;
  }
}

.links-section {
  background-color: #EAEAEA;
  padding: 60px 0px;
}
.links-section .section-title {
  margin-bottom: 45px;
}
.links-section a {
  display: block;
  margin-bottom: 30px;
  border: 1px solid #E3702B;
  background-color: #fff;
  color: #0B2C3D;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .links-section a {
    margin-bottom: 15px;
  }
}

.article-categories-section {
  padding: 60px 0px;
}
.article-categories-section .item {
  margin-bottom: 30px;
}
.article-categories-section .item img {
  margin-bottom: 15px;
}

.footer-padding {
  padding-bottom: 80px;
}

.shortcut-links-section {
  padding: 60px 0 120px;
  color: #0B2C3D;
  background-color: rgba(255, 232, 210, 0.4);
}
@media (max-width: 767px) {
  .shortcut-links-section {
    padding: 60px 0px 60px;
  }
}
.shortcut-links-section ul {
  margin: 0;
  padding: 0;
}
.shortcut-links-section ul li {
  list-style: none;
  margin: 7.5px 0;
  font-size: 0.9em;
  color: #1D242D;
  margin-bottom: 15px;
}
.shortcut-links-section ul li a {
  border: 1px solid #F57A00;
  padding: 15px;
  border-radius: 15px;
  position: relative;
  display: block;
  color: #1D242D;
  text-decoration: none;
  transition: all 0.3s;
}
.shortcut-links-section ul li a:hover {
  background-color: #F57A00;
  color: #fff !important;
}

.main-footer {
  background-color: #11265A;
  padding: 0px 0 60px;
  margin-top: 0px;
  color: #fff;
}
@media (max-width: 767px) {
  .main-footer {
    padding-bottom: 15px;
  }
}
.main-footer .footer-logo {
  margin-bottom: 30px;
}
.main-footer .contact-item {
  background-color: #fff;
  margin-bottom: 60px;
  border-radius: 30px;
  top: -40px;
  position: relative;
  -webkit-box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.18);
}
.main-footer .contact-item:before {
  content: "";
  width: 1px;
  height: 50%;
  left: 50%;
  top: 25%;
  transform: translateX(-50%) translateX(-50%);
  background-color: #000;
  opacity: 0.3;
  position: absolute;
}
@media (max-width: 767px) {
  .main-footer .contact-item:before {
    display: none;
  }
}
.main-footer .contact-item .item {
  padding: 30px;
}
.main-footer .contact-item .item h3 {
  color: #000;
}
.main-footer .contact-item .item p {
  color: #000;
}
.main-footer .site-brand {
  font-size: 1.4em;
  font-weight: bold;
}
.main-footer .text-box {
  text-align: right;
}
@media (max-width: 767px) {
  .main-footer .text-box {
    text-align: center;
  }
  .main-footer .text-box ul {
    text-align: center;
    margin-bottom: 30px;
  }
}
.main-footer h3 {
  font-size: 1em;
  margin-bottom: 15px;
}
.main-footer ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.main-footer ul li {
  list-style: none;
  display: block;
  margin-bottom: 0px;
}
.main-footer ul li a {
  color: inherit;
  text-decoration: none;
}

.copyright-line {
  text-align: center;
  padding: 5px 0;
  background-color: #11265A;
  color: #fff;
  font-size: 0.8em;
}

.title-section {
  padding: 120px 0 0 0;
  background-color: #FFE8D2;
}

.text-section {
  padding: 60px 0px;
}
.text-section img {
  border-radius: 15px;
  max-width: 100%;
}
.text-section a {
  color: #F57A00;
  font-weight: bold;
}

.articles-list-section {
  padding: 120px 0px 60px;
}
.articles-list-section .article-item {
  margin-bottom: 30px;
  position: relative;
  height: 100%;
  padding-bottom: 14px;
}
.articles-list-section .article-item img {
  margin-bottom: 15px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.12);
}
.articles-list-section .article-item .cta-btn {
  position: relative;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
}
.articles-list-section .article-item h2 {
  font-size: 1.3em;
  margin-bottom: 0px;
}
.articles-list-section .article-item .date {
  font-weight: bold;
  opacity: 0.4;
  display: block;
  margin-bottom: 5px;
}

.article-modules .text-section {
  padding: 30px 0;
}

.article-image img {
  border-radius: 15px;
}

.media-source {
  margin-bottom: 30px;
  display: inline-block;
}

.saving-tips-section {
  padding: 30px 30px;
  border-radius: 15px;
  border: 1px solid #0B2C3D;
  background-color: #EEF0F7;
  margin-bottom: 30px;
}
.saving-tips-section p {
  margin-bottom: 0;
}

.navbar-light .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.icon-box-w-text-section {
  margin-bottom: 50px;
  background-color: #EBF2FF;
  padding: 15px;
  position: relative;
}
.icon-box-w-text-section .cls-1 {
  fill: #0B2C3D;
}
.icon-box-w-text-section .cta-btn {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .icon-box-w-text-section .cta-btn {
    width: 100%;
    padding: 10px;
  }
}
.icon-box-w-text-section .item {
  margin-bottom: 15px;
}
.icon-box-w-text-section .item.text-right {
  text-align: right;
}
@media (max-width: 767px) {
  .icon-box-w-text-section .item.text-right {
    text-align: center;
  }
}

.widgets-section .fact-widget {
  background-color: #0B2C3D;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}
.widgets-section .fact-widget svg {
  padding: 0 0 7.5px 0;
  max-width: 50px;
}
.widgets-section .fact-widget svg .cls-1 {
  fill: #fff;
}
.widgets-section .fact-widget p {
  color: #fff;
  padding: 0 0 15px 0;
  margin: 0;
}
.widgets-section .types-selector-widget {
  padding-bottom: 15px;
}
.widgets-section .types-selector-widget .heading-box {
  background-color: #0B2C3D;
  color: #fff;
  text-align: center;
  padding: 7.5px 0;
  margin-bottom: 15px;
}
.widgets-section .types-selector-widget .cta-btn {
  margin: 7.5px 0 7.5px 0;
  display: inline-block;
}
.widgets-section .types-selector-widget ul {
  margin: 0;
  padding: 0 10%;
}
.widgets-section .types-selector-widget ul li {
  list-style: none;
  display: block;
  width: 100%;
  font-weight: bold;
  padding-bottom: 7.5px;
  color: #0B2C3D;
}
.widgets-section .types-selector-widget ul li .float-left {
  float: left;
  display: block;
}
.widgets-section .types-selector-widget ul li .float-left .svg {
  width: 30px;
  padding-right: 5px;
}
.widgets-section .types-selector-widget ul li .float-left .svg .cls-1 {
  fill: #0B2C3D;
}
.widgets-section .types-selector-widget ul li .float-right {
  float: right;
  display: block;
}
.widgets-section .image-widget {
  margin: 15px 0;
}
.widgets-section .image-widget.w-border {
  border: #566FAD 1px solid;
}
.widgets-section .shortcuts-widget {
  border-top: #566FAD 1px solid;
  border-bottom: #566FAD 1px solid;
  padding: 15px 0;
}
.widgets-section .shortcuts-widget ul {
  margin: 0;
  padding: 15px 0 0 0;
}
.widgets-section .shortcuts-widget ul li {
  list-style: none;
  padding-bottom: 7.5px;
}
.widgets-section .shortcuts-widget ul li a {
  color: #566FAD;
  text-decoration: none;
}

.article-top-banner {
  background-color: #EBEBEB;
}
.article-top-banner .text-box {
  padding: 30px 60px;
  display: inline-block;
  text-align: left !important;
  width: 100%;
  max-width: 580px;
}
.article-top-banner .text-box .cta-btn {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .article-top-banner .text-box {
    padding: 15px;
  }
}
.article-top-banner .img-box {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .article-top-banner .img-box {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .article-top-banner {
    overflow: hidden;
  }
  .article-top-banner .container-fluid {
    padding: 0;
  }
}

.content-section {
  padding: 60px 0px;
  position: relative;
  overflow: hidden;
}
.content-section .container {
  position: relative;
  z-index: 1;
}
.content-section .article-item {
  margin-bottom: 15px;
}
.content-section .man-icon {
  position: absolute;
  bottom: -13px;
  right: 0;
  transform: scaleX(-1);
  max-width: 28%;
}
@media (max-width: 767px) {
  .content-section .man-icon {
    display: none;
  }
}

a {
  color: #2c9ec4;
}

.top-banner-section {
  height: 550px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  font-size: 15px;
}
@media (max-width: 1300px) {
  .top-banner-section {
    background-position-x: 480px;
  }
}
@media (max-width: 767px) {
  .top-banner-section {
    height: 420px;
    background-size: cover;
    background-position: bottom left;
  }
}
.top-banner-section:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
}
@media (max-width: 767px) {
  .top-banner-section:before {
    opacity: 0.7;
  }
}

.subpage-links-section .top-section {
  padding: 60px 0px;
  background-color: #EAEAEA;
}
.subpage-links-section .links-list {
  padding: 60px 0px;
  position: relative;
  overflow: hidden;
}
.subpage-links-section .links-list .item {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.subpage-links-section .links-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.subpage-links-section .links-list ul li {
  padding: 15px;
  border-top: 1px solid #808080;
}
.subpage-links-section .links-list ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.subpage-links-section .links-list ul li a i {
  position: absolute;
  right: 0;
  color: #E3702B;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.subpage-links-section .links-list ul li a:hover {
  text-decoration: underline;
}
.subpage-links-section .links-list ul li a:hover i {
  right: 10px;
}
.subpage-links-section .links-list ul li:last-child {
  border-bottom: 1px solid #808080;
}
.subpage-links-section .links-list .man-icon {
  position: absolute;
  top: calc(100% - 400px);
  right: -100px;
  transform: scaleX(-1);
  width: 470px;
}
@media (max-width: 767px) {
  .subpage-links-section .links-list .man-icon {
    display: none;
  }
}

.most-visited-articles-section {
  padding: 60px 0px 30px;
}
.most-visited-articles-section .item {
  margin-bottom: 30px;
  position: relative;
}
.most-visited-articles-section .item img {
  margin-bottom: 10px;
  border-radius: 30px;
}
.most-visited-articles-section .item a {
  color: inherit;
}
.most-visited-articles-section .item .date {
  font-weight: bold;
  opacity: 0.4;
  display: block;
  margin-bottom: 5px;
}
.most-visited-articles-section .item h3 {
  margin-bottom: 0px;
}

.quicklinks-section {
  padding: 60px 0px;
  position: relative;
  overflow: hidden;
}
.quicklinks-section .color-split {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #EAEAEA;
  z-index: 0;
}
.quicklinks-section .section-title {
  position: relative;
  margin-bottom: 30px;
}
.quicklinks-section .item {
  position: relative;
  padding: 5px;
  margin-bottom: 30px;
  transition: all 0.3s;
  transform: scale(1);
}
.quicklinks-section .item .tag {
  position: absolute;
  bottom: -5px;
  right: -5px;
  background-color: #0B2C3D;
  color: #fff;
  padding: 5px;
}
.quicklinks-section .item:hover {
  transform: scale(1.03);
}
.quicklinks-section .man-icon {
  position: absolute;
  left: -7%;
  bottom: -40%;
  transform: rotate(8deg);
  z-index: 0;
}

.last-article-section {
  padding: 60px 0px;
  background-color: #f3f3f3;
}
.last-article-section .item {
  margin-bottom: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 9px 18px -1px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.last-article-section .item .text-box {
  padding: 30px;
}
.last-article-section .item .text-box p {
  margin-bottom: 0;
}
.last-article-section .item .text-box h3 {
  margin-bottom: 0;
}
.last-article-section .item .text-box h4 {
  font-size: 1.2em;
  margin-bottom: 0;
}
.last-article-section .item .text-box .date {
  font-weight: bold;
  opacity: 0.4;
  display: block;
  margin-bottom: 5px;
}

.navbar-collapse {
  background-color: #0b2c3d;
  padding: 15px;
}

.footer-section {
  background-color: #0B2C3D;
  color: #fff;
  padding: 30px 0px;
}
@media (max-width: 767px) {
  .footer-section .text-end {
    text-align: left !important;
  }
}

.c-share {
  position: relative;
  width: 1.4375em;
  height: 1.4375em;
  display: inline-block;
  top: 5px;
}

.c-share__input {
  display: none;
}
.c-share__input:checked ~ .c-share__toggler .c-share__icon {
  transition: 0s;
  width: 0;
  height: 0;
  color: #639eff;
}
.c-share__input:checked ~ .c-share__toggler .c-share__icon::before {
  transform: rotate(-45deg);
}
.c-share__input:checked ~ .c-share__toggler .c-share__icon::after {
  transform: rotate(45deg);
}
.c-share__input:checked ~ .c-share_options {
  width: 11.0625em;
  height: 8.5em;
  border-radius: 0.3125em;
  text-align: left;
  background-color: #f2f2f2;
}
.c-share__input:checked ~ .c-share_options::before,
.c-share__input:checked ~ .c-share_options li {
  transition: 0.3s 0.15s;
  opacity: 1;
  transform: translateY(0);
}

.c-share__toggler,
.c-share_options {
  position: absolute;
  right: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
}

.c-share__toggler {
  cursor: pointer;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}

.c-share__icon {
  position: relative;
  left: -0.3125em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  color: #029dfc;
  background-color: currentColor;
  transition: 0.1s 0.05s;
}
.c-share__icon::before, .c-share__icon::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 0.125em;
  background-color: currentColor;
  transition: 0.1s;
}
.c-share__icon::before {
  top: 0.1875em;
  left: 0.1875em;
  transform-origin: bottom left;
  transform: rotate(45deg);
}
.c-share__icon::after {
  top: -0.125em;
  left: 0.03125em;
  transform-origin: center;
  transform: rotate(-45deg);
}

.c-share_options {
  list-style: none;
  margin: 0;
  padding: 1.0625em 1.25em;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.2s;
}
.c-share_options::before {
  content: attr(data-title);
  display: block;
  margin-bottom: 1.25em;
  font-weight: 700;
}
.c-share_options li {
  font-size: 0.875em;
  color: #464646;
  cursor: pointer;
}
.c-share_options li a {
  color: inherit;
}
.c-share_options li:not(:last-child) {
  margin-bottom: 0.75em;
}
.c-share_options::before,
.c-share_options li {
  opacity: 0;
  transform: translateY(0.625em);
  transition: 0s;
}
