/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* New variables */
p, h2, h3, h4, h5, h6 {
  margin-bottom: 0px;
}

h1 {
  font-size: 60px;
  margin: 150px auto 100px;
  text-align: center;
  font-weight: 900;
  font-family: "Barlow";
  color: #434343;
  text-transform: uppercase;
  line-height: 70px;
  max-width: 800px;
}

h1 .is-yellow {
  font-size: 60px;
  text-align: center;
  font-weight: 900;
  font-family: "Barlow";
  text-transform: uppercase;
  line-height: 70px;
}

.spc {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #1c5878;
}

.switchbox {
  background-color: #1c5878;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 80px;
}
.switchbox .glide__track {
  overflow: hidden;
  max-width: 90%;
  margin: auto;
  z-index: 2;
  position: relative;
}
.switchbox .glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.switchbox .glide__arrow {
  width: 40px;
  height: 40px;
  background-color: #f1b60d;
  border-radius: 100%;
  border: solid 3px #fff;
}
.switchbox .glide__arrow svg {
  width: 15px;
}
.switchbox .glide__arrow svg path {
  fill: #fff;
}
.switchbox .glide__arrow--left {
  transform: rotate(180deg);
}
.switchbox .switch {
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #256f97;
  cursor: pointer;
  transition: all 0.2s linear;
}
.switchbox .switch p {
  color: #fff;
  font-weight: 700;
}
.switchbox .switch:hover {
  background-color: #4b7dc2;
}
.switchbox .switch.selected {
  background-color: #f1b60d;
}

.tools {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tools .card-main {
  width: calc(20% - 10px);
  border: none;
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  transition: all 0.2s linear;
  display: none;
}
.tools .card-main .cm-top {
  width: 100%;
  background: #ddeffd;
  padding: 20px;
}
.tools .card-main .cm-top img {
  width: 60%;
}
.tools .card-main .cm-bot {
  width: 100%;
}
.tools .card-main a {
  background-color: #fff !important;
}
.tools .card-main h3 {
  line-height: 25px;
  color: #1c5878 !important;
  transition: all 0.2s linear;
}
.tools .card-main h3 span {
  display: block;
}
.tools .card-main .cm-bot a {
  transition: all 0.2s linear;
}
.tools .card-main.active {
  display: flex;
  flex-direction: column;
}
.tools .card-main:hover {
  transform: translateX(0);
  background-color: #4b7dc2;
}
.tools .card-main:hover .cm-top img {
  opacity: 1;
}
.tools .card-main:hover .cm-bot a {
  background-color: #4b7dc2 !important;
}
.tools .card-main:hover .cm-bot a h3 {
  color: #fff !important;
}

.read-all {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  background-color: #e2f5fc;
  font-weight: bold;
  color: #759db3;
  cursor: pointer;
  max-width: 200px;
  margin: 50px auto 0;
  transition: all 0.2s linear;
}

.read-all:hover {
  background-color: #4b7dc2;
  color: #fff;
}

.card-main.hide, .read-all.hide {
  display: none !important;
}

.title-inline {
  text-align: center;
  font-size: 30px;
  margin: 100px 0;
}

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

.blog-card {
  width: 23.5%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 15px;
}
.blog-card .tt-top img {
  width: 100%;
  display: block;
  margin: auto;
}
.blog-card .tt-bot {
  padding: 20px;
  width: calc(100% - 40px);
}
.blog-card .tt-bot h3 {
  color: #1c5878;
  font-size: 15px;
  line-height: 25px;
}
.blog-card .tt-bot a {
  text-align: left;
  display: block;
}
.blog-card .tt-bot span {
  font-size: 13px;
  color: #666666;
}

.news {
  margin-bottom: 100px;
}

.stripe-info {
  position: relative;
}
.stripe-info h2 {
  font-size: 30px;
  margin-bottom: 70px;
}
.stripe-info .bs-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: self-end;
}
.stripe-info .form-wrap {
  background-color: #184c67;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(122, 181, 213, 0.1);
  width: calc(100% - 70px);
  max-width: 500px;
  padding: 20px;
  margin-top: 50px;
}
.stripe-info .form-wrap label {
  display: none;
}
.stripe-info .form-wrap .input {
  border: none;
  color: #1c5878;
  margin-bottom: 0;
}
.stripe-info .form-wrap .input::placeholder {
  color: #1c5878;
}
.stripe-info .form-wrap .icon svg path {
  fill: #f1b60d;
}
.stripe-info .form-wrap .field {
  justify-content: space-between;
}
.stripe-info .form-wrap .auto-cities-sec {
  width: 70%;
}
.stripe-info .form-wrap .auto-cities-sec .icon svg {
  width: 13px;
  top: -3px;
  position: relative;
}
.stripe-info .form-wrap .auto-cities-sec .autoComplete_wrapper input {
  width: calc(100% - 5em);
}
.stripe-info .form-wrap .auto-cities-sec ul {
  width: 100%;
}
.stripe-info .form-wrap button.main {
  border-radius: 5px;
  padding: 7px 25px;
  width: 28%;
}
.stripe-info .form-wrap button.main .icon {
  display: none;
}
.stripe-info .form-wrap .help {
  display: none;
}
.stripe-info .form-wrap .field:not(:last-child) {
  margin-bottom: 0;
}

