﻿@charset "UTF-8";.wrapper--header{display:flex;padding-bottom:13px;border-bottom:1px solid #dfdfdf;background-color:#fff;z-index:12001;}.wrapper--header .header{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;width:100%;border-top:5px solid #012d6b;}@media(min-width:768px){.wrapper--header .header{align-items:flex-start;}}@media(min-width:1200px){.wrapper--header .header{padding-bottom:0;}}.wrapper--header .nav--header{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;float:left;height:30px;}.wrapper--header .nav--header:hover{color:#030303;}.wrapper--header .nav__item{margin-right:10px;line-height:40px;}@media(min-width:1440px){.wrapper--header .nav__item{margin-right:20px;}}.wrapper--header .nav__item:hover{border-bottom:2px solid #012d6b;}.wrapper--header .nav__item:hover .nav__item__link{color:#012d6b;}.wrapper--header .nav__item:hover .nav__item__container{display:block;}.wrapper--header .nav__item__link{color:#030303;text-decoration:none;padding-bottom:17px;display:inline-block;}.wrapper--header .nav__item__link:hover{color:#012d6b;text-decoration:none;}.wrapper--header .nav__item__link.active{color:#012d6b;}@media(max-width:1199px){.wrapper--header .nav__item__link{padding:10px 20px;}}.wrapper--header .nav__item__container{display:none;position:absolute;top:77px;left:0;overflow:hidden;width:100%;background-color:#fff;box-shadow:0 20px 20px rgba(0,0,0,.1);z-index:12000;}.wrapper--header .nav__item__container ul{padding:5px;width:810px;list-style:none;display:inline-block;flex-direction:column;flex-wrap:wrap;column-count:4;text-align:left;}.wrapper--header .nav__item__container li{flex-basis:25%;line-height:115%;}.wrapper--header .nav__item__container a{display:inline-block;padding-top:15px;color:#030303;min-width:150px;}.wrapper--header .nav__item__container a:hover{text-decoration:none;color:#012d6b;}.wrapper--header .menu-item{width:100%;box-shadow:0 10px 20px 0 rgba(0,0,0,.1);}@media(min-width:1200px){.wrapper--header .menu-item{display:block;width:80%;margin:0 auto;padding-top:15px;}}.wrapper--header .menu-item__search{display:flex;justify-content:flex-end;border-collapse:separate;}.wrapper--header .menu-item__search__input{display:none;font-size:14px;border:1px solid #dfdfdf;border-radius:10px;width:300px;}@media(min-width:1440px){.wrapper--header .menu-item__search__input{display:block;}}.wrapper--header .menu-item__search__input:hover{cursor:pointer;}.wrapper--header .menu-item__search__btn{display:none;border:0;margin-left:0;margin-right:30px;height:40px;background-color:transparent;color:#000;cursor:pointer;font-size:16px;padding-left:0;padding-right:0;}@media(min-width:768px){.wrapper--header .menu-item__search__btn{display:block;}}@media(min-width:1440px){.wrapper--header .menu-item__search__btn{margin-left:-30px;margin-right:0;}}.wrapper--header .menu-item__search__btn-overlay{display:block;border:0;margin-left:0;height:40px;background-color:transparent;color:#000;cursor:pointer;font-size:16px;padding-left:0;padding-right:0;}@media(min-width:768px){.wrapper--header .menu-item__search__btn-overlay{display:none;}}.wrapper--header .btn-item{align-self:flex-end;border-bottom:0;border-top:0;border-left:0;border-right:0;background-color:transparent;color:#030303;cursor:pointer;font-size:16px;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;height:40px;}.wrapper--header .btn-item__menu-btn{display:block;}@media(min-width:1200px){.wrapper--header .btn-item__menu-btn{display:none;}}@media(max-width:767px){.wrapper--header .btn-item{align-self:normal;}}.wrapper--header--single{font-size:20px;font-family:"Roboto",Arial,sans-serif;color:#fff;font-weight:400;line-height:140%;padding-bottom:0;border-bottom:0;position:initial;}.wrapper--header--single:hover{color:#fff;}@media(min-width:1200px){.wrapper--header--single{position:relative;}}.wrapper--header--single .logo-and-btn-close{float:left;}.wrapper--header--single .menu-item{padding:27px 20px;width:100%;}@media(min-width:768px){.wrapper--header--single .menu-item{padding:30px 40px;}}.wrapper--header--single .select-region{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin:auto 0;position:relative;margin-right:20px;}.wrapper--header--single .select-region:hover{color:#030303;}@media(min-width:1250px){.wrapper--header--single .select-region{margin-right:30px;}}.wrapper--header--single .select-region:hover .select-region__dropdown{position:absolute;display:block;}.wrapper--header--single .select-region label{margin:0;}.wrapper--header--single .select-region .select-region__lg{display:none;}@media(min-width:768px){.wrapper--header--single .select-region .select-region__lg{display:block;}}.wrapper--header--single .select-region .select-region__sm{display:block;}@media(min-width:768px){.wrapper--header--single .select-region .select-region__sm{display:none;}}.wrapper--header--single .select-region__dropdown{position:absolute;display:none;background-color:#fff;box-shadow:0 10px 20px 0 rgba(0,0,0,.1);padding-top:10px;z-index:1000;width:134px;left:-50px;}@media(min-width:768px){.wrapper--header--single .select-region__dropdown{left:0;}}.wrapper--header--single .select-region__dropdown ul{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;list-style-type:none;padding:0;margin:0;}.wrapper--header--single .select-region__dropdown ul:hover{color:#030303;}.wrapper--header--single .select-region__dropdown ul li{display:block;padding:5px;background-color:#fff;}.wrapper--header--single .select-region__dropdown ul li a{width:100%;color:#030303;}.wrapper--header--single .select-region__dropdown ul li:hover{background-color:#f4f4f4;}.wrapper--header--single .select-region__dropdown ul li:hover a{color:#030303;}.wrapper--header--single .select-region__dropdown ul li.active{background-color:#012d6b;}.wrapper--header--single .select-region__dropdown ul li.active a{color:#fff;}.wrapper--header--single .select-region__dropdown ul a{display:inline-block;font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;text-decoration:none;}.wrapper--header--single .select-region__dropdown ul a:hover{color:#fff;}.wrapper--header--single .nav--header{display:none;}@media(min-width:1200px){.wrapper--header--single .nav--header{display:flex;}}.wrapper--header--single .nav__item__container .wrapper-no-min-width{margin:0 20px;}@media(min-width:768px){.wrapper--header--single .nav__item__container .wrapper-no-min-width{margin:0 40px;}}.wrapper--header--single .nav__item__container ul{padding-left:3.8em;}@media(min-width:1440px){.wrapper--header--single .nav__item__container ul{padding-left:4.4em;}}.wrapper--header--single .nav__item__container .menu-wrapper{padding:0;text-align:left;}.wrapper--header--single .nav__item__container .menu-wrapper a{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#999;font-weight:400;line-height:140%;}.wrapper--header--single .nav__item__container .menu-wrapper a:hover{color:#012d6b;}.wrapper--header--single .nav__item__container .menu-wrapper a:hover{font-weight:700;}.wrapper--header--single .nav__item.active{background-color:#012d6b;color:#fff;}.wrapper--header--single .nav__item a:hover{color:#012d6b;}.wrapper--header--single .logo{margin-right:30px;}.wrapper--header--single .logo img{vertical-align:-webkit-baseline-middle;}@media(max-width:767px){.wrapper--header--single .logo{margin-right:0;}}.wrapper--header--single .nav__item__link{padding-bottom:0;color:#000;}.wrapper--header--single .nav__item__link.active{color:#fff;}@media(max-width:1589px) and (min-width:1200px){.nav__item__container--mid{top:127px!important;}}@media(min-width:1200px){.menu-item__search__btn--padding{margin-right:0!important;margin-left:30px!important;}}@media(min-width:1200px){.select-region--us{margin-right:0!important;}}.btn-account-container{padding-left:30px;}@media(max-width:1199px){.btn-account-container{display:none;}}@media(max-width:1199px){.btn-account-container--display{display:block;}}.span-account{height:22.4px;font-family:Roboto;font-size:16px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#fff;}@media(max-width:767px){.span-account{font-size:12px;line-height:1.87;}}.my-account-btn{height:40px;gap:10px;padding:0 14px;border-radius:10px;border:solid 1px #dfdfdf;background-color:#e57e25;}@media(max-width:767px){.my-account-btn{height:30px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;}}.login-logout-btn{height:40px;gap:10px;padding:0 14px;border-radius:10px;border:solid 1px #dfdfdf;background-color:#022d6b;}@media(max-width:767px){.login-logout-btn{height:30px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;}}.login-logout-btn--hidden{display:none;}@media(max-width:1589px){.nav--header--resize{display:grid!important;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:10px;}}@media(max-width:1589px) and (min-width:1200px){.nav--header--item-1{grid-column:1;grid-row:1;}}@media(max-width:767px){.nav--header--item-1--small-container{display:flex;flex-direction:column-reverse;}}@media(max-width:1589px) and (min-width:1200px){.nav--header--item-2{grid-column:1/span 2;grid-row:2;}}@media(max-width:1589px) and (min-width:1200px){.nav--header--item-3{grid-column:2;grid-row:1;}}@media(max-width:767px){.nav--header--small-container{display:flex;justify-content:space-between;width:100%;}}.nav--header--small-container--item-1{padding-left:0;}.nav--header--small-container--item-2{display:flex;}*,*::before,*::after{box-sizing:border-box;}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block;}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff;}[tabindex="-1"]:focus{outline:0!important;}hr{box-sizing:content-box;height:0;overflow:visible;}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;}p{margin-top:0;margin-bottom:1rem;}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;}address{margin-bottom:1rem;font-style:normal;line-height:inherit;}ol,ul,dl{margin-top:0;margin-bottom:1rem;}ol ol,ul ul,ol ul,ul ol{margin-bottom:0;}dt{font-weight:700;}dd{margin-bottom:.5rem;margin-left:0;}blockquote{margin:0 0 1rem;}b,strong{font-weight:bolder;}small{font-size:80%;}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;}sub{bottom:-.25em;}sup{top:-.5em;}a{color:#007bff;text-decoration:none;background-color:transparent;}a:hover{color:#0056b3;text-decoration:underline;}a:not([href]):not([tabindex]){color:inherit;text-decoration:none;}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none;}a:not([href]):not([tabindex]):focus{outline:0;}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em;}pre{margin-top:0;margin-bottom:1rem;overflow:auto;}figure{margin:0 0 1rem;}img{vertical-align:middle;border-style:none;}svg{overflow:hidden;vertical-align:middle;}table{border-collapse:collapse;}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom;}th{text-align:inherit;}label{display:inline-block;margin-bottom:.5rem;}button{border-radius:0;}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}button,input{overflow:visible;}button,select{text-transform:none;}select{word-wrap:normal;}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer;}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none;}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0;}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox;}textarea{overflow:auto;resize:vertical;}fieldset{min-width:0;padding:0;margin:0;border:0;}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal;}progress{vertical-align:baseline;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto;}[type=search]{outline-offset:-2px;-webkit-appearance:none;}[type=search]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button;}output{display:inline-block;}summary{display:list-item;cursor:pointer;}template{display:none;}[hidden]{display:none!important;}html{background-color:#57595a;}body{background-color:#fff;}body,div,p,table{font-family:"Libre Baskerville",Arial,sans-serif;font-weight:400;padding:0;margin:0;}a{color:#3aa8cc;}p{margin-bottom:10px;}h1{margin-bottom:.3em;}h2,h3,h4,h5,h6{margin-bottom:.35em;}.text-align-center{text-align:center;}.wrapper-fluid{width:100%;min-width:280px;background-color:transparent;}.wrapper-fluid--content .ad-wrapper-1>div{margin-bottom:30px;clear:both;padding:0;}@media(min-width:768px){.wrapper-fluid--content .ad-wrapper-1>div{margin-bottom:35px;}}@media(min-width:1200px){.wrapper-fluid--content .ad-wrapper-1>div{margin-bottom:40px;}}@media(min-width:768px){.wrapper-fluid--content .ad-wrapper-1>div{margin-left:30px;margin-right:30px;}}.wrapper,.wrapper--insurr-header,.wrapper-no-min-width{min-width:280px;margin:0 20px;position:relative;background-color:transparent;padding:0;}@media(min-width:320px){.wrapper,.wrapper--insurr-header,.wrapper-no-min-width{max-width:767px;}}@media(min-width:768px){.wrapper,.wrapper--insurr-header,.wrapper-no-min-width{max-width:991px;margin:0 40px;}}@media(min-width:992px){.wrapper,.wrapper--insurr-header,.wrapper-no-min-width{max-width:1199px;}}@media(min-width:1200px){.wrapper,.wrapper--insurr-header,.wrapper-no-min-width{max-width:1439px;}}@media(min-width:1440px){.wrapper,.wrapper--insurr-header,.wrapper-no-min-width{margin:0 auto;max-width:1440px;width:100%;padding:0 20px;}}.wrapper .wrapper--summary,.wrapper--insurr-header .wrapper--summary,.wrapper-no-min-width .wrapper--summary{margin-left:0;margin-bottom:30px;}.wrapper .wrapper--underline,.wrapper--insurr-header .wrapper--underline,.wrapper-no-min-width .wrapper--underline{border-bottom:1px solid #dfdfdf;padding-bottom:40px;}.wrapper .wrapper--topline,.wrapper--insurr-header .wrapper--topline,.wrapper-no-min-width .wrapper--topline{border-top:1px solid #dfdfdf;margin-top:40px;}.wrapper-no-min-width{padding:0;padding-left:255px;padding-bottom:20px;max-width:100%;min-width:0;text-align:inherit;background-color:transparent;}.wrapper--flex-sponsored-cover{display:flex;margin-left:auto;margin-right:auto;}@media(min-width:768px){.wrapper--flex-sponsored-cover{max-width:1920px;}}.header_wrapper{width:100%;height:567.985px;}@media(min-width:768px){.header_wrapper{height:555px;}}@media(min-width:1200px){.header_wrapper{height:825.953px;}}.header_wrapper header{position:fixed;width:100%;height:85px;}@media(min-width:768px){.header_wrapper header{height:95px;}}@media(min-width:1590px){.header_wrapper header{height:105.953px;}}@media(max-width:1589px) and (min-width:1200px){.header_wrapper header{height:145px;}}.header_wrapper>section{position:fixed;width:100%;top:100px;}@media(min-width:1590px){.header_wrapper>section{top:105.953px;}}@media(max-width:1589px) and (min-width:1200px){.header_wrapper>section{top:145px;}}.body_wrapper_with_sponsored_cover{background-color:#fff;position:relative;z-index:12001;}.flex-wrap-left{display:flex;flex-flow:row wrap;justify-content:flex-start;width:100%;}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem;}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem;}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/";}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline;}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none;}.breadcrumb-item.active{color:#6c757d;}.wallpaper-wrapper{display:none;width:100%;}@media(min-width:1024px){.wallpaper-wrapper{display:block;}}.wallpaper-wrapper>div{min-height:310px;}.wallpaper-wrapper>div div{min-height:2000px;position:absolute;background-color:#fff;}.wallpaper-wrapper>div[style="display: none;"],.wallpaper-wrapper>div:not([data-google-query-id]){display:none;}.ad-wrapper-300x600{clear:both;}.ad-wrapper-300x600>div{display:block!important;margin:auto;background-color:#eee;width:300px;min-height:250px;text-align:center;vertical-align:central;position:relative;}.ad-wrapper-300x600>div>div{position:relative;z-index:1;}@media(min-width:1024px){.ad-wrapper-300x600>div{min-height:600px;}}.ad-wrapper-300x600>div::after{content:"AD";z-index:0;position:absolute;top:0;right:0;border:1px solid;padding:2px;background-color:#f4f4f4;font-size:10px;font-family:"Roboto",Arial,sans-serif;color:#40c2cf;font-weight:400;line-height:140%;}.ad-wrapper-300x600>div::after:hover{color:#40c2cf;}.ad-wrapper-300x250{clear:both;}.ad-wrapper-300x250>div{display:block!important;margin:auto;background-color:#eee;width:300px;min-height:250px;text-align:center;vertical-align:central;position:relative;}.ad-wrapper-300x250>div>div{position:relative;z-index:1;}.ad-wrapper-300x250>div::after{content:"AD";z-index:0;position:absolute;top:0;right:0;border:1px solid;padding:2px;background-color:#f4f4f4;font-size:10px;font-family:"Roboto",Arial,sans-serif;color:#40c2cf;font-weight:400;line-height:140%;}.ad-wrapper-300x250>div::after:hover{color:#40c2cf;}.ad-wrapper-970x250{clear:both;width:100%;}.ad-wrapper-970x250>div{display:block!important;margin:auto;background-color:#eee;width:300px;min-height:250px;text-align:center;vertical-align:central;position:relative;}.ad-wrapper-970x250>div>div{position:relative;z-index:1;}@media(min-width:1024px){.ad-wrapper-970x250>div{width:970px;}}.ad-wrapper-970x250>div::after{content:"AD";z-index:0;position:absolute;top:0;right:0;border:1px solid;padding:2px;background-color:#f4f4f4;font-size:10px;font-family:"Roboto",Arial,sans-serif;color:#40c2cf;font-weight:400;line-height:140%;}.ad-wrapper-970x250>div::after:hover{color:#40c2cf;}.ad-wrapper-billboard-v2{clear:both;background-color:#f4f4f4;padding:20px 0;}@media(min-width:1200px){.ad-wrapper-billboard-v2{padding:40px 0;}}.ad-wrapper-billboard-v2>div{position:relative;display:block!important;margin:auto;background-color:#eee;width:300px;min-height:250px;text-align:center;vertical-align:central;position:relative;}.ad-wrapper-billboard-v2>div>div{position:relative;z-index:1;}@media(min-width:1024px){.ad-wrapper-billboard-v2>div{width:970px;}}.ad-wrapper-billboard-v2>div::after{content:"AD";z-index:0;position:absolute;top:0;right:0;border:1px solid;padding:2px;background-color:#f4f4f4;font-size:10px;font-family:"Roboto",Arial,sans-serif;color:#40c2cf;font-weight:400;line-height:140%;}.ad-wrapper-billboard-v2>div::after:hover{color:#40c2cf;}.catfish{position:relative;z-index:12002;line-height:0!important;}.font1,.font1-22-22-20,.font1-22-22-20-M{font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.font1:hover,.font1-22-22-20:hover,.font1-22-22-20-M:hover{color:#030303;}.font2,.resources-download__form input,.resources-download__form select,.resources-download__form optgroup,.resources-download__form textarea,.font2-22{font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.font2:hover,.resources-download__form input:hover,.resources-download__form select:hover,.resources-download__form optgroup:hover,.resources-download__form textarea:hover,.font2-22:hover{color:#030303;}.font3,.font3-56-46-30-B{font-family:"Cormorant Garamond",Arial,serif;color:#030303;font-weight:400;line-height:140%;}.font3:hover,.font3-56-46-30-B:hover{color:#030303;}.font2-22{font-size:22px;font-weight:400;line-height:1.18;font-style:normal;font-stretch:condensed;}.font1-22-22-20,.font1-22-22-20-M{font-size:20px;}@media(min-width:1200px){.font1-22-22-20,.font1-22-22-20-M{font-size:22px;}}.font1-22-22-20-M{font-weight:400;}.font3-56-46-30-B{font-size:30px;font-weight:700;line-height:120%;}@media(min-width:768px){.font3-56-46-30-B{font-size:46px;}}@media(min-width:1200px){.font3-56-46-30-B{font-size:56px;}}.btn-go-top{display:none;position:fixed;bottom:115px;right:0;border:0;background-color:#012d6b;opacity:.5;color:#fff;font-size:20px;text-align:center;padding:5px 12px;border-radius:0;cursor:pointer;z-index:12000;}.btn-go-top:hover{opacity:1;}.btn-sponsored-cover{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#fff;font-weight:400;line-height:140%;background-color:#012d6b;color:#fff;padding:10px 20px;text-decoration:none;display:inline-block;text-align:center;border:1px solid #012d6b;}.btn-sponsored-cover:hover{color:#fff;}@media(min-width:768px){.btn-sponsored-cover{font-size:14px;}}@media(min-width:1200px){.btn-sponsored-cover{font-size:16px;}}.btn-sponsored-cover:not([disabled]):hover{text-decoration:none;color:#fff;}.wrapper--breadcrumb{padding-top:100px;margin-left:20px;}@media(min-width:768px){.wrapper--breadcrumb{margin-left:40px;}}@media(min-width:1440px){.wrapper--breadcrumb{margin:0 auto;}}.breadcrumb{padding:0;margin:0;background-color:transparent;flex-wrap:nowrap;white-space:nowrap;}.breadcrumb-item{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#666;font-weight:400;line-height:140%;}.breadcrumb-item:hover{color:#666;}@media(min-width:768px){.breadcrumb-item{font-size:14px;}}@media(min-width:1200px){.breadcrumb-item{font-size:16px;}}.breadcrumb-item a{color:#012d6b;text-decoration:none;}.breadcrumb-item a:hover{color:#012d6b;}.breadcrumb-item.active{color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.breadcrumb-item+.breadcrumb-item::before{content:"·";color:#b7b7b7;}.overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fafafa;color:#030303;overflow-x:hidden;overflow-y:auto;padding-top:20px;}.overlay__header__btn--close{color:#030303!important;padding-left:20px;}.modal{background-color:#fff;position:fixed;top:0;left:0;width:100vw!important;height:100%!important;overflow-x:hidden;overflow-y:auto;z-index:13000;}.modal .header{width:100vw;}.modal .header .modal-spring,.modal .header .modal-close{display:flex!important;}.modal .header .nav--header{display:flex;justify-content:space-around;flex-wrap:wrap;margin-top:-5px;margin-bottom:5px;width:100%;}@media(max-width:991px){.modal .header .nav--header{display:block;}}.modal .header .logo{align-self:normal;flex:1;}.modal .header .menu-item{display:flex;width:100%;background:#fff;flex-direction:row;flex-wrap:wrap;padding:0;box-shadow:none;}.modal .header .logo-and-btn-close{display:flex;justify-content:space-between;width:100%;padding:27px 20px;}@media(min-width:768px){.modal .header .logo-and-btn-close{padding:30px 40px;}}.modal .header .nav__item__link{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#012d6b;font-weight:700;line-height:140%;line-height:140%;padding:10px 20px;}.modal .header .nav__item__link:hover{color:#012d6b;}@media(min-width:768px){.modal .header .nav__item__link{padding:10px 40px;}}.modal .header .nav__item{padding:20px 0 0;text-align:left;width:100%;margin:0;}.modal .header .nav__item:hover{background-color:inherit;border:0;}.modal .header .nav__item:hover .nav__item__container{margin-top:0;}.modal .header .nav__item:hover .nav__item__link{color:#012d6b;}.modal .header .nav__item.active{background-color:inherit;color:inherit;}.modal .header .nav__item__container{width:100%;display:block;position:relative;border-width:0;box-shadow:none;background-color:#fff;padding:0;top:0;}.modal .header .nav__item__container .wrapper-no-min-width{padding:0;}.modal .header .nav__item__container ul{width:100%;padding-left:10px;}@media(min-width:768px){.modal .header .nav__item__container ul{column-count:3;padding-left:25px;}}@media(min-width:1200px){.modal .header .nav__item__container ul{float:left;}}.modal .header .nav__item__container ul.menu-wrapper{padding:0;display:flex;flex-flow:row wrap;column-gap:30px;}.modal .header .nav__item__container li{margin-bottom:10px;flex-basis:50%;}@media(min-width:768px){.modal .header .nav__item__container li{flex-basis:auto;column-gap:30px;}}.modal .header .nav__item__container a{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#999;font-weight:400;line-height:140%;padding:0;height:0;}.modal .header .nav__item__container a:hover{color:#012d6b;}.modal__logo{display:none;}.modal__logo img{width:200px;}@media(min-width:768px){.modal__logo img{width:250px;}}.modal .modal-hide{display:none!important;}.modal .modal-show{display:initial!important;}.spring{flex-basis:100%;display:flex;}.modal-spring,.modal-close{display:none;}.modal-close{align-self:center;padding-bottom:0;}.modal-close a{margin:auto;cursor:pointer;}.input-validation-error{border-color:#da1f26;}.field-validation-error{display:block;}.validation-summary-errors{color:#da1f26;}.validation-summary-errors ul{list-style-type:none;padding-left:0;}.invalid-feedback,.valid-feedback{font-family:"Roboto",Arial,sans-serif;font-size:14px;}.margin-auto{margin:auto;}.pt-80-40-40{padding-top:40px;}@media(min-width:1200px){.pt-80-40-40{padding-top:80px;}}.pb-80-40-40{padding-bottom:40px;}@media(min-width:1200px){.pb-80-40-40{padding-bottom:80px;}}.m-0{margin:0;}.mt-40{margin-top:40px;}.font-16{font-size:16px;}.mb-5{margin-bottom:5px;}.mb-10{margin-bottom:10px;}.mb-20{margin-bottom:20px;}.mb-40{margin-bottom:40px;}.mb-60{margin-bottom:60px!important;}.bg-bar-4{background-color:#f4f4f4;}.mb-30-30-20{margin-bottom:20px;}@media(min-width:768px){.mb-30-30-20{margin-bottom:30px;}}.mb-40-25-35{margin-bottom:35px;}@media(min-width:768px){.mb-40-25-35{margin-bottom:25px;}}@media(min-width:1200px){.mb-40-25-35{margin-bottom:40px;}}.table-bordered,.wrapper--detail__body table,.insurr-main__content-body table{border:1px solid #ddd;}.table-bordered>tbody>tr>td,.wrapper--detail__body table>tbody>tr>td,.insurr-main__content-body table>tbody>tr>td,.table-bordered>tbody>tr>th,.wrapper--detail__body table>tbody>tr>th,.insurr-main__content-body table>tbody>tr>th,.table-bordered>tfoot>tr>td,.wrapper--detail__body table>tfoot>tr>td,.insurr-main__content-body table>tfoot>tr>td,.table-bordered>tfoot>tr>th,.wrapper--detail__body table>tfoot>tr>th,.insurr-main__content-body table>tfoot>tr>th,.table-bordered>thead>tr>td,.wrapper--detail__body table>thead>tr>td,.insurr-main__content-body table>thead>tr>td,.table-bordered>thead>tr>th,.wrapper--detail__body table>thead>tr>th,.insurr-main__content-body table>thead>tr>th{border:1px solid #ddd;}.table-bordered>thead>tr>td,.wrapper--detail__body table>thead>tr>td,.insurr-main__content-body table>thead>tr>td,.table-bordered>thead>tr>th,.wrapper--detail__body table>thead>tr>th,.insurr-main__content-body table>thead>tr>th{font-weight:400;border-bottom-width:2px;}select:required:invalid{font-size:14px;font-family:"Libre Baskerville",Arial,sans-serif;color:#888;font-weight:400;line-height:140%;}select:required:invalid:hover{color:#888;}@media(min-width:768px){select:required:invalid{font-size:16px;}}@media(min-width:1200px){select:required:invalid{font-size:16px;}}option[value=""][disabled]{display:none;}.default-img-style,.article-list__head__img--news,.tvtalk__top__list__item__img,.home-spot-light__right__list__item__img,.home-spot-light__left__img,.home-news__right__bi__head__img,.home-news__left__top__img,.home-tvtalk__left__tv__bottom__item__img,.home-tvtalk__left__tv__top__item__img,.article-detail__left__head__img{overflow:hidden;position:relative;text-align:center;aspect-ratio:1.6666666667;}.default-img-style img,.article-list__head__img--news img,.tvtalk__top__list__item__img img,.home-spot-light__right__list__item__img img,.home-spot-light__left__img img,.home-news__right__bi__head__img img,.home-news__left__top__img img,.home-tvtalk__left__tv__bottom__item__img img,.home-tvtalk__left__tv__top__item__img img,.article-detail__left__head__img img{width:100%;}.article-image-ratio,.article-list__item-img--events img,.article-list__head-img--best-insurance img,.article-list__head__img--resources img{aspect-ratio:1.6666666667;object-fit:cover;width:100%;height:auto;}.tv-image-ratio,.article-list__item-img--tv img,.tvtalk__top__list .tvtalk__top__list__item:first-child .tvtalk__top__list__item__img{aspect-ratio:16/9;object-fit:cover;width:100%;height:auto;}.aspect-ratio-wrapper-16-9{position:relative;padding-bottom:56.2%;}.aspect-ratio-wrapper-5-3{position:relative;padding-bottom:60%;}.aspect-ratio-wrapper-5-3-small{position:relative;padding-bottom:18%;}.aspect-ratio-image{width:100%;position:absolute;object-fit:cover;}.clamp{display:block;overflow:hidden;position:relative;text-overflow:ellipsis;}@supports(display:-webkit-box){.clamp{display:-webkit-box;-webkit-box-orient:vertical;}.clamp-1{-webkit-line-clamp:1;}.clamp-2{-webkit-line-clamp:2;}.clamp-3{-webkit-line-clamp:3;}.clamp-4{-webkit-line-clamp:4;}.clamp-5{-webkit-line-clamp:5;}}.slick-slider{margin-bottom:20px;}@media(min-width:768px){.slick-slider{margin-bottom:40px;}}.slick-dots{padding:0;margin:0;}.slick-dots li{font-size:0;width:16px;height:16px;border:1px solid #808080;border-radius:50pc;margin:0 2px;display:inline-block;}.slick-dots li.slick-active{background:#012d6b;}.slick-dots li button{background:transparent;font-size:0;border:0;box-shadow:none;height:100%;width:100%;text-decoration:none!important;outline:0!important;}button.slider-prev,button.slider-next{outline:0;border:0;background:none;border:1px solid #dfdfdf;height:36px;width:36px;margin:0;}button.slider-next{margin-left:10px;}.slick-current .home-spot-light__right__list__item{background-color:#f4f4f4!important;}.at-share-btn{padding:0!important;}.sharethis-inline-share-buttons{position:relative;z-index:0!important;margin-left:10px;}.sharethis-inline-share-buttons div{display:inline-flex!important;}.pf-widget-modal{z-index:99999!important;}.wrapper-fluid--footer{position:relative;background-color:#333;}.wrapper--footer{background-color:transparent;padding-top:40px;display:block;min-height:300px;}@media(min-width:1200px){.wrapper--footer{display:flex;flex-flow:row nowrap;justify-content:space-between;}}.wrapper--footer__left{display:flex;flex-flow:row nowrap;column-gap:20px;}@media(min-width:1200px){.wrapper--footer__left{flex-basis:280px;flex-shrink:0;display:block;}}.wrapper--footer__left__logo{overflow:hidden;position:relative;text-align:center;margin-bottom:20px;}.wrapper--footer__left__logo img{height:25px;width:100%;}.wrapper--footer__left__sns{display:flex;column-gap:10px;margin-right:10px;}.wrapper--footer__left__sns a{font-size:20px;color:#a5a4a4;height:35px;display:flex;align-items:center;text-decoration:none;}.wrapper--footer__left__sns .footer-svg-icon{width:17.5px;}.wrapper--footer__right{flex-basis:700px;}.wrapper--footer__right__menu{margin-bottom:20px;}.wrapper--footer__right__menu ul{display:flex;flex-flow:row wrap;justify-content:flex-start;list-style-type:none;column-gap:18px;padding:0;margin:0;}.wrapper--footer__right__menu a{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#fff;font-weight:400;line-height:140%;}.wrapper--footer__right__menu a:hover{color:#fff;}.wrapper--footer__right__bottom{display:block;}@media(min-width:768px){.wrapper--footer__right__bottom{display:flex;flex-flow:row nowrap;justify-content:space-between;}}.wrapper--footer__right__bottom__left{margin-bottom:20px;}.wrapper--footer__right__bottom__left img{margin-right:20px;max-height:40px;}.wrapper--footer__right__bottom__right{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#a6a4a5;font-weight:400;line-height:140%;}.wrapper--footer__right__bottom__right:hover{color:#a6a4a5;}.backdrop{background:rgba(0,0,0,.6);height:100%;top:0;left:0;overflow:hidden;position:fixed;text-align:center;transition:opacity .5s ease-out 1s;width:100vw;z-index:20000;}#intromercial-handle .intromercial-container{position:absolute;top:18%;left:50%;width:640px;height:auto;margin-top:0;margin-left:-320px;}#intromercial-handle-mobile .intromercial-container{position:absolute;top:50%;left:50%;width:300px;height:auto;margin-top:-150px;margin-left:-150px;}#intromercial-handle-mobile .intromercial-container .intromercial-header__logo-area img{width:150px;}.intromercial-header{padding-bottom:20px;display:flex;justify-content:space-between;}.intromercial-header__logo-area{flex:0 0 48%;text-align:left;}.intromercial-header__close-area{flex:0 0 48%;text-align:right;}.intromercial-header__close-area button{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#fff;font-weight:400;line-height:140%;background:none;border:0;outline:0;padding:0;}.intromercial-header__close-area button:hover{color:#fff;}@media(min-width:768px){.intromercial-header__close-area button{font-size:16px;}}@media(min-width:1200px){.intromercial-header__close-area button{font-size:20px;}}.intromercial-header__close-area button:hover{text-decoration:underline;}.error_wrapper{max-width:800px;margin-top:60px;padding:0;}@media(min-width:768px){.error_wrapper{margin-top:100px;margin-left:auto;margin-right:auto;padding-left:40px;padding-right:40px;}}@media(min-width:992px){.error_wrapper{padding:0;}}.error-app-logo{width:100%;margin-bottom:60px;}@media(min-width:768px){.error-app-logo{margin-bottom:150px;}}@media(min-width:1200px){.error-app-logo{margin-bottom:200px;}}.error-app-logo__img{margin-left:auto;margin-right:auto;display:block;width:300px;}.error-minus-icon{margin-left:auto;margin-right:auto;margin-bottom:20px;}@media(min-width:1200px){.error-minus-icon{margin-bottom:30px;}}.error-minus-icon__img{margin-left:auto;margin-right:auto;display:block;}.error--title{font-size:26px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin-bottom:20px;}.error--title:hover{color:#030303;}@media(min-width:768px){.error--title{font-size:40px;}}@media(min-width:1200px){.error--title{font-size:60px;}}.error--description{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.error--description:hover{color:#030303;}.error-bottom-container{margin-top:60px;display:inherit;padding:40px 0;}@media(min-width:768px){.error-bottom-container{display:flex;}}.error-bottom-container--bordered{border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;}.error-helpful-section--title{width:100%;font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;}.error-helpful-section--title:hover{color:#030303;}@media(min-width:768px){.error-helpful-section--title{font-size:16px;}}@media(min-width:1200px){.error-helpful-section--title{font-size:20px;}}.error-helpful-section--list{width:100%;list-style-type:none;padding-inline-start:0;}@media(min-width:768px){.error-helpful-section--list{text-align:right;}}.error-helpful-section--link{text-decoration:underline;font-size:16px;font-family:"Libre Baskerville",Arial,sans-serif;color:#004c98;}.error-helpful-section--link:hover{color:#030303;}@media(min-width:1200px){.error-helpful-section--link{font-size:20px;}}.dbg{border:1px dotted #f00;}.article-detail{display:block;margin-bottom:40px;}@media(min-width:768px){.article-detail{margin-bottom:60px;}}@media(min-width:1200px){.article-detail{margin-bottom:100px;}}@media(min-width:1440px){.article-detail{display:flex;flex-flow:row nowrap;justify-content:space-between;}}.article-detail__left{flex-basis:970px;}.article-detail__left__head{width:100%;margin:0 auto;margin-bottom:40px;}.article-detail__left__head h3{font-size:20px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin-bottom:40px;}.article-detail__left__head h3:hover{color:#030303;}@media(min-width:768px){.article-detail__left__head h3{font-size:20px;}}@media(min-width:1200px){.article-detail__left__head h3{font-size:24px;}}@media(min-width:1200px){.article-detail__left__head{width:840px;}}.article-detail__left__head__video{position:relative;padding-bottom:56.25%;height:0;text-align:center;margin-bottom:20px;}.article-detail__left__head__video iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.article-detail__left__content__writer{width:100%;margin-left:auto;margin-right:auto;margin-bottom:40px;}.article-detail__left__content__writer h4{margin-bottom:10px;}.article-detail__left__content__writer p{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin-bottom:0;}.article-detail__left__content__writer p:hover{color:#030303;}@media(min-width:768px){.article-detail__left__content__writer p{font-size:16px;}}@media(min-width:1200px){.article-detail__left__content__writer p{font-size:18px;}}.article-detail__left__content__writer .tag{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#004c98;font-weight:400;line-height:140%;}.article-detail__left__content__writer .tag:hover{color:#004c98;}@media(min-width:768px){.article-detail__left__content__writer .tag{font-size:14px;}}@media(min-width:1200px){.article-detail__left__content__writer .tag{font-size:16px;}}.article-detail__left__content__writer .author{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#012d6b;font-weight:400;line-height:140%;}.article-detail__left__content__writer .author:hover{color:#012d6b;}@media(min-width:768px){.article-detail__left__content__writer .author{font-size:16px;}}@media(min-width:1200px){.article-detail__left__content__writer .author{font-size:18px;}}.article-detail__left__content__writer label{margin-bottom:0;}@media(min-width:768px){.article-detail__left__content__writer{padding:0 14px;}}@media(min-width:1200px){.article-detail__left__content__writer{width:660px;}}.article-detail__left__content__writer__info{display:flex;font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.article-detail__left__content__writer__info:hover{color:#030303;}@media(min-width:768px){.article-detail__left__content__writer__info{font-size:16px;}}@media(min-width:1200px){.article-detail__left__content__writer__info{font-size:18px;}}.article-detail__left__content__writer__info label{margin:0;}.article-detail__left__content__writer__info label+label::before{content:"/";margin:0 .5em;}.article-detail__left__content__writer__info .btn-align{margin-top:4px!important;}.article-detail__right{flex-basis:300px;}.wrapper-fluid--subscribe{background-color:#f4f4f4;padding:40px 0;}@media(min-width:768px){.wrapper-fluid--subscribe{padding:60px 0;}}@media(min-width:1200px){.wrapper-fluid--subscribe{padding:80px 0;}}.wrapper-fluid--subscribe .wrapper,.wrapper-fluid--subscribe .wrapper--insurr-header,.wrapper-fluid--subscribe .wrapper-no-min-width{background-color:transparent;}.home-subscribe{display:flex;flex-flow:row nowrap;justify-content:space-between;background-color:#f4f4f4;}.home-subscribe__content{width:100%;margin-right:0;}.home-subscribe__content h3{font-size:20px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;}.home-subscribe__content h3:hover{color:#030303;}@media(min-width:768px){.home-subscribe__content h3{font-size:24px;}}@media(min-width:1200px){.home-subscribe__content h3{font-size:32px;}}.home-subscribe__content h4{font-size:14px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;}.home-subscribe__content h4:hover{color:#030303;}@media(min-width:768px){.home-subscribe__content h4{font-size:16px;}}@media(min-width:1200px){.home-subscribe__content h4{font-size:18px;}}@media(min-width:1200px){.home-subscribe__content{flex-basis:1020px;max-width:1020px;flex-grow:1;margin-right:40px;}}.home-subscribe__content label.error{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#f00;font-weight:400;line-height:140%;display:block;}.home-subscribe__content label.error:hover{color:#f00;}.home-subscribe__content__btngroup{display:block;width:100%;margin:10px 0;}@media(min-width:768px){.home-subscribe__content__btngroup{display:flex;flex-flow:row nowrap;width:100%;}}.home-subscribe__content__btngroup #txtSubscribe{height:50px;border:1px solid #012d6b;padding:10px;margin-bottom:10px;flex-basis:100%;flex-grow:1;width:100%;}@media(min-width:768px){.home-subscribe__content__btngroup #txtSubscribe{width:700px;height:50px;}}@media(min-width:1200px){.home-subscribe__content__btngroup #txtSubscribe{width:700px;height:60px;}}@media(min-width:1440px){.home-subscribe__content__btngroup #txtSubscribe{flex-basis:820px;}}.home-subscribe__content__btngroup .btn-subscribe{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;border:1px solid #012d6b;line-height:1;margin-left:-2px;height:50px;width:100%;display:inline-block;color:#fff!important;background-color:#012d6b;vertical-align:top;text-align:center;padding:18px 0;cursor:pointer;text-decoration:none;flex-shrink:0;}.home-subscribe__content__btngroup .btn-subscribe:hover{color:#030303;}@media(min-width:768px){.home-subscribe__content__btngroup .btn-subscribe{font-size:16px;}}@media(min-width:1200px){.home-subscribe__content__btngroup .btn-subscribe{font-size:20px;}}.home-subscribe__content__btngroup .btn-subscribe:hover{background-color:#002251;}@media(min-width:768px){.home-subscribe__content__btngroup .btn-subscribe{width:auto;flex-basis:150px;flex-shrink:0;}}@media(min-width:1200px){.home-subscribe__content__btngroup .btn-subscribe{height:60px;flex-basis:200px;flex-shrink:0;}}@media(min-width:1440px){.home-subscribe__content__btngroup .btn-subscribe{flex-basis:200px;flex-shrink:0;}}.home-subscribe__img{display:none;flex-basis:180px;flex-shrink:0;}.home-subscribe__img img{width:180px;height:180px;}@media(min-width:1200px){.home-subscribe__img{display:block;}}.home-tvtalk{display:block;margin:40px 0;}@media(min-width:1200px){.home-tvtalk{margin:100px 0;display:flex;flex-flow:row nowrap;justify-content:space-between;column-gap:80px;}}.home-tvtalk__left{flex-basis:1020px;}.home-tvtalk__left__tv{margin-bottom:60px;}.home-tvtalk__left__tv h3{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;font-stretch:condensed;margin-bottom:20px;}.home-tvtalk__left__tv h3:hover{color:#030303;}@media(min-width:768px){.home-tvtalk__left__tv h3{font-size:16px;}}@media(min-width:1200px){.home-tvtalk__left__tv h3{font-size:20px;}}.home-tvtalk__left__tv__top{display:block;margin-bottom:40px;}@media(min-width:768px){.home-tvtalk__left__tv__top{display:flex;flex-flow:row nowrap;column-gap:40px;}}@media(min-width:1440px){.home-tvtalk__left__tv__top{column-gap:60px;}}.home-tvtalk__left__tv__top__item{width:100%;}.home-tvtalk__left__tv__top__item a{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.home-tvtalk__left__tv__top__item a:hover{color:#030303;}@media(min-width:768px){.home-tvtalk__left__tv__top__item a{font-size:22px;}}@media(min-width:1200px){.home-tvtalk__left__tv__top__item a{font-size:26px;}}.home-tvtalk__left__tv__top__item h3{margin-bottom:20px;}@media(min-width:768px){.home-tvtalk__left__tv__top__item{width:auto;flex-basis:50%;}.home-tvtalk__left__tv__top__item h3{margin:0;}}.home-tvtalk__left__tv__top__item__img{aspect-ratio:auto;margin-bottom:10px;}.home-tvtalk__left__tv__top__item__img i{display:block;position:absolute;top:50%;left:50%;font-size:80px;width:80px;height:80px;text-align:center;color:#fff;opacity:.5;line-height:0;margin-left:-40px;z-index:999;}@media(min-width:1200px){.home-tvtalk__left__tv__top__item__img i{font-size:100px;width:100px;height:100px;margin-left:-50px;}}.home-tvtalk__left__tv__top__item__img:hover i,.home-tvtalk__left__tv__top__item__img:focus i{opacity:1;text-decoration:none;}.home-tvtalk__left__tv__bottom{display:block;}@media(min-width:768px){.home-tvtalk__left__tv__bottom{display:flex;flex-flow:row nowrap;column-gap:20px;}}@media(min-width:1200px){.home-tvtalk__left__tv__bottom{column-gap:40px;}}@media(min-width:1440px){.home-tvtalk__left__tv__bottom{column-gap:60px;}}.home-tvtalk__left__tv__bottom__item{flex-basis:33.33333%;margin-bottom:40px;}.home-tvtalk__left__tv__bottom__item a{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.home-tvtalk__left__tv__bottom__item a:hover{color:#030303;}@media(min-width:768px){.home-tvtalk__left__tv__bottom__item a{font-size:18px;}}@media(min-width:1200px){.home-tvtalk__left__tv__bottom__item a{font-size:20px;}}@media(min-width:768px){.home-tvtalk__left__tv__bottom__item{margin-bottom:0;}}.home-tvtalk__left__tv__bottom__item:last-child{margin-bottom:0;}.home-tvtalk__left__tv__bottom__item__img{aspect-ratio:auto;margin-bottom:10px;display:none;}@media(min-width:768px){.home-tvtalk__left__tv__bottom__item__img{display:block;}}.home-tvtalk__left__tv__bottom__item__img i{display:block;position:absolute;top:50%;left:50%;font-size:60px;width:60px;height:60px;text-align:center;color:#fff;opacity:.5;line-height:0;margin-left:-30px;z-index:999;}@media(min-width:1200px){.home-tvtalk__left__tv__bottom__item__img i{font-size:70px;width:70px;height:70px;margin-left:-35px;}}.home-tvtalk__left__tv__bottom__item__img:hover i,.home-tvtalk__left__tv__bottom__item__img:focus i{opacity:1;text-decoration:none;}.home-tvtalk__left__talk h3{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;font-stretch:condensed;margin-bottom:20px;}.home-tvtalk__left__talk h3:hover{color:#030303;}@media(min-width:768px){.home-tvtalk__left__talk h3{font-size:16px;}}@media(min-width:1200px){.home-tvtalk__left__talk h3{font-size:20px;}}.home-tvtalk__left__talk__list{display:block;}@media(min-width:768px){.home-tvtalk__left__talk__list{display:flex;flex-flow:row wrap;justify-content:space-between;}}.home-tvtalk__left__talk__list__item{flex-basis:48%;display:flex;flex-flow:row nowrap;justify-content:space-between;margin-bottom:40px;}.home-tvtalk__left__talk__list__item__content{flex-basis:400px;margin-right:20px;flex-grow:1;}.home-tvtalk__left__talk__list__item__content a{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.home-tvtalk__left__talk__list__item__content a:hover{color:#030303;}@media(min-width:768px){.home-tvtalk__left__talk__list__item__content a{font-size:22px;}}@media(min-width:1200px){.home-tvtalk__left__talk__list__item__content a{font-size:26px;}}.home-tvtalk__left__talk__list__item__content p{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#888;font-weight:400;line-height:140%;margin-bottom:0;}.home-tvtalk__left__talk__list__item__content p:hover{color:#888;}@media(min-width:768px){.home-tvtalk__left__talk__list__item__content p{font-size:14px;}}@media(min-width:1200px){.home-tvtalk__left__talk__list__item__content p{font-size:18px;}}.home-tvtalk__left__talk__list__item__content h3{margin-bottom:10px;}.home-tvtalk__left__talk__list__item__img img{width:40px;}@media(min-width:768px){.home-tvtalk__left__talk__list__item__img img{width:60px;}}.home-tvtalk__right{display:block;}.home-tvtalk__right div{margin:auto;}.home-tvtalk__right div+div{margin-top:50px;}@media(min-width:768px){.home-tvtalk__right{display:flex;flex-flow:row nowrap;justify-content:space-around;}.home-tvtalk__right div+div{margin-top:0;}}@media(min-width:1200px){.home-tvtalk__right{display:block;flex-basis:300px;flex-shrink:0;}.home-tvtalk__right div+div{margin-top:40px;}}.home-news{display:block;margin:60px 0;}@media(min-width:1200px){.home-news{margin:100px 0;display:flex;flex-flow:row nowrap;justify-content:space-between;column-gap:60px;}}.home-news__left{margin-bottom:50px;}@media(min-width:1200px){.home-news__left{margin-bottom:10px;flex-basis:620px;flex-grow:1;}}@media(min-width:1440px){.home-news__left{flex-basis:900px;}}.home-news__left__top{border-top:3px solid #012d6b;border-bottom:3px solid #012d6b;display:block;padding:20px 0;margin-bottom:40px;}@media(min-width:768px){.home-news__left__top{display:flex;flex-flow:row nowrap;padding:40px 0;}}.home-news__left__top__img{margin-bottom:20px;}@media(min-width:768px){.home-news__left__top__img{margin-right:20px;margin-bottom:0;flex-basis:220px;flex-shrink:0;width:auto;max-height:132px;}}@media(min-width:1200px){.home-news__left__top__img{flex-basis:220px;}}@media(min-width:1440px){.home-news__left__top__img{flex-basis:300px;max-height:180px;}}.home-news__left__top__content{flex-grow:1;}.home-news__left__top__content .tag{display:block;text-transform:uppercase;font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#004c98;font-weight:400;line-height:140%;margin-bottom:10px;}.home-news__left__top__content .tag:hover{color:#004c98;}@media(min-width:768px){.home-news__left__top__content .tag{font-size:14px;}}@media(min-width:1200px){.home-news__left__top__content .tag{font-size:16px;}}.home-news__left__top__content a{font-size:20px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;}.home-news__left__top__content a:hover{color:#030303;}@media(min-width:768px){.home-news__left__top__content a{font-size:24px;}}@media(min-width:1200px){.home-news__left__top__content a{font-size:30px;}}.home-news__left__top__content h3{margin-bottom:10px;}.home-news__left__top__content p{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#888;font-weight:400;line-height:140%;margin-bottom:10px;}.home-news__left__top__content p:hover{color:#888;}@media(min-width:768px){.home-news__left__top__content p{font-size:16px;}}@media(min-width:1200px){.home-news__left__top__content p{font-size:18px;}}.home-news__left__top__content span{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#999;font-weight:400;line-height:140%;}.home-news__left__top__content span:hover{color:#999;}@media(min-width:768px){.home-news__left__top__content span{font-size:14px;}}@media(min-width:1200px){.home-news__left__top__content span{font-size:16px;}}.home-news__left__top__content span+span::before{content:"|";margin:0 .5em;}.home-news__left__bottom{display:block;}@media(min-width:768px){.home-news__left__bottom{display:flex;flex-flow:row nowrap;}}.home-news__left__bottom__ad{margin-bottom:50px;}.home-news__left__bottom__ad div{margin:auto;}@media(min-width:768px){.home-news__left__bottom__ad{margin-bottom:0;flex-basis:300px;margin-right:60px;flex-shrink:0;}}.home-news__left__bottom__list{flex-grow:1;}.home-news__left__bottom__list__item{margin-bottom:40px;}.home-news__left__bottom__list__item .tag-container{display:flex;flex-direction:row;gap:10px;}.home-news__left__bottom__list__item .tag{display:block;text-transform:uppercase;font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#004c98;font-weight:400;line-height:140%;margin-bottom:10px;}.home-news__left__bottom__list__item .tag:hover{color:#004c98;}@media(min-width:768px){.home-news__left__bottom__list__item .tag{font-size:14px;}}@media(min-width:1200px){.home-news__left__bottom__list__item .tag{font-size:16px;}}.home-news__left__bottom__list__item .sponsored{display:block;align-self:flex-start;padding:2px 4px;font-size:10px;font-family:"Roboto",Arial,sans-serif;color:#fff;font-weight:400;line-height:140%;background:#da1f26;border-radius:5px;}.home-news__left__bottom__list__item .sponsored:hover{color:#fff;}@media(min-width:768px){.home-news__left__bottom__list__item .sponsored{font-size:10px;}}@media(min-width:1200px){.home-news__left__bottom__list__item .sponsored{font-size:12px;}}.home-news__left__bottom__list__item a{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.home-news__left__bottom__list__item a:hover{color:#030303;}@media(min-width:768px){.home-news__left__bottom__list__item a{font-size:18px;}}@media(min-width:1200px){.home-news__left__bottom__list__item a{font-size:20px;}}.home-news__left__bottom__list__item h3{margin-bottom:10px;}.home-news__left__bottom__list__item span{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#999;font-weight:400;line-height:140%;}.home-news__left__bottom__list__item span:hover{color:#999;}@media(min-width:768px){.home-news__left__bottom__list__item span{font-size:14px;}}@media(min-width:1200px){.home-news__left__bottom__list__item span{font-size:16px;}}.home-news__left__bottom__list__item span+span::before{content:"|";margin:0 .5em;}.home-news__left__bottom__list__item--read-more{text-align:center;margin:0 10px;}.home-news__left__bottom__list__item--read-more.extended{margin:0;}@media(min-width:768px){.home-news__left__bottom__list__item--read-more{margin:0 60px;}}@media(min-width:1200px){.home-news__left__bottom__list__item--read-more{margin:0 100px;}}.home-news__left__bottom__list__item--read-more a{background-color:#fff;color:#999;padding:15px 120px;text-decoration:none;display:inline-block;text-align:center;border:1px solid #dfdfdf;font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#999;font-weight:700;line-height:140%;line-height:120%;margin-bottom:60px;}.home-news__left__bottom__list__item--read-more a:not([disabled]):hover{text-decoration:none;background-color:#323232;color:#fff;border:1px solid #323232;}.home-news__left__bottom__list__item--read-more a:hover{color:#999;}@media(min-width:768px){.home-news__left__bottom__list__item--read-more a{font-size:16px;}}@media(min-width:1200px){.home-news__left__bottom__list__item--read-more a{font-size:20px;}}.home-news__right{flex-basis:440px;}.home-news__right__ad{margin-bottom:40px;}@media(min-width:1200px){.home-news__right__ad{margin-bottom:70px;}}.home-news__right__bi h3{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;font-stretch:condensed;margin-bottom:20px;}.home-news__right__bi h3:hover{color:#030303;}@media(min-width:768px){.home-news__right__bi h3{font-size:16px;}}@media(min-width:1200px){.home-news__right__bi h3{font-size:20px;}}.home-news__right__bi__head{padding:20px;border:solid 1px #dfdfdf;background-color:#f4f4f4;}.home-news__right__bi__head a{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;}.home-news__right__bi__head a:hover{color:#030303;}@media(min-width:768px){.home-news__right__bi__head a{font-size:18px;}}@media(min-width:1200px){.home-news__right__bi__head a{font-size:20px;}}.home-news__right__bi__head img{max-width:150px;margin-bottom:10px;}.home-news__right__bi__head h3{margin-bottom:10px;}.home-news__right__bi__head p{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#888;font-weight:400;line-height:140%;margin-bottom:10px;}.home-news__right__bi__head p:hover{color:#888;}@media(min-width:768px){.home-news__right__bi__head p{font-size:14px;}}@media(min-width:1200px){.home-news__right__bi__head p{font-size:16px;}}.home-news__right__bi__head__img{max-height:90px;margin-bottom:10px;}.home-news__right__bi__head__btn-group .btn-full-report{width:100%;margin-bottom:20px;font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#fff;font-weight:400;line-height:140%;background-color:#012d6b;color:#fff;padding:10px 20px;text-decoration:none;display:inline-block;text-align:center;border:1px solid #012d6b;}.home-news__right__bi__head__btn-group .btn-full-report:hover{color:#fff;}@media(min-width:768px){.home-news__right__bi__head__btn-group .btn-full-report{font-size:14px;}}@media(min-width:1200px){.home-news__right__bi__head__btn-group .btn-full-report{font-size:16px;}}.home-news__right__bi__head__btn-group .btn-full-report:not([disabled]):hover{text-decoration:none;background-color:#002251;color:#fff;border:1px solid #002251;}@media(min-width:768px){.home-news__right__bi__head__btn-group .btn-full-report{width:auto;margin-bottom:0;margin-right:10px;}}.home-news__right__bi__head__btn-group .btn-all-report{width:100%;font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#fff;font-weight:400;line-height:140%;background-color:#fff;color:#030303;padding:10px 20px;text-decoration:none;display:inline-block;text-align:center;border:1px solid #dfdfdf;}.home-news__right__bi__head__btn-group .btn-all-report:hover{color:#fff;}@media(min-width:768px){.home-news__right__bi__head__btn-group .btn-all-report{font-size:14px;}}@media(min-width:1200px){.home-news__right__bi__head__btn-group .btn-all-report{font-size:16px;}}.home-news__right__bi__head__btn-group .btn-all-report:not([disabled]):hover{text-decoration:none;color:#030303;}@media(min-width:768px){.home-news__right__bi__head__btn-group .btn-all-report{width:auto;}}.home-news__right__bi__list__item{padding:20px 0;}.home-news__right__bi__list__item a{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.home-news__right__bi__list__item a:hover{color:#030303;}@media(min-width:768px){.home-news__right__bi__list__item a{font-size:18px;}}@media(min-width:1200px){.home-news__right__bi__list__item a{font-size:20px;}}.home-news__right__bi__list__item h3{margin-bottom:10px;}.home-news__right__bi__list__item p{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#888;font-weight:400;line-height:140%;margin-bottom:0;}.home-news__right__bi__list__item p:hover{color:#888;}@media(min-width:768px){.home-news__right__bi__list__item p{font-size:14px;}}@media(min-width:1200px){.home-news__right__bi__list__item p{font-size:16px;}}.home-news__right__bi__list__item:last-child{padding-bottom:0;}.home-news__right__bi__list__item+.home-news__right__bi__list__item{border-top:1px solid #dfdfdf;}.home-spot-light{display:block;padding:60px 0;}@media(min-width:768px){.home-spot-light{display:flex;flex-flow:row nowrap;justify-content:space-between;}}@media(min-width:1200px){.home-spot-light{padding:100px 0;}}.home-spot-light__left{margin-right:0;width:100%;}@media(min-width:768px){.home-spot-light__left{width:50%;max-width:900px;flex-grow:1;margin-right:40px;}}@media(min-width:1200px){.home-spot-light__left{margin-right:60px;}}.home-spot-light__left__img{margin-bottom:20px;}.home-spot-light__left__content a{font-size:20px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;}.home-spot-light__left__content a:hover{color:#030303;}@media(min-width:768px){.home-spot-light__left__content a{font-size:24px;}}@media(min-width:1200px){.home-spot-light__left__content a{font-size:30px;}}.home-spot-light__left__content h3{margin-bottom:10px;}.home-spot-light__left__content p{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#333;font-weight:400;line-height:140%;margin-bottom:10px;}.home-spot-light__left__content p:hover{color:#333;}@media(min-width:768px){.home-spot-light__left__content p{font-size:16px;}}@media(min-width:1200px){.home-spot-light__left__content p{font-size:20px;}}.home-spot-light__left__content span{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#999;font-weight:400;line-height:140%;}.home-spot-light__left__content span:hover{color:#999;}@media(min-width:768px){.home-spot-light__left__content span{font-size:14px;}}@media(min-width:1200px){.home-spot-light__left__content span{font-size:16px;}}.home-spot-light__left__content span+span::before{content:"|";margin:0 .5em;}.home-spot-light__controls{display:grid;grid-template-columns:1fr;}.home-spot-light__controls .home-spot-light__dots-container{text-align:center;margin-bottom:20px;}.home-spot-light__controls .home-spot-light__arrow-container{text-align:center;}@media(min-width:768px){.home-spot-light__controls{grid-template-columns:1fr 1fr;}.home-spot-light__controls .home-spot-light__dots-container{text-align:left;margin-bottom:0;}.home-spot-light__controls .home-spot-light__arrow-container{text-align:right;}}@media(min-width:1200px){.home-spot-light__controls{grid-template-columns:1fr 1fr 1fr;}.home-spot-light__controls::before{content:"";display:block;}.home-spot-light__controls .home-spot-light__dots-container{text-align:center;}}.home-spot-light__right{display:none;flex-basis:240px;flex-shrink:0;}.home-spot-light__right h3{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;font-stretch:condensed;margin-bottom:20px;}.home-spot-light__right h3:hover{color:#030303;}@media(min-width:768px){.home-spot-light__right h3{font-size:16px;}}@media(min-width:1200px){.home-spot-light__right h3{font-size:20px;}}@media(min-width:768px){.home-spot-light__right{display:block;flex-basis:240px;width:240px;}}@media(min-width:1200px){.home-spot-light__right{flex-basis:440px;width:440px;}}.home-spot-light__right__list__item{display:flex!important;flex-flow:row nowrap;padding:20px;height:120px;background-color:transparent;}.home-spot-light__right__list__item a{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;}.home-spot-light__right__list__item a:hover{color:#030303;}@media(min-width:768px){.home-spot-light__right__list__item a{font-size:16px;}}@media(min-width:1200px){.home-spot-light__right__list__item a{font-size:18px;}}.home-spot-light__right__list__item p{flex-grow:1;}@media(min-width:1200px){.home-spot-light__right__list__item{height:130px;}}.home-spot-light__right__list__item__img{display:none;flex-basis:150px;flex-shrink:0;margin-right:20px;max-height:90px;}@media(min-width:1200px){.home-spot-light__right__list__item__img{display:block;}}.tvtalk{margin:60px auto;}.tvtalk__top{margin-bottom:60px;}.tvtalk__top h3{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;font-stretch:condensed;margin-bottom:20px;}.tvtalk__top h3:hover{color:#030303;}@media(min-width:768px){.tvtalk__top h3{font-size:16px;}}@media(min-width:1200px){.tvtalk__top h3{font-size:20px;}}.tvtalk__top__list{display:block;column-gap:20px;}@media(min-width:768px){.tvtalk__top__list{display:flex;flex-flow:row nowrap;}}@media(min-width:1200px){.tvtalk__top__list{column-gap:60px;}}.tvtalk__top__list__item{flex-basis:33.33333%;margin-bottom:40px;}.tvtalk__top__list__item a{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.tvtalk__top__list__item a:hover{color:#030303;}@media(min-width:768px){.tvtalk__top__list__item a{font-size:18px;}}@media(min-width:1200px){.tvtalk__top__list__item a{font-size:20px;}}.tvtalk__top__list__item h3{margin-bottom:0;}@media(min-width:768px){.tvtalk__top__list__item{margin-bottom:0;}}.tvtalk__top__list__item__img{display:none;aspect-ratio:auto;margin-bottom:10px;}.tvtalk__top__list__item__img i{display:block;position:absolute;top:50%;left:50%;font-size:60px;width:60px;height:60px;text-align:center;color:#fff;opacity:.5;line-height:0;margin-left:-30px;z-index:999;}@media(min-width:1200px){.tvtalk__top__list__item__img i{font-size:70px;width:70px;height:70px;margin-left:-35px;}}.tvtalk__top__list__item__img:hover i,.tvtalk__top__list__item__img:focus i{opacity:1;text-decoration:none;}@media(min-width:768px){.tvtalk__top__list__item__img{display:block;}}.tvtalk__bottom h3{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;font-stretch:condensed;margin-bottom:20px;}.tvtalk__bottom h3:hover{color:#030303;}@media(min-width:768px){.tvtalk__bottom h3{font-size:16px;}}@media(min-width:1200px){.tvtalk__bottom h3{font-size:20px;}}.tvtalk__bottom__list{display:block;column-gap:20px;}@media(min-width:768px){.tvtalk__bottom__list{display:flex;flex-flow:row nowrap;}}@media(min-width:1200px){.tvtalk__bottom__list{column-gap:60px;}}.tvtalk__bottom__list__item{flex-basis:33.33333%;margin-bottom:40px;}@media(min-width:768px){.tvtalk__bottom__list__item{margin-bottom:0;}}.tvtalk__bottom__list__item a{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.tvtalk__bottom__list__item a:hover{color:#030303;}@media(min-width:768px){.tvtalk__bottom__list__item a{font-size:18px;}}@media(min-width:1200px){.tvtalk__bottom__list__item a{font-size:26px;}}.tvtalk__bottom__list__item p{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#888;font-weight:400;line-height:140%;margin-bottom:0;}.tvtalk__bottom__list__item p:hover{color:#888;}@media(min-width:768px){.tvtalk__bottom__list__item p{font-size:14px;}}@media(min-width:1200px){.tvtalk__bottom__list__item p{font-size:18px;}}.tvtalk__bottom__list__item h3{margin-bottom:10px;}.tvtalk__bottom__list__item__img{overflow:hidden;position:relative;text-align:left;margin-bottom:20px;}.tvtalk__bottom__list__item__img img{max-height:40px;}@media(min-width:1200px){.tvtalk__bottom__list__item__img img{max-height:60px;}}.article-list__head,.article-list__head--tv,.article-list__head--webinars,.article-list__head--resources,.article-list__head--news{width:100%;margin-bottom:40px;}@media(min-width:768px){.article-list__head,.article-list__head--tv,.article-list__head--webinars,.article-list__head--resources,.article-list__head--news{margin-bottom:60px;}}.article-list__head--line-bottom{padding-bottom:40px;border-bottom:2px solid #333;}@media(min-width:768px){.article-list__head--line-bottom{padding-bottom:60px;}}.article-list__head__img{overflow:hidden;position:relative;width:100%;margin-bottom:20px;}.article-list__head__img img{width:600px;height:360px;aspect-ratio:5/3;object-fit:cover;}.article-list__head__passage,.article-list__head__passage--tv,.article-list__head__passage--webinars,.article-list__head__passage--news,.article-list__head__passage--industrynews{position:initial;width:100%;min-height:100px;text-align:left;}.article-list__head__passage label+label::before,.article-list__head__passage--tv label+label::before,.article-list__head__passage--webinars label+label::before,.article-list__head__passage--news label+label::before,.article-list__head__passage--industrynews label+label::before{content:"/";margin:0 .5em;}.article-list__head__passage span,.article-list__head__passage--tv span,.article-list__head__passage--webinars span,.article-list__head__passage--news span,.article-list__head__passage--industrynews span{color:#3aa8cc;}@media(min-width:768px){.article-list__head__passage,.article-list__head__passage--tv,.article-list__head__passage--webinars,.article-list__head__passage--news,.article-list__head__passage--industrynews{position:relative;}}.article-list__head__passage>h2,.article-list__head__passage--tv>h2,.article-list__head__passage--webinars>h2,.article-list__head__passage--news>h2,.article-list__head__passage--industrynews>h2{margin-bottom:10px;}.article-list__head--news{display:block;}@media(min-width:1200px){.article-list__head--news{display:flex;flex-flow:row nowrap;}}.article-list__head__img--news{width:auto;flex-basis:600px;margin-right:20px;margin-bottom:20px;}@media(min-width:768px){.article-list__head__img--news{max-height:240px;}}@media(min-width:1200px){.article-list__head__img--news{max-height:initial;margin-bottom:0;}}.article-list__head__passage--news,.article-list__head__passage--industrynews{width:auto;flex-basis:780px;}.article-list__head__passage--news span,.article-list__head__passage--industrynews span{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#999;font-weight:400;line-height:140%;}.article-list__head__passage--news span:hover,.article-list__head__passage--industrynews span:hover{color:#999;}@media(min-width:768px){.article-list__head__passage--news span,.article-list__head__passage--industrynews span{font-size:14px;}}@media(min-width:1200px){.article-list__head__passage--news span,.article-list__head__passage--industrynews span{font-size:16px;}}.article-list__head__passage--news span+span::before,.article-list__head__passage--industrynews span+span::before{content:"|";margin:0 .5em;}.article-list__head--resources{display:block;}.article-list__head--resources .article-list__head-summary{margin-bottom:0;}.article-list__head__img--resources{width:auto;margin-bottom:20px;}.article-list__head__img--resources img{width:100%;height:100%;}@media(min-width:768px){.article-list__head__img--resources img{max-height:240px;max-width:400px;}}@media(min-width:1200px){.article-list__head__img--resources img{max-height:360px;max-width:600px;}}.article-list__side-menu__content{display:block;height:100%;}@media(min-width:1200px){.article-list__side-menu__content{display:flex;flex-flow:row nowrap;column-gap:60px;}}@media(min-width:1440px){.article-list__side-menu__content{display:block;}}.article-list__side-menu__content__top{margin-left:auto;margin-right:auto;}.article-list__side-menu__content__top div+div:before{margin-top:40px;}@media(min-width:768px){.article-list__side-menu__content__top{display:flex;flex-flow:row nowrap;column-gap:40px;margin-bottom:40px;}.article-list__side-menu__content__top div+div:before{margin-top:0;}}@media(min-width:1200px){.article-list__side-menu__content__top{column-gap:60px;}}@media(min-width:1440px){.article-list__side-menu__content__top{display:block;}.article-list__side-menu__content__top div+div:before{margin-top:40px;}}.article-list__side-menu__content__bottom{display:block;position:sticky;position:-webkit-sticky;top:20px;}.article-list__side-menu__content__bottom div:first-child{margin-bottom:40px;}@media(min-width:768px){.article-list__side-menu__content__bottom{display:flex;flex-flow:row nowrap;column-gap:40px;}}@media(min-width:1200px){.article-list__side-menu__content__bottom{display:block;}}.article-list__head-title,.article-list__head-title--tv{font-size:22px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;max-height:108px;font-weight:700;}.article-list__head-title:hover,.article-list__head-title--tv:hover{color:#030303;}@media(min-width:768px){.article-list__head-title,.article-list__head-title--tv{font-size:30px;}}@media(min-width:1200px){.article-list__head-title,.article-list__head-title--tv{font-size:40px;}}@media(min-width:768px){.article-list__head-title,.article-list__head-title--tv{max-height:150px;}}@media(min-width:1200px){.article-list__head-title,.article-list__head-title--tv{max-height:168px;}}.article-list__head-summary{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#333;font-weight:400;line-height:140%;margin-bottom:10px;}.article-list__head-summary:hover{color:#333;}@media(min-width:768px){.article-list__head-summary{font-size:16px;}}@media(min-width:1200px){.article-list__head-summary{font-size:20px;}}.article-list,.author-list,.article-list--no-border{position:relative;width:100%;padding:0;padding-bottom:90px;}.article-list:before,.author-list:before,.article-list--no-border:before,.article-list:after,.author-list:after,.article-list--no-border:after{content:" ";display:table;}.article-list:after,.author-list:after,.article-list--no-border:after{clear:both;}.article-list__ads{text-align:center;}.article-list--no-border{margin-top:50px;}@media(min-width:1440px){.article-list--no-border:before{display:none;}}.article-list--one{position:relative;width:100%;padding:0;padding-bottom:90px;}.article-list--one:before,.article-list--one:after{content:" ";display:table;}.article-list--one:after{clear:both;}.article-list--content{display:block;}@media(min-width:1440px){.article-list--content{display:flex;column-gap:20px;}}.article-list-left,.author-list-left,.article-list-left-2{max-width:100%;width:100%;float:none;margin-bottom:40px;}@media(min-width:992px){.article-list-left,.author-list-left,.article-list-left-2{margin-bottom:45px;}}@media(min-width:1440px){.article-list-left,.author-list-left,.article-list-left-2{max-width:1020px;margin-right:60px;float:left;margin-bottom:0;}}@media(min-width:1440px){.article-list-left-2{max-width:1020px;padding-right:0;}}.article-list-right,.author-list-right{width:100%;float:none;padding:0;}@media(min-width:1440px){.article-list-right,.author-list-right{width:300px;float:right;}}.article-list-right--flex{display:block;}@media(min-width:768px){.article-list-right--flex{display:flex;justify-content:center;flex-wrap:wrap;}}@media(min-width:1440px){.article-list-right--flex{display:block;}}.article-list__description{font-size:20px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin-bottom:20px;}.article-list__description:hover{color:#030303;}@media(min-width:768px){.article-list__description{font-size:26px;}}@media(min-width:1200px){.article-list__description{font-size:32px;}}@media(min-width:768px){.article-list__description{margin-bottom:40px;}}@media(min-width:1200px){.article-list__description{margin-bottom:40px;}}.article-list__item{display:block;margin-bottom:40px;}@media(min-width:768px){.article-list__item{display:flex;flex-direction:row;flex-wrap:nowrap;margin-bottom:60px;}}.article-list__item-subtitle--link{font-size:14px!important;font-family:"Roboto",Arial,sans-serif;color:#004c98;font-weight:400;line-height:140%;}.article-list__item-subtitle--link:hover{text-decoration-color:#004c98;color:#004c98;}@media(min-width:768px){.article-list__item-subtitle--link{font-size:14px!important;}}@media(min-width:1200px){.article-list__item-subtitle--link{font-size:16px!important;}}.article-list__item--ads{display:block;margin-bottom:40px;}@media(min-width:768px){.article-list__item--ads{margin-bottom:60px;}}.article-list__item:first-child{padding-top:0;}.article-list__item__img,.article-list__item__img--resources{display:none;flex-basis:200px;flex-shrink:0;overflow:hidden;margin-right:20px;}.article-list__item__img img,.article-list__item__img--resources img{aspect-ratio:5/3;object-fit:cover;}@media(min-width:768px){.article-list__item__img,.article-list__item__img--resources{display:block;}.article-list__item__img img,.article-list__item__img--resources img{width:200px;height:120px;}}@media(min-width:1200px){.article-list__item__img,.article-list__item__img--resources{display:block;flex-basis:220px;}.article-list__item__img img,.article-list__item__img--resources img{width:220px;height:132px;}}.article-list__item__img--resources{margin-bottom:20px;display:block;}.article-list__item__img--resources img{width:120px;}@media(min-width:768px){.article-list__item__img--resources{margin-bottom:0;}.article-list__item__img--resources img{width:220px;}}.article-list__item__passage{flex-grow:1;}.article-list__item__passage span{color:#4fafd0;}.article-list__item__passage label{margin:0;}.article-list__item__passage label+label::before{content:"/";margin:0 .5em;}.article-list__item__passage>h3{margin-bottom:10px;}.article-list__item__passage h4 a{text-transform:uppercase;font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#004c98;font-weight:400;line-height:140%;}.article-list__item__passage h4 a:hover{color:#004c98;}@media(min-width:768px){.article-list__item__passage h4 a{font-size:14px;}}@media(min-width:1200px){.article-list__item__passage h4 a{font-size:16px;}}.article-list__item-title{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.article-list__item-title:hover{color:#030303;}@media(min-width:768px){.article-list__item-title{font-size:22px;}}@media(min-width:1200px){.article-list__item-title{font-size:26px;}}.article-list__item-subtitle{margin-bottom:10px;}.article-list__item-subtitle a{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#004c98;font-weight:400;line-height:140%;text-transform:uppercase;}.article-list__item-subtitle a:hover{color:#004c98;}@media(min-width:768px){.article-list__item-subtitle a{font-size:16px;}}@media(min-width:1200px){.article-list__item-subtitle a{font-size:16px;}}.article-list__item-summary,.article-list__item-summary--industrynews{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#888;font-weight:400;line-height:140%;margin-bottom:0;}.article-list__item-summary:hover,.article-list__item-summary--industrynews:hover{color:#888;}@media(min-width:768px){.article-list__item-summary,.article-list__item-summary--industrynews{font-size:14px;}}@media(min-width:1200px){.article-list__item-summary,.article-list__item-summary--industrynews{font-size:18px;}}.article-list__item-btn,.article-list__btn--annual-calendar,.article-list__btn--best-insurance,.article-list__item-btn--industrynews,.article-list__btn--events,.article-list__btn--ibtalk,.article-list__btn--tv,.author-list__item-btn{text-align:center;margin:0 10px;}.article-list__item-btn.extended,.extended.article-list__btn--annual-calendar,.extended.article-list__btn--best-insurance,.extended.article-list__item-btn--industrynews,.extended.article-list__btn--events,.extended.article-list__btn--ibtalk,.extended.article-list__btn--tv,.extended.author-list__item-btn{margin:0;}@media(min-width:768px){.article-list__item-btn,.article-list__btn--annual-calendar,.article-list__btn--best-insurance,.article-list__item-btn--industrynews,.article-list__btn--events,.article-list__btn--ibtalk,.article-list__btn--tv,.author-list__item-btn{margin:0 60px;}}@media(min-width:1200px){.article-list__item-btn,.article-list__btn--annual-calendar,.article-list__btn--best-insurance,.article-list__item-btn--industrynews,.article-list__btn--events,.article-list__btn--ibtalk,.article-list__btn--tv,.author-list__item-btn{margin:0 100px;}}.article-list__item-btn button,.article-list__btn--annual-calendar button,.article-list__btn--best-insurance button,.article-list__item-btn--industrynews button,.article-list__btn--events button,.article-list__btn--ibtalk button,.article-list__btn--tv button,.author-list__item-btn button{background-color:#fff;color:#999;padding:15px 120px;text-decoration:none;display:inline-block;text-align:center;border:1px solid #dfdfdf;font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#999;font-weight:700;line-height:140%;line-height:120%;margin-bottom:60px;}.article-list__item-btn button:not([disabled]):hover,.article-list__btn--annual-calendar button:not([disabled]):hover,.article-list__btn--best-insurance button:not([disabled]):hover,.article-list__item-btn--industrynews button:not([disabled]):hover,.article-list__btn--events button:not([disabled]):hover,.article-list__btn--ibtalk button:not([disabled]):hover,.article-list__btn--tv button:not([disabled]):hover,.author-list__item-btn button:not([disabled]):hover{text-decoration:none;background-color:#323232;color:#fff;border:1px solid #323232;}.article-list__item-btn button:hover,.article-list__btn--annual-calendar button:hover,.article-list__btn--best-insurance button:hover,.article-list__item-btn--industrynews button:hover,.article-list__btn--events button:hover,.article-list__btn--ibtalk button:hover,.article-list__btn--tv button:hover,.author-list__item-btn button:hover{color:#999;}@media(min-width:768px){.article-list__item-btn button,.article-list__btn--annual-calendar button,.article-list__btn--best-insurance button,.article-list__item-btn--industrynews button,.article-list__btn--events button,.article-list__btn--ibtalk button,.article-list__btn--tv button,.author-list__item-btn button{font-size:16px;}}@media(min-width:1200px){.article-list__item-btn button,.article-list__btn--annual-calendar button,.article-list__btn--best-insurance button,.article-list__item-btn--industrynews button,.article-list__btn--events button,.article-list__btn--ibtalk button,.article-list__btn--tv button,.author-list__item-btn button{font-size:20px;}}.section-sponsored-cover{position:relative;width:1920px;}.section-sponsored-cover .article__img{position:relative;height:460px;overflow:hidden;display:block;margin:0;}@media(min-width:1200px){.section-sponsored-cover .article__img{height:720px;}}.section-sponsored-cover .article__img div img{object-fit:cover;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:484px;}@media(min-width:768px){.section-sponsored-cover .article__img div img{top:78%;height:720px;}}@media(min-width:1200px){.section-sponsored-cover .article__img div img{top:75%;height:1080px;}}.section-sponsored-cover .article__passage{position:absolute;background-color:rgba(255,255,255,.8);bottom:0;left:0;right:0;margin:0 20px 20px 20px;padding:20px;}@media(min-width:768px){.section-sponsored-cover .article__passage{font-size:16px;width:300px;height:100%;margin:0 0 0 87px;padding:40px 20px 0 20px;}}@media(min-width:1200px){.section-sponsored-cover .article__passage{width:500px;margin:0 0 0 250px;padding:40px;}}.section-sponsored-cover .article__passage p{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#888;font-weight:400;line-height:140%;max-height:65px;margin:10px 0 20px 0;}.section-sponsored-cover .article__passage p:hover{color:#888;}@media(min-width:768px){.section-sponsored-cover .article__passage p{font-size:16px;}}@media(min-width:1200px){.section-sponsored-cover .article__passage p{font-size:20px;}}@media(min-width:768px){.section-sponsored-cover .article__passage p{max-height:65px;margin:10px 0 40px 0;}}@media(min-width:1200px){.section-sponsored-cover .article__passage p{max-height:85px;margin:20px 0 40px 0;}}.section-sponsored-cover .article__passage .sponsored-cover-title{font-size:20px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;max-height:120px;}.section-sponsored-cover .article__passage .sponsored-cover-title:hover{color:#030303;}@media(min-width:768px){.section-sponsored-cover .article__passage .sponsored-cover-title{font-size:26px;}}@media(min-width:1200px){.section-sponsored-cover .article__passage .sponsored-cover-title{font-size:50px;}}@media(min-width:768px){.section-sponsored-cover .article__passage .sponsored-cover-title{max-height:120px;}}@media(min-width:1200px){.section-sponsored-cover .article__passage .sponsored-cover-title{max-height:205px;}}.top-down-list{position:relative;padding:0;}.top-down-list:before,.top-down-list:after{content:" ";display:table;}.top-down-list:after{clear:both;}.top-down-list--resource-detail{max-width:660.5px;}.top-down-list__title{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin-top:0;margin-bottom:0;line-height:115%;}.top-down-list__title:hover{color:#030303;}@media(min-width:768px){.top-down-list__title{font-size:16px;}}@media(min-width:1200px){.top-down-list__title{font-size:20px;}}@media(min-width:768px){.top-down-list__title{margin-bottom:15px;}}@media(min-width:1200px){.top-down-list__title{margin-bottom:25px;}}.top-down-list__item{border-bottom:1px solid #dfdfdf;}.top-down-list__item:last-child,.top-down-list__item--no-line{border-bottom:0;padding-bottom:0;margin-bottom:0;}.top-down-list__item--flex{display:flex;margin-top:19.5px;padding-bottom:20px;flex-direction:row;border-bottom:1px solid #dfdfdf;}@media(min-width:1440px){.top-down-list__item--flex{flex-direction:column;}}.top-down-list__item--flex-subtitle{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#004c98;font-weight:400;line-height:140%;line-height:1;margin-bottom:10px;object-fit:contain;}.top-down-list__item--flex-subtitle:hover{color:#004c98;}.top-down-list__item--flex-title{font-size:16px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.top-down-list__item--flex-title:hover{color:#030303;}.article__img{overflow:hidden;flex-basis:72px;flex-shrink:0;margin-bottom:0;margin-right:20px;display:none;min-width:120px;}.article__img img{width:120px;height:72px;aspect-ratio:5/3;object-fit:cover;}@media(min-width:1440px){.article__img{margin-bottom:20px;}}@media(min-width:768px){.article__img{display:block;}}.article__passage{max-width:100%;padding-top:0;flex-grow:1;}.article__passage label+label::before{content:"/";margin:0 .5em;}.wrapper--detail{padding-left:0;padding-right:0;margin:0 auto;word-break:break-word;}@media(min-width:768px){.wrapper--detail{padding:0 14px;}}@media(min-width:1200px){.wrapper--detail{max-width:660px;}}.wrapper--detail-alt{padding-left:0;padding-right:0;margin:0 auto;word-break:break-word;}@media(min-width:768px){.wrapper--detail-alt{padding:0 14px;}}@media(min-width:1200px){.wrapper--detail-alt{max-width:960px;}}.wrapper--detail__body,.insurr-main__content-body{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;line-height:150%;font-weight:400;}.wrapper--detail__body:hover,.insurr-main__content-body:hover{color:#030303;}@media(min-width:768px){.wrapper--detail__body,.insurr-main__content-body{font-size:18px;}}@media(min-width:1200px){.wrapper--detail__body,.insurr-main__content-body{font-size:20px;}}.wrapper--detail__body p,.insurr-main__content-body p,.wrapper--detail__body ol,.insurr-main__content-body ol,.wrapper--detail__body ul,.insurr-main__content-body ul,.wrapper--detail__body table,.insurr-main__content-body table{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;line-height:150%;font-weight:400;}.wrapper--detail__body p:hover,.insurr-main__content-body p:hover,.wrapper--detail__body ol:hover,.insurr-main__content-body ol:hover,.wrapper--detail__body ul:hover,.insurr-main__content-body ul:hover,.wrapper--detail__body table:hover,.insurr-main__content-body table:hover{color:#030303;}@media(min-width:768px){.wrapper--detail__body p,.insurr-main__content-body p,.wrapper--detail__body ol,.insurr-main__content-body ol,.wrapper--detail__body ul,.insurr-main__content-body ul,.wrapper--detail__body table,.insurr-main__content-body table{font-size:18px;}}@media(min-width:1200px){.wrapper--detail__body p,.insurr-main__content-body p,.wrapper--detail__body ol,.insurr-main__content-body ol,.wrapper--detail__body ul,.insurr-main__content-body ul,.wrapper--detail__body table,.insurr-main__content-body table{font-size:20px;}}.wrapper--detail__body p,.insurr-main__content-body p,.wrapper--detail__body ol,.insurr-main__content-body ol,.wrapper--detail__body ul,.insurr-main__content-body ul{margin-bottom:40px;}.wrapper--detail__body .h1,.insurr-main__content-body .h1,.wrapper--detail__body h1,.insurr-main__content-body h1{font-size:30px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin-top:30px;margin-bottom:15px;line-height:150%;font-weight:400;}.wrapper--detail__body .h1:hover,.insurr-main__content-body .h1:hover,.wrapper--detail__body h1:hover,.insurr-main__content-body h1:hover{color:#030303;}@media(min-width:768px){.wrapper--detail__body .h1,.insurr-main__content-body .h1,.wrapper--detail__body h1,.insurr-main__content-body h1{font-size:calc(1vw + 28px);}}@media(min-width:1200px){.wrapper--detail__body .h1,.insurr-main__content-body .h1,.wrapper--detail__body h1,.insurr-main__content-body h1{font-size:40px;}}@media(min-width:768px){.wrapper--detail__body .h1,.insurr-main__content-body .h1,.wrapper--detail__body h1,.insurr-main__content-body h1{margin-top:35px;}}@media(min-width:1200px){.wrapper--detail__body .h1,.insurr-main__content-body .h1,.wrapper--detail__body h1,.insurr-main__content-body h1{margin-top:40px;}}@media(min-width:768px){.wrapper--detail__body .h1,.insurr-main__content-body .h1,.wrapper--detail__body h1,.insurr-main__content-body h1{margin-bottom:17.5px;}}@media(min-width:1200px){.wrapper--detail__body .h1,.insurr-main__content-body .h1,.wrapper--detail__body h1,.insurr-main__content-body h1{margin-bottom:20px;}}.wrapper--detail__body .h2,.insurr-main__content-body .h2,.wrapper--detail__body h2,.insurr-main__content-body h2{font-size:26px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin-top:30px;margin-bottom:15px;line-height:150%;font-weight:400;}.wrapper--detail__body .h2:hover,.insurr-main__content-body .h2:hover,.wrapper--detail__body h2:hover,.insurr-main__content-body h2:hover{color:#030303;}@media(min-width:768px){.wrapper--detail__body .h2,.insurr-main__content-body .h2,.wrapper--detail__body h2,.insurr-main__content-body h2{font-size:calc(1vw + 24px);}}@media(min-width:1200px){.wrapper--detail__body .h2,.insurr-main__content-body .h2,.wrapper--detail__body h2,.insurr-main__content-body h2{font-size:36px;}}@media(min-width:768px){.wrapper--detail__body .h2,.insurr-main__content-body .h2,.wrapper--detail__body h2,.insurr-main__content-body h2{margin-top:35px;}}@media(min-width:1200px){.wrapper--detail__body .h2,.insurr-main__content-body .h2,.wrapper--detail__body h2,.insurr-main__content-body h2{margin-top:40px;}}@media(min-width:768px){.wrapper--detail__body .h2,.insurr-main__content-body .h2,.wrapper--detail__body h2,.insurr-main__content-body h2{margin-bottom:17.5px;}}@media(min-width:1200px){.wrapper--detail__body .h2,.insurr-main__content-body .h2,.wrapper--detail__body h2,.insurr-main__content-body h2{margin-bottom:20px;}}.wrapper--detail__body .h3,.insurr-main__content-body .h3,.wrapper--detail__body h3,.insurr-main__content-body h3{font-size:22px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin-top:10px;margin-bottom:10px;line-height:150%;font-weight:400;}.wrapper--detail__body .h3:hover,.insurr-main__content-body .h3:hover,.wrapper--detail__body h3:hover,.insurr-main__content-body h3:hover{color:#030303;}@media(min-width:768px){.wrapper--detail__body .h3,.insurr-main__content-body .h3,.wrapper--detail__body h3,.insurr-main__content-body h3{font-size:calc(1vw + 16px);}}@media(min-width:1200px){.wrapper--detail__body .h3,.insurr-main__content-body .h3,.wrapper--detail__body h3,.insurr-main__content-body h3{font-size:28px;}}@media(min-width:768px){.wrapper--detail__body .h3,.insurr-main__content-body .h3,.wrapper--detail__body h3,.insurr-main__content-body h3{margin-top:15px;}}@media(min-width:1200px){.wrapper--detail__body .h3,.insurr-main__content-body .h3,.wrapper--detail__body h3,.insurr-main__content-body h3{margin-top:20px;}}.wrapper--detail__body .h4,.insurr-main__content-body .h4,.wrapper--detail__body h4,.insurr-main__content-body h4{font-size:20px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin-top:10px;margin-bottom:10px;line-height:150%;font-weight:400;}.wrapper--detail__body .h4:hover,.insurr-main__content-body .h4:hover,.wrapper--detail__body h4:hover,.insurr-main__content-body h4:hover{color:#030303;}@media(min-width:768px){.wrapper--detail__body .h4,.insurr-main__content-body .h4,.wrapper--detail__body h4,.insurr-main__content-body h4{font-size:calc(1vw + 12px);}}@media(min-width:1200px){.wrapper--detail__body .h4,.insurr-main__content-body .h4,.wrapper--detail__body h4,.insurr-main__content-body h4{font-size:24px;}}@media(min-width:768px){.wrapper--detail__body .h4,.insurr-main__content-body .h4,.wrapper--detail__body h4,.insurr-main__content-body h4{margin-top:15px;}}@media(min-width:1200px){.wrapper--detail__body .h4,.insurr-main__content-body .h4,.wrapper--detail__body h4,.insurr-main__content-body h4{margin-top:20px;}}.wrapper--detail__body .h5,.insurr-main__content-body .h5,.wrapper--detail__body .h6,.insurr-main__content-body .h6,.wrapper--detail__body h5,.insurr-main__content-body h5,.wrapper--detail__body h6,.insurr-main__content-body h6{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin-top:10px;margin-bottom:10px;line-height:150%;font-weight:400;}.wrapper--detail__body .h5:hover,.insurr-main__content-body .h5:hover,.wrapper--detail__body .h6:hover,.insurr-main__content-body .h6:hover,.wrapper--detail__body h5:hover,.insurr-main__content-body h5:hover,.wrapper--detail__body h6:hover,.insurr-main__content-body h6:hover{color:#030303;}@media(min-width:768px){.wrapper--detail__body .h5,.insurr-main__content-body .h5,.wrapper--detail__body .h6,.insurr-main__content-body .h6,.wrapper--detail__body h5,.insurr-main__content-body h5,.wrapper--detail__body h6,.insurr-main__content-body h6{font-size:calc(1vw + 10px);}}@media(min-width:1200px){.wrapper--detail__body .h5,.insurr-main__content-body .h5,.wrapper--detail__body .h6,.insurr-main__content-body .h6,.wrapper--detail__body h5,.insurr-main__content-body h5,.wrapper--detail__body h6,.insurr-main__content-body h6{font-size:22px;}}@media(min-width:768px){.wrapper--detail__body .h5,.insurr-main__content-body .h5,.wrapper--detail__body .h6,.insurr-main__content-body .h6,.wrapper--detail__body h5,.insurr-main__content-body h5,.wrapper--detail__body h6,.insurr-main__content-body h6{margin-top:15px;}}@media(min-width:1200px){.wrapper--detail__body .h5,.insurr-main__content-body .h5,.wrapper--detail__body .h6,.insurr-main__content-body .h6,.wrapper--detail__body h5,.insurr-main__content-body h5,.wrapper--detail__body h6,.insurr-main__content-body h6{margin-top:20px;}}.wrapper--detail__body blockquote,.insurr-main__content-body blockquote{font-size:20px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin-bottom:30px;position:relative;display:block;font-weight:300;font-family:"Open Sans";font-style:italic;line-height:150%;color:#555;padding:10px 30px 0;margin-left:20px;border:0;}.wrapper--detail__body blockquote:hover,.insurr-main__content-body blockquote:hover{color:#030303;}@media(min-width:768px){.wrapper--detail__body blockquote,.insurr-main__content-body blockquote{font-size:calc(1vw + 12px);}}@media(min-width:1200px){.wrapper--detail__body blockquote,.insurr-main__content-body blockquote{font-size:24px;}}@media(min-width:768px){.wrapper--detail__body blockquote,.insurr-main__content-body blockquote{margin-bottom:35px;}}@media(min-width:1200px){.wrapper--detail__body blockquote,.insurr-main__content-body blockquote{margin-bottom:40px;}}@media(min-width:768px){.wrapper--detail__body blockquote,.insurr-main__content-body blockquote{margin-left:40px;}}.wrapper--detail__body blockquote cite,.insurr-main__content-body blockquote cite{display:block;font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;font-family:"Open Sans";font-style:italic;font-weight:600;margin-top:10px;color:#030303;}.wrapper--detail__body blockquote cite:hover,.insurr-main__content-body blockquote cite:hover{color:#030303;}@media(min-width:768px){.wrapper--detail__body blockquote cite,.insurr-main__content-body blockquote cite{font-size:18px;}}@media(min-width:1200px){.wrapper--detail__body blockquote cite,.insurr-main__content-body blockquote cite{font-size:18px;}}.wrapper--detail__body blockquote::before,.insurr-main__content-body blockquote::before{font-family:Arial;content:"“";color:#da1f26;font-size:80px;position:absolute;left:10px;top:-10px;}.wrapper--detail__body table,.insurr-main__content-body table{margin-bottom:10px;width:100%;max-width:100%;}@media(min-width:768px){.wrapper--detail__body table,.insurr-main__content-body table{margin-bottom:15px;}}@media(min-width:1200px){.wrapper--detail__body table,.insurr-main__content-body table{margin-bottom:20px;}}.wrapper--detail__body table td,.insurr-main__content-body table td,.wrapper--detail__body table th,.insurr-main__content-body table th{padding:10px;vertical-align:top;}.wrapper--detail__body ol,.insurr-main__content-body ol{list-style-type:decimal;}.wrapper--detail__body li ul,.insurr-main__content-body li ul{list-style-type:circle;margin-bottom:0;}.wrapper--detail__body li ol,.insurr-main__content-body li ol{list-style-type:lower-latin;margin-bottom:0;}.wrapper--detail__body a,.insurr-main__content-body a{color:#3aa8cc;}.wrapper--detail__body img,.insurr-main__content-body img{max-width:100%;height:auto;}.wrapper--detail-title{font-size:26px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;padding-top:10px;padding-bottom:40px;margin-left:20px;}.wrapper--detail-title:hover{color:#030303;}@media(min-width:768px){.wrapper--detail-title{font-size:40px;}}@media(min-width:1200px){.wrapper--detail-title{font-size:60px;}}@media(min-width:768px){.wrapper--detail-title{padding-top:20px;padding-bottom:60px;margin-left:40px;}}@media(min-width:1440px){.wrapper--detail-title{margin:0 auto;}}.wrapper--detail-title h1{font-size:26px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin:0;}.wrapper--detail-title h1:hover{color:#030303;}@media(min-width:768px){.wrapper--detail-title h1{font-size:40px;}}@media(min-width:1200px){.wrapper--detail-title h1{font-size:60px;}}@media(min-width:768px){.wrapper--detail-title--subscribe{padding-bottom:40px;}}@media(min-width:1200px){.wrapper--detail-title--subscribe{padding-bottom:60px;}}@media(min-width:320px){.wrapper--latest-news{padding:20px 0 15px 0;}}@media(min-width:768px){.wrapper--latest-news{padding:15px;}}.related-story{margin-bottom:25px;list-style:none;padding:0;}@media(min-width:768px){.related-story{margin-bottom:30px;}}@media(min-width:1200px){.related-story{margin-bottom:45px;}}.related-story li{padding:0;line-height:150%;margin-bottom:10px;}.related-story li::before{content:"";}.related-story a{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#3aa8cc;font-weight:400;line-height:140%;text-decoration:none;}.related-story a:hover{color:#3aa8cc;}@media(min-width:768px){.related-story a{font-size:20px;}}@media(min-width:1200px){.related-story a{font-size:22px;}}.related-story a:hover{text-decoration:underline;}.newsletter,.resources-download,.industry-news{padding:45px 0;margin:0 auto 40px auto;max-width:1020px;border-style:solid;border-width:5px 0;border-color:#012d6b;}@media(min-width:768px){.newsletter,.resources-download,.industry-news{padding:40px 20px;margin-bottom:60px;}}@media(min-width:1200px){.newsletter,.resources-download,.industry-news{padding:40px 70px;margin-bottom:100px;}}.newsletter__head-title,.industry-news__head-title,.resources-download__head-title{font-size:22px;font-family:"Libre Baskerville",Arial,sans-serif;color:#000;font-weight:700;line-height:140%;}.newsletter__head-title:hover,.industry-news__head-title:hover,.resources-download__head-title:hover{color:#000;}@media(min-width:768px){.newsletter__head-title,.industry-news__head-title,.resources-download__head-title{font-size:26px;}}@media(min-width:1200px){.newsletter__head-title,.industry-news__head-title,.resources-download__head-title{font-size:32px;}}.newsletter__head-subtitle,.resources-download__head-subtitle{line-height:140%;font-size:14px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.newsletter__head-subtitle:hover,.resources-download__head-subtitle:hover{color:#030303;}@media(min-width:768px){.newsletter__head-subtitle,.resources-download__head-subtitle{font-size:16px;}}@media(min-width:1200px){.newsletter__head-subtitle,.resources-download__head-subtitle{font-size:20px;}}.newsletter__form,.resources-download__form{margin-top:40px;}.resources-download,.industry-news{max-width:970px;}@media(min-width:1200px){.resources-download,.industry-news{padding:45px 65px;}}.resources-download--link{color:#0056b3;text-decoration:underline;}.resources-download__head-img{margin-bottom:40px;display:block;max-width:80px;}@media(min-width:768px){.resources-download__head-img{margin-bottom:40px;}}@media(min-width:1200px){.resources-download__head-img{margin-bottom:40px;}}.article-list__head-logo{margin-bottom:20px;max-width:150px;}@media(min-width:768px){.article-list__head-logo{max-width:200px;}}@media(min-width:1200px){.article-list__head-logo{max-width:300px;}}.resources-download__head-title{margin-bottom:40px;}@media(min-width:768px){.resources-download__head-title{margin-bottom:40px;}}@media(min-width:1200px){.resources-download__head-title{margin-bottom:40px;}}.resources-download__head-title--orange{color:#f88033;}.resources-download__head-title--cobalt{color:#004c98;}.resources-download__form input[type=checkbox]{margin-right:10px;width:19px;}.resources-download__form ::placeholder{color:#999;opacity:1;}.resources-download__form :-ms-input-placeholder{color:#999;}.resources-download__form ::-ms-input-placeholder{color:#999;}.resources-download__form--full-field{display:block;width:100%;}.resources-download__form--half-field{display:grid;grid-template-columns:1fr;}@media(min-width:768px){.resources-download__form--half-field{grid-template-columns:1fr 1fr;gap:0 20px;}}.resources-download__form--input-text,.resources-download__form--input-select{border:solid 1px #dfdfdf;background-color:#fff;width:100%;padding:15px 13.8px;margin-bottom:10px;height:40px;}@media(min-width:768px){.resources-download__form--input-text,.resources-download__form--input-select{margin-bottom:20px;height:50px;}}.resources-download__form--input-select{padding-top:0;padding-bottom:0;}.resources-download__form--checkbox-wrapper{display:flex;align-items:baseline;margin-bottom:40px;}.resources-download__form--checkbox-label{line-height:1.24;margin-bottom:0;font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#999;font-weight:400;line-height:140%;}.resources-download__form--checkbox-label:hover{color:#999;}@media(min-width:768px){.resources-download__form--checkbox-label{font-size:16px;}}@media(min-width:1200px){.resources-download__form--checkbox-label{font-size:18px;}}.resources-download__form--btn{border:0;background-color:#012d6b;padding:18px 0;font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#fff;font-weight:400;line-height:140%;}.resources-download__form--btn:hover{color:#fff;}@media(min-width:768px){.resources-download__form--btn{font-size:16px;}}@media(min-width:1200px){.resources-download__form--btn{font-size:20px;}}@media(min-width:320px){.resources-download__form--btn{min-width:100%;padding:11.5px 0;}}@media(min-width:768px){.resources-download__form--btn{min-width:200px;}}.tools-list{list-style:none;padding-inline:0;display:grid;grid-template-columns:1fr;grid-gap:20px 40px;}@media(min-width:768px){.tools-list{grid-template-columns:1fr 1fr;}}.tools-list-item{border:solid 1px #dfdfdf;padding:20px;pointer-events:none;}.tools-list-item:hover{border:solid 1px #012d6b;background-color:#f9f9f9;}.tools-list-item--link{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;pointer-events:auto;}.tools-list-item--link:hover{color:#030303;}@media(min-width:768px){.tools-list-item--link{font-size:22px;}}@media(min-width:1200px){.tools-list-item--link{font-size:26px;}}.tools-list-item--link:hover{text-decoration:none;}.validation{margin-top:20px;padding:10px;background-color:#fff9f9;border:1px solid #ea0000;color:#ea0000;}.validation ul{margin:5px 0 0;}.validation-summary-valid{display:none;}.content-document{line-height:1.8;}.content-document p,.content-document li{font-family:"Libre Baskerville",Arial,sans-serif;font-size:18px;}.content-document p:hover,.content-document li:hover{color:inherit;}@media(min-width:768px){.content-document p,.content-document li{font-size:18px;}}@media(min-width:1200px){.content-document p,.content-document li{font-size:20px;}}.content-document p,.content-document table{margin-bottom:40px;}.content-document p{color:#030303;}.content-document strong{color:#000;}.content-document h2{font-family:"Roboto",Arial,sans-serif;}.content-document h2>strong,.content-document p+strong,.content-document p>strong:only-of-type{font-family:"Roboto",Arial,sans-serif;font-size:20px;}.content-document h2>strong:hover,.content-document p+strong:hover,.content-document p>strong:only-of-type:hover{color:inherit;}@media(min-width:768px){.content-document h2>strong,.content-document p+strong,.content-document p>strong:only-of-type{font-size:26px;}}@media(min-width:1200px){.content-document h2>strong,.content-document p+strong,.content-document p>strong:only-of-type{font-size:32px;}}.content-document--nonstyled-list ul{list-style-type:none;padding-inline-start:0;}.content-document--privacy p+strong,.content-document--privacy p>strong:only-of-type{font-family:"Roboto",Arial,sans-serif;font-size:inherit!important;}.content-document-container{border-style:solid;border-width:5px 0;border-color:#012d6b;padding:20px;background-color:#f4f4f4;margin-bottom:65px;}@media(min-width:1200px){.content-document-container{padding:40px;margin-bottom:105px;}}.content-document-company--img{display:block;padding:0;margin-bottom:20px;width:100%;}.content-document-company--img img{max-width:220px;}@media(min-width:768px){.content-document-company--img img{max-width:300px;}}@media(min-width:768px){.strap-hide{width:100%;}}.content-document--editorialpanels h2{font-size:20px!important;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin-bottom:20px;}.content-document--editorialpanels h2:hover{color:#030303;}@media(min-width:768px){.content-document--editorialpanels h2{font-size:26px!important;}}@media(min-width:1200px){.content-document--editorialpanels h2{font-size:32px!important;}}@media(min-width:768px){.content-document--editorialpanels h2{margin-bottom:40px;}}.content-document--editorialpanels p{font-size:18px!important;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin-bottom:20px;}.content-document--editorialpanels p:hover{color:#030303;}@media(min-width:768px){.content-document--editorialpanels p{font-size:18px!important;}}@media(min-width:1200px){.content-document--editorialpanels p{font-size:20px!important;}}@media(min-width:768px){.content-document--editorialpanels p{margin-bottom:40px;}}.content-document--editorialpanels .editorialPanel-list tr{display:flex;margin-bottom:40px;}@media(min-width:768px){.content-document--editorialpanels .editorialPanel-list tr{margin-bottom:60px;}}.content-document--editorialpanels .editorialPanel-list tr:last-child{margin-bottom:0;}.content-document--editorialpanels .editorialPanel-list tr td{margin:0 auto!important;}.content-document--editorialpanels .editorialPanel-list tr>td>p a{font-size:14px!important;font-family:"Roboto",Arial,sans-serif;color:#004c98!important;font-weight:400;line-height:140%;}.content-document--editorialpanels .editorialPanel-list tr>td>p a:hover{color:#004c98!important;}@media(min-width:768px){.content-document--editorialpanels .editorialPanel-list tr>td>p a{font-size:14px!important;}}@media(min-width:1200px){.content-document--editorialpanels .editorialPanel-list tr>td>p a{font-size:18px!important;}}.content-document--editorialpanels .editorialPanel-list tr>td>p a:hover{color:#004c98!important;}.content-document--editorialpanels .editorialPanel-list .member-image img{margin:auto;margin-bottom:20px;width:120px!important;}@media(min-width:768px){.content-document--editorialpanels .editorialPanel-list .member-image img{width:150px!important;}}.content-document--editorialpanels .editorialPanel-list .member-name{font-size:18px!important;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin-bottom:10px;}.content-document--editorialpanels .editorialPanel-list .member-name:hover{color:#030303;}@media(min-width:768px){.content-document--editorialpanels .editorialPanel-list .member-name{font-size:22px!important;}}@media(min-width:1200px){.content-document--editorialpanels .editorialPanel-list .member-name{font-size:26px!important;}}.content-document--editorialpanels .editorialPanel-list .member-name a:hover{text-decoration-color:#030303;}.content-document--editorialpanels .editorialPanel-list .member-job-title,.content-document--editorialpanels .editorialPanel-list .member-company{font-size:14px!important;font-family:"Roboto",Arial,sans-serif;color:#888!important;font-weight:400;line-height:140%;}.content-document--editorialpanels .editorialPanel-list .member-job-title:hover,.content-document--editorialpanels .editorialPanel-list .member-company:hover{color:#888!important;}@media(min-width:768px){.content-document--editorialpanels .editorialPanel-list .member-job-title,.content-document--editorialpanels .editorialPanel-list .member-company{font-size:14px!important;}}@media(min-width:1200px){.content-document--editorialpanels .editorialPanel-list .member-job-title,.content-document--editorialpanels .editorialPanel-list .member-company{font-size:18px!important;}}.content-document--editorialpanels .editorialPanel-list .member-job-title p,.content-document--editorialpanels .editorialPanel-list .member-company p{font-size:14px!important;font-family:"Roboto",Arial,sans-serif;color:#888!important;font-weight:400;line-height:140%;margin-bottom:10px;}.content-document--editorialpanels .editorialPanel-list .member-job-title p:hover,.content-document--editorialpanels .editorialPanel-list .member-company p:hover{color:#888!important;}@media(min-width:768px){.content-document--editorialpanels .editorialPanel-list .member-job-title p,.content-document--editorialpanels .editorialPanel-list .member-company p{font-size:14px!important;}}@media(min-width:1200px){.content-document--editorialpanels .editorialPanel-list .member-job-title p,.content-document--editorialpanels .editorialPanel-list .member-company p{font-size:18px!important;}}.content-document--editorialpanels .editorialPanel-list .member-job-title span,.content-document--editorialpanels .editorialPanel-list .member-company span{color:#888!important;}.content-document--editorialpanels .editorialPanel-list .member-company{margin-bottom:10px;}.content-document--editorialpanels .editorialPanel-list .member-description{margin:0 auto!important;}.content-document--editorialpanels .editorialPanel-list .member-description a{font-size:14px!important;font-family:"Roboto",Arial,sans-serif;color:#004c98!important;font-weight:400;line-height:140%;}.content-document--editorialpanels .editorialPanel-list .member-description a:hover{color:#004c98!important;}@media(min-width:768px){.content-document--editorialpanels .editorialPanel-list .member-description a{font-size:14px!important;}}@media(min-width:1200px){.content-document--editorialpanels .editorialPanel-list .member-description a{font-size:18px!important;}}.content-document--editorialpanels .editorialPanel-list .member-description a:hover{color:#004c98!important;}.author-list-left{display:flex;flex-wrap:wrap;}.author-list__item{position:relative;flex-basis:50%;margin-bottom:45px;padding-right:40px;}@media(min-width:768px){.author-list__item{flex-basis:33.3333%;margin-bottom:45px;}}@media(min-width:1200px){.author-list__item{margin-bottom:45px;padding-right:60px;}}.author-list__item__img{position:relative;width:120px;height:120px;border-radius:50%;overflow:hidden;margin-bottom:20px;}.author-list__item__img img{position:absolute;width:100%;top:0;left:0;}@media(min-width:768px){.author-list__item__img{width:150px;height:150px;}}.author-list__item__passage{width:100%;bottom:0;margin:0;padding:0;}.author-list__item__passage a{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.author-list__item__passage a:hover{color:#030303;}@media(min-width:768px){.author-list__item__passage a{font-size:22px;}}@media(min-width:1200px){.author-list__item__passage a{font-size:26px;}}.author-list__item-btn{width:100%;}.author-head-outer{padding-bottom:60px;margin-bottom:60px;border-bottom:1px solid #333;}.author-head{display:block;padding:40px;background-color:#f4f4f4;border:1px solid #dfdfdf;width:100%;}@media(min-width:768px){.author-head{display:flex;flex-flow:row nowrap;column-gap:20px;}}.author-head__img{width:150px;height:150px;border-radius:50%;overflow:hidden;margin-bottom:20px;}.author-head__img img{width:100%;}@media(min-width:768px){.author-head__img{flex-basis:150px;flex-shrink:0;}}.author-head__passage{flex-grow:1;}.author-head__passage p{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.author-head__passage p:hover{color:#030303;}@media(min-width:768px){.author-head__passage p{font-size:16px;}}@media(min-width:1200px){.author-head__passage p{font-size:20px;}}.author-head__passage a{background-color:#012d6b;color:#fff;padding:5px 15px;text-decoration:none;display:inline-block;text-align:center;border:1px solid #012d6b;font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#fff;font-weight:400;line-height:140%;}.author-head__passage a:not([disabled]):hover{text-decoration:none;color:#fff;}.author-head__passage a:hover{color:#fff;}@media(min-width:768px){.author-head__passage a{font-size:16px;}}@media(min-width:1200px){.author-head__passage a{font-size:16px;}}.article-list__head--best-insurance{display:flex;margin-bottom:60px;background-color:#f4f4f4;flex-direction:column;padding:20px;}@media(min-width:1200px){.article-list__head--best-insurance{flex-direction:row;padding:40px;}}.article-list__head-img--best-insurance{margin-right:0;margin-bottom:20px;}.article-list__head-img--best-insurance img{display:block;width:100%;}@media(min-width:768px){.article-list__head-img--best-insurance img{width:300px;}}@media(min-width:1200px){.article-list__head-img--best-insurance{margin-right:20px;margin-bottom:0;}}.article-list__head__passage--best-insurance a:hover{text-decoration-color:#030303;}.article-list__head-title--best-insurance{font-size:22px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin-bottom:20px;}.article-list__head-title--best-insurance:hover{color:#030303;}@media(min-width:768px){.article-list__head-title--best-insurance{font-size:30px;}}@media(min-width:1200px){.article-list__head-title--best-insurance{font-size:40px;}}.article-list__head-summary--best-insurance{font-size:14px!important;font-family:"Roboto",Arial,sans-serif;color:#333;font-weight:400;line-height:140%;margin-bottom:20px;}.article-list__head-summary--best-insurance:hover{color:#333;}@media(min-width:768px){.article-list__head-summary--best-insurance{font-size:16px!important;}}@media(min-width:1200px){.article-list__head-summary--best-insurance{font-size:20px!important;}}.article-list__head-summary--best-insurance p,.article-list__head-summary--best-insurance span{font-size:14px!important;font-family:"Roboto",Arial,sans-serif;color:#333;font-weight:400;line-height:140%;margin-bottom:0;}.article-list__head-summary--best-insurance p:hover,.article-list__head-summary--best-insurance span:hover{color:#333;}@media(min-width:768px){.article-list__head-summary--best-insurance p,.article-list__head-summary--best-insurance span{font-size:16px!important;}}@media(min-width:1200px){.article-list__head-summary--best-insurance p,.article-list__head-summary--best-insurance span{font-size:20px!important;}}.article-list__head-btn--best-insurance{background-color:#012d6b;color:#fff;padding:15px 30px;text-decoration:none;display:inline-block;text-align:center;border:1px solid #012d6b;font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#fff;font-weight:400;line-height:140%;width:100%;}.article-list__head-btn--best-insurance:not([disabled]):hover{text-decoration:none;background-color:#002251;color:#fff;border:1px solid #002251;}.article-list__head-btn--best-insurance:hover{color:#fff;}@media(min-width:768px){.article-list__head-btn--best-insurance{font-size:16px;}}@media(min-width:1200px){.article-list__head-btn--best-insurance{font-size:20px;}}@media(min-width:768px){.article-list__head-btn--best-insurance{width:auto;}}.article-list__best-insurance{display:flex;flex-wrap:wrap;padding-top:60px;border-top:1px solid #333;}.article-list__best-insurance a:hover{text-decoration-color:#030303;}@media(min-width:768px){.article-list__best-insurance{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;}}.article-list__item--best-insurance{display:flex;margin-bottom:40px;flex-direction:column;flex:0 0 100%;}@media(min-width:768px){.article-list__item--best-insurance{margin-bottom:60px;}}@media(min-width:1200px){.article-list__item--best-insurance{flex-direction:row;}}.article-list__item-img--best-insurance{margin-bottom:10px;}.article-list__item-img--best-insurance img{display:block;width:80px;}@media(min-width:768px){.article-list__item-img--best-insurance img{width:100px;}}@media(min-width:1200px){.article-list__item-img--best-insurance{margin-bottom:0;margin-right:20px;}.article-list__item-img--best-insurance img{width:150px;}}.article-list__item-passage--best-insurance{display:flex;flex-flow:column;}.article-list__item-title--best-insurance{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin-bottom:10px;}.article-list__item-title--best-insurance:hover{color:#030303;}@media(min-width:768px){.article-list__item-title--best-insurance{font-size:22px;}}@media(min-width:1200px){.article-list__item-title--best-insurance{font-size:26px;}}.article-list__item-summary--best-insurance{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#888;font-weight:400;line-height:140%;margin-bottom:0;}.article-list__item-summary--best-insurance:hover{color:#888;}@media(min-width:768px){.article-list__item-summary--best-insurance{font-size:14px;}}@media(min-width:1200px){.article-list__item-summary--best-insurance{font-size:18px;}}.article-list__btn--best-insurance button,.article-list__item-btn--industrynews button,.article-list__btn--events button,.article-list__btn--ibtalk button,.article-list__btn--tv button{padding:20px 130px!important;width:100%;}@media(min-width:768px){.article-list__btn--best-insurance button,.article-list__item-btn--industrynews button,.article-list__btn--events button,.article-list__btn--ibtalk button,.article-list__btn--tv button{width:auto;}}.article-list__head--annual-calendar{display:block;border-bottom:5px solid #012d6b;border-top:5px solid #012d6b;padding:20px;}@media(min-width:768px){.article-list__head--annual-calendar{display:flex;flex-flow:row nowrap;}}@media(min-width:1200px){.article-list__head--annual-calendar{padding:40px;}}.article-list__head-img--annual-calendar{margin-bottom:10px;}.article-list__head-img--annual-calendar img{display:block;width:100px;}@media(min-width:768px){.article-list__head-img--annual-calendar{margin-bottom:0;margin-right:20px;}.article-list__head-img--annual-calendar img{width:150px;}}@media(min-width:1200px){.article-list__head-img--annual-calendar img{width:200px;}}.article-list__head-title--annual-calendar{font-size:22px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin-bottom:10px;}.article-list__head-title--annual-calendar:hover{color:#030303;}@media(min-width:768px){.article-list__head-title--annual-calendar{font-size:30px;}}@media(min-width:1200px){.article-list__head-title--annual-calendar{font-size:40px;}}@media(min-width:768px){.article-list__head-title--annual-calendar{margin-bottom:20px;}}.article-list__head-summary--annual-calendar{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#333;font-weight:400;line-height:140%;margin-bottom:10px;}.article-list__head-summary--annual-calendar:hover{color:#333;}@media(min-width:768px){.article-list__head-summary--annual-calendar{font-size:16px;}}@media(min-width:1200px){.article-list__head-summary--annual-calendar{font-size:20px;}}@media(min-width:768px){.article-list__head-summary--annual-calendar{margin-bottom:20px;}}.article-list__head-date--annual-calendar,.article-list__item-date--annual-calendar{display:flex;margin-bottom:10px;flex-flow:column;}.article-list__head-date--annual-calendar p,.article-list__item-date--annual-calendar p{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:600;line-height:140%;margin-bottom:0;}.article-list__head-date--annual-calendar p:hover,.article-list__item-date--annual-calendar p:hover{color:#030303;}@media(min-width:768px){.article-list__head-date--annual-calendar p,.article-list__item-date--annual-calendar p{font-size:22px;}}@media(min-width:1200px){.article-list__head-date--annual-calendar p,.article-list__item-date--annual-calendar p{font-size:26px;}}.article-list__head-date--annual-calendar p:first-child,.article-list__item-date--annual-calendar p:first-child{margin-right:40px;}.article-list__head-date--annual-calendar span,.article-list__item-date--annual-calendar span{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin-right:10px;}.article-list__head-date--annual-calendar span:hover,.article-list__item-date--annual-calendar span:hover{color:#030303;}@media(min-width:768px){.article-list__head-date--annual-calendar span,.article-list__item-date--annual-calendar span{font-size:14px;}}@media(min-width:1200px){.article-list__head-date--annual-calendar span,.article-list__item-date--annual-calendar span{font-size:16px;}}@media(min-width:768px){.article-list__head-date--annual-calendar,.article-list__item-date--annual-calendar{flex-flow:row;margin-bottom:20px;}}.article-list__head-btn--annual-calendar,.article-list__item-btn--annual-calendar{background-color:#dfdfdf;color:#fff;padding:15px 60px;text-decoration:none;display:inline-block;text-align:center;border:1px solid #dfdfdf;font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#fff;font-weight:400;line-height:140%;pointer-events:none;width:100%;}.article-list__head-btn--annual-calendar:not([disabled]):hover,.article-list__item-btn--annual-calendar:not([disabled]):hover{text-decoration:none;background-color:#dfdfdf;color:#fff;border:1px solid #dfdfdf;}.article-list__head-btn--annual-calendar:hover,.article-list__item-btn--annual-calendar:hover{color:#fff;}@media(min-width:768px){.article-list__head-btn--annual-calendar,.article-list__item-btn--annual-calendar{font-size:16px;}}@media(min-width:1200px){.article-list__head-btn--annual-calendar,.article-list__item-btn--annual-calendar{font-size:20px;}}@media(min-width:768px){.article-list__head-btn--annual-calendar,.article-list__item-btn--annual-calendar{width:auto;}}@media(min-width:1200px){.article-list__head-btn--annual-calendar,.article-list__item-btn--annual-calendar{padding:20px 50px;}}.article-list__head-btn--annual-calendar.active,.active.article-list__item-btn--annual-calendar{pointer-events:auto;background-color:#012d6b;color:#fff;padding:15px 60px;text-decoration:none;display:inline-block;text-align:center;border:1px solid #012d6b;}.article-list__head-btn--annual-calendar.active:not([disabled]):hover,.active.article-list__item-btn--annual-calendar:not([disabled]):hover{text-decoration:none;background-color:#002251;color:#fff;border:1px solid #002251;}.article-list__annual-calendar{display:block;}@media(min-width:768px){.article-list__annual-calendar{display:flex;flex-flow:row wrap;justify-content:space-between;}}.article-list__item--annual-calendar{display:flex;flex-flow:column;}.article-list__item--annual-calendar:first-child .article-list__item-date--annual-calendar{padding-top:40px;}.article-list__item--annual-calendar:first-child::before{top:40px;}@media(min-width:768px){.article-list__item--annual-calendar:first-child .article-list__item-date--annual-calendar{padding-top:60px;}.article-list__item--annual-calendar:first-child::before{top:calc(30% + 40px);}}@media(min-width:1200px){.article-list__item--annual-calendar:first-child>div{padding-top:60px;}}.article-list__item--annual-calendar.active a{pointer-events:auto;background-color:#012d6b;color:#fff;padding:10px 20px;text-decoration:none;display:inline-block;text-align:center;border:1px solid #012d6b;}.article-list__item--annual-calendar.active a:not([disabled]):hover{text-decoration:none;background-color:#002251;color:#fff;border:1px solid #002251;}.article-list__item--annual-calendar.active::before{color:#012d6b;}.article-list__item--annual-calendar::before{font-family:"Font Awesome 5 Free";font-weight:700;font-size:15px;content:"";color:#dfdfdf;position:relative;top:30%;left:3px;width:0;height:0;}@media(min-width:768px){.article-list__item--annual-calendar::before{top:30%;}}@media(min-width:1200px){.article-list__item--annual-calendar{flex-flow:row;}.article-list__item--annual-calendar::before{left:217px;}}.article-list__item-date--annual-calendar{margin:0;margin-left:10px;padding-left:25px;padding-bottom:12px;border-left:2px solid #dfdfdf;}.article-list__item-date--annual-calendar p{margin:0;}.article-list__item-date--annual-calendar p:first-of-type{margin-right:40px;margin-bottom:10px;}@media(min-width:768px){.article-list__item-date--annual-calendar p:first-of-type{margin-bottom:0;}}@media(min-width:768px){.article-list__item-date--annual-calendar{padding-bottom:20px;}.article-list__item-date--annual-calendar p:first-of-type{margin-bottom:0;}}@media(min-width:1200px){.article-list__item-date--annual-calendar{min-width:225px;flex-flow:column;margin-left:0;padding-bottom:100px;padding-left:0;border-left:0;border-right:2px solid #dfdfdf;}.article-list__item-date--annual-calendar p:first-of-type{margin-bottom:20px;}.article-list__item-date--annual-calendar span{display:block;width:100%;margin:0;margin-bottom:10px;}}.article-list__item-passage--annual-calendar{display:flex;flex-flow:column;margin-left:10px;padding-bottom:40px;padding-left:25px;border-left:2px solid #dfdfdf;}@media(min-width:768px){.article-list__item-passage--annual-calendar{flex-flow:row;padding-bottom:60px;}}@media(min-width:1200px){.article-list__item-passage--annual-calendar{border:0;margin:0;padding-bottom:100px;padding-left:50px;}}.article-list__item-img--annual-calendar{margin-bottom:10px;margin-right:20px;}.article-list__item-img--annual-calendar img{display:block;width:80px;}@media(min-width:768px){.article-list__item-img--annual-calendar{margin-bottom:0;}.article-list__item-img--annual-calendar img{width:100px;}}@media(min-width:1200px){.article-list__item-img--annual-calendar img{width:150px;}}.article-list__item-title--annual-calendar{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:600;line-height:140%;margin-bottom:10px;}.article-list__item-title--annual-calendar:hover{color:#030303;}@media(min-width:768px){.article-list__item-title--annual-calendar{font-size:22px;}}@media(min-width:1200px){.article-list__item-title--annual-calendar{font-size:26px;}}.article-list__item-summary--annual-calendar{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#888;font-weight:400;line-height:140%;margin-bottom:10px;}.article-list__item-summary--annual-calendar:hover{color:#888;}@media(min-width:768px){.article-list__item-summary--annual-calendar{font-size:14px;}}@media(min-width:1200px){.article-list__item-summary--annual-calendar{font-size:18px;}}.article-list__item-summary--annual-calendar:hover{color:#888;}.article-list__item-btn--annual-calendar{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#fff;font-weight:400;line-height:140%;padding:10px 20px;width:auto;}.article-list__item-btn--annual-calendar:hover{color:#fff;}@media(min-width:768px){.article-list__item-btn--annual-calendar{font-size:16px;}}@media(min-width:1200px){.article-list__item-btn--annual-calendar{font-size:16px;}}.article-list__btn--annual-calendar{text-align:left;margin-left:0;}.article-list__btn--annual-calendar button{padding:10px 120px;width:100%;}@media(min-width:768px){.article-list__btn--annual-calendar{margin-left:10px;}.article-list__btn--annual-calendar button{padding:20px 130px;width:auto;}}@media(min-width:1200px){.article-list__btn--annual-calendar{margin-left:70px;}}.sitemap{width:100%;padding:0;display:block;}.sitemap-year-box{width:100%;display:grid;grid-template-columns:1fr;margin-top:60px;padding-bottom:60px;border-bottom:1px solid #dfdfdf;}.sitemap-year-box:first-child{margin-top:0;}@media(min-width:1200px){.sitemap-year-box{grid-template-columns:200px 1fr;}}.sitemap-year-box__left{font-size:30px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;width:100%;margin-bottom:20px;}.sitemap-year-box__left:hover{color:#030303;}@media(min-width:768px){.sitemap-year-box__left{font-size:40px;}}@media(min-width:1200px){.sitemap-year-box__left{font-size:40px;}}@media(min-width:768px){.sitemap-year-box__left{margin-bottom:40px;}}.sitemap-year-box__right{display:grid;grid-template-columns:1fr 1fr;row-gap:20px;}@media(min-width:768px){.sitemap-year-box__right{grid-template-columns:1fr 1fr 1fr 1fr;}}@media(min-width:1200px){.sitemap-year-box__right{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;}}.sitemap-year-box__right__month a{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.sitemap-year-box__right__month a:hover{color:#030303;}@media(min-width:768px){.sitemap-year-box__right__month a{font-size:22px;}}@media(min-width:1200px){.sitemap-year-box__right__month a{font-size:22px;}}.sitemap-sublist{position:relative;width:100%;padding:0;padding-bottom:90px;}.sitemap-sublist__header{display:block;padding:0;}@media(min-width:768px){.sitemap-sublist__header{display:flex;flex-flow:row nowrap;}.sitemap-sublist__header:first-child{display:flex;}}.sitemap-sublist__item{display:block;padding:40px 0;border-bottom:1px solid #dfdfdf;}.sitemap-sublist__item:hover{background-color:#fff;}@media(min-width:768px){.sitemap-sublist__item{display:flex;flex-flow:row nowrap;}.sitemap-sublist__item:first-child{display:flex;}}.sitemap-sublist__item:last-child{padding-bottom:0;border-bottom:0;}.sitemap-sublist-date{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#002350;font-weight:700;line-height:140%;display:none;flex-shrink:0;flex-basis:140px;}.sitemap-sublist-date:hover{color:#002350;}@media(min-width:768px){.sitemap-sublist-date{font-size:14px;}}@media(min-width:1200px){.sitemap-sublist-date{font-size:18px;}}@media(min-width:768px){.sitemap-sublist-date{display:block;}}@media(min-width:1200px){.sitemap-sublist-date{flex-basis:180px;}}.sitemap-sublist-title{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#002350;font-weight:700;line-height:140%;display:none;flex-grow:1;max-width:100%;}.sitemap-sublist-title:hover{color:#002350;}@media(min-width:768px){.sitemap-sublist-title{font-size:14px;}}@media(min-width:1200px){.sitemap-sublist-title{font-size:18px;}}@media(min-width:768px){.sitemap-sublist-title{display:block;}}.sitemap-sublist__date{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#888;font-weight:700;line-height:140%;color:#666;flex-shrink:0;flex-basis:140px;margin-bottom:10px;text-transform:uppercase;}.sitemap-sublist__date:hover{color:#888;}@media(min-width:768px){.sitemap-sublist__date{font-size:14px;}}@media(min-width:1200px){.sitemap-sublist__date{font-size:18px;}}@media(min-width:768px){.sitemap-sublist__date{margin-bottom:0;}}@media(min-width:1200px){.sitemap-sublist__date{flex-basis:180px;}}.sitemap-sublist__title{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;flex-grow:1;max-width:100%;}.sitemap-sublist__title:hover{color:#030303;}@media(min-width:768px){.sitemap-sublist__title{font-size:18px;}}@media(min-width:1200px){.sitemap-sublist__title{font-size:22px;}}.sitemap-sublist__title a,.sitemap-sublist__title a:hover{color:#030303;}.article-list__head--webinars{margin-bottom:40px;padding-bottom:40px;}@media(min-width:768px){.article-list__head--webinars{margin-bottom:60px;padding-bottom:60px;}}.article-list__head-video--webinars{position:relative;padding-bottom:56.25%;height:0;text-align:center;margin-bottom:20px;}.article-list__head-video--webinars iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.article-list__head__passage--webinars{padding:0 20px;}@media(min-width:768px){.article-list__head__passage--webinars{padding:0;}}.article-list__head-body--webinars{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#333;font-weight:400;line-height:140%;}.article-list__head-body--webinars:hover{color:#333;}@media(min-width:768px){.article-list__head-body--webinars{font-size:16px;}}@media(min-width:1200px){.article-list__head-body--webinars{font-size:20px;}}.article-list__head-body--webinars *{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#333;font-weight:400;line-height:140%;margin-bottom:0;}.article-list__head-body--webinars *:hover{color:#333;}@media(min-width:768px){.article-list__head-body--webinars *{font-size:16px;}}@media(min-width:1200px){.article-list__head-body--webinars *{font-size:20px;}}.article-list__head--tv{border-bottom:1px solid #333;margin-bottom:40px;padding-bottom:40px;}@media(min-width:768px){.article-list__head--tv{margin-bottom:60px;padding-bottom:60px;}}.article-list__head__passage--tv{padding:0 20px;}@media(min-width:768px){.article-list__head__passage--tv{padding:0;}}.article-list__head-video--tv{position:relative;padding-bottom:56.25%;height:0;text-align:center;margin-bottom:20px;}.article-list__head-video--tv iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.article-list__head-title--tv{margin-bottom:0;}.article-list__head-category--tv{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#004c98;font-weight:400;line-height:140%;margin-bottom:10px;text-transform:uppercase;}.article-list__head-category--tv:hover{text-decoration-color:#004c98;color:#004c98;}@media(min-width:768px){.article-list__head-category--tv{font-size:14px;}}@media(min-width:1200px){.article-list__head-category--tv{font-size:16px;}}.article-list__head-body--tv{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#333;font-weight:400;line-height:140%;}.article-list__head-body--tv:hover{color:#333;}@media(min-width:768px){.article-list__head-body--tv{font-size:16px;}}@media(min-width:1200px){.article-list__head-body--tv{font-size:20px;}}.article-list__head-body--tv *{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#333;font-weight:400;line-height:140%;margin-bottom:0;}.article-list__head-body--tv *:hover{color:#333;}@media(min-width:768px){.article-list__head-body--tv *{font-size:16px;}}@media(min-width:1200px){.article-list__head-body--tv *{font-size:20px;}}.article-list__tv-top,.article-list__tv-bottom{display:flex;flex-wrap:wrap;}.article-list__tv-top a:hover,.article-list__tv-bottom a:hover{text-decoration-color:#030303;}@media(min-width:768px){.article-list__tv-top,.article-list__tv-bottom{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:20px;}}@media(min-width:1200px){.article-list__tv-top,.article-list__tv-bottom{grid-column-gap:60px;}}.article-list__tv-bottom{margin-top:40px;}@media(min-width:768px){.article-list__tv-bottom{margin-top:60px;}}.article-list__item--tv{flex:0 0 100%;padding-right:0;margin-bottom:40px;}@media(min-width:768px){.article-list__item--tv{margin-bottom:60px;}}.article-list__item-title--tv{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin-bottom:0;}.article-list__item-title--tv:hover{color:#030303;}@media(min-width:768px){.article-list__item-title--tv{font-size:18px;}}@media(min-width:1200px){.article-list__item-title--tv{font-size:20px;}}.article-list__item-img--tv{position:relative;margin-bottom:10px;}.article-list__item-img--tv i{display:none;}.article-list__item-img--tv img{display:block;width:120px;}@media(min-width:768px){.article-list__item-img--tv img{width:100%;}.article-list__item-img--tv i{display:block;position:absolute;top:50%;left:50%;font-size:60px;width:60px;height:60px;text-align:center;color:#fff;opacity:.5;line-height:0;margin-left:-30px;z-index:999;}}@media(min-width:1200px){.article-list__item-img--tv i{font-size:70px;width:70px;height:70px;margin-left:-35px;}}.article-list__item-img--tv:hover i,.article-list__item-img--tv:focus i{opacity:1;text-decoration:none;}.article-list__head--ibtalk{padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid #333;}@media(min-width:768px){.article-list__head--ibtalk{padding-bottom:60px;margin-bottom:60px;}}.article-list__head-podcast--ibtalk{margin-bottom:20px;}.article-list__head-title--ibtalk{font-size:22px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin-bottom:10px;}.article-list__head-title--ibtalk:hover{color:#030303;}@media(min-width:768px){.article-list__head-title--ibtalk{font-size:30px;}}@media(min-width:1200px){.article-list__head-title--ibtalk{font-size:40px;}}.article-list__head-body--ibtalk{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#333;font-weight:400;line-height:140%;}.article-list__head-body--ibtalk:hover{color:#333;}@media(min-width:768px){.article-list__head-body--ibtalk{font-size:16px;}}@media(min-width:1200px){.article-list__head-body--ibtalk{font-size:20px;}}.article-list__head-body--ibtalk *{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#333;font-weight:400;line-height:140%;margin-bottom:0;}.article-list__head-body--ibtalk *:hover{color:#333;}@media(min-width:768px){.article-list__head-body--ibtalk *{font-size:16px;}}@media(min-width:1200px){.article-list__head-body--ibtalk *{font-size:20px;}}.article-list__ibtalk-top,.article-list__ibtalk-bottom{display:flex;flex-wrap:wrap;}.article-list__ibtalk-top a:hover,.article-list__ibtalk-bottom a:hover{text-decoration-color:#030303;}@media(min-width:768px){.article-list__ibtalk-top,.article-list__ibtalk-bottom{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;}}@media(min-width:1200px){.article-list__ibtalk-top,.article-list__ibtalk-bottom{grid-column-gap:60px;}}.article-list__ibtalk-bottom{margin-top:40px;}@media(min-width:768px){.article-list__ibtalk-bottom{margin-top:60px;}}.article-list__item--ibtalk{display:flex;flex-flow:row;margin-bottom:40px;flex:0 0 100%;}.article-list__item--ibtalk>a{margin-left:auto;order:2;}@media(min-width:768px){.article-list__item--ibtalk{margin-bottom:60px;}}.article-list__item-passage--ibtalk{margin-right:20px;}.article-list__item-title--ibtalk{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin-bottom:10px;}.article-list__item-title--ibtalk:hover{color:#030303;}@media(min-width:768px){.article-list__item-title--ibtalk{font-size:22px;}}@media(min-width:1200px){.article-list__item-title--ibtalk{font-size:26px;}}.article-list__item-summary--ibtalk{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#888;font-weight:400;line-height:140%;margin-bottom:0;}.article-list__item-summary--ibtalk:hover{color:#888;}@media(min-width:768px){.article-list__item-summary--ibtalk{font-size:14px;}}@media(min-width:1200px){.article-list__item-summary--ibtalk{font-size:18px;}}.article-list__item-img--ibtalk img{display:block;width:40px;}@media(min-width:1200px){.article-list__item-img--ibtalk img{width:60px;}}.article-list__item--events{display:flex;padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid #333;flex-flow:column;}.article-list__item--events:last-child{border-bottom:0;padding-bottom:0;}@media(min-width:768px){.article-list__item--events{flex-flow:row;padding-bottom:60px;margin-bottom:60px;}}.article-list__item-img--events{margin-bottom:20px;}.article-list__item-img--events img{display:block;width:100%;}@media(min-width:768px){.article-list__item-img--events{margin-right:20px;margin-bottom:0;}.article-list__item-img--events img{width:220px;}}.article-list__item-title--events{font-size:22px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin-bottom:10px;}.article-list__item-title--events:hover{color:#030303;}@media(min-width:768px){.article-list__item-title--events{font-size:30px;}}@media(min-width:1200px){.article-list__item-title--events{font-size:40px;}}.article-list__item-location--events{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#004c98;font-weight:400;line-height:140%;margin-bottom:10px;}.article-list__item-location--events:hover{color:#004c98;}@media(min-width:768px){.article-list__item-location--events{font-size:14px;}}@media(min-width:1200px){.article-list__item-location--events{font-size:16px;}}.article-list__item-date--events{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#999;font-weight:400;line-height:140%;margin-bottom:10px;}.article-list__item-date--events:hover{color:#999;}@media(min-width:768px){.article-list__item-date--events{font-size:14px;}}@media(min-width:1200px){.article-list__item-date--events{font-size:16px;}}.article-list__item-summary--events{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#333;font-weight:400;line-height:140%;margin-bottom:10px;}.article-list__item-summary--events:hover{color:#333;}@media(min-width:768px){.article-list__item-summary--events{font-size:20px;}}@media(min-width:1200px){.article-list__item-summary--events{font-size:20px;}}.article-list__item-btn--events{background-color:#012d6b;color:#fff;padding:5px 15px;text-decoration:none;display:inline-block;text-align:center;border:1px solid #012d6b;font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#fff;font-weight:400;line-height:140%;}.article-list__item-btn--events:not([disabled]):hover{text-decoration:none;background-color:#002251;color:#fff;border:1px solid #002251;}.article-list__item-btn--events:hover{color:#fff;}@media(min-width:768px){.article-list__item-btn--events{font-size:16px;}}@media(min-width:1200px){.article-list__item-btn--events{font-size:16px;}}.article-list__head--magazines{display:flex;flex-wrap:wrap;flex-flow:column;padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid #333;}.article-list__head--magazines a:hover{text-decoration-color:#030303;}@media(min-width:768px){.article-list__head--magazines{padding-bottom:60px;margin-bottom:60px;}}@media(min-width:1440px){.article-list__head--magazines{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:60px;}}.article-list__head__item--magazines{display:flex;background-color:#f9f9f9;border:1px solid #dfdfdf;padding:20px;flex:0 0 100%;flex-flow:column;margin-bottom:20px;}.article-list__head__item--magazines:last-child{margin-bottom:0;}@media(min-width:768px){.article-list__head__item--magazines{margin-bottom:40px;flex-flow:row;}}@media(min-width:1200px){.article-list__head__item--magazines{padding:40px;}}@media(min-width:1440px){.article-list__head__item--magazines{margin-bottom:0;}}.article-list__head__item-img--magazines{margin-right:20px;}.article-list__head__item-img--magazines img{display:block;width:120px;}@media(min-width:1200px){.article-list__head__item-img--magazines img{width:200px;}}.article-list__head__item-title--magazines{font-size:22px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin-bottom:10px;}.article-list__head__item-title--magazines:hover{color:#030303;}@media(min-width:768px){.article-list__head__item-title--magazines{font-size:30px;}}@media(min-width:1200px){.article-list__head__item-title--magazines{font-size:40px;}}.article-list__head__item-summary--magazines{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#333;font-weight:400;line-height:140%;margin-bottom:0;}.article-list__head__item-summary--magazines:hover{color:#333;}@media(min-width:768px){.article-list__head__item-summary--magazines{font-size:16px;}}@media(min-width:1200px){.article-list__head__item-summary--magazines{font-size:20px;}}.article-list__magazines-top,.article-list__magazines-bottom{display:flex;flex-wrap:wrap;}.article-list__magazines-top a:hover,.article-list__magazines-bottom a:hover{text-decoration-color:#030303;}@media(min-width:768px){.article-list__magazines-top,.article-list__magazines-bottom{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;}}.article-list__magazines-bottom{margin-top:20px;}@media(min-width:768px){.article-list__magazines-bottom{margin-top:40px;}}.article-list__item--magazines{display:flex;border:1px solid #dfdfdf;padding:20px;margin-bottom:20px;flex:0 0 100%;}@media(min-width:768px){.article-list__item--magazines{margin-bottom:40px;}}@media(min-width:1200px){.article-list__item--magazines{padding:40px;}}.article-list__item-img--magazines{display:none;margin-right:20px;}.article-list__item-img--magazines img{display:block;width:80px;}@media(min-width:768px){.article-list__item-img--magazines{display:block;}.article-list__item-img--magazines img{display:block;width:80px;}}@media(min-width:1200px){.article-list__item-img--magazines img{width:120px;}}.article-list__item-title--magazines{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin-bottom:10px;}.article-list__item-title--magazines:hover{color:#030303;}@media(min-width:768px){.article-list__item-title--magazines{font-size:22px;}}@media(min-width:1200px){.article-list__item-title--magazines{font-size:26px;}}.article-list__item-summary--magazines{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#888;font-weight:400;line-height:140%;margin-bottom:0;}.article-list__item-summary--magazines:hover{color:#888;}@media(min-width:768px){.article-list__item-summary--magazines{font-size:14px;}}@media(min-width:1200px){.article-list__item-summary--magazines{font-size:18px;}}.article-list__head--industryinsights{display:flex;flex-flow:column;border-top:5px solid #012d6b;border-bottom:5px solid #012d6b;padding:40px 20px;margin-bottom:40px;}@media(min-width:768px){.article-list__head--industryinsights{margin-bottom:60px;}}@media(min-width:1200px){.article-list__head--industryinsights{flex-flow:row;padding:40px 60px;}}.article-list__head-img--industryinsights{margin-bottom:20px;}.article-list__head-img--industryinsights img{width:150px;}@media(min-width:768px){.article-list__head-img--industryinsights img{width:200px;}}@media(min-width:1200px){.article-list__head-img--industryinsights{margin-bottom:0;margin-right:20px;}.article-list__head-img--industryinsights img{width:300px;}}.article-list__head-title--industryinsights{font-size:22px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin-bottom:20px;}.article-list__head-title--industryinsights:hover{color:#030303;}@media(min-width:768px){.article-list__head-title--industryinsights{font-size:30px;}}@media(min-width:1200px){.article-list__head-title--industryinsights{font-size:40px;}}.article-list__head-summary--industryinsights{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#333;font-weight:400;line-height:140%;}.article-list__head-summary--industryinsights:hover{color:#333;}@media(min-width:768px){.article-list__head-summary--industryinsights{font-size:16px;}}@media(min-width:1200px){.article-list__head-summary--industryinsights{font-size:20px;}}.article-list__head-summary--industryinsights p,.article-list__head-summary--industryinsights span{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#333;font-weight:400;line-height:140%;margin-bottom:0;}.article-list__head-summary--industryinsights p:hover,.article-list__head-summary--industryinsights span:hover{color:#333;}@media(min-width:768px){.article-list__head-summary--industryinsights p,.article-list__head-summary--industryinsights span{font-size:16px;}}@media(min-width:1200px){.article-list__head-summary--industryinsights p,.article-list__head-summary--industryinsights span{font-size:20px;}}.article-list__head-summary--industryinsights iframe{width:100%;}.article-list__industryinsights{display:flex;flex-wrap:wrap;}.article-list__industryinsights a:hover{text-decoration-color:#030303;}.article-list__item--industryinsights{display:flex;flex:0 0 100%;margin-bottom:40px;}@media(min-width:768px){.article-list__item--industryinsights{margin-bottom:60px;}}.article-list__item-img--industryinsights{margin-right:20px;display:none;}@media(min-width:768px){.article-list__item-img--industryinsights{display:block;}}.article-list__item-img--industryinsights img{width:220px;}.article-list__item-title--industryinsights{font-size:18px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin-bottom:10px;}.article-list__item-title--industryinsights:hover{color:#030303;}@media(min-width:768px){.article-list__item-title--industryinsights{font-size:22px;}}@media(min-width:1200px){.article-list__item-title--industryinsights{font-size:26px;}}.article-list__item-summary--industryinsights{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#888;font-weight:400;line-height:140%;margin-bottom:0;}.article-list__item-summary--industryinsights:hover{color:#888;}@media(min-width:768px){.article-list__item-summary--industryinsights{font-size:14px;}}@media(min-width:1200px){.article-list__item-summary--industryinsights{font-size:18px;}}.article-list__head--industrynews{display:flex;flex-flow:column;padding-bottom:40px;margin-bottom:40px;border-bottom:2px solid #333;}@media(min-width:768px){.article-list__head--industrynews{flex-flow:row;margin-bottom:60px;padding-bottom:60px;}}.article-list__head-img--industrynews{margin-bottom:20px;}.article-list__head-img--industrynews img{width:150px;}@media(min-width:768px){.article-list__head-img--industrynews{margin-bottom:0;margin-right:20px;}.article-list__head-img--industrynews img{width:200px;}}@media(min-width:1200px){.article-list__head-img--industrynews img{width:300px;}}.article-list__head__passage--industrynews{flex-basis:100%;}.article-list__head-tag--industrynews{font-size:18px;font-family:"Roboto",Arial,sans-serif;color:#004c98;font-weight:700;line-height:140%;margin-bottom:10px;}.article-list__head-tag--industrynews:hover{color:#004c98;}@media(min-width:768px){.article-list__head-tag--industrynews{font-size:22px;}}@media(min-width:1200px){.article-list__head-tag--industrynews{font-size:30px;}}.article-list--industrynews{display:grid;grid-template-columns:1fr;column-gap:60px;margin:0;}@media(min-width:1440px){.article-list--industrynews{grid-template-columns:1fr 1fr;}}.article-list__item--industrynews{display:flex;flex-flow:column;margin-bottom:40px;}@media(min-width:768px){.article-list__item--industrynews{flex-flow:row;margin-bottom:60px;}}.article-list__item__passage--industrynews span{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#999;font-weight:400;line-height:140%;}.article-list__item__passage--industrynews span:hover{color:#999;}@media(min-width:768px){.article-list__item__passage--industrynews span{font-size:14px;}}@media(min-width:1200px){.article-list__item__passage--industrynews span{font-size:16px;}}.article-list__item__passage--industrynews span+span::before{content:"|";margin:0 .5em;}.article-list__item-summary--industrynews{margin-bottom:10px;}.article-list__item-img--industrynews{margin-bottom:20px;}.article-list__item-img--industrynews img{width:100px;}@media(min-width:768px){.article-list__item-img--industrynews{margin-bottom:0;margin-right:20px;}.article-list__item-img--industrynews img{width:150px;}}.article-list__item-tag--industrynews{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#004c98;font-weight:700;line-height:140%;margin-bottom:10px;}.article-list__item-tag--industrynews:hover{color:#004c98;}@media(min-width:768px){.article-list__item-tag--industrynews{font-size:18px;}}@media(min-width:1200px){.article-list__item-tag--industrynews{font-size:20px;}}.industry-news__head-title{margin-bottom:20px;}@media(min-width:768px){.industry-news__head-title{margin-bottom:20px;}}@media(min-width:1200px){.industry-news__head-title{margin-bottom:20px;}}.industry-news__head-subtitle{font-size:18px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin-bottom:40px;line-height:1.8;}.industry-news__head-subtitle:hover{color:#030303;}@media(min-width:768px){.industry-news__head-subtitle{font-size:18px;}}@media(min-width:1200px){.industry-news__head-subtitle{font-size:20px;}}@media(min-width:768px){.industry-news__head-subtitle{margin-bottom:40px;}}@media(min-width:1200px){.industry-news__head-subtitle{margin-bottom:40px;}}.industry-news__othercontent-title{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin-bottom:20px;}.industry-news__othercontent-title:hover{color:#030303;}@media(min-width:768px){.industry-news__othercontent-title{font-size:16px;}}@media(min-width:1200px){.industry-news__othercontent-title{font-size:20px;}}.industry-news__othercontent-list{list-style:none;padding-inline-start:0;}.industry-news__othercontent-list-item{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #dfdfdf;}.industry-news__othercontent-list-item:last-child{border-bottom:0;}.industry-news__othercontent-list-item--link{font-size:16px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.industry-news__othercontent-list-item--link:hover{color:#030303;}@media(min-width:768px){.industry-news__othercontent-list-item--link{font-size:16px;}}@media(min-width:1200px){.industry-news__othercontent-list-item--link{font-size:16px;}}.industry-news__social-list{list-style:none;padding-inline-start:0;display:flex;flex-wrap:wrap;margin:0;column-gap:25px;}.industry-news__social-list-item{position:relative;min-width:100px;}.industry-news__social-list-item a{font-family:"Roboto",Arial,sans-serif;font-size:16px;}.industry-news__social-list-item i{margin-right:5px;font-size:26px;}.industry-news__social-list-item.facebook a{color:#1877f2;}.industry-news__social-list-item.linkedin a{color:#4b5993;}.industry-news__social-list-item.twitter a{color:#000;}.industry-news__social-list-item.twitter a span{bottom:0;position:absolute;margin-left:8px;}.industry-news__social-list-item.twitter a span:hover{text-decoration:underline;}.industry-news__social-list-item .industry-news-icon-svg{width:24px;}.industry-news__social-list-item .industry-news-icon-svg:hover+span{text-decoration:underline;}.wrapper--insurr-header{min-width:260px;background:#012d6b;margin:0 auto;padding:0 10px;}@media(min-width:340px){.wrapper--insurr-header{padding:0 20px;}}@media(min-width:768px){.wrapper--insurr-header{margin:0 auto;padding:0 40px;}}@media(max-width:340px){.wrapper--insurr-header.wrapper--insurr{margin-left:unset;}}.insurr-portal{position:relative;}.insurr-portal__search{display:flex;flex-direction:column;padding:150px 20px;text-align:center;gap:40px;}@media(min-width:768px){.insurr-portal__search{padding:150px 40px;}}@media(min-width:1200px){.insurr-portal__search{padding:160px 40px;}}.insurr-portal__search__logo img{height:auto;width:150px;}@media(min-width:768px){.insurr-portal__search__logo img{width:300px;}}.insurr-portal__search__title{font-family:"Roboto",Arial,sans-serif;font-size:40px;color:#012d6b;margin-bottom:0;}@media(min-width:768px){.insurr-portal__search__title{font-size:58px;}}@media(min-width:1200px){.insurr-portal__search__title{font-size:96px;}}.insurr-portal__search__container{justify-items:center;}.insurr-portal__featured{background:linear-gradient(to bottom,#012d6b 0%,#0a418f);padding:100px 0;}@media(min-width:768px){.insurr-portal__featured{padding:150px 0;}}.insurr-portal__featured__top{display:flex;flex-direction:column;gap:40px;padding:0 20px;margin-bottom:90px;justify-content:center;}@media(min-width:768px){.insurr-portal__featured__top{flex-direction:row;padding:0 40px;}}@media(min-width:1200px){.insurr-portal__featured__top{gap:160px;}}@media(min-width:1440px){.insurr-portal__featured__top{gap:230px;}}.insurr-portal__featured__count{display:flex;flex-direction:column;gap:15px;}@media(min-width:768px){.insurr-portal__featured__count{flex-direction:row;}}.insurr-portal__featured__count__left{margin-bottom:0;font-family:"Roboto",Arial,sans-serif;font-weight:bold;font-size:60px;color:#fff;}@media(min-width:768px){.insurr-portal__featured__count__left{font-size:80px;}}@media(min-width:1200px){.insurr-portal__featured__count__left{font-size:128px;}}.insurr-portal__featured__count__right{display:flex;max-width:none;margin-bottom:0;align-items:center;font-family:"Roboto",Arial,sans-serif;font-weight:bold;font-size:24px;color:#fff;}@media(min-width:768px){.insurr-portal__featured__count__right{max-width:150px;}}@media(min-width:1200px){.insurr-portal__featured__count__right{font-size:32px;}}.insurr-portal__featured__bottom{position:relative;}.insurr-portal__carousel{margin-bottom:0;overflow:hidden;}.insurr-portal__carousel .slick-slide{padding:0 10px;}@media(min-width:768px){.insurr-portal__carousel .slick-slide{padding:0 20px;}}.insurr-portal__carousel__button{position:absolute;top:35%;width:40px;height:40px;background:#053579;color:#fff;border-radius:25px;border:0;z-index:1;opacity:.6;}.insurr-portal__carousel__button:hover{opacity:1;}@media(min-width:768px){.insurr-portal__carousel__button{top:40%;}}.insurr-portal__carousel__button--prev{left:40px;}@media(min-width:1440px){.insurr-portal__carousel__button--prev{left:20px;}}.insurr-portal__carousel__button--next{right:40px;}@media(min-width:1440px){.insurr-portal__carousel__button--next{right:20px;}}.insurr-portal__carousel{display:flex;overflow:hidden;gap:20px;}@media(min-width:1200px){.insurr-portal__carousel{gap:40px;}}.insurr-portal__featured__item{background:#fff;border-radius:10px;padding:10px;align-content:center;aspect-ratio:1;}.insurr-portal__featured__item__logo{display:block;}.insurr-portal__featured__item__logo img{width:100%;}.insurr-portal__description{display:flex;padding:100px 40px;gap:40px;justify-content:center;flex-direction:column;}@media(min-width:768px){.insurr-portal__description{padding:150px 40px;}}@media(min-width:1200px){.insurr-portal__description{flex-direction:row;gap:clamp(40px,40px + 60 * (100vw - 1200px) / 250,100px);}}.insurr-portal__description--au{padding-top:40px;}@media(min-width:768px){.insurr-portal__description--au{padding-top:80px;}}.insurr-portal__description__title{font-family:"Roboto",Arial,sans-serif;color:#012d6b;font-size:36px;margin-top:100px;text-align:center;}@media(min-width:768px){.insurr-portal__description__title{font-size:48px;margin-top:150px;}}@media(min-width:1200px){.insurr-portal__description__title{font-size:64px;}}.insurr-portal__description--alt{gap:clamp(40px,40px + 60 * (100vw - 1200px) / 250,100px);background-color:#f8f8f8;}.insurr-portal__description__item{display:flex;width:100%;flex-direction:column;gap:20px;}.insurr-portal__description__item__title{margin-bottom:0;font-family:"Libre Baskerville",Arial,sans-serif;font-weight:bold;font-size:26px;color:#012d6b;}@media(min-width:768px){.insurr-portal__description__item__title{font-size:40px;}}.insurr-portal__description__item__body{margin-bottom:0;font-family:"Roboto",Arial,sans-serif;font-size:16px;color:#030303;line-height:1.4;}@media(min-width:768px){.insurr-portal__description__item__body{font-size:20px;}}.insurr-portal__description__item__body--marker{color:#012d6b;font-weight:bold;}.insurr-portal__faq{display:flex;padding:100px 40px;justify-content:center;background:#000;}@media(min-width:768px){.insurr-portal__faq{padding:150px 40px;}}.insurr-portal__faq__wrapper{width:1200px;}.insurr-portal__faq__title{margin-bottom:40px;font-family:"Libre Baskerville",Arial,sans-serif;font-weight:bold;font-size:26px;color:#fff;}@media(min-width:768px){.insurr-portal__faq__title{margin-bottom:60px;font-size:40px;}}.insurr-portal__faq__items{display:flex;flex-direction:column;gap:40px;}.insurr-portal__faq__item{display:flex;flex-direction:column;gap:10px;}.insurr-portal__faq__item__question{display:flex;flex-direction:column;gap:10px;margin-bottom:0;font-family:"Libre Baskerville",Arial,sans-serif;font-weight:bold;font-size:18px;color:#999;cursor:pointer;}.insurr-portal__faq__item__question::after{display:block;background:url("/images/insurr_plus.png");content:"";width:20px;height:20px;}.insurr-portal__faq__item__question:hover{text-decoration:none;color:#999;}@media(min-width:768px){.insurr-portal__faq__item__question{flex-direction:row;font-size:26px;}.insurr-portal__faq__item__question::before{display:block;background:url("/images/insurr_plus.png");content:"";width:20px;height:20px;align-self:center;}.insurr-portal__faq__item__question::after{display:none;}}.insurr-portal__faq__item__question--shown{color:#f7a838;}.insurr-portal__faq__item__question--shown::before,.insurr-portal__faq__item__question--shown::after{background:url("/images/insurr_minus.png");}.insurr-portal__faq__item__question--shown:hover{color:#f7a838;}.insurr-portal__faq__item__answer{display:none;font-family:"Roboto",Arial,sans-serif;font-size:14px;color:#fff;line-height:1.4;margin:0;}.insurr-portal__faq__item__answer p{font-family:"Roboto",Arial,sans-serif;font-size:14px;color:#fff;line-height:1.4;margin:0;}@media(min-width:768px){.insurr-portal__faq__item__answer{margin-left:30px;font-size:18px;}.insurr-portal__faq__item__answer p{font-size:18px;}}.insurr-wrapper-background{background:#012d6b;}.insurr-search{padding:0;height:auto;}.insurr-search--portal{background:#fff;width:100%;box-shadow:0 6px 20px 0 rgba(0,0,0,.19);padding:30px 20px;margin:0 auto;border-radius:10px;}@media(min-width:768px){.insurr-search--portal{padding:30px 40px;}}@media(min-width:1200px){.insurr-search--portal{width:800px;}}.insurr-search__container{background:#012d6b;padding:20px 0;display:flex;flex-direction:column;gap:20px;}@media(min-width:768px){.insurr-search__container{flex-direction:row;gap:40px;align-items:center;margin-left:-7px;margin-right:-7px;padding-top:35px;padding-bottom:35px;}}@media(min-width:1400px){.insurr-search__container{margin-left:0;margin-right:0;}}@media(min-width:1200px){.insurr-search__container{gap:150px;}}.insurr-search__container--portal{background:none;margin:0;padding:0;}.insurr-search__container--portal .twitter-typeahead{max-width:none;}.insurr-search__logo img{width:150px;height:36px;}@media(min-width:768px){.insurr-search__logo img{width:220px;height:53px;}}.insurr-search__form{display:flex;flex-direction:column;gap:10px;width:100%;}@media(min-width:768px){.insurr-search__form{flex-direction:row;justify-content:flex-end;gap:0;}}.insurr-search__form--portal{width:100%;}.insurr-search__form--portal .twitter-typeahead{min-height:fit-content;height:auto;}@media(min-width:768px){.insurr-search__form--portal{justify-content:center;border:solid 1px #dfdfdf;border-radius:5px;}}.insurr-search__select-wrapper{position:relative;}.insurr-search__select-wrapper i{font-size:15px;color:#333;position:absolute;top:17px;right:5px;vertical-align:middle;pointer-events:none;}.insurr-search__select{height:100%;width:100%;padding:10px 15px;text-align:left;font-family:"Roboto",Arial,sans-serif;color:#333;font-size:16px;border:0;border-radius:5px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;}.insurr-search__select:hover,.insurr-search__select:focus{background:#d4d4d4;border-color:#adadad;}.insurr-search__select option{background:#fff;}@media(min-width:768px){.insurr-search__select{width:110px;font-size:18px;line-height:24px;border-right:1px solid #ccc;border-top-right-radius:0;border-bottom-right-radius:0;}}.insurr-search__select--portal{border:1px solid #ccc;}@media(min-width:768px){.insurr-search__select--portal{border:0;border-right:1px solid #ccc;}}.insurr-search__text{flex:1 1 auto;max-width:100%;position:relative;padding:10px 15px;border:0;border-radius:5px;font-family:"Roboto",Arial,sans-serif;font-size:16px;}.insurr-search__text:focus{box-shadow:0 0 10px #51cbee;border:0;outline:0;}@media(min-width:768px){.insurr-search__text{border-radius:0;font-size:18px;max-width:438px;}}.insurr-search__text--portal{max-width:none;min-height:46px;border:1px solid #ccc;}@media(min-width:768px){.insurr-search__text--portal{min-height:none;border:0;}}.insurr-search__button{color:#fff;background:#ff9600;padding:10px 15px;border:0;border-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;align-content:center;}.insurr-search__button i{display:none;}@media(min-width:768px){.insurr-search__button{border-top-left-radius:0;border-bottom-left-radius:0;}.insurr-search__button i{display:inline-block;}.insurr-search__button span{display:none;}}.insurr-search__button-text{font-family:"Roboto",Arial,sans-serif;font-size:16px;font-weight:bold;display:inline-block;}@media(min-width:768px){.insurr-search__button-text{display:none;}}.tt-menu{margin-top:5px;padding:5px 0;background:#fff;width:100%;border:1px solid #ccc;border-radius:5px;}.tt-selectable{font-family:"Roboto",Arial,sans-serif;font-size:14px;padding:3px 20px;}.tt-selectable:hover{background:#012d6b;color:#fff;cursor:default;}.twitter-typeahead{height:39px;position:relative;display:inline-block;width:100%;max-width:100%;}@media(min-width:768px){.twitter-typeahead{height:46px;max-width:438px;}}.twitter-typeahead input{height:100%;width:100%;}.tt-suggestion{text-align:left;}@media(max-width:340px){.wrapper--insurr{margin-left:calc((100vw - 300px)/2);}}.wrapper--insurr div{font-family:"Roboto",Arial,sans-serif;}.wrapper--insurr__min-height{min-height:1100px;}.insurr-company-listing__header{margin-top:20px;margin-bottom:60px;}.insurr-company-listing__header__title{margin-bottom:20px;font-family:"Roboto",Arial,sans-serif;font-size:60px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#030303;}@media(max-width:1199px){.insurr-company-listing__header__title{font-size:40px;}}@media(max-width:767px){.insurr-company-listing__header__title{font-size:26px;}}.insurr-company-listing__header__descriptions{font-family:Roboto;font-size:20px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#030303;}@media(max-width:1199px){.insurr-company-listing__header__descriptions{font-size:16px;}}@media(max-width:767px){.insurr-company-listing__header__descriptions{font-size:14px;}}.insurr-company-listing__paginations{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;list-style-type:none;padding:0 0 0 110px;}@media(max-width:767px){.insurr-company-listing__paginations{flex-wrap:wrap;justify-content:normal;padding:0;}}.insurr-company-listing__paginations__item{font-family:Roboto;font-size:20px;font-weight:bold;font-stretch:condensed;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#030303;}@media(max-width:767px){.insurr-company-listing__paginations__item{display:block;width:40px;}}.insurr-company-listing__item{display:grid;grid-template-columns:100px 1fr;gap:10px;}@media(max-width:767px){.insurr-company-listing__item{display:block;}}.insurr-company-listing__item__page{font-family:Roboto;font-size:20px;font-weight:bold;font-stretch:condensed;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#030303;}.insurr-company-listing__item__container{border-top:solid 1px #dfdfdf;}@media(max-width:767px){.insurr-company-listing__item__container{border-bottom:solid 1px #dfdfdf;}}.insurr-company-listing__item__contents{display:grid;grid-template-columns:repeat(2,1fr);list-style-type:none;padding:0;padding-top:40px;padding-bottom:40px;margin:0;gap:10px;}@media(max-width:1199px){.insurr-company-listing__item__contents{display:block;}}@media(max-width:767px){.insurr-company-listing__item__contents{padding-top:20px;padding-bottom:0;}}.insurr-company-listing__item__contents a{font-family:"Roboto",Arial,sans-serif;font-size:26px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#012d6b;}@media(max-width:1199px){.insurr-company-listing__item__contents a{font-size:22px;}}@media(max-width:767px){.insurr-company-listing__item__contents a{display:block;font-size:18px;padding-bottom:20px;}}.insurr-company-detail__title{padding-top:20px;padding-bottom:60px;}@media(max-width:767px){.insurr-company-detail__title{padding-bottom:40px;}}.insurr-company-detail__title h1{font-family:"Roboto",Arial,sans-serif;font-size:60px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#030303;margin-bottom:0;}@media(max-width:1199px){.insurr-company-detail__title h1{font-size:40px;}}@media(max-width:767px){.insurr-company-detail__title h1{font-size:26px;}}.insurr-company-detail__header{margin-bottom:60px;}@media(max-width:767px){.insurr-company-detail__header{margin-bottom:40px;}}.insurr-company-detail__header__data{display:flex;gap:40px;margin-bottom:60px;}@media(max-width:1199px){.insurr-company-detail__header__data{display:block;}}@media(max-width:1199px){.insurr-company-detail__header__data{margin-bottom:40px;}}.insurr-company-detail__header__data__img{width:400px;max-height:240px;overflow:hidden;margin-bottom:60px;}@media(max-width:767px){.insurr-company-detail__header__data__img{width:280px;max-height:168px;margin-bottom:40px;}}.insurr-company-detail__header__data__img img{width:100%;height:100%;}.insurr-company-detail__header__data__detail{display:grid;gap:20px;}.insurr-company-detail__header__data__detail__content{display:grid;}.insurr-company-detail__header__data__detail__content span:first-of-type{font-family:Roboto;font-size:20px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#999;}@media(max-width:1199px){.insurr-company-detail__header__data__detail__content span:first-of-type{line-height:1.25;font-size:16px;}}@media(max-width:767px){.insurr-company-detail__header__data__detail__content span:first-of-type{line-height:1.43;font-size:14px;}}.insurr-company-detail__header__data__detail__content span:nth-child(2){font-family:"Roboto",Arial,sans-serif;font-size:20px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#000;}@media(max-width:1199px){.insurr-company-detail__header__data__detail__content span:nth-child(2){line-height:1.5;font-size:18px;}}.insurr-company-detail__header__data__detail__content span:nth-child(2)>a{font-family:"Roboto",Arial,sans-serif;font-size:20px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#012d6b;}@media(max-width:1199px){.insurr-company-detail__header__data__detail__content span:nth-child(2)>a{line-height:1.5;font-size:18px;}}.insurr-company-detail__header__profile{font-family:"Roboto",Arial,sans-serif;font-size:20px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#000;}@media(max-width:1199px){.insurr-company-detail__header__profile{line-height:1.5;font-size:18px;}}.insurr-company-detail__header__profile p,.insurr-company-detail__header__profile span,.insurr-company-detail__header__profile div{font-family:"Roboto",Arial,sans-serif;}.insurr-company-detail__list{padding-bottom:60px;}@media(max-width:767px){.insurr-company-detail__list{padding-bottom:40px;}}.insurr-company-detail__list__title{padding-bottom:20px;}.insurr-company-detail__list__title span{font-family:Roboto;font-size:20px;font-weight:bold;font-stretch:condensed;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#030303;}.insurr-company-detail__product-offerings__list .links{gap:20px;}.insurr-company-detail__product-offerings__list ul{display:grid;grid-template-columns:repeat(2,1fr);margin:0;gap:40px;}@media(max-width:1199px){.insurr-company-detail__product-offerings__list ul{display:block;}}.insurr-company-detail__product-offerings__list li{color:#012d6b;font-size:26px;}@media(max-width:1199px){.insurr-company-detail__product-offerings__list li{font-size:22px;padding-bottom:20px;}}@media(max-width:767px){.insurr-company-detail__product-offerings__list li{font-size:18px;}}.insurr-company-detail__product-offerings__list a{font-family:"Roboto",Arial,sans-serif;font-size:26px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#012d6b;}@media(max-width:1199px){.insurr-company-detail__product-offerings__list a{line-height:1.5;font-size:22px;}}@media(max-width:767px){.insurr-company-detail__product-offerings__list a{font-size:18px;}}.insurr-company-detail__pagination__prev-button--enabled{content:url("data:image/webp;base64,UklGRt4BAABXRUJQVlA4WAoAAAAQAAAAHQAAHgAAQUxQSJcAAAABcEhbm1V9CD/CoGRwMyiDMmgMBmEyCCGEQfgRfoTe/2NdgYiYACi7sjFz20sHO2U5lDxYOj6MPKjy4ZgV6+FaP/LhnF/Gw70HkNhPCMhH4AJwhKA/QrsSU/aYJjFy/LXESItpJaaOMT+SCAaWiAqQ+HECMPtNeK5eBa/UfBo+qXhU+gJmscgEfaoqWQjmNG7twXUguBOMAFZQOCAgAQAA0AYAnQEqHgAfAD5tLpJGJCKhoTAYCACADYlsAJ0yhHA3tcSA8QDcAY4BvIBEDpR1nasG99lF8rzokyZAF7VAAP7/CK0/zFfl/yqU/4hzN59+H+Z6Py0+dZv+jO4q3hSuAxovUz/4rkS7s96/T//8dtyzrUkK3eD+QZ+oM3ZlXk/Mpx/86SsgR56/V+sQktd0bPbscwUKZw/+QHfsT9aPL+Kv5a/SYdmSNQwUPEvoRbOSirNp8wHirRm8NkyNbKvAha1o9dt3lpSL2c/I8qiHbxtKdt36Mo/zFLmLa5YDUp1p8KNefuLs3bV3CsZhTiy6cHduL6otS4zWcPYpbxbDUTf+ZStMz4sAsRViIXn1SdINA4aEjPVenVWfcRJyAAAA");cursor:pointer;}.insurr-company-detail__pagination__prev-button--disabled{content:url("data:image/webp;base64,UklGRiIBAABXRUJQVlA4WAoAAAAQAAAAHQAAHQAAQUxQSJYAAAABcFBbb9Z8EiKhToYDcAAOhoPiIDhgTiqhEiLhk8A/JGcGImICcC+NVq4ri3Z4LxPXhzalFyPXl9Y/mldHffBbXZebeXXWi2F1HwEk86MA0xqYAYugdGtoozFaYipjuP41Y1hjisZoE9MKIwzIERkQ+lkCMPr1OKuX4vrns+BePRRPB3vDL56nbE+YBe9bLVxXVv0I7gFWUDggZgAAAFAEAJ0BKh4AHgAuTTabTaEkJCQEAExLSAAfDCDfwgxFy+5+OMa8Mo2gQAAA/v7CDtzO4LYPhtP3cEI/3uI4gGuxHcqw6Z7os2OS37LBawZn7/Paqa3XF5M6Rd3xXbH2oRMi0LyAAA==");}.insurr-company-detail__pagination__next-button--enabled{content:url("data:image/webp;base64,UklGRtYBAABXRUJQVlA4WAoAAAAQAAAAHQAAHQAAQUxQSJYAAAABcFBbb9Z8EiKhToYDcAAOhoPiIDhgTiqhEiLhk8A/JGcGImICcC+NVq4ri3Z4LxPXhzalFyPXl9Y/mldHffBbXZebeXXWi2F1HwEk86MA0xqYAYugdGtoozFaYipjuP41Y1hjisZoE9MKIwzIERkQ+lkCMPr1OKuX4vrns+BePRRPB3vDL56nbE+YBe9bLVxXVv0I7gFWUDggGgEAAPAHAJ0BKh4AHgA+bS6TRqQioaEwGAgAgA2JbACdOUF+AceY87rrjAbf/fDhEAfqr6if8g3wD9ci3Nd9LcVou3nnydi0hpQEAAD+/P+ewIQqvEylX5RUyEaOd91azRzrv6k/hr/5viKCp5/jXwVtkUiiO9aWYoftxWO0rAVLXXq+ooU1BFOWbKonLSHI0IcXPQ37cdZfMM78bY8gACse4PLUv/6sueivKs5kM3TkO8zgfjKN3kMqj5mz3yT0FXuDp0IctSlRdIHEt5Ay51ChiVXIIo4lVW4hJv7ef+w6CCvHwUL9piqrJWSAdTLWmyZrqAY/yKwhWV/I2GRVWLvAdDCa/SRzC3rFEbV/HOBcjaV5aPS4oVUwxYAAAA==");cursor:pointer;}.insurr-company-detail__pagination__next-button--disabled{content:url("data:image/webp;base64,UklGRjIBAABXRUJQVlA4WAoAAAAQAAAAHQAAHgAAQUxQSJcAAAABcEhbm1V9CD/CoGRwMyiDMmgMBmEyCCGEQfgRfoTe/2NdgYiYACi7sjFz20sHO2U5lDxYOj6MPKjy4ZgV6+FaP/LhnF/Gw70HkNhPCMhH4AJwhKA/QrsSU/aYJjFy/LXESItpJaaOMT+SCAaWiAqQ+HECMPtNeK5eBa/UfBo+qXhU+gJmscgEfaoqWQjmNG7twXUguBOMAFZQOCB0AAAAsAQAnQEqHgAfAD5tMpNHJCMhoSgIAIANiWkAA+MFSQdMkrm+lklEnXyYmAAAAAD+/0E4zlF5PM0LxnwJeP+YPwJx8UWmEFL3IbAc7tq0zIT3/G5nxkYHP5WYjlBYmEs2ZtICrCh+0QUrmaWU8BX5jiAAAAA=");}.insurr-company-detail__pagination__bullets ul{display:flex;gap:10px;padding:0;margin:0;justify-content:center;list-style:none;}.insurr-company-detail__pagination__bullets .ellipse-disable{width:5px;height:5px;border-radius:100%;background-color:#dfdfdf;}.insurr-company-detail__pagination__bullets .ellipse-enable{width:5px;height:5px;border-radius:100%;background-color:#012d6b;}.insurr-company-detail__grid{display:grid;grid-template-areas:"left center right" "bottom bottom bottom";gap:30px;}.insurr-company-detail__grid__left{grid-area:left;align-content:center;}.insurr-company-detail__grid__center{grid-area:center;}.insurr-company-detail__grid__right{grid-area:right;align-content:center;justify-self:end;}.insurr-company-detail__grid__bottom{grid-area:bottom;}.insurr-company-detail__accolade__list{display:grid;grid-template-areas:"1fr";gap:20px;padding:0;margin:0;list-style:none;}@media(min-width:1200px){.insurr-company-detail__accolade__list{grid-template-areas:"1fr 1fr";}}.insurr-company-detail__accolade__item{display:flex;flex-flow:row nowrap;gap:20px;}@media(max-width:767px){.insurr-company-detail__accolade__item{display:block;}}.insurr-company-detail__accolade__title{display:flex;margin-top:0;min-height:120px;}@media(max-width:1199px){.insurr-company-detail__accolade__title{min-height:100px;}}@media(max-width:767px){.insurr-company-detail__accolade__title{margin-top:20px;min-height:initial;}}.insurr-company-detail__accolade__title p{font-family:"Roboto",Arial,sans-serif;font-size:26px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#012d6b;margin:auto 0;}@media(max-width:1199px){.insurr-company-detail__accolade__title p{line-height:1.5;font-size:22px;}}@media(max-width:767px){.insurr-company-detail__accolade__title p{font-size:18px;}}.insurr-company-detail__accolade__title--no-link p{color:#000;}.insurr-company-detail__accolade__img{width:120px;height:120px;overflow:hidden;flex-shrink:0;}.insurr-company-detail__accolade__img img{width:100%;height:100%;}@media(max-width:1199px){.insurr-company-detail__accolade__img{width:100px;height:100px;}}@media(max-width:767px){.insurr-company-detail__accolade__img{width:80px;height:80px;}}.insurr-company-detail__contact__list{list-style-type:none;padding-left:0;display:grid;grid-template-columns:repeat(2,1fr);margin:0;gap:40px;}@media(max-width:1199px){.insurr-company-detail__contact__list{grid-template-columns:repeat(1,1fr);gap:20px;}}.insurr-company-detail__contact__list li{display:flex;gap:20px;}@media(max-width:767px){.insurr-company-detail__contact__list li{display:grid;padding-bottom:20px;}}.insurr-company-detail__contact__img{width:150px;height:150px;border-radius:150px;overflow:hidden;flex-shrink:0;}@media(max-width:767px){.insurr-company-detail__contact__img{width:120px;height:120px;border-radius:150px;}}.insurr-company-detail__contact__img img{width:100%;height:100%;}.insurr-company-detail__contact__info{display:grid;}.insurr-company-detail__contact__name{margin-bottom:0;}.insurr-company-detail__contact__name a{margin-bottom:0;font-family:"Roboto",Arial,sans-serif;font-size:26px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#000;}@media(max-width:1199px){.insurr-company-detail__contact__name a{line-height:1.5;font-size:22px;}}@media(max-width:767px){.insurr-company-detail__contact__name a{font-size:18px;}}.insurr-company-detail__contact__position{font-family:Roboto;font-size:18px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#888;}@media(max-width:1199px){.insurr-company-detail__contact__position{line-height:1.25;font-size:16px;}}@media(max-width:767px){.insurr-company-detail__contact__position{line-height:1.43;font-size:14px;}}.insurr-company-detail__contact__email{font-family:Roboto;font-size:18px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#012d6b;}.insurr-company-detail__contact__email:hover{color:#012d6b;}@media(max-width:1199px){.insurr-company-detail__contact__email{line-height:1.25;font-size:16px;}}@media(max-width:767px){.insurr-company-detail__contact__email{line-height:1.43;font-size:14px;}}.insurr-company-detail__contact_number{font-family:Roboto;font-size:18px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#000;}@media(max-width:1199px){.insurr-company-detail__contact_number{line-height:1.25;font-size:16px;}}@media(max-width:767px){.insurr-company-detail__contact_number{line-height:1.43;font-size:14px;}}.insurr-company-detail-media-coverage-list ul{display:block;list-style-type:none;padding-left:0;}.insurr-company-detail-media-coverage-list li{display:flex;gap:20px;padding-bottom:40px;}@media(max-width:767px){.insurr-company-detail-media-coverage-list li{gap:0;padding-bottom:20px;}}.insurr-company-detail-media-coverage-list__img{width:220px;height:132px;flex-grow:0;overflow:hidden;}@media(max-width:767px){.insurr-company-detail-media-coverage-list__img{display:none;}}.insurr-company-detail-media-coverage-list__img img{width:100%;height:100%;}.insurr-company-detail-media-coverage-list__content h1{margin-bottom:10px;}.insurr-company-detail-media-coverage-list__content h1 a{font-family:"Roboto",Arial,sans-serif;font-size:26px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#030303;}@media(max-width:1199px){.insurr-company-detail-media-coverage-list__content h1 a{line-height:1.5;font-size:22px;}}@media(max-width:767px){.insurr-company-detail-media-coverage-list__content h1 a{font-size:18px;margin-bottom:10px;}}.insurr-company-detail-media-coverage-list__content span{font-family:Roboto;font-size:18px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#888;}@media(max-width:1199px){.insurr-company-detail-media-coverage-list__content span{line-height:1.25;font-size:16px;}}@media(max-width:767px){.insurr-company-detail-media-coverage-list__content span{line-height:1.43;font-size:14px;}}.HorizontalBorder{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:60px;margin-bottom:60px;border-bottom:solid 2px #333;}@media(max-width:1199px){.HorizontalBorder{margin-bottom:40px;}}.insurr-product-header{margin:20px 0;}.insurr-product-header__content{display:flex;flex-direction:column;justify-content:space-between;gap:20px;width:100%;}@media(min-width:1200px){.insurr-product-header__content{flex-direction:row;gap:40px;}}.insurr-product-header__content__left{display:flex;flex-direction:column;gap:20px;}.insurr-product-header__content__title{font-size:40px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin:0;}.insurr-product-header__content__title:hover{color:#030303;}@media(min-width:768px){.insurr-product-header__content__title{font-size:40px;}}@media(min-width:1200px){.insurr-product-header__content__title{font-size:60px;}}@media(max-width:767px){.insurr-product-header__content__title{font-size:26px;}}.insurr-product-header__content__company{font-size:22px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin:0;}.insurr-product-header__content__company:hover{color:#030303;}@media(min-width:768px){.insurr-product-header__content__company{font-size:22px;}}@media(min-width:1200px){.insurr-product-header__content__company{font-size:26px;}}.insurr-product-header__content__company a{font-size:22px;font-family:"Roboto",Arial,sans-serif;color:#012d6b;font-weight:400;line-height:140%;}.insurr-product-header__content__company a:hover{text-decoration-color:#012d6b;color:#012d6b;}@media(min-width:768px){.insurr-product-header__content__company a{font-size:22px;}}@media(min-width:1200px){.insurr-product-header__content__company a{font-size:26px;}}@media(max-width:767px){.insurr-product-header__content__company{font-size:18px;}.insurr-product-header__content__company a{font-size:18px;}}.insurr-product-header__content__logo{max-width:100%;max-height:100%;}.insurr-product-header__content__logo img{width:100%;height:100%;}@media(min-width:768px){.insurr-product-header__content__logo{max-width:300px;max-height:180px;}}@media(min-width:1200px){.insurr-product-header__content__logo{max-width:250px;max-height:150px;}}.insurr-product-header__contact{position:sticky;top:20px;text-align:left;margin:20px 0;}.insurr-product-header__contact button{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#fff;font-weight:700;line-height:140%;background-color:#e57e25;color:#fff;padding:20px 40px;text-decoration:none;display:inline-block;text-align:center;border:1px solid #e57e25;padding:20px 40px;border-radius:5px;}.insurr-product-header__contact button:hover{color:#fff;}@media(min-width:768px){.insurr-product-header__contact button{font-size:20px;}}@media(min-width:1200px){.insurr-product-header__contact button{font-size:20px;}}.insurr-product-header__contact button:not([disabled]):hover{text-decoration:none;color:#fff;}@media(max-width:767px){.insurr-product-header__contact button{width:100%;padding:10px 20px;}}@media(min-width:1200px){.insurr-product-header__contact{text-align:right;}}.insurr-product-premium-summary-container{position:relative;}.insurr-product-premium-summary-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}.insurr-product-premium-summary-text.expanded{-webkit-line-clamp:unset;overflow:visible;}.insurr-product-read-more-btn{text-decoration:underline;background:none;border:0;color:#007bff;cursor:pointer;padding:0;font-size:1rem;}.insurr-product-info-outer{align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding-top:10px;border-radius:10px;box-shadow:0 4px 10px 0 rgba(0,0,0,.1);background-color:#012d6b;margin-bottom:60px;}@media(max-width:767px){.insurr-product-info-outer{margin-bottom:40px;}}.insurr-product-info{display:flex;flex-direction:column;padding:20px;border-radius:10px;border:solid 1px #dfdfdf;background-color:#fff;width:100%;gap:20px;}@media(min-width:768px){.insurr-product-info{flex-direction:row;padding:40px;}}@media(min-width:1200px){.insurr-product-info{gap:40px;}}.insurr-product-info__left{flex-basis:35%;}.insurr-product-info__center{display:flex;flex-basis:35%;flex-direction:column;gap:20px;}@media(min-width:768px){.insurr-product-info__center{gap:40px;}}.insurr-product-info__right{flex-basis:30%;border-left:solid 1px #dfdfdf;padding-left:40px;}@media(max-width:767px){.insurr-product-info__right{display:block;padding-left:initial;padding-top:20px;border-top:solid 1px #dfdfdf;border-left:0;}}.insurr-product-info__item{display:flex;flex-direction:column;gap:10px;}@media(min-width:768px){.insurr-product-info__item{gap:20px;}}.insurr-product-info__item--contact{gap:20px;}.insurr-product-info__label{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin:0;display:block;}.insurr-product-info__label:hover{color:#030303;}@media(min-width:768px){.insurr-product-info__label{font-size:20px;}}@media(min-width:1200px){.insurr-product-info__label{font-size:20px;}}.insurr-product-info__value{font-size:18px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin:0;}.insurr-product-info__value:hover{color:#030303;}@media(min-width:768px){.insurr-product-info__value{font-size:22px;}}@media(min-width:1200px){.insurr-product-info__value{font-size:26px;}}.insurr-product-info__product-contact{display:flex;flex-direction:column;padding:10px;gap:10px;margin-bottom:20px;border:1px solid #dfdfdf;border-radius:10px;}@media(min-width:1200px){.insurr-product-info__product-contact{padding:20px;}}@media(min-width:1440px){.insurr-product-info__product-contact{flex-direction:row;gap:20px;}}.insurr-product-info__product-contact__image{display:block;width:80px;height:80px;}.insurr-product-info__product-contact__image>img{object-fit:cover;border-radius:150px;}@media(min-width:1200px){.insurr-product-info__product-contact__image{width:100px;height:100px;}}@media(min-width:1440px){.insurr-product-info__product-contact__image{width:120px;height:120px;}}.insurr-product-info__product-contact__details{display:flex;width:100%;align-content:center;flex-direction:column;gap:5px;}.insurr-product-info__product-contact__name{font-size:18px;font-family:"Roboto",Arial,sans-serif;color:#000;font-weight:400;line-height:140%;margin:0;}.insurr-product-info__product-contact__name:hover{text-decoration-color:#030303;color:#030303;}@media(min-width:768px){.insurr-product-info__product-contact__name{font-size:18px;}}@media(min-width:1200px){.insurr-product-info__product-contact__name{font-size:26px;}}.insurr-product-info__product-contact__designation{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#888;font-weight:400;line-height:140%;margin:0;}.insurr-product-info__product-contact__designation:hover{color:#888;}@media(min-width:768px){.insurr-product-info__product-contact__designation{font-size:14px;}}@media(min-width:1200px){.insurr-product-info__product-contact__designation{font-size:16px;}}.insurr-product-info__product-contact__button{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#000;font-weight:400;line-height:140%;display:block;padding:10px 20px;width:100%;text-wrap:nowrap;border:1px solid #dfdfdf;border-radius:10px;text-align:center;}.insurr-product-info__product-contact__button:hover{text-decoration-color:#fff;color:#fff;}@media(min-width:768px){.insurr-product-info__product-contact__button{font-size:14px;}}@media(min-width:1200px){.insurr-product-info__product-contact__button{font-size:16px;}}.insurr-product-info__product-contact__button i{color:#004c98;}.insurr-product-info__product-contact__button:hover{background:#004c98;text-decoration:none;}.insurr-product-info__product-contact__button:hover i{color:#fff;}@media(min-width:1200px){.insurr-product-info__product-contact__button{width:min-content;}}.insurr-product-info__doc{display:flex;flex-flow:row nowrap;gap:5px;padding-bottom:40px;}.insurr-product-info__doc-link,.insurr-product-info__doc-link--P,.insurr-product-info__doc-link--S,.insurr-product-info__doc-link--F,.insurr-product-info__doc-link--A{width:45px;height:45px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:2px 5px;border-radius:2px;font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#fff;font-weight:400;line-height:140%;}.insurr-product-info__doc-link:hover,.insurr-product-info__doc-link--P:hover,.insurr-product-info__doc-link--S:hover,.insurr-product-info__doc-link--F:hover,.insurr-product-info__doc-link--A:hover{color:#fff;}@media(min-width:768px){.insurr-product-info__doc-link,.insurr-product-info__doc-link--P,.insurr-product-info__doc-link--S,.insurr-product-info__doc-link--F,.insurr-product-info__doc-link--A{font-size:16px;}}@media(min-width:1200px){.insurr-product-info__doc-link,.insurr-product-info__doc-link--P,.insurr-product-info__doc-link--S,.insurr-product-info__doc-link--F,.insurr-product-info__doc-link--A{font-size:20px;}}.insurr-product-info__doc-link:hover,.insurr-product-info__doc-link--P:hover,.insurr-product-info__doc-link--S:hover,.insurr-product-info__doc-link--F:hover,.insurr-product-info__doc-link--A:hover{text-decoration:none;}@media(max-width:1199px){.insurr-product-info__doc-link,.insurr-product-info__doc-link--P,.insurr-product-info__doc-link--S,.insurr-product-info__doc-link--F,.insurr-product-info__doc-link--A{width:30px;height:30px;}}.insurr-product-info__doc-link--A{background-color:#989388;}.insurr-product-info__doc-link--A:hover{background-color:#6b675f;}.insurr-product-info__doc-link--F{background-color:#889891;}.insurr-product-info__doc-link--F:hover{background-color:#65726c;}.insurr-product-info__doc-link--S{background-color:#96b4ca;}.insurr-product-info__doc-link--S:hover{background-color:#718797;}.insurr-product-info__doc-link--P{background-color:#a698b1;}.insurr-product-info__doc-link--P:hover{background-color:#71657b;}.insurr-product-info__right__product{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#012d6b;font-weight:400;line-height:140%;display:block;}.insurr-product-info__right__product:hover{color:#012d6b;}@media(min-width:768px){.insurr-product-info__right__product{font-size:18px;}}@media(min-width:1200px){.insurr-product-info__right__product{font-size:20px;}}.insurr-product-info__right__company{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#888;font-weight:400;line-height:140%;margin:0;}.insurr-product-info__right__company:hover{color:#888;}@media(min-width:768px){.insurr-product-info__right__company{font-size:14px;}}@media(min-width:1200px){.insurr-product-info__right__company{font-size:18px;}}.insurr-product-info__description--first{margin-bottom:20px;}.insurr-product-info__description--hidden{display:none;}.insurr-product-info__description__read-more{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#888!important;font-weight:400;line-height:140%;margin:0;}.insurr-product-info__description__read-more:hover{text-decoration-color:#888!important;color:#888!important;}@media(min-width:768px){.insurr-product-info__description__read-more{font-size:14px;}}@media(min-width:1200px){.insurr-product-info__description__read-more{font-size:18px;}}.insurr-product-other{display:flex;flex-flow:row wrap;margin-bottom:60px;}@media(max-width:767px){.insurr-product-other{display:block;}}.insurr-product-other__target-class{flex-basis:100%;margin-bottom:60px;}.insurr-product-other__target-class li{font-size:18px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin-bottom:20px;}.insurr-product-other__target-class li:hover{color:#030303;}@media(min-width:768px){.insurr-product-other__target-class li{font-size:22px;}}@media(min-width:1200px){.insurr-product-other__target-class li{font-size:26px;}}.insurr-product-other__prod-doc{flex-basis:100%;margin-bottom:60px;}.insurr-product-other__prod-doc__list{margin-bottom:20px;}.insurr-product-other__prod-doc__badge{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#fff;font-weight:400;line-height:140%;background-color:#004c98;color:#fff;padding:5px 10px;text-decoration:none;display:inline-block;text-align:center;border:1px solid #004c98;border-radius:5px;margin-right:20px;margin-bottom:initial;}.insurr-product-other__prod-doc__badge:hover{color:#fff;}@media(min-width:768px){.insurr-product-other__prod-doc__badge{font-size:20px;}}@media(min-width:1200px){.insurr-product-other__prod-doc__badge{font-size:20px;}}.insurr-product-other__prod-doc__badge:not([disabled]):hover{text-decoration:none;color:#fff;}@media(max-width:1199px){.insurr-product-other__prod-doc__badge{display:table;margin-bottom:15px;}}.insurr-product-other__prod-doc__link{font-size:18px;font-family:"Roboto",Arial,sans-serif;color:#012d6b;font-weight:400;line-height:140%;}.insurr-product-other__prod-doc__link:hover{color:#012d6b;}@media(min-width:768px){.insurr-product-other__prod-doc__link{font-size:22px;}}@media(min-width:1200px){.insurr-product-other__prod-doc__link{font-size:26px;}}.insurr-product-other__coverage{flex-basis:100%;margin-bottom:60px;}.insurr-product-other__coverage__list,.insurr-product-other__exclusion__list{display:flex;flex-flow:row wrap;padding-left:0;}@media(max-width:1199px){.insurr-product-other__coverage__list,.insurr-product-other__exclusion__list{display:block;}}.insurr-product-other__coverage__list li,.insurr-product-other__exclusion__list li{font-size:18px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;list-style:none;flex-basis:50%;margin-bottom:20px;}.insurr-product-other__coverage__list li:hover,.insurr-product-other__exclusion__list li:hover{color:#030303;}@media(min-width:768px){.insurr-product-other__coverage__list li,.insurr-product-other__exclusion__list li{font-size:22px;}}@media(min-width:1200px){.insurr-product-other__coverage__list li,.insurr-product-other__exclusion__list li{font-size:26px;}}.insurr-product-other__coverage__list i,.insurr-product-other__exclusion__list i{color:#00ae38;margin-right:10px;}.insurr-product-other__exclusion__list i{color:#e92100;}.insurr-product-bottom-description{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#888;font-weight:400;line-height:140%;}.insurr-product-bottom-description:hover{color:#888;}@media(min-width:768px){.insurr-product-bottom-description{font-size:16px;}}@media(min-width:1200px){.insurr-product-bottom-description{font-size:20px;}}.insurr-listing__container{padding-top:40px;}@media(min-width:768px){.insurr-listing__container{padding-top:80px;}}@media(min-width:1200px){.insurr-listing__container{padding-top:100px;display:grid;grid-template-columns:300px auto;gap:60px;}}.insurr-main{margin-top:40px;}@media(min-width:768px){.insurr-main{margin-top:60px;}}@media(min-width:1200px){.insurr-main{margin-top:0;}}.insurr-main__category{display:flex;flex-direction:column;row-gap:10px;margin-bottom:30px;}.insurr-main__category__title{font-size:18px;font-family:"Roboto",Arial,sans-serif;color:#333;font-weight:bold;line-height:140%;}.insurr-main__category__title:hover{color:#333;}@media(min-width:768px){.insurr-main__category__title{font-size:24px;}}@media(min-width:1200px){.insurr-main__category__title{font-size:26px;}}.insurr-main__category__detail{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#333;font-weight:400;line-height:140%;}.insurr-main__category__detail:hover{color:#333;}@media(min-width:768px){.insurr-main__category__detail{font-size:18px;}}@media(min-width:1200px){.insurr-main__category__detail{font-size:18px;}}.insurr-main__no-result{margin-top:20px;padding:20px 0;}@media(min-width:768px){.insurr-main__no-result{padding:40px 0;}}.insurr-main__no-result__details{display:flex;flex-direction:column;text-align:center;align-items:center;}.insurr-main__no-result__details img{width:100px;height:100px;margin-bottom:20px;}.insurr-main__no-result__details h3{font-size:20px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin-bottom:5px;}.insurr-main__no-result__details h3:hover{color:#030303;}@media(min-width:768px){.insurr-main__no-result__details h3{font-size:32px;}}@media(min-width:1200px){.insurr-main__no-result__details h3{font-size:32px;}}.insurr-main__no-result__details p{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin:0;}.insurr-main__no-result__details p:hover{color:#030303;}@media(min-width:768px){.insurr-main__no-result__details p{font-size:20px;}}@media(min-width:1200px){.insurr-main__no-result__details p{font-size:20px;}}.insurr-main__no-result__details p span{color:#004c98;}.insurr-main__alternatives{padding:20px 0;border-top:solid 1px #dfdfdf;border-bottom:solid 1px #dfdfdf;}.insurr-main__alternatives p{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin:0;}.insurr-main__alternatives p:hover{color:#030303;}@media(min-width:768px){.insurr-main__alternatives p{font-size:20px;}}@media(min-width:1200px){.insurr-main__alternatives p{font-size:20px;}}.insurr-main__header{display:flex;flex-direction:column;row-gap:20px;}@media(min-width:768px){.insurr-main__header{flex-direction:row;row-gap:unset;justify-content:space-between;}}.insurr-main__header__sort{display:flex;flex-direction:row;column-gap:20px;align-items:baseline;}.insurr-main__header__items-info{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#333;font-weight:400;line-height:140%;}.insurr-main__header__items-info:hover{color:#333;}@media(min-width:768px){.insurr-main__header__items-info{font-size:18px;}}@media(min-width:1200px){.insurr-main__header__items-info{font-size:18px;}}.insurr-main__listing{margin-top:20px;display:flex;flex-direction:column;}.insurr-main__listing__item{border-bottom:solid .8px #dfdfdf;padding:20px 10px;}@media(min-width:768px){.insurr-main__listing__item{padding:30px 20px;}}.insurr-main__listing__item--premium{border:solid 1.5px #012d6b;border-radius:4px;margin-bottom:20px;}.insurr-main__listing__item--premium+.insurr-main__listing__item{margin-bottom:0;}.insurr-main__listing__item__container{display:flex;justify-content:space-between;}.insurr-main__listing__item__img{width:180px;min-width:180px;height:auto;}.insurr-main__listing__item__img img{object-fit:cover;width:100%;height:100%;}@media(max-width:480px){.insurr-main__listing__item__img{width:120px;min-width:120px;}}.insurr-main__listing__item__featured-text{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#012d6b;font-weight:400;line-height:140%;}.insurr-main__listing__item__featured-text:hover{color:#012d6b;}@media(min-width:768px){.insurr-main__listing__item__featured-text{font-size:16px;}}@media(min-width:1200px){.insurr-main__listing__item__featured-text{font-size:16px;}}.insurr-main__listing__item__title{font-size:18px;font-family:"Roboto",Arial,sans-serif;color:#012d6b;font-weight:400;line-height:140%;display:block;}.insurr-main__listing__item__title:hover{color:#012d6b;}@media(min-width:768px){.insurr-main__listing__item__title{font-size:22px;}}@media(min-width:1200px){.insurr-main__listing__item__title{font-size:26px;}}.insurr-main__listing__item__title:hover{text-decoration:underline;}.insurr-main__listing__item__content{display:flex;flex-direction:column;row-gap:10px;}.insurr-main__listing__item__content__details{display:flex;flex-direction:column;row-gap:10px;}@media(min-width:768px){.insurr-main__listing__item__content__details{flex-direction:row;row-gap:unset;justify-content:space-between;}}.insurr-main__listing__item__content__details__subtitle{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#006621;font-weight:400;line-height:140%;}.insurr-main__listing__item__content__details__subtitle:hover{color:#006621;}@media(min-width:768px){.insurr-main__listing__item__content__details__subtitle{font-size:16px;}}@media(min-width:1200px){.insurr-main__listing__item__content__details__subtitle{font-size:18px;}}.insurr-main__listing__item__content__details__subtitle:hover{text-decoration:underline;}.insurr-main__listing__item__content__details__documents{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#000;font-weight:400;line-height:140%;display:flex;list-style:none;padding-inline-start:0;margin-bottom:0;}.insurr-main__listing__item__content__details__documents:hover{color:#000;}@media(min-width:768px){.insurr-main__listing__item__content__details__documents{font-size:16px;}}@media(min-width:1200px){.insurr-main__listing__item__content__details__documents{font-size:18px;}}.insurr-main__listing__item__content__details__documents li:last-child:not(:only-child){margin-left:8px;padding-left:8px;border-left:solid 1px #000;}.insurr-main__listing__item__content__details__documents__item,.insurr-main__listing__item__content__details__documents__item__hpw,.insurr-main__listing__item__content__details__documents__item__hsf,.insurr-main__listing__item__content__details__documents__item__hfs,.insurr-main__listing__item__content__details__documents__item__haf{width:20px;height:20px;padding:2px 5px;border-radius:2px;color:#fff;}.insurr-main__listing__item__content__details__documents__item:hover,.insurr-main__listing__item__content__details__documents__item__hpw:hover,.insurr-main__listing__item__content__details__documents__item__hsf:hover,.insurr-main__listing__item__content__details__documents__item__hfs:hover,.insurr-main__listing__item__content__details__documents__item__haf:hover{color:#fff;text-decoration:none;}.insurr-main__listing__item__content__details__documents__item__haf{background-color:#989388;}.insurr-main__listing__item__content__details__documents__item__haf:hover{background-color:#6b675f;}.insurr-main__listing__item__content__details__documents__item__hfs{background-color:#889891;}.insurr-main__listing__item__content__details__documents__item__hfs:hover{background-color:#65726c;}.insurr-main__listing__item__content__details__documents__item__hsf{background-color:#96b4ca;}.insurr-main__listing__item__content__details__documents__item__hsf:hover{background-color:#718797;}.insurr-main__listing__item__content__details__documents__item__hpw{background-color:#a698b1;}.insurr-main__listing__item__content__details__documents__item__hpw:hover{background-color:#71657b;}.insurr-main__listing__item__content__summary{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#000;font-weight:400;line-height:140%;}.insurr-main__listing__item__content__summary:hover{color:#000;}@media(min-width:768px){.insurr-main__listing__item__content__summary{font-size:16px;}}@media(min-width:1200px){.insurr-main__listing__item__content__summary{font-size:18px;}}.insurr-main__listing__item__content__summary p{font-family:inherit;}.insurr-main__listing__item__content__figures{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#000;font-weight:400;line-height:140%;}.insurr-main__listing__item__content__figures:hover{color:#000;}@media(min-width:768px){.insurr-main__listing__item__content__figures{font-size:16px;}}@media(min-width:1200px){.insurr-main__listing__item__content__figures{font-size:18px;}}.insurr-main__listing__item__content__figures__amount-range{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#000;font-weight:400;line-height:140%;margin-left:8px;padding-left:8px;border-left:1px solid #999;}.insurr-main__listing__item__content__figures__amount-range:hover{color:#000;}@media(min-width:768px){.insurr-main__listing__item__content__figures__amount-range{font-size:16px;}}@media(min-width:1200px){.insurr-main__listing__item__content__figures__amount-range{font-size:18px;}}.insurr-main__listing__item__content__figures__amount-range:first-child{margin-left:0;padding-left:0;border:0;}.insurr-main__listing__item__content__tags{display:flex;list-style:none;padding-inline-start:0;gap:10px;flex-wrap:wrap;}.insurr-main__listing__item__content__tags__item,.insurr-main__listing__item__content__tags__item--inclusion,.insurr-main__listing__item__content__tags__item--exclusion{padding:2px 10px;border-radius:2px;display:inline-block;font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.insurr-main__listing__item__content__tags__item:hover,.insurr-main__listing__item__content__tags__item--inclusion:hover,.insurr-main__listing__item__content__tags__item--exclusion:hover{color:#030303;}@media(min-width:768px){.insurr-main__listing__item__content__tags__item,.insurr-main__listing__item__content__tags__item--inclusion,.insurr-main__listing__item__content__tags__item--exclusion{font-size:16px;}}@media(min-width:1200px){.insurr-main__listing__item__content__tags__item,.insurr-main__listing__item__content__tags__item--inclusion,.insurr-main__listing__item__content__tags__item--exclusion{font-size:16px;}}.insurr-main__listing__item__content__tags__item--exclusion{color:#666;background-color:#eee;}.insurr-main__listing__item__content__tags__item--inclusion{background-color:#eef3e7;}.insurr-main__listing__item__content__tags__item__icon,.insurr-main__listing__item__content__tags__item__icon--remove,.insurr-main__listing__item__content__tags__item__icon--check{margin-right:5px;}.insurr-main__listing__item__content__tags__item__icon--check{color:#72b742;}.insurr-main__listing__item__content__tags__item__icon--remove{color:#e92100;}.insurr-main__content-body{padding-top:40px;max-height:unset;overflow:hidden;}.insurr-main__content-body--collapsed{max-height:300px;}.insurr-main__content-body-shadow{height:170px;margin-top:-150px;background:linear-gradient(rgba(255,255,255,0),#fff);position:relative;}.insurr-main__content-body-read-button{text-decoration:underline;background:none;border:0;color:#007bff;cursor:pointer;padding:0;font-size:1rem;}.insurr-main__content-body-read-button:focus{outline:0;}.insurr-filter{display:flex;flex-direction:column;row-gap:20px;}.insurr-filter__collapse{display:flex;justify-content:space-between;font-size:18px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.insurr-filter__collapse:hover{color:#030303;}@media(min-width:768px){.insurr-filter__collapse{font-size:22px;}}@media(min-width:1200px){.insurr-filter__collapse{font-size:22px;}}@media(min-width:1200px){.insurr-filter__collapse{display:none;}}.insurr-filter__collapse__caption:hover{cursor:pointer;text-decoration:underline;}.insurr-filter__collapse__icon{display:contents;}.insurr-filter__collapse__icon:hover{color:#012d6b;}.insurr-filter__form{display:none;flex-direction:column;background-color:#f4f4f4;padding:20px;}@media(min-width:1200px){.insurr-filter__form{background-color:transparent;padding:0;display:flex;}}.insurr-filter__form--show{display:flex;}.insurr-filter__form__header{display:none;font-size:26px;font-family:"Roboto",Arial,sans-serif;margin-bottom:40px;}@media(min-width:1200px){.insurr-filter__form__header{display:block;}}.insurr-filter__form__field{display:flex;flex-direction:column;row-gap:10px;margin-bottom:20px;}.insurr-filter__form__field__label{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#333;font-weight:bold;line-height:140%;}.insurr-filter__form__field__label:hover{color:#333;}@media(min-width:768px){.insurr-filter__form__field__label{font-size:20px;}}@media(min-width:1200px){.insurr-filter__form__field__label{font-size:20px;}}.insurr-filter__form__field__label--normal{font-weight:normal;}.insurr-filter__form__field__dropdown{height:40px;padding:2px 15px;border-radius:4px;box-shadow:inset 0 1px 1px 1px rgba(0,0,0,.08);border:solid 1px #ccc;background-color:#fff;font-family:"Roboto",Arial,sans-serif;font-size:16px;color:#555;}.insurr-filter__form__field__dropdown--sort{width:100%;max-width:260px;}@media(min-width:768px){.insurr-filter__form__field__dropdown--sort{min-width:unset;}}.insurr-filter__form__field__checkbox{display:none;flex-direction:column;row-gap:10px;}.insurr-filter__form__field__checkbox--show{display:flex;}.insurr-filter__form__field__item-label{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#012d6b;font-weight:400;line-height:140%;}.insurr-filter__form__field__item-label:hover{color:#012d6b;}@media(min-width:768px){.insurr-filter__form__field__item-label{font-size:18px;}}@media(min-width:1200px){.insurr-filter__form__field__item-label{font-size:18px;}}.insurr-filter__form__field__item-label--gray{color:#7a7a7a;}.insurr-filter__form__field__item-label--black{color:#333;}.insurr-filter__form__field__checkbox__collapse{display:contents;font-family:"Roboto",Arial,sans-serif;font-size:14px;font-weight:bold;color:#999;}.insurr-filter__form__field__checkbox__collapse:hover{color:#012d6b;}.insurr-filter__form__field__action{display:flex;column-gap:10px;}.insurr-filter__form__field__action__submit{padding:10px 20px;border-radius:5px;border:0;background-color:#012d6b;font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#fff;font-weight:bold;line-height:140%;}.insurr-filter__form__field__action__submit:hover{color:#fff;}@media(min-width:768px){.insurr-filter__form__field__action__submit{font-size:20px;}}@media(min-width:1200px){.insurr-filter__form__field__action__submit{font-size:20px;}}.insurr-filter__form__field__action__reset{padding:10px 20px;border-radius:5px;border:solid 1px #ccc;background-color:#fff;font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#333;font-weight:bold;line-height:140%;}.insurr-filter__form__field__action__reset:hover{color:#333;}@media(min-width:768px){.insurr-filter__form__field__action__reset{font-size:20px;}}@media(min-width:1200px){.insurr-filter__form__field__action__reset{font-size:20px;}}.pagination-vc__list{margin-top:20px;display:flex;flex-direction:row;justify-content:flex-end;}.pagination-vc__list__item{padding:6.8px 12.8px;border:solid 1px #ddd;background-color:#fff;font-family:"Roboto",Arial,sans-serif;font-size:14px;font-weight:normal;color:#012d6b;border-right:0;}.pagination-vc__list__item:last-of-type{border-right:solid 1px #ddd;}.pagination-vc__list__item--active{color:#fff!important;background-color:#012d6b;border:solid 1px #012d6b;}.pagination-vc__list__item--previous{border-end-start-radius:5px;border-start-start-radius:5px;}.pagination-vc__list__item--next{border-end-end-radius:5px;border-start-end-radius:5px;}.insurr-modal{display:none;position:fixed;z-index:99999;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);overflow-x:hidden;overflow-y:auto;}.insurr-modal__content{background-color:#fff;margin:10% auto;border:1px solid #888;width:90%;max-width:500px;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);position:relative;top:-100%;transition:top .3s ease-out;}.insurr-modal__close{color:#aaa;font-size:28px;font-weight:bold;cursor:pointer;margin-top:-15px;}.insurr-modal__close:hover,.insurr-modal__close:focus{color:#000;text-decoration:none;cursor:pointer;}.insurr-modal__header{display:flex;justify-content:space-between;border-bottom:1px solid #e5e5e5;padding:20px;padding-bottom:15px;}.insurr-modal__header__info{display:flex;flex-direction:column;row-gap:10px;flex-wrap:wrap;}.insurr-modal__header__info__product{font-size:20px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:bold;line-height:140%;}.insurr-modal__header__info__product:hover{color:#030303;}@media(min-width:768px){.insurr-modal__header__info__product{font-size:24px;}}@media(min-width:1200px){.insurr-modal__header__info__product{font-size:24px;}}.insurr-modal__header__info__company{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.insurr-modal__header__info__company:hover{color:#030303;}@media(min-width:768px){.insurr-modal__header__info__company{font-size:18px;}}@media(min-width:1200px){.insurr-modal__header__info__company{font-size:18px;}}.insurr-modal__header__info__company--blue{color:#337ab7;}.insurr-modal__body{display:flex;flex-direction:column;row-gap:10px;padding:20px;padding-top:15px;}.insurr-modal__body__text{font-family:"Roboto",Arial,sans-serif;font-size:16px;}.insurr-modal__body__input__field{display:flex;flex-direction:column;margin-top:15px;margin-bottom:15px;}.insurr-modal__body__input__field__label{font-family:"Roboto",Arial,sans-serif;font-size:16px;font-weight:bold;}.insurr-modal__body__input__field__radio-group{display:flex;column-gap:10px;}.insurr-modal__body__input__field__text{font-family:"Roboto",Arial,sans-serif;font-size:16px;padding:6px 12px;color:#555;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;}.insurr-modal__body__input__field__text:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}.insurr-modal__body__input__field__text.dirty.has-error{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);}.insurr-modal__body__input__field__text.dirty.has-error:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;}.insurr-modal__body__input__field__error{font-family:"Roboto",Arial,sans-serif;font-size:12px;color:#da1f26;}.insurr-modal__footer{display:flex;justify-content:flex-end;padding-top:15px;border-top:1px solid #e5e5e5;padding:20px;column-gap:10px;}.insurr-modal__footer__button,.insurr-modal__footer__button--submit,.insurr-modal__footer__button--close{padding:6px 12px;border:1px solid transparent;border-radius:4px;user-select:none;background-image:none;cursor:pointer;font-family:"Roboto",Arial,sans-serif;font-size:16px;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;}.insurr-modal__footer__button--close{color:#333;background-color:#fff;border-color:#ccc;}.insurr-modal__footer__button--submit{color:#fff;background-color:#337ab7;border-color:#2e6da4;}.datahub-wrapper{margin-left:20px;margin-right:20px;position:relative;max-width:1400px;}@media(min-width:768px){.datahub-wrapper{margin-left:40px;margin-right:40px;}}@media(min-width:1480px){.datahub-wrapper{margin-left:auto;margin-right:auto;}}.pc-insurance__header,.industry-ir__header{display:flex;flex-direction:column;gap:5px;margin-bottom:20px;}.pc-insurance__header__marker,.industry-ir__header__marker{width:20px;height:3px;background:#005596;}.pc-insurance__header__title,.industry-ir__header__title{font-size:22px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.pc-insurance__header__title:hover,.industry-ir__header__title:hover{color:#030303;}@media(min-width:768px){.pc-insurance__header__title,.industry-ir__header__title{font-size:22px;}}@media(min-width:1200px){.pc-insurance__header__title,.industry-ir__header__title{font-size:22px;}}.pc-insurance__header__title:hover,.industry-ir__header__title:hover{color:#012d6b;}.pc-insurance__container{display:flex;flex-direction:column;row-gap:20px;}@media(min-width:768px){.pc-insurance__container{row-gap:40px;}}@media(min-width:1200px){.pc-insurance__container{flex-direction:row;column-gap:60px;}}@media(min-width:1480px){.pc-insurance__container{column-gap:80px;}}.pc-insurance__left{display:flex;flex-direction:column;flex-grow:1;}.pc-insurance__left__img img{width:100%;aspect-ratio:4/3;}.pc-insurance__left__passage{padding:20px;display:flex;flex-direction:column;border:solid 1px #dfdfdf;row-gap:10px;}.pc-insurance__left__title{font-size:26px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin-bottom:0;}.pc-insurance__left__title:hover{color:#030303;}@media(min-width:768px){.pc-insurance__left__title{font-size:30px;}}@media(min-width:1200px){.pc-insurance__left__title{font-size:36px;}}.pc-insurance__left__summary{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#888;font-weight:400;line-height:140%;margin-bottom:0;}.pc-insurance__left__summary:hover{color:#888;}@media(min-width:768px){.pc-insurance__left__summary{font-size:16px;}}@media(min-width:1200px){.pc-insurance__left__summary{font-size:16px;}}@media(min-width:1200px){.pc-insurance__right{flex-shrink:0;flex-basis:560px;}}@media(min-width:1480px){.pc-insurance__right{flex-basis:680px;}}.pc-insurance__list{display:flex;flex-direction:column;row-gap:20px;}@media(min-width:768px){.pc-insurance__list{row-gap:40px;}}.pc-insurance__item{display:flex;row-gap:20px;flex-direction:column;}@media(min-width:768px){.pc-insurance__item{flex-direction:row;column-gap:20px;}}.pc-insurance__item__img img{width:160px;aspect-ratio:4/3;}@media(min-width:768px){.pc-insurance__item__img img{width:200px;}}.pc-insurance__item__passage{display:flex;flex-direction:column;row-gap:5px;}.pc-insurance__item__title{font-size:20px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin-bottom:0;}.pc-insurance__item__title:hover{color:#030303;}@media(min-width:768px){.pc-insurance__item__title{font-size:24px;}}@media(min-width:1200px){.pc-insurance__item__title{font-size:24px;}}.pc-insurance__item__summary{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#888;font-weight:400;line-height:140%;margin-bottom:0;}.pc-insurance__item__summary:hover{color:#888;}@media(min-width:768px){.pc-insurance__item__summary{font-size:16px;}}@media(min-width:1200px){.pc-insurance__item__summary{font-size:16px;}}.industry-ir__list{display:flex;flex-direction:column;row-gap:20px;}@media(min-width:1200px){.industry-ir__list{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;column-gap:20px;}}@media(min-width:1480px){.industry-ir__list{column-gap:40px;}}.industry-ir__item{padding:20px;border:solid 1px #dfdfdf;background-color:#fff;display:flex;flex-direction:column;row-gap:10px;}@media(min-width:768px){.industry-ir__item{flex-direction:row;column-gap:20px;}}@media(min-width:1200px){.industry-ir__item{flex-direction:column;}}.industry-ir__item__img img{width:100%;aspect-ratio:5/3;}@media(min-width:768px){.industry-ir__item__img img{width:180px;}}@media(min-width:1200px){.industry-ir__item__img img{width:100%;}}.industry-ir__item__passage{display:flex;flex-direction:column;row-gap:10px;}.industry-ir__item__tag{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#005596;font-weight:400;line-height:140%;margin-bottom:0;}.industry-ir__item__tag:hover{color:#005596;}@media(min-width:768px){.industry-ir__item__tag{font-size:16px;}}@media(min-width:1200px){.industry-ir__item__tag{font-size:16px;}}.industry-ir__item__title{font-size:20px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin-bottom:0;}.industry-ir__item__title:hover{color:#030303;}@media(min-width:768px){.industry-ir__item__title{font-size:24px;}}@media(min-width:1200px){.industry-ir__item__title{font-size:24px;}}.industry-ir__item__summary{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#888;font-weight:400;line-height:140%;margin-bottom:0;}.industry-ir__item__summary:hover{color:#888;}@media(min-width:768px){.industry-ir__item__summary{font-size:16px;}}@media(min-width:1200px){.industry-ir__item__summary{font-size:16px;}}.datahub__pagination{display:flex;column-gap:5px;justify-content:center;margin-top:20px;}@media(min-width:768px){.datahub__pagination{position:absolute;top:0;right:0;margin-top:0;}}.datahub__pagination--top{position:inherit;justify-content:right;padding-bottom:10px;margin:0;}@media(min-width:768px){.datahub__pagination--top{padding-bottom:20px;}}@media(min-width:1200px){.datahub__pagination--top{position:absolute;padding:0;}}.datahub__btn{width:40px;height:40px;border:0;padding:0;margin:0;}.datahub__btn:focus{outline:0;}.datahub__btn--disabled{opacity:.5;}.subscription{display:flex;flex-direction:column;gap:40px;margin-bottom:80px;}@media(min-width:1200px){.subscription{flex-direction:row;}}@media(min-width:1479px){.subscription{gap:60px;}}.subscription__left{max-width:670px;}@media(min-width:1200px){.subscription__left{min-width:540px;}}@media(max-width:1199px){.subscription__left{max-width:100%;}}@media(min-width:1200px){.subscription__right{min-width:500px;}}.subscription__card{border-radius:10px;box-shadow:0 20px 30px 0 rgba(0,0,0,.1);padding-top:10px;margin-bottom:40px;}@media(min-width:768px){.subscription__card{margin-bottom:60px;}}.subscription__card--left{background:#e57e25;}.subscription__card--right{background:#012d6b;}.subscription__card__body{border:1px solid #dfdfdf;border-radius:10px 10px 0 0;padding:30px 20px;background:#fff;}@media(min-width:768px){.subscription__card__body{padding:40px 30px;}}@media(min-width:1200px){.subscription__card__body{padding:60px 40px;}}.subscription__card__title{font-size:24px;font-family:"Libre Baskerville",Arial,sans-serif;color:#012d6b;font-weight:400;line-height:140%;margin:0;padding-bottom:10px;margin-bottom:10px;line-height:1.2;border-radius:10px 0 0 0;border-bottom:1px solid #dfdfdf;}.subscription__card__title:hover{color:#012d6b;}@media(min-width:768px){.subscription__card__title{font-size:32px;}}@media(min-width:1200px){.subscription__card__title{font-size:48px;}}@media(min-width:768px){.subscription__card__title{padding-bottom:20px;margin-bottom:20px;}}.subscription__card__subtitle{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin-bottom:10px;}.subscription__card__subtitle:hover{color:#030303;}@media(min-width:768px){.subscription__card__subtitle{font-size:20px;}}@media(min-width:1200px){.subscription__card__subtitle{font-size:20px;}}@media(min-width:768px){.subscription__card__subtitle{margin-bottom:20px;}}.subscription__card__description{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;}.subscription__card__description:hover{color:#030303;}@media(min-width:768px){.subscription__card__description{font-size:20px;}}@media(min-width:1200px){.subscription__card__description{font-size:20px;}}.subscription__card__footer{display:flex;flex-direction:column;justify-content:right;gap:20px;background:#f5f5f5;padding:20px;border-radius:0 0 10px 10px;border-left:1px solid #dfdfdf;border-right:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;}@media(min-width:768px){.subscription__card__footer{flex-direction:row;padding:30px;}}@media(min-width:1200px){.subscription__card__footer{padding:40px;}}.subscription__card__footer--center{justify-content:center!important;}.subscription__card__terms{display:flex;flex-direction:column;gap:10px;width:100%;}.subscription__card__terms p{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin-bottom:0;}.subscription__card__terms p:hover{color:#030303;}@media(min-width:768px){.subscription__card__terms p{font-size:16px;}}@media(min-width:1200px){.subscription__card__terms p{font-size:16px;}}.subscription__card__terms span{font-size:14px;font-family:"Libre Baskerville",Arial,sans-serif;color:#e57e25;font-weight:400;line-height:140%;}.subscription__card__terms span:hover{color:#e57e25;}@media(min-width:768px){.subscription__card__terms span{font-size:16px;}}@media(min-width:1200px){.subscription__card__terms span{font-size:16px;}}.subscription__card__terms b{font-size:22px;font-family:"Libre Baskerville",Arial,sans-serif;color:#e57e25;font-weight:400;line-height:140%;}.subscription__card__terms b:hover{color:#e57e25;}@media(min-width:768px){.subscription__card__terms b{font-size:26px;}}@media(min-width:1200px){.subscription__card__terms b{font-size:26px;}}.subscription__button,.spinner-container{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#fff;font-weight:700;line-height:140%;display:block;padding:20px;border-radius:5px;min-width:190px;justify-self:right;text-align:center;}.subscription__button:hover,.spinner-container:hover{color:#fff;}@media(min-width:768px){.subscription__button,.spinner-container{font-size:20px;}}@media(min-width:1200px){.subscription__button,.spinner-container{font-size:20px;}}.subscription__button:hover,.spinner-container:hover{text-decoration:none;opacity:.8;}.subscription__button--left,.spinner-container{background:#e57e25;}@media(min-width:768px){.subscription__button--left,.spinner-container{align-self:flex-start;}}.subscription__button--trial{background:#00a1e6;min-width:204px;}@media(min-width:1200px){.subscription__button--trial{align-content:center;}}.subscription__button--right{background:#012d6b;}.subscription__features{margin-bottom:20px;padding:0;}@media(min-width:768px){.subscription__features{margin-bottom:40px;padding:0 30px;}}@media(min-width:1200px){.subscription__features{padding:0 40px;}}@media(min-width:768px){.subscription__features--left{margin-bottom:20px;}}.subscription__features__title{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin-bottom:20px;}.subscription__features__title:hover{color:#030303;}@media(min-width:768px){.subscription__features__title{font-size:20px;}}@media(min-width:1200px){.subscription__features__title{font-size:20px;}}@media(min-width:768px){.subscription__features__title{margin-bottom:40px;}}.subscription__features__list{display:flex;flex-direction:column;gap:20px;list-style:none;padding:0;margin:0;}.subscription__features__list li{font-size:16px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;display:flex;gap:10px;}.subscription__features__list li:hover{color:#030303;}@media(min-width:768px){.subscription__features__list li{font-size:16px;}}@media(min-width:1200px){.subscription__features__list li{font-size:20px;}}.subscription__features__list li::before{content:"";font-family:"Font Awesome 5 Free";font-size:16px;font-weight:900;}@media(min-wdith:1200px){.subscription__features__list li::before{font-size:20px;}}.subscription__features__list--left li::before{color:#e57e25;}.subscription__features__list--right li::before{color:#012d6b;}.subscription__benefits{margin-bottom:20px;padding:0;}@media(min-width:768px){.subscription__benefits{margin-bottom:50px;padding:0 30px;}}@media(min-width:1200px){.subscription__benefits{margin-bottom:40px;padding:0 40px;}}.subscription__benefits__title{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin-bottom:20px;}.subscription__benefits__title:hover{color:#030303;}@media(min-width:768px){.subscription__benefits__title{font-size:20px;}}@media(min-width:1200px){.subscription__benefits__title{font-size:20px;}}@media(min-width:768px){.subscription__benefits__title{margin-bottom:40px;}}.subscription__benefits__cards{display:grid;grid-template-columns:1fr;gap:20px;}@media(min-width:768px){.subscription__benefits__cards{grid-template-columns:1fr 1fr;}}.subscription__benefit__card{display:flex;flex-direction:column;gap:10px;padding:20px;border-radius:10px;border:1px solid #dfdfdf;}.subscription__benefit__card__title{font-size:16px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin-bottom:0;}.subscription__benefit__card__title:hover{color:#030303;}@media(min-width:768px){.subscription__benefit__card__title{font-size:16px;}}@media(min-width:1200px){.subscription__benefit__card__title{font-size:20px;}}.subscription__benefit__card__description{font-size:14px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;margin-bottom:0;}.subscription__benefit__card__description:hover{color:#030303;}@media(min-width:768px){.subscription__benefit__card__description{font-size:14px;}}@media(min-width:1200px){.subscription__benefit__card__description{font-size:16px;}}.subscription__additional__features,.subscription__new__reports{margin-bottom:20px;padding:0;}@media(min-width:768px){.subscription__additional__features,.subscription__new__reports{margin-bottom:40px;padding:0 30px;}}@media(min-width:1200px){.subscription__additional__features,.subscription__new__reports{padding:0 40px;}}.subscription__additional__features__title,.subscription__new__reports__title{font-size:16px;font-family:"Roboto",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;margin-bottom:20px;}.subscription__additional__features__title:hover,.subscription__new__reports__title:hover{color:#030303;}@media(min-width:768px){.subscription__additional__features__title,.subscription__new__reports__title{font-size:20px;}}@media(min-width:1200px){.subscription__additional__features__title,.subscription__new__reports__title{font-size:20px;}}@media(min-width:768px){.subscription__additional__features__title,.subscription__new__reports__title{margin-bottom:40px;}}.subscription__additional__features__list,.subscription__new__reports__list{display:flex;flex-direction:column;gap:20px;list-style:none;padding:0;margin:0;}.subscription__additional__features__list li,.subscription__new__reports__list li{font-size:16px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:400;line-height:140%;display:flex;gap:10px;}.subscription__additional__features__list li:hover,.subscription__new__reports__list li:hover{color:#030303;}@media(min-width:768px){.subscription__additional__features__list li,.subscription__new__reports__list li{font-size:16px;}}@media(min-width:1200px){.subscription__additional__features__list li,.subscription__new__reports__list li{font-size:20px;}}.subscription__additional__features__list li::before,.subscription__new__reports__list li::before{content:"•";font-size:30px;font-weight:900;}.subscription__additional__features__list--right li::before,.subscription__new__reports__list--right li::before{color:#012d6b;}.subscription__more{font-size:16px;font-family:"Libre Baskerville",Arial,sans-serif;color:#030303;font-weight:700;line-height:140%;padding:0;margin-bottom:0;}.subscription__more:hover{color:#030303;}@media(min-width:768px){.subscription__more{font-size:20px;}}@media(min-width:1200px){.subscription__more{font-size:32px;}}@media(min-width:768px){.subscription__more{padding:0 30px;}}@media(min-width:1200px){.subscription__more{padding:0 40px;}}.subscribe-btn{pointer-events:none;opacity:.6;min-width:270px;}.spinner-container{padding:0;margin:0;min-width:0;align-items:center;display:inline-flex;position:relative;background-color:inherit;}.spinner{width:14px;height:14px;margin-left:5px;margin-bottom:3px;border:2px solid #fff;border-top:2px solid transparent;border-radius:50%;animation:spin .8s linear infinite;}@keyframes spin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}.custom-modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.4);z-index:12002;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);}.custom-modal-content{background-color:#fff;margin:10% auto;border-radius:11px;max-width:568px;width:90%;box-shadow:0 5px 15px rgba(0,0,0,.3);position:relative;}.custom-modal-content-footer--center{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100px;text-align:center;height:193px!important;}.custom-modal-content-footer__login-link{text-decoration:underline;cursor:pointer;font-weight:600;color:hsl(var(--plc-primary-hue),var(--plc-primary-saturation),var(--plc-primary-lightness))!important;font-size:.875rem;line-height:1.25rem;}.custom-close{position:absolute;top:10px;right:15px;font-size:24px;font-weight:bold;color:#aaa;cursor:pointer;}.custom-close:hover{color:#000;}.custom-modal-open{overflow:hidden;}