.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
  .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
  @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
  .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
  .iti--container:hover {
      cursor: pointer; }
  .iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }
  .iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }
  .iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }
  .iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(https://app.mycountrytalks.org/assets/images/flags-0a012cf808a24573168308916092d2d4bd3f2b4af8e16b59167013cc77acee55.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url(https://app.mycountrytalks.org/assets/images/flags@2x-8ab4e961a71e2a404aab37e528b0312282c258015d58f5e0eb5dec6aa4ff63d2.png); } }
  .iti__flag.iti__np {
  background-color: transparent; }

.success-checkmark{position:absolute;top:0;bottom:0;left:0;right:0;overflow:visible;pointer-events:none;background-color:#fff;display:flex;align-items:center;justify-content:center;opacity:1;animation:fadeOut .25s ease-in-out forwards;animation-delay:1.75s;z-index:10}.success-checkmark__icon{width:200px;height:200px;border-radius:50%;animation:bounceIn .5s ease-in-out forwards;animation-delay:.25s;display:flex;justify-content:center;align-items:center}.success-checkmark__icon>svg{transform:scale(1.5)}.success-checkmark__icon-animation{stroke-dasharray:1000;stroke-dashoffset:1000;animation:dash 2.5s ease-in-out forwards;animation-delay:.33s}
.label{font-size:16px;line-height:24px;display:block;width:100%;margin-left:auto;margin-bottom:1em;margin-right:auto;max-width:600px;font-weight:700}.label--large{font-size:18px;line-height:27px}
.error{font-size:14px;line-height:21px;font-family:"Noto Sans",sans-serif;margin-top:.4em;text-align:left}
.title{font-size:22px;line-height:29px;margin-left:auto;margin-right:auto;margin-top:0;text-align:center;font-weight:bold}@media screen and (min-width: 40.625em){.title{font-size:26px;line-height:34px}}
.paragraph{font-size:18px;line-height:27px;margin-left:auto;margin-right:auto;margin-bottom:2em;text-align:center}
.richtextblock{margin-top:1.25em}@media screen and (min-width: 40.625em){.richtextblock{margin-top:1.875em}}.richtextblock:first-child{margin-top:0}.richtextblock--hint{font-size:14px;line-height:21px;margin-top:50px;max-width:460px;margin-left:auto;margin-right:auto;text-align:left}.richtextblock--section-details{margin-left:auto;margin-right:auto;margin-bottom:2em;text-align:left}.richtextblock--section-description{text-align:left;margin-top:0;margin-bottom:0}.richtextblock--section-description p{font-size:16px;line-height:24px;margin-bottom:1em}.richtextblock--section-description p:last-child{margin-bottom:0}.richtextblock--section-description p:first-of-type{font-size:18px;line-height:27px;text-align:center}.richtextblock--notice{font-size:14px;line-height:21px;font-style:italic}
.textarea{padding-left:30px;padding-right:30px;margin-left:auto;margin-right:auto}.textarea textarea{background-repeat:no-repeat;display:block;margin-left:auto;margin-right:auto;max-width:460px}.textarea textarea[aria-invalid=true]:invalid{background-image:url(https://app.mycountrytalks.org/assets/images/exclamationmark-8ebc98631c042426f10bfd4e5fd0b9a51e8156a1049553b097206188005c98a2.svg);background-position:top .75em right .8em}.textarea textarea:valid{background-image:url(https://app.mycountrytalks.org/assets/images/checkmark-7cde64a9e78da03c3b7c5df571162cdfd808f69aade86548c0963a916c3ed69b.svg);background-position:top .75em right .6em}.textarea textarea[aria-invalid=true][aria-busy=true]{animation:shake .4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both}.textarea textarea:focus{outline:none}.textarea+.textarea{margin-top:20px}@media screen and (min-width: 40.625em){.textarea+.textarea{margin-top:30px}}.textarea__hint{opacity:0;margin-top:.4em;transition:opacity .125s ease-in-out}.textarea__hint--active{opacity:1}
.hint{font-size:14px;line-height:21px;font-family:"Noto Sans",sans-serif;margin-top:.4em;transition:opacity .125s ease-in-out}
.textfield{max-width:460px;margin-left:auto;margin-right:auto;text-align:left;padding-bottom:.1em;margin-top:1.25em}.textfield label{margin-bottom:.5em}.textfield input,.textfield select{-webkit-appearance:none;padding:.6em .75em;margin:0;font-size:16px;line-height:24px;width:100%}@media screen and (min-width: 40.625em){.textfield{margin-top:1.875em}}.textfield:first-child{margin-top:0}.textfield input{background-repeat:no-repeat}.textfield input[aria-invalid=true]:invalid{background-image:url(https://app.mycountrytalks.org/assets/images/exclamationmark-8ebc98631c042426f10bfd4e5fd0b9a51e8156a1049553b097206188005c98a2.svg);background-position:center 0 right .8em}.textfield input:valid{background-image:url(https://app.mycountrytalks.org/assets/images/checkmark-7cde64a9e78da03c3b7c5df571162cdfd808f69aade86548c0963a916c3ed69b.svg);background-position:center 0 right .6em}.textfield input[aria-invalid=true][aria-busy=true]{animation:shake .4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both}
.selectfield{max-width:460px;margin-left:auto;margin-right:auto;text-align:left;padding-bottom:.1em;margin-top:1.25em}.selectfield label{margin-bottom:.5em}.selectfield input,.selectfield select{-webkit-appearance:none;padding:.6em .75em;margin:0;font-size:16px;line-height:24px;width:100%}@media screen and (min-width: 40.625em){.selectfield{margin-top:1.875em}}.selectfield:first-child{margin-top:0}.selectfield select{background-repeat:no-repeat}.selectfield select[aria-invalid=true]:invalid{background-image:url(https://app.mycountrytalks.org/assets/images/exclamationmark-8ebc98631c042426f10bfd4e5fd0b9a51e8156a1049553b097206188005c98a2.svg);background-position:center 0 right .8em}.selectfield select:valid{background-image:url(https://app.mycountrytalks.org/assets/images/checkmark-7cde64a9e78da03c3b7c5df571162cdfd808f69aade86548c0963a916c3ed69b.svg);background-position:center 0 right .6em}.selectfield select[aria-invalid=true][aria-busy=true]{animation:shake .4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both}
.zipfield{margin-top:1.25em}@media screen and (min-width: 40.625em){.zipfield{margin-top:1.875em}}.zipfield:first-child{margin-top:0}.zipfield input{background-repeat:no-repeat}.zipfield input.invalid{background-image:url(https://app.mycountrytalks.org/assets/images/exclamationmark-8ebc98631c042426f10bfd4e5fd0b9a51e8156a1049553b097206188005c98a2.svg);background-position:center right .8em}.zipfield input.valid{background-image:url(https://app.mycountrytalks.org/assets/images/checkmark-7cde64a9e78da03c3b7c5df571162cdfd808f69aade86548c0963a916c3ed69b.svg) !important;background-position:center right .6em}.zipfield input.loading{background-image:url(https://app.mycountrytalks.org/assets/images/loading-76dee344e9a441da01f9fc2c94fff87c68c2d175bbf6e0548f0015e1d2f33c4c.svg) !important;background-size:2em;background-position:center right .4em}.zipfield-result{opacity:1}.zipfield-result:empty{display:none}.zipfield-result:not(:empty)+.question__hint{display:none}input:invalid~.geocoder-result{display:none}
.phonenumberfield{margin-top:1.25em;max-width:460px;margin-left:auto;margin-right:auto;text-align:left}@media screen and (min-width: 40.625em){.phonenumberfield{margin-top:1.875em}}.phonenumberfield:first-child{margin-top:0}.phonenumberfield .textfield{margin-top:0;max-width:100%;width:100%}.phonenumberfield input{padding-left:3em}.phonenumberfield .label{margin-bottom:.5em}.phonenumberfield .PhoneInput{position:relative}.phonenumberfield .PhoneInputCountry{position:absolute;top:1em;left:.4em;z-index:1}
/* CSS variables. */
:root {
	--PhoneInput-color--focus: #03b2cb;
	--PhoneInputInternationalIconPhone-opacity: 0.8;
	--PhoneInputInternationalIconGlobe-opacity: 0.65;
	--PhoneInputCountrySelect-marginRight: 0.35em;
	--PhoneInputCountrySelectArrow-width: 0.3em;
	--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
	--PhoneInputCountrySelectArrow-borderWidth: 1px;
	--PhoneInputCountrySelectArrow-opacity: 0.45;
	--PhoneInputCountrySelectArrow-color: currentColor;
	--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountrySelectArrow-transform: rotate(45deg);
	--PhoneInputCountryFlag-aspectRatio: 1.5;
	--PhoneInputCountryFlag-height: 1em;
	--PhoneInputCountryFlag-borderWidth: 1px;
	--PhoneInputCountryFlag-borderColor: rgba(0,0,0,0.5);
	--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,0.1);
}
.PhoneInput {
	/* This is done to stretch the contents of this component. */
	display: flex;
	align-items: center;
}
.PhoneInputInput {
	/* The phone number input stretches to fill all empty space */
	flex: 1 1;
	/* The phone number input should shrink
	   to make room for the extension input */
	min-width: 0;
}
.PhoneInputCountryIcon {
	width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
	height: var(--PhoneInputCountryFlag-height);
}
.PhoneInputCountryIcon--square {
	width: var(--PhoneInputCountryFlag-height);
}
.PhoneInputCountryIcon--border {
	/* Removed `background-color` because when an `<img/>` was still loading
	   it would show a dark gray rectangle. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom. */
	background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
	/* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom,
	   so an additional "inset" border is added. */
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}
.PhoneInputCountryIconImg {
	/* Fixes weird vertical space above the flag icon. */
	/* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
	display: block;
	/* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
	   Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
	width: 100%;
	height: 100%;
}
.PhoneInputInternationalIconPhone {
	opacity: var(--PhoneInputInternationalIconPhone-opacity);
}
.PhoneInputInternationalIconGlobe {
	opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}
/* Styling native country `<select/>`. */
.PhoneInputCountry {
	position: relative;
	align-self: stretch;
	display: flex;
	align-items: center;
	margin-right: var(--PhoneInputCountrySelect-marginRight);
}
.PhoneInputCountrySelect {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	border: 0;
	opacity: 0;
	cursor: pointer;
}
.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
	cursor: default;
}
.PhoneInputCountrySelectArrow {
	display: block;
	content: '';
	width: var(--PhoneInputCountrySelectArrow-width);
	height: var(--PhoneInputCountrySelectArrow-width);
	margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
	border-style: solid;
	border-color: var(--PhoneInputCountrySelectArrow-color);
	border-top-width: 0;
	border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	border-left-width: 0;
	border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	transform: var(--PhoneInputCountrySelectArrow-transform);
	opacity: var(--PhoneInputCountrySelectArrow-opacity);
}
.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}
.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}
.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}
.button{font-size:18px;line-height:27px;margin-top:1.25em;display:inline-block;padding:.7em 2.5em;color:#fff;background-color:#565661;transition:all 100ms ease-in-out;border:none;border-radius:3px;font-weight:700;cursor:pointer;transform:scale(1);text-decoration:none}@media screen and (min-width: 40.625em){.button{margin-top:1.875em}}.button:first-child{margin-top:0}.button:focus{outline:none}.button:disabled{opacity:.5;cursor:default}.button:hover,.button:focus{color:#fff;background-color:#77777c}.button:active{transform:scale(0.9)}hr+.button{margin-top:0}
.checkbox{font-size:18px;line-height:27px;margin-top:1.25em;position:relative;max-width:460px;margin-left:auto;margin-right:auto}@media screen and (min-width: 40.625em){.checkbox{margin-top:1.875em}}.checkbox:first-child{margin-top:0}hr+.checkbox{margin-top:0}.checkbox__input{position:absolute;font-size:1rem;margin:0;padding:0;top:1em;left:1em;transform:translateX(-50%) translateY(-50%)}.checkbox__input+label{font-size:14px;line-height:21px;min-height:3em;display:block;position:relative;padding-left:50px;text-align:left;font-weight:400;line-height:1.5;cursor:pointer}.checkbox__input+label::before{font-size:16px;line-height:24px;position:absolute;top:0;left:0;content:"";display:block;width:2em;height:2em;background-image:none}.checkbox__input:checked+label::before{background-image:url(https://app.mycountrytalks.org/assets/images/checkmark-7cde64a9e78da03c3b7c5df571162cdfd808f69aade86548c0963a916c3ed69b.svg);background-position:center;background-size:1em;background-repeat:no-repeat}
.captchafield{margin-top:1.25em;margin-left:auto;margin-right:auto;min-height:52px}@media screen and (min-width: 40.625em){.captchafield{margin-top:1.875em}}.captchafield:first-child{margin-top:0}
.error-summary{margin-bottom:1em;padding:.5em;border-width:1px;border-style:solid}
.list{padding-top:.75rem}
.link--svg{text-decoration:none}
.image{width:100%}
@font-face{font-family:"Noto Sans";font-style:italic;font-weight:400;src:local("Noto Sans Italic"),local("NotoSans-Italic"),url(https://app.mycountrytalks.org/assets/fonts/o-0OIpQlx3QUlC5A4PNr4ARPQ_mu72BiBLE-88dbefac59dc9041a1dafe86d3a1d6822184cb41dbc17af7ba7e481d77b47fa7.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:400;src:local("Noto Sans Italic"),local("NotoSans-Italic"),url(https://app.mycountrytalks.org/assets/fonts/o-0OIpQlx3QUlC5A4PNr4ARGQ_mu72BiBLE-9179f0ccbb06bf3fa383b867e81964bf8904507686e2ee50acd30c4e4cafc883.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:400;src:local("Noto Sans Italic"),local("NotoSans-Italic"),url(https://app.mycountrytalks.org/assets/fonts/o-0OIpQlx3QUlC5A4PNr4ARDQ_mu72BiBLE-82e9fa1a28e5f43305cdc261ba4baf247c278bbd465a7ae675def1320b39e3a7.woff2) format("woff2");unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:400;src:local("Noto Sans Italic"),local("NotoSans-Italic"),url(https://app.mycountrytalks.org/assets/fonts/o-0OIpQlx3QUlC5A4PNr4AROQ_mu72BiBLE-e5b0f78eb5c092b53d2d67f08c0bda0947569818835cdf30c4e5efb379704620.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:400;src:local("Noto Sans Italic"),local("NotoSans-Italic"),url(https://app.mycountrytalks.org/assets/fonts/o-0OIpQlx3QUlC5A4PNr4ARBQ_mu72BiBLE-f6d1a40a4640cd247d721e919071456135307f8cba4d562a75a8ccbbd3a4045c.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:400;src:local("Noto Sans Italic"),local("NotoSans-Italic"),url(https://app.mycountrytalks.org/assets/fonts/o-0OIpQlx3QUlC5A4PNr4ARNQ_mu72BiBLE-62b045c7b772651177c6c13c45c0286aea7692ac52e4411699ca1ed40a9c2c53.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:400;src:local("Noto Sans Italic"),local("NotoSans-Italic"),url(https://app.mycountrytalks.org/assets/fonts/o-0OIpQlx3QUlC5A4PNr4ARMQ_mu72BiBLE-36d9ef516dcc56e0ce7b208a9c533701ea97f694a87264154f68c85386a945b1.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:400;src:local("Noto Sans Italic"),local("NotoSans-Italic"),url(https://app.mycountrytalks.org/assets/fonts/o-0OIpQlx3QUlC5A4PNr4ARCQ_mu72Bi-ac32c5e009c5277060f77b30e8816ea30d5dd444e01a712982bace405ba24783.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:700;src:local("Noto Sans Bold Italic"),local("NotoSans-BoldItalic"),url(https://app.mycountrytalks.org/assets/fonts/o-0TIpQlx3QUlC5A4PNr4Az5ZuyOzW1IPriezag-e78d31277c2a8fdb2f0f40db7abe43de1726b872c78d4b3b8b79f1539fe81a9a.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:700;src:local("Noto Sans Bold Italic"),local("NotoSans-BoldItalic"),url(https://app.mycountrytalks.org/assets/fonts/o-0TIpQlx3QUlC5A4PNr4Az5ZuyHzW1IPriezag-0753fe2003d9480be1bee5d39d09a2a820807e9a659479c51808c341d0b034de.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:700;src:local("Noto Sans Bold Italic"),local("NotoSans-BoldItalic"),url(https://app.mycountrytalks.org/assets/fonts/o-0TIpQlx3QUlC5A4PNr4Az5ZuyCzW1IPriezag-e2665e10defd24fc12ab6c0c34b31b14e9e54d6f623d1478cbb17605ac890359.woff2) format("woff2");unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:700;src:local("Noto Sans Bold Italic"),local("NotoSans-BoldItalic"),url(https://app.mycountrytalks.org/assets/fonts/o-0TIpQlx3QUlC5A4PNr4Az5ZuyPzW1IPriezag-76a07f3d5c1ee01aa5db64e746ae43acd3ea01a8842cd9ca1903bbfbb809c41b.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:700;src:local("Noto Sans Bold Italic"),local("NotoSans-BoldItalic"),url(https://app.mycountrytalks.org/assets/fonts/o-0TIpQlx3QUlC5A4PNr4Az5ZuyAzW1IPriezag-3e6d52491ad299becb05332856ad0c20d8c85ae8f74fa5013fbd2e65048631da.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:700;src:local("Noto Sans Bold Italic"),local("NotoSans-BoldItalic"),url(https://app.mycountrytalks.org/assets/fonts/o-0TIpQlx3QUlC5A4PNr4Az5ZuyMzW1IPriezag-0db296c1d5cd360fb408c7e54069ec88104d88a9e2110dee7963021895ed74b5.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:700;src:local("Noto Sans Bold Italic"),local("NotoSans-BoldItalic"),url(https://app.mycountrytalks.org/assets/fonts/o-0TIpQlx3QUlC5A4PNr4Az5ZuyNzW1IPriezag-ab9377ec9f53cc3efbaf7d01baa8ceb8f3b7d24fc60fa9ee7dcd706779ddcd34.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:700;src:local("Noto Sans Bold Italic"),local("NotoSans-BoldItalic"),url(https://app.mycountrytalks.org/assets/fonts/o-0TIpQlx3QUlC5A4PNr4Az5ZuyDzW1IPrie-3693158cafbb9e2a17f7381efd994fe4aa825eba532cc375256e57f1b104257d.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:400;src:local("Noto Sans"),local("NotoSans"),url(https://app.mycountrytalks.org/assets/fonts/o-0IIpQlx3QUlC5A4PNr6DRASf6M7VBj-93ad2adbc236e4579926b1f18eef3b0338792ee06cd1f86e008c8cd58d109842.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:400;src:local("Noto Sans"),local("NotoSans"),url(https://app.mycountrytalks.org/assets/fonts/o-0IIpQlx3QUlC5A4PNr4TRASf6M7VBj-32a9ebef1d6b97f15c72eea9e64d2f6f0289d52fc2f49a9ad51d29128c8a6cea.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:400;src:local("Noto Sans"),local("NotoSans"),url(https://app.mycountrytalks.org/assets/fonts/o-0IIpQlx3QUlC5A4PNr5DRASf6M7VBj-33e27ea8c1e6f7352bc33afc312e05a173e14038b2a7e24595855069681784d4.woff2) format("woff2");unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:400;src:local("Noto Sans"),local("NotoSans"),url(https://app.mycountrytalks.org/assets/fonts/o-0IIpQlx3QUlC5A4PNr6TRASf6M7VBj-789bbfd92b40903ce4fb7cfc19e615411a7741d0cdca75a47033c78a69353005.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:400;src:local("Noto Sans"),local("NotoSans"),url(https://app.mycountrytalks.org/assets/fonts/o-0IIpQlx3QUlC5A4PNr5jRASf6M7VBj-e8ddcc6d9f6b622cef720565d3c462c09bd89a5443b7b9339c52d1ae80d81eec.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:400;src:local("Noto Sans"),local("NotoSans"),url(https://app.mycountrytalks.org/assets/fonts/o-0IIpQlx3QUlC5A4PNr6jRASf6M7VBj-5675b7921c5e2ee38d04d5aa5200f59b6acee2d8e15dfa477f225172547c0c0c.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:400;src:local("Noto Sans"),local("NotoSans"),url(https://app.mycountrytalks.org/assets/fonts/o-0IIpQlx3QUlC5A4PNr6zRASf6M7VBj-82b6705c8be1e28bd2169d61b577b5083be938b6bdc6e9ed2036484b8db5327c.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:400;src:local("Noto Sans"),local("NotoSans"),url(https://app.mycountrytalks.org/assets/fonts/o-0IIpQlx3QUlC5A4PNr5TRASf6M7Q-ede8a63ae7f13de45eeb9c9156f791c7ee1d588f931cc54f4d8754154cbd3a52.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:700;src:local("Noto Sans Bold"),local("NotoSans-Bold"),url(https://app.mycountrytalks.org/assets/fonts/o-0NIpQlx3QUlC5A4PNjXhFVadyBx2pqPIif-a44ec07addbe6f1b433f25846c075a00f21ea6ea50aab81d30f41b3995c18a00.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:700;src:local("Noto Sans Bold"),local("NotoSans-Bold"),url(https://app.mycountrytalks.org/assets/fonts/o-0NIpQlx3QUlC5A4PNjXhFVYNyBx2pqPIif-4d8a2af361784c119149be170aaa39a26b2d4d3534cacce6c0423247560a9218.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:700;src:local("Noto Sans Bold"),local("NotoSans-Bold"),url(https://app.mycountrytalks.org/assets/fonts/o-0NIpQlx3QUlC5A4PNjXhFVZdyBx2pqPIif-eb1f4214a061ba8222503959ffde94d66ce220bbfde6cc962c51651f712ae6f2.woff2) format("woff2");unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:700;src:local("Noto Sans Bold"),local("NotoSans-Bold"),url(https://app.mycountrytalks.org/assets/fonts/o-0NIpQlx3QUlC5A4PNjXhFVaNyBx2pqPIif-a62cfe4b38035ee2250c36b923e07bff42861f43140ba84615e1a168356552e1.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:700;src:local("Noto Sans Bold"),local("NotoSans-Bold"),url(https://app.mycountrytalks.org/assets/fonts/o-0NIpQlx3QUlC5A4PNjXhFVZ9yBx2pqPIif-04af7bdc0f75825cc71e6c0aebf06eebfd2abb67acb2339aa35cd5b8b63270b2.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:700;src:local("Noto Sans Bold"),local("NotoSans-Bold"),url(https://app.mycountrytalks.org/assets/fonts/o-0NIpQlx3QUlC5A4PNjXhFVa9yBx2pqPIif-f7b1c2ed352007f9eb8a275eb81997708f3485cc27181e2a675f809947be6d40.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:700;src:local("Noto Sans Bold"),local("NotoSans-Bold"),url(https://app.mycountrytalks.org/assets/fonts/o-0NIpQlx3QUlC5A4PNjXhFVatyBx2pqPIif-ae9f79f8bb7e417d850a02ff1b86c480f24ebc0edeacbb99b1c99e2a3cc9deb1.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:700;src:local("Noto Sans Bold"),local("NotoSans-Bold"),url(https://app.mycountrytalks.org/assets/fonts/o-0NIpQlx3QUlC5A4PNjXhFVZNyBx2pqPA-693448f744bc3f7709d647cf0e9efa64ce50c54e98b816ecfb530a5590114efe.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Noto Serif";font-style:italic;font-weight:400;src:local("Noto Serif Italic"),local("NotoSerif-Italic"),url(https://app.mycountrytalks.org/assets/fonts/ga6Kaw1J5X9T9RW6j9bNfFImZzC7XsdBMr8R-74fd9ed0628fefdaaa2c8eac7a870d435d27f35cf005e887b20067c9551c77c1.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Noto Serif";font-style:italic;font-weight:400;src:local("Noto Serif Italic"),local("NotoSerif-Italic"),url(https://app.mycountrytalks.org/assets/fonts/ga6Kaw1J5X9T9RW6j9bNfFImbjC7XsdBMr8R-c6cc5f4e5527b43118afec51745873d2e1969a7cd2d70fb82d6300d8d62f7cce.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Noto Serif";font-style:italic;font-weight:400;src:local("Noto Serif Italic"),local("NotoSerif-Italic"),url(https://app.mycountrytalks.org/assets/fonts/ga6Kaw1J5X9T9RW6j9bNfFImZjC7XsdBMr8R-e65c2b5724ea7648e4c202f468a5aa7e3ca0d2174f84a116b1418f285c71003f.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Noto Serif";font-style:italic;font-weight:400;src:local("Noto Serif Italic"),local("NotoSerif-Italic"),url(https://app.mycountrytalks.org/assets/fonts/ga6Kaw1J5X9T9RW6j9bNfFImaTC7XsdBMr8R-40afa4b5a21b0ef1385d29ae8dfe4bd3ace64c80b5f9d2f219d3db7c11676eae.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Noto Serif";font-style:italic;font-weight:400;src:local("Noto Serif Italic"),local("NotoSerif-Italic"),url(https://app.mycountrytalks.org/assets/fonts/ga6Kaw1J5X9T9RW6j9bNfFImZTC7XsdBMr8R-2c34ca4824f98d6cd5b4adfde21eab0d9f1e13f1fff430fc51632dffd363e0ef.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Noto Serif";font-style:italic;font-weight:400;src:local("Noto Serif Italic"),local("NotoSerif-Italic"),url(https://app.mycountrytalks.org/assets/fonts/ga6Kaw1J5X9T9RW6j9bNfFImZDC7XsdBMr8R-e14cf46ae26afb15c53afe819741e5d7da517c15adc5d8a0cbc78e2f6fe68ab0.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Noto Serif";font-style:italic;font-weight:400;src:local("Noto Serif Italic"),local("NotoSerif-Italic"),url(https://app.mycountrytalks.org/assets/fonts/ga6Kaw1J5X9T9RW6j9bNfFImajC7XsdBMg-1b4cd0f2bdb18ab97a9e93b687f5b33abc7c7fe4a6ba3a0a23e431e208816290.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Noto Serif";font-style:italic;font-weight:700;src:local("Noto Serif Bold Italic"),local("NotoSerif-BoldItalic"),url(https://app.mycountrytalks.org/assets/fonts/ga6Vaw1J5X9T9RW6j9bNfFIu0RWufuVMGIUYD6_8-c7578335c0e98cacbb397047e29ebd258cf878162f5bcd623209f5e042d0896c.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Noto Serif";font-style:italic;font-weight:700;src:local("Noto Serif Bold Italic"),local("NotoSerif-BoldItalic"),url(https://app.mycountrytalks.org/assets/fonts/ga6Vaw1J5X9T9RW6j9bNfFIu0RWud-VMGIUYD6_8-663392dcf7e72ea271d2b5000ad9d8eddc74ee0891b3977c7d99b14d726229db.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Noto Serif";font-style:italic;font-weight:700;src:local("Noto Serif Bold Italic"),local("NotoSerif-BoldItalic"),url(https://app.mycountrytalks.org/assets/fonts/ga6Vaw1J5X9T9RW6j9bNfFIu0RWuf-VMGIUYD6_8-2938d0d8c054a8ac0d87c1d862ea8ec6cc79398891899a7ce93054e383962c4f.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Noto Serif";font-style:italic;font-weight:700;src:local("Noto Serif Bold Italic"),local("NotoSerif-BoldItalic"),url(https://app.mycountrytalks.org/assets/fonts/ga6Vaw1J5X9T9RW6j9bNfFIu0RWucOVMGIUYD6_8-13593db0bad09035a50fb952d0ba4cf2350d6eff1f1278c90bd979295a359124.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Noto Serif";font-style:italic;font-weight:700;src:local("Noto Serif Bold Italic"),local("NotoSerif-BoldItalic"),url(https://app.mycountrytalks.org/assets/fonts/ga6Vaw1J5X9T9RW6j9bNfFIu0RWufOVMGIUYD6_8-52d8fb459f1b6be38f413cf85e5c27e13c87aa393452955d5d78afd7630f7666.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Noto Serif";font-style:italic;font-weight:700;src:local("Noto Serif Bold Italic"),local("NotoSerif-BoldItalic"),url(https://app.mycountrytalks.org/assets/fonts/ga6Vaw1J5X9T9RW6j9bNfFIu0RWufeVMGIUYD6_8-4dbe0c634473fb987baff3855aadd488e84eda92c93f5f3caa55716011031e13.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Noto Serif";font-style:italic;font-weight:700;src:local("Noto Serif Bold Italic"),local("NotoSerif-BoldItalic"),url(https://app.mycountrytalks.org/assets/fonts/ga6Vaw1J5X9T9RW6j9bNfFIu0RWuc-VMGIUYDw-dfc48289c672345b95be1cc583a542f5cdd0762567327892a50c2ce2a116592d.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:400;src:local("Noto Serif"),local("NotoSerif"),url(https://app.mycountrytalks.org/assets/fonts/ga6Iaw1J5X9T9RW6j9bNfFoWaDq8fMVxMw-4f82371a81c12513aaf7042ed9bdaa4988e786f91ed8bc5bd4ed26ff767f4070.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:400;src:local("Noto Serif"),local("NotoSerif"),url(https://app.mycountrytalks.org/assets/fonts/ga6Iaw1J5X9T9RW6j9bNfFMWaDq8fMVxMw-3b418866aceb88d658af7385d49445e8c6691b4d756feee27852502da3327e78.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:400;src:local("Noto Serif"),local("NotoSerif"),url(https://app.mycountrytalks.org/assets/fonts/ga6Iaw1J5X9T9RW6j9bNfFsWaDq8fMVxMw-7ac102087f309ec03e74e24d18036affed62022e3b5c1ae58495409b9c7ad2a2.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:400;src:local("Noto Serif"),local("NotoSerif"),url(https://app.mycountrytalks.org/assets/fonts/ga6Iaw1J5X9T9RW6j9bNfFQWaDq8fMVxMw-c13aa859dfbd4e5fbc3c7cf84fccaacffdab4fff9c2dcc0cbd902b7ecce5f03d.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:400;src:local("Noto Serif"),local("NotoSerif"),url(https://app.mycountrytalks.org/assets/fonts/ga6Iaw1J5X9T9RW6j9bNfFgWaDq8fMVxMw-6f24a069f558d7c570e201841c8077833783dc891b47ae27b881d8076baf5f32.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:400;src:local("Noto Serif"),local("NotoSerif"),url(https://app.mycountrytalks.org/assets/fonts/ga6Iaw1J5X9T9RW6j9bNfFkWaDq8fMVxMw-ccf8deebe5f6333f2657f448c11d6d04d6c7ad66129cac54edd816712bb2f2ea.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:400;src:local("Noto Serif"),local("NotoSerif"),url(https://app.mycountrytalks.org/assets/fonts/ga6Iaw1J5X9T9RW6j9bNfFcWaDq8fMU-74a8e1edde692f969ea96c5155f80e5b6349e4637f9f88f75558e8cc19f3a44d.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:700;src:local("Noto Serif Bold"),local("NotoSerif-Bold"),url(https://app.mycountrytalks.org/assets/fonts/ga6Law1J5X9T9RW6j9bNdOwzfRqece9LOocoDg-f7726d33bcbc086fbd70a8b680ebfc381cac5f74589ba6a018604b9ee796f20b.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:700;src:local("Noto Serif Bold"),local("NotoSerif-Bold"),url(https://app.mycountrytalks.org/assets/fonts/ga6Law1J5X9T9RW6j9bNdOwzfROece9LOocoDg-8e8f47b5c187b9675ea08ad1cc1c2d8c00e8a1ab11ce6dc2d710435bfcefa1a9.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:700;src:local("Noto Serif Bold"),local("NotoSerif-Bold"),url(https://app.mycountrytalks.org/assets/fonts/ga6Law1J5X9T9RW6j9bNdOwzfRuece9LOocoDg-d2c4e13efcfbcab234238a40d2e38d98780e639582567a71016e5c9f116ef13c.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:700;src:local("Noto Serif Bold"),local("NotoSerif-Bold"),url(https://app.mycountrytalks.org/assets/fonts/ga6Law1J5X9T9RW6j9bNdOwzfRSece9LOocoDg-0bfec7dfc7588ccf6bbfc2fcd845f7599cc9eede0a424476e5febf0947b413ce.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:700;src:local("Noto Serif Bold"),local("NotoSerif-Bold"),url(https://app.mycountrytalks.org/assets/fonts/ga6Law1J5X9T9RW6j9bNdOwzfRiece9LOocoDg-3616772b603fbfeef0336c1f437dfac0510e08a5027104de2890af0612fd004c.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:700;src:local("Noto Serif Bold"),local("NotoSerif-Bold"),url(https://app.mycountrytalks.org/assets/fonts/ga6Law1J5X9T9RW6j9bNdOwzfRmece9LOocoDg-5a37a3e081471514c504542d3a7ed6fda0ea47c94f55239c4ac231503d484d79.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:700;src:local("Noto Serif Bold"),local("NotoSerif-Bold"),url(https://app.mycountrytalks.org/assets/fonts/ga6Law1J5X9T9RW6j9bNdOwzfReece9LOoc-421d1e85a7940d110e79cc300cf3543a0f5a7cb95b7171ad124ac6a5968e0d81.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--spacing-01: 8px;--spacing-02: 16px;--spacing-03: 24px;--spacing-04: 40px;--spacing-05: 56px;--color-white: #fff;--color-black: #000;--color-primary: #555;--color-secondary: #6c757d;--color-error: #b91109;--color-border: #eaeaea;--color-header: #8e9ba5;--color-button: #565661;--color-button-hover: #77777c;--color-box: #f0f0f0;--color-notice: #5656a7;--color-notice-lighter: #bcbcdc;--color-alert: #b45661;--color-alert-lighter: #e3bfc4;--color-placeholder: #777779;--ff-sans: "Noto Sans", sans-serif;--ff-serif: "Noto Serif", serif;--fs-headline: 2rem;--fs-headline-small: 1.5rem;--fs-body-large: 1.25rem;--fs-body: 1rem;--fs-caption: 0.875rem}.headline{font-family:var(--ff-sans);font-size:var(--fs-headline);line-height:40px}.headline-small{font-family:var(--ff-sans);font-size:var(--fs-headline-small);line-height:32px}.body-large{font-family:var(--ff-sans);font-size:var(--fs-body-large);line-height:26px}.body{font-family:var(--ff-sans);font-size:var(--fs-body);font-weight:400;line-height:24px}.kicker{color:var(--color-secondary);font-size:var(--fs-body);letter-spacing:1px;line-height:24px;font-weight:400}.caption{font-family:var(--ff-sans);font-size:var(--fs-caption);line-height:20px}.bold{font-weight:700}.italic{font-style:italic}.uppercase{text-transform:uppercase}.text-align-center{text-align:center}.link{color:inherit;text-decoration:underline}.color-primary{color:var(--color-primary)}.color-secondary{color:var(--color-secondary)}.color-error{color:var(--color-error)}.mt-1{margin-top:var(--spacing-01)}.mt-2{margin-top:var(--spacing-02)}.mt-3{margin-top:var(--spacing-03)}.mt-4{margin-top:var(--spacing-04)}.mt-5{margin-top:var(--spacing-05)}.mb-1{margin-bottom:var(--spacing-01)}.mb-2{margin-bottom:var(--spacing-02)}.mb-3{margin-bottom:var(--spacing-03)}.mb-4{margin-bottom:var(--spacing-04)}.mb-5{margin-bottom:var(--spacing-05)}.m-auto{margin-left:auto;margin-right:auto}.pt-1{padding-top:var(--spacing-01)}.pt-2{padding-top:var(--spacing-02)}.pt-3{padding-top:var(--spacing-03)}.pt-4{padding-top:var(--spacing-04)}.pt-5{padding-top:var(--spacing-05)}.pb-1{padding-bottom:var(--spacing-01)}.pb-2{padding-bottom:var(--spacing-02)}.pb-3{padding-bottom:var(--spacing-03)}.pb-4{padding-bottom:var(--spacing-04)}.pb-5{padding-bottom:var(--spacing-05)}*{font-family:"Noto Serif",serif;box-sizing:border-box;text-rendering:optimizeLegibility}html.no-scroll{overflow:hidden;height:100%;max-height:100%}html,body{margin:0;padding:0;touch-action:auto}hr{width:120px;height:0;margin-top:25px;margin-bottom:25px;border-style:solid;border-width:0;border-top-width:1px;-webkit-appearance:none}p{margin-top:0;margin-bottom:0}a{color:#000}a:hover,a:active{text-decoration:none}ol{text-align:left;padding-left:1em;margin-top:0;margin-bottom:1em}ol:last-child{margin-bottom:0}li{margin-bottom:.5em}li:last-child{margin-bottom:0}fieldset{border:none;outline:none;margin:0;padding:0}input,button,textarea{-webkit-appearance:none;border-radius:0}label{font-weight:700}input[type=checkbox]+label::before,input[type=text],input[type=tel],input[type=email],input[type=number],input[type=file],select,textarea{background-color:#eeeef0;border-color:#cccccf;border-style:solid;border-width:1px;color:#252525;border-radius:3px}input[type=text],input[type=tel],input[type=email],input[type=number],select,textarea{font-size:16px;line-height:24px;position:relative;width:100%;background-position:center right .6em}input[type=text]:focus,input[type=tel]:focus,input[type=email]:focus,input[type=number]:focus,select:focus,textarea:focus{color:#252525;border-color:#99999c;background-color:#fff}input[type=text] ::-moz-placeholder, input[type=tel] ::-moz-placeholder, input[type=email] ::-moz-placeholder, input[type=number] ::-moz-placeholder, select ::-moz-placeholder, textarea ::-moz-placeholder{color:#777779}input[type=text] ::placeholder,input[type=tel] ::placeholder,input[type=email] ::placeholder,input[type=number] ::placeholder,select ::placeholder,textarea ::placeholder{color:#777779}select{color:#777779}select:valid{color:#252525}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;display:none}textarea{border-radius:0;min-height:100px;padding:.6em .75em;padding-right:1.75em;border-bottom-width:6px;resize:vertical}.invalid{animation:shake .4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both}input:invalid.invalid,textarea:invalid.invalid{background-image:none}.hide{display:none}.iti__flag-container{color:#252525}.continue-button,input[type=submit],button[type=submit]{font-size:18px;line-height:27px;display:inline-block;padding:.7em 2.5em;color:#fff;background-color:#565661;transition:all 100ms ease-in-out;border:none;border-radius:3px;font-weight:700;cursor:pointer;transform:scale(1);text-decoration:none}.continue-button:focus,input[type=submit]:focus,button[type=submit]:focus{outline:none}.continue-button:disabled,input[type=submit]:disabled,button[type=submit]:disabled{opacity:.5;cursor:default}.continue-button:hover,.continue-button:focus,input[type=submit]:hover,input[type=submit]:focus,button[type=submit]:hover,button[type=submit]:focus{color:#fff;background-color:#77777c}.continue-button:active,input[type=submit]:active,button[type=submit]:active{transform:scale(0.9)}@media screen and (max-width: 599px){.footer{padding:0 var(--spacing-02)}}.footer__logo{width:130px}.footer__text{color:var(--color-primary);max-width:360px}.footer__legal{color:var(--color-secondary)}.content--with-spacing{padding:30px 16px}.embed{position:relative;margin:0 auto;text-align:center;background-color:#fff;max-width:460px;padding-top:20px;padding-bottom:10px}@media screen and (min-width: 40.625em){.embed{max-width:700px;padding-top:30px}}.embed__inner{position:relative;padding:35px 16px;border:1px solid;margin:0 4px}@media screen and (min-width: 40.625em){.embed__inner{padding:45px 25px}}.embed__inner.override-border-color{border-color:#dde1e4}.embed__section{position:relative;opacity:1}.embed__section.has-captcha{margin-bottom:60px}@media screen and (min-width: 40.625em){.embed__section.has-captcha{margin-bottom:0}}.error-message{margin-bottom:1em;padding:.5em;border-width:1px;border-style:solid}.event-logo{position:absolute;top:0;left:0;right:0;z-index:1;text-align:center;margin-top:-19px}.event-logo svg{display:block}.event-logo__inner{display:inline-block;background-color:#fff;padding-left:.25em;padding-right:.25em;width:45px;height:41.44px}.event-banner{margin:auto;margin-bottom:1em;max-height:125px}@media screen and (min-width: 40.625em){.event-banner{margin-bottom:1.5em}}.event-banner img{max-width:100%}.text-box{margin-left:auto;margin-right:auto;margin-bottom:2em;text-align:left;border:2px solid rgba(0,0,0,0)}.text-box p{font-size:16px;line-height:24px;margin-bottom:1em}.text-box p:last-child{margin-bottom:0}.text-box p:first-of-type{font-size:18px;line-height:27px;text-align:center}.text-box h1,.text-box h2,.text-box h3{font-weight:bold}.text-box h1{font-size:22px;line-height:29px;text-align:center;margin-top:0}@media screen and (min-width: 40.625em){.text-box h1{font-size:26px;line-height:34px}}.text-box h2{font-size:18px;line-height:27px}@media screen and (min-width: 40.625em){.text-box h2{font-size:20px;line-height:26px}}.text-box h3{font-size:16px;line-height:24px}.text-box img{margin:1em auto 0 auto;width:100%;display:block}.text-box .small-text,.small-text{font-size:14px;line-height:21px}.embed__privacy-policy{font-size:14px;line-height:21px;font-family:"Noto Sans",sans-serif;margin-top:50px;max-width:460px;text-align:left;margin-left:auto;margin-right:auto;margin-bottom:1em}.embed__privacy-policy a,.embed__privacy-policy strong{font-family:"Noto Sans",sans-serif}.success{position:absolute;top:0;bottom:0;left:0;right:0;overflow:visible;pointer-events:none;background-color:#fff;display:flex;align-items:center;justify-content:center;opacity:1;animation:fadeOut .25s ease-in-out forwards;animation-delay:1.75s;z-index:10}.success-icon{width:200px;height:200px;border-radius:50%;animation:bounceIn .5s ease-in-out forwards;animation-delay:.25s;display:flex;justify-content:center;align-items:center}.success-icon>svg{transform:scale(1.5)}.success-icon-animation{stroke-dasharray:1000;stroke-dashoffset:1000;animation:dash 2.5s ease-in-out forwards;animation-delay:.33s}.intl-tel-input{width:100%}.question{margin-top:1.25em;position:relative;overflow:hidden}@media screen and (min-width: 40.625em){.question{margin-top:1.875em}}.question:first-child{margin-top:0}.question--with-overflow{overflow:visible}.question__text{font-size:16px;line-height:24px;display:block;width:100%;margin-left:auto;margin-bottom:1em;margin-right:auto;max-width:600px;font-weight:700}.question__text.question__text--larger{font-size:18px;line-height:27px}.question__radios{position:relative;display:flex;flex-direction:row;justify-content:space-between;max-width:400px;margin:0 auto;padding-left:45px;padding-right:45px;padding-bottom:5px;overflow:hidden}.question__radios input[type=radio]{opacity:0;display:block;max-height:0;max-width:0;width:0;height:0;margin:0;padding:0;border:0;z-index:1}.question__radios input[type=radio]:invalid+label{opacity:1;transform:scale(1)}.question__radios input[type=radio]:invalid+label:active{transform:scale(0.9)}.question__radios input[type=radio]:checked+label{opacity:1;transform:scale(1)}.question__radios input[type=radio]:checked+label:active{transform:scale(0.9)}.question__radios label{border-radius:3px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2;font-size:18px;line-height:27px;width:calc(50% - 8px);padding:.7em .9em;cursor:pointer;transition:all 100ms ease-in-out;opacity:.25}.question__radios.is-feedback label{opacity:.35}.question__upload{padding-left:30px;padding-right:30px}.question__upload input{display:block;margin-left:auto;margin-right:auto;max-width:460px;font-size:16px;line-height:24px;padding:2em 1em;width:100%;margin-bottom:1em}.question__upload .question__hint{max-width:460px;margin-left:auto;margin-right:auto}.question__textarea{padding-left:30px;padding-right:30px;margin-left:auto;margin-right:auto}.question__textarea textarea{display:block;margin-left:auto;margin-right:auto;max-width:460px}.question__textarea textarea+.question__hint{opacity:0}.question__textarea textarea:focus{outline:none}.question__textarea textarea:focus+.question__hint{opacity:1}.question__textfield input,.question__textfield select,.question__textfield textarea,.question__select input,.question__select select,.question__select textarea,.question__textarea:not(.prevent-checkmark) input,.question__textarea:not(.prevent-checkmark) select,.question__textarea:not(.prevent-checkmark) textarea{background-repeat:no-repeat}.question__textfield input:invalid.touched,.question__textfield select:invalid.touched,.question__textfield textarea:invalid.touched,.question__select input:invalid.touched,.question__select select:invalid.touched,.question__select textarea:invalid.touched,.question__textarea:not(.prevent-checkmark) input:invalid.touched,.question__textarea:not(.prevent-checkmark) select:invalid.touched,.question__textarea:not(.prevent-checkmark) textarea:invalid.touched{background-image:url(https://app.mycountrytalks.org/assets/images/exclamationmark-8ebc98631c042426f10bfd4e5fd0b9a51e8156a1049553b097206188005c98a2.svg);background-position:center right .8em}.question__textfield input:valid,.question__textfield input.valid,.question__textfield select:valid,.question__textfield select.valid,.question__textfield textarea:valid,.question__textfield textarea.valid,.question__select input:valid,.question__select input.valid,.question__select select:valid,.question__select select.valid,.question__select textarea:valid,.question__select textarea.valid,.question__textarea:not(.prevent-checkmark) input:valid,.question__textarea:not(.prevent-checkmark) input.valid,.question__textarea:not(.prevent-checkmark) select:valid,.question__textarea:not(.prevent-checkmark) select.valid,.question__textarea:not(.prevent-checkmark) textarea:valid,.question__textarea:not(.prevent-checkmark) textarea.valid{background-image:url(https://app.mycountrytalks.org/assets/images/checkmark-7cde64a9e78da03c3b7c5df571162cdfd808f69aade86548c0963a916c3ed69b.svg) !important;background-position:center right .6em}.question__textarea:not(.prevent-checkmark) textarea:invalid.touched{background-position:top .75em right .8em}.question__textarea:not(.prevent-checkmark) textarea:valid,.question__textarea:not(.prevent-checkmark) textarea.valid{background-position:top .75em right .6em}.question__textfield,.question__select,.question__geocoder{max-width:460px;margin-left:auto;margin-right:auto;text-align:left;padding-bottom:.1em}.question__textfield label,.question__select label,.question__geocoder label{display:block;font-size:16px;line-height:24px;transition:all .125s ease-in-out;margin-bottom:.5em}.question__textfield input,.question__textfield select,.question__select input,.question__select select,.question__geocoder input,.question__geocoder select{-webkit-appearance:none;padding:.6em .75em;margin:0;font-size:16px;line-height:24px;width:100%}.question__hint{font-size:14px;line-height:21px;font-family:"Noto Sans",sans-serif !important;margin-top:.4em;transition:opacity .125s ease-in-out}.question__checkbox{position:relative;max-width:460px;margin-left:auto;margin-right:auto}.question__checkbox input[type=checkbox]{position:absolute;font-size:1rem;margin:0;padding:0;top:1em;left:1em;transform:translateX(-50%) translateY(-50%)}.question__checkbox input[type=checkbox]+label{font-size:14px;line-height:21px;min-height:3em;display:block;position:relative;padding-left:50px;text-align:left;font-weight:400;line-height:1.5;cursor:pointer}.question__checkbox input[type=checkbox]+label::before{font-size:16px;line-height:24px;position:absolute;top:0;left:0;content:"";display:block;width:2em;height:2em;background-image:none}.question__checkbox input[type=checkbox]:checked+label::before{background-image:url(https://app.mycountrytalks.org/assets/images/checkmark-7cde64a9e78da03c3b7c5df571162cdfd808f69aade86548c0963a916c3ed69b.svg);background-position:center;background-size:1em;background-repeat:no-repeat}.question__geocoder input{background-repeat:no-repeat}.question__geocoder input.invalid{background-image:url(https://app.mycountrytalks.org/assets/images/exclamationmark-8ebc98631c042426f10bfd4e5fd0b9a51e8156a1049553b097206188005c98a2.svg);background-position:center right .8em}.question__geocoder input.valid{background-image:url(https://app.mycountrytalks.org/assets/images/checkmark-7cde64a9e78da03c3b7c5df571162cdfd808f69aade86548c0963a916c3ed69b.svg) !important;background-position:center right .6em}.question__geocoder input.loading{background-image:url(https://app.mycountrytalks.org/assets/images/loading-76dee344e9a441da01f9fc2c94fff87c68c2d175bbf6e0548f0015e1d2f33c4c.svg) !important;background-size:2em;background-position:center right .4em}.question__geocoder-result{opacity:1}.question__geocoder-result:empty{display:none}.question__geocoder-result:not(:empty)+.question__hint{display:none}input:invalid~.geocoder-result{display:none}.share a{text-decoration:none}.share__headline{font-size:14px;line-height:21px;font-style:italic;padding-bottom:12.5px}.invalid-feedback{font-size:14px;line-height:21px;font-family:"Noto Sans",sans-serif !important;margin-top:.4em}.js-slide{display:none}.js-slide.is-active{display:block}.is-fadingIn{opacity:1;animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.is-fadingOut{opacity:0;animation:fadeOut .5s ease-in-out}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.hidden{position:absolute;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none}@keyframes shake{10%,90%{transform:translate3d(-1px, 0, 0)}20%,80%{transform:translate3d(2px, 0, 0)}30%,50%,70%{transform:translate3d(-4px, 0, 0)}40%,60%{transform:translate3d(4px, 0, 0)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{transform:scale3d(1, 1, 1)}33%{transform:scale3d(1.1, 1.1, 1.1)}66%{transform:scale3d(0.9, 0.9, 0.9)}to{transform:scale3d(1, 1, 1)}}@keyframes dash{to{stroke-dashoffset:0}}

/*# sourceMappingURL=embed.css.map*/