.reinsurance {
  margin-bottom: 90px;
}
.reinsurance .reinsurance-inner {
  display: flex;
  padding: 50px;
  gap: 40px;
  align-self: stretch;
  background-color: #1c5878;
  justify-content: space-between;
  border-radius: 50px;
  box-shadow: 0 0 50px 0 rgba(29, 88, 120, 0.25);
}
.reinsurance .reinsurance-inner .reinsurance-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 30%;
}
.reinsurance .reinsurance-inner .reinsurance-item .reinsurance-picture {
  padding: 0px;
  border-radius: 12px;
  background: #28739c;
  font-size: 36px;
  margin: 0;
  border: solid 3px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
.reinsurance .reinsurance-inner .reinsurance-item .reinsurance-picture img {
  display: block;
  width: 100%;
  margin: auto;
}
.reinsurance .reinsurance-inner .reinsurance-item:nth-child(1) .reinsurance-picture {
  transform: rotate(-4.044deg);
}
.reinsurance .reinsurance-inner .reinsurance-item:nth-child(2) .reinsurance-picture {
  transform: rotate(-4.044deg);
}
.reinsurance .reinsurance-inner .reinsurance-item:nth-child(3) .reinsurance-picture {
  transform: rotate(3.956deg);
}
.reinsurance .reinsurance-inner .reinsurance-item h3 {
  color: #ffbd00;
  font-size: 20;
  margin: 15px 0;
  font-weight: 700;
  font-family: "Barlow";
  text-align: center;
}
.reinsurance .reinsurance-inner .reinsurance-item p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 0;
}

.top-categ {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
.top-categ .card-main {
  width: calc(20% - 32px);
  margin-right: 15px;
  position: relative;
  z-index: 1;
}
.top-categ .card-main .hexs {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.top-categ .card-main .hex {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(3.5) translateX(-100%);
}
.top-categ .card-main .hex svg {
  width: 20px;
}
.top-categ .card-main .hex svg path {
  fill: #1c5878;
}
.top-categ .card-main .hex1 {
  bottom: 28%;
  transition: all 0.1s linear;
}
.top-categ .card-main .hex2 {
  bottom: 48%;
  transition: all 0.2s linear;
}
.top-categ .card-main .hex3 {
  bottom: 68%;
  transition: all 0.3s linear;
}
.top-categ .card-main:hover .hex {
  transform: scale(3.5) translateX(0%);
}

.get-helped {
  display: none;
}

.tc-row {
  margin-bottom: 150px;
}

.seo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.seo .scol {
  width: 45%;
  margin: 100px 0 0;
}
.seo .scol h2, .seo .scol h3, .seo .scol h4, .seo .scol h5, .seo .scol h6 {
  color: #f1b60d;
  margin-bottom: 20px;
}
.seo .scol p {
  margin-bottom: 20px;
}

.sec-search .field.is-grouped {
  flex-wrap: wrap;
}
.sec-search #sec-info {
  color: #fff;
  font-size: 13px;
  margin-top: 10px;
}

.autoComplete_wrapper {
  width: 100%;
}

.title-inline {
  font-size: 25px;
  margin: 0;
  color: #434343;
  font-family: "Barlow" !important;
  font-size: 40px;
  line-height: 50px;
}

.title-inline .is-yellow {
  font-size: 25px;
  margin: 0;
  font-family: "Barlow" !important;
  font-size: 40px;
  line-height: 50px;
}

@media only screen and (max-width: 980px) {
  .switchbox .glide__track {
    overflow: hidden;
    max-width: 85%;
  }
}
@media only screen and (max-width: 700px) {
  .switchbox .glide__track {
    overflow: hidden;
    max-width: 65%;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 60px 0;
  }
  .tools .card-main {
    width: 47%;
    margin-right: 3%;
  }
  .spc {
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .switchbox {
    margin-bottom: 35px;
  }
  .card-main .cm-bot a {
    padding: 0;
  }
  .tools .card-main .cm-top {
    width: 25%;
  }
  .tools .card-main .cm-bot {
    width: 75%;
  }
  .blog-card {
    width: 48.5%;
  }
  .seo .scol {
    width: 100%;
    margin: 50px 0 0;
  }
  .top-categ .card-main {
    width: calc(50% - 31px);
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }
  .top-categ {
    display: flex;
    justify-content: center;
    margin-top: 70px;
  }
  .tc-row {
    margin-bottom: 50px;
  }
  .tc-row .title-inline {
    font-size: 25px;
    margin: 50px 0;
  }
  h1 .is-yellow {
    font-size: 30px;
    text-align: center;
    font-weight: 900;
    font-family: "Barlow";
    text-transform: uppercase;
    line-height: 40px;
  }
  .tools .card-main .cm-top {
    width: 100%;
  }
  .reinsurance .reinsurance-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .reinsurance .reinsurance-inner .reinsurance-item {
    width: 100%;
  }
}

/*# sourceMappingURL=page-rayons.output.css.map */
